<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 *
 * Theme main styles
 */
* {	box-sizing: border-box; }

html,
body {
	margin: 0;
	padding: 0;
	border: 0;
	background: #fff;
	scroll-behavior: smooth;
}
body {
	min-height: 100%;
	height: auto;
	width: 100%;
	overflow-x: hidden;
	font-family: 'AvenirNext', 'Avenir Next', 'Avenir', Arial, sans-serif;
	font-size: 18px;
	color: #373737;
}
img {
	-youbkit-touch-callout: none; /* iOS Safari */
	-youbkit-user-select: none;   /* Chrome 6.0+, Safari 3.1+, Edge &amp; Opera 15+ */
	-moz-user-select: none;	   /* Firefox */
	-ms-user-select: none;		/* IE 10+ and Edge */
	user-select: none;			/* Non-prefixed version, currently supported by Chrome and Opera */
}
@font-face {
	font-family: "Work";
	src: url("../fonts/Work_Sans/WorkSans-VariableFont_wght.ttf") format('truetype');
}



a {
	color: #8068CC;
	text-decoration: underline;
	outline: 0;
}
a:hover {
	color: #3D228E;
	text-decoration: underline;
}
.prostate a {
	color: #3b8364;
}
.prostate a:hover {
	color: #0a633d;
}

p a:hover,
a.uline:hover {
	text-decoration: underline;
}
@media only screen and (max-width: 600px) {

}
@media only screen and (min-width: 1000px) {

}
h1,
h2,
h3 {
	font-family: 'Work', sans-serif;
	word-wrap: break-word;
	white-space: normal;
	letter-spacing: -.1rem;
	font-weight: 450;
	position: relative;
	margin-bottom: 3rem;
}
h1 {
	font-size: 4.8rem;
}
h2 {
	font-size: 3.4rem;
}
h3 {
	font-size: 2.4rem;
}
h2.bigger {
	font-size: 4.8rem;
}
@media only screen and (max-width: 480px) {
	h1 {
		font-size: 4rem;
	}
	h2 {
		font-size: 3rem;
	}
	h3 {
		font-size: 2rem;
	}
	h2.bigger {
		font-size: 4rem;
	}
}
h1 span,
h2 span,
h3 span {
	position: relative;
	z-index: 2;
}
.half h2.has-o {
    padding-bottom: 13px;
}

pre, blockquote, dl, figure, table, p, ul, ol, form {
    margin-bottom: 3.5rem;
}
.container {
	max-width: 960px;
	max-width: 1180px;
}
.container-small,
.small-text-col .main &gt; .container {
	max-width: 780px;
}

.container-wide {
	max-width: 100%;
	width: auto;
	padding: 0;
}



/* prevent double width */
.container .container {
	width: 100%;
}

.main.content:not(.contact) &gt; .container {
	max-width: 760px;
}


iframe {
    max-width: 100%;
}

.text-uppercase {
	text-transform: uppercase;
}
.tiny-text {
	font-weight: 300;
	font-size: 9px;
}
.flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	align-content: center;	
}
.flex-center {
	justify-content: center;
}
.flex-center &gt; * {
	margin-left: 20px;
	margin-right: 20px;
}
.flex-top {
	align-items: flex-start;
}
.flex .half {
	width: 50%;
}
@media only screen and (max-width: 800px) {
	.flex {
		flex-wrap: wrap;
	}
	.flex.inv-on-small .half:nth-child(1) {
		order: 2;
	}
	.flex .half {
		width: 100%;
	}
}


.flex .half {
	padding: 0 100px;
}
.flex .half.with-full-image {
	padding: 0;
}

@media only screen and (max-width: 1000px) {
	.flex .half.with-text {
		padding: 0 75px;
	}
}
@media only screen and (max-width: 850px) {
	.flex .half.with-text {
		padding: 0 50px;
	}
}
@media only screen and (max-width: 700px) {
	.flex .half.with-text {
		padding: 0 40px;
	}
}
@media only screen and (max-width: 480px) {
	.flex .half.with-text {
		padding: 0 30px;
	}
}

.grid {
    flex-wrap: wrap;
    display: grid;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    grid-gap: 3rem;
}

section {
	padding: 40px 0;
	position: relative;
}
.align-right {
	text-align: right;
}
.align-left {
	text-align: left;
}






.content.hidden {
	display: none;
}
@media only screen and (max-width: 800px) {
	.text-center-on-mobile {
		text-align: center;
	}
}



.header {
	background: rgba(0,0,0,0);
	background: #fff;
	position: relative;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 7;
	transition: all 250ms ease-in-out;
}
.header.sticky {
	background: #fff;
/*	box-shadow: 0 0 10px 0 rgba(0,0,0,0.15);*/
    position: fixed;
}
.header ~ section {
	margin-top: 80px;
}



