<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
	font-family: CerebriSans-Book;
	src: url('/static/assets/03-Fonts/CerebriSans-Book/font.woff2')
}
@font-face {
	font-family: CerebriSans-Bold;
	src: url('/static/assets/03-Fonts/CerebriSans-Bold/font.woff2')
}

@font-face {
	font-family: SangBleuKingdom-Regular;
	src: url('/static/assets/03-Fonts/SangBleu/SangBleuKingdom-Regular-WebS.woff2');
}


:root {
    --primary-color: #0F3557;
	--secondary-color: #03FF00;
    --primary-text-color: #4A4E4F;
}


/* Home */

.iconText p {
	margin-bottom: 0;
}

.pageRow.topColumn {
	padding-top: 40px;
}

.rev2Page h2, h2 p, .rev2Page .column, .rev2Page .column p, .rev2Page .column h3 {
	text-align: center;
}


.contactRow {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: flex-start;

}

.contactRow a {
	text-align: left;
	font-size: 24px;
}

.contactRow .uiIcon {
	margin: 30px 0 0 0;
	justify-self: flex-start;
	width: 100%;
}

.rev2Page .blue .contactRow h2 {
	margin: 0;
	padding: 0;
	text-align: left;
}

.blue .uiAction span {
	border-bottom: 1px solid white;
	color: white;
	white-space: nowrap;
}

.rev2Page h2, h2 p {
	font-size: 48px;
	line-height: 110%;
	margin: 0 0 48px 0;
}

.rev2Page .column h3, .rev2Page .column p, .collectionText p, .rev2Page .intro p, .rev2Page h3{
	font-size: 24px;
}

.rev2Page .blue .column {
	border-right: 1px solid #397CCA;
	/*margin-right: 5%;*/
	padding: 0;
    width: calc(33.33% - 1px);
}

.rev2Page .blue .column.third {
	border: none;
}

.rev2Page .icon {
	float: none;
}

.pageRow.blue {
	background-color: var(--primary-color);
	padding: 100px 0 120px 0;
}

.pageRow.blue.topColumn {
	margin-top: 0;
}

.rev2Page .blue h2 {
	padding: 0px 0 40px 0;
}

.rev2Page .blue h2, .rev2Page .blue h3{
	color: #fff;
}

.rev2Page .blue h3 {
	/* font-size: 100px; */
	margin: 0;
	padding: 0;
	line-height: 100%;
}

.rev2Page .blue p {
	color: #397CCA;
	margin: 0;
	padding: 0;
	line-height: 100%;
}

.rev2Page .block h3 {
	color: #397CCA;
	line-height: 110%;
}

.collectionRow {
	float: left;
	width: 100%;
	margin: 50px 0 50px 0;
	display: grid;
	gap: 60px;
	grid-template-columns: 1.25fr 1fr;
	/* flex-direction: column; */
	align-items: center;
	/* justify-content: space-between; */
}

.collectionRow.left {
	grid-template-columns: 1fr 1.25fr;
}

.collectionTextCol {
	height: 100%;
	align-items: center;
	display: flex;
	/* flex-direction: column; */
}


.collectionRow h3 {
	font-size: 38px;
	line-height: 140%;
}

.collectionText {
	float: left;
	padding: 20px 40px 40px 40px;
	border: 1px solid var(--secondary-color);
	margin: 0 30% 0 0;
}

.left .collectionText {
	padding: 20px 40px 40px 40px;
	margin: 0 0 0 30%;

}

.collectionRowCarousel {
	/* float: right;
	width: 50%; */
}

.left .collectionRowCarousel {
	float: left;
	/*width: 50%;*/
}

.collectionRowCarousel img{
	z-index: 1;
	position: relative;
}

.collectionRowCarousel .flex-control-nav {
	padding-top: 10px;
}
 
.collectionRowCarousel ul.rowSlides {
	float: left;
}

.rowCaption {
	margin-top: -94px;
	/*height: 30px;*/
	display: flex;
	justify-content: center;
	align-items: center;
	width: calc(100% - 100px);
	float: left;
	padding: 15px;
	background: rgba(255,255,255,1);
	line-height: 100%;
	z-index: 2;
	left: 35px;
	position: relative;
	font-size: 18px;
	text-align: center;
	color: var(--primary-color);
	height: 30px;
	font-size: 16px;
}	

/* Dashboard */

.pointsRow.pageRow {
	padding: 40px 0 0 0;
	display: flex;
	justify-content: center;
}


.homePoints .pageCenter {
	border: 1px solid var(--secondary-color);
	display: inline-block;
	margin: 0 auto;
	padding: 20px 40px;
	display: grid;
	grid-template-columns: 0.75fr 1fr;
	align-items: center;
	gap: 20px;
	width: auto;
	min-width: 800px;
}

