<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*	*	*	*	*	*
	GENERAL
 *	*	*	*	*	*/
body.other_sites {
	background-color: var(--background-whitesmoke);
}

#page_wrapper {
	width: 45%;
	margin: 0 auto;
	text-align: left;
	padding-top: 80px;
	padding-bottom: 100px;
	min-height: 600px;
}

.page_leader {
	text-align: center;
	margin-bottom: 50px;
}

.page_description {
	color: grey;
}

.page_title {
	text-align: center;
	margin-bottom: 20px;
}

.page_subtitle {
	text-align: center;
	color: var(--text-lighter);
	margin-bottom: 2.5em;
}

a {
	color: dodgerblue;
	text-decoration: none;
}

a:hover {
	color: var(--color-link-hover);
}


/* DUMMY IMAGES - NOT SHOWN BUT USED TO LOAD AND CACHE IMAGES */
.dummy_images {
	display: none;
}

/*	*	*	*	*	*
	END GENERAL
 *	*	*	*	*	*/

/*	*	*	*	*	*
	ROAD TO LICENCE
 *	*	*	*	*	*/

.road_to_licence_step {

 	background: whitesmoke;
 	border-radius: 20px;
 	padding: 10px;
 	margin: 10px 0;
 	border: 1px solid silver;

 	cursor: default;
 	-webkit-user-select: none;  /* Chrome all / Safari all */
	-moz-user-select: none;     /* Firefox all */
	-ms-user-select: none;      /* IE 10+ */
	user-select: none;          /* Likely future */

	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.road_to_licence_step:hover {
	background: gainsboro;
}

.licence_step_left {
 	width: 10%;
 	text-align: center;
}

.licence_step_center {
 	width: 75%;
 	height: 100%;
 	overflow: hidden;
 	padding: 0;
}

.licence_step_right {
 	width: 10%;
 	text-align: center;
}

.licence_step_checkmark {
	width: 32px;
	height: 32px;
	margin-top: 3px;
}

.licence_step_controller {
	width: 32px;
	height: 32px;
	margin-top: 3px;
}

.licence_step_info {
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin:	15px 0 0 0;
	padding: 0;
}

.licence_step_info a {
	text-decoration: none;
	color: var(--text-lighter);
	font-weight: 500;
}

.licence_step_info a:hover {
	color: dodgerblue;
}


.licence_step_center h3 {
	margin: 8px 0 0 0;
	padding: 0;
	font-weight: 500;
}

.licence_step_center p, li {
	font-size: 0.875em;
}

/*	*	*	*	*	*
	END ROAD TO LICENCE
 *	*	*	*	*	*/

/*	*	*	*	*	*
		FAQ
 *	*	*	*	*	*/

.faq {
	font-weight: bold;
	margin-bottom: 5px;
}

.faq_answer {
	margin-bottom: 30px;
}

/*	*	*	*	*	*
		END FAQ
 *	*	*	*	*	*/

/*	*	*	*	*	*
		REVIEWS
 *	*	*	*	*	*/

#reviews_page_wrapper {
	width: 100%;
	margin: 0 auto;
	text-align: left;
	padding-top: 80px;
	padding-bottom: 100px;
	min-height: 600px;
}

#reviews_subtitle {
	width: 50%;
	margin: 0 auto 40px auto;
}