.header .menu-bar,
.footer .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 17px 0;
	font-size: 16px;
}
.header .menu-bar {
	padding: 17px 20px;
}
.header .menu-bar .left,
.header .menu-bar .right,
.header .menu-bar nav,
.header .menu-bar .menu-box-all {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.header .menu-bar .right,
.header .menu-bar nav,
.header .menu-bar .menu-box-all {
	justify-content: flex-end;
}
.mobile-open .header .menu-bar .menu-box-all {
	justify-content: center;
}




.header a.logo {
	display: block;
	width: 148px;
	height: 45px;
	margin-right: 30px;
}
.header a.logo span {
	display: none;
}
.logo svg {
	width: 148px;
	height: auto;
	overflow: visible !important;
}
@media (max-width: 1100px) {
	.header a.logo {
		width: 128px;
		height: 39px;
	}
	.logo svg {
		width: 128px;
	}
}
.prostate .logo-color {
	fill:#0a633d;
}






/*
 * Hero
 * ======================================================== */
section.hero {
	padding: 0;
}
section.hero .swiper-container {
	height: 730px;
}
section.hero .swiper-slide.with-bg-image {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}


section.hero img.hero-bg {
	object-fit: cover;
}
section.hero img.hero-o {
	width: 1300px;
	height: auto;
	position: absolute;
	top: -285px;
	right: 0px;
	mix-blend-mode: multiply;
	opacity: 0.9;
	transform: translateX(65%);
}
section.hero .swiper-slide .inner {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
}
section.hero .swiper-slide .inner .container {
	height: 100%;
}
section.hero .swiper-slide .inner .half-width-plus {
	max-width: 54%;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
section.hero h1 {
	font-size: 6rem;
}
section.hero p.tagline {
	font-size: 2.8rem;
	margin-bottom: 4.5rem;
}
section.hero p.tagline strong {
	font-wieght: 600;
}
section.hero p.app-buttons {
	padding-top: 40px;
	margin-bottom: 0;
}
section.hero p .dl-text {
	display: block;
	padding-bottom: 14px;
}
@media only screen and (max-width: 1100px) {
	section.hero img.hero-o {
		transform: translateX(75%);
	}
	section.hero .swiper-slide .inner .half-width-plus {
		max-width: 62%;
	}
}
@media only screen and (max-width: 900px) {
	section.hero img.hero-o {
		transform: translateX(82%);
	}
	section.hero .swiper-slide .inner .half-width-plus {
		max-width: 70%;
	}
}
@media only screen and (max-width: 800px) {
	section.hero img.hero-o {
		transform: translateX(88%);
	}
	section.hero .swiper-slide .inner .half-width-plus {
		max-width: 80%;
	}
	section.hero h1 {
		font-size: 4.2rem;
	}
	section.hero p.tagline {
		font-size: 2.4rem;
	}
}
@media only screen and (max-width: 480px) {
	section.hero img.hero-o {
		transform: translateX(91%);
	}
}







section.hero-faux {
	padding: 0;
	position: relative;
	z-index: 3;
}
section.hero-faux .swiper-container {
	height: 480px;
	background: #8068CC;
}
@media only screen and (max-width: 480px) {
	section.hero-faux .swiper-container {
		height: 300px;
	}
}
section.hero-faux.small .swiper-container {
	height: 140px;
}
.professionals section.hero-faux .swiper-container {
	background: #68A4CC;
}
.prostate section.hero-faux .swiper-container {
	background: #6ca28b;
}
section.hero-faux .swiper-slide:before,
section.hero-faux .swiper-slide:after {
	content: "";
	position: absolute;
	display: block;
	width: 1290px;
	height: 1290px;
	background: url(../img/icons/o-white.svg) center center / contain;
	z-index: 2;
}
section.hero-faux .swiper-slide:before {
	left: 0;
	opacity: 0.18;
	transform: translateX(-70%) translateY(-30%);
}
section.hero-faux.small .swiper-slide:before {
	transform: translateX(-70%) translateY(-17%);
}
section.hero-faux .swiper-slide:after {
	right: 0;
	opacity: 0.06;
	transform: rotate(180deg) translateX(-50%) translateY(-15%);
}
section.hero-faux.small .swiper-slide:after {
	transform: rotate(180deg) translateX(-46%) translateY(-5%);
}


section.hero-faux .swiper-slide .inner.row .container {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #fff;
}
section.hero-faux .swiper-slide h2 {
	font-family: 'AvenirNext', 'Avenir Next', 'Avenir', Arial, sans-serif;
	font-weight: 400;
	letter-spacing: 0px;
	font-size: 2.8rem;
}

.page-template-page-press section.logos {
	position: relative;
	z-index: 1;
	padding-bottom: 25vw;
}
.page-template-page-press section.logos:before {
	content: " ";
	padding: 0;
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100vw;
	background: url("../img/owise-circle.svg") no-repeat center center / cover;
	top: -59vw;
	left: 0;
}
.page-template-page-press.professionals section.logos:before {
	background: url("../img/owise-circle-professionals.svg") no-repeat center center / cover;
}






/*
 * Homepage sections
 * ======================================================== */
section.what {
	position: relative;
	z-index: 1;
	text-align: center;
	padding-top: 120px;
}
.what h2.bigger:before {
	position: absolute;
	display: inline-block;
	content: "";
	width: 148px;
	height: 148px;
	background: url("../img/icons/o-purple-light.svg") no-repeat center center / cover;
	z-index: 1;
	transform: translateX(-65px) translateY(-63px);
}



section.support {
	position: relative;
	z-index: 0;
}
.flex .half.with-giant-o {
	position: relative;
	z-index: 1;
	height: 50vw;
	width: 50vw;
}
.half.right.with-giant-o:before {
	position: absolute;
	display: block;
	content: "";
	width: 38vw;
	height: 100vw;
	left: 12vw;
	background: url(../img/owise-o-medium.svg) no-repeat left center / 100vw auto;
	overflow: hidden;
	transform: translateY(-25vw) translateX(0);
	z-index: 0;
}
/* smaller than tablet */
@media (max-width: 800px) {
	.flex .half.with-giant-o {
		height: 100vw;
		width: 100%;
	}
	.half.right.with-giant-o:before {
		width: 76vw;
		height: 200vw;
		left: 24vw;
		background: url(../img/owise-o-medium.svg) no-repeat left center / 200vw auto;
		transform: translateY(-50vw) translateX(0);
	}
	.flex .half.left {
		z-index: 1;
		padding-bottom: 100px;
	}
	.flex .half.right {
		z-index: 0;
	}
}
.professionals .half.right.with-giant-o:before {
	background-image: url(../img/owise-o-medium-professionals.svg);
}
.prostate .half.right.with-giant-o:before {
	background-image: url(../img/owise-o-medium-prostate.svg);
}
.half .half-image {
	display: block;
	position: relative;
	object-position: 0 50%;
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.support h2.with-symbol:before {
	position: absolute;
	content: "";
	width: 190px;
	height: 148px;
	transform: translateX(-70px) translateY(-150px);
	background: url("../img/icons/icons-big-heart.svg") no-repeat right center / auto 94px, url("../img/icons/o-blue-light.svg") no-repeat left center / 144px auto;
}
.support h2.has-o:before {
	position: absolute;
	display: inline-block;
	content: "";
	width: 124px;
	height: 124px;
	background: url("../img/icons/o-yellow-light.svg") no-repeat center center / cover;
	z-index: 1;
	transform: translateX(-53px) translateY(-51px);
}

section.features {
	position: relative;
	z-index: 1;
	text-align: center;
	padding-top: 140px;
	padding-bottom: 180px;
}
@media only screen and (min-width: 900px) {
	section.features:before {
		content: "";
		position: absolute;
		width: 1100px;
		height: 1100px;
		left: -920px;
		top: -300px;
		z-index: 0;
		background: url("../img/owise-o-medium-light.svg") no-repeat center center / cover;
	}
}

section.features .feature {
	padding: 40px 30px;
}
section.features .feature h3 {
	font-size: 3.4rem;
}
@media only screen and (max-width: 480px) {
	section.features .feature h3 {
		font-size: 3rem;
	}
}
section.features .feature p {
	text-align: left;
}

section.features .feature:before {
    content: "";
    width: 190px;
    height: 148px;
	display: inline-block;
	transform: scale(0.9);
}
section.features .feature-cloud:before {
    background: url("../img/icons/icons-big-cloud.svg") no-repeat right center / auto 94px, url("../img/icons/o-purple-light.svg") no-repeat left center / 144px auto;
}
section.features .feature-cross:before {
    background: url("../img/icons/icons-big-cross.svg") no-repeat right center / auto 94px, url("../img/icons/o-yellow-light.svg") no-repeat left center / 144px auto;
}
section.features .feature-graph:before {
    background: url("../img/icons/icons-big-graph.svg") no-repeat right center / auto 94px, url("../img/icons/o-blue-light.svg") no-repeat left center / 144px auto;
}


section.how {
	padding-top: 160px;
	padding-bottom: 160px;
	background: url("../img/waves.png") no-repeat center bottom -140px/ 100vw auto;
}
@media only screen and (max-width: 800px) {
	section.how {
		background-size: 300vw auto;
	}
}
section.how h2.bigger {
	margin-bottom: 40px;
}
section.how h2.bigger:before {
	position: absolute;
	display: inline-block;
	content: "";
	width: 148px;
	height: 148px;
	background: url("../img/icons/o-yellow-light.svg") no-repeat center center / cover;
	z-index: 1;
	transform: translateX(-65px) translateY(-63px);
}

section.how .image-holder {
	position: relative;
}
.layered-image {
	display: block;
	position: relative;
	transform-box: border-box;
	width: 77%;
	height: auto;
}
.layered-image.image-2 {
    z-index: 1;
    transform: translateX(-20%) translateY(10%);
}
.layered-image.image-1 {
    z-index: 2;
    position: absolute;
    transform: translateX(32%) translateY(-92%) scale(1.25);
}
@media only screen and (max-width: 800px) {
	.layered-image {
		width: 88%;
	}
	.layered-image.image-2 {
		transform: translateX(-38%) translateY(10%);
	}
	.layered-image.image-1 {
		transform: translateX(32%) translateY(-92%) scale(1.25);
	}
}
@media only screen and (max-width: 480px) {
	.layered-image {
		width: 120%;
	}
	.layered-image.image-2 {
		transform: translateX(-58%) translateY(10%);
	}
	.layered-image.image-1 {
		transform: translateX(12%) translateY(-92%) scale(1.25);
	}
}



/* About page
 * -------------------------------------------------------- */
section.what-withimage {
	position: relative;
	padding-top: 100px;
	padding-bottom: 100px;
}

section.what-withimage h2:before {
	position: absolute;
	display: inline-block;
	content: "";
	width: 124px;
	height: 124px;
	background: url("../img/icons/o-purple-light.svg") no-repeat center center / cover;
	z-index: 1;
	transform: translateX(-53px) translateY(-51px);
}




.page-template-page-about section.how {
	padding-bottom: 300px;
}

.page-template-page-about section.how h2.bigger:before {
	display: none;
}
.page-template-page-about section.how .half h2:before {
	position: absolute;
	display: inline-block;
	content: "";
	width: 124px;
	height: 124px;
	background: url("../img/icons/o-yellow-light.svg") no-repeat center center / cover;
	z-index: 1;
	transform: translateX(-53px) translateY(-51px);
}






/* Testimonial swiper
 * -------------------------------------------------------- */
section.testimonials {
	padding-top: 140px;
}
section.testimonials .swiper-container {
    height: 668px;
	background: #BEB2E4;
}
.professionals section.testimonials .swiper-container {
	background: #68A4CC;
}
.prostate section.testimonials .swiper-container {
	background: #6ca28b;
}
section.testimonials .swiper-slide {
    padding: 70px 0 70px 0;
	font-family: 'Work', sans-serif;
	color: #fff;
	font-weight: 400;
}
section.testimonials .swiper-slide .container {
	height: 100%;
	position: relative;
}
section.testimonials .intro {
	position: relative;
    font-size: 2.4rem;
}
section.testimonials .intro:before {
	content: "";
	position: absolute;
    width: 148px;
	height: 148px;
	background: url("../img/icons/o-white-transp.svg") no-repeat center center / cover;
	left: -50px;
	top: 25px;
}
.swiper-container-horizontal &gt; .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px;
}
section.testimonials .quote {
    font-size: 4.2rem;
	line-height: 5.4rem;
	word-wrap: break-word;
	white-space: normal;
	padding-right: 150px;
}
section.testimonials .quote:before {
    content: "â€œ";
}
section.testimonials .quote:after {
    content: "â€";
}
section.testimonials .arrow {
	display: block;
	position: absolute;
	width: 147px;
	height: 78px;
	background: url("../img/icons/arrow-big.svg") no-repeat right center / cover;
	right: -50px;
	top: 0;
	transform: translateY(214px);
	transition: all 250ms ease-in-out;
	opacity: 0;
}
section.testimonials .swiper-slide:hover .arrow {
	opacity: 1;
}
section.testimonials .arrow:hover {
	right: -58px;
}

section.testimonials .author-name {
    font-size: 3.2rem;
}
section.testimonials .author-title {
    margin-bottom: 0;
}
section.testimonials .slide-footer {
	position: absolute;
	width: calc(100% - 147px + 50px); /* 100% - arrow width + arrow offset */
	bottom: 0;
	align-items: flex-start;
}
section.testimonials .slide-footer &gt; div {
	height: 100%;
}
@media only screen and (max-width: 1200px) {
	section.testimonials .swiper-container {
		height: 768px;
	}
	section.testimonials .arrow {
		transform: translateY(214px) scale(0.75);
	}
	section.testimonials .quote {
		font-size: 4rem;
		line-height: 4.6rem;
		padding-right: 100px;
	}
	section.testimonials .slide-footer {
    	bottom: -25px;
	}
	section.testimonials .author-name {
		font-size: 3rem;
		margin-bottom: 1.5rem;
	}
}
@media only screen and (max-width: 800px) {
	section.testimonials .swiper-container {
		height: 768px;
	}
	section.testimonials .arrow {
		transform: translateY(214px) scale(0.5);
	}
	section.testimonials .quote {
		font-size: 3.4rem;
		line-height: 4.25rem;
		padding-right: 50px;
	}
	section.testimonials .slide-footer {
    	bottom: -50px;
	}
	section.testimonials .author-name {
		font-size: 2.6rem;
		margin-bottom: 1rem;
	}
}
@media only screen and (max-width: 500px) {
	section.testimonials .arrow {
		transform: translateY(214px) scale(0.4);
	}
	section.testimonials .intro {
		font-size: 2rem;
	}
	section.testimonials .quote {
		font-size: 2.9rem;
		line-height: 3.4rem;
		padding-right: 50px;
	}
	section.testimonials .slide-footer {
    	bottom: -50px;
	}
	section.testimonials .author-name {
		font-size: 2.2rem;
		margin-bottom: 1rem;
	}
}
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal &gt; .swiper-pagination-bullets {
    bottom: 20px;
}




section.news {
	padding-top: 140px;	
}
section.news a:not(.button) {
	background: #fff;
	box-shadow: 0 8px 20px 0 rgba(0,0,0,0.2);
	border-radius: 6px;
	text-decoration: none;
}
section.news a:not(.button):hover {
	box-shadow: 0 8px 24px 0 rgba(0,0,0,0.3);
}
section.news .image-box {
	width: 100%;
	max-height: 250px;
	height: auto;
	overflow: hidden;
	border-radius: 6px 6px 0 0;
}
section.news .image-box img {
	max-width: 100%;
}
section.news .inner {
	padding: 20px 30px;
	position: relative;
}
section.news .date {
	font-size: 1.4rem;
	font-weight: 500;
	color: #8068CC;
}
section.news h3,
section.news .text {
	color: #373737;
}
section.news h3 {
	font-size: 2.8rem;
	margin-top: 1rem;
	margin-bottom: 1.5rem;
}
section.news .text {
	margin-bottom: 1.5rem;
}
section.news .readmore {
	display: inline-block;
	position: relative;
	font-size: 1.8rem;
	font-weight: 600;
	color: #8068CC;
	border-bottom: 2px solid rgba(0,0,0,0);
}
.prostate section.news .readmore {
	color: #3b8364;
}

section.news .readmore:after {
	content: "";
	display: block;
	position: absolute;
	height: 14px;
	width: 9px;
	background: url("../img/icons/arrow-small.svg") no-repeat center right / 9px 14px;
	right: -20px;
	top: 25%;
	transition: all 100ms ease-in-out;
}
.prostate section.news .readmore:after {
	background: url("../img/icons/arrow-small-prostate.svg") no-repeat center right / 9px 14px;
}
section.news .readmore:hover:after {
	right: -23px;
}
section.news .post-cat {
	background: #000;
	color: #fff;
	display: inline-block;
	padding: 2px 10px;
	font-size: 1.3rem;
	letter-spacing: 0.5px;
	font-family: 'Work', sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	position: absolute;
	top: 0;
	right: 0;
}
section.news .news-item .post-cat {
	background: #39ABF6; /* news */
}
section.news .news-item.type-blog .post-cat {
	background: #8068CC; /* blog */
}
section.news .news-item.type-science .post-cat {
	background: #52538F; /* article */
}





.read-more-bar {
	padding: 40px 0;
}


section.logos {
	padding-top: 100px;
	padding-bottom: 100px;
}
section.logos .flex {
	justify-content: space-between;
	flex-wrap: wrap;
}
section.logos .logo-ext {
	height: 32px;
	width: auto;
	margin-bottom: 30px;
}
section.logos .logo-ext-high {
	height: 50px;
	width: auto;
	margin-bottom: 30px;
}
@media only screen and (max-width: 1200px) {
	section.logos .logo-ext {
		height: 28px;
	}
	section.logos .logo-ext-high {
		height: 43px;
	}	
}
@media only screen and (max-width: 800px) {
	section.logos .logo-ext {
		height: 24px;
	}
	section.logos .logo-ext-high {
		height: 38px;
	}
}
@media only screen and (max-width: 500px) {
	section.logos .flex {
		display: block;
		text-align: center;
	}
	section.logos .flex img {
		display: block;
		margin: 0 auto;
		margin-bottom: 60px;
	}
}





section.team {
	padding-top: 100px;
	padding-bottom: 100px;
	position: relative;
}
section.team:before {
	position: absolute;
	content: "";
	width: 150px;
	height: 150px;
	background: url("../img/owise-o-medium-professionals.svg") no-repeat center center / cover;
	left: -105px;
	top: -20px;
}
.page-template-page-about section.team {
	padding-top: 160px;
	padding-bottom: 100px;
}
section.team .team-item {
	padding: 40px 30px;
}
section.team .image-box {
	width: 260px;
	height: 260px;
	overflow: hidden;
	margin: 0 auto;
	border-radius: 50%;
	position: relative;
    text-align: center;
    align-content: center;
    align-items: center;
}
section.team .image-box img {
	max-width: 100%;
	transition: all 250ms ease-in-out;
	border-radius: 50%;
}
section.team .team-item:hover img {
	transform: scale(1.05);
}
section.team .team-item h3 {
	color: #8068CC;
	font-size: 2.8rem;
	font-weight: 500;
	margin-top: 1.5rem;
	margin-bottom: 0.5rem;
}
section.team .team-item .person-title {
	font-family: 'Work', sans-serif;
	font-size: 2rem;
	font-weight: 500;
	margin-bottom: 1rem;
}
section.team .team-item .text p {
	margin-bottom: 1rem;
}
section.team .team-item .social {
	font-size: 2.4rem;
}
section.team .team-item .social a {
	display: inline-block;
	padding: 0 10px;
}






section.become-partners {
	background: #BEB2E4;
	padding: 0;
}
.professionals section.become-partners {
	background: #68A4CC;
	background: rgba(104,164,204,0.75);
}
.prostate section.become-partners {
    background: #6ca28b;
}
section.become-partners .image-full {
	width: 100%;
	height: auto;
}
section.become-partners .text {
	height: 550px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #fff;
	padding-top: 5rem;
}
section.become-partners h2 {
	margin-bottom: 2rem;
}
section.become-partners .after-h2 {
	margin-bottom: 4rem;
}







/*
 * Regular content
 * ======================================================== */
.main h1 {
	font-size: 4.8rem;
}
.main h2,
article h2 {
	font-size: 3.4rem;
}
.main h3 {
	font-size: 2.2rem;
}
@media only screen and (max-width: 480px) {
	.main h1 {
		font-size: 2.8rem;
	}
}





/* List styles
   ------------------------------  */
.main ul,
section ul {
	list-style-image: url(../img/bullet.png);
}
.main ul.ticks,
section ul.ticks,
.what-withimage ul,
.extended ul {
	list-style-image: url("../img/bullet-v1.png");
}

.main ul.simple,
section ul.simple,
.main ul ul,
section ul ul {
	list-style: disc inside;
	list-style-image: none;
}









#primary {
	padding-top: 100px;
	min-height: 640px;
	position: relative;
	z-index: 0;
}
.single-post #primary {
	padding-bottom: 100px;
}
#primary &gt; .container {
	position: relative;
	z-index: 1;
}
#primary:after {
	position: absolute;
	content: "";
	width: 150px;
	height: 150px;
	background: url("../img/owise-o-medium.svg") no-repeat center center / cover;
	right: -105px;
	top: 0;
	transform: translateY(500px);
	z-index: 0;
}
.professionals #primary:after {
	background: url("../img/owise-o-medium-professionals.svg") no-repeat center center / cover;
}
.prostate #primary:after {
	background: url("../img/owise-o-medium-prostate.svg") no-repeat center center / cover;
}
#breadcrumbs {
	padding-bottom: 40px;
	color: #999;
	font-size: 13px;
}

