<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**************************************/
/********** TEMPLATE MODULES **********/
/**************************************/

.template-module {
	margin: 45px 0;
    position: relative;
    font-size: 0;
}

.template-module:first-child {
	margin-top: 0;
}
.template-module:last-child {
	margin-bottom: 0;
}
.template-module.bg:last-child {
	margin-bottom: -25px;
}


.template-module a:not(.button):not(.link) {
	display: inline-block;
	overflow: hidden;
}


.template-module img {
	display: block;
	margin: 0 auto;
}
.template-module &gt; img {
	width: 100%;
}
.template-module a[href] img {
	transition: inherit;
}
.template-module a[href]:hover img {
	transform: scale(1.05);
}


@media(min-width: 768px) {
	.template-module {
		margin: 55px 0;
	}
}

@media(min-width: 992px) {
	.template-module {
		margin: 60px 0;
	}
}


/**************************************/
/********** MODULE 1: SLIDER **********/
/**************************************/

.template-module .slider-wrapper {
    position: relative;
}

.template-module .slider:not(.tns-slider) {
    display: flex;
    overflow: hidden;
}
.template-module .slider:not(.tns-slider) &gt; .slide {
    flex-basis: 100%;
    min-width: 100%;
}

.template-module .slider .slide {
	position: relative;
}

.template-module .slider .image,
.template-module .image.video {
	position: relative;
	padding-top: 56.25%;
	background-color: white;
}
.template-module .slider .image img {
	position: absolute;
	top: 0;bottom:0;
	left: 0;right: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}

.template-module .slider .legend {
	position: absolute;
    top: 0;bottom: 0;
    left: 0;right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, .4) 0%, transparent 100%);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    z-index: 1;
	padding: 10px 40px;
    pointer-events: none;
}
.template-module .slider .legend p {
    text-align: center;
	color: white;
    margin: .25em 0;
}
.template-module .slider .video + .legend {
    background: transparent;
}


.template-module .slider-arrows {
	position: absolute;
    top: 0;bottom: 0;
    left: 0;right: 0;
    display: flex;
	align-items: center;
	pointer-events: none;
}

.template-module .slider-arrows &gt; div {
	cursor: pointer;
	position: relative;
	width: 12px;
	height: 24px;
	font-size: 0;
	pointer-events: auto;
}
.template-module .slider-arrows &gt; div::before {
	content: "";
	position: absolute;
	top: 0;left: 0;
	width: 100%;
	height: 100%;
	background-color: white;
	mask-image: url(/assets/img/arrow-chevron.svg);
	-webkit-mask-image: url(/assets/img/arrow-chevron.svg);
	mask-size: cover;
	-webkit-mask-size: cover;
}

.template-module .slider-arrows &gt; div.prev {
	margin-right: auto;
	margin-left: 10px;
    transform: rotate(180deg);
}
.template-module .slider-arrows &gt; div.next {
	margin-left: auto;
	margin-right: 10px;
}


@media(min-width: 992px) {
	.template-module .slider .legend {
		padding: 20px 80px;
	}
	
	.template-module .slider-arrows &gt; div {
		width: 20px;
		height: 37px;
	}
	.template-module .slider-arrows &gt; div.prev {
		margin-left: 20px;
	}
	.template-module .slider-arrows &gt; div.next {
		margin-right: 20px;
	}
}


/**************************************************/
/********** MODULE 2 &amp; 3: TEXT AND IMAGE **********/
/**************************************************/

.template-module.wrap,
.template-module.wrap ul,
.template-module.wrap ol {
    display: flow-root;
}


.template-module.wrap img + h2,
.template-module.wrap img + h3,
.template-module.wrap img + h4,
.template-module.wrap img + p,
.template-module.wrap img + ul,
.template-module.wrap img + ol {
    margin-top: 0;
}

.template-module.module2.wrap img,
.template-module.module3.wrap img {
	max-width: 100%;
	float: none;
	padding: 0 0 15px 0;
}

.template-module.module2 .row &gt; div:first-child {
    padding-right: 15px;
}

.template-module.module3 .row &gt; div:last-child {
    padding-left: 15px;
}


@media(min-width: 768px) {
	.template-module.module2.wrap img,
	.template-module.module3.wrap img {
		max-width: calc(50% + 45px);
	}

	.template-module.module2.wrap img {
		padding: 0 0 45px 55px;
		float: right;
	}
	.template-module.module3.wrap img {
		padding: 0 55px 45px 0;
		float: left;
	}	

	.template-module.module2 .row &gt; div:first-child {
		padding-right: 45px;
	}
	
	.template-module.module3 .row &gt; div:last-child {
		padding-left: 45px;
	}
}