.homePoints h2 {
	font-size: 36px;
	text-align: left;
	margin: 0;
	padding: 0;
}

.columns3 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}


.points {
	float: left;
	width: 90%;
	padding: 5%;
	border: 1px solid var(--secondary-color);
	color: var(--primary-color);
}

.points .column {
	border-right: 1px solid var(--secondary-color);
	float: left;
    text-align: left;
    width: calc(28% - 1px);
}

.points .column.first {
	padding: 0 5% 0 0;
}

.points .column.second {
	padding: 0 0 0 5%;
}

.points .column.last {
	border-right: none;
	padding: 0 0 0 5%;
}

.points p, .points a, .points h2, .points p b {
	color: var(--primary-color);
}

.cta {
	cursor: pointer;
}

.claim {
	width:100%;
	margin: 0;
	/* float: left;
	display: block; */
	/* background: #fff; */
	padding: 20px 0 20px 0;
	text-align: center;
	color: #fff;
	-webkit-transition: all 0.3s ease;
    -moz-transition:    all 0.3s ease;
    -o-transition:      all 0.3s ease;
    -ms-transition:     all 0.3s ease;
    transition:         all 0.3s ease;
    border: 1px solid #fff;
}

.claim.active, .claim:hover {
	border:1px solid var(--secondary-color);
;
}

.claim.last {
	margin: 0 0 2% 0;
}

.claimForm .btn {
	border: none;
	font-size: 16px;
	clear: left;
	float: none;
	margin: 0 auto;
}

.giftBtns {
	float: left;
	width: 100%;
	margin-top: 10px;
}

.giftBtns a {
	border-bottom: 1px solid rgb(41,57,83);
}

.giftBtns div {
	float: left;
	margin: 0 20px 0 0;
}

.reward {
	border-bottom: 1px solid #A9AAAB;
}

.reward p {
	margin: 0;
	line-height: 100%;
}

.pageRow.reward {
	margin: 10px 0 10px 0;
}

.eventsRow .btn, .activityRow .btn {
	margin-top: 40px;
}

#claimForm {
	padding: 30px 0 10px 0;
	float: left;
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 40px;
}

#claimForm .btn {
	margin-top: 10px;
	float: left;
}

.claimForm {
	text-align: left;
	padding: 60px 0 60px 0;
	position: relative;
	z-index: 3;
}

.claimForm h2{
	color: #fff;
	font-size: 48px;
}

.claimFormBackground {

}

.claimPopUp {
	position: fixed;
	width: 80%;
	top: 25%;
	margin-left: 10%;
	z-index: -1;
	/*height: 300px;*/
	float: left;
	box-shadow: 0 0px 1px rgba(0,0,0,0.25);
	opacity: 0;
	-webkit-transition: opacity 0.3s ease;
    -moz-transition:    opacity 0.3s ease;
    -o-transition:      opacity 0.3s ease;
    -ms-transition:     opacity 0.3s ease;
    transition:         opacity 0.3s ease;
}

.claimPopUp.active {
	position: fixed;
	width: 80%;
	top: 25%;
	z-index: -1;
	z-index: 999994;
	margin-left: 10%;
	/*height: 300px;*/
	float: left;
	box-shadow: 0 0px 1px rgba(0,0,0,0.25);
	opacity: 1;

}


.popUp {
	position: fixed;
	width: 100%;
	height: 100%;
	/* width: 60%;
	top: 25%;
	margin-left: 20%; */
	z-index: -1;
	/*height: 300px;*/
	float: left;
	
	opacity: 0;
	-webkit-transition: opacity 0.3s ease;
    -moz-transition:    opacity 0.3s ease;
    -o-transition:      opacity 0.3s ease;
    -ms-transition:     opacity 0.3s ease;
    transition:         opacity 0.3s ease;

	display: flex;
	
	align-items: center;
	justify-content: center;
}

.popUpBox{
	display: flex;
	flex-direction: column;
	text-align: center;
	background: white;
	box-shadow: 0 4px 20px rgba(0,0,0,0.25);
	border-radius: 20px;
	padding: 40px;
}

.popUp.active {
	z-index: 999994;
	opacity: 1;
}

.popUp p {
	text-align: center;
}

.popUp .btns {
	justify-content: center;
}

.btn.off {
	background: #878F94;
}

.closeClaim {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 999995;
	width: 30px;
	cursor: pointer;
}


.listing{
	margin: 0 0 40px 0;
	padding: 0 0 80px 0;
	border-bottom: 1px solid #A9AAAB;
}

