
		.feat-matrix {
			margin-top: 50px;
		}
		.feat-matrix .elementor-button-wrapper  a.elementor-button {
			background-color: var(--orange);
			border-color:var(--orange);
			max-width:240px;
			padding:12px 0;
			margin-top: 20px;
			font-size: 19px;
			border-radius:10px
		
		}

		.feat-matrix .elementor-button-wrapper:hover  a.elementor-button {
			background-color: transparent !important;
		
		
		}
		
		.feat-matrix .proxy-pkg .elementor-button-wrapper:hover  a.elementor-button {
			background-color: transparent;
			border-color:white;
			color:white;
			max-width:240px;
			padding:12px 0;
			margin-top: 20px;
		
		}

@media(min-width:1024px) {
	 .feat-matrix.mobile{
	 	display: none;
	 	}
	 	
	  .feat-matrix .package-clmns {
	 		display:flex;
	 		width: calc(100% - 310px);
	 	}
	 	
	 	.feat-matrix .package-btns {
	 		display:flex;
	 		justify-content:flex-end;
	 
	 		}
	 		
	 	.feat-matrix	.package-btns *{
	 				min-width:0!important;
	 
	 			}
	 			
	 	.feat-matrix .package-clmns > div {
	 		
	 		width: calc(33.3% - var(--feat-clmn));
	 	}
	 	
	 	.feat-matrix .package-clmns > div:not(:first-child) {
	 		
	 		margin-left:var(--feat-clmn);
	 	}
	 	
	 	
	    .feat-matrix .proxy-pkg {
	 			width: calc(100% - 310px);
	 			margin:0 0 auto auto;
	 			}
	 			
	 		 .feat-matrix	.proxy-pkg .package-title span{
	 				display:flex !important;
	 			
	 		}	
	 			
	 		
}


@media(max-width:1024px) {
	 .feat-matrix.desktop{
	 	display: none;
	 	}
}

:root {
	--feat-clmn:15px;
	--orange: #FF8C00;
	
}

.feat-matrix .title-columns {
	display:flex;
	width:100%
}

.feat-matrix .feat {
	display:flex;
	width:100%;
}

.feat-matrix .feat h4 {
	color: #9F156F;
	font-size: 20px !important;
	margin-bottom:5px;
	padding-top: 0 !important;
	margin-top: 0 !important
}
.feat-matrix.desktop .package-columns, .feat-matrix.desktop .package-headers {
	width: calc(100% - 310px);
	display:flex;
}



.feat-matrix .package-header {
	border-radius:20px 20px 0 0;

	position:relative;
}


.feat-matrix .package-title {
	
	color:white
}
.feat-matrix .title-columns .package-title {
		padding:20px 20px 0px;
		
}

.feat-matrix .feature-title h2{
	padding:20px 20px 0 0;
	font-family: 'Queulat', Georgia, Times, Times New Roman, serif;
	font-weight: 800;
	font-size: 24px ;
}