.reviews_content {

	width: 50%;
	margin: auto;

	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.review {
	width: 30%;
	margin-bottom: 30px;
}

.media_reviews_container {
	background: black;
	color: var(--text-inverse);
	padding-top: 20px;
	padding-bottom: 40px;
}

body.night_mode .media_reviews_container {
	color: var(--text-default);
}

.media_reviews_wrapper {
	width: 50%;
	margin: auto;
}

.media_reviews_wrapper h2 {
	padding: 0;
	margin: 0 0 30px 0;
}

.media_reviews_content {

	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.media_reviews_column {
	width: 30%;
}

.media_reviews_column a {
	display: block;
	color: var(--text-inverse);
	margin-bottom: 3px;
}

.media_reviews_column a:hover {
	color: dodgerblue;
}

/*	*	*	*	*	*
	END REVIEWS
*	*	*	*	*	*/

/*	*	*	*	*	*
	USER AGREEMENT
*	*	*	*	*	*/

#popup_wrapper {
	padding: 50px;
	text-align: left;
}

.section_heading {
	font-weight: bold;
	margin-bottom: 10px;
}

.section_heading:nth-of-type(1) {
	margin-top: 50px;
}

.section_content {
	margin-bottom: 30px;
}

/*	*	*	*	*	*
	END USER AGREEMENT
*	*	*	*	*	*/

/*	*	*	*	*	*
	READSPEAKER
*	*	*	*	*	*/

.readspeaker_page_wrapper h1.page_title {
	margin-bottom: 1.5em;
}

.readspeaker_page_wrapper h3 {
	margin-top: 1.5em;
}

.readspeaker_page_wrapper li {
	font-size: 1.0em;
}

.readspeaker_page_wrapper .activate_button_container {
	position: relative;
}

.readspeaker_page_wrapper .instruction_box.activate {
	left: 4.5em;
	top: 0;
}

.readspeaker_page_wrapper .instruction_box.activate:before {
	content: '';
	position: absolute;
	left: -0.9em;
	top: 0.55em;
	width: 0;
	height: 0;
	border-top: 13px solid transparent;
	border-right: 26px solid #f81b84;
	border-bottom: 13px solid transparent;
}

.readspeaker_page_wrapper .activate_button_container img.icon_listen {
	height: 3em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.4);
	box-shadow: 0 1px 2px rgba(0,0,0,0.4);
	-webkit-box-shadow: none;
	box-shadow: none;
	cursor: pointer;
	border-radius: 50%;
}

.readspeaker_page_wrapper img.icon_listen.inactive {
	-webkit-filter: grayscale(100%);
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.40);
	box-shadow: 0 2px 4px rgba(0,0,0,0.40);
}

.readspeaker_page_wrapper img.readspeaker_player {
	width: 25em;
	max-width: 100%;
}

.readspeaker_page #readspeaker_buttons_container {
	position: fixed;
	top: 3.8em;
	left: 0.1em;
	width: 100%;
	z-index: 2;
}

.readspeaker_page_wrapper .instruction_box.activate {
	left: 4.5em;
	top: 0;
}

.readspeaker_page .instruction_box {
	display: inline-block;
	position: absolute;
	background-color: #f81b84;
	color: var(--text-inverse);
	padding: 0.75em 1em;
	border-radius: 1em;
	box-shadow: 0 3px 6px rgba(248,27,132, 0.5);
}

.readspeaker_page .instruction_box.play {
	left: 1em;
	top: 3em;
	display: none;
}

.readspeaker_page .instruction_box.play:before {
	content: '';
	position: absolute;
	left: 2em;
	top: -1em;
	width: 0;
	height: 0;
	border-left: 13px solid transparent;
	border-bottom: 26px solid #f81b84;
	border-right: 13px solid transparent;
}

/*	*	*	*	*	*
	END READSPEAKER
*	*	*	*	*	*/

/*	*	*	*	*	*
	OTHER SITES
*	*	*	*	*	*/

div.other_site_container {
	padding: 2.5em 3em;
	background-color: var(--background-color);
	border-radius: 1em;
	box-shadow: 0 3px 6px rgba(0,0,0,0.5);
}

div.other_site_container:not(:last-child) {
	margin-bottom: 3em;
}

div.other_site_container div.site_header_container {
	display: flex;
	align-items: center;
	margin-bottom: 2em;
}

div.other_site_container div.site_header_container img.site_logo {
	height: 3em;
	margin-right: 1.25em;
}

div.other_site_container div.site_header_container h2 {
	margin: 0;
	font-size: 1.75em;
}


/* DEVICE IMAGES */
.index_device_images_container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 40px;
	cursor: pointer;
}

.device_image_wrapper {
	position: relative;
	overflow: hidden;
	outline: 10px solid white;
}

.device_01_wrapper, .device_03_wrapper, .device_04_wrapper, .device_05_wrapper {
	width: 33.33%;
}

.device_02_wrapper {
	width: 66.66%;
}


.device_image_wrapper .caption {
	position: absolute;
	left: 0;
	right: 10px;
	bottom: 10px;
	overflow: hidden;
	height: 100%;
	opacity: 0;
	-webkit-transition:all 0.45s ease-in-out;
	transition:all 0.45s ease-in-out;
}

.device_image_wrapper:hover .caption {
	opacity: 1;
}

.device_02_wrapper .caption, .device_05_wrapper .caption {
	right: 0;
}

.device_03_wrapper .caption, .device_04_wrapper .caption, .device_05_wrapper .caption {
	bottom: 0;
}

.device_image_wrapper .caption_text {
	font-family: 'Merriweather', serif;
	font-style: italic;
	z-index: 10;
	color: var(--text-inverse);
	position: absolute;
	top: calc(50% + 6px);
	left: 50%;
	transform: translate(-50%, -50%);
	width: 75%;
	text-align: center;
	font-size: 0.95em;
	-webkit-user-select: none;
	user-select: none;
}