blockquote {
    width: 100%;
	margin-left: auto;
	margin-right: auto;
	font-family: 'Work', sans-serif;
	font-size: 2.4rem;
	font-weight: 500;
	border-left: 5px solid #8068CC;
	padding: 4px 30px;
}
.professionals blockquote {
	border-left: 5px solid #68A4CC;
}
.prostate blockquote {
	border-left: 5px solid #0a633d;
}
blockquote p {
	display: inline-block;
	margin-bottom: 0;
}
blockquote cite {
	display: inline-block;
	font-family: 'Work', sans-serif;
	font-size: 1.8rem;
	font-weight: 400;
	font-style: normal;
}
blockquote cite:before {
	display: inline-block;
	font-family: 'Work', sans-serif;
	font-size: 1.8rem;
	font-weight: 400;
	font-style: normal;
	content: "â€”";
	padding-right: 6px;
}
@media only screen and (max-width: 480px) {
	blockquote {
		font-size: 1.6rem;
	}
}




.entry-content img {
	max-width: 100%;
	width: auto;
	height: auto;
}
.entry-content img.alignright {
	float: right;
	margin-left: 20px;
	max-width: 50%;
	width: auto;
	height: auto;
}
.entry-content img.alignleft {
	float: left;
	margin-right: 20px;
	max-width: 50%;
	width: auto;
	height: auto;
}