.feat-matrix .package-header {
	background-color: var(--e-global-color-primary);

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

.feat-matrix .package-title h3{
    font-family: 'Queulat', Georgia, Times, Times New Roman, serif;
	font-weight:bold;

}

.feat-matrix[type="tc_feat"] .package-title h3{
	font-size: 33px;

}

.feat-matrix[type="tc_feat_he"] .package-title h3{
	font-size: 23px;
	line-height: 1.2em;

}





 .feat-matrix.desktop  .package-title span{

	justify-content:center;
	align-items: center;
	padding:10px;
	font-style: italic;
	line-height:1.2em;
	font-weight: 500;

	background-color:#9F156F;
	font-size: 14px;
	border-radius:0 20px 0 0;
	font-family: 'Avenir', Arial, Helvetica, sans-serif;
	z-index:1
}


	.feat-matrix   .package-title span{
			text-transform: uppercase;
	}
	




.package-deets > span {
	display:block;
	
}

.package-deets .cost {
	color:var(--orange);
	font-weight: bold;
	font-size: 19px;
	padding: 4px 20px 8px;
    line-height: 1em;
	
}

.package-deets .users {
	color:white;
	font-size: bold;
	font-size: 14px;
	padding:5px 20px;
	text-transform: uppercase;
	background-color: #9F156F;
	line-height: 1.2em;
	
}


.feat-matrix .title-columns .package-title:first-of-type {
	justify-content: flex-start;
}

 .feat-matrix.desktop .package-column,  .feat-matrix.desktop .title-columns .package-header{
	width: calc(33.3% - var(--feat-clmn));
	margin-left:var(--feat-clmn);
}


 .feat-matrix.desktop .package-column {
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items: center;
	color:white;
	background-color: var(--e-global-color-primary);
	
}


.feat-matrix .proxy-pkg {
	margin-top: 50px;
	background-color: var(--e-global-color-primary);
	border-radius:20px;
	padding-bottom:50px;
	margin-bottom:50px
}

.feat-matrix .proxy-pkg p{
	color:white;
	text-align: Center;
	font-size: 22px;
	max-width:500px;
	margin:auto;
	padding:30px 30px 10px;
	line-height: 1.3em;
}

.feat-matrix.desktop  .proxy-pkg  .package-title {
	display:flex;
	padding:0;
	justify-content:center;
	align-items:initial;
	position:Relative;
	
}

.feat-matrix .proxy-pkg .package-title:after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 6px;
    right: 0;
    background: linear-gradient(90deg, #9F156F 0%, #0A12A5 100%);
    z-index: 2;
}



.feat-matrix.desktop  .proxy-pkg  .package-title h3{
	display:flex;
	padding:20px 0
}

.feat-matrix.desktop .proxy-pkg  .package-title span {
	position: relative !important;
	border-radius:0!important;
	margin-left:20px;
	white-space:nowrap;
	display:block;
	font-size: 19px;
	max-width:none!important
}



.feat-matrix .proxy-pkg  .package-title span br{
	display:none !important;
}

.feat-matrix .feat .package-column p{
	padding:10px 20px;
	text-align:center;
	font-size: 14px;
	line-height:1.2em;
}

 
.feat-matrix.desktop .feat:not(:last-child) .package-column{
	border-bottom:1px solid white
}


.feat-matrix .feat:last-child .package-column{
	border-radius:0 0 20px 20px;
	padding:10px 20px 20px
}




.feat-matrix .feat .package-column:first-of-type,
.feat-matrix.desktop  .package-header:first-of-type {
	margin-left:0;
}

.feat-matrix .feat-columns {
	margin-right: calc( 0px - (1 * var(--feat-clmn)))!important
}

 .feat-matrix.desktop .feat-title,  .feat-matrix.desktop .feat-columns .feature-title {
	width: 310px;
}

	
.feat-matrix .feat-columns .feat-title p{
	font-size: 16px;
	line-height:1.2em;
	padding-right:30px
}

.feat-matrix.desktop .feat-title,
.feat-matrix.mobile .feat-title{
	padding:12px 0 18px;
}

.feat-matrix.desktop .feat:not(:last-of-type) .feat-title {
	border-bottom:1px solid #9F156F;
}


.feat-matrix .feat [aria-label]:after, 
.feat-matrix .feat [aria-label]:after {
		content:"";
		width: 40px;
		height:30px;
		display:block;
		background-size:contain;
		background-repeat: no-repeat;
		background-position: center;
}


.feat-matrix .feat [aria-label="Included"]:after {
	background-image: url(/wp-content/uploads/2024/06/icon-check.svg);
}

.feat-matrix .feat [aria-label="Not Included"]:after {
	background-image: url(/wp-content/uploads/2024/06/icon-x.svg);
	width:50px;
	height:50px
}




.feat-matrix.mobile{
		 margin-top: 25px;
}

.feat-matrix.mobile .package-title {
	padding:30px 0 10px
}


@media(min-width:1024px){
	.feature-title.mobile-title{
		display: none;
	}

}

@media(max-width:1024px){
.feature-title.mobile-title h2 {
	text-align:center;
	font-size: 26px;
	padding-right:0;
	margin-top: 50px;
}

}


@media(max-width:1024px) {
	
.package-deets > span {
	display:block;
	text-align:Center;
	
}
}


@media(min-width:1024px) and (max-width:1175px) {
	
	.feat-matrix .package-title h3{
		font-size:26px
	}


.feat-matrix[type="tc_feat_he"] .package-title h3{
		font-size:18px
	}


	.package-deets .cost {
		font-size:15px	
	}
	
	.package-deets .cusers {
		font-size:12px	
	}
	
}



@media(min-width:727px) and (max-width:1024px) {
	
	
.feat-matrix.mobile {
	display:flex;
	flex-wrap: wrap;
	justify-content:flex-start;


}
	
	.feat-matrix.mobile > div{
		width: 45%;
		margin:2.5%;
		
	}
	
	.feat-matrix.mobile > div {
		display:flex;
		flex-direction: column;

	}
	
	.feat-matrix.mobile  .package {
		height:100%

	}
	
	.feat-matrix.mobile  .package >div {
		height:100%;
		justify-content:flex-s

	}
	
	.feat-matrix.mobile .package-title{
		padding-bottom:0px;
		padding-top: 15px !important;
	}
	
	.feat-matrix.mobile .proxy-pkg .package-title{
		padding-bottom:20px;
		padding-top: 50px !important;
	}
	




}



@media(max-width:727px) {
	.feat-matrix.mobile div:not(:first-child) .package {
		margin-top: 50px;
	}
	
	 .feat-matrix.mobile  .proxy-pkg {
	 	width:100%
	 }
	 
	 .feat-matrix.mobile .package-header .package-title {
	 	padding-top:20px!important;
	 	padding-bottom:5px !important;

	 }
	 
	  .feat-matrix.mobile .package-header {
	  	
	  	padding-bottom:20px
	  }
	
	.feat-matrix.mobile .proxy-pkg .package-title{
		padding-bottom:20px;
		padding-top: 50px !important;
	}
	 
	 

}

.feat-matrix.mobile .package > div{
	display:block;
	flex-direction:column;
	justify-content:space-between;
	align-items: center;
	color:white;
	border-radius:20px;
	background-color: var(--e-global-color-primary);
	

}

.feat-matrix.mobile .feat {
	position:Relative;
	
	padding:0 15px
}
.feat-matrix.mobile .feat:not(:last-child) {
	border-bottom:1px solid #9F156F;
}


.feat-matrix.mobile .feat .feat-title:before {
		content: "";
		width: 45px;
		right:21px;
		border-radius:50%;
		height:45px;
		top: 30px;
		position:absolute;
		position:absolute;
		display:block;
		background-color: #9F156F;
		z-index:0;
	
}

.feat-matrix.mobile [aria-label] {
	position:absolute;
	top: 28px;
	right:18px
	
}

.feat-matrix.mobile [aria-label="Included"] {
	position:absolute;
	top: 34px;

	
}

.feat-matrix.mobile .feat h4 {
	color:#FF8C00!important;
	padding-right:40px;
	padding-bottom:20px;
}


 .feat-matrix.mobile .feat-title {
 	width:calc(100% - 50px);
 		padding:30px 15px;
 	
 }

 .feat-matrix.mobile .package-columns{
 	width:50px;
 }
 
 .feat-matrix.mobile  .package-title {
 	text-align:Center;
 	position:Relative;
 }
 .feat-matrix.mobile  .package-title span{
	position:absolute;
	top: 0;
	left: 0;
	right: 0;
	display:flex;
	justify-content:center;
	align-items: center;
	padding:10px;
	font-style: italic;
	line-height:1.2em;
	font-weight: 600;
	text-transform: uppercase;
	background-color:#9F156F;
	font-size: 14px;
	border-radius:20px 20px 0 0;
	font-family: 'Avenir', Arial, Helvetica, sans-serif;
	z-index:1
}

 .feat-matrix.mobile  .package:first-of-type div .package-title,
 .feat-matrix.mobile  .proxy-pkg .package-title{
 	padding-top: 55px;
 }