.device_image_wrapper img {
	margin: 0;
	padding: 0;
	z-index: 4;
	float: left;
	max-width: 100%;
	-webkit-transition:all 0.25s ease-in-out;
	transition:all 0.25s ease-in-out;
}
.device_image_wrapper:hover img {
	-webkit-transform:scale(1.1);
	transform: scale(1.1);
}

.device_image_wrapper .blur {
	background-color: rgba(0,0,0,0.8);
	height: 100%;
	width: 100%;
	z-index: 5;
	position: absolute;
}


/* END DEVICE IMAGES */

.all_devices_link {
	position: relative;
	display: block;
	margin-top: 50px;

	-webkit-transition:all 0.25s ease-in-out;
	-moz-transition:all 0.25s ease-in-out;
	-o-transition:all 0.25s ease-in-out;
	-ms-transition:all 0.25s ease-in-out;
	transition:all 0.25s ease-in-out;
}

.all_devices_link img {
	width: 100%;
}

.all_devices_link:hover {
	-webkit-transform:scale(1.05);
	transform: scale(1.05);
}

	

/*	*	*	*	*	*
	END OTHER SITES
*	*	*	*	*	*/

 /********************

	MEDIA QUERIES

*********************/
@media only screen and (max-width : 1900px) {

	#page_wrapper {
		width: 50%;
	}
}

@media only screen and (max-width : 1800px) {

	#page_wrapper {
		width: 55%;
	}
}

@media only screen and (max-width : 1450px) {

	#page_wrapper {
		width: 60%;
	}

}

 /* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

	#page_wrapper {
		width: 66.66%;
	}

	#reviews_subtitle, .reviews_content, .media_reviews_wrapper {
		width: 60%;
	}

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

	#page_wrapper {
		width: 70%;
	}

	#reviews_subtitle, .reviews_content, .media_reviews_wrapper {
		width: 70%;
	}

	.readspeaker_page #readspeaker_buttons_container {
		top: 4.4em;
	}

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

	#page_wrapper {
		width: 90%;
	}

	#reviews_subtitle, .reviews_content, .media_reviews_wrapper {
		width: 90%;
	}

	.other_site_item {
		width: 35%;	
	}

}


/* Small tablets, phablets */ 
@media only screen and (max-width : 620px) {

	.other_site_item {
		width: 40%;	
	}
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {

	#page_wrapper {
		padding-top: 80px;
		width: 95%;
	}

	#reviews_page_wrapper {
		padding-top: 80px;
	}


	#reviews_subtitle, .reviews_content, .media_reviews_wrapper {
		width: 90%;
	}

	.review {
		width: 45%;
	}

	.licence_step_checkmark {
		width: 24px;
		height: 24px;
		margin-top: 3px;
	}

	.licence_step_controller {
		width: 24px;
		height: 24px;
		margin-top: 3px;
	}

	.licence_step_center h3 {
		margin: 8px 0 0 0;
		font-size: 1em;
	}

	.device_01_wrapper, .device_03_wrapper, .device_04_wrapper, .device_05_wrapper {
		width: 50%;
	}

	.device_02_wrapper {
		width: 100%;
		top: 10px;
		order: 1;
	}

	.device_01_wrapper .caption, .device_03_wrapper .caption {
		bottom: 10px;
	}

	.device_04_wrapper .caption, .device_05_wrapper .caption, .device_02_wrapper .caption {
		bottom: 0;
	}

	.device_03_wrapper .caption {
		right: 0;
	}

	#other_sites_container {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;

		margin: 20px auto 60px auto;
	}

	div.other_site_container {
		padding: 2em;
	}

	div.other_site_container:not(:last-child) {
		margin-bottom: 2em;
	}

	.other_site_item {
		width: 45%;
	}

	div.other_site_container div.site_header_container {
		margin-bottom: 1.5em;
	}

	div.other_site_container div.site_header_container img.site_logo {
		height: 2.5em;
		margin-right: 1.0em;
	}

	div.other_site_container div.site_header_container h2 {
		font-size: 1.5em;
	}

}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 360px) {

	.licence_step_center h3 {
		margin: 8px 0 0 0;
		font-size: 0.875em;
	}

	.other_site_item {
		width: 48%;
	}

	div.other_site_container {
		padding: 2em 1.5em;
	}

}

/********************

	END MEDIA QUERIES

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