@media only screen and (max-width: 700px) {
	.entry-content img.alignright ,
	.entry-content img.alignleft {
		float: none;
		max-width: 100%;
		margin-right: 0;
		margin-left: 0;
		display: block;
		width: 100%;
	}
}




.entry-content a:not(.button) {
	color: #999;
	text-decoration: underline dotted;
}
.entry-content a:not(.button):hover {
	color: #000;
	text-decoration: underline;
}

figure {
	margin-left: 0;
	margin-right: 0;
	width: 100%;
}
figure img {
	width: 100%;
}





h1 .type {
	display: block;
	font-family: 'Cutive Mono', 'Courier', 'Courier New', monospace;
	font-size: 17px;
	font-style: italic;
	color: #bbb;
}

.grid a.item {
	cursor: pointer;
}
.grid .item {
	position: relative;
}
.grid .item img {
	display: block;
	max-width: 100%;
	width: auto;
	height: auto;
}
.item-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 16px;
	background: rgba(0,0,0,0.4);
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0;
	text-align: center;
	transition: opacity 200ms ease-in-out;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.item:hover .item-overlay {
	opacity: 1;
}
.item-overlay h3 {
	font-family: 'Work', sans-serif;
	color: #fff;
	font-weight: 400;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.item-overlay .text {
	color: #fff;
	font-size: 14px;
}


.faux-label {}


.cat-icon {
	color: #bbb;
}
.cat-name {
	display: inline-block;
	margin-left: 10px;
	padding: 0px 6px;
	border-radius: 4px;
	font-family: 'Work', sans-serif;
	background: #eee;
	color: #999;
}

.overview .entry-item {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding-bottom: 20px;
	cursor: pointer;
	text-decoration: none;
}
.overview .entry-item .box-img {
	width: 200px;
	height: 200px;
	overflow: hidden;
	flex-shrink: 0;
}
.overview .entry-item .box-img img {
	max-width: 100%;
	width: auto;
	height: auto;	
}
.overview .entry-item:hover .box-img img {
	max-width: 100%;
	width: auto;
	height: auto;
	transform: scale(1.05);
}
.overview .entry-item .item-content {
	padding: 20px;
	position: relative;
	flex-grow: 5;
	min-height: 200px;
}

.overview .entry-item:hover .item-content {
	background: #f6f6f6;
}
.overview .entry-item .item-content .inner-arrow {
	position: absolute;
	right: 10px;
	bottom: 10px;
}
.overview .entry-item:hover .item-content .inner-arrow {
	color: #E67932;
}
.tw-pagination {
	margin: 0 auto;
	text-align: center;
	padding: 20px 0;
}
.tw-pagination li {
	list-style: none;
	display: inline-block;
	padding-right: 6px;
}
.tw-pagination a,
.tw-pagination .current,
.tw-pagination .prev,
.tw-pagination .next {
	display: inline-block;
	margin-right: 4px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	line-height: 40px;
    text-align: center;
    text-decoration: none;
    background: #e7e7e7;
    border: 1px solid #d7d7d7;
    color: #666666;
}
.tw-pagination .prev,
.tw-pagination .next {
    color: #666666;
    background: #f7f7f7;
    border: 1px solid #e7e7e7;
}
.tw-pagination .current {
    color: #E67932;
    background: #fff;
    border: 1px solid #E67932;
}
.tw-pagination a:hover {
    background: #d7d7d7;
    border: 1px solid #d7d7d7;
    color: #333;
}
.tw-pagination .prev:hover,
.tw-pagination .next:hover {
    color: #333;
    background: #e7e7e7;
    border: 1px solid #e7e7e7;
}

@media only screen and (max-width: 800px) {
	.contact.flex {
		display: block;
	}
}






/*
 * Grid (isotope)
 * ======================================================== */

.grid-item { width: 100%; padding: 8px; }
.grid-item--width2 { width: 100%; }


/* Larger than mobile */
@media (min-width: 400px) {}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {
	.grid-item { width: 50%; }
	.grid-item--width2 { width: 100%; }
}

/* Larger than tablet */
@media (min-width: 750px) {
	.grid-item { width: 33.33%; }
	.grid-item--width2 { width: 66.67%; }
}
/* Larger than desktop */
@media (min-width: 1000px) {}
/* Larger than Desktop HD */
@media (min-width: 1200px) {}



.quote-big {
	position: relative;
	padding: 15px 15px 45px 15px;
	font-size: 21px;
	font-weight: 200;
	max-width: 400px;
}
.quote-big .author {
	position: absolute;
	bottom: 15px;
	right: 15px;
	font-size: 17px;
	font-weight: 300;
	font-style: italic;
	letter-spacing: 0.2px;
	color: #999;
}
.quote-big:before {
	position: absolute;
	top: -1px;
	left: -8px;
	font-size: 41px;
	font-weight: bold;
	content: "â€œ";
	font-family: Georgia, Times, serif;
	color: #ddd;
}


/*
 * Swipers
 * ======================================================== */
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
	right: 10px;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
	left: 10px;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #000;
}



