<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.container.main-container.shadow{
    margin-top: 144px !important;
    margin-bottom: 0px;
    font: 16px/19px Arial,Helvetica,'Liberation Sans',FreeSans,sans-serif;
    line-height: 24px;
}
.main-content {
    margin-top: 0px;
    background: black;
    z-index: 1000;
    position: relative;
    padding-bottom: 70px;
    padding-top: 1px;
    background-image: url('/images/banner_top.jpg');
}
.masking {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-color: black;
    opacity: 0.8;
    z-index: 1000;
}
.floating-content {
    width: 88%;
    margin: 80px auto;
    position: relative;
    z-index: 1010;
}
.floating-left {
    float: left;
    width: 60%;
    background-color: rgba(0, 0, 0, 0.2);
    color: white;
    border-radius: 5px 0px 0px 5px;
    padding: 40px;
    box-sizing: border-box;
}
.margtop60{
	margin-top: 60px;
}
.play-button {
    float: left;
    background-color: #4db90a;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
}
.play-inner {
    border: solid 2px white;
    border-radius: 50%;
    width: 80%;
    height: 80%;
    margin: 10% auto;
    color: white;
    font-size: 14px;
}
.play-inner span {
    line-height: 2.4;
}
.play-title{
	float: left;
	margin-left: 20px;
	color: white;
	font-size: 17px;
	line-height: 2.7;
    font-weight: 700;
}
.floating-right {
    float: left;
    background-color: white;
    width: 40%;
    border-radius: 0px 5px 5px 0px;
    box-sizing: border-box;
    padding: 40px 25px;
}
.home-welcome {
    padding: 1em 0;
    font-size: 125% !important;
}
.countdown-title {
    text-align: center;
    line-height: 34px;
    font-size: 24px;
    color: rgb(13, 26, 43);
    margin-bottom: 30px;
    margin-top: -10px;
}
ul#countdown {
    margin: 10px auto;
    padding: 0;
    width: 335px;
}
ul#countdown li {
    display: inline-block;
    float: left;
    font: normal bold 36px Arial;
    letter-spacing: 5px;
    text-align: center;
}
ul#countdown li.separator {
    width: auto;
    line-height: 2.5;
    margin-right: -3px;
}
ul#countdown span {
    background-color: #333;
    border: 2px solid #fff;
    color: #fff;
    border-radius: 6px;
    padding: 8px 8px 8px 11px;
}
ul#countdown p.timeRef {
    letter-spacing: 0;
    margin: 0;
    padding-bottom: 13px;
    padding-right: 2px;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    font-size: 11px !important;
    padding-left: 3px;
}
.custom-alert {
    position: absolute;
    border: solid 2px #ff1919;
    border-radius: 7px;
    width: 250px;
    left: -250px;
}
.alert-header {
    background-color: #ff1919;
    padding: 5px;
    color: white;
    font-weight: 700;
}
.alert-body {
    background-color: #ff9999;
    color: #ff1919;
    padding: 10px 5px;
}
.custom-alert.alert-status-warning {
    border-color: #ffa500 !important;
}
.custom-alert.alert-status-warning .alert-header {
    background-color: #ffa500 !important;
}
.custom-alert.alert-status-warning .alert-body {
    background-color: #ffdb99 !important;
    color: #e59400 !important;
}