/**********************************************************/
/********** MODULE 4, 5, 6 &amp; 7: IMAGE AND LEGEND **********/
/**********************************************************/

.template-module.module4 p,
.template-module.module5 p,
.template-module.module6 p,
.template-module.module7 p {
    margin-left: auto;
	margin-right: auto;
	padding: 0 20px 0;
}

@media(min-width: 768px) {
	.template-module.module4 p,
    .template-module.module5 p,
    .template-module.module6 p,
    .template-module.module7 p {
        width: 75%;
        padding: 0 10px 0;
    }
}


/**************************************************/
/********** MODULE 10 &amp; 11: TEXT COLUMNS **********/
/**************************************************/

.template-module.module10 .row,
.template-module.module11 .row {
	display: flex;
	margin: -10px -25px;
}

.template-module.module10 .row &gt; div,
.template-module.module11 .row &gt; div {
	float: none !important;
	padding: 10px 25px;
	flex: 0 0 100%;
	max-width: 100% !important;
}


@media(min-width: 768px) {
    .template-module.module10 .row &gt; div {
		flex: 0 0 50%;
		max-width: 50% !important;
		width: auto !important;
	}
	.template-module.module11 .row &gt; div {
		flex: 0 0 33.333%;
		max-width: 33.333% !important;
		width: auto !important;
	}
}


/***************************************************************************************/
/********** MODULE 4 + 10 FUSION &amp; MODULE 5 + 11 FUSION: TEXT + IMAGE COLUMNS **********/
/***************************************************************************************/

.template-module.module4.module10 .header,
.template-module.module5.module11 .header {
	margin-bottom: 40px;
}

.template-module.module4.module10 p,
.template-module.module5.module11 p {
	margin-left: 0;
	margin-right: 0;
	padding: 0;
	width: auto;
}


.template-module.module5.module11 .row &gt; div &gt; a + a {
	margin-top: 1.5em;
}

.template-module.module5.module11 .button.button-center {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}
.template-module.module5.module11 .button.button-right {
	position: relative;
	left: 100%;
	transform: translateX(-100%);
}


@media(max-width: 767px) {
	.template-module.module4.module10 .row,
	.template-module.module5.module11 .row {
		margin: -15px -25px;
	}

	.template-module.module4.module10 .row &gt; div,
	.template-module.module5.module11 .row &gt; div {
		padding: 15px 25px;
	}
}


/******************************************************************/
/********** MODULE 12: VIDEO &amp; MODULE 1: SLIDER w/ video **********/
/******************************************************************/

.template-module .video::before {
    content: "";
    position: absolute;
    top: 0;bottom: 0;
    left: 0;right: 0;
    background-color: rgba(0, 0, 0, .45);
    z-index: 1;
}

