<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/*COLOURS*/
.listInfoHeading {
	color: #ea5b0f;
}
.featureList li a:hover, .heroColShape, .offerShape a:hover .offerColour {
	background-color: #ea5b0f;
}
.featureList li a {
	border-color: #ea5b0f;
}
.section.light {
	background-color: #e1e1e1;
}
.section.light.half.top {
	background: linear-gradient(180deg, #e1e1e1 50%, transparent 0%);
}
.section.light.half.bottom {
	background: linear-gradient(0deg, #e1e1e1 50%, transparent 0%);
}
/*COLOURS*/

/*EFFECT*/
.listInfoHeading, .offerShape a .offerColour, .modalCloseButton {
	transition: all .10s ease-in-out;
	-moz-transition: all .10s ease-in-out;
	-webkit-transition: all .10s ease-in-out;
}
/*EFFECT*/

header {
	z-index: 999!important;
}
.section {
	padding: 100px 0px;
}
.section.noTop {
	padding-top: 0px;
}
.section.noBottom {
	padding-bottom: 0px;
}
.section.smallTop {
	padding-top: 60px;
}
.section.smallBottom {
	padding-bottom: 60px;
}
.maxText {
	max-width: 600px;
}
.featureText h2 {
	font-size: 49px;
	margin: 0px;
	padding: 0px;
	letter-spacing: -1px;
}
.featureText p {
	font-size: 16px;
}
.featureList {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	font-size: 0px;
	line-height: 0px;
}
.featureList li {
	font-size: 14px;
	display: inline-block;
	vertical-align: top;
	width: 100%;
}
.featureList li a {
	display: block;
	background-color: #FFFFFF;
	border-left-style: solid;
	border-left-width: 2px;
	text-decoration: none;
}
.featureList li a:hover, .featureList li a:hover .listInfoHeading {
	color: #FFFFFF;
}
.featureList li a span {
	display: block;
}
.listInfo {
	padding: 30px;
	line-height: 22px;
}
.listInfoHeading {
	font-size: 23px;
	font-weight: 700;
}
.listInfoSub {
	font-size: 18px;
	font-weight: 700;
	margin-top: 3px;
}
.listInfoText {
	margin-top: 15px;
}
.iconSection {
	font-size: 0px;
	margin: 0px -20px;
	padding: 0px;
	line-height: 0px;
	list-style-type: none;
}
.iconSection li {
	font-size: 14px;
	line-height: 22px;
	vertical-align: top;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 60px;
	max-width: 550px;
}
.iconSection li:last-child {
	margin-bottom: 0px;
}
.iconSection li p {
	padding: 0px;
	margin: 0px;
}
.iconSection li .iconHeading {
	font-weight: 700;
	font-size: 23px;
	padding-top: 20px;
	padding-bottom: 20px;
	max-width: none;
}
.iconSection li .iconItem {
	background-image: url(../assets/dot.jpg);
	background-repeat: repeat-x;
	background-position: center center;
}
.iconSection li .iconItem span {
	background-color: #FFFFFF;
	display: inline-block;
	padding-right: 10px;
}
.iconSection li .iconItem img {
	height: 50px;
}
.iconContent {
	padding: 0px 20px;
}
.iconTextContent {
	padding-bottom: 20px;
}
.heroBanner {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.heroContainer {
	position: relative;
}
.heroCol {
	padding-top: 65px;
	padding-right: 0px;
	padding-left: 0px;
}
.heroColShape {
	border-radius: 30px;
	padding-top: 40px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 60px;
	color: #FFFFFF;
}
.heroColShape h1 {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 15px;
	font-size: 44px;
	letter-spacing: -1px;
	line-height: 44px;
}
.heroColShape p {
	color: #FFFFFF;
	font-size: 16px;
	padding-top: 20px;
}
.heroColShape p.sub {
	font-size: 22px;
	font-weight: 700;
	margin: 0px;
	padding: 0px;
	line-height: 28px;
	width: 100%;
}
.heroOver {
	bottom: 0px;
	right: 0px;
	width: 100%;
	line-height: 0px;
	margin-top: -95px;
}
.hero-btn {
	background-color: #454545;
	color: #FFFFFF;
	border-color: #454545;
}
.hero-btn:hover {
	background-color: #ffffff;
	color: #454545;
	border-color: #ffffff;
}
.section.offer {
	padding-bottom: 0px;
	padding-top: 60px;
}

.offerContent {
	display: flex;
	flex-direction: column;
	color:#fff;
	background-color: #275263;
	padding: 45px 30px;
	border-radius:30px;
}

.offerContent .block-btn {
	align-self: start;
}

.offerImage {
	display: none;
}
.offerImageMob img {
	margin-bottom:30px;
	margin-top:-30px;
}

.offerShape span.offerHead {
	font-size: 23px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 15px;
	padding: 0px;
	line-height: 28px;
	font-weight: 700;
}
.offerShape span.offerText {
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	line-height: 22px;
	margin-bottom:10px;
}

.offerColour {
	border-radius: 30px;
	padding-top: 40px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 100px;
	color: #FFFFFF;
	background-color: #275263;
}
.offerImage {
}
.section.noOffer {
	padding-top: 60px;
	padding-bottom: 60px;
}
.section.withOffer {
	padding-bottom: 60px;
	padding-top: 60px;
}
.modal {
	background-color: rgba(0,0,0,0.70);
}
.modal-body {
	padding: 40px;
	background-color: #FFFFFF;
}
.modal-dialog {
	z-index: 99;
}
.modalCloseButton {
	background-color: transparent;
	font-size: 24px;
	color: rgba(255,255,255,0.70);
	border-style: none;
	width: 100%;
	padding: 15px 0px;
	text-align: right;
	cursor: pointer;
}
.modalCloseButton:hover {
	color: rgba(255,255,255,1.00);
}
.modal-header {
	padding: 0px;
	margin: 0px;
}
select {
	width: 100%;
	margin-top: 4px;
}
.formTop {
	display: none;
}
.formTop.hide-show {
	display: block;
}
.formThanks {
	display: none;
}
.formThanks.hide-show {
	display: block;
}
#formModal.homepage {
	--bs-modal-width: 700px;
}
#formModal.homepage .block-btn{
	margin-bottom: 0px;
}


@media (min-width:400px){
}

@media (min-width:450px){
}

@media (min-width:500px){
.featureList li {
	width: 50%;
}
.heroColShape h1 {
	font-size: 60px;
	line-height: 60px;
}
.heroColShape p.sub {
	font-size: 28px;
	line-height: 34px;
}
.heroColShape {
	padding-top: 40px;
	padding-right: 40px;
	padding-left: 40px;
}
.offerColour {
	padding-right: 40px;
	padding-left: 40px;
}

}

@media (min-width:550px){
}

@media (min-width:600px){
}

@media (min-width:650px){
}

@media (min-width:700px){
	.offerShape {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
	}

	.offersWrap {
		display:flex;
		flex-direction: row;
	}

	.offerShape .offerContent {
		flex:1;
		padding:60px 30px;
	}

	.offerShape .offerContent:nth-child(1) {
		margin-right: 15px;
	}
	.offerShape .offerContent:nth-child(3) {
		margin-left: 15px;
	}

	.offerImageMob {
		display:none;
	}

	.offerImage {
		display: block;
		width:575px;
		margin-top:-30px;
		margin-left: auto;
		margin-right: auto;
	}

}

@media (min-width:768px){
.iconSection li {
	text-align: center;
}
.iconSection li .iconItem span {
	padding-left: 10px;
}
.offerShape .offerContent a {
	margin-top:auto !important;
}
}

@media (min-width:800px){
.heroOver {
	width: 60%;
	position: absolute;
}
.heroCol {
	padding-bottom: 65px;
}
.heroColShape p {
	width: 60%;
}
.heroColShape {
	padding: 40px;
	width: 60%;
}
.offerContent {
}
.offerImage {
}
.offerColour {
	padding: 40px;
	width: 80%;
}
.offerColourWidth {
	width: 65%;
}
.offerImage img {
}
.section.offer {
	padding-top: 60px;
	padding-bottom: 60px;
}
}

@media (min-width:850px){
}

@media (min-width:900px){
.iconSection li {
	width: 33.3333%;
	display: inline-block;
	margin-bottom: 0px;
}
}

@media (min-width:950px){
}

@media (min-width:992px){
.featureList li {
	width: 25%;
}
.iconSection li p {
	max-width: 320px;
	margin-left: auto;
	margin-right: auto;
}
.section.featureText {
	text-align: center;
}
.maxText {
	margin: 0px auto;
}
.heroColShape h1 {
	font-size: 91px;
	line-height: 91px;
}
.heroColShape {
	padding: 60px;
}
.offerColour {
	padding-right: 60px;
	padding-left: 60px;
	/* [disabled]width: auto; */
}
.offerImage {
}
.offerColourWidth {
	width: 70%;
}
.section.withOffer {
	padding-top: 30px;
}
}

@media (min-width:1050px){
}

@media (min-width:1100px){
.heroColShape {
	padding-right: 150px;
	width: 40%;
}
.heroColShape p {
	width: 100%;
}
.heroContainer {
	min-height: 670px;
}
.offerImage {
}
.offerColourWidth {
	width: 75%;
}
.section.withOffer {
	padding-top: 0px;
}
}

@media (min-width:1150px){
}

@media (min-width:1200px){
.offerImage {
}
.offerColourWidth {
	width: 83%;
}
.offerImage img {
}

/*--New--*/

.offerShape a {
	display: block;
	text-decoration: none;
	position: relative;
}
.offerShape {
	display: flex;
	flex-direction: row;
	position: relative;
}
.offerShape .offerContent {
	display: flex;
	flex-direction: column;
	width:50%;
	padding: 30px 60px;
	align-items: flex-start;
	background-color: #275263;
	color:#fff;
}
.offerShape .offerContent a {
	align-self: flex-start;
	margin-top: auto !important;
}
.offerShape .offerContent:nth-child(1) {
	border-radius: 30px 0px 0px 30px;
	padding-right: 275px;
	margin:0px;
}
.offerShape .offerContent:nth-child(3) {
	align-items: flex-end;
	width:50%;
	border-radius: 0px 30px 30px 0px;
	padding-left:275px;
	text-align: right;
	margin:0px;
}
.offerShape .offerContent:nth-child(3) .block-btn {
	align-self: flex-end;
}
.offerImage {
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	width:510px;
	top:-10px;
}

.section.offer {
	padding-bottom:120px;
}

}

@media (min-width:1366px){
}
</pre></body></html>