/*-----------------------------------------------------------------------------------
	TREE OF LIFE | Energy Healing
	Author: Stefano Pultrone
	Version: 1.0
	Built with Blocs
-----------------------------------------------------------------------------------*/
body{
	margin:0;
	padding:0;
    background:#FFFFFF;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page-container{overflow: hidden;} /* Prevents unwanted scroll space when scroll FX used. */
a,button{transition: background .3s ease-in-out;outline: none!important;} /* Prevent blue selection glow on Chrome and Safari */
a:hover{text-decoration: none; cursor:pointer;}
.scroll-fx-lock-init{position:fixed!important;top: 0;bottom: 0;left: :0;right: 0;z-index:99999;} /* ScrollFX Lock */
.blocs-grid-container{display: grid!important;grid-template-columns: 1fr 1fr;grid-template-rows: auto auto;column-gap: 1.5rem;row-gap: 1.5rem;} /* CSS Grid */
nav .dropdown-menu .nav-link{color:rgba(0,0,0,0.6)!important;} /* Maintain Downdown Menu Link Color in Navigation */
[data-bs-theme="dark"] nav .dropdown-menu .nav-link{color:var(--bs-dropdown-link-color)!important;} /* Maintain Downdown Menu Link Color in Navigation in Darkmode */


/* Preloader */

.page-preloader{position: fixed;top: 0;bottom: 0;width: 100%;z-index:100000;background:#FFFFFF url("img/pageload-spinner.gif") no-repeat center center;animation-name: preloader-fade;animation-delay: 2s;animation-duration: 0.5s;animation-fill-mode: both;}
.preloader-complete{animation-delay:0.1s;}
@keyframes preloader-fade {0% {opacity: 1;visibility: visible;}100% {opacity: 0;visibility: hidden;}}

/* = Web Fonts
-------------------------------------------------------------- */

@font-face {
	font-family:'Poppins-Light';
	src: url('./fonts/Poppins-Light/Poppins-Light.woff');
	src: url('./fonts/Poppins-Light/Poppins-Light.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

@font-face {
	font-family:'Poppins-Regular';
	src: url('./fonts/Poppins-Regular/Poppins-Regular.woff');
	src: url('./fonts/Poppins-Regular/Poppins-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

@font-face {
	font-family:'Poppins-Medium';
	src: url('./fonts/Poppins-Medium/Poppins-Medium.woff');
	src: url('./fonts/Poppins-Medium/Poppins-Medium.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

@font-face {
	font-family:'Poppins-SemiBold';
	src: url('./fonts/Poppins-SemiBold/Poppins-SemiBold.woff');
	src: url('./fonts/Poppins-SemiBold/Poppins-SemiBold.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

/* = Blocs
-------------------------------------------------------------- */

.bloc{
	width:100%;
	clear:both;
	background: 50% 50% no-repeat;
	padding:0 20px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
	display:flex;
}
.bloc .container{
	padding-left:0;
	padding-right:0;
	position:relative;
}


/* Sizes */

.bloc-lg{
	padding:100px 20px;
}

/* = Full Screen Blocs 
-------------------------------------------------------------- */

.bloc-fill-screen{
	min-height:100vh;
	display: flex;
	flex-direction: column;
	padding-top:20px;
	padding-bottom:20px;
}
.bloc-fill-screen > .container{
	align-self: flex-middle;
	flex-grow: 1;
	display: flex;
	flex-wrap: wrap;
}
.bloc-fill-screen > .container > .row{
	flex-grow: 1;
	align-self: center;
	width:100%;
}
.bloc-fill-screen .fill-bloc-top-edge, .bloc-fill-screen .fill-bloc-bottom-edge{
	flex-grow: 0;
}
.bloc-fill-screen .fill-bloc-top-edge{
	align-self: flex-start;
}
.bloc-fill-screen .fill-bloc-bottom-edge{
	align-self: flex-end;
}

/* = Full Width Blocs 
-------------------------------------------------------------- */

.full-width-bloc{
	padding-left:0;
	padding-right:0;
}
.full-width-bloc .row{
	margin-left:0;
	margin-right:0;
}
.full-width-bloc .container{
	width:100%;
	max-width:100%!important;
}
.full-width-bloc .carousel img{
	width:100%;
	height:auto;
}


/* Background Effects */

.parallax__container {
	clip: rect(0, auto, auto, 0);
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index:-1;
}
.parallax {
	position: fixed;
	top: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}


/* Dark theme */

.d-bloc{
	color:rgba(255,255,255,.7);
}
.d-bloc button:hover{
	color:rgba(255,255,255,.9);
}
.d-bloc .icon-round,.d-bloc .icon-square,.d-bloc .icon-rounded,.d-bloc .icon-semi-rounded-a,.d-bloc .icon-semi-rounded-b{
	border-color:rgba(255,255,255,.9);
}
.d-bloc .divider-h span{
	border-color:rgba(255,255,255,.2);
}
.d-bloc .a-btn,.d-bloc .navbar a, .d-bloc a .icon-sm, .d-bloc a .icon-md, .d-bloc a .icon-lg, .d-bloc a .icon-xl, .d-bloc h1 a, .d-bloc h2 a, .d-bloc h3 a, .d-bloc h4 a, .d-bloc h5 a, .d-bloc h6 a, .d-bloc p a{
	color:rgba(255,255,255,.6);
}
.d-bloc .a-btn:hover,.d-bloc .navbar a:hover,.d-bloc a:hover .icon-sm, .d-bloc a:hover .icon-md, .d-bloc a:hover .icon-lg, .d-bloc a:hover .icon-xl, .d-bloc h1 a:hover, .d-bloc h2 a:hover, .d-bloc h3 a:hover, .d-bloc h4 a:hover, .d-bloc h5 a:hover, .d-bloc h6 a:hover, .d-bloc p a:hover{
	color:rgba(255,255,255,1);
}
.d-bloc .navbar-toggle .icon-bar{
	background:rgba(255,255,255,1);
}
.d-bloc .btn-wire,.d-bloc .btn-wire:hover{
	color:rgba(255,255,255,1);
	border-color:rgba(255,255,255,1);
}
.d-bloc .card{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover{
	color:rgba(0,0,0,.7);
}
.d-bloc .card icon{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover{
	color:rgba(0,0,0,1);
}
.d-bloc .card .btn-wire, .d-bloc .card .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}


/* Light theme */

.d-bloc .card,.l-bloc{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover,.l-bloc button:hover{
	color:rgba(0,0,0,.7);
}
.l-bloc .icon-round,.l-bloc .icon-square,.l-bloc .icon-rounded,.l-bloc .icon-semi-rounded-a,.l-bloc .icon-semi-rounded-b{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span,.l-bloc .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn,.l-bloc .a-btn,.l-bloc .navbar a,.l-bloc a .icon-sm, .l-bloc a .icon-md, .l-bloc a .icon-lg, .l-bloc a .icon-xl, .l-bloc h1 a, .l-bloc h2 a, .l-bloc h3 a, .l-bloc h4 a, .l-bloc h5 a, .l-bloc h6 a, .l-bloc p a{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover,.l-bloc .a-btn:hover,.l-bloc .navbar a:hover, .l-bloc a:hover .icon-sm, .l-bloc a:hover .icon-md, .l-bloc a:hover .icon-lg, .l-bloc a:hover .icon-xl, .l-bloc h1 a:hover, .l-bloc h2 a:hover, .l-bloc h3 a:hover, .l-bloc h4 a:hover, .l-bloc h5 a:hover, .l-bloc h6 a:hover, .l-bloc p a:hover{
	color:rgba(0,0,0,1);
}
.l-bloc .navbar-toggle .icon-bar{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .btn-wire,.d-bloc .card .btn-wire:hover,.l-bloc .btn-wire,.l-bloc .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}
/* Dividers */

.b-divider{
	border-top:1px solid rgba(0,0,0,.1);
	border-bottom:1px solid rgba(0,0,0,.1);
}


/* = NavBar
-------------------------------------------------------------- */

/* Navbar Icon */
.svg-menu-icon{
	fill: none;
	stroke: rgba(0,0,0,0.5);
	stroke-width: 2px;
	fill-rule: evenodd;
}
.navbar-dark .svg-menu-icon{
	stroke: rgba(255,255,255,0.5);
}
.menu-icon-thin-bars{
	stroke-width: 1px;
}
.menu-icon-thick-bars{
	stroke-width: 5px;
}
.menu-icon-rounded-bars{
	stroke-width: 3px;
	stroke-linecap: round;
}
.menu-icon-filled{
	fill: rgba(0,0,0,0.5);
	stroke-width: 0px;
}
.navbar-dark .menu-icon-filled{
	fill: rgba(255,255,255,0.5);
}
.navbar-toggler-icon{
	background: none!important;
	pointer-events: none;
	width: 33px;
	height: 33px;
}
.navbar-toggle.menu-icon-thin-bars{
	margin-top:4px!important;
}
/* Handle Multi Level Navigation */
.dropdown-menu .dropdown-menu{
	border:none}
@media (min-width:576px){
	
.navbar-expand-sm .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-sm .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:768px){
	.navbar-expand-md .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-md .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:992px){
	.navbar-expand-lg .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-lg .dropdown-menu .submenu-left{
	right:100%;
	left:auto}
}
/* = Bric adjustment margins
-------------------------------------------------------------- */

.mg-md{
	margin-top:10px;
	margin-bottom:20px;
}

/* = Buttons
-------------------------------------------------------------- */

.btn-d,.btn-d:hover,.btn-d:focus{
	color:#FFF;
	background:rgba(0,0,0,.3);
}

/* Prevent ugly blue glow on chrome and safari */
button{
	outline: none!important;
}

.a-block{
	width:100%;
	text-align:left;
	display: inline-block;
}
.text-center .a-block{
	text-align:center;
}





.card-sq, .card-sq .card-header, .card-sq .card-footer{
	border-radius:0;
}
.card-rd{
	border-radius:30px;
}
.card-rd .card-header{
	border-radius:29px 29px 0 0;
}
.card-rd .card-footer{
	border-radius:0 0 29px 29px;
}
/* = Masonary
-------------------------------------------------------------- */
.card-columns .card {
	margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
	.card-columns {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 1.25rem;
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem;
	orphans: 1;
	widows: 1;
}
.card-columns .card {
	display: inline-block;
	width: 100%;
}
}
/* = Classic Dividers
-------------------------------------------------------------- */
.divider-h{
	min-height: 1px;
	background-color:rgba(0,0,0,.2);
	margin: 20px 0;
}
.divider-half{
	width: 50%;
}
.dropdown-menu .divider-h{
	margin:0;
}

/* = Forms
-------------------------------------------------------------- */

.form-control{
	border-color:rgba(0,0,0,.1);
	box-shadow:none;
}


.carousel-nav-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}

.carousel-indicators li::marker{
	font-size:0;
}


/* ScrollToTop button */

.scrollToTop{
	width:36px;
	height:36px;
	padding:5px;
	position:fixed;
	bottom:20px;
	right:20px;
	opacity:0;
	z-index:999;
	transition: all .3s ease-in-out;
	pointer-events:none;
}
.showScrollTop{
	opacity: 1;
	pointer-events:all;
}
.scroll-to-top-btn-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}

/* Hide Object */
.object-hidden{
	display:none;
}

/* = Custom Styling
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Poppins-Regular";
}
.container{
	max-width:1920px;
}
.services-logo1{
	height:150px;
}
.services-navbartext{
	font-family:"Poppins-Regular";
	font-size:15px;
	color:var(--swatch-var-7290)!important;
	text-transform:uppercase;
}
.services-navbartext:hover{
	font-size:16px;
	text-transform:uppercase;
	color:var(--swatch-var-5508)!important;
}
.services-dividerrow{
	position:relative;
	bottom:30px;
}
.divider-background-color{
	background-color:var(--swatch-var-5292);
	margin-left:auto;
	margin-right:auto;
}
.services-divider1{
	box-shadow:1.41px 1.41px 4px #939393;
}
.services-titlerow1{
	height:150px;
	margin-bottom:30px;
}
.services-titleimage1{
	width:20%;
	height:auto;
}
.services-dividertitle{
	position:relative;
	top:0px;
}
.divider-style{
	width:80%;
	margin-left:auto;
	margin-right:auto;
	background-color:var(--swatch-var-2130);
}
.services-titletext1{
	font-family:"Poppins-Light";
	font-size:17px;
	color:var(--swatch-var-7290)!important;
	text-align:center;
	position:relative;
	bottom:20px;
}
.services-column1{
	margin-left:10%;
}
.services-column2{
	margin-right:13%;
	padding-left:20px;
}
.services-image1{
	background-size:contain;
	width:90%;
	float:right;
}
.services-row1{
	position:relative;
	top:80px;
}
.services-image1:hover{
	background-image:url("img/Spiritual1Hover@3x.png");
	background-image: -webkit-image-set(url("img/Spiritual1Hover@3x.webp") 1x,
url("img/Spiritual1Hover@3x.webp") 2x);background-image: image-set(url("img/Spiritual1Hover@3x.png") 1x,
url("img/Spiritual1Hover@3x.png") 2x,url("img/Spiritual1Hover@3x.webp") 1x,
url("img/Spiritual1Hover@3x.webp") 2x);
	background-image: -webkit-image-set(url("img/Spiritual1Hover@3x.webp") 1x,
url("img/Spiritual1Hover@3x.webp") 2x);background-image: image-set(url("img/Spiritual1Hover@3x.png") 1x,
url("img/Spiritual1Hover@3x.png") 2x,url("img/Spiritual1Hover@3x.webp") 1x,
url("img/Spiritual1Hover@3x.webp") 2x);
	background-image: -webkit-image-set(url("img/Spiritual1Hover@3x.webp") 1x,
url("img/Spiritual1Hover@3x.webp") 2x);background-image: image-set(url("img/Spiritual1Hover@3x.png") 1x,
url("img/Spiritual1Hover@3x.png") 2x,url("img/Spiritual1Hover@3x.webp") 1x,
url("img/Spiritual1Hover@3x.webp") 2x);
	background-image: -webkit-image-set(url("img/Spiritual1Hover@3x.webp") 1x,
url("img/Spiritual1Hover@3x.webp") 2x);background-image: image-set(url("img/Spiritual1Hover@3x.png") 1x,
url("img/Spiritual1Hover@3x.png") 2x,url("img/Spiritual1Hover@3x.webp") 1x,
url("img/Spiritual1Hover@3x.webp") 2x);
	background-image: -webkit-image-set(url("img/Spiritual1Hover@3x.webp") 1x,
url("img/Spiritual1Hover@3x.webp") 2x);background-image: image-set(url("img/Spiritual1Hover@3x.png") 1x,
url("img/Spiritual1Hover@3x.png") 2x,url("img/Spiritual1Hover@3x.webp") 1x,
url("img/Spiritual1Hover@3x.webp") 2x);
	background-size:contain;
}
.services-image1a{
	width:45%;
	margin-bottom:20px;
}
.services-divider5{
	position:relative;
	bottom:20px;
}
.services-text1{
	position:relative;
	font-family:"Poppins-Light";
	font-size:14px;
	color:var(--swatch-var-7290)!important;
	bottom:30px;
	text-align:justify;
}
.services-text2{
	color:var(--swatch-var-7290)!important;
	text-decoration:none;
	text-transform:uppercase;
	font-family:"Poppins-Medium";
	font-size:16px;
	position:relative;
	bottom:30px;
}
.services-text2:hover{
	font-size:16px;
	color:var(--swatch-var-1590)!important;
}
.services-row2{
	position:relative;
	top:150px;
}
.services-image2{
	background-size:contain;
	width:90%;
	float:right;
}
.services-image2:hover{
	background-size:contain;
	background-image:url("img/Spiritual4Hover@3x.png");
	background-image: -webkit-image-set(url("img/Spiritual4Hover@3x.webp") 1x,
url("img/Spiritual4Hover@3x.webp") 2x);background-image: image-set(url("img/Spiritual4Hover@3x.png") 1x,
url("img/Spiritual4Hover@3x.png") 2x,url("img/Spiritual4Hover@3x.webp") 1x,
url("img/Spiritual4Hover@3x.webp") 2x);
	background-image: -webkit-image-set(url("img/Spiritual4Hover@3x.webp") 1x,
url("img/Spiritual4Hover@3x.webp") 2x);background-image: image-set(url("img/Spiritual4Hover@3x.png") 1x,
url("img/Spiritual4Hover@3x.png") 2x,url("img/Spiritual4Hover@3x.webp") 1x,
url("img/Spiritual4Hover@3x.webp") 2x);
}
.services-image2a{
	margin-bottom:20px;
	width:60%;
}
.services-row3{
	position:relative;
	top:240px;
}
.services-row4{
	position:relative;
	top:290px;
	margin-bottom:400px;
}
.services-image3{
	background-size:contain;
	width:90%;
	float:right;
}
.services-image3:hover{
	background-size:contain;
	background-image:url("img/Spiritual3Hover@3x.png");
	background-image: -webkit-image-set(url("img/Spiritual3Hover@3x.webp") 1x,
url("img/Spiritual3Hover@3x.webp") 2x);background-image: image-set(url("img/Spiritual3Hover@3x.png") 1x,
url("img/Spiritual3Hover@3x.png") 2x,url("img/Spiritual3Hover@3x.webp") 1x,
url("img/Spiritual3Hover@3x.webp") 2x);
	background-image: -webkit-image-set(url("img/Spiritual3Hover@3x.webp") 1x,
url("img/Spiritual3Hover@3x.webp") 2x);background-image: image-set(url("img/Spiritual3Hover@3x.png") 1x,
url("img/Spiritual3Hover@3x.png") 2x,url("img/Spiritual3Hover@3x.webp") 1x,
url("img/Spiritual3Hover@3x.webp") 2x);
}
.services-image4{
	background-size:contain;
	width:90%;
	float:right;
}
.services-image4:hover{
	background-size:contain;
	background-image:url("img/Spiritual2Hover@3x.png");
	background-image: -webkit-image-set(url("img/Spiritual2Hover@3x.webp") 1x,
url("img/Spiritual2Hover@3x.webp") 2x);background-image: image-set(url("img/Spiritual2Hover@3x.png") 1x,
url("img/Spiritual2Hover@3x.png") 2x,url("img/Spiritual2Hover@3x.webp") 1x,
url("img/Spiritual2Hover@3x.webp") 2x);
	background-image: -webkit-image-set(url("img/Spiritual2Hover@3x.webp") 1x,
url("img/Spiritual2Hover@3x.webp") 2x);background-image: image-set(url("img/Spiritual2Hover@3x.png") 1x,
url("img/Spiritual2Hover@3x.png") 2x,url("img/Spiritual2Hover@3x.webp") 1x,
url("img/Spiritual2Hover@3x.webp") 2x);
}
.services-image3a{
	margin-bottom:20px;
	width:53%;
}
.services-image4a{
	margin-bottom:20px;
	width:35%;
}
.flex-fill{
	background-size:length;
	margin-left:0%;
	margin-right:0%;
	width:100%;
}
.services-logo1a{
	height:150px;
}
.services-titleimage1a{
	width:22%;
}
.services-dividertitle1a{
	position:relative;
	top:0px;
}
.services-row1a{
	position:relative;
	top:80px;
}
.services-column3{
	margin-right:13%;
	padding-left:20px;
}
.services-image1b{
	width:45%;
	margin-bottom:20px;
}
.services-image10{
	background-size:contain;
	width:90%;
	float:right;
}
.services-image10:hover{
	background-image:url("img/Spiritual1Hover@3x.png");
	background-image: -webkit-image-set(url("img/Spiritual1Hover@3x.webp") 1x,
url("img/Spiritual1Hover@3x.webp") 2x);background-image: image-set(url("img/Spiritual1Hover@3x.png") 1x,
url("img/Spiritual1Hover@3x.png") 2x,url("img/Spiritual1Hover@3x.webp") 1x,
url("img/Spiritual1Hover@3x.webp") 2x);
	background-image: -webkit-image-set(url("img/Spiritual1Hover@3x.webp") 1x,
url("img/Spiritual1Hover@3x.webp") 2x);background-image: image-set(url("img/Spiritual1Hover@3x.png") 1x,
url("img/Spiritual1Hover@3x.png") 2x,url("img/Spiritual1Hover@3x.webp") 1x,
url("img/Spiritual1Hover@3x.webp") 2x);
	background-image: -webkit-image-set(url("img/Spiritual1Hover@3x.webp") 1x,
url("img/Spiritual1Hover@3x.webp") 2x);background-image: image-set(url("img/Spiritual1Hover@3x.png") 1x,
url("img/Spiritual1Hover@3x.png") 2x,url("img/Spiritual1Hover@3x.webp") 1x,
url("img/Spiritual1Hover@3x.webp") 2x);
	background-image: -webkit-image-set(url("img/Spiritual1Hover@3x.webp") 1x,
url("img/Spiritual1Hover@3x.webp") 2x);background-image: image-set(url("img/Spiritual1Hover@3x.png") 1x,
url("img/Spiritual1Hover@3x.png") 2x,url("img/Spiritual1Hover@3x.webp") 1x,
url("img/Spiritual1Hover@3x.webp") 2x);
	background-image: -webkit-image-set(url("img/Spiritual1Hover@3x.webp") 1x,
url("img/Spiritual1Hover@3x.webp") 2x);background-image: image-set(url("img/Spiritual1Hover@3x.png") 1x,
url("img/Spiritual1Hover@3x.png") 2x,url("img/Spiritual1Hover@3x.webp") 1x,
url("img/Spiritual1Hover@3x.webp") 2x);
	background-size:contain;
}
.services-text2a{
	color:var(--swatch-var-7290)!important;
	text-decoration:none;
	text-transform:uppercase;
	font-family:"Poppins-Medium";
	font-size:16px;
	position:relative;
	bottom:30px;
}
.services-text2a:hover{
	font-size:17px;
	color:var(--swatch-var-1590)!important;
}
.services-image2b{
	margin-bottom:20px;
	width:60%;
}
.services-image11{
	background-size:contain;
	width:90%;
	float:right;
}
.services-image11:hover{
	background-image:url("img/Spiritual1Hover@3x.png");
	background-image: -webkit-image-set(url("img/Spiritual1Hover@3x.webp") 1x,
url("img/Spiritual1Hover@3x.webp") 2x);background-image: image-set(url("img/Spiritual1Hover@3x.png") 1x,
url("img/Spiritual1Hover@3x.png") 2x,url("img/Spiritual1Hover@3x.webp") 1x,
url("img/Spiritual1Hover@3x.webp") 2x);
	background-image: -webkit-image-set(url("img/Spiritual1Hover@3x.webp") 1x,
url("img/Spiritual1Hover@3x.webp") 2x);background-image: image-set(url("img/Spiritual1Hover@3x.png") 1x,
url("img/Spiritual1Hover@3x.png") 2x,url("img/Spiritual1Hover@3x.webp") 1x,
url("img/Spiritual1Hover@3x.webp") 2x);
	background-image: -webkit-image-set(url("img/Spiritual1Hover@3x.webp") 1x,
url("img/Spiritual1Hover@3x.webp") 2x);background-image: image-set(url("img/Spiritual1Hover@3x.png") 1x,
url("img/Spiritual1Hover@3x.png") 2x,url("img/Spiritual1Hover@3x.webp") 1x,
url("img/Spiritual1Hover@3x.webp") 2x);
	background-image: -webkit-image-set(url("img/Spiritual1Hover@3x.webp") 1x,
url("img/Spiritual1Hover@3x.webp") 2x);background-image: image-set(url("img/Spiritual1Hover@3x.png") 1x,
url("img/Spiritual1Hover@3x.png") 2x,url("img/Spiritual1Hover@3x.webp") 1x,
url("img/Spiritual1Hover@3x.webp") 2x);
	background-image: -webkit-image-set(url("img/Spiritual1Hover@3x.webp") 1x,
url("img/Spiritual1Hover@3x.webp") 2x);background-image: image-set(url("img/Spiritual1Hover@3x.png") 1x,
url("img/Spiritual1Hover@3x.png") 2x,url("img/Spiritual1Hover@3x.webp") 1x,
url("img/Spiritual1Hover@3x.webp") 2x);
	background-size:contain;
}
.services-image3b{
	margin-bottom:20px;
	width:53%;
}
.services-image12{
	background-size:contain;
	width:90%;
	float:right;
}
.services-image12:hover{
	background-image:url("img/Spiritual1Hover@3x.png");
	background-image: -webkit-image-set(url("img/Spiritual1Hover@3x.webp") 1x,
url("img/Spiritual1Hover@3x.webp") 2x);background-image: image-set(url("img/Spiritual1Hover@3x.png") 1x,
url("img/Spiritual1Hover@3x.png") 2x,url("img/Spiritual1Hover@3x.webp") 1x,
url("img/Spiritual1Hover@3x.webp") 2x);
	background-image: -webkit-image-set(url("img/Spiritual1Hover@3x.webp") 1x,
url("img/Spiritual1Hover@3x.webp") 2x);background-image: image-set(url("img/Spiritual1Hover@3x.png") 1x,
url("img/Spiritual1Hover@3x.png") 2x,url("img/Spiritual1Hover@3x.webp") 1x,
url("img/Spiritual1Hover@3x.webp") 2x);
	background-image: -webkit-image-set(url("img/Spiritual1Hover@3x.webp") 1x,
url("img/Spiritual1Hover@3x.webp") 2x);background-image: image-set(url("img/Spiritual1Hover@3x.png") 1x,
url("img/Spiritual1Hover@3x.png") 2x,url("img/Spiritual1Hover@3x.webp") 1x,
url("img/Spiritual1Hover@3x.webp") 2x);
	background-image: -webkit-image-set(url("img/Spiritual1Hover@3x.webp") 1x,
url("img/Spiritual1Hover@3x.webp") 2x);background-image: image-set(url("img/Spiritual1Hover@3x.png") 1x,
url("img/Spiritual1Hover@3x.png") 2x,url("img/Spiritual1Hover@3x.webp") 1x,
url("img/Spiritual1Hover@3x.webp") 2x);
	background-image: -webkit-image-set(url("img/Spiritual1Hover@3x.webp") 1x,
url("img/Spiritual1Hover@3x.webp") 2x);background-image: image-set(url("img/Spiritual1Hover@3x.png") 1x,
url("img/Spiritual1Hover@3x.png") 2x,url("img/Spiritual1Hover@3x.webp") 1x,
url("img/Spiritual1Hover@3x.webp") 2x);
	background-size:contain;
}
.services-image4b{
	margin-bottom:20px;
	width:35%;
}
.services-image13{
	background-size:contain;
	width:90%;
	float:right;
}
.services-image13:hover{
	background-image:url("img/Spiritual1Hover@3x.png");
	background-image: -webkit-image-set(url("img/Spiritual1Hover@3x.webp") 1x,
url("img/Spiritual1Hover@3x.webp") 2x);background-image: image-set(url("img/Spiritual1Hover@3x.png") 1x,
url("img/Spiritual1Hover@3x.png") 2x,url("img/Spiritual1Hover@3x.webp") 1x,
url("img/Spiritual1Hover@3x.webp") 2x);
	background-image: -webkit-image-set(url("img/Spiritual1Hover@3x.webp") 1x,
url("img/Spiritual1Hover@3x.webp") 2x);background-image: image-set(url("img/Spiritual1Hover@3x.png") 1x,
url("img/Spiritual1Hover@3x.png") 2x,url("img/Spiritual1Hover@3x.webp") 1x,
url("img/Spiritual1Hover@3x.webp") 2x);
	background-image: -webkit-image-set(url("img/Spiritual1Hover@3x.webp") 1x,
url("img/Spiritual1Hover@3x.webp") 2x);background-image: image-set(url("img/Spiritual1Hover@3x.png") 1x,
url("img/Spiritual1Hover@3x.png") 2x,url("img/Spiritual1Hover@3x.webp") 1x,
url("img/Spiritual1Hover@3x.webp") 2x);
	background-image: -webkit-image-set(url("img/Spiritual1Hover@3x.webp") 1x,
url("img/Spiritual1Hover@3x.webp") 2x);background-image: image-set(url("img/Spiritual1Hover@3x.png") 1x,
url("img/Spiritual1Hover@3x.png") 2x,url("img/Spiritual1Hover@3x.webp") 1x,
url("img/Spiritual1Hover@3x.webp") 2x);
	background-image: -webkit-image-set(url("img/Spiritual1Hover@3x.webp") 1x,
url("img/Spiritual1Hover@3x.webp") 2x);background-image: image-set(url("img/Spiritual1Hover@3x.png") 1x,
url("img/Spiritual1Hover@3x.png") 2x,url("img/Spiritual1Hover@3x.webp") 1x,
url("img/Spiritual1Hover@3x.webp") 2x);
	background-size:contain;
}
.services-row4a{
	position:relative;
	top:290px;
	margin-bottom:400px;
}
.services-titletext1a{
	font-family:"Poppins-Light";
	font-size:16px;
	color:var(--swatch-var-7290)!important;
	text-align:center;
	position:relative;
	bottom:20px;
}
.services-dividertitle1b{
	position:relative;
	top:0px;
}
.services-text1a{
	position:relative;
	font-family:"Poppins-Light";
	font-size:14px;
	color:var(--swatch-var-7290)!important;
	bottom:30px;
	text-align:justify;
}
.services-row2a{
	position:relative;
	top:150px;
}
.services-row3a{
	position:relative;
	top:240px;
}
.pricelist-navbartext{
	font-family:"Poppins-Regular";
	font-size:15px;
	color:var(--swatch-var-294)!important;
	text-transform:uppercase;
}
.pricelist-navbartext:hover{
	font-size:16px;
	text-transform:uppercase;
	color:var(--swatch-var-5508)!important;
}
.pricelist-divider1{
	box-shadow:1.41px 1.41px 4px #939393;
}
.divider-bloc-3-background-color{
	background-color:var(--swatch-var-6276);
	margin-left:auto;
	margin-right:auto;
}
.pricelist-titleimage1{
	width:25%;
	height:auto;
}
.pricelist-dividertitle{
	position:relative;
	top:0px;
}
.divider-bloc-3-style{
	width:80%;
	background-color:var(--swatch-var-3285);
	margin-left:auto;
	margin-right:auto;
}
.pricelist-titletext1{
	font-family:"Poppins-Light";
	font-size:17px;
	color:var(--swatch-var-6276)!important;
	text-align:center;
	position:relative;
	bottom:20px;
}
.pricelist-energyhealing1{
	width:20%;
}
.pricelist-energyrow1{
	position:relative;
	top:100px;
	height:100px;
	margin-bottom:50px;
}
.pricelist-row1{
	position:relative;
	top:80px;
	padding-left:5%;
	padding-right:5%;
	margin-bottom:70px;
}
.pricelist-column2{
	padding-left:20px;
}
.pricelist-column3{
	padding-left:20px;
}
.pricelist-titletext2{
	font-family:"Poppins-Medium";
	color:var(--swatch-var-6276)!important;
	text-transform:uppercase;
	text-align:center;
	font-size:18px;
}
.pricelist-titletext3{
	font-size:14px;
	color:var(--swatch-var-2069)!important;
	text-align:center;
	text-transform:uppercase;
	position:relative;
	bottom:15px;
}
.pricelist-image1{
	position:relative;
	width:80%;
}
.pricelist-pricetext1{
	text-align:right;
	font-size:27px;
	color:var(--swatch-var-6276)!important;
	position:relative;
	font-family:"Poppins-Medium";
}
.pricelist-pricetext2{
	text-align:right;
	font-size:16px;
	font-family:"Poppins-Regular";
	color:var(--swatch-var-6276)!important;
	position:relative;
	font-style:italic;
	letter-spacing:1px;
	bottom:20px;
}
.pricelist-pricetext3{
	position:relative;
	color:var(--swatch-var-6276)!important;
	font-size:13px;
	text-align:justify;
	font-family:"Poppins-Light";
	bottom:30px;
	text-transform:none;
}
.pricelist-divider2{
	position:relative;
	bottom:20px;
}
.pricelist-row2{
	position:relative;
	bottom:10px;
}
.divider-0-background-color{
	background-color:var(--swatch-var-3285);
	margin-left:auto;
	margin-right:auto;
}
.pricelist-image2{
	position:relative;
	width:80%;
}
.pricelist-image3{
	position:relative;
	width:80%;
}
.pricelist-bioenergyrow1{
	position:relative;
	height:100px;
	margin-bottom:50px;
	top:50px;
}
.pricelist-bioenergyhealing1{
	width:27%;
}
.pricelist-row3{
	position:relative;
	top:30px;
	padding-right:5%;
	padding-left:5%;
	margin-bottom:50px;
}
.pricelist-image4{
	position:relative;
	width:80%;
}
.pricelist-image5{
	position:relative;
	width:80%;
}
.pricelist-image6{
	position:relative;
	width:80%;
}
.pricelist-image7{
	position:relative;
	width:80%;
}
.pricelist-image8{
	position:relative;
	width:80%;
}
.pricelist-image9{
	position:relative;
	width:80%;
}
.pricelist-crystalhealing1{
	width:21%;
}
.pricelist-crystalrow1{
	position:relative;
	height:100px;
	margin-bottom:50px;
	top:20px;
}
.pricelist-column1a{
	max-width:32%;
	left:17%;
	position:relative;
}
.pricelist-column1b{
	max-width:32%;
	position:relative;
	left:20%;
}
.pricelist-row4{
	position:relative;
	top:10px;
	padding-right:5%;
	padding-left:5%;
	margin-bottom:50px;
}
.pricelist-meditationrow1{
	position:relative;
	height:100px;
	margin-bottom:50px;
}
.pricelist-meditation1{
	width:16%;
}
.pricelist-image10{
	position:relative;
	width:80%;
}
.pricelist-pricetext2a{
	text-align:right;
	font-size:16px;
	font-family:"Poppins-Regular";
	color:var(--swatch-var-6276)!important;
	position:relative;
	font-style:italic;
	letter-spacing:1px;
	text-decoration:underline!important;
}
.pricelist-pricetext2a:hover{
	font-size:16px;
	color:var(--swatch-var-2069)!important;
	text-decoration:none;
}
.pricelist-row5{
	position:relative;
	padding-right:5%;
	padding-left:5%;
	margin-bottom:50px;
	bottom:5px;
}
.pricelist-titleimage1a{
	width:30%;
}
.pricelist-energyrow1a{
	position:relative;
	top:100px;
	height:100px;
	margin-bottom:50px;
}
.pricelist-row1a{
	position:relative;
	top:80px;
	padding-left:5%;
	padding-right:5%;
	margin-bottom:70px;
}
.pricelist-row1b{
	position:relative;
	top:80px;
	padding-left:5%;
	padding-right:5%;
	margin-bottom:70px;
}
.pricelist-bioenergyrow2{
	position:relative;
	height:100px;
	margin-bottom:50px;
	top:50px;
}
.pricelist-row3a{
	position:relative;
	top:30px;
	padding-right:5%;
	padding-left:5%;
	margin-bottom:50px;
}
.pricelist-row3b{
	position:relative;
	top:30px;
	padding-right:5%;
	padding-left:5%;
	margin-bottom:50px;
}
.pricelist-crystalrow1a{
	position:relative;
	height:100px;
	margin-bottom:50px;
	top:30px;
}
.pricelist-row4a{
	position:relative;
	top:10px;
	padding-right:5%;
	padding-left:5%;
	margin-bottom:50px;
}
.pricelist-column1c{
	max-width:32%;
	left:17%;
	position:relative;
}
.pricelist-row5a{
	position:relative;
	padding-right:5%;
	padding-left:5%;
	margin-bottom:50px;
	bottom:5px;
}
.pricelist-logo1{
	height:150px;
}
.pricelist-titleimage1b{
	width:30%;
}
.pricelist-dividertitle1{
	position:relative;
	top:0px;
}
.pricelist-titletext1a{
	font-family:"Poppins-Light";
	font-size:16px;
	color:var(--swatch-var-6276)!important;
	text-align:center;
	position:relative;
	bottom:20px;
}
.pricelist-energyhealing1a{
	width:20%;
}
.pricelist-row1c{
	position:relative;
	top:80px;
	padding-left:5%;
	padding-right:5%;
	margin-bottom:70px;
}
.pricelist-row1d{
	position:relative;
	top:80px;
	padding-left:5%;
	padding-right:5%;
	margin-bottom:70px;
}
.pricelist-bioenergyhealing1a{
	width:27%;
}
.pricelist-row3c{
	position:relative;
	top:30px;
	padding-right:5%;
	padding-left:5%;
	margin-bottom:50px;
}
.pricelist-row3d{
	position:relative;
	top:30px;
	padding-right:5%;
	padding-left:5%;
	margin-bottom:50px;
}
.pricelist-crystalrow1b{
	position:relative;
	height:100px;
	margin-bottom:50px;
	top:30px;
}
.pricelist-crystalhealing1a{
	width:21%;
}
.pricelist-row4b{
	position:relative;
	top:10px;
	padding-right:5%;
	padding-left:5%;
	margin-bottom:50px;
}
.pricelist-meditationrow1a{
	position:relative;
	height:100px;
	margin-bottom:50px;
	top:15px;
}
.pricelist-row5b{
	position:relative;
	padding-right:5%;
	padding-left:5%;
	margin-bottom:50px;
	bottom:5px;
}
.pricelist-meditation1a{
	width:16%;
}
.pricelist-textlink1{
	font-family:"Poppins-Regular";
	color:var(--swatch-var-6276)!important;
	text-decoration:none;
	font-size:14px;
	text-align:center;
	text-transform:uppercase;
	position:relative;
	bottom:20px;
}
.pricelist-textlink1:hover{
	font-size:14px;
	color:var(--swatch-var-2069)!important;
	text-align:center;
	text-transform:uppercase;
	text-decoration:none;
}
.pricelist-textlink1a{
	font-family:"Poppins-Regular";
	color:var(--swatch-var-6276)!important;
	text-decoration:none;
	font-size:14px;
	text-align:center;
	text-transform:uppercase;
	position:relative;
	bottom:20px;
}
.pricelist-textlink1a:hover{
	font-size:14px;
	color:var(--swatch-var-2069)!important;
}
.pricelist-textlink1b{
	font-family:"Poppins-Regular";
	color:var(--swatch-var-6276)!important;
	text-decoration:none;
	font-size:14px;
	text-align:center;
	text-transform:uppercase;
	position:relative;
	bottom:20px;
}
.pricelist-textlink1b:hover{
	font-size:14px;
	color:var(--swatch-var-2069)!important;
}
.aboutme-navbartext{
	font-family:"Poppins-Regular";
	font-size:15px;
	color:var(--swatch-var-4514)!important;
	text-transform:uppercase;
}
.aboutme-navbartext:hover{
	font-size:16px;
	text-transform:uppercase;
	color:var(--swatch-var-5255)!important;
}
.aboutme-divider1{
	box-shadow:1.41px 1.41px 4px #939393;
}
.aboutme-titlerow1{
	height:150px;
	margin-bottom:30px;
}
.aboutme-titleimage1{
	width:25%;
}
.aboutme-dividertitle{
	position:relative;
	top:0px;
}
.divider-0-bloc-0-14723-background-color{
	background-color:var(--swatch-var-2191);
	width:80%;
	margin-left:auto;
	margin-right:auto;
}
.aboutme-titletext1{
	font-family:"Poppins-Light";
	font-size:17px;
	color:var(--swatch-var-4514)!important;
	text-align:center;
	position:relative;
	bottom:20px;
}
.aboutme-row1{
	position:relative;
	top:80px;
	margin-bottom:50px;
}
.aboutme-column1{
	margin-left:7%;
}
.aboutme-column2{
	margin-right:7%;
	padding-left:20px;
}
.aboutme-image1{
	background-size:contain;
	width:90%;
	position:relative;
	margin-top:100px;
}
.aboutme-image1:hover{
	background-size:contain;
}
.aboutme-image2{
	width:55%;
	margin-bottom:20px;
}
.aboutme-divider2{
	position:relative;
	bottom:20px;
}
.aboutme-text1{
	position:relative;
	font-family:"Poppins-Light";
	font-size:14px;
	color:var(--swatch-var-4514)!important;
	bottom:30px;
	text-align:justify;
}
.divider-41281-background-color{
	background-color:var(--swatch-var-2191);
}
.aboutme-column3{
	margin-left:7%;
}
.aboutme-column4{
	margin-right:7%;
	padding-left:20px;
}
.aboutme-row2{
	position:relative;
	top:120px;
	margin-bottom:130px;
}
.aboutme-image3{
	margin-bottom:20px;
	width:68%;
}
.aboutme-image4{
	background-size:contain;
	width:90%;
	position:relative;
	margin-top:100px;
}
.aboutme-image4:hover{
	background-size:contain;
}
.aboutme-row3{
	position:relative;
	top:120px;
	margin-bottom:160px;
}
.aboutme-image5{
	background-size:contain;
	width:90%;
	position:relative;
	margin-top:120px;
}
.aboutme-image5:hover{
	background-size:contain;
}
.aboutme-image6{
	margin-bottom:20px;
	width:65%;
}
.aboutme-image1a{
	background-size:contain;
	width:90%;
	position:relative;
	margin-top:100px;
}
.aboutme-image1a:hover{
	background-size:contain;
}
.aboutme-row1a{
	position:relative;
	top:80px;
	margin-bottom:50px;
}
.aboutme-column2a{
	margin-right:7%;
	padding-left:20px;
}
.aboutme-image2a{
	width:55%;
	margin-bottom:20px;
}
.aboutme-row2a{
	position:relative;
	top:120px;
	margin-bottom:130px;
}
.aboutme-column3a{
	margin-left:7%;
}
.aboutme-image3a{
	margin-bottom:20px;
	width:68%;
}
.aboutme-image4a{
	background-size:contain;
	width:90%;
	position:relative;
	margin-top:100px;
}
.aboutme-image4a:hover{
	background-size:contain;
}
.aboutme-row3a{
	position:relative;
	top:120px;
	margin-bottom:160px;
}
.aboutme-image6a{
	margin-bottom:20px;
	width:65%;
}
.aboutme-image5a{
	background-size:contain;
	width:90%;
	position:relative;
	margin-top:120px;
}
.aboutme-image5a:hover{
	background-size:contain;
}
.aboutme-logo1{
	height:150px;
}
.aboutme-image2b{
	width:55%;
	margin-bottom:20px;
}
.aboutme-image1b{
	background-size:contain;
	width:90%;
	position:relative;
	margin-top:100px;
}
.aboutme-image1b:hover{
	background-size:contain;
}
.aboutme-image3b{
	margin-bottom:20px;
	width:68%;
}
.aboutme-image4b{
	background-size:contain;
	width:90%;
	position:relative;
	margin-top:100px;
}
.aboutme-image4b:hover{
	background-size:contain;
}
.aboutme-image6b{
	margin-bottom:20px;
	width:65%;
}
.aboutme-image5b{
	background-size:contain;
	width:90%;
	position:relative;
	margin-top:120px;
}
.aboutme-image5b:hover{
	background-size:contain;
}
.aboutme-row1b{
	position:relative;
	top:80px;
	margin-bottom:50px;
}
.aboutme-row3b{
	position:relative;
	top:120px;
	margin-bottom:160px;
}
.testimonial-navbartext{
	font-family:"Poppins-Regular";
	font-size:15px;
	color:var(--swatch-var-6057)!important;
	text-transform:uppercase;
}
.testimonial-navbartext:hover{
	font-size:16px;
	text-transform:uppercase;
	color:var(--swatch-var-2069)!important;
}
.testimonial-divider1{
	box-shadow:1.41px 1.41px 4px #939393;
}
.divider-16027-background-color{
	background-color:var(--swatch-var-6057);
	margin-left:auto;
	margin-right:auto;
}
.testimonial-titleimage1{
	width:25%;
	height:auto;
}
.testimonial-dividertitle{
	position:relative;
	top:0px;
}
.divider-0-style{
	width:80%;
	margin-left:auto;
	margin-right:auto;
	background-color:var(--swatch-var-4573);
}
.testimonial-titletext1{
	font-family:"Poppins-Light";
	font-size:17px;
	color:var(--swatch-var-6057)!important;
	text-align:center;
	position:relative;
	bottom:20px;
}
.testimonial-row1{
	position:relative;
	top:80px;
	margin-bottom:100px;
	margin-right:0%;
	padding-left:5%;
	padding-right:5%;
}
.testimonials-column1{
	margin-left:0%;
}
.testimonials-column2{
	margin-left:0%;
	position:relative;
}
.testimonials-column3{
	margin-left:0%;
	position:relative;
}
.testimonials-column4{
	margin-left:0%;
	position:relative;
	right:0px;
}
.testimonial-image1{
	width:55%;
	clear:both;
	position:relative;
}
.testimonial-text1{
	position:relative;
	font-family:"Poppins-Regular";
	font-size:14px;
	color:var(--swatch-var-6057)!important;
	text-align:center;
	top:15px;
}
.testimonial-text2{
	position:relative;
	font-family:"Poppins-Regular";
	font-size:14px;
	color:var(--swatch-var-6057)!important;
	text-align:center;
	top:5px;
}
.testimonial-image2{
	width:10%;
}
.testimonial-divider2{
	position:relative;
}
.divider-9337-background-color{
	background-color:var(--swatch-var-4573);
	margin-left:auto;
	margin-right:auto;
}
.testimonial-text3{
	position:relative;
	font-family:"Poppins-Light";
	font-size:14px;
	color:var(--swatch-var-6057)!important;
	text-align:justify;
}
.testimonial-row2{
	position:relative;
	top:80px;
	margin-bottom:150px;
	margin-right:0%;
	padding-left:5%;
	padding-right:5%;
}
.testimonial-titleimage1a{
	width:35%;
	height:auto;
}
.testimonial-row1a{
	position:relative;
	top:80px;
	margin-bottom:100px;
	margin-right:0%;
	padding-left:5%;
	padding-right:5%;
}
.testimonials-column1a{
	margin-left:0%;
}
.testimonial-row2a{
	position:relative;
	top:80px;
	margin-bottom:150px;
	margin-right:0%;
	padding-left:5%;
	padding-right:5%;
}
.testimonial-image1b{
	width:55%;
	clear:both;
	position:relative;
}
.testimonial-text1a{
	position:relative;
	font-family:"Poppins-Regular";
	font-size:14px;
	color:var(--swatch-var-6057)!important;
	text-align:center;
	top:15px;
}
.testimonial-text2a{
	position:relative;
	font-family:"Poppins-Regular";
	font-size:14px;
	color:var(--swatch-var-6057)!important;
	text-align:center;
	top:5px;
}
.testimonial-row2b{
	position:relative;
	top:80px;
	margin-bottom:150px;
	margin-right:0%;
	padding-left:5%;
	padding-right:5%;
}
.testimonial-titleimage1b{
	width:37%;
}
.testimonial-titletext1a{
	font-family:"Poppins-Light";
	font-size:17px;
	color:var(--swatch-var-6057)!important;
	text-align:center;
	position:relative;
	bottom:20px;
}
.testimonial-logo1a{
	height:150px;
}
.divider-bloc-0-14723-background-color{
	background-color:var(--swatch-var-4514);
}
.divider-bloc-1-background-color{
	background-color:var(--swatch-var-4514);
}
.divider-bloc-2-background-color{
	background-color:var(--swatch-var-4514);
}
.events-titletext1{
	font-family:"Poppins-Light";
	font-size:17px;
	color:var(--swatch-var-658)!important;
	text-align:center;
	position:relative;
	bottom:20px;
}
.events-dividertitle{
	position:relative;
	top:0px;
}
.divider-48218-style{
	width:80%;
	margin-left:auto;
	margin-right:auto;
	background-color:var(--swatch-var-3911);
}
.events-titleimage1{
	width:20%;
	height:auto;
}
.events-logo1{
	height:150px;
}
.events-navbartext{
	font-family:"Poppins-Regular";
	font-size:15px;
	color:var(--swatch-var-658)!important;
	text-transform:uppercase;
}
.events-navbartext:hover{
	font-size:16px;
	text-transform:uppercase;
	color:var(--swatch-var-2438)!important;
}
.events-divider1{
	box-shadow:1.41px 1.41px 4px #939393;
}
.divider-33200-background-color{
	background-color:var(--swatch-var-658);
	margin-left:auto;
	margin-right:auto;
}
.events-row1{
	position:relative;
	top:70px;
	height:100px;
	background-color:var(--swatch-var-3533);
}
.events-image1{
	width:15%;
	height:auto;
	max-height:80%;
}
.events-row2{
	position:relative;
	top:120px;
	padding-left:5%;
	padding-right:5%;
	margin-bottom:200px;
}
.events-text1{
	text-align:center;
	font-family:"Poppins-Medium";
	font-size:22px;
	text-transform:uppercase;
	color:var(--swatch-var-658)!important;
	margin-bottom:10px;
	letter-spacing:3px;
}
.events-text2{
	font-family:"Poppins-SemiBold";
	font-size:22px;
	color:var(--swatch-var-658)!important;
	text-transform:uppercase;
	text-align:center;
	background-color:var(--swatch-var-3533);
}
.events-text3{
	text-align:center;
	color:var(--swatch-var-658)!important;
	font-style:italic;
	text-transform:uppercase;
	font-family:"Poppins-Regular";
	position:relative;
	bottom:15px;
	font-size:18px;
}
.events-text4{
	font-family:"Poppins-Light";
	font-size:16px;
	color:var(--swatch-var-658)!important;
	text-align:center;
	position:relative;
	bottom:30px;
}
.events-image2{
	position:relative;
	bottom:35px;
	border-color:var(--swatch-var-3911)!important;
	border-style:solid;
	border-width:1px 1px 1px 1px;
	width:100%;
}
.events-text5{
	text-align:justify;
	color:var(--swatch-var-658)!important;
	font-size:15px;
	font-family:"Poppins-Light";
	position:relative;
	bottom:20px;
}
.events-column1{
	padding-left:3%;
	padding-right:3%;
}
.events-row3{
	position:relative;
	height:100px;
	background-color:var(--swatch-var-3533);
}
.events-row4{
	position:relative;
	padding-left:5%;
	padding-right:5%;
	margin-bottom:150px;
	top:65px;
}
.events-textlink{
	text-align:center;
	font-family:"Poppins-Medium";
	font-size:17px;
	color:var(--swatch-var-658)!important;
	text-transform:uppercase;
	text-decoration:none;
}
.events-textlink:hover{
	font-size:17px;
	color:var(--swatch-var-2438)!important;
}
.events-text6{
	font-family:"Poppins-Light";
	font-size:14px;
	text-align:center;
	font-style:italic;
	color:var(--swatch-var-658)!important;
}
.events-image1a{
	width:15%;
}
.events-row1a{
	position:relative;
	top:70px;
	height:100px;
	background-color:var(--swatch-var-3533);
}
.events-row2a{
	position:relative;
	top:120px;
	padding-left:5%;
	padding-right:5%;
	margin-bottom:200px;
}
.events-row2b{
	position:relative;
	top:120px;
	padding-left:5%;
	padding-right:5%;
	margin-bottom:200px;
}
.events-row4a{
	position:relative;
	padding-left:5%;
	padding-right:5%;
	margin-bottom:150px;
	top:65px;
}
.events-image2a{
	position:relative;
	bottom:35px;
	border-color:var(--swatch-var-3911)!important;
	border-style:solid;
	border-width:1px 1px 1px 1px;
}
.events-logo1a{
	height:150px;
}
.events-row3a{
	position:relative;
	height:100px;
	background-color:var(--swatch-var-3533);
}
.events-titlerow1{
	height:150px;
	margin-bottom:50px;
	position:relative;
	bottom:20px;
}
.energy-logo1{
	height:150px;
}
.energy-navbartext{
	font-family:"Poppins-Regular";
	font-size:15px;
	color:var(--swatch-var-2311)!important;
	text-transform:uppercase;
}
.energy-navbartext:hover{
	font-size:16px;
	text-transform:uppercase;
	color:var(--swatch-var-5061)!important;
}
.energy-divider1{
	box-shadow:1.41px 1.41px 4px #939393;
}
.divider-bloc-0-9701-background-color{
	background-color:var(--swatch-var-2311);
	margin-left:auto;
	margin-right:auto;
}
.energy-titleimage1{
	width:30%;
	height:auto;
}
.energy-dividertitle{
	position:relative;
	top:10px;
}
.divider-0-bloc-0-9701-background-color{
	background-color:var(--swatch-var-6605);
	margin-left:auto;
	margin-right:auto;
	width:80%;
}
.energy-audio-player{
	width:80%;
	background-color:var(--swatch-var-2311);
}
.energy-titletext1{
	font-family:"Poppins-Light";
	font-size:14px;
	color:var(--swatch-var-7290)!important;
	text-align:center;
	position:relative;
	bottom:0px;
	font-style:italic;
}
.energy-row1{
	position:relative;
	padding-left:10%;
	padding-right:10%;
	top:170px;
	margin-bottom:150px;
}
.energy-image1{
	width:45%;
	padding-right:20px;
	float:left;
	display:flex;
}
.energy-text1{
	font-family:"Poppins-Light";
	font-size:15px;
	color:var(--swatch-var-2311)!important;
	text-align:justify;
}
.energy-image2{
	width:35%;
	padding-right:0px;
	height:auto;
}
.energy-row2{
	position:relative;
	padding-left:10%;
	padding-right:10%;
	top:100px;
	margin-bottom:50px;
}
.energy-image3{
	width:35%;
	float:right;
	display:flex;
	padding-left:20px;
}
.energy-row3{
	position:relative;
	padding-left:10%;
	padding-right:10%;
	margin-bottom:180px;
	top:80px;
}
.energy-scroll1{
	text-align:center;
	font-family:"Poppins-Medium";
	font-size:18px;
	color:var(--swatch-var-2311)!important;
	text-decoration:none;
	text-transform:uppercase;
	position:relative;
	margin-top:5px;
	top:30px;
}
.energy-scroll1:hover{
	font-size:19px;
	color:var(--swatch-var-5061)!important;
}
.bioenergy-titleimage1{
	width:40%;
	height:auto;
}
.bioenergy-image1{
	width:65%;
	padding-right:20px;
	float:left;
	display:flex;
}
.bioenergy-image2{
	width:45%;
	padding-right:0px;
	height:auto;
}
.bioenergy-image3{
	width:65%;
	float:right;
	display:flex;
	padding-left:20px;
}
.meditation-navbartext{
	font-family:"Poppins-Regular";
	font-size:15px;
	color:var(--swatch-var-1528)!important;
	text-transform:uppercase;
}
.meditation-navbartext:hover{
	font-size:16px;
	text-transform:uppercase;
	color:var(--swatch-var-3500)!important;
}
.meditation-divider1{
	box-shadow:1.41px 1.41px 4px #939393;
}
.meditation-dividertitle{
	position:relative;
	top:10px;
}
.divider-37006-background-color{
	background-color:var(--swatch-var-1528);
}
.meditation-audio-player{
	width:80%;
	background-color:var(--swatch-var-1528);
}
.divider-25435-style{
	width:80%;
	margin-left:auto;
	margin-right:auto;
	background-color:var(--swatch-var-6574);
}
.meditation-titletext1{
	font-family:"Poppins-Light";
	font-size:14px;
	color:var(--swatch-var-1528)!important;
	text-align:center;
	position:relative;
	bottom:0px;
	font-style:italic;
}
.meditation-image1{
	width:100%;
	padding-right:20px;
	float:left;
	display:flex;
	padding-bottom:15px;
}
.meditation-image2{
	width:25%;
	padding-right:0px;
	height:auto;
}
.meditation-image3{
	float:right;
	display:flex;
	padding-left:20px;
	width:35%;
}
.meditation-text1{
	font-family:"Poppins-Light";
	font-size:15px;
	color:var(--swatch-var-1528)!important;
	text-align:justify;
}
.meditation-scroll1{
	text-align:center;
	font-family:"Poppins-Medium";
	font-size:18px;
	color:var(--swatch-var-1528)!important;
	text-decoration:none;
	text-transform:uppercase;
	position:relative;
	margin-top:5px;
	top:80px;
}
.meditation-scroll1:hover{
	font-size:19px;
	color:var(--swatch-var-3500)!important;
}
.meditation-titleimage1{
	width:25%;
	height:auto;
}
.meditation-scroll1a{
	text-align:center;
	font-family:"Poppins-Medium";
	font-size:18px;
	color:var(--swatch-var-1528)!important;
	text-decoration:none;
	text-transform:uppercase;
	position:relative;
	margin-top:5px;
	top:80px;
	margin-bottom:50px;
}
.meditation-scroll1a:hover{
	font-size:19px;
	color:var(--swatch-var-3500)!important;
}
.crystals-navbartext{
	font-family:"Poppins-Regular";
	font-size:15px;
	color:var(--swatch-var-4233)!important;
	text-transform:uppercase;
}
.crystals-navbartext:hover{
	font-size:16px;
	text-transform:uppercase;
	color:var(--swatch-var-4514)!important;
}
.crystals-divider1{
	box-shadow:1.41px 1.41px 4px #939393;
}
.divider-46007-background-color{
	background-color:var(--swatch-var-4233);
	margin-left:auto;
	margin-right:auto;
}
.crystals-dividertitle{
	position:relative;
	top:10px;
}
.divider-26952-style{
	width:80%;
	background-color:var(--swatch-var-5133);
	margin-left:auto;
	margin-right:auto;
}
.crystals-audio-player{
	width:80%;
	background-color:var(--swatch-var-4233);
}
.crystals-titleimage1{
	position:relative;
	top:5px;
	width:30%;
	height:auto;
}
.crystals-titletext1{
	font-family:"Poppins-Light";
	font-size:14px;
	color:var(--swatch-var-4233)!important;
	text-align:center;
	position:relative;
	bottom:0px;
	font-style:italic;
}
.crystals-text1{
	font-family:"Poppins-Light";
	font-size:15px;
	color:var(--swatch-var-4233)!important;
	text-align:justify;
}
.crystals-image1{
	padding-right:20px;
	float:left;
	display:flex;
	padding-bottom:15px;
	width:60%;
}
.crystals-image2{
	padding-right:0px;
	width:30%;
	height:auto;
}
.crystals-image3{
	float:right;
	display:flex;
	padding-left:20px;
	width:65%;
}
.crystals-scroll1{
	text-align:center;
	font-family:"Poppins-Medium";
	font-size:18px;
	color:var(--swatch-var-4233)!important;
	text-decoration:none;
	text-transform:uppercase;
	position:relative;
	margin-top:5px;
	top:80px;
}
.crystals-scroll1:hover{
	font-size:19px;
	color:var(--swatch-var-4514)!important;
}
.crystals-scroll1a{
	text-align:center;
	font-family:"Poppins-Medium";
	font-size:18px;
	color:var(--swatch-var-4233)!important;
	text-decoration:none;
	text-transform:uppercase;
	position:relative;
	margin-top:5px;
	top:80px;
	margin-bottom:50px;
}
.crystals-scroll1a:hover{
	font-size:19px;
	color:var(--swatch-var-4514)!important;
}
.channels-navbartext{
	font-family:"Poppins-Regular";
	font-size:15px;
	color:var(--swatch-var-2688)!important;
	text-transform:uppercase;
}
.channels-navbartext:hover{
	font-size:16px;
	text-transform:uppercase;
	color:var(--swatch-var-4514)!important;
}
.channels-divider1{
	box-shadow:1.41px 1.41px 4px #939393;
}
.divider-8255-background-color{
	background-color:var(--swatch-var-2688);
	margin-left:auto;
	margin-right:auto;
}
.channels-titleimage1{
	width:20%;
	height:auto;
}
.channels-dividertitle{
	position:relative;
	top:0px;
}
.divider-3508-background-color{
	background-color:var(--swatch-var-1870);
	margin-left:auto;
	margin-right:auto;
}
.channels-titletext1{
	font-family:"Poppins-Light";
	font-size:17px;
	color:var(--swatch-var-2688)!important;
	text-align:center;
	position:relative;
	bottom:20px;
}
.channels-image1{
	width:15%;
	height:auto;
	padding-top:0%;
	padding-bottom:0%;
	flex-direction:column;
	max-height:80%;
}
.channels-row1{
	position:relative;
	top:70px;
	height:100px;
	background-color:var(--swatch-var-6442);
}
.channels-text1{
	text-align:center;
	font-family:"Poppins-Medium";
	font-size:22px;
	text-transform:uppercase;
	color:var(--swatch-var-2688)!important;
	margin-bottom:10px;
	letter-spacing:3px;
}
.channels-text2{
	font-family:"Poppins-SemiBold";
	color:var(--swatch-var-2688)!important;
	text-transform:uppercase;
	text-align:center;
	background-color:var(--swatch-var-6442);
	font-size:20px;
}
.channels-text3{
	text-align:center;
	color:var(--swatch-var-2688)!important;
	font-style:italic;
	text-transform:uppercase;
	font-family:"Poppins-Regular";
	position:relative;
	bottom:15px;
	font-size:18px;
}
.channels-text4{
	font-family:"Poppins-Light";
	font-size:16px;
	color:var(--swatch-var-2688)!important;
	text-align:center;
	position:relative;
	bottom:30px;
}
.channels-image2{
	position:relative;
	bottom:35px;
	border-color:var(--swatch-var-2688)!important;
	border-style:dotted;
	border-width:1px 1px 1px 1px;
	width:100%;
}
.channels-text5{
	text-align:justify;
	color:var(--swatch-var-2688)!important;
	font-size:14px;
	font-family:"Poppins-Light";
	position:relative;
	bottom:20px;
}
.channels-textlink{
	text-align:center;
	font-family:"Poppins-Medium";
	font-size:17px;
	color:var(--swatch-var-2688)!important;
	text-transform:uppercase;
	text-decoration:none;
}
.channels-textlink:hover{
	color:var(--swatch-var-4514)!important;
	text-align:center;
	text-transform:uppercase;
	font-size:17px;
	font-family:"Poppins-Medium";
}
.channels-text6{
	font-family:"Poppins-Light";
	font-size:14px;
	text-align:center;
	font-style:italic;
	color:var(--swatch-var-2688)!important;
}
.events-text6-copy-1{
	font-family:"Poppins-Light";
	font-size:14px;
	text-align:center;
	font-style:italic;
	color:var(--swatch-var-658)!important;
}
.channels-row3{
	position:relative;
	top:0px;
	padding-left:5%;
	padding-right:5%;
	margin-bottom:100px;
}
.channels-row2{
	position:relative;
	top:120px;
	padding-left:5%;
	padding-right:5%;
	margin-bottom:150px;
}
.channels-row4{
	position:relative;
	padding-left:5%;
	padding-right:5%;
	margin-bottom:100px;
	bottom:50px;
}
.channels-row5{
	position:relative;
	padding-left:5%;
	padding-right:5%;
	margin-bottom:100px;
	bottom:160px;
}
.channels-row6{
	position:relative;
	height:100px;
	background-color:var(--swatch-var-6442);
	bottom:200px;
}
.channels-text5-a{
	text-align:justify;
	color:var(--swatch-var-2688)!important;
	font-size:14px;
	font-family:"Poppins-Light";
	position:relative;
	bottom:0px;
	text-decoration:none;
	font-style:italic;
}
.channels-row7{
	position:relative;
	padding-left:5%;
	padding-right:5%;
	margin-bottom:100px;
	bottom:190px;
}
.channels-row8{
	position:relative;
	padding-left:5%;
	padding-right:5%;
	margin-bottom:100px;
	bottom:200px;
}
.channels-row9{
	position:relative;
	padding-left:5%;
	padding-right:5%;
	margin-bottom:100px;
	bottom:210px;
}
.channels-row10{
	position:relative;
	padding-left:5%;
	padding-right:5%;
	margin-bottom:70px;
	bottom:220px;
}
.channels-row1-a{
	position:relative;
	top:100px;
	padding-left:20%;
	padding-right:20%;
	height:40px;
	margin-bottom:80px;
	margin-top:10px;
}
.channels-image3{
	width:75%;
	border-color:var(--swatch-var-1870)!important;
	border-radius:5px 5px 5px 5px;
}
.channels-image3:hover{
	width:80%;
	border-radius:0px 0px 0px 0px;
	border-color:var(--swatch-var-1870)!important;
}
.channels-image3-a{
	border-color:var(--swatch-var-1870)!important;
	border-radius:0px 0px 0px 0px;
	width:90%;
}
.channels-image3-a:hover{
	width:95%;
	border-radius:0px 0px 0px 0px;
	border-color:var(--swatch-var-1870)!important;
}
.channels-row1-b{
	position:relative;
	top:40px;
}
.divider-46082-style{
	width:70%;
	margin-left:auto;
	margin-right:auto;
	background-color:var(--swatch-var-1870);
}
.contact-navbartext{
	font-family:"Poppins-Regular";
	font-size:15px;
	color:var(--swatch-var-4919)!important;
	text-transform:uppercase;
}
.contact-navbartext:hover{
	font-size:16px;
	text-transform:uppercase;
	color:var(--swatch-var-4142)!important;
}
.contact-divider1{
	box-shadow:1.41px 1.41px 4px #939393;
}
.divider-bloc-0-45368-background-color{
	background-color:var(--swatch-var-4919);
	margin-left:auto;
	margin-right:auto;
}
.contact-titlerow1{
	position:relative;
	top:70px;
	padding-left:10%;
	padding-right:10%;
	height:400px;
	margin-bottom:50px;
}
.contact-titleimage1{
	height:auto;
	width:90%;
}
.contact-text1{
	font-family:"Poppins-Regular";
	font-size:14px;
	color:var(--swatch-var-4919)!important;
	text-align:justify;
	text-decoration:none;
	margin-bottom:50px;
}
.contact-row1{
	position:relative;
	top:100px;
	margin-bottom:230px;
	padding-left:10%;
	padding-right:10%;
}
.contact-text1-a{
	font-family:"Poppins-Regular";
	font-size:14px;
	color:var(--swatch-var-4919)!important;
	text-align:justify;
	text-decoration:underline!important;
}
.contact-column1{
	padding-right:30px;
}
.contact-column2{
	padding-left:30px;
	padding-right:50px;
}
.contact-row2{
	position:relative;
	top:90px;
}
.contact-column4{
	padding-left:50px;
}
.divider-0-bloc-0-45368-background-color{
	background-color:var(--swatch-var-3124);
	width:80%;
	margin-left:auto;
	margin-right:auto;
}
.contact-title1{
	font-family:"Poppins-Regular";
	text-transform:uppercase;
	text-align:center;
	font-size:20px;
	color:var(--swatch-var-5858)!important;
	background-color:var(--swatch-var-4142);
}
.contact-text2{
	font-family:"Poppins-SemiBold";
	color:var(--swatch-var-4919)!important;
	text-transform:uppercase;
	font-size:20px;
	text-align:center;
}
.contact-text3{
	font-family:"Poppins-Regular";
	color:var(--swatch-var-4919)!important;
	text-transform:none;
	font-size:16px;
	text-align:center;
	position:relative;
	bottom:15px;
}
.contact-text4{
	font-family:"Poppins-Regular";
	color:var(--swatch-var-4919)!important;
	text-transform:none;
	font-size:14px;
	text-align:center;
	position:relative;
	bottom:15px;
}
.contact-text3-a{
	font-family:"Poppins-Regular";
	color:var(--swatch-var-4919)!important;
	text-transform:none;
	font-size:14px;
	text-align:center;
	position:relative;
	bottom:25px;
	font-style:italic;
}
.contact-cma{
	width:50%;
}
.contact-iict{
	width:67%;
}
.contact-text4-a{
	font-family:"Poppins-Regular";
	color:var(--swatch-var-4919)!important;
	text-transform:none;
	font-size:16px;
	text-align:center;
	position:relative;
	bottom:15px;
}
.contact-textlink1{
	font-size:14px;
	color:var(--swatch-var-4919)!important;
	text-decoration:none;
	text-align:center;
	margin-bottom:10px;
}
.contact-textlink1:hover{
	font-size:15px;
	color:var(--swatch-var-4142)!important;
	text-align:center;
	text-decoration:none;
}
.contact-row3{
	margin-top:35px;
}
.contact-formstyle{
	padding-left:40px;
}
.form-control{
	background-color:var(--swatch-var-4944);
	border-radius:5px 5px 5px 5px;
	border-style:solid;
	border-color:var(--swatch-var-4142)!important;
	border-width:0px 0px 1px 0px;
}
.contactform-recaptcha{
	position:relative;
	top:20px;
	text-align:center;
}
.contactform-label{
	font-family:"Poppins-Medium";
}
.contactform-policy{
	font-family:"Poppins-Light";
	font-size:14px;
	color:var(--swatch-var-4142)!important;
	font-style:italic;
}
.contactform-button{
	position:relative;
	top:40px;
	background-color:var(--swatch-var-4142);
	font-family:"Poppins-Medium";
	color:var(--swatch-var-5858)!important;
	font-size:20px;
	text-transform:uppercase;
	width:300px;
	border-radius:0px 0px 0px 0px;
	margin-top:10px;
}
.contactform-button:hover{
	color:var(--swatch-var-4142)!important;
	background-color:var(--swatch-var-5858);
}
.form-label{
	width:100%;
	text-align:center;
	color:var(--swatch-var-4919)!important;
	text-transform:uppercase;
	font-size:14px;
	font-family:"Poppins-Regular";
	margin-bottom:10px;
}
.form-control::placeholder{
	color:var(--swatch-var-5858)!important;
	font-style:italic;
	text-align:center;
}
.form-check-input{
	border-radius:0px 0px 0px 0px;
	border-color:var(--swatch-var-4142)!important;
	border-width:1px 1px 1px 1px;
}
.form-check-input-checked{
	border-radius:0px 0px 0px 0px;
	border-color:var(--swatch-var-4142)!important;
	border-width:1px 1px 1px 1px;
	background-color:var(--swatch-var-4142);
}
.form-check-label{
	color:var(--swatch-var-4919)!important;
	font-style:italic;
	font-size:14px;
}
.help-block .alert-warning{
	font-family:"Poppins-SemiBold";
	color:var(--swatch-var-7678)!important;
	font-size:14px;
	text-transform:uppercase;
	text-align:center;
	background-color:var(--swatch-var-506);
	border-color:var(--swatch-var-506)!important;
	border-radius:0px 0px 0px 0px;
}
.help-block .alert{
	padding-top:0px;
}
.contactvoucher-titleimage1{
	width:90%;
	height:auto;
}
.contactvoucher-row2{
	position:relative;
	top:70px;
}
.contactvoucher-titlerow1{
	position:relative;
	top:70px;
	padding-left:10%;
	padding-right:10%;
	height:200px;
	margin-bottom:50px;
}
.contactvoucher-row1{
	position:relative;
	top:100px;
	margin-bottom:200px;
	padding-left:25%;
	padding-right:25%;
}
.contactvoucher-row3{
	position:relative;
	top:70px;
	padding-left:20%;
	padding-right:20%;
	margin-bottom:20px;
}
.contactvoucher-text10{
	font-family:"Poppins-Light";
	font-size:14px;
	color:var(--swatch-var-4919)!important;
	text-align:center;
}
.contactvoucher-row4{
	padding-left:25%;
	padding-right:25%;
	position:relative;
	top:30px;
	margin-bottom:130px;
}
.home-text1{
	color:var(--swatch-var-4919)!important;
	font-family:"Poppins-Light";
	font-size:15px;
	text-align:center;
}
.home-row2{
	position:relative;
	top:130px;
	padding-left:20%;
	padding-right:20%;
}
.home-row3{
	position:relative;
	top:180px;
	margin-bottom:280px;
}
.home-button{
	width:30%;
}
.home-divider1{
	position:relative;
	bottom:10px;
}
.divider-bloc-0-background-color{
	background-color:var(--swatch-var-4142);
	margin-left:auto;
	margin-right:auto;
	width:80%;
}
.home-divider2{
	position:relative;
	top:8px;
}
.divider-0-bloc-0-background-color{
	background-color:var(--swatch-var-4142);
	margin-left:auto;
	margin-right:auto;
	width:80%;
}
.voucher-navbartext{
	font-family:"Poppins-Regular";
	font-size:15px;
	color:var(--swatch-var-7813)!important;
	text-transform:uppercase;
}
.voucher-navbartext:hover{
	font-size:16px;
	text-transform:uppercase;
	color:var(--swatch-var-4514)!important;
}
.voucher-divider1{
	box-shadow:1.41px 1.41px 4px #939393;
}
.divider-bloc-0-33717-background-color{
	background-color:var(--swatch-var-7813);
}
.voucher-titleimage1{
	width:25%;
	height:auto;
}
.voucher-dividertitle{
	position:relative;
	top:0px;
}
.voucher-titletext1{
	font-family:"Poppins-Light";
	font-size:17px;
	color:var(--swatch-var-7813)!important;
	text-align:center;
	position:relative;
	bottom:20px;
}
.divider-bloc-0-33717-style{
	width:80%;
	background-color:var(--swatch-var-427);
	margin-left:auto;
	margin-right:auto;
}
.voucher-row1{
	position:relative;
	top:80px;
	padding-left:20%;
	padding-right:20%;
}
.voucher-text1{
	position:relative;
	font-family:"Poppins-Light";
	font-size:14px;
	color:var(--swatch-var-7813)!important;
	text-align:justify;
}
.voucher-row2{
	position:relative;
	top:120px;
	padding-left:5%;
	padding-right:5%;
}
.voucher-image1{
	width:65%;
}
.voucher-text2{
	text-align:center;
	font-family:"Poppins-Light";
	font-style:italic;
	font-size:13px;
	color:var(--swatch-var-7813)!important;
	position:relative;
	top:10px;
	padding-left:20%;
	padding-right:20%;
}
.voucher-row3{
	position:relative;
	top:190px;
	padding-left:20%;
	padding-right:20%;
	margin-bottom:50px;
}
.voucher-text3{
	text-align:center;
	color:var(--swatch-var-7813)!important;
	font-family:"Poppins-Medium";
}
.home-titlerow{
	margin-bottom:50px;
}
.home-logo1{
	height:150px;
}
.home-logomobile{
	margin-bottom:50px;
}
.channels-titleimage1a{
	width:25%;
}
.channels-titletext1a{
	font-family:"Poppins-Light";
	font-size:17px;
	color:var(--swatch-var-2688)!important;
	text-align:center;
	position:relative;
	bottom:20px;
}
.channels-row1a{
	position:relative;
	top:70px;
	height:100px;
	background-color:var(--swatch-var-6442);
}
.channels-image1a{
	width:16%;
}
.channels-image3a{
	width:75%;
	border-color:var(--swatch-var-1870)!important;
	border-radius:5px 5px 5px 5px;
}
.channels-image3a:hover{
	width:80%;
	border-radius:0px 0px 0px 0px;
	border-color:var(--swatch-var-1870)!important;
}
.channels-image3-b{
	border-color:var(--swatch-var-1870)!important;
	border-radius:0px 0px 0px 0px;
	width:90%;
}
.channels-image3-b:hover{
	width:95%;
	border-radius:0px 0px 0px 0px;
	border-color:var(--swatch-var-1870)!important;
}
.channels-row1-c{
	position:relative;
	top:100px;
	padding-left:20%;
	padding-right:20%;
	height:40px;
	margin-bottom:80px;
	margin-top:10px;
}
.channels-row1-d{
	position:relative;
	top:100px;
	padding-left:20%;
	padding-right:20%;
	height:40px;
	margin-bottom:80px;
	margin-top:10px;
}
.channels-text5a{
	text-align:justify;
	color:var(--swatch-var-2688)!important;
	font-size:14px;
	font-family:"Poppins-Light";
	position:relative;
	bottom:20px;
}
.channels-row2a{
	position:relative;
	top:120px;
	padding-left:5%;
	padding-right:5%;
	margin-bottom:150px;
}
.channels-row3a{
	position:relative;
	top:0px;
	padding-left:5%;
	padding-right:5%;
	margin-bottom:100px;
}
.channels-row3b{
	position:relative;
	top:0px;
	padding-left:5%;
	padding-right:5%;
	margin-bottom:100px;
}
.channels-row4a{
	position:relative;
	padding-left:5%;
	padding-right:5%;
	margin-bottom:100px;
	bottom:50px;
}
.channels-row4b{
	position:relative;
	padding-left:5%;
	padding-right:5%;
	margin-bottom:100px;
	bottom:50px;
}
.channels-row5a{
	position:relative;
	padding-left:5%;
	padding-right:5%;
	margin-bottom:100px;
	bottom:160px;
}
.channels-row5b{
	position:relative;
	padding-left:5%;
	padding-right:5%;
	margin-bottom:100px;
	bottom:160px;
}
.channels-text2a{
	font-family:"Poppins-SemiBold";
	color:var(--swatch-var-2688)!important;
	text-transform:uppercase;
	text-align:center;
	background-color:var(--swatch-var-6442);
	font-size:20px;
}
.channels-row5c{
	position:relative;
	padding-left:5%;
	padding-right:5%;
	margin-bottom:100px;
	bottom:160px;
}
.channels-row7a{
	position:relative;
	padding-left:5%;
	padding-right:5%;
	margin-bottom:100px;
	bottom:190px;
}
.channels-row7b{
	position:relative;
	padding-left:5%;
	padding-right:5%;
	margin-bottom:100px;
	bottom:190px;
}
.channels-row8a{
	position:relative;
	padding-left:5%;
	padding-right:5%;
	margin-bottom:100px;
	bottom:200px;
}
.channels-row8b{
	position:relative;
	padding-left:5%;
	padding-right:5%;
	margin-bottom:100px;
	bottom:200px;
}
.channels-row9a{
	position:relative;
	padding-left:5%;
	padding-right:5%;
	margin-bottom:100px;
	bottom:210px;
}
.channels-row9b{
	position:relative;
	padding-left:5%;
	padding-right:5%;
	margin-bottom:100px;
	bottom:210px;
}
.channels-row10a{
	position:relative;
	padding-left:5%;
	padding-right:5%;
	margin-bottom:70px;
	bottom:220px;
}
.channels-row10b{
	position:relative;
	padding-left:5%;
	padding-right:5%;
	margin-bottom:70px;
	bottom:220px;
}
.voucher-text3a{
	text-align:center;
	color:var(--swatch-var-7813)!important;
	font-family:"Poppins-Medium";
	margin-top:40px;
}
.contactvoucher-cma{
	width:35%;
	position:relative;
	left:0px;
}
.contactvoucher-iict{
	position:relative;
	right:0px;
	width:47%;
}
.contactvoucher-titlerow1a{
	position:relative;
	top:70px;
	padding-left:10%;
	padding-right:10%;
	height:200px;
	margin-bottom:50px;
}
.contactvoucher-titlerow1b{
	position:relative;
	top:70px;
	padding-left:10%;
	padding-right:10%;
	height:200px;
	margin-bottom:50px;
}
.contactvoucher-titleimage1a{
	width:100%;
}
.contactvoucher-title1{
	font-family:"Poppins-Regular";
	text-transform:uppercase;
	text-align:center;
	font-size:20px;
	color:var(--swatch-var-5858)!important;
	background-color:var(--swatch-var-4142);
}
.contactformvoucher-recaptcha{
	position:relative;
	top:20px;
	text-align:center;
	float:none;
}
.contactformvoucher-button{
	position:relative;
	top:40px;
	background-color:var(--swatch-var-4142);
	font-family:"Poppins-Medium";
	color:var(--swatch-var-5858)!important;
	font-size:20px;
	text-transform:uppercase;
	width:300px;
	border-radius:0px 0px 0px 0px;
	margin-top:10px;
}
.contactformvoucher-button:hover{
	color:var(--swatch-var-4142)!important;
	background-color:var(--swatch-var-5858);
}
.contactvoucher-text2{
	font-family:"Poppins-SemiBold";
	color:var(--swatch-var-4919)!important;
	text-transform:uppercase;
	font-size:20px;
	text-align:center;
}
.contactvoucher-text3{
	font-family:"Poppins-Regular";
	color:var(--swatch-var-4919)!important;
	text-transform:none;
	font-size:16px;
	text-align:center;
	position:relative;
	bottom:15px;
}
.contactvoucher-text3-b{
	font-family:"Poppins-Regular";
	color:var(--swatch-var-4919)!important;
	text-transform:none;
	font-size:14px;
	text-align:center;
	position:relative;
	bottom:25px;
	font-style:italic;
}
.contactvoucher-text4{
	font-family:"Poppins-Regular";
	color:var(--swatch-var-4919)!important;
	text-transform:none;
	font-size:14px;
	text-align:center;
	position:relative;
	bottom:15px;
}
.contact-text4-b{
	font-family:"Poppins-Regular";
	color:var(--swatch-var-4919)!important;
	text-transform:none;
	font-size:16px;
	text-align:center;
	position:relative;
	bottom:15px;
}
.contact-column4a{
	padding-left:50px;
}
.contact-row1a{
	position:relative;
	top:-50px;
	margin-bottom:170px;
	padding-left:10%;
	padding-right:10%;
}
.contact-cma1{
	width:50%;
}
.contact-iict1{
	width:67%;
}
.contact-titlerow1a{
	position:relative;
	top:70px;
	padding-left:10%;
	padding-right:10%;
	height:400px;
	margin-bottom:50px;
}
.contact-column1a{
	padding-right:30px;
}
.contact-titlerow1b{
	position:relative;
	top:70px;
	padding-left:10%;
	padding-right:10%;
	height:400px;
	margin-bottom:50px;
}
.footer-menu{
	position:relative;
	bottom:0px;
	text-align:center;
	text-transform:uppercase;
	font-size:16px;
	color:var(--swatch-var-4233)!important;
}
.footer-link{
	text-align:center;
	font-size:14px;
	color:var(--swatch-var-7813)!important;
	text-transform:none;
	font-family:"Poppins-Light";
	position:relative;
	text-decoration:none;
}
.footer-text{
	font-family:"Poppins-Light";
	font-size:14px;
	color:var(--swatch-var-7813)!important;
	text-align:center;
	bottom:0px;
	position:relative;
}
.footer-link:hover{
	font-size:14px;
	color:var(--swatch-var-5508)!important;
}
.footer-connectrow{
	position:relative;
	bottom:0px;
}
.footer-column{
	position:relative;
	bottom:0px;
	margin-bottom:20px;
	height:350px;
}
.footer-row{
	position:relative;
	bottom:15px;
	height:350px;
}
.footer-facebook{
	font-size:35px;
	color:var(--swatch-var-7813)!important;
}
.footer-instagram{
	font-size:37px;
	color:var(--swatch-var-7813)!important;
}
.footer-youtube{
	color:var(--swatch-var-7813)!important;
	font-size:37px;
}
.footer-email{
	font-size:35px;
	color:var(--swatch-var-7813)!important;
}
.welcome-image1{
	width:50%;
}
.welcome-row1{
	margin-top:30px;
}
.welcome-column1{
	padding-left:50px;
	padding-right:50px;
}
.welcome-text1{
	text-align:center;
	color:var(--swatch-var-4919)!important;
	text-transform:uppercase;
	padding-left:50px;
	padding-right:50px;
	font-family:"Poppins-Medium";
	font-size:22px;
	margin-bottom:-3px;
	text-shadow:1.41px 1.41px 3px #939393;
	letter-spacing:2px;
}
.welcome-text2{
	text-align:center;
	font-size:18px;
	font-family:"Poppins-Regular";
	color:var(--swatch-var-4919)!important;
	font-style:italic;
	letter-spacing:2px;
}
.welcome-text3{
	text-align:center;
	font-family:"Poppins-Light";
	font-size:16px;
	color:var(--swatch-var-4919)!important;
	line-height:22px;
	margin-top:30px;
	letter-spacing:1px;
}
.welcome-titlerow1{
	position:relative;
	top:70px;
	padding-left:10%;
	padding-right:10%;
	height:300px;
	margin-bottom:50px;
}
.welcome-row2{
	margin-top:150px;
	background-color:var(--swatch-var-1129);
	margin-bottom:0px;
}
.welcome-text4{
	color:var(--swatch-var-4142)!important;
	text-align:center;
	font-family:"Poppins-Regular";
	font-size:16px;
	margin-top:0px;
	font-style:italic;
}
.welcome-image2{
	width:40%;
}
.welcome-column2{
	margin-top:30px;
}
.welcome-row3{
	padding-left:20px;
	padding-right:20px;
	margin-top:60px;
	margin-bottom:60px;
}
.welcome-imagetitle3{
	width:60%;
}
.welcome-imagetitle3a{
	width:75%;
}
.welcome-imagetitle3b{
	width:60%;
}
.welcome-imagetitle3c{
	width:47%;
	margin-bottom:16px;
}
.welcome-image4{
	background-size:contain;
	margin-top:10px;
	width:90%;
}
.welcome-image5{
	margin-top:10px;
	width:90%;
}
.welcome-image6{
	margin-top:10px;
	width:90%;
}
.welcome-image7{
	margin-top:27px;
	width:90%;
}
.welcome-image4:hover{
	background-size:contain;
	width:91%;
}
.welcome-image5:hover{
	width:91%;
}
.welcome-image6:hover{
	width:91%;
}
.welcome-image7:hover{
	width:91%;
}
.welcome-row4{
	margin-top:100px;
	background-color:var(--swatch-var-1129);
}
.welcome-image10{
	width:15%;
}
.welcome-text5{
	color:var(--swatch-var-4919)!important;
	font-family:"Poppins-Light";
	font-size:14px;
	text-align:justify;
}
.welcome-row5{
	padding-right:5%;
	margin-top:50px;
	margin-bottom:30px;
	padding-left:5%;
}
.welcome-link1{
	font-family:"Poppins-Medium";
	text-decoration:none;
	text-transform:uppercase;
	color:var(--swatch-var-4919)!important;
	font-size:16px;
	text-align:right;
	margin-top:20px;
	margin-bottom:50px;
}
.welcome-column3{
	position:relative;
	right:60px;
}
.welcome-row6{
	margin-top:30px;
}
.welcome-imagetitle10{
	width:17%;
}
.welcome-row7{
	margin-bottom:50px;
	padding-left:20%;
	padding-right:20%;
	margin-top:70px;
}
.carousel-prev-icon{
	left:-100px;
	stroke:var(--swatch-var-7678);
	stroke-linecap:butt;
	stroke-width:3;
	background-size:auto auto;
}
.carousel-next-icon{
	right:-100px;
	stroke:var(--swatch-var-7678);
	stroke-linecap:butt;
	stroke-width:3;
}
.welcome-divider1{
	margin-top:50px;
}
.divider-30555-style{
	width:80%;
	margin-left:auto;
	margin-right:auto;
	background-color:var(--swatch-var-4919);
}
.carousel-indicators [data-bs-target]{
	background-color:var(--swatch-var-4142);
	position:relative;
	top:55px;
}
.carousel-indicators [data-bs-target].active{
	background-color:var(--swatch-var-7678);
	border-radius:5px 5px 5px 5px;
}
.welcome-image12{
	width:25%;
}
.welcome-row8{
	margin-bottom:50px;
}
.welcome-text6{
	color:var(--swatch-var-4919)!important;
	font-family:"Poppins-Light";
	font-size:14px;
	text-align:center;
}
.welcome-column4{
	position:relative;
	bottom:30px;
}
.welcome-newsletter{
	margin-top:30px;
}
.welcome-text1a{
	text-align:center;
	color:var(--swatch-var-4919)!important;
	text-transform:uppercase;
	padding-left:50px;
	padding-right:50px;
	font-family:"Poppins-Medium";
	font-size:22px;
	margin-bottom:-3px;
	text-shadow:1.41px 1.41px 3px #939393;
	letter-spacing:2px;
}
.welcome-text2a{
	text-align:center;
	font-size:18px;
	font-family:"Poppins-Regular";
	color:var(--swatch-var-4919)!important;
	font-style:italic;
	letter-spacing:2px;
}
.welcome-text3a{
	text-align:center;
	font-family:"Poppins-Light";
	font-size:16px;
	color:var(--swatch-var-4919)!important;
	line-height:22px;
	margin-top:30px;
	letter-spacing:1px;
}
.welcome-titlerow1a{
	position:relative;
	top:70px;
	padding-left:10%;
	padding-right:10%;
	height:300px;
	margin-bottom:50px;
}
.welcome-row2a{
	margin-top:150px;
	background-color:var(--swatch-var-1129);
	margin-bottom:0px;
}
.welcome-image1a{
	width:50%;
}
.welcome-image2a{
	width:40%;
}
.welcome-text4a{
	color:var(--swatch-var-4142)!important;
	text-align:center;
	font-family:"Poppins-Regular";
	font-size:16px;
	margin-top:0px;
	font-style:italic;
}
.welcome-row3a{
	padding-left:20px;
	padding-right:20px;
	margin-top:60px;
	margin-bottom:60px;
}
.welcome-imagetitle3d{
	width:60%;
}
.welcome-imagetitle3e{
	width:75%;
}
.welcome-imagetitle3f{
	width:60%;
}
.welcome-imagetitle3g{
	width:47%;
	margin-bottom:16px;
}
.welcome-imagetitle10a{
	width:17%;
}
.welcome-divider1a{
	margin-top:50px;
}
.welcome-row7a{
	margin-bottom:50px;
	padding-left:20%;
	padding-right:20%;
	margin-top:70px;
}
.welcome-image10a{
	width:15%;
}
.welcome-image12a{
	width:25%;
}
.welcome-column4a{
	position:relative;
	bottom:30px;
}
.welcome-row1a{
	margin-top:30px;
}
.footer-text1{
	font-family:"Poppins-Light";
	color:var(--swatch-var-7813)!important;
	font-size:14px;
	text-align:center;
}
.policy-navbartext{
	font-family:"Poppins-Regular";
	font-size:15px;
	color:var(--swatch-var-4919)!important;
	text-transform:uppercase;
}
.policy-navbartext:hover{
	font-size:16px;
	text-transform:uppercase;
	color:var(--swatch-var-7678)!important;
}
.privacy-divider1{
	box-shadow:1.41px 1.41px 4px #939393;
}
.divider-margin-left{
	margin-left:auto;
	margin-right:auto;
	background-color:var(--swatch-var-4919);
}
.privacy-titlerow{
	height:150px;
	margin-bottom:30px;
}
.emailsent-row1{
	margin-top:60px;
	height:170px;
	margin-bottom:150px;
}
.emailsent-image1{
	width:50%;
	position:relative;
	bottom:0px;
	margin-bottom:50px;
}
.emailsent-text1{
	font-family:"Poppins-Medium";
	font-size:24px;
	color:var(--swatch-var-4919)!important;
	text-align:center;
	text-transform:uppercase;
}
.emailsent-text2{
	font-family:"Poppins-Regular";
	color:var(--swatch-var-4142)!important;
	font-size:18px;
	text-align:center;
	position:relative;
	bottom:0px;
}
.emailsent-text3{
	font-family:"Poppins-Regular";
	font-size:16px;
	color:var(--swatch-var-4919)!important;
	text-align:center;
	margin-bottom:50px;
}
.policies-titleimage1{
	width:17%;
}
.privacy-titleimage1{
	position:relative;
	bottom:35px;
}
.privacy-dividertitle{
	position:relative;
	bottom:20px;
}
.privacy-titletext{
	position:relative;
	bottom:40px;
	text-align:center;
	font-family:"Poppins-Light";
	font-size:17px;
	color:var(--swatch-var-4919)!important;
}
.divider-0-margin-left{
	margin-left:auto;
	margin-right:auto;
	width:80%;
	background-color:var(--swatch-var-4774);
}
.privacy-row1{
	background-color:var(--swatch-var-4056);
	position:relative;
	bottom:30px;
}
.privacy-image1{
	width:65%;
}
.privacy-image2{
	width:65%;
}
.privacy-image3{
	position:relative;
	bottom:10px;
}
.privacy-image4{
	width:50%;
	position:relative;
	bottom:5px;
}
.privacy-row2{
	bottom:25px;
	position:relative;
}
.privacy-text1{
	text-align:center;
	color:var(--swatch-var-4919)!important;
	font-family:"Poppins-Light";
	font-size:14px;
	position:relative;
	bottom:0px;
}
.privacy-row3{
	position:relative;
	top:50px;
	padding-left:5%;
	padding-right:5%;
}
.privacy-imagetitle1{
	width:20%;
}
.divider-88-background-color{
	background-color:var(--swatch-var-4774);
	margin-left:auto;
	margin-right:auto;
}
.privacypolicy-text{
	font-family:"Poppins-Light";
	font-size:13px;
	text-align:justify;
	color:var(--swatch-var-4919)!important;
}
.privacy-imagetitle2{
	width:19%;
}
.privacy-imagetitle3{
	width:29%;
}
.privacy-row4{
	position:relative;
	top:50px;
	padding-left:5%;
	padding-right:5%;
	margin-bottom:130px;
}
.privacy-imagetitle4{
	width:15%;
}
.privacy-link1{
	font-family:"Poppins-Medium";
	font-size:15px;
	color:var(--swatch-var-4919)!important;
	text-transform:uppercase;
	text-align:center;
	text-decoration:none;
	margin-top:30px;
}
.privacy-link2{
	font-family:"Poppins-Medium";
	font-size:15px;
	color:var(--swatch-var-4919)!important;
	text-transform:uppercase;
	text-align:center;
	text-decoration:none;
	margin-top:5px;
}
.privacy-row5{
	background-color:var(--swatch-var-4056);
	position:relative;
	bottom:30px;
}
.privacy-row6{
	position:relative;
	top:50px;
	padding-left:5%;
	padding-right:5%;
	margin-top:50px;
}
.privacy-row7{
	position:relative;
	top:50px;
	padding-left:5%;
	padding-right:5%;
	margin-bottom:150px;
	margin-top:50px;
}
.privacy-link1:hover{
	font-size:15px;
	color:var(--swatch-var-7678)!important;
}
.privacy-link2:hover{
	font-size:15px;
	color:var(--swatch-var-7678)!important;
}
.voucher-row4{
	position:relative;
	top:160px;
	padding-left:20%;
	padding-right:20%;
	margin-bottom:250px;
}
.contact-text10{
	font-family:"Poppins-Regular";
	font-size:14px;
	color:var(--swatch-var-4919)!important;
	text-align:center;
	text-decoration:none;
	margin-bottom:15px;
}
.contact-text10a{
	font-family:"Poppins-Regular";
	font-size:14px;
	color:var(--swatch-var-4919)!important;
	text-align:center;
	text-decoration:underline!important;
	margin-bottom:0px;
}
.privacy-row6a{
	position:relative;
	top:50px;
	padding-left:5%;
	padding-right:5%;
	margin-top:50px;
}
.privacy-row3a{
	position:relative;
	top:50px;
	padding-left:5%;
	padding-right:5%;
}
.footer-facebook:hover{
	color:var(--swatch-var-4514)!important;
}
.footer-instagram:hover{
	color:var(--swatch-var-4514)!important;
}
.footer-youtube:hover{
	color:var(--swatch-var-4514)!important;
}
.footer-email:hover{
	color:var(--swatch-var-4514)!important;
}
.aboutme-titleimage1a{
	width:35%;
	height:auto;
}
.aboutme-titleimage1b{
	width:100%;
}
.events-titleimage1a{
	width:20%;
}
.channels-textlink-a{
	text-align:center;
	font-family:"Poppins-Medium";
	font-size:17px;
	color:var(--swatch-var-2688)!important;
	text-transform:uppercase;
	text-decoration:none;
}
.channels-textlink-a:hover{
	color:var(--swatch-var-4514)!important;
	font-family:"Poppins-Medium";
	text-align:center;
	text-transform:uppercase;
}
.channels-textregistration{
	font-family:"Poppins-Medium";
	font-size:15px;
	text-align:center;
	text-transform:uppercase;
	color:var(--swatch-var-2688)!important;
	text-decoration:none;
}
.channels-textregistration:hover{
	font-family:"Poppins-Medium";
	font-size:15px;
	color:var(--swatch-var-5508)!important;
	text-align:center;
	text-transform:uppercase;
	text-decoration:none;
}
.aboutme-titlerow10{
	height:150px;
	margin-bottom:30px;
}
.voucher1{
	border-color:var(--swatch-var-3053)!important;
	border-width:0px 0px 0px 0px;
}
.voucher-row2a{
	position:relative;
	top:120px;
	padding-left:5%;
	padding-right:5%;
	margin-top:50px;
}
.voucher-text2a{
	text-align:center;
	font-family:"Poppins-Light";
	font-style:italic;
	font-size:10px;
	color:var(--swatch-var-7813)!important;
	position:relative;
	top:10px;
	padding-left:20%;
	padding-right:20%;
}

/* = Colour
-------------------------------------------------------------- */

/* Swatch Variables */
:root{
	
	--swatch-var-7290:rgba(25,101,155,1.00);
	
	--swatch-var-5508:rgba(238,95,18,1.00);
	
	--swatch-var-4762:rgba(148,148,148,1.00);
	
	--swatch-var-5292:rgba(33,133,204,1.00);
	
	--swatch-var-2130:rgba(33,133,204,0.35);
	
	--swatch-var-339:rgba(33,133,204,0.50);
	
	--swatch-var-1590:rgba(105,56,110,1.00);
	
	--swatch-var-1077:rgba(255,255,255,0.35);
	
	--swatch-var-294:rgba(107,72,43,1.00);
	
	--swatch-var-6276:rgba(66,44,26,1.00);
	
	--swatch-var-3285:rgba(66,44,26,0.35);
	
	--swatch-var-2069:rgba(238,72,18,1.00);
	
	--swatch-var-2529:rgba(66,44,26,0.15);
	
	--swatch-var-4514:rgba(205,82,16,1.00);
	
	--swatch-var-5255:rgba(41,151,20,1.00);
	
	--swatch-var-2191:rgba(205,82,16,0.35);
	
	--swatch-var-6057:rgba(41,115,20,1.00);
	
	--swatch-var-4573:rgba(41,115,20,0.35);
	
	--swatch-var-658:rgba(129,83,86,1.00);
	
	--swatch-var-3911:rgba(129,83,86,0.35);
	
	--swatch-var-2438:rgba(225,122,122,1.00);
	
	--swatch-var-3533:rgba(129,83,86,0.15);
	
	--swatch-var-2311:rgba(62,82,128,1.00);
	
	--swatch-var-5061:rgba(159,87,151,1.00);
	
	--swatch-var-6605:rgba(76,101,157,0.35);
	
	--swatch-var-1528:rgba(129,54,43,1.00);
	
	--swatch-var-6574:rgba(214,89,71,0.35);
	
	--swatch-var-3500:rgba(105,114,119,1.00);
	
	--swatch-var-4233:rgba(61,39,127,1.00);
	
	--swatch-var-5133:rgba(61,39,127,0.35);
	
	--swatch-var-2688:rgba(71,110,181,1.00);
	
	--swatch-var-1870:rgba(71,110,181,0.35);
	
	--swatch-var-3053:rgba(112,71,181,1.00);
	
	--swatch-var-6442:rgba(71,110,181,0.16);
	
	--swatch-var-3247:rgba(148,148,148,1.00);
	
	--swatch-var-4919:rgba(0,0,0,1.00);
	
	--swatch-var-4142:rgba(212,103,108,1.00);
	
	--swatch-var-3124:rgba(0,0,0,0.35);
	
	--swatch-var-5858:rgba(255,255,255,1.00);
	
	--swatch-var-4944:rgba(212,103,108,0.10);
	
	--swatch-var-7678:rgba(212,38,46,1.00);
	
	--swatch-var-506:rgba(255,255,255,0.00);
	
	--swatch-var-7813:rgba(81,67,159,1.00);
	
	--swatch-var-427:rgba(81,67,159,0.35);
	
	--swatch-var-1129:rgba(255,255,255,0.50);
	
	--swatch-var-4774:rgba(0,0,0,0.50);
	
	--swatch-var-4056:rgba(0,0,0,0.10);
	
}



/* Text colour styles */

.tc-658{
	color:var(--swatch-var-658)!important;
}

/* Bloc image backgrounds */

.bg-Zen-203A{
	background-image:url("img/Zen%203A.jpg");
	background-image: -webkit-image-set(url("img/Zen%203A.webp") 1x,
url("img/Zen%203A.webp") 2x);background-image: image-set(url("img/Zen%203A.jpg") 1x,
url("img/Zen%203A.jpg") 2x,url("img/Zen%203A.webp") 1x,
url("img/Zen%203A.webp") 2x);
}
.bg-Zen-204{
	background-image:url("img/Zen%204.jpg");
	background-image: -webkit-image-set(url("img/Zen%204.webp") 1x,
url("img/Zen%204.webp") 2x);background-image: image-set(url("img/Zen%204.jpg") 1x,
url("img/Zen%204.jpg") 2x,url("img/Zen%204.webp") 1x,
url("img/Zen%204.webp") 2x);
}
.bg-Zen-201A{
	background-image:url("img/Zen%201A.jpg");
	background-image: -webkit-image-set(url("img/Zen%201A.webp") 1x,
url("img/Zen%201A.webp") 2x);background-image: image-set(url("img/Zen%201A.jpg") 1x,
url("img/Zen%201A.jpg") 2x,url("img/Zen%201A.webp") 1x,
url("img/Zen%201A.webp") 2x);
}
.bg-Bamboo-201{
	background-image:url("img/Bamboo%201.jpg");
	background-image: -webkit-image-set(url("img/Bamboo%201.webp") 1x,
url("img/Bamboo%201.webp") 2x);background-image: image-set(url("img/Bamboo%201.jpg") 1x,
url("img/Bamboo%201.jpg") 2x,url("img/Bamboo%201.webp") 1x,
url("img/Bamboo%201.webp") 2x);
}
.bg-Zen-202{
	background-image:url("img/Zen%202.jpg");
	background-image: -webkit-image-set(url("img/Zen%202.webp") 1x,
url("img/Zen%202.webp") 2x);background-image: image-set(url("img/Zen%202.jpg") 1x,
url("img/Zen%202.jpg") 2x,url("img/Zen%202.webp") 1x,
url("img/Zen%202.webp") 2x);
}
.bg-MeditationBackground{
	background-image:url("img/MeditationBackground.jpg");
	background-image: -webkit-image-set(url("img/MeditationBackground.webp") 1x,
url("img/MeditationBackground.webp") 2x);background-image: image-set(url("img/MeditationBackground.jpg") 1x,
url("img/MeditationBackground.jpg") 2x,url("img/MeditationBackground.webp") 1x,
url("img/MeditationBackground.webp") 2x);
}
.bg-CrystalBackgroundB{
	background-image:url("img/CrystalBackgroundB.jpg");
	background-image: -webkit-image-set(url("img/CrystalBackgroundB.webp") 1x,
url("img/CrystalBackgroundB.webp") 2x);background-image: image-set(url("img/CrystalBackgroundB.jpg") 1x,
url("img/CrystalBackgroundB.jpg") 2x,url("img/CrystalBackgroundB.webp") 1x,
url("img/CrystalBackgroundB.webp") 2x);
}
.bg-ChannelsBackground{
	background-image:url("img/ChannelsBackground.jpg");
	background-image: -webkit-image-set(url("img/ChannelsBackground.webp") 1x,
url("img/ChannelsBackground.webp") 2x);background-image: image-set(url("img/ChannelsBackground.jpg") 1x,
url("img/ChannelsBackground.jpg") 2x,url("img/ChannelsBackground.webp") 1x,
url("img/ChannelsBackground.webp") 2x);
}
.bg-ContactBackground{
	background-image:url("img/ContactBackground.jpg");
	background-image: -webkit-image-set(url("img/ContactBackground.webp") 1x,
url("img/ContactBackground.webp") 2x);background-image: image-set(url("img/ContactBackground.jpg") 1x,
url("img/ContactBackground.jpg") 2x,url("img/ContactBackground.webp") 1x,
url("img/ContactBackground.webp") 2x);
}
.bg-ContactBackground{
	background-image:url("img/ContactBackground.jpg");
	background-image: -webkit-image-set(url("img/ContactBackground.webp") 1x,
url("img/ContactBackground.webp") 2x);background-image: image-set(url("img/ContactBackground.jpg") 1x,
url("img/ContactBackground.jpg") 2x,url("img/ContactBackground.webp") 1x,
url("img/ContactBackground.webp") 2x);
}
.bg-HomeBackground{
	background-image:url("img/HomeBackground.jpg");
	background-image: -webkit-image-set(url("img/HomeBackground.webp") 1x,
url("img/HomeBackground.webp") 2x);background-image: image-set(url("img/HomeBackground.jpg") 1x,
url("img/HomeBackground.jpg") 2x,url("img/HomeBackground.webp") 1x,
url("img/HomeBackground.webp") 2x);
}
.bg-Zen-205{
	background-image:url("img/Zen%205.jpg");
	background-image: -webkit-image-set(url("img/Zen%205.webp") 1x,
url("img/Zen%205.webp") 2x);background-image: image-set(url("img/Zen%205.jpg") 1x,
url("img/Zen%205.jpg") 2x,url("img/Zen%205.webp") 1x,
url("img/Zen%205.webp") 2x);
}
.bg-Flower-201C{
	background-image:url("img/Flower%201C.jpg");
	background-image: -webkit-image-set(url("img/Flower%201C.webp") 1x,
url("img/Flower%201C.webp") 2x);background-image: image-set(url("img/Flower%201C.jpg") 1x,
url("img/Flower%201C.jpg") 2x,url("img/Flower%201C.webp") 1x,
url("img/Flower%201C.webp") 2x);
}
.bg-Background{
	background-image:url("img/Background.jpg");
	background-image: -webkit-image-set(url("img/Background.webp") 1x,
url("img/Background.webp") 2x);background-image: image-set(url("img/Background.jpg") 1x,
url("img/Background.jpg") 2x,url("img/Background.webp") 1x,
url("img/Background.webp") 2x);
}
.bg-BEHBackground{
	background-image:url("img/BEHBackground.jpg");
	background-image: -webkit-image-set(url("img/BEHBackground.webp") 1x,
url("img/BEHBackground.webp") 2x);background-image: image-set(url("img/BEHBackground.jpg") 1x,
url("img/BEHBackground.jpg") 2x,url("img/BEHBackground.webp") 1x,
url("img/BEHBackground.webp") 2x);
}
.bg-EHBackground{
	background-image:url("img/EHBackground.jpg");
	background-image: -webkit-image-set(url("img/EHBackground.webp") 1x,
url("img/EHBackground.webp") 2x);background-image: image-set(url("img/EHBackground.jpg") 1x,
url("img/EHBackground.jpg") 2x,url("img/EHBackground.webp") 1x,
url("img/EHBackground.webp") 2x);
}

/* = Custom Bric Data
-------------------------------------------------------------- */



/* = Bloc Padding Multi Breakpoint
-------------------------------------------------------------- */

@media (min-width: 576px) {
    .bloc-xxl-sm{padding:200px 20px;}
    .bloc-xl-sm{padding:150px 20px;}
    .bloc-lg-sm{padding:100px 20px;}
    .bloc-md-sm{padding:50px 20px;}
    .bloc-sm-sm{padding:20px;}
    .bloc-no-padding-sm{padding:0 20px;}
}
@media (min-width: 768px) {
    .bloc-xxl-md{padding:200px 20px;}
    .bloc-xl-md{padding:150px 20px;}
    .bloc-lg-md{padding:100px 20px;}
    .bloc-md-md{padding:50px 20px;}
    .bloc-sm-md{padding:20px 20px;}
    .bloc-no-padding-md{padding:0 20px;}
}
@media (min-width: 992px) {
    .bloc-xxl-lg{padding:200px 20px;}
    .bloc-xl-lg{padding:150px 20px;}
    .bloc-lg-lg{padding:100px 20px;}
    .bloc-md-lg{padding:50px 20px;}
    .bloc-sm-lg{padding:20px;}
    .bloc-no-padding-lg{padding:0 20px;}
}


/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px)
{
    .bloc.full-width-bloc, .bloc-tile-2.full-width-bloc .container, .bloc-tile-3.full-width-bloc .container, .bloc-tile-4.full-width-bloc .container{
        padding-left: 0; 
        padding-right: 0;  
    }
}
@media (max-width: 991px)
{
    .container{width:100%;}
    .bloc{padding-left: constant(safe-area-inset-left);padding-right: constant(safe-area-inset-right);} /* iPhone X Notch Support*/
    .bloc-group, .bloc-group .bloc{display:block;width:100%;}
}
@media (max-width: 767px)
{
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
        padding-left:0;padding-right:0;
    }
    .btn-dwn{
       display:none; 
    }
    .voffset{
        margin-top:5px;
    }
    .voffset-md{
        margin-top:20px;
    }
    .voffset-lg{
        margin-top:30px;
    }
    form{
        padding:5px;
    }
    .close-lightbox{
        display:inline-block;
    }
    .blocsapp-device-iphone5{
	   background-size: 216px 425px;
	   padding-top:60px;
	   width:216px;
	   height:425px;
    }
    .blocsapp-device-iphone5 img{
	   width: 180px;
	   height: 320px;
    }
}

@media (max-width: 991px){
	.services-logo1{
		height:110px;
	}
	.services-navbar{
		position:relative;
		top:10px;
		text-align:center;
	}
	.services-dividerrow{
		bottom:10px;
	}
	.navigation-toggle{
	}
	.menu-icon-stroke{
		stroke:var(--swatch-var-1590)!important;
		fill:var(--swatch-var-1590)!important;
	}
	.services-titleimage1{
		width:30%;
	}
	.services-titletext1{
		margin-left:12%;
		margin-right:12%;
	}
	.services-column1{
		margin-left:0%;
	}
	.services-column2{
		margin-right:0%;
	}
	.services-image1a{
		width:60%;
	}
	.services-image1{
		width:100%;
	}
	.services-image2{
		width:100%;
	}
	.services-image3{
		width:100%;
	}
	.services-image4{
		width:100%;
	}
	.services-image2a{
		width:80%;
	}
	.services-image3a{
		width:70%;
	}
	.services-image4a{
		width:43%;
	}
	.services-logo1a{
		height:110px;
	}
	.services-titleimage1a{
		height:30%;
	}
	.services-column3{
		margin-right:0%;
	}
	.services-image1b{
		width:60%;
	}
	.services-image10{
		width:100%;
	}
	.services-image2b{
		width:80%;
	}
	.services-image11{
		width:100%;
	}
	.services-image3b{
		width:70%;
	}
	.services-image12{
		width:100%;
	}
	.services-image4b{
		width:43%;
	}
	.services-image13{
		width:100%;
	}
	.services-titletext1a{
		margin-left:12%;
		margin-right:12%;
	}
	.pricelist-titleimage1{
		height:30%;
	}
	.pricelist-titletext1{
		margin-left:12%;
		margin-right:12%;
	}
	.pricelist-column1{
		margin-left:0%;
	}
	.pricelist-column2{
		margin-right:0%;
	}
	.pricelist-column3{
		margin-right:0%;
	}
	.pricelist-column1a{
		margin-left:0%;
	}
	.pricelist-column1b{
		margin-left:0%;
	}
	.pricelist-titleimage1a{
		height:auto;
		width:35%;
	}
	.pricelist-energyrow1{
	}
	.pricelist-energyrow1a{
		top:60px;
	}
	.pricelist-row1{
	}
	.pricelist-row1a{
		top:40px;
		padding-left:0%;
		padding-right:0%;
	}
	.pricelist-row1b{
		top:-20px;
		padding-right:0%;
		padding-left:0%;
	}
	.pricelist-bioenergyrow1{
	}
	.pricelist-bioenergyrow2{
		margin-bottom:50px;
		top:30px;
	}
	.pricelist-row3{
	}
	.pricelist-row3a{
		bottom:0px;
		padding-left:0%;
		padding-right:0%;
		top:10px;
	}
	.pricelist-row3b{
		padding-left:0%;
		padding-right:0%;
		top:-30px;
	}
	.pricelist-crystalrow1{
	}
	.pricelist-crystalrow1a{
		top:30px;
	}
	.pricelist-row4{
	}
	.pricelist-column1c{
	}
	.pricelist-row4a{
		padding-left:0%;
		padding-right:0%;
		top:10px;
	}
	.pricelist-row5{
	}
	.pricelist-row5a{
		bottom:0px;
		top:10px;
	}
	.pricelist-logo1{
		height:110px;
	}
	.pricelist-titleimage1b{
		height:25%;
	}
	.pricelist-titletext1a{
		margin-left:12%;
		margin-right:12%;
	}
	.pricelist-row1c{
		top:40px;
		padding-left:0%;
		padding-right:0%;
	}
	.pricelist-row1d{
		top:40px;
		padding-left:0%;
		padding-right:0%;
	}
	.pricelist-row3c{
		bottom:0px;
		top:-10px;
		padding-left:0%;
		padding-right:0%;
	}
	.pricelist-row3d{
		top:-50px;
		padding-left:0%;
		padding-right:0%;
	}
	.pricelist-crystalrow1b{
		top:0px;
	}
	.pricelist-row4b{
		padding-left:0%;
		padding-right:0%;
	}
	.pricelist-row5b{
		padding-left:0%;
		padding-right:0%;
	}
	.pricelist-textlink1{
	}
	.pricelist-textlink1a{
		font-size:13px;
	}
	.pricelist-scroll{
		position:relative;
		bottom:30px;
		background-color:var(--swatch-var-2529);
	}
	.pricelist-textlink1b{
		font-style:italic;
		bottom:0px;
	}
	.pricelist-meditationrow1{
		top:30px;
	}
	.pricelist-pricetext3{
		text-transform:none;
	}
	.pricelist-scroll1{
		position:relative;
		bottom:30px;
		background-color:var(--swatch-var-2529);
	}
	.pricelist-scroll1a{
		position:relative;
		bottom:30px;
		background-color:var(--swatch-var-2529);
	}
	.pricelist-column5{
		margin-left:0%;
		padding-left:0px;
		padding-right:0px;
		margin-right:0px;
	}
	.aboutme-titleimage1{
		width:35%;
	}
	.aboutme-titletext1{
		margin-left:12%;
		margin-right:12%;
	}
	.aboutme-column1{
		margin-left:0%;
	}
	.aboutme-column2{
		margin-right:0%;
	}
	.aboutme-image1{
		width:100%;
	}
	.aboutme-image2{
		width:60%;
	}
	.aboutme-column3{
		margin-right:0%;
	}
	.aboutme-column4{
		margin-left:0%;
	}
	.aboutme-image3{
		width:60%;
	}
	.aboutme-image4{
		width:100%;
	}
	.aboutme-image5{
		width:100%;
	}
	.aboutme-image6{
		width:60%;
	}
	.aboutme-image1a{
		width:50%;
		display:flex;
		float:right;
		margin-top:0px;
		padding-left:20px;
	}
	.aboutme-row1{
	}
	.aboutme-column2a{
		margin-right:0%;
		padding-left:10px;
		padding-right:10px;
	}
	.aboutme-image2a{
		width:40%;
		margin-bottom:40px;
	}
	.aboutme-row1a{
		top:40px;
		margin-bottom:50px;
	}
	.aboutme-row2{
	}
	.aboutme-column3a{
		margin-right:0%;
		margin-left:0%;
		padding-left:10px;
		padding-right:10px;
	}
	.aboutme-image3a{
		margin-bottom:40px;
		width:47%;
	}
	.aboutme-row2a{
		top:50px;
	}
	.aboutme-image4a{
		width:50%;
		margin-top:0px;
		display:flex;
		float:left;
		padding-right:25px;
	}
	.aboutme-row3{
	}
	.aboutme-row3a{
		top:0px;
		margin-bottom:100px;
	}
	.aboutme-image6a{
		margin-bottom:40px;
		width:43%;
	}
	.aboutme-image5a{
		width:50%;
		margin-top:0px;
		float:right;
		display:flex;
		padding-left:25px;
	}
	.aboutme-text1{
		bottom:0px;
	}
	.aboutme-logo1{
		height:110px;
	}
	.aboutme-image2b{
		width:40%;
		margin-bottom:40px;
	}
	.aboutme-image1b{
		width:50%;
		display:flex;
		float:right;
		margin-top:0px;
		padding-left:20px;
	}
	.aboutme-image3b{
		margin-bottom:40px;
		width:47%;
	}
	.aboutme-image4b{
		width:50%;
		margin-top:0px;
		display:flex;
		float:left;
		padding-right:25px;
	}
	.aboutme-image6b{
		margin-bottom:40px;
		width:43%;
	}
	.aboutme-image5b{
		width:50%;
		margin-top:0px;
		float:right;
		display:flex;
		padding-left:25px;
	}
	.aboutme-row1b{
		top:40px;
		margin-bottom:50px;
	}
	.aboutme-row3b{
		top:0px;
		margin-bottom:100px;
	}
	.testimonial-titleimage1{
		height:30%;
	}
	.testimonial-titletext1{
		margin-left:12%;
		margin-right:12%;
	}
	.testimonial-row1{
	}
	.testimonials-column1{
		margin-left:0%;
	}
	.testimonials-column2{
		margin-left:0%;
	}
	.testimonials-column3{
		margin-left:0%;
	}
	.testimonials-column4{
		margin-left:0%;
	}
	.testimonial-text3{
		bottom:0px;
	}
	.testimonial-row2{
	}
	.testimonial-titleimage1a{
		height:auto;
	}
	.testimonial-row1a{
		padding-right:0%;
		padding-left:0%;
		margin-bottom:150px;
	}
	.testimonials-column1a{
		margin-left:0%;
	}
	.testimonial-row2a{
		padding-left:0%;
		padding-right:0%;
		margin-bottom:200px;
	}
	.testimonial-image1{
	}
	.testimonial-image1b{
		width:20%;
	}
	.testimonial-row2b{
		padding-left:0%;
		padding-right:0%;
	}
	.testimonial-titleimage1b{
		height:26%;
	}
	.testimonial-titletext1a{
		margin-left:12%;
		margin-right:12%;
	}
	.testimonial-logo1a{
		height:110px;
	}
	.events-titletext1{
		margin-left:12%;
		margin-right:12%;
	}
	.events-titleimage1{
		height:30%;
	}
	.events-logo1{
		height:110px;
	}
	.events-image1{
	}
	.events-image1a{
		height:auto;
		width:17%;
		max-height:80%;
	}
	.events-row1{
	}
	.events-row1a{
		height:90px;
	}
	.events-row2{
	}
	.events-row2a{
		margin-bottom:100px;
	}
	.events-row2b{
		margin-bottom:150px;
		top:90px;
	}
	.events-row4{
	}
	.events-row4a{
		margin-bottom:150px;
	}
	.events-image2{
	}
	.events-image2a{
		width:100%;
	}
	.events-logo1a{
		height:110px;
	}
	.events-row3a{
		height:90px;
	}
	.energy-logo1{
		height:110px;
	}
	.energy-titleimage1{
		height:auto;
		width:35%;
	}
	.energy-titletext1{
		margin-right:0%;
		margin-left:0%;
	}
	.divider-0-bloc-0-9701-background-color{
		width:100%;
	}
	.energy-audio-player{
		width:95%;
	}
	.energy-row1{
		top:130px;
		padding-left:3%;
		padding-right:3%;
	}
	.energy-image1{
		width:50%;
	}
	.energy-text1{
		font-size:14px;
	}
	.energy-image2{
		padding-right:0px;
		width:50%;
	}
	.energy-row2{
		top:40px;
	}
	.energy-row3{
		top:20px;
		padding-left:3%;
		padding-right:3%;
		margin-bottom:110px;
	}
	.energy-image3{
		width:45%;
	}
	.energy-scroll1{
		top:15px;
		font-size:16px;
	}
	.energy-scroll1:hover{
		font-size:17px;
	}
	.bioenergy-titleimage1{
		height:auto;
		width:45%;
	}
	.bioenergy-image1{
		width:100%;
		padding-right:0px;
		padding-bottom:15px;
	}
	.bioenergy-image2{
		padding-right:0px;
		width:60%;
	}
	.bioenergy-image3{
		width:100%;
		padding-left:0px;
		padding-bottom:15px;
	}
	.meditation-audio-player{
		width:95%;
	}
	.meditation-titletext1{
		margin-right:0%;
		margin-left:0%;
	}
	.meditation-image1{
		width:100%;
		padding-right:0px;
		padding-bottom:15px;
	}
	.meditation-image2{
		padding-right:0px;
		width:40%;
	}
	.meditation-image3{
		width:50%;
		padding-left:15px;
		padding-bottom:15px;
		float:none;
	}
	.meditation-text1{
		font-size:14px;
	}
	.meditation-scroll1{
		font-size:16px;
		top:60px;
	}
	.meditation-scroll1:hover{
		font-size:17px;
	}
	.meditation-titleimage1{
		height:auto;
		width:35%;
	}
	.meditation-scroll1a{
		top:60px;
		font-size:16px;
	}
	.meditation-scroll1a:hover{
		font-size:17px;
	}
	.divider-25435-style{
		width:100%;
	}
	.crystals-audio-player{
		width:95%;
	}
	.crystals-titleimage1{
		height:auto;
		width:35%;
	}
	.crystals-titletext1{
		margin-right:0%;
		margin-left:0%;
	}
	.crystals-text1{
		font-size:14px;
	}
	.crystals-image1{
		width:100%;
		padding-right:0px;
		padding-bottom:15px;
	}
	.crystals-image2{
		padding-right:0px;
		width:45%;
	}
	.crystals-image3{
		width:100%;
		padding-left:15px;
		padding-bottom:15px;
		float:none;
	}
	.crystals-scroll1{
		font-size:16px;
		top:60px;
	}
	.crystals-scroll1:hover{
		font-size:17px;
	}
	.crystals-scroll1a{
		top:60px;
		font-size:16px;
	}
	.crystals-scroll1a:hover{
		font-size:17px;
	}
	.channels-titleimage1{
		height:auto;
		width:30%;
	}
	.channels-titletext1{
		margin-left:12%;
		margin-right:12%;
	}
	.channels-image1{
		height:auto;
		width:20%;
		max-height:80%;
	}
	.channels-row1{
		top:10px;
		height:90px;
	}
	.channels-image2{
	}
	.channels-row3{
		top:-100px;
		padding-left:0%;
		padding-right:0%;
		margin-bottom:100px;
	}
	.channels-row2{
		top:30px;
		padding-left:0%;
		padding-right:0%;
	}
	.channels-row4{
		top:-160px;
		padding-left:0%;
		padding-right:0%;
		margin-bottom:0px;
	}
	.channels-row5{
		padding-left:0%;
		padding-right:0%;
		margin-bottom:80px;
	}
	.channels-row7{
		padding-left:0%;
		padding-right:0%;
		margin-bottom:80px;
	}
	.channels-row8{
		padding-left:0%;
		padding-right:0%;
		margin-bottom:80px;
	}
	.channels-row9{
		padding-left:0%;
		padding-right:0%;
		margin-bottom:80px;
	}
	.channels-row10{
		padding-left:0%;
		padding-right:0%;
		margin-bottom:80px;
	}
	.channels-row1-a{
		top:40px;
		padding-left:5%;
		padding-right:5%;
	}
	.contact-titleimage1{
		height:auto;
		width:90%;
	}
	.contactvoucher-titleimage1{
		height:auto;
	}
	.voucher-titleimage1{
		height:auto;
		width:30%;
	}
	.voucher-titletext1{
		margin-left:12%;
		margin-right:12%;
	}
	.home-row1{
		position:relative;
		top:0px;
	}
	.home-row2{
		top:90px;
		padding-left:10%;
		padding-right:10%;
	}
	.home-button{
		width:50%;
	}
	.home-row3{
		top:140px;
	}
	.home-logo1{
		height:110px;
	}
	.home-titlerow{
	}
	.channels-row1-b{
		top:-30px;
	}
	.channels-image3{
		width:85%;
	}
	.channels-image3-a{
		width:100%;
		position:relative;
		top:0px;
	}
	.divider-46082-style{
		width:100%;
	}
	.channels-text1{
		font-size:20px;
	}
	.channels-text2{
		font-size:14px;
	}
	.channels-text3{
		font-size:14px;
	}
	.channels-text4{
		font-size:14px;
	}
	.channels-text5{
		font-size:12px;
	}
	.channels-textlink{
		font-size:14px;
	}
	.channels-textlink:hover{
		font-size:14px;
	}
	.channels-text6{
		font-size:13px;
	}
	.channels-image3:hover{
		width:83%;
	}
	.channels-image3-a:hover{
		width:97%;
	}
	.channels-titleimage1a{
		height:30%;
	}
	.channels-titletext1a{
		margin-left:12%;
		margin-right:12%;
	}
	.channels-row1a{
		top:10px;
		height:90px;
	}
	.channels-image1a{
		height:35%;
	}
	.channels-image3a{
		width:85%;
	}
	.channels-image3a:hover{
		width:83%;
	}
	.channels-image3-b{
		width:100%;
		position:relative;
		top:0px;
	}
	.channels-image3-b:hover{
		width:97%;
	}
	.channels-row1-c{
		top:40px;
		padding-left:5%;
		padding-right:5%;
	}
	.channels-row1-d{
		top:40px;
		padding-left:5%;
		padding-right:5%;
	}
	.channels-text5a{
		font-size:12px;
	}
	.channels-row2a{
		top:30px;
		padding-left:0%;
		padding-right:0%;
	}
	.channels-row3a{
		top:-100px;
		padding-left:0%;
		padding-right:0%;
		margin-bottom:100px;
	}
	.channels-row3b{
		top:-100px;
		padding-left:0%;
		padding-right:0%;
		margin-bottom:100px;
	}
	.channels-row4a{
		top:-160px;
		padding-left:0%;
		padding-right:0%;
		margin-bottom:0px;
	}
	.channels-row4b{
		top:-160px;
		padding-left:0%;
		padding-right:0%;
		margin-bottom:0px;
	}
	.channels-row5a{
		padding-left:0%;
		padding-right:0%;
		margin-bottom:80px;
	}
	.channels-row5b{
		padding-left:0%;
		padding-right:0%;
		margin-bottom:80px;
	}
	.channels-text2a{
		font-size:14px;
	}
	.channels-row5c{
		padding-left:0%;
		padding-right:0%;
		margin-bottom:80px;
	}
	.channels-row7a{
		padding-left:0%;
		padding-right:0%;
		margin-bottom:80px;
	}
	.channels-row7b{
		padding-left:0%;
		padding-right:0%;
		margin-bottom:80px;
	}
	.channels-row8a{
		padding-left:0%;
		padding-right:0%;
		margin-bottom:80px;
	}
	.channels-row8b{
		padding-left:0%;
		padding-right:0%;
		margin-bottom:80px;
	}
	.channels-row9a{
		padding-left:0%;
		padding-right:0%;
		margin-bottom:80px;
	}
	.channels-row9b{
		padding-left:0%;
		padding-right:0%;
		margin-bottom:80px;
	}
	.channels-row10a{
		padding-left:0%;
		padding-right:0%;
		margin-bottom:80px;
	}
	.channels-row10b{
		padding-left:0%;
		padding-right:0%;
		margin-bottom:80px;
	}
	.voucher-row1{
		padding-left:10%;
		padding-right:10%;
	}
	.voucher-row3{
		padding-left:10%;
		padding-right:10%;
	}
	.voucher-image1{
		width:80%;
	}
	.voucher-text3{
	}
	.voucher-text3a{
		margin-top:40px;
	}
	.contactvoucher-titlerow1{
		padding-left:0%;
		padding-right:0%;
		top:40px;
	}
	.contact-column1{
		padding-right:0px;
	}
	.contact-text1{
		font-size:14px;
		font-family:"Poppins-Light";
		margin-bottom:80px;
	}
	.contactvoucher-row2{
		top:40px;
	}
	.contactvoucher-row3{
		padding-left:5%;
		padding-right:5%;
		font-family:"Poppins-Light";
		top:40px;
		margin-bottom:30px;
	}
	.contactvoucher-row1{
		padding-left:0%;
		padding-right:0%;
		top:50px;
	}
	.contactvoucher-row4{
		padding-left:0%;
		padding-right:0%;
		top:-30px;
	}
	.contactvoucher-titlerow1a{
		padding-left:0%;
		padding-right:0%;
		top:40px;
		margin-bottom:50px;
	}
	.contactvoucher-titlerow1b{
		padding-left:0%;
		padding-right:0%;
		top:40px;
	}
	.contactvoucher-titleimage1a{
		height:auto;
		width:80%;
	}
	.contact-titlerow1{
		padding-left:0%;
		padding-right:0%;
		top:20px;
		margin-bottom:80px;
	}
	.contact-text1-a{
		text-decoration:underline!important;
		font-size:14px;
		font-family:"Poppins-Light";
		text-align:justify;
	}
	.contact-row2{
		top:-30px;
	}
	.divider-0-bloc-0-45368-background-color{
		width:100%;
	}
	.contact-row1{
		top:50px;
		padding-left:0%;
		padding-right:0%;
	}
	.contact-column4{
	}
	.contact-column3{
	}
	.contact-row1a{
		padding-left:5%;
		padding-right:5%;
		top:-20px;
		margin-bottom:100px;
	}
	.contact-column4a{
		padding-left:0px;
		padding-right:0px;
		margin-bottom:100px;
	}
	.contact-cma{
	}
	.contact-iict{
	}
	.contact-cma1{
		width:35%;
	}
	.contact-iict1{
		width:50%;
	}
	.contact-column3a{
		position:relative;
		top:20px;
	}
	.contact-titlerow1a{
		padding-left:0%;
		padding-right:0%;
		top:20px;
	}
	.contact-column1a{
		padding-right:0px;
	}
	.contact-titlerow1b{
		padding-left:0%;
		padding-right:0%;
		top:20px;
	}
	.footer-row{
		bottom:90px;
	}
	.welcome-titlerow1{
		padding-left:0%;
		padding-right:0%;
		top:20px;
	}
	.welcome-image1{
		width:70%;
	}
	.welcome-text1{
	}
	.welcome-text1a{
		font-size:20px;
	}
	.welcome-text2{
	}
	.welcome-text2a{
		font-size:16px;
	}
	.welcome-text3{
	}
	.welcome-text3a{
		font-size:14px;
		line-height:20px;
	}
	.welcome-titlerow1a{
		padding-left:0%;
		padding-right:0%;
		top:20px;
		height:250px;
	}
	.welcome-row2{
	}
	.welcome-row2a{
		margin-top:50px;
	}
	.welcome-image1a{
		width:70%;
	}
	.welcome-image2{
	}
	.welcome-image2a{
		width:60%;
	}
	.welcome-text4{
	}
	.welcome-text4a{
		font-size:14px;
	}
	.welcome-row3{
	}
	.welcome-row3a{
		margin-top:30px;
		margin-bottom:50px;
	}
	.welcome-imagetitle3{
	}
	.welcome-imagetitle3d{
		width:50%;
	}
	.welcome-imagetitle3a{
	}
	.welcome-imagetitle3e{
		width:62%;
	}
	.welcome-imagetitle3b{
	}
	.welcome-imagetitle3f{
		width:50%;
	}
	.welcome-imagetitle3c{
	}
	.welcome-imagetitle3g{
		width:39%;
	}
	.welcome-imagetitle10{
	}
	.welcome-imagetitle10a{
		width:30%;
	}
	.welcome-divider1{
	}
	.divider-11893-style{
		width:100%;
		margin-left:auto;
		margin-right:auto;
	}
	.welcome-divider1a{
		position:relative;
		bottom:0px;
	}
	.welcome-row7{
	}
	.welcome-row7a{
		padding-left:2%;
		padding-right:2%;
	}
	.carousel-next-icon{
		right:-65px;
	}
	.carousel-prev-icon{
		left:-65px;
	}
	.welcome-image10{
	}
	.welcome-image10a{
		width:27%;
	}
	.welcome-image11{
	}
	.welcome-image11a{
		float:left;
		padding-right:15px;
		padding-bottom:15px;
		width:55%;
	}
	.welcome-text5{
	}
	.welcome-row5a{
		margin-top:40px;
	}
	.welcome-link1{
	}
	.welcome-image12{
	}
	.welcome-image12a{
		width:42%;
	}
	.welcome-column4{
	}
	.welcome-column4a{
		bottom:20px;
	}
	.footer-row1{
		position:relative;
		top:-80px;
	}
	.footer-row2{
		position:relative;
		top:-40px;
	}
	.footer-email:hover{
		color:var(--swatch-var-5508)!important;
	}
	.footer-link:hover{
	}
	.footer-facebook:hover{
		color:var(--swatch-var-5508)!important;
	}
	.footer-instagram:hover{
		color:var(--swatch-var-5508)!important;
	}
	.footer-youtube:hover{
		color:var(--swatch-var-5508)!important;
	}
	.footer-menu{
		font-family:"Poppins-Medium";
	}
	.emailsent-image1{
		width:65%;
	}
	.privacy-titleimage1{
		bottom:10px;
	}
	.policies-titleimage1{
		width:23%;
	}
	.privacy-titletext{
		font-size:14px;
	}
	.privacy-row5{
		margin-bottom:10px;
	}
	.privacy-image1{
		width:45%;
	}
	.privacy-image2{
		width:45%;
	}
	.privacy-image3{
		width:65%;
		bottom:0px;
	}
	.privacy-image4{
		width:35%;
		bottom:0px;
	}
	.divider-0-margin-left{
		width:100%;
	}
	.privacy-text1{
		bottom:10px;
		font-size:13px;
	}
	.privacy-row3{
		top:20px;
	}
	.privacy-imagetitle1{
		width:25%;
	}
	.privacypolicy-text{
		font-size:13px;
	}
	.privacy-link1{
		font-size:14px;
	}
	.privacy-link2{
		font-size:14px;
	}
	.privacy-row6{
		top:20px;
		margin-top:40px;
	}
	.privacy-imagetitle2{
		width:24%;
	}
	.privacy-imagetitle3{
		width:35%;
	}
	.privacy-imagetitle4{
		width:20%;
	}
	.privacy-row7{
		margin-top:40px;
		margin-bottom:180px;
		top:100px;
	}
	.events-textlink:hover{
		font-size:17px;
	}
	.voucher-row4{
		padding-left:10%;
		padding-right:10%;
	}
	.contact-text10{
		font-size:13px;
		font-family:"Poppins-Light";
	}
	.contact-text10a{
		font-size:13px;
		font-family:"Poppins-Light";
	}
	.privacy-row6a{
		top:20px;
		margin-top:40px;
	}
	.privacy-row3a{
		top:70px;
	}
	.aboutme-titleimage1a{
		width:45%;
	}
	.aboutme-titleimage1b{
		height:30%;
	}
	.events-titleimage1a{
		height:auto;
		width:25%;
	}
	.channels-textlink-a{
		font-size:14px;
	}
	.channels-textlink-a:hover{
		font-size:14px;
	}
	.aboutme-titlerow1{
		height:150px;
	}
	.aboutme-titlerow10{
		height:150px;
	}
	.services-text2:hover{
	}
	.services-text2a:hover{
		font-size:16px;
	}
	.pricelist-textlink1a:hover{
		font-size:13px;
		text-align:center;
		text-transform:uppercase;
		text-decoration:none;
	}
	.pricelist-energyhealing1{
		height:auto;
		width:25%;
	}
	.pricelist-bioenergyhealing1{
		height:auto;
		width:33%;
	}
	.pricelist-crystalhealing1{
		height:auto;
		width:25%;
	}
	.pricelist-meditation1{
		height:auto;
		width:23%;
	}
	
}

@media (max-width: 767px){
	.services-logo1{
		height:85px;
	}
	.services-logo1a{
		height:87px;
	}
	.services-navbar{
	}
	.navigation-toggle{
	}
	.menu-icon-bloc-0-stroke{
		stroke:var(--swatch-var-1590)!important;
		fill:var(--swatch-var-1590)!important;
	}
	.menu-icon-bloc-1-stroke{
		stroke:var(--swatch-var-1590)!important;
		fill:var(--swatch-var-1590)!important;
	}
	.services-titleimage1{
	}
	.services-titleimage1a{
		height:auto;
		width:45%;
	}
	.services-dividertitle{
	}
	.services-dividertitle1a{
	}
	.divider-style{
	}
	.services-row1{
	}
	.services-column2{
	}
	.services-image1a{
	}
	.services-image1b{
		width:40%;
		position:relative;
		left:5px;
	}
	.services-image1{
	}
	.services-image10{
		margin-bottom:40px;
		display:flex;
		float:none;
	}
	.services-image10:hover{
	}
	.services-text2{
	}
	.services-text2a{
		text-align:center;
	}
	.services-image2a{
	}
	.services-image2b{
		width:56%;
		position:relative;
		left:3px;
	}
	.services-image11{
		margin-bottom:40px;
		display:flex;
		float:none;
	}
	.services-image11:hover{
		background-image:url("img/Spiritual4Hover@3x.png");
	background-image: -webkit-image-set(url("img/Spiritual4Hover@3x.webp") 1x,
url("img/Spiritual4Hover@3x.webp") 2x);background-image: image-set(url("img/Spiritual4Hover@3x.png") 1x,
url("img/Spiritual4Hover@3x.png") 2x,url("img/Spiritual4Hover@3x.webp") 1x,
url("img/Spiritual4Hover@3x.webp") 2x);
	background-image: -webkit-image-set(url("img/Spiritual4Hover@3x.webp") 1x,
url("img/Spiritual4Hover@3x.webp") 2x);background-image: image-set(url("img/Spiritual4Hover@3x.png") 1x,
url("img/Spiritual4Hover@3x.png") 2x,url("img/Spiritual4Hover@3x.webp") 1x,
url("img/Spiritual4Hover@3x.webp") 2x);
	}
	.services-image3a{
	}
	.services-image3b{
		width:50%;
		position:relative;
		left:20px;
	}
	.services-image12{
		margin-bottom:40px;
		display:flex;
		float:none;
	}
	.services-image12:hover{
		background-image:url("img/Spiritual3Hover@3x.png");
	background-image: -webkit-image-set(url("img/Spiritual3Hover@3x.webp") 1x,
url("img/Spiritual3Hover@3x.webp") 2x);background-image: image-set(url("img/Spiritual3Hover@3x.png") 1x,
url("img/Spiritual3Hover@3x.png") 2x,url("img/Spiritual3Hover@3x.webp") 1x,
url("img/Spiritual3Hover@3x.webp") 2x);
	background-image: -webkit-image-set(url("img/Spiritual3Hover@3x.webp") 1x,
url("img/Spiritual3Hover@3x.webp") 2x);background-image: image-set(url("img/Spiritual3Hover@3x.png") 1x,
url("img/Spiritual3Hover@3x.png") 2x,url("img/Spiritual3Hover@3x.webp") 1x,
url("img/Spiritual3Hover@3x.webp") 2x);
	}
	.services-text2:hover{
		color:var(--swatch-var-1590)!important;
		text-transform:uppercase;
		text-decoration:none;
	}
	.services-text2a:hover{
		color:var(--swatch-var-1590)!important;
		text-align:center;
		text-transform:uppercase;
		text-decoration:none;
	}
	.services-image4a{
	}
	.services-image4b{
		width:33%;
	}
	.services-image13{
		margin-bottom:40px;
		display:flex;
		float:none;
	}
	.services-image13:hover{
		background-image:url("img/Spiritual2Hover@3x.png");
	background-image: -webkit-image-set(url("img/Spiritual2Hover@3x.webp") 1x,
url("img/Spiritual2Hover@3x.webp") 2x);background-image: image-set(url("img/Spiritual2Hover@3x.png") 1x,
url("img/Spiritual2Hover@3x.png") 2x,url("img/Spiritual2Hover@3x.webp") 1x,
url("img/Spiritual2Hover@3x.webp") 2x);
	background-image: -webkit-image-set(url("img/Spiritual2Hover@3x.webp") 1x,
url("img/Spiritual2Hover@3x.webp") 2x);background-image: image-set(url("img/Spiritual2Hover@3x.png") 1x,
url("img/Spiritual2Hover@3x.png") 2x,url("img/Spiritual2Hover@3x.webp") 1x,
url("img/Spiritual2Hover@3x.webp") 2x);
	}
	.services-row4{
	}
	.services-row4a{
		top:330px;
	}
	.services-titletext1{
	}
	.services-titletext1a{
		width:80%;
	}
	.services-dividertitle1b{
	}
	.pricelist-titleimage1{
	}
	.pricelist-dividertitle{
	}
	.pricelist-titletext1{
	}
	.pricelist-row1{
	}
	.pricelist-column2{
		padding-left:0px;
		padding-right:0px;
	}
	.pricelist-titleimage1a{
	}
	.pricelist-row1a{
	}
	.pricelist-row1b{
	}
	.pricelist-logo1{
		margin-top:20px;
		height:87px;
	}
	.pricelist-titleimage1b{
		height:auto;
		width:50%;
	}
	.pricelist-dividertitle1{
	}
	.pricelist-titletext1a{
		font-size:14px;
	}
	.divider-bloc-5-style{
		width:90%;
		margin-left:auto;
		margin-right:auto;
	}
	.pricelist-energyhealing1{
	}
	.pricelist-energyhealing1a{
		height:auto;
		width:45%;
	}
	.pricelist-row1c{
		top:20px;
	}
	.pricelist-row1d{
		top:20px;
	}
	.pricelist-bioenergyhealing1{
	}
	.pricelist-bioenergyhealing1a{
		height:auto;
		width:55%;
	}
	.pricelist-row3a{
	}
	.pricelist-row3b{
	}
	.pricelist-crystalrow1a{
	}
	.pricelist-crystalhealing1{
	}
	.pricelist-crystalhealing1a{
		height:auto;
		width:45%;
	}
	.pricelist-row4a{
	}
	.pricelist-meditationrow1{
	}
	.pricelist-meditation1{
	}
	.pricelist-row5a{
	}
	.pricelist-meditation1a{
		width:40%;
		height:auto;
	}
	.pricelist-pricetext3{
		text-transform:none;
	}
	.pricelist-textlink1a{
		font-size:14px;
	}
	.pricelist-textlink1a:hover{
		font-size:14px;
	}
	.pricelist-scroll{
	}
	.pricelist-scroll1{
		bottom:0px;
		top:10px;
	}
	.pricelist-bioenergyrow2{
		top:70px;
	}
	.pricelist-row3c{
		top:30px;
	}
	.pricelist-row3d{
		top:30px;
	}
	.pricelist-crystalrow1b{
		top:70px;
	}
	.pricelist-row4b{
		top:30px;
	}
	.pricelist-meditationrow1a{
		top:70px;
	}
	.pricelist-row5b{
		top:30px;
	}
	.pricelist-scroll1a{
		bottom:0px;
		top:10px;
		margin-bottom:50px;
	}
	.aboutme-titleimage1{
	}
	.aboutme-dividertitle{
	}
	.aboutme-titletext1{
	}
	.aboutme-row1{
	}
	.aboutme-column2{
	}
	.aboutme-image1{
	}
	.aboutme-image2{
	}
	.aboutme-column3{
	}
	.aboutme-row2{
	}
	.aboutme-image3{
	}
	.aboutme-image4{
	}
	.aboutme-row3{
	}
	.aboutme-image5{
	}
	.aboutme-image6{
	}
	.aboutme-image1a{
	}
	.aboutme-row1a{
	}
	.aboutme-column2a{
	}
	.aboutme-image2a{
	}
	.aboutme-row2a{
	}
	.aboutme-column3a{
	}
	.aboutme-image3a{
	}
	.aboutme-image4a{
	}
	.aboutme-row3a{
	}
	.aboutme-image6a{
	}
	.aboutme-image5a{
	}
	.aboutme-logo1{
		height:87px;
	}
	.aboutme-image2b{
		width:55%;
	}
	.aboutme-image1b{
		padding-left:0px;
		width:70%;
		float:none;
		padding-bottom:20px;
	}
	.aboutme-image3b{
		width:65%;
	}
	.aboutme-image4b{
		width:70%;
		padding-bottom:20px;
		float:none;
		padding-right:0px;
	}
	.aboutme-image6b{
		width:58%;
	}
	.aboutme-image5b{
		width:70%;
		padding-left:0px;
		float:none;
		padding-bottom:20px;
	}
	.aboutme-row1b{
	}
	.aboutme-row3b{
		margin-bottom:100px;
		top:0px;
	}
	.testimonial-titleimage1{
	}
	.testimonial-dividertitle{
	}
	.testimonial-titletext1{
	}
	.testimonial-row1{
	}
	.testimonial-row2{
	}
	.testimonial-titleimage1a{
	}
	.testimonial-row1a{
	}
	.testimonial-row2a{
	}
	.testimonial-image1b{
		width:30%;
		float:left;
		display:flex;
	}
	.testimonial-text1{
	}
	.testimonial-text1a{
		text-align:right;
		top:15px;
	}
	.testimonial-text2a{
		text-align:right;
		top:0px;
	}
	.testimonial-text2{
	}
	.testimonial-column5a{
		position:relative;
		top:20px;
	}
	.testimonial-row2b{
		margin-bottom:200px;
	}
	.testimonial-titleimage1b{
		height:auto;
		width:45%;
	}
	.testimonial-titletext1a{
		font-size:15px;
	}
	.testimonial-logo1a{
		height:85px;
	}
	.events-titletext1{
		font-size:17px;
	}
	.events-dividertitle{
	}
	.events-titleimage1{
		height:27%;
	}
	.events-logo1{
		height:85px;
	}
	.events-logo1a{
		height:85px;
	}
	.events-image1a{
		height:auto;
		width:25%;
	}
	.events-text5{
		font-size:14px;
	}
	.events-textlink{
		font-size:16px;
	}
	.events-textlink:hover{
		font-size:16px;
	}
	.events-row1a{
		height:80px;
	}
	.events-image1{
	}
	.events-row3{
	}
	.events-row3a{
		height:80px;
	}
	.energy-logo1{
		height:85px;
	}
	.energy-titleimage1{
		height:auto;
		width:40%;
	}
	.energy-dividertitle{
	}
	.energy-titletext1{
	}
	.energy-audio-player{
		width:100%;
	}
	.energy-image1{
		width:80%;
		padding-right:0px;
		float:none;
		padding-bottom:15px;
	}
	.energy-text1{
		position:relative;
	}
	.energy-image2{
		width:65%;
	}
	.energy-image3{
		float:none;
		padding-left:0px;
		width:60%;
		padding-bottom:15px;
	}
	.energy-scroll1{
		font-size:15px;
	}
	.energy-scroll1:hover{
		font-size:16px;
	}
	.bioenergy-titleimage1{
		height:auto;
		width:55%;
	}
	.bioenergy-image1{
		width:100%;
		padding-right:0px;
		float:none;
		padding-bottom:15px;
	}
	.bioenergy-image2{
		width:70%;
	}
	.bioenergy-image3{
		float:none;
		padding-left:0px;
		width:100%;
		padding-bottom:15px;
	}
	.meditation-dividertitle{
	}
	.meditation-audio-player{
		width:100%;
	}
	.meditation-titletext1{
	}
	.meditation-image1{
		width:100%;
		padding-right:0px;
		float:none;
		padding-bottom:15px;
	}
	.meditation-image2{
		width:55%;
	}
	.meditation-image3{
		float:none;
		padding-left:0px;
		width:50%;
		padding-bottom:15px;
	}
	.meditation-text1{
		position:relative;
	}
	.meditation-scroll1{
		font-size:15px;
	}
	.meditation-scroll1:hover{
		font-size:16px;
	}
	.meditation-titleimage1{
		height:auto;
		width:45%;
	}
	.meditation-scroll1a{
		font-size:15px;
	}
	.meditation-scroll1a:hover{
		font-size:16px;
	}
	.crystals-dividertitle{
	}
	.crystals-audio-player{
		width:100%;
	}
	.crystals-titleimage1{
		height:auto;
		width:50%;
	}
	.crystals-titletext1{
	}
	.crystals-text1{
		position:relative;
	}
	.crystals-image1{
		width:100%;
		padding-right:0px;
		float:none;
		padding-bottom:15px;
	}
	.crystals-image2{
		width:65%;
	}
	.crystals-image3{
		float:none;
		padding-left:0px;
		width:100%;
		padding-bottom:15px;
	}
	.crystals-scroll1{
		font-size:15px;
	}
	.crystals-scroll1:hover{
		font-size:16px;
	}
	.crystals-scroll1a{
		font-size:15px;
	}
	.crystals-scroll1a:hover{
		font-size:16px;
	}
	.channels-titleimage1{
		height:27%;
	}
	.channels-dividertitle{
	}
	.channels-titletext1{
		font-size:17px;
	}
	.channels-image1{
	}
	.channels-text5{
		font-size:14px;
	}
	.channels-textlink{
		font-size:16px;
	}
	.channels-textlink:hover{
		font-size:17px;
	}
	.channels-row6{
	}
	.channels-text5-a{
		font-size:14px;
	}
	.contact-titleimage1{
		width:70%;
	}
	.contact-row1{
	}
	.contactvoucher-titleimage1{
	}
	.contactvoucher-row1{
		margin-bottom:200px;
		top:-100px;
	}
	.voucher-titleimage1{
		height:auto;
		width:45%;
	}
	.voucher-dividertitle{
	}
	.voucher-titletext1{
	}
	.voucher-row1{
		padding-left:5%;
		padding-right:5%;
	}
	.home-row2{
		padding-left:0%;
		padding-right:0%;
		top:50px;
	}
	.home-row1{
		top:-10px;
	}
	.home-row3{
		top:110px;
	}
	.home-logo1{
		height:90px;
	}
	.home-button{
		width:65%;
	}
	.channels-titleimage1a{
		height:auto;
		width:30%;
	}
	.channels-titletext1a{
		font-size:15px;
	}
	.channels-row1{
	}
	.channels-row1a{
		top:-20px;
		height:65px;
	}
	.channels-image1a{
		height:auto;
		width:20%;
		max-height:80%;
	}
	.channels-image3{
	}
	.channels-image3-a{
	}
	.channels-image3a{
		width:30%;
	}
	.channels-row1-a{
	}
	.channels-row1-c{
		top:0px;
		margin-bottom:0px;
		margin-top:0px;
	}
	.channels-image3a:hover{
		width:33%;
	}
	.channels-row1-d{
		top:-10px;
		margin-top:0px;
		margin-bottom:30px;
	}
	.channels-image3-b{
		width:33%;
	}
	.channels-image3-b:hover{
		width:36%;
	}
	.channels-row1-b{
	}
	.channels-text5a{
		font-size:13px;
	}
	.channels-row2{
	}
	.channels-row2a{
		margin-bottom:0px;
	}
	.channels-row3{
	}
	.channels-row3a{
		top:30px;
		margin-bottom:0px;
	}
	.channels-row3b{
		top:40px;
		margin-bottom:0px;
	}
	.channels-row4{
	}
	.channels-row4a{
		bottom:0px;
		top:50px;
	}
	.channels-row4b{
		top:0px;
		bottom:0px;
	}
	.channels-row5{
	}
	.channels-row5a{
		margin-bottom:0px;
		bottom:40px;
	}
	.channels-row5b{
		bottom:0px;
		margin-bottom:0px;
	}
	.channels-text2{
	}
	.channels-text2a{
		font-size:16px;
	}
	.channels-row5c{
		bottom:0px;
		margin-bottom:0px;
		top:50px;
	}
	.channels-row7{
	}
	.channels-row7a{
		bottom:0px;
		top:40px;
	}
	.channels-row7b{
		margin-bottom:0px;
		bottom:0px;
	}
	.channels-row8{
	}
	.channels-row8a{
		margin-bottom:0px;
		bottom:0px;
		top:40px;
	}
	.channels-row8b{
		bottom:0px;
		margin-bottom:0px;
		top:80px;
	}
	.channels-row9{
	}
	.channels-row9a{
		bottom:0px;
		margin-bottom:0px;
		top:120px;
	}
	.channels-row9b{
		margin-bottom:0px;
		bottom:0px;
		top:150px;
	}
	.channels-row10{
	}
	.channels-row10a{
		bottom:0px;
		margin-bottom:0px;
		top:200px;
	}
	.channels-row10b{
		bottom:0px;
		margin-bottom:300px;
		top:230px;
	}
	.voucher-image1{
		width:90%;
	}
	.voucher-row2{
		top:120px;
	}
	.voucher-row3{
		top:170px;
		padding-left:5%;
		padding-right:5%;
	}
	.contact-column1{
	}
	.contactvoucher-column1{
	}
	.contactvoucher-titlerow1{
		height:200px;
	}
	.contactvoucher-titlerow1a{
		height:100px;
		top:0px;
		margin-bottom:150px;
	}
	.contactvoucher-titlerow1b{
		height:200px;
		top:-30px;
	}
	.contactvoucher-titleimage1a{
	}
	.contactvoucher-row2{
		top:-100px;
	}
	.divider-0-bloc-0-45368-background-color{
		width:100%;
	}
	.contactvoucher-row3{
		top:-100px;
		padding-left:0%;
		padding-right:0%;
		margin-bottom:30px;
	}
	.contactvoucher-text10{
		font-size:14px;
	}
	.form-label{
		font-size:12px;
	}
	.contactvoucher-row4{
		top:-180px;
		margin-bottom:0px;
	}
	.contact-row1a{
		top:0px;
		margin-bottom:100px;
	}
	.contact-titlerow1{
	}
	.contact-column1a{
		padding-left:0px;
	}
	.contact-column2{
	}
	.contact-titlerow1a{
		height:150px;
		top:0px;
		margin-bottom:100px;
	}
	.contact-titlerow1b{
		height:150px;
		top:-20px;
		padding-left:5%;
		padding-right:5%;
		margin-top:80px;
		margin-bottom:200px;
	}
	.contact-cma1{
		width:50%;
	}
	.contact-iict1{
		width:65%;
	}
	.welcome-titlerow1{
	}
	.welcome-titlerow1a{
		top:0px;
	}
	.welcome-row1{
	}
	.welcome-row1a{
		position:relative;
		bottom:30px;
	}
	.welcome-image1a{
		width:85%;
	}
	.welcome-text1a{
		font-size:19px;
	}
	.welcome-text2a{
		font-size:16px;
		position:relative;
		top:5px;
	}
	.welcome-text3a{
		font-size:14px;
		position:relative;
		top:5px;
	}
	.welcome-row2a{
		position:relative;
		bottom:0px;
		top:20px;
	}
	.welcome-image2a{
		width:85%;
	}
	.welcome-imagetitle3d{
		width:45%;
	}
	.welcome-image4{
		width:80%;
	}
	.welcome-imagetitle3e{
		width:55%;
	}
	.welcome-image5{
		width:80%;
	}
	.welcome-image4:hover{
		width:82%;
	}
	.welcome-image5:hover{
		width:82%;
	}
	.welcome-image6{
		width:80%;
	}
	.welcome-image6:hover{
		width:82%;
	}
	.welcome-imagetitle3f{
		width:45%;
	}
	.welcome-image7{
		width:80%;
	}
	.welcome-image7:hover{
		width:82%;
	}
	.welcome-imagetitle3g{
		width:35%;
	}
	.welcome-row6{
		height:80px;
		position:relative;
		top:15px;
	}
	.welcome-imagetitle10a{
		width:40%;
	}
	.welcome-divider1a{
		bottom:15px;
	}
	.welcome-image10a{
		width:35%;
	}
	.welcome-text5{
		font-size:13px;
	}
	.welcome-image11a{
		width:60%;
	}
	.welcome-image12a{
		width:55%;
	}
	.welcome-text6{
		font-size:14px;
	}
	.footer-menu{
		text-align:center;
	}
	.footer-facebook{
		font-size:30px;
	}
	.footer-instagram{
		font-size:32px;
	}
	.footer-youtube{
		font-size:30px;
	}
	.footer-email{
		font-size:30px;
	}
	.footer-mobilerow{
		position:relative;
		top:-80px;
	}
	.footer-mobilerow1{
		position:relative;
		top:-60px;
	}
	.footer-mobilerow2{
		position:relative;
		top:-40px;
	}
	.footer-rights{
		position:relative;
		top:40px;
	}
	.emailsent-row1{
		margin-bottom:150px;
	}
	.emailsent-image1{
		width:80%;
	}
	.privacy-image1{
		width:55%;
	}
	.privacy-image2{
		width:55%;
	}
	.privacy-image3{
		width:78%;
	}
	.privacy-image4{
		width:44%;
	}
	.privacy-row3{
		padding-left:0%;
		padding-right:0%;
		top:50px;
	}
	.privacy-imagetitle1{
		width:30%;
	}
	.privacy-row5{
		bottom:0px;
	}
	.privacy-row2{
		bottom:0px;
	}
	.privacy-text1{
		bottom:0px;
	}
	.privacypolicy-text{
		font-size:12px;
	}
	.privacy-row6{
		padding-left:0%;
		padding-right:0%;
		margin-top:50px;
		top:50px;
	}
	.privacy-imagetitle2{
		width:30%;
	}
	.privacy-imagetitle3{
		width:45%;
	}
	.privacy-row7{
		padding-left:0%;
		padding-right:0%;
		margin-top:100px;
		top:50px;
		margin-bottom:150px;
	}
	.privacy-imagetitle4{
		width:25%;
	}
	.policies-titleimage1{
		width:25%;
	}
	.privacy-titletext{
		font-size:13px;
	}
	.voucher-row4{
		top:170px;
		padding-left:5%;
		padding-right:5%;
	}
	.privacy-row6a{
		padding-left:0%;
		padding-right:0%;
		margin-top:50px;
		top:50px;
	}
	.privacy-row3a{
		padding-left:0%;
		padding-right:0%;
		top:100px;
	}
	.aboutme-titleimage1a{
	}
	.aboutme-titleimage1b{
		width:55%;
		height:auto;
	}
	.events-titleimage1a{
		height:auto;
		width:30%;
	}
	.channels-textlink-a{
		font-size:16px;
	}
	.channels-textlink-a:hover{
		font-size:17px;
	}
	.contact-text1{
	}
	.voucher-row2a{
		top:120px;
	}
	
}

@media (max-width: 575px){
	.footer-link{
		text-align:center;
	}
	.services-titleimage1a{
		height:auto;
		width:60%;
	}
	.services-logorow1{
	}
	.services-logorow1a{
	}
	.services-titletext1a{
		font-size:14px;
		width:100%;
	}
	.divider-style{
	}
	.services-dividertitle1b{
		width:100%;
	}
	.services-image1b{
		width:65%;
		left:0px;
	}
	.services-image10{
		width:100%;
	}
	.services-text2a{
		font-size:14px;
	}
	.services-text2a:hover{
		font-size:14px;
	}
	.services-text1{
	}
	.services-text1a{
		font-size:13px;
	}
	.services-row1a{
		top:30px;
	}
	.services-image2b{
		width:86%;
	}
	.services-row2{
	}
	.services-row2a{
		top:70px;
	}
	.services-row3{
	}
	.services-image3b{
		width:77%;
		left:10px;
	}
	.services-row3a{
		top:120px;
	}
	.[blocs-element]{
	}
	.services-image4b{
		width:53%;
	}
	.services-row4a{
		top:180px;
		margin-bottom:230px;
	}
	.pricelist-titleimage1b{
		height:auto;
		width:65%;
	}
	.divider-bloc-5-style{
		width:100%;
	}
	.pricelist-titletext1a{
		font-size:13px;
		margin-left:5%;
		margin-right:5%;
	}
	.pricelist-energyhealing1a{
		height:auto;
		width:50%;
	}
	.pricelist-bioenergyhealing1a{
		height:auto;
		width:70%;
	}
	.pricelist-crystalhealing1a{
		height:auto;
		width:50%;
	}
	.pricelist-meditation1a{
		height:auto;
		width:40%;
	}
	.aboutme-logorow1{
	}
	.aboutme-text1{
	}
	.aboutme-titletext1{
		font-size:15px;
	}
	.aboutme-image2b{
		width:80%;
	}
	.img-style{
		opacity:1.0;
		width:100%;
	}
	.aboutme-image3b{
		width:100%;
	}
	.aboutme-image4b{
		width:100%;
	}
	.aboutme-image6b{
		width:90%;
	}
	.aboutme-image5b{
		width:100%;
	}
	.testimonial-titletext1{
		font-size:15px;
	}
	.testimonial-text3{
	}
	.testimonial-titleimage1a{
	}
	.testimonial-titleimage1b{
		height:auto;
		width:60%;
	}
	.testimonial-titletext1a{
		font-size:14px;
	}
	.testimonial-image2{
		width:20%;
	}
	.events-titletext1{
		font-size:15px;
	}
	.divider-48218-style{
		width:100%;
	}
	.events-titleimage1{
		height:23%;
	}
	.events-image1a{
		height:auto;
		width:40%;
	}
	.events-row1a{
		height:70px;
	}
	.events-row3a{
		height:70px;
	}
	.events-row2b{
		padding-left:0%;
		padding-right:0%;
	}
	.events-row2a{
		padding-left:0%;
		padding-right:0%;
	}
	.events-row4a{
		padding-left:0%;
		padding-right:0%;
	}
	.events-text1{
		font-size:18px;
	}
	.events-text2{
		font-size:18px;
	}
	.events-text3{
		font-size:14px;
	}
	.events-text4{
		font-size:14px;
	}
	.events-textlink{
		font-size:14px;
	}
	.events-text6{
		font-size:12px;
	}
	.energy-titleimage1{
		height:auto;
		width:70%;
	}
	.energy-row2{
		top:20px;
		padding-left:0%;
		padding-right:0%;
	}
	.energy-image2{
		width:65%;
	}
	.energy-row3{
		top:0px;
	}
	.energy-image3{
		width:80%;
	}
	.energy-image1{
		width:90%;
	}
	.bioenergy-titleimage1{
		height:auto;
		width:85%;
	}
	.bioenergy-image1{
		width:100%;
	}
	.bioenergy-image2{
		width:80%;
	}
	.bioenergy-image3{
		width:80%;
	}
	.img-153-style{
		opacity:1.0;
		width:100%;
	}
	.meditation-image1{
		width:100%;
	}
	.meditation-image2{
		width:60%;
	}
	.meditation-image3{
		width:80%;
	}
	.meditation-titleimage1{
		height:auto;
		width:65%;
	}
	.crystals-titleimage1{
		height:auto;
		width:75%;
	}
	.crystals-image1{
		width:100%;
	}
	.crystals-image2{
		width:70%;
	}
	.crystals-image3{
		width:100%;
	}
	.channels-titleimage1{
		height:23%;
	}
	.channels-titletext1{
		font-size:15px;
	}
	.channels-text1{
		font-size:18px;
	}
	.channels-text2{
		font-size:18px;
	}
	.channels-text3{
		font-size:14px;
	}
	.channels-text4{
		font-size:14px;
	}
	.channels-textlink{
		font-size:14px;
	}
	.channels-text6{
		font-size:12px;
	}
	.events-text6-copy-1{
		font-size:12px;
	}
	.voucher-text1{
		font-size:13px;
	}
	.voucher-row2{
		top:100px;
	}
	.home-row1{
		top:-50px;
	}
	.home-row2{
		top:10px;
	}
	.home-text1{
		font-size:14px;
	}
	.home-row3{
		top:50px;
	}
	.home-button{
		width:90%;
	}
	.channels-titleimage1a{
		height:auto;
		width:50%;
	}
	.channels-titletext1a{
		font-size:13px;
	}
	.channels-text2a{
		font-size:15px;
	}
	.channels-row1a{
		top:-50px;
	}
	.channels-image3a{
		width:50%;
	}
	.channels-image3a:hover{
		width:53%;
	}
	.channels-image3-b{
		width:55%;
	}
	.channels-image3-b:hover{
		width:58%;
	}
	.channels-row1-c{
		top:-20px;
	}
	.channels-row1-d{
		top:-20px;
	}
	.channels-row2a{
		top:0px;
	}
	.channels-row3a{
		top:0px;
	}
	.channels-row3b{
		top:10px;
	}
	.channels-row4a{
		top:20px;
	}
	.channels-row4b{
		top:-30px;
	}
	.channels-row5a{
		top:-80px;
	}
	.channels-row5b{
		top:-50px;
	}
	.channels-row7a{
		top:-10px;
	}
	.channels-row7b{
		top:-55px;
	}
	.channels-row8a{
		top:-30px;
	}
	.channels-row8b{
		top:0px;
	}
	.channels-row9a{
		top:40px;
	}
	.channels-row9b{
		top:70px;
	}
	.channels-row10a{
		top:100px;
	}
	.channels-row10b{
		top:130px;
	}
	.voucher-titleimage1{
		height:auto;
		width:60%;
	}
	.voucher-titletext1{
		font-size:14px;
	}
	.voucher-row1{
		top:60px;
		padding-left:0%;
		padding-right:0%;
	}
	.voucher-image1{
		width:100%;
	}
	.voucher-row3{
		padding-left:0%;
		padding-right:0%;
		top:150px;
	}
	.voucher-text3{
		font-size:14px;
	}
	.voucher-text3a{
		font-size:14px;
	}
	.voucher-text2{
		font-size:12px;
	}
	.contactvoucher-titleimage1a{
		height:auto;
		width:90%;
	}
	.contactvoucher-row2{
		top:-20px;
	}
	.contactvoucher-row3{
		top:-20px;
		padding-left:0%;
		padding-right:0%;
	}
	.contactvoucher-text10{
		font-size:13px;
	}
	.contactvoucher-row1{
		top:-20px;
	}
	.contact-title1{
		font-size:16px;
	}
	.contactvoucher-title1{
		font-size:16px;
	}
	.form-control{
		font-size:14px;
	}
	.contactform-recaptcha{
	}
	.contactformvoucher-recaptcha{
		width:100%;
		right:0px;
	}
	.contactform-button{
		width:250px;
	}
	.contactformvoucher-button{
		width:270px;
		font-size:18px;
	}
	.contactvoucher-row4{
		top:-120px;
	}
	.contact-text2{
		font-size:16px;
	}
	.contactvoucher-text2{
		font-size:16px;
	}
	.contactvoucher-text3{
		font-size:14px;
	}
	.contact-text3{
		font-size:14px;
	}
	.contact-text3-a{
		font-size:12px;
	}
	.contactvoucher-text3-b{
		font-size:12px;
	}
	.contact-text4{
		font-size:12px;
	}
	.contactvoucher-text4{
		font-size:12px;
	}
	.contact-text4-a{
		font-size:14px;
	}
	.contact-text4-b{
		font-size:14px;
	}
	.contactvoucher-cma{
		width:75%;
	}
	.contactvoucher-iict{
		width:97%;
	}
	.contact-titleimage1{
		height:auto;
	}
	.contact-titlerow1b{
		margin-bottom:50px;
	}
	.contact-row2{
		top:200px;
		margin-top:50px;
		margin-bottom:30px;
	}
	.contact-row1a{
		top:150px;
		margin-bottom:200px;
		padding-left:0%;
		padding-right:0%;
		margin-top:80px;
	}
	.contact-textlink1{
		margin-bottom:5px;
		position:relative;
		font-size:12px;
	}
	.contact-column3a{
		top:0px;
	}
	.contact-cma1{
		width:70%;
	}
	.contact-iict1{
		width:85%;
	}
	.contact-textlink1:hover{
		font-size:13px;
	}
	.welcome-image1a{
		width:100%;
	}
	.welcome-text1a{
		font-size:14px;
		padding-left:0px;
		padding-right:0px;
	}
	.welcome-column1{
		padding-left:0px;
		padding-right:0px;
	}
	.welcome-text2a{
		font-size:12px;
		position:relative;
		top:5px;
	}
	.welcome-text3a{
		font-size:12px;
		line-height:18px;
	}
	.welcome-titlerow1a{
		height:300px;
	}
	.welcome-image2a{
		width:100%;
	}
	.welcome-text4a{
		font-size:12px;
	}
	.welcome-imagetitle3d{
		width:60%;
	}
	.welcome-image4{
		width:100%;
	}
	.welcome-image4:hover{
		width:102%;
	}
	.welcome-imagetitle3d:hover{
		width:62%;
	}
	.welcome-imagetitle3e{
		width:75%;
	}
	.welcome-image5{
		width:100%;
	}
	.welcome-image5:hover{
		width:102%;
	}
	.welcome-imagetitle3f{
		width:60%;
	}
	.welcome-image6{
		width:100%;
	}
	.welcome-image6:hover{
		width:102%;
	}
	.welcome-imagetitle3g{
		width:45%;
	}
	.welcome-image7{
		width:100%;
	}
	.welcome-imagetitle3e:hover{
		width:77%;
	}
	.welcome-imagetitle3f:hover{
		width:62%;
	}
	.welcome-imagetitle3g:hover{
		width:47%;
	}
	.welcome-imagetitle10a{
		width:55%;
	}
	.carousel-next-icon{
		right:-30px;
		stroke-width:1;
	}
	.carousel-prev-icon{
		left:-30px;
		stroke-width:1;
	}
	.welcome-row7a{
		padding-left:0%;
		padding-right:0%;
	}
	.welcome-image10a{
		width:50%;
	}
	.welcome-image11a{
		width:100%;
		padding-right:0px;
	}
	.welcome-text5{
		font-size:12px;
	}
	.welcome-link1{
		font-size:14px;
	}
	.welcome-image12a{
		width:90%;
	}
	.welcome-row5{
		padding-left:0%;
		padding-right:0%;
	}
	.welcome-text6{
		font-size:12px;
	}
	.welcome-row2a{
		top:0px;
	}
	.welcome-row6{
		top:0px;
	}
	.welcome-image7:hover{
		width:102%;
	}
	.footer-text1{
		font-size:12px;
	}
	.footer-row2{
	}
	.emailsent-image1{
		width:100%;
	}
	.emailsent-text3{
		font-size:12px;
	}
	.emailsent-text1{
		font-size:16px;
	}
	.emailsent-text2{
		font-size:14px;
	}
	.policies-titleimage1{
		width:50%;
	}
	.privacy-titletext{
		font-size:12px;
	}
	.privacy-column1{
	}
	.privacy-image5{
		width:45%;
	}
	.privacy-image6{
		width:45%;
	}
	.privacy-image7{
		width:63%;
	}
	.privacy-image8{
		width:35%;
	}
	.privacy-text1{
		font-size:12px;
	}
	.privacypolicy-text{
		font-size:12px;
	}
	.privacy-image1s{
		width:60%;
	}
	.privacy-image2s{
		width:60%;
	}
	.privacy-link1:hover{
		font-size:14px;
		color:var(--swatch-var-7678)!important;
	}
	.privacy-link2:hover{
		font-size:14px;
		color:var(--swatch-var-7678)!important;
	}
	.privacy-image3a{
		width:80%;
	}
	.privacy-image4a{
		width:47%;
	}
	.events-textlink:hover{
		font-size:14px;
	}
	.voucher-row4{
		padding-left:0%;
		padding-right:0%;
		top:150px;
	}
	.privacy-row6{
		margin-top:0px;
	}
	.privacy-row6a{
		margin-top:50px;
	}
	.privacy-row3a{
		margin-top:50px;
	}
	.privacy-row7{
		margin-top:120px;
	}
	.aboutme-titleimage1b{
		width:80%;
	}
	.events-titleimage1a{
		height:auto;
		width:50%;
	}
	.channels-textlink-a{
		font-size:14px;
	}
	.pricelist-textlink1a:hover{
	}
	.contact-titlerow1a{
		margin-bottom:130px;
	}
	.contact-row1{
		margin-bottom:200px;
	}
	.contactvoucher-titlerow1a{
		margin-bottom:120px;
	}
	.channels-image1a{
		width:30%;
	}
	.voucher-row2a{
		top:100px;
	}
	.voucher-text2a{
		font-size:12px;
	}
	
}