/* #testimonials
   ---------------------------------------- */
.accordion,
.accordion li {
	list-style: none;
	padding-left: 0;
}
.accordion h2 {
	cursor: pointer;
	font-size: 1.8rem;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	position: relative;
}
.accordion h2 .icon {
	position: absolute;
	right: 20px;
	top: 5px;
	color: rgba(0,0,0,0.3);
}
.accordion h2:hover .icon {
	color: rgba(0,0,0,1);
}
.accordion .collapse {
	background: #eee;
	padding: 20px;
}
.accordion .collapse  p:last-child {
	margin-bottom: 0;
}



/* conatct page
 *
 * ============================= */
.gmap {
	width: 100%;
	height: 400px;
	border: #ccc solid 1px;
	margin: 0;
}

/* fixes potential theme css conflict */
.gmap img {
   max-width: inherit !important;
}





	




/*
 * Contact footer
 * ======================================================== */
#contact {
	background: #ddd;
	padding: 40px 0;
	font-size: 14px;
}
#contact .container {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	align-content: space-between;
	flex-wrap: wrap;
}
#contact .container &gt; div {
	width: 25%;
	padding-right: 20px;
}
@media only screen and (max-width: 800px) {
	#contact .container &gt; div {
		width: 50%;
		padding-right: 20px;
	}
}
@media only screen and (max-width: 800px) {
	#contact .container &gt; div {
		width: 100%;
		padding-right: 0px;
	}
}
.adress-type {
	font-style: italic;
}