.template-module .image.video img {
	position: absolute;
	top: 0;left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.template-module .video iframe,
.template-module .video video {
	position: absolute;
	top: 0;bottom: 0;
	left: 0;right: 0;
	width: 100%;
	height: 100%;
    border: 0;
    z-index: -1;
}
.template-module .video.open iframe,
.template-module .video.open video {
	z-index: 2;
}

.template-module .video a.play {
	position: absolute;
	top: 0;bottom: 0;
	left: 0;right: 0;
    margin: auto;
    width: 70px;
    height: 70px;
	border-radius: 100%;
	background-color: rgba(255, 255, 255, .85);
    z-index: 1;
}
.template-module .video a.play:hover {
	background-color: white;
}
.template-module .video a.play:before {
	content: "";
	position: absolute;
	top: 0;bottom: 0;
	left: 0;right: 0;
	margin: auto;
	background-image: url(/assets/img/play.svg)
}


.template-module .video + p.text-center {
    position: absolute;
    bottom: 0;
    left: 20px;right: 20px;
    margin: 1em auto;
    color: white;
    z-index: 1;
}


@media(min-width: 768px) {
	.template-module .video a {
		width: 70px;
		height: 70px;
		border-width: 4px;
	}

    .template-module .video a.play {
        width: 90px;
        height: 90px;
        border-width: 3px;
	}
}

@media(min-width: 992px) {
	.template-module .video a {
		width: 90px;
		height: 90px;
	}
}


/*****************************************************/
/********** MODULE 19: CALL TO ACTION (CTA) **********/
/*****************************************************/

.template-module .cta {
    display: flex;
    position: relative;
	width: 100%;
	padding: 20px;
    background-color: var(--main-color);
}
.template-module .cta::before {
    content: "";
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 54px;
    height: 24px;
    margin: auto;
    background-color: white;
	mask-image: url(/assets/img/arrow.svg);
	-webkit-mask-image: url(/assets/img/arrow.svg);
	mask-size: cover;
	-webkit-mask-size: cover;
    transition: inherit;
    will-change: transform;
}
.template-module .cta:hover::before {
    transform: translateX(5px);
}

.template-module .cta h2,
.template-module .cta .h2 {
    color: white;
	padding-bottom: 45px;
}


@media(min-width: 768px) {
    .template-module .cta {
        padding: 35px 30px;
    }
    .template-module .cta::before {
		right: 30px;
    }

    .template-module .cta .h2 {
        padding: 0;
        padding-right: 100px;
    }
}

@media(min-width: 992px) {
    .template-module .cta {
		padding: 45px 40px;
    }
    .template-module .cta::before {
		top: 0;bottom: 0;
	   	right: 40px;
    }

    .template-module .cta .h3 {
		padding-right: 200px   
    }
}

/********** COLORED CONTENT CTA **********/

main .content.darkpurple .template-module .cta {
	background-color: var(--darkpurple);
}
main .content.purple .template-module .cta {
	background-color: var(--purple);
}
main .content.blue .template-module .cta {
	background-color: var(--blue);
}
main .content.darkblue .template-module .cta {
	background-color: var(--darkblue);
}


/****************************************************/
/********** MODULE 21: SIDE TEXT HIGHLIGHT **********/
/****************************************************/

.template-module.module21 .side-highlight {
    position: relative;
    padding: 30px;
    padding-left: 50px;
    background-color: var(--main-color);
    margin-bottom: 30px;
}
.template-module.module21 .side-highlight::before {
    content: "";
    position: absolute;
    top: 35px;bottom: 35px;
    left: 30px;
    width: 4px;
    background-color: white;
}
.template-module.module21 .side-highlight::after {
    content: "";
    position: absolute;
    top: 0;right: 0;
    border: 15px solid white;
    border-bottom: 15px solid transparent;
    border-left: 15px solid transparent;
}

.template-module.module21 .side-highlight &gt; * {
    font-weight: 500;
    color: white;
    line-height: 1.4;
}
.template-module.module21 .side-highlight &gt; * b,
.template-module.module21 .side-highlight &gt; * strong {
	color: inherit;
	font-weight: bold;
}


@media(min-width: 1200px) {
    .template-module.module21 .side-highlight {
        margin-left: -90px;
    }
}

@media(min-width: 768px) {
    .template-module.module21 .side-highlight {
        padding: 45px 50px 45px 70px;
        max-width: 420px;
        margin: 0 50px 30px -35px;
    }
	.template-module.module21.left .side-highlight {
        float: left;
        margin: 0 50px 30px -35px;
    }
	.template-module.module21.right .side-highlight {
        float: right;
        margin: 0 -35px 30px 50px;
    }

    .template-module.module21 .side-highlight::before {
        top: 50px;bottom: 50px;
        left: 50px;
    }
    .template-module.module21 .side-highlight::after {
        border-width: 32px;
    }
}


/***********************************************/
/********** MODULE 22: TEXT HIGHLIGHT **********/
/***********************************************/

.template-module.module22 .bg {
    position: relative;
    padding: 40px 20px 35px 80px;
    background-color: #2f4357;
	margin: 0 -20px;
}

.template-module.module22 .bg::before {
    content: "";
    position: absolute;
    top: 40px;left: 15px;
    width: 45px;
    height: 65px;
    background-color: var(--main-color);
    transform: skewY(-30deg);
    transform-origin: top center;
}

.template-module.module22 * {
    color: white;
}
.template-module.module22 p {
    font-size: 1.25rem;
    font-weight: 500;
}
.template-module.module22 p b,
.template-module.module22 p strong {
    font-weight: bold;
}


@media(min-width: 768px) {
	.template-module.module22 .bg {
		padding: 45px 60px 40px 160px;
		margin: 0;
	}

	.template-module.module22 .bg::before {
		top: 50px;left: 60px;
		width: 65px;
		height: 90px;
	}
}


/****************************************/
/********** MODULE 24: NUMBERS **********/
/****************************************/

.template-module.statistics::before {
	background-color: var(--main-color);
}

.template-module.statistics p a {
	font-weight: inherit;
	color: inherit;
	border: none;
}</pre></body></html>