.bottom-title {
    color: white;
    text-align: center;
    font-size: 30px;
    margin-bottom: 0px;
    position: relative;
    z-index: 1010;
    margin-bottom: 15px;
    line-height: 33.6px;
    font-size: 24px;
}
.bottom-subtitle {
    color: white;
    text-align: center;
    font-size: 25px;
    position: relative;
    z-index: 1010;
    line-height: 27px;
    font-size: 17px;
}
.second-content-container {
    position: relative;
    background-color: white;
    padding-bottom: 50px;
}
.tri-box-container {
    margin: -50px auto 0px;
    width: 890px;
    z-index: 1020;
    position: relative;
}
.tri-box-item {
    float: left;
    width: 270px;
    height: 270px;
    border: solid 1px #999;
    text-align: center;
    padding: 50px 20px;
    background-color: white;
    position: relative;
}
.tri-box-item.middle {
    margin: 0px 40px;
}
.tri-box-item.middle:after{
  content: " ";
  position:absolute;
  width: 70%;
  right: 15%;
  left: 15%;
  bottom: 0;
  height: 20px;
  z-index:-1;
  -moz-box-shadow: 0px 5px 20px #888888;
  -webkit-box-shadow: 0px 5px 20px #888888;
  box-shadow: 0px 5px 20px #888888;
}
.tri-box-item img {
    width: 20%;
}
.box-title {
    margin: 30px 0px;
    text-align: center;
    line-height: 24px;
    font-size: 15px;
    font-weight: 700;
}
.box-desc {
    color: #999;
    text-align: center;
    line-height: 24px;
    font-size: 15px;
    font-weight: 700;
}
.signup-info-container {
    margin: 100px auto 0px;
    width: 70%;
}
.signup-info-left {
    float: left;
    width: 30%;
    height: 190px;
    background-color: #ccc;
    box-shadow: 10px 10px 20px #888888;
    background-image: url('/images/banner_middle.jpg');
}
.signup-info-right {
    float: left;
    width: 70%;
    padding-left: 30px;
}
.signup-info-title {
    font-weight: 700;
    margin-bottom: 0px;
    text-align: left;
    line-height: 34px;
    font-size: 21px;
}
.signup-info-desc {
    color: #8f8f8f;
    margin-bottom: 40px;
    text-align: left;
    line-height: 24px;
    font-size: 15px;
}
.step-title {
    font-weight: 700;
    text-align: left;
    line-height: 27px;
    font-size: 17px;
}
.step-desc {
    color: #8f8f8f;
    text-align: left;
    line-height: 24px;
    font-size: 15px;
}
.signup-shortcut1 {
    position: relative;
    background-color: #4db90a;
    padding: 35px 0px;
}
.signup-shortcut1-content {
    margin: 0px auto;
    width: 75%;
}
.signup-shortcut1-left {
    float: left;
    color: white;
    width: 65%;
}
.signup-shortcut1-right {
    float: left;
    width: 35%;
}
.signup-shortcut1-right a {
    width: 100%;
    display: inline-block;
    text-align: center;
    background-color: black;
    color: white;
    font-weight: 700;
    font-size: 24px;
    padding: 15px 0px;
    margin-top: -5px;
}
.video-opener-container {
    position: relative;
    background-color: black;
    height: 350px;
    background-image: url('/images/banner_video.jpg');
    background-position: center;
}
.vertical-line {
    height: 100px;
    width: 5px;
    background-color: white;
    margin: 0px auto;
    position: relative;
    z-index: 1010;
}
.video-opener-button {
    text-align: center;
    margin-top: -10px;
    position: relative;
    z-index: 1010;
}
.video-opener-container p {
    text-align: center;
    color: #fdfdfd;
    margin-top: 10px;
    position: relative;
    z-index: 1010;
    line-height: 27px;
    font-size: 19.8755px;
}
.custom-close-button {
    position: absolute;
    border: solid 2px white;
    border-radius: 50%;
    background-color: black;
    color: white;
    padding: 5px;
    top: -15px;
    right: -15px;
}
.testimonial-content {
    position: relative;
    background-color: white;
}
.testimonial-container {
    width: 80%;
    margin: 0px auto;
    padding: 80px 0px;
}
.testimonial-title {
    text-align: center;
    line-height: 33.6px;
    font-size: 24px;
    font-weight: 700;
}
.testimonial-subtitle {
    color: #8f8f8f;
    margin-top: 20px;
    text-align: center;
    line-height: 27px;
    font-size: 17px;
}
.testimoni-box-container {
    margin-top: 40px;
}
.testimoni-box {
    border: solid 1px #999;
    padding: 30px 15px;
    height: 210px;
}
.testimoni-name {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 0px;
}
.testimoni-tour-name {
    font-weight: 700;
    color: #4db90a;
}
.testimoni-comment {
    color: #777;
    margin-top: 20px;
    line-height: 24px;
    font-size: 17px;
    font-style: italic;
}
.signup-shortcut2 {
    position: relative;
    background-color: black;
    color: white;
    text-align: center;
    padding: 100px;
    background-image: url('/images/banner_bottom.jpg');
}
.signup-shortcut2-title {
    font-weight: 700;
    margin-bottom: 60px;
    position: relative;
    z-index: 1010;
    text-align: center;
    line-height: 53px;
    font-size: 38px;
}
.signup-shortcut2-subtitle {
    margin-bottom: 60px;
    position: relative;
    z-index: 1010;
    text-align: center;
    line-height: 24px;
    font-size: 17px;
    color: rgb(253, 253, 253);
}
.signup-shortcut-button a {
    display: inline-block;
    text-align: center;
    background-color: #4db90a;
    color: white;
    font-weight: 700;
    font-size: 24px;
    padding: 15px 60px;
    margin-top: -5px;
    position: relative;
    z-index: 1010;
}
@media (min-width: 1525px){
    .signup-info-left{
        width: 25%;
    }
}
@media (min-width: 1101px) {
	.alert.alert-display{
		display: none;
	}
	.custom-alert.alert-display{
		display: block;
	}
}
@media (max-width: 1100px) {
	.floating-content{
		margin-top: 0px;
	}
	.floating-left{
		width: 100%;
		margin-bottom: 50px;
		border-radius: 5px;
	}
	.floating-right{
		width: 100%;
		border-radius: 5px;
	}
	.alert.alert-display{
		display: block;
	}
	.custom-alert.alert-display{
		display: none;
	}
    .container.main-container.shadow{
        margin-top: 50px !important;
    }
}
@media (max-width: 890px) {
	.second-content-container{
		padding-top: 25px;
	}
	.tri-box-container{
		margin-top: 0px;
		width:100%;
	}
	.tri-box-item {
	    float: none;
	    margin: 0px auto;
	}
	.tri-box-item.middle {
	    margin: 20px auto;
	}
	.signup-info-container{
		margin-top: 50px;
	}
	.signup-info-left{
		float: none;
		width: 50%;
		margin: 0px auto 30px;
	}
	.signup-info-right{
		padding: 0px;
		text-align: center;
		width: 100%;
	}
	.step-desc{
		margin-bottom: 30px;
	}
	.testimoni-box{
		margin-bottom: 25px;
	}
}
@media (max-width: 650px) {
	.signup-info-left{
		width: 65%;
	}
	.signup-shortcut1-content{
		width: 90%;
	}
	.signup-shortcut2{
		padding: 50px;
	}
	.signup-shortcut2-title{
		margin-bottom: 40px;
		font-size: 30px;
	}
	.signup-shortcut2-subtitle{
		font-size: 20px;
	}
}
@media (max-width: 460px) {
	.signup-info-left{
		width: 100%;
	}
	.signup-shortcut1-right a{
		font-size: 15px;
		margin-top: 0px;
	}
	.signup-shortcut-button a{
		font-size: 20px;
	}
}
</pre></body></html>