/*
 * Footer
 * ======================================================== */
.prefooter {
	font-size: 1.4rem;
	padding-top: 100px;
}
.page-template-page-about .prefooter {
	padding-top: 200px;
}
.prefooter .row {
	padding-bottom: 100px;
}
.prefooter .cta-banner .flex {
	align-items: flex-start;
}
@media only screen and (max-width: 800px) {
	.prefooter .cta-banner .flex {
		display: block;
	}
	.prefooter .cta-banner .flex &gt; div {
		width: 100%;
		text-align: center;
	}
}
.prefooter h2 {
	font-family: 'AvenirNext', 'Avenir Next', 'Avenir', Arial, sans-serif;
	font-size: 1.8rem;
	font-weight: 600;
	color: #373737;
	letter-spacing: 0;
}
.prefooter .cta-banner h2 {
	font-family: 'Work', sans-serif;
	font-size: 3rem;
	font-weight: 450;
	color: #373737;
	padding-top: 10px;
}
.prefooter h3 {
	font-size: 1.4rem;
	font-weight: 400;
	color: #373737;
	letter-spacing: 0;
	margin-bottom: 1rem;
}
.prefooter h3 a {
	color: #373737;
	text-decoration: none;
}
.prefooter p {
	margin-bottom: 1rem;
}
.prefooter .socials,
.prefooter .jssocials {
	list-style: none;
	padding-left: 0;
	display: block;
	font-size: 2.4rem;
}
.prefooter .socials li,
.prefooter .jssocials-shares &gt; .jssocials-share {
	display: inline-block;
	padding-right: 20px;
}
.prefooter .socials li a,
.prefooter .jssocials li a {
	text-decoration: none;
}