.listing.noBorder {
	border: none;
	margin: 0;
}

.listingText {
	float: left;
	width: 70%;
}

.listingText h3, .news h3{
	color: #3D7EC7;
}

.listingText h4{
	color: #55565A;
}

.listingBtns {
	margin-top: 15px;
}

.listingThumb {
	float: right;
	width: calc(30% - 20px);
	padding: 0 0 0 20px;
}

.listingThumb .btn{
	width: 100%;
	float: left;
	text-align: center;
	padding: 15px 0 15px 0;
}

.activity {
	margin: 0 0 10px 0;
	padding: 10px 0 20px 0;
	border-bottom: 1px solid #A9AAAB;
}


.activityText p, .sectionRow.activityRow h3{
	margin: 0;
	padding: 0;
}


.activityText p{
	font-size: 16px;
	color: #535353;
}

.activityRow .headingRow p, .eventsRow .headingRow p {	
	
	color: var(--primary-color);
}


 .eventsRow .field{
	width: 30%;
	float: left;
}

.eventsRow .created .field, p.created {
	color: #063055;
}

.eventsRow .label{
	width: 15%;
	text-align: left;
	float: left;
	font-weight: normal;
	font-family: "CerebriSans-Book", sans-serif;
	color: #3D7EC7;
}

.howToRow .column {
	float: left;
    padding: 20px;
    text-align: center;
	border: 2px solid var(--secondary-color)
    /* background: #3979bd; */
    /*background: #063055;*/
}


.howToRow .column.third {
	margin-right: 0;
	padding: 20px;
}


.howToRow .column p, .howToRow .column .lg1 p{
	text-align: left;
	width: 100%;
	border-bottom: none;
	/* color: #fff; */
}

.howToRow .column p {
	border-bottom: 1px solid var(--secondary-color);
	padding: 0 0 20px 0;
	font-size: 20px;
	line-height: 120%
}

.howToRow .column .lg1 p{
	font-size: 60px;
	margin: 0;
	padding: 0;
}

.howToRow .column .lg1 p em{
	font-size: 40px;
	font-style: normal;
}

.eventsRow .btn, .activityRow .btn {
        margin-top: 20px;
    }
.back.btn {
    margin-bottom: 50px;
}
.activityRow .headingRow, .eventsRow .headingRow {
	margin-top: 40px;
    border-bottom: 1px solid #A9AAAB;
	margin-bottom: 10px;
	padding-bottom: 5px;
}


/* .fullActivityRow .activity, .eventsRow .activity{
	padding: 20px 0 20px 0;
} */

.fullActivityRow .activityText p.col2 {
	width: 45%;
}

.fullActivityRow .activityText p.col1 {
	width: 10%;
}

.news {
	margin: 0 0 30px 0;
    padding: 0 0 30px 0;
    border-bottom: 1px solid #A9AAAB;
}

.news.last {
	border: none;
	margin-bottom: 10px;
}

.news .cta {
	/*color: #3D7EC7;*/
	color: #063055;
	font-weight: 700;
	font-size: 14px;
}

.allNews .news {
 	padding: 20px 0 40px 0;
}


/* Login Form */

.loginWrap {
	position: fixed;
	top: 60px;	
	width: 100%;
	background-image: url('/static/assets/01-photography/rewards/00-Banners/02-Banner-DropDown-SignIn-Menu.jpg');
	background-size: cover;
	text-align: left;
	padding: 0px 0 30px 0;
	-webkit-transition: all 0.3s ease;
    -moz-transition:    all 0.3s ease;
    -o-transition:      all 0.3s ease;
    -ms-transition:     all 0.3s ease;
    transition:         all 0.3s ease;
	z-index: -1;
	opacity: 0;
}

body.signIn .loginWrap {
	z-index: 9;
	opacity: 1;
}

body.signIn .contentWrap, body.blur .contentWrap, body.mNav .contentWrap {
	filter: blur(10px);
}



.signInClose {
	float: right;
	width: 40px;
	display: none;
}

body.signIn .signInText {
	display: none;
}

body.signIn .signInClose {
	display: block;
	float: right;
	text-align: right;
}

.signInClose img {
	width: auto;
	height: 20px;
}

.loginForm {
	float: right;
	background: #fff;
	padding: 40px;
	width: 32%;
}

.loginForm label, .loginForm input {
	float: left;
	width: 100%;
}

.loginForm input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset;
}

.loginForm label {
	color: #878F94;
}

a.reset {
	color: #878F94;
	font-size: 13px;
	text-align: center;
	width: 100%;
	float: left;
	padding: 20px 0 0 0;
}

a.reset:hover {
	color: #000;
}

.loginForm input {
	-webkit-appearance: none;
	border: #ddd 1px solid;
	width: 90%;
	margin: 0 0 10px 0;
	padding: 5%;
}

.loginForm input.submit {
	float: left;
	width: 100%;
	margin: 10px 0 0 0;
	border: none;
	-webkit-appearance: none;
	font-size: 16px;
}



.spacesRow p{
	font-size: 16px;
	/*color: #000;*/
	width: 100%;
	float :left;
	padding: 20px 0 20px 0;
	margin: 0px 0 0px 0;
	border-bottom: 1px solid #E6E5E6;

}
.spacesRow p span {
	float: left;
}

.spacesRow p .floor {
	padding: 0 20px 0 20px;
	min-width: 220px;
	float: left;
}

.availabilitiesPage .pageCaption {
	padding-top: 0;
	
}


/* Listing */

.listingCaption {
	z-index: 3;
	position: relative;
	width: 100%;
	text-align: center;
}

.listingCaption h1{
	width: 100%;
	float: left;
	text-align: center;
	position: relative;
	font-size: 50px;
	color: #fff;
	text-shadow: 0 1px 6px rgba(0,0,0,0.5);
}

.portfolioCaption, .portfolioCaption h2 {
	text-align: center;
	width: 100%;
}

.portfolioCaption h2 {
	font-family: "CerebriSans-Book", sans-serif;
	font-weight: 300;
	/*text-shadow: none;*/
	line-height: 200%;
}

.portfolioCaption p{
	/*text-shadow: none;*/
	width: 50%;
	margin: 0 auto;
	text-align: center;

}

.portfolioCaption a.btn{
	float: none;
	margin: 0 auto;
	line-height: 200%;
}




/* Settings */

.settingsPage h3{
	color: #033056;
}

.settingsPage .field{
	width: 50%;
	float: left;
}

.settingsPage .label{
	width: 50%;
	text-align: left;
	float: left;
	font-weight: normal;
	font-family: "CerebriSans-Book", sans-serif;
	color: #033056;
}

.update {
	margin-top: 30px;
}

p.contactUs {
	margin: 30px 0 0 0;
}

p.contactUs a{
	text-decoration: underline;
}

.passwordForm {
	display: none;
}

#password1, #password2{
	max-width: 270px;
}

/* Property */

.availabilitiesRow h3, .contact h3{
	color: #3D7EC7;
	font-size: 20px;
}


.contact p{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

/* Password Reset Page */

.passwordReset {
	width: 100%;
	padding: 40px 0 80px 0;
	float: left;
}

.form-row label {
	padding: 5px 0 5px 0;
}

.form-row input {
	float: left;
	margin: 0 0 20px 0;
}

button.uiIcon {
	-webkit-appearance: none;
	background: none;
	border: none;
	cursor: pointer;
	font-size: 24px;
}

.uiIcon {
    display: flex;
    align-items: center;
    gap: 5px;
    /* color: var(--secondary-color) */
}

.uiIcon svg {
    height: 100%;
    width: auto;
    margin-left: 10px;
}

.pageRow .uiAction {
	padding-top: 20px;
}

.pageRow .uiAction.noPadding {
	padding-top: 10px;
}

.uiAction.disable {
	pointer-events: none;
	opacity: 0.3;
}


.uiAction span {
    border-bottom: 1px solid var(--primary-color)

}

.uiAction {
	transition: all 0.2s ease;
}

.uiAction:hover span{
	opacity: 0.7;
}

.uiAction .svgIcon {
	transition: all 0.2s ease;
}

.uiAction:hover .svgIcon {
	transform: translate(2px, -2px);
}


.howTo {
	width: 100%;
	gap: 30px;
}

.howTo .column {
	width: auto;
}

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

.collectionPageBlock {
	width: 100%;
}

.collectionPageBlock img {
	width: 100%;
	height: auto;
}



.collectionPage h2 {
	text-align: left;
	margin: 0;
}

.collectionPageHeading {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 30px 0;
	height: 100%;
}

.collectionPageHeading .uiAction {
	height: 24px;
	width: auto;
	float: none;
	align-content: center;
}

.collectionPageHeading .uiAction span {
	white-space:nowrap;
}

.collectionGroup, .collectionGroup h3, .collectionGroup p {
	text-align: left;
}

.collectionPage .topRow {
	padding: 100px 0 100px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 30px;
	justify-content: flex-start;
	text-align: left;
}

.collectionPage .topRow p {
	width: 100%;
	text-align: left;
}

.collectionPageRow:has(.largeBlock) {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
}


.noResult {
	padding: 30px 0 0 0;
}</pre></body></html>