.footer {
	background: #F7F5FE;
	color: #373737;
	font-size: 14px;
}
.prostate .footer {
	background: #e7efec;
}
.prefooter .container .left,
.prefooter .container .right,
.footer .section.container .left,
.footer .section.container .right {
	width: 50%;
}
.footer a {
	color: #373737;
	padding-right:30px;
	text-decoration: none;
}
.footer a:hover {
	color: #000;
	text-decoration: underline;
}
@media only screen and (max-width: 800px) {
	.footer .section.container {
		display: block;
	}
	.footer .section.container .left,
	.footer .section.container .right {
		width: 100%;
		text-align: center !important;
		padding-bottom: 10px;
	}
}



/*!
 * jQuery Cookiebar Plugin
 * https://github.com/carlwoodhouse/jquery.cookieBar
 *
 * Copyright 2012, Carl Woodhouse
 * Disclaimer: if you still get fined for not complying with the eu cookielaw, it's not our fault.
 */
 
.cookie-message {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0 20px;
	background: #E4F4FF;
	border-top: transparent 1px solid;
	z-index: 99;
}
.cookie-message p {
	color: #373737;
	font-size: 16px;
	margin: 0.6em 0;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-content: center;
	align-items: center;
}
.cookie-message p span {
	display: inline-block;
	width: 60%;
	padding-right: 20px;
}
.cookie-message .button.button-cookies {
	padding: 0 30px;
	min-width: 220px;
	font-size: 16px;
	height: 46px;
	line-height: 46px;
}


.grecaptcha-badge{visibility:collapse !important;}


















/* Extended page
 * -------------------------------------------------------- */
section.extended-withimage {
	position: relative;
	padding-top: 100px;
	padding-bottom: 100px;
}

/*
section.how {
	padding-top: 160px;
	padding-bottom: 160px;
	background: url("../img/waves.png") no-repeat center bottom -140px/ 100vw auto;
}
@media only screen and (max-width: 800px) {
	section.how {
		background-size: 300vw auto;
	}
}
*/
section.extended h2.bigger {
	
}
section.extended h2.bigger:before {
	position: absolute;
	display: inline-block;
	content: "";
	width: 148px;
	height: 148px;
	background: none;
	z-index: 1;
	transform: translateX(-65px) translateY(-63px);
}
section.extended h2.bigger.o-yellow:before {
	background: url("../img/icons/o-yellow-light.svg") no-repeat center center / cover;
}
section.extended h2.bigger.o-purple:before {
	background: url("../img/icons/o-purple-light.svg") no-repeat center center / cover;
}
section.extended h2.bigger.o-blue:before {
	background: url("../img/icons/o-blue-light.svg") no-repeat center center / cover;
}


section.extended h2.has-o:before {
	position: absolute;
	display: inline-block;
	content: "";
	width: 124px;
	height: 124px;
	background: url("../img/icons/o-yellow-light.svg") no-repeat center center / cover;
	z-index: 1;
	transform: translateX(-53px) translateY(-51px);
}
section.extended h2.has-o.o-purple:before {
	background: url("../img/icons/o-purple-light.svg") no-repeat center center / cover;
}
section.extended h2.has-o.o-blue:before {
	background: url("../img/icons/o-blue-light.svg") no-repeat center center / cover;
}


section.extended .image-holder {
	position: relative;
}









section.extended-regular {
	position: relative;
	z-index: 1;
	text-align: center;
	padding-top: 120px;
}
/*
.extended-regular h2.bigger:before {
	position: absolute;
	display: inline-block;
	content: "";
	width: 148px;
	height: 148px;
	background: url("../img/icons/o-purple-light.svg") no-repeat center center / cover;
	z-index: 1;
	transform: translateX(-65px) translateY(-63px);
}
*/

.has-small-o {
	position: relative;
	z-index: 1;
}
.has-small-o:after {
    position: absolute;
    content: "";
    width: 150px;
    height: 150px;	
	z-index: 0;
	right: -105px;
}
.has-small-o.small-o-purple:after {
	background: url("../img/owise-o-medium.svg") no-repeat center center / cover;
}
.has-small-o.small-o-blue:after {
	background: url("../img/owise-o-medium-professionals.svg") no-repeat center center / cover;
}
.has-small-o.small-o-yellow:after {
	background: url("../img/icons/o-yellow-light.svg") no-repeat center center / cover;
}
.has-small-o.small-o-right-top:after,
.has-small-o.small-o-right-center:after,
.has-small-o.small-o-right-bottom:after {
	right: -105px;
}
.has-small-o.small-o-left-top:after,
.has-small-o.small-o-left-center:after,
.has-small-o.small-o-left-bottom:after {
	left: -105px;
}
.has-small-o.small-o-left-top:after,
.has-small-o.small-o-right-top:after {
	top: 0;
}
.has-small-o.small-o-left-bottom:after,
.has-small-o.small-o-right-bottom:after {
	bottom: 0;
}
.has-small-o.small-o-left-center:after,
.has-small-o.small-o-right-center:after {
	top: 0;	
	transform: translateY(500px);
}
@media only screen and (max-width: 500px) {
	.has-small-o:after {
		display: none !important
	}
}</pre></body></html>