/*-----------------------------------------------------------------------------------
	aba market
	About: ABA marketplace 
	Author: Lestat Ofel
	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 */

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

@font-face {
	font-family:'GTAmerica-ExtRg';
	src: url('./fonts/GTAmerica-ExtRg/GT-America-Extended-Regular.woff2');
	src: url('./fonts/GTAmerica-ExtRg/GT-America-Extended-Regular.woff2') format('woff2'),
	url('./fonts/GTAmerica-ExtRg/GT-America-Extended-Regular.woff') format('woff'),
	url('./fonts/GTAmerica-ExtRg/GT-America-Extended-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

@font-face {
	font-family:'GTAmerica-CnBd';
	src: url('./fonts/GTAmerica-CnBd/GT-America-Condensed-Bold.woff2');
	src: url('./fonts/GTAmerica-CnBd/GT-America-Condensed-Bold.woff2') format('woff2'),
	url('./fonts/GTAmerica-CnBd/GT-America-Condensed-Bold.woff') format('woff'),
	url('./fonts/GTAmerica-CnBd/GT-America-Condensed-Bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

@font-face {
	font-family:'Megna-MediumDisplay';
	src: url('./fonts/Megna-MediumDisplay/Megna-MediumDisplay.woff2');
	src: url('./fonts/Megna-MediumDisplay/Megna-MediumDisplay.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

@font-face {
	font-family:'Megna-BoldDisplay';
	src: url('./fonts/Megna-BoldDisplay/Megna-BoldDisplay.woff2');
	src: url('./fonts/Megna-BoldDisplay/Megna-BoldDisplay.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

@font-face {
	font-family:'Dragon-Bold';
	src: url('./fonts/Dragon-Bold/Dragon-Bold.woff2');
	src: url('./fonts/Dragon-Bold/Dragon-Bold.woff2') format('woff2'),
	url('./fonts/Dragon-Bold/Dragon-Bold.woff') format('woff'),
	url('./fonts/Dragon-Bold/Dragon-Bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

@font-face {
	font-family:'Dragon-SemiBold';
	src: url('./fonts/Dragon-SemiBold/Dragon-SemiBold.woff2');
	src: url('./fonts/Dragon-SemiBold/Dragon-SemiBold.woff2') format('woff2'),
	url('./fonts/Dragon-SemiBold/Dragon-SemiBold.woff') format('woff'),
	url('./fonts/Dragon-SemiBold/Dragon-SemiBold.ttf') format('truetype');
	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;
}
.bloc-md{
	padding:50px 20px;
}


/* Group Styles */

.bloc-group{
	display:flex;
}
.bloc-tile-2{
	width:50%;
}
.bloc-tile-3{
	width:33.33333333%;
}
.bloc-tile-4{
	width:25%;
}
.bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
	width:100%;
}


/* 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
-------------------------------------------------------------- */

/* = Sticky Nav
-------------------------------------------------------------- */

.sticky-bloc.sticky,.sticky-nav.sticky{
	position:fixed;
	z-index:1000;
	transition: all .2s ease-out;
}
.sticky-nav.sticky{
	box-shadow: 0 1px 2px rgba(0,0,0,.3);
}
/* 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;
}

/* Nav Special Classes */
.nav-special{
	overflow-y:scroll;
}
.nav-special .site-navigation{
	top:0;
	left:0;
	width:100%;
	position: relative!important;
	max-width: 100%!important;
	z-index: 1000;
}
.nav-special .nav > li{
	width:100%;
	background: none!important;
	border:0!important;
}
.nav-special.collapsing{
	-webkit-transition: none;
	transition: none;
	height:100%!important;
	background: none!important;
}
.nav-special .navbar-nav .dropdown-menu.show{
	position: relative!important;
	transform: none!important;
	float: none;
	width: 100%;
	margin-top: 0;
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
}
.nav-special .nav .dropdown-menu .nav-link{
	color:#FFF;
}
.blocsapp-special-menu{
	position: absolute;
	z-index:10000;
}
.nav-special.fullscreen-nav .caret,.nav-special.fullscreen-nav .dropdown-menu .dropdown .caret{
	border-width: 8px;
}
.nav-special .navbar-nav .show>.nav-link{
	color:#FFF;
}

/* Animate Menu Symbol */
.navbar-toggle{
	transition: all .1s linear;
}
.selected-nav{
	opacity: 0;
	transform: scale(0.3);
	transition: all .1s linear;
}


/* Special Menu Close Button */
.close-special-menu{
	position: absolute;
	display: block;
	width: 25px;
	height:25px;
	top:16px;
	right:10px;
	z-index: 10000;
}
.nav-invert .sidebar-nav .close-special-menu{
	left:260px;
}
.close-special-menu .close-icon{
	display: block;
	width:100%;
	height:1px;
	transform: rotate(45deg);
	margin-top:12px;
}
.close-special-menu .close-icon:after{
	content:"";
	display:inherit;
	width:inherit;
	height:inherit;
	background: inherit;
	transform: rotate(90deg);
}
.lock-scroll{
	overflow:hidden;
	transition: background .3s linear;
}
.nav-special::-webkit-scrollbar{
	-webkit-appearance: none;
	width:0;
	height:0;
}
.nav-special .dropdown-menu .dropdown .caret{
	border-top-color: rgba(255,255,255,.8);
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	margin: 0 0 0 5px;
	float: none;
}
.blocsapp-special-menu .site-navigation.pull-right{
	float:none!important;
}

/* Nav Special Close Button */
.close-special-menu .close-icon{
	background:#fff;
}
.blocsapp-special-menu blocsnav{
	background: #000;
}

/* Side Bar Navigation */
.nav-special.sidebar-nav{
	position: fixed;
	right: -300px;
	top: 0;
	bottom: 0;
	width: 300px;
	z-index: 1000;
	transition: all .2s linear;
}
.nav-invert .nav-special.sidebar-nav{
	right: auto;
	left: -300px;
}
 .nav-special.sidebar-nav .site-navigation{
	margin-top:15px;
	padding-left:15px;
}
.nav-special.sidebar-nav .nav > li a{
	color:rgba(255,255,255,.8);
}
 .nav-special.sidebar-nav .nav > li a:hover{
	color:#FFF;
}
 .open.nav-special.sidebar-nav{
	right: 0;
	transition: all .2s linear;
}
.nav-invert .open.nav-special.sidebar-nav{
	left: 0;
	transition: all .2s linear;
}
.navbar-toggler:focus{
	box-shadow:none;
}
;
	
/* Content Tint */
.content-tint{
	z-index: -1;
	transition: background .2s linear;
}
.content-tint.on{
	display: block;
	position: fixed;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	background: transparent;
	z-index: 1001;
	background:rgba(0,0,0,.4);
}
.content-tint.on:hover{
	background:rgba(0,0,0,.1);
}
.navbar-toggle.menu-icon-thick-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}
}
/* = Open menus on hover
-------------------------------------------------------------- */
@media (min-width: 992px){
	.hover-open-submenu li:hover > .dropdown > .dropdown-menu, .hover-open-submenu .dropdown-menu > li:hover .dropdown-menu{
	display: block;
}
.hover-open-submenu li .dropdown .dropdown-menu{
	margin-top:0;
}
}

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

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

.btn-sq{
	border-radius: 0px;
}
.btn-wire{
	background:transparent!important;
	border:2px solid transparent;
}
.btn-wire:hover{
	background:transparent!important;
	border:2px solid transparent;
}





.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%;
}
}



/* ScrollToTop button */

.scrollToTop{
	width:36px;
	height:36px;
	padding:5px;
	position:fixed;
	bottom:1rem;
	right:1rem;
	opacity:0;
	z-index:999999;
	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;
}

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

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"GTAmerica-ExtRg";
	font-size:18px;
}
.container{
	max-width:1300px;
}
.hm{
	background-size:1150px auto;
	text-transform:uppercase;
	background-position:center center;
}
.tx1{
	text-transform:none;
	text-decoration:none;
	font-weight:300;
	font-style:none;
	text-shadow:0px 0px 0px #000000;
	box-shadow:0px 0px 0px #000000;
	letter-spacing:4px;
	font-family:"Candal";
	font-size:20px;
}
.heding{
	letter-spacing:2px;
}
.heading{
	font-family:"MilligramMacro-Medium";
	font-weight:600;
}
.send{
	letter-spacing:2px;
	font-family:"Candal";
}
.bloc-0-h5{
	font-family: "Open Sans";
	font-weight: 400;
	font-size: 18px;
	line-height: 25px;
}
.bloc-2-p{
	font-weight:400;
	font-size: 20px;
	line-height: 35px;
}
.bloc-3-h5{
	font-size:40px;
	font-weight:300;
}
.bloc-3-h4{
	font-weight: 400;
	font-size: 17px;
}
.bloc-4-h1{
	font-weight:300;
	font-size:50px;
	line-height:68px;
}
.bloc-4-p{
	font-weight:300;
	font-size:24px;
}
.tx{
	font-family:"Megna-MediumDisplay";
	text-transform:none;
	font-weight:normal;
	font-size:18px;
	letter-spacing:1px;
}
.bloc-12-h2{
	font-size:50px;
	line-height:64px;
	font-weight:300;
}
.h3-style{
	font-size:70px;
	font-weight:700;
}
.btn,a{
	font-weight:300;
}
.img-bloc-2-style{
	width:300px;
	border-radius:0px 0px 0px 0px;
}
.img-7-style{
	width:250px;
}
.img-11-style{
	width:250px;
}
.img-10-style{
	width:250px;
}
.img-9-style{
	width:240px;
}
.img-wordpress-lo-style{
	width:250px;
}
.img-19-style{
	width:250px;
}
.bt{
	font-family:"Megna-BoldDisplay";
	text-transform:capitalize;
	font-size:22px;
	letter-spacing:2px;
}
.navbar-brand img{
	letter-spacing:2px;
	width:110px;
	font-family:"GTAmerica-CnBd";
}
.container-div-style{
	width:90.61%;
}
.hm6{
	background-size:800px auto;
	background-position:center center;
}
.p-4-style{
	font-size:20px;
	font-weight:300;
	background-color:transparent;
	color:#000000!important;
	width:100%;
}
.img-credit-ca-style{
	width:84px;
}
.bloc-22-h5{
	font-weight:300;
	font-size: 24px;
}
.bloc-22-h2{
	font-family: "Abril Fatface";
	font-size: 34px;
}
.bloc-23-label{
	font-size:20px;
	font-weight:400;
}
.bloc-24-h2{
	font-family: "Abril Fatface";
	font-size: 34px;
}
.bloc-25-h5{
	font-weight:300;
	font-size: 22px;
}
.hm9{
	background-size:700px auto;
	background-position:center center;
	background-image:url("img/aba4.jpg");
	background-image: -webkit-image-set(url("img/aba4.webp") 1x,
url("img/aba4.webp") 2x);background-image: image-set(url("img/aba4.jpg") 1x,
url("img/aba4.jpg") 2x,url("img/aba4.webp") 1x,
url("img/aba4.webp") 2x);
}
.hm7{
	background-size:800px auto;
}
.lg{
	font-size:100px;
	font-weight:700;
}
.mo2{
	background-size:450px auto;
	background-image:url("img/aba-ml.jpg");
	background-image: -webkit-image-set(url("img/aba-ml.webp") 1x,
url("img/aba-ml.webp") 2x);background-image: image-set(url("img/aba-ml.jpg") 1x,
url("img/aba-ml.jpg") 2x,url("img/aba-ml.webp") 1x,
url("img/aba-ml.webp") 2x);
	background-image: -webkit-image-set(url("img/aba-ml.webp") 1x,
url("img/aba-ml.webp") 2x);background-image: image-set(url("img/aba-ml.jpg") 1x,
url("img/aba-ml.jpg") 2x,url("img/aba-ml.webp") 1x,
url("img/aba-ml.webp") 2x);
	background-image: -webkit-image-set(url("img/aba-ml.webp") 1x,
url("img/aba-ml.webp") 2x);background-image: image-set(url("img/aba-ml.jpg") 1x,
url("img/aba-ml.jpg") 2x,url("img/aba-ml.webp") 1x,
url("img/aba-ml.webp") 2x);
}
.img-dw2-2-style{
	width:300px;
}
.link{
	font-family:"GTAmerica-ExpMd";
	font-weight:600;
	text-decoration:none;
	text-transform:uppercase;
	color:#FFFFFF!important;
	font-size:18px;
}
.link:hover{
	font-family:"GTAmerica-ExpMd";
	text-transform:uppercase;
}
.tx3{
	font-family:"GTAmerica-ExtMd";
	font-weight:300;
	text-decoration:none;
	text-transform:none;
	letter-spacing:1px;
	font-size:20px;
}
.ft{
	line-height:35px;
	text-transform:none;
	font-size:22px;
	font-weight:400;
	letter-spacing:3px;
	color:#FEFFFF!important;
}
.ft:hover{
	font-family:"GTAmerica-CmBd";
	font-weight:400;
	color:#FEFFFF!important;
}
.bloc-745-h4{
	font-weight: 400;
}
.h4-bloc-737-style{
	font-size:20px;
	line-height:28px;
}
.allure{
	font-family:"Candal";
	color:#000000!important;
}
.bloc-style{
	width:8.35%;
	opacity:0.9;
}
.h5-bloc-657-style{
	font-size:18px;
	line-height:30px;
}
.tb2{
	font-family:"Candal";
	font-weight:400;
	letter-spacing:2px;
}
.h3-bloc-733-style{
	font-size:60px;
}
.h3-159-style{
	font-weight:300;
	font-size:60px;
	line-height:79px;
}
.p-511-style{
	line-height:36px;
	font-size:22px;
	font-weight:300;
}
.p-629-style{
	font-size:22px;
	font-weight:300;
}
.p-bloc-699-style{
	font-size:22px;
	font-weight:300;
}
.p-bloc-58-style{
	font-size:20px;
}
.p-3-style{
	font-weight:400;
	font-size:26px;
}
.link2{
	font-family:"GTAmerica-ExpBd";
	text-transform:uppercase;
}
.wlink{
	color:#FEFFFF!important;
	font-family:"MilligramMacro-Bold";
	font-weight:400;
	text-decoration:underline!important;
	font-size:33px;
}
.hm8{
	background-size:800px auto;
}
.back{
	background-clip:content-box!important;
	-webkit-background-clip:content-box!important;
	background-color:rgba(254,255,255,0.4);
}
.h5-coming-soon-style{
	font-size:50px;
	width:94.04%;
}
.label-17-style{
	font-weight:300;
	font-size:22px;
}
.label-18-style{
	font-weight:300;
	font-size:22px;
}
.tx:hover{
	font-family:"Megna-MediumDisplay";
	font-weight:normal;
	letter-spacing:1px;
}
.tx:active{
	font-family:"Megna-MediumDisplay";
	font-weight:normal;
	letter-spacing:1px;
}
.hm2{
	background-size:1150px auto;
	background-position:center center;
}
.box1{
	box-shadow:0px 0px 0px rgba(0,0,0,0.3);
	background-size:auto auto;
	background-clip:padding-box!important;
	-webkit-background-clip:padding-box!important;
	border-style:none;
	background-color:rgba(254,255,255,1.0);
	height:500px;
	border-radius:2px 2px 2px 2px;
}
.lg:hover{
	;
}
.sticky-nav.sticky{
	box-shadow:0px 0px 0px #000000;
	font-family:"GTAmerica-CnBd";
	text-transform:uppercase;
}
.h5-bloc-122-style{
	font-size:50px;
}
.wlink:hover{
	font-family:"MilligramMacro-Bold";
}
.h5-2-style{
	line-height:30px;
}
.h3-bloc-7-style{
	line-height:30px;
	font-size:20px;
}
.hm4{
	background-size:900px auto;
	background-position:center center;
	background-image:url("img/leaa-logo-b3.jpg");
	background-image: -webkit-image-set(url("img/leaa-logo-b3.webp") 1x,
url("img/leaa-logo-b3.webp") 2x);background-image: image-set(url("img/leaa-logo-b3.jpg") 1x,
url("img/leaa-logo-b3.jpg") 2x,url("img/leaa-logo-b3.webp") 1x,
url("img/leaa-logo-b3.webp") 2x);
}
.hm5{
	background-size:900px auto;
	background-position:center center;
}
.sticky-nav.sticky:hover{
	font-family:"GTAmerica-CnBd";
	text-transform:uppercase;
}
.h5-bloc-5-style{
	font-size:26px;
}
.bold1{
	font-size:18px;
	font-family:"Megna-BoldDisplay";
	line-height:40px;
	width:100%;
}
.form-style{
	width:94.03%;
	font-family:"MilligramMacro-Medium";
	font-size:25px;
}
.link:active{
	font-family:"GTAmerica-ExpMd";
	text-transform:uppercase;
}
.hm3{
	background-size:1000px auto;
	background-image:url("img/leaa-N23-2.jpg");
	background-image: -webkit-image-set(url("img/leaa-N23-2.webp") 1x,
url("img/leaa-N23-2.webp") 2x);background-image: image-set(url("img/leaa-N23-2.jpg") 1x,
url("img/leaa-N23-2.jpg") 2x,url("img/leaa-N23-2.webp") 1x,
url("img/leaa-N23-2.webp") 2x);
}
.img-1-style{
	width:788px;
}
.img-2-style{
	width:350px;
}
.img-noun-car-36490-style{
	width:106px;
}
.img-cres-style{
	width:148px;
}
.img-bloc-13-style{
	width:64px;
}
.smartnav{
	font-family:"GTAmerica-CnBd";
}
.h2-217-777-7777-style{
	font-size:24px;
}
.h2-bloc-4-style{
	line-height:px;
}
.sticky-nav.sticky:active{
	font-family:"GTAmerica-CnBd";
	text-transform:uppercase;
}
.blocsapp-special-menu blocsnav li a{
	font-family:"GTAmerica-CnBd";
	color:#FFFFFF!important;
	text-transform:uppercase;
}
.blocsapp-special-menu blocsnav{
	font-family:"GTAmerica-CnBd";
	text-transform:uppercase;
}
.blocsapp-special-menu blocsnav li a:hover{
	font-family:"GTAmerica-CnBd";
	text-transform:uppercase;
}
.navbar-nav li a{
	font-family:"GTAmerica-CnBd";
	color:#000000!important;
	font-size:18px;
	font-weight:bold;
	text-decoration:none;
}
.blocsapp-special-menu blocsnav li a:active{
	font-family:"GTAmerica-CnBd";
	text-transform:uppercase;
}
.blocsapp-special-menu blocsnav:hover{
	font-family:"GTAmerica-CnBd";
}
.blocsapp-special-menu blocsnav:active{
	font-family:"GTAmerica-CnBd";
}
.navbar-nav li a:hover{
	font-family:"GTAmerica-CnBd";
	letter-spacing:2px;
	font-weight:bold;
	text-transform:uppercase;
}
.navbar-nav li a:active{
	font-family:"MilligramMacro-Bold";
	letter-spacing:2px;
	font-weight:bold;
	text-transform:uppercase;
}
.smartnav:hover{
	font-family:"GTAmerica-CnBd";
	letter-spacing:1px;
}
.smartnav:active{
	font-family:"GTAmerica-CnBd";
}
.navbar-brand img:hover{
	font-family:"GTAmerica-CnBd";
}
.navbar-brand img:active{
	font-family:"GTAmerica-CnBd";
}
.smartnav:hover:hover{
	letter-spacing:1px;
}
.smartnav:hover:active{
	font-family:"GTAmerica-CnBd";
	letter-spacing:1px;
	text-transform:uppercase;
}
.h2-bloc-3-style{
	font-size:18px;
	line-height:80px;
}
.hover:hover{
	box-shadow:0px 24px 8px #434444;
}
.img-goai-style{
	width:346px;
}
.big{
	font-family:"MilligramMacro-Bold";
	font-size:60px;
	text-transform:none;
	letter-spacing:2px;
}
.h2-bloc-5-style{
	line-height:86px;
}
.h2-bloc-2-style{
	line-height:50px;
	font-family:"MilligramMacro-Medium";
	font-size:50px;
}
.big:hover{
	letter-spacing:2px;
}
.heading:hover{
	font-family:"MilligramMacro-Medium";
	font-weight:600;
}
.heading:active{
	font-family:"MilligramMacro-Medium";
	font-weight:600;
}
.h2-our-services-style{
	width:100%;
	font-size:35px;
}
.img-leaa-tabv2--style{
	width:419px;
}
.hm1{
	background-size:1100px auto;
	background-position:center center;
}
.txs{
	font-family:"MilligramMacro-Bold";
	font-size:30px;
	letter-spacing:1px;
}
.linkb{
	font-family:"GTAmerica-ExpBd";
	letter-spacing:1px;
	text-decoration:underline!important;
	color:#000000!important;
	font-size:18px;
}
.bt:hover{
	letter-spacing:2px;
	font-family:"Megna-BoldDisplay";
}
.linkb:hover{
	font-family:"GTAmerica-ExpBd";
	text-decoration:underline!important;
	color:#000000!important;
}
.linkb:active{
	font-family:"GTAmerica-ExpBd";
	text-decoration:underline!important;
	color:#000000!important;
}
.label-style{
	line-height:35px;
}
.label-email-style{
	line-height:30px;
}
.label-address-style{
	line-height:35px;
}
.label-phone-style{
	line-height:30px;
}
.bt:active{
	font-weight:normal;
	font-family:"Megna-BoldDisplay";
	letter-spacing:2px;
}
.row-style{
	width:100%;
}
.p-bloc-18-style{
	line-height:40px;
}
.form-style:hover{
	font-family:"MilligramMacro-Medium";
}
.big-2{
	font-family:"Megna-BoldDisplay";
	width:100%;
	font-weight:600;
	text-transform:none;
	font-size:45px;
	line-height:50px;
}
.p-6-style{
	line-height:28px;
	width:100%;
	font-size:18px;
}
.h2-bloc-12-style{
	font-size:35px;
}
.p-bloc-12-style{
	font-size:35px;
	line-height:40px;
}
.linkb2{
	font-family:"MilligramMacro-Bold";
	font-size:26px;
	color:#000000!important;
}
.linkb2:hover{
	font-family:"MilligramMacro-Bold";
	color:#000000!important;
}
.linkb2:active{
	font-family:"MilligramMacro-Bold";
	color:#000000!important;
}
.big:active{
	font-family:"MilligramMacro-Bold";
	letter-spacing:2px;
}
.tx2{
	font-family:"SilkSerif-Medium";
	font-size:26px;
}
.tx2:hover{
	font-family:"SilkSerif-Medium";
}
.tx2:active{
	font-family:"SilkSerif-Medium";
}
.p-4437-style{
	line-height:50px;
}
.txs:hover{
	letter-spacing:1px;
}
.txs:active{
	letter-spacing:1px;
}
.p-1-style{
	line-height:40px;
}
.p-2-style{
	font-family:"MilligramMacro-Bold";
	font-weight:300;
	line-height:40px;
	width:100%;
	font-size:40px;
}
.p-2-style:hover{
	font-family:"MilligramMacro-Bold";
}
.p-2-style:active{
	font-family:"MilligramMacro-Bold";
}
.h2-welcometo-you -style{
	line-height:60px;
	font-family:"MilligramMacro-Bold";
}
.wlink:active{
	font-family:"MilligramMacro-Bold";
}
.smartnav:hover:active:hover{
	font-family:"GTAmerica-CnBd";
	text-transform:uppercase;
}
.smartnav:hover:active:active{
	font-family:"GTAmerica-CnBd";
	text-transform:uppercase;
}
.blink{
	color:#000000!important;
	font-family:"GTAmerica-ExpMd";
	font-size:18px;
}
.blink:hover{
	color:#000000!important;
}
.blink:active{
	color:#000000!important;
}
.img-w-lem-style{
	width:120px;
}
.img-bloc-8-style{
	width:163px;
}
.big-2:active{
	font-family:"Megna-BoldDisplay";
	text-transform:none;
}
.big-2:hover{
	font-family:"Megna-BoldDisplay";
	text-transform:none;
}
.img-bloc-15-style{
	width:130px;
}
.smartnav:hover:active:active:hover{
	font-family:"GTAmerica-CnBd";
}
.p-bloc-6-style{
	line-height:28px;
	width:86.92%;
	font-size:20px;
	font-family:"PPGrafier-BoldDisplay";
}
.img-bloc-63-style{
	width:26px;
}
.tab2{
	background-size:1000px auto;
	background-position:left center;
}
.p-48-style{
	width:79.65%;
}
.h5-style{
	line-height:33px;
}
.h5-bloc-92-style{
	line-height:33px;
}
.img-bloc-3-style{
	width:22px;
}
.box{
	box-shadow:0.00px -18.00px 18px rgba(0,0,0,0.09);
	background-color:#FFFFFF;
	background-size:700px auto;
}
.btw{
	background-color:#E8E5E5;
	color:#000000!important;
}
.mo3{
	background-image:url("img/aba-2.jpg");
	background-image: -webkit-image-set(url("img/aba-2.webp") 1x,
url("img/aba-2.webp") 2x);background-image: image-set(url("img/aba-2.jpg") 1x,
url("img/aba-2.jpg") 2x,url("img/aba-2.webp") 1x,
url("img/aba-2.webp") 2x);
}
.tab{
	background-size:500px auto;
	background-position:center center;
}
.tab3{
	background-size:600px auto;
}
.tab4{
	background-size:500px auto;
	background-position:center center;
	background-clip:padding-box!important;
	-webkit-background-clip:padding-box!important;
}
.p-bloc-4-style{
	width:100%;
}
.bt2{
	font-size:30px;
	font-family:"Dragon-Bold";
	text-decoration:none;
}
.img-eli--style{
	width:127px;
}
.img-leaa-caro--style{
	width:1255px;
}
.h2-style{
	line-height:26px;
}
.linkw{
	font-family:"SilkSerif-Black";
	font-size:30px;
	color:var(--swatch-var-2)!important;
}
.h2-bloc-31-style{
	line-height:25px;
}
.mo5{
	background-image:url("img/leaa2-c-l1.jpg");
	background-image: -webkit-image-set(url("img/leaa2-c-l1.webp") 1x,
url("img/leaa2-c-l1.webp") 2x);background-image: image-set(url("img/leaa2-c-l1.jpg") 1x,
url("img/leaa2-c-l1.jpg") 2x,url("img/leaa2-c-l1.webp") 1x,
url("img/leaa2-c-l1.webp") 2x);
}
.txw{
	font-family:"GTAmerica-ExpMd";
	color:var(--swatch-var-2)!important;
}
.txw:hover{
	color:var(--swatch-var-2)!important;
}
.row-bloc-4-style{
	width:100%;
}
.img-4-style{
	width:62px;
}
.tx4{
	font-family:"GTAmerica-ExtMd";
}
.tx5{
	font-family:"Dragon-Bold";
	font-size:24px;
}
.p-30907-style{
	width:100%;
}
.line{
	color:var(--swatch-var-3046)!important;
	background-color:var(--swatch-var-3046);
}
.tx6{
	font-family:"GTAmerica-ExpMd";
	font-size:50px;
}
.p-bloc-554-style{
	line-height:26px;
	font-size:16px;
}
.img-leaa--style{
	width:160px;
}
.tell{
	font-family:"GTAmerica-ExpMd";
	color:#000000!important;
	text-decoration:none;
}
.p-bloc-13-style{
	width:90.71%;
	line-height:26px;
}
.h5-style:hover{
	font-family:"MilligramMacro-Medium";
	font-weight:normal;
	text-transform:none;
	letter-spacing:1px;
}
.h5-style:active{
	font-weight:normal;
	text-transform:none;
	font-family:"MilligramMacro-Medium";
	letter-spacing:1px;
}
.img-02ta-style{
	width:350px;
}
link{
	font-size:15px;
}
.img-leaatab-elderl-style{
	width:607px;
}
.img-leaa--style:hover{
	box-shadow:8.29px 5.59px 15px rgba(0,0,0,0.08);
}
.p-bloc-8-style{
	line-height:30px;
}
link:hover{
	color:var(--swatch-var-2)!important;
}
link:active{
	color:var(--swatch-var-2)!important;
}
.img-3-style{
	width:312px;
	stroke:var(--swatch-var-2382);
	stroke-width:2;
	stroke-linecap:round;
}
.img-3-style:hover{
	stroke:var(--swatch-var-3331);
}
.img-noun-iv-37145-style{
	width:106px;
}
.tab1{
	background-size:660px auto;
}
.p-bloc-11-style{
	font-size:px;
}
.img-leaatab-wide-style{
	width:467px;
}
.p-762-style{
	font-size:17px;
}
.p-764-style{
	font-size:17px;
	line-height:30px;
}
.p-bloc-10-style{
	font-size:17px;
	line-height:30px;
}
.p-861-style{
	line-height:30px;
}
.p-745-style{
	font-size:16px;
}
.img-leaa-liv-style{
	width:140px;
}
.img-leaa-c-style{
	width:160px;
}
.p-889-style{
	width:94.48%;
}
.btn-45-style{
	width:21.93%;
}
.btn-16-style{
	width:27.46%;
}
.btn-69-style{
	width:28.63%;
}
.btn-77-style{
	width:13.11%;
}
.btn-50-style{
	width:28.37%;
}
.btn-2-style{
	width:19.95%;
}
.btn-11-style{
	width:13.95%;
}
.btn-5-style{
	width:14.46%;
}
.btn-16-book-style{
	width:13.61%;
}
.p-bloc-64-style{
	width:100%;
	line-height:26px;
}
.p-bloc-32-style{
	width:88.52%;
}
.p-bloc-211-style{
	width:95.47%;
}
.p-bloc-508-style{
	font-size:14px;
	line-height:28px;
}
.img-style{
	width:635px;
}
.img-leaatab--style{
	width:312px;
}
.img-leaatab-w2-style{
	width:312px;
}
.p-1030-style{
	line-height:26px;
}
.p-bloc-810-style{
	line-height:26px;
}
.p-bloc-75-style{
	line-height:26px;
}
.btn-75-style{
	width:17.32%;
	padding-top:2px;
	padding-bottom:2px;
}
.btn-51-style{
	width:17.16%;
}
.p-bloc-855-style{
	line-height:30px;
}
.mo6{
	background-size:450px auto;
	background-image:url("img/aba-ml.jpg");
	background-image: -webkit-image-set(url("img/aba-ml.webp") 1x,
url("img/aba-ml.webp") 2x);background-image: image-set(url("img/aba-ml.jpg") 1x,
url("img/aba-ml.jpg") 2x,url("img/aba-ml.webp") 1x,
url("img/aba-ml.webp") 2x);
	background-image: -webkit-image-set(url("img/aba-ml.webp") 1x,
url("img/aba-ml.webp") 2x);background-image: image-set(url("img/aba-ml.jpg") 1x,
url("img/aba-ml.jpg") 2x,url("img/aba-ml.webp") 1x,
url("img/aba-ml.webp") 2x);
	background-image: -webkit-image-set(url("img/aba-ml.webp") 1x,
url("img/aba-ml.webp") 2x);background-image: image-set(url("img/aba-ml.jpg") 1x,
url("img/aba-ml.jpg") 2x,url("img/aba-ml.webp") 1x,
url("img/aba-ml.webp") 2x);
}
.tab5{
	background-size:500px auto;
	background-image:url("img/leaa-d2e3.jpg");
	background-image: -webkit-image-set(url("img/leaa-d2e3.webp") 1x,
url("img/leaa-d2e3.webp") 2x);background-image: image-set(url("img/leaa-d2e3.jpg") 1x,
url("img/leaa-d2e3.jpg") 2x,url("img/leaa-d2e3.webp") 1x,
url("img/leaa-d2e3.webp") 2x);
}
.mo8{
	background-size:500px auto;
}
.tab9{
	background-size:500px auto;
}
.hm10{
	background-size:900px auto;
}
.mo9{
	background-size:500px auto;
}
.btn-style{
	width:15.5%;
	padding-top:4px;
	padding-bottom:4px;
}
.btn-54-style{
	width:17.52%;
}
.btn-52-style{
	width:18.59%;
}
.btn-49-style{
	width:28.73%;
}
.btn-2-book-style{
	width:19.18%;
}
.tab7{
	background-size:500px auto;
	background-image:url("img/air7-b-leaadr.jpg");
	background-image: -webkit-image-set(url("img/air7-b-leaadr.webp") 1x,
url("img/air7-b-leaadr.webp") 2x);background-image: image-set(url("img/air7-b-leaadr.jpg") 1x,
url("img/air7-b-leaadr.jpg") 2x,url("img/air7-b-leaadr.webp") 1x,
url("img/air7-b-leaadr.webp") 2x);
}
.tab8{
	background-size:500px auto;
	background-image:url("img/le-d.jpg");
	background-image: -webkit-image-set(url("img/le-d.webp") 1x,
url("img/le-d.webp") 2x);background-image: image-set(url("img/le-d.jpg") 1x,
url("img/le-d.jpg") 2x,url("img/le-d.webp") 1x,
url("img/le-d.webp") 2x);
}
.tab11{
	background-size:500px auto;
}
.h2-bloc-35-style{
	line-height:24px;
}
.h2-bloc-36-style{
	line-height:24px;
}
.h2-bloc-34-style{
	line-height:24px;
}
.h2-bloc-33-style{
	line-height:24px;
}
.h2-bloc-32-style{
	line-height:24px;
}
.h2-bloc-37-style{
	line-height:24px;
}
.h2-bloc-38-style{
	line-height:24px;
}
.tab6{
	background-size:300px auto;
}
.mo7{
	background-size:450px auto;
}
.tab10{
	background-size:500px auto;
}
.hm12{
	background-size:800px auto;
}
.mo11{
	background-size:450px auto;
}
.tab13{
	background-size:500px auto;
	background-image:url("img/dental-2leaa.jpg");
	background-image: -webkit-image-set(url("img/dental-2leaa.webp") 1x,
url("img/dental-2leaa.webp") 2x);background-image: image-set(url("img/dental-2leaa.jpg") 1x,
url("img/dental-2leaa.jpg") 2x,url("img/dental-2leaa.webp") 1x,
url("img/dental-2leaa.webp") 2x);
	background-image: -webkit-image-set(url("img/dental-2leaa.webp") 1x,
url("img/dental-2leaa.webp") 2x);background-image: image-set(url("img/dental-2leaa.jpg") 1x,
url("img/dental-2leaa.jpg") 2x,url("img/dental-2leaa.webp") 1x,
url("img/dental-2leaa.webp") 2x);
}
.hm13{
	background-size:900px auto;
}
.tab12{
	background-size:500px auto;
	background-image:url("img/dental-2leaa.jpg");
	background-image: -webkit-image-set(url("img/dental-2leaa.webp") 1x,
url("img/dental-2leaa.webp") 2x);background-image: image-set(url("img/dental-2leaa.jpg") 1x,
url("img/dental-2leaa.jpg") 2x,url("img/dental-2leaa.webp") 1x,
url("img/dental-2leaa.webp") 2x);
	background-image: -webkit-image-set(url("img/dental-2leaa.webp") 1x,
url("img/dental-2leaa.webp") 2x);background-image: image-set(url("img/dental-2leaa.jpg") 1x,
url("img/dental-2leaa.jpg") 2x,url("img/dental-2leaa.webp") 1x,
url("img/dental-2leaa.webp") 2x);
}
.bloc-padding-top{
	padding-top:0px;
}
.row-bloc-7-style{
	width:97.91%;
}
.p-bloc-7-style{
	width:100%;
	line-height:32px;
	font-size:18px;
}
.p-bloc-581-style{
	line-height:26px;
}
.btn-6-style{
	width:9.56%;
}
.p-bloc-351-4456-style{
	line-height:26px;
	width:100%;
}
.btn-15-style{
	width:11.4%;
}
.p-bloc-140-style{
	width:100%;
	line-height:26px;
}
.p-bloc-230-style{
	line-height:26px;
}
.p-bloc-229-style{
	line-height:26px;
}
.p-34-style{
	line-height:26px;
}
.p-bloc-73-style{
	line-height:26px;
}
.p-bloc-164-style{
	line-height:26px;
}
.p-15-style{
	width:100%;
}
.p-bloc-120-style{
	font-family:"Dragon-SemiBold";
	font-size:22px;
	text-transform:none;
}
.p-121-style{
	line-height:26px;
}
.b1{
	font-family:"Megna-BoldDisplay";
}
.p-style{
	font-size:24px;
}

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

/* Swatch Variables */
:root{
	
	--swatch-var-2:rgba(255,255,255,1.00);
	
	--swatch-var-3046:#000000;
	
	--swatch-var-299:#000000;
	
	--swatch-var-3117:rgba(0,0,0,1.0);
	
	--swatch-var-896:#FFFFFF;
	
	--swatch-var-7499:rgba(255,255,255,1.0);
	
	--swatch-var-4315:rgba(112,183,44,1.0);
	
	--swatch-var-4092:rgba(103,170,21,1.0);
	
	--swatch-var-5003:rgba(0,161,0,1.0);
	
	--swatch-var-6853:rgba(0,171,0,1.0);
	
	--swatch-var-7082:#000000;
	
	--swatch-var-6062:rgba(255,255,255,0.96);
	
	--swatch-var-3495:#FEFFFE;
	
	--swatch-var-5399:#000000;
	
	--swatch-var-2822:#007EEA;
	
	--swatch-var-3502:#018FFC;
	
	--swatch-var-2382:#EBFE00;
	
	--swatch-var-5694:#5F87F4;
	
	--swatch-var-5040:#537BE8;
	
	--swatch-var-943:#0D0F85;
	
	--swatch-var-2480:rgba(197,250,0,1.00);
	
	--swatch-var-1632:#FFFDF4;
	
	--swatch-var-5294:#0D0FEF;
	
	--swatch-var-3892:#707070;
	
	--swatch-var-4114:#164688;
	
	--swatch-var-3558:#F9F0E3;
	
	--swatch-var-2496:#FFFDF4;
	
	--swatch-var-3138:#0D0FD4;
	
	--swatch-var-2862:#1940B0;
	
	--swatch-var-6308:rgba(0,0,0,0.50);
	
	--swatch-var-5621:#F9F9F9;
	
	--swatch-var-3331:#FFDA00;
	
	--swatch-var-3549:#0A17B9;
	
	--swatch-var-547:#EAEAEA;
	
}


/* Background colour styles */

.bgc-2{
	background-color:var(--swatch-var-2);
}
.bgc-3046{
	background-color:var(--swatch-var-3046);
}

/* Text colour styles */

.tc-3046{
	color:var(--swatch-var-3046)!important;
}
.tc-2{
	color:var(--swatch-var-2)!important;
}
.tc-299{
	color:var(--swatch-var-299)!important;
}

/* Button colour styles */

.wire-btn-c-2{
	color:var(--swatch-var-2)!important;
	border-color:var(--swatch-var-2)!important;
}

/* Link colour styles */

.ltc-2{
	color:var(--swatch-var-2)!important;
}
.ltc-2:hover{
	color:#CCCCCC!important;
}

/* Bloc image backgrounds */

.bg-Seamless-20pattern-01{
	background-image:url("img/Seamless%20pattern-01.jpg");
	background-image: -webkit-image-set(url("img/Seamless%20pattern-01.webp") 1x,
url("img/Seamless%20pattern-01.webp") 2x);background-image: image-set(url("img/Seamless%20pattern-01.jpg") 1x,
url("img/Seamless%20pattern-01.jpg") 2x,url("img/Seamless%20pattern-01.webp") 1x,
url("img/Seamless%20pattern-01.webp") 2x);
}
.bg-run-w{
	background-image:url("img/run-w.jpg");
	background-image: -webkit-image-set(url("img/run-w.webp") 1x,
url("img/run-w.webp") 2x);background-image: image-set(url("img/run-w.jpg") 1x,
url("img/run-w.jpg") 2x,url("img/run-w.webp") 1x,
url("img/run-w.webp") 2x);
}
.bg-run-w3{
	background-image:url("img/run-w3.jpg");
	background-image: -webkit-image-set(url("img/run-w3.webp") 1x,
url("img/run-w3.webp") 2x);background-image: image-set(url("img/run-w3.jpg") 1x,
url("img/run-w3.jpg") 2x,url("img/run-w3.webp") 1x,
url("img/run-w3.webp") 2x);
}
.bg-run-w4{
	background-image:url("img/run-w4.jpg");
	background-image: -webkit-image-set(url("img/run-w4.webp") 1x,
url("img/run-w4.webp") 2x);background-image: image-set(url("img/run-w4.jpg") 1x,
url("img/run-w4.jpg") 2x,url("img/run-w4.webp") 1x,
url("img/run-w4.webp") 2x);
}
.bg-run-w5{
	background-image:url("img/run-w5.jpg");
	background-image: -webkit-image-set(url("img/run-w5.webp") 1x,
url("img/run-w5.webp") 2x);background-image: image-set(url("img/run-w5.jpg") 1x,
url("img/run-w5.jpg") 2x,url("img/run-w5.webp") 1x,
url("img/run-w5.webp") 2x);
}



/* = Toggle Visibility
-------------------------------------------------------------- */

.toggled-item{transition: height 350ms ease-in-out, padding 350ms ease-in-out, opacity 350ms ease-in-out;overflow: hidden;}
.toggled-item-hidden{padding-top:0!important;padding-bottom:0!important;border-top:0!important;border-bottom:0!important;outline:0!important;opacity: 0;}
.object-hidden{display:none;}


/* = 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){
	.btn,a{
		;
	}
	.tab2{
	}
	.ipad{
		background-size:900px auto;
	}
	.p-bloc-68-style{
		font-family:"Dragon-Bold";
	}
	.p-105-style{
		font-family:"Dragon-Bold";
	}
	.p-104-style{
		font-family:"Dragon-Bold";
	}
	.p-103-style{
		font-family:"Dragon-Bold";
	}
	.p-99-style{
		font-family:"Dragon-Bold";
	}
	.p-100-style{
		font-family:"Dragon-Bold";
	}
	.p-101-style{
		font-family:"Dragon-Bold";
	}
	.p-102-style{
		font-family:"Dragon-Bold";
	}
	.bt2{
		font-family:"Dragon-Bold";
	}
	
}

@media (max-width: 767px){
	.hm{
		background-size:1200px auto;
		background-position:center center;
	}
	.tx1{
		min-width:400px;
	}
	.btn,a{
		;
	}
	.link2{
		font-family:"RacingSansOne-Regular";
		font-weight:300;
	}
	.mo{
		background-size:700px auto;
	}
	.hm2{
		background-size:1200px auto;
		background-position:right center;
	}
	.sm{
		background-size:600px auto;
	}
	.wide{
		background-size:700px auto;
	}
	.fold{
		background-size:500px auto;
	}
	.menu-icon-bloc-0-stroke{
		stroke:#000000!important;
		fill:#000000!important;
	}
	.menu-icon-27714-stroke{
		stroke:#000000!important;
		fill:#000000!important;
	}
	.menu-icon-18365-stroke{
		stroke:#000000!important;
		fill:#000000!important;
	}
	.menu-icon-29373-stroke{
		stroke:#000000!important;
		fill:#000000!important;
	}
	.menu-icon-20707-stroke{
		stroke:#000000!important;
		fill:#000000!important;
	}
	.menu-icon-34092-stroke{
		stroke:#000000!important;
		fill:#000000!important;
	}
	.menu-icon-37699-stroke{
		stroke:#000000!important;
		fill:#000000!important;
	}
	.menu-icon-39864-stroke{
		stroke:#000000!important;
		fill:#000000!important;
	}
	.menu-icon-30243-stroke{
		stroke:#000000!important;
		fill:#000000!important;
	}
	.menu-icon-41992-stroke{
		stroke:#000000!important;
		fill:#000000!important;
	}
	.menu-icon-2160-stroke{
		stroke:#000000!important;
		fill:#000000!important;
	}
	.menu-icon-28660-stroke{
		stroke:#000000!important;
		fill:#000000!important;
	}
	.menu-icon-25497-stroke{
		stroke:#000000!important;
		fill:#000000!important;
	}
	.menu-icon-4335-stroke{
		stroke:#000000!important;
		fill:#000000!important;
	}
	.menu-icon-12595-stroke{
		stroke:#000000!important;
		fill:#000000!important;
	}
	.menu-icon-bloc-1-stroke{
		stroke:#000000!important;
		fill:#000000!important;
	}
	.menu-icon-25207-stroke{
		stroke:#000000!important;
		fill:#000000!important;
	}
	.menu-icon-0-bloc-1-stroke{
		stroke:#000000!important;
		fill:#000000!important;
	}
	.menu-icon-13923-stroke{
		stroke:#000000!important;
		fill:#000000!important;
	}
	.menu-icon-28870-stroke{
		stroke:#000000!important;
		fill:#000000!important;
	}
	.menu-icon-3645-stroke{
		stroke:#000000!important;
		fill:#000000!important;
	}
	.menu-icon-5140-stroke{
		stroke:#000000!important;
		fill:#000000!important;
	}
	.menu-icon-40844-stroke{
		stroke:#000000!important;
		fill:#000000!important;
	}
	.menu-icon-0-stroke{
		stroke:#000000!important;
		fill:#000000!important;
	}
	.menu-icon-47149-stroke{
		stroke:#000000!important;
		fill:#000000!important;
	}
	.menu-icon-29993-stroke{
		stroke:#000000!important;
		fill:#000000!important;
	}
	.menu-icon-6492-stroke{
		stroke:#000000!important;
		fill:#000000!important;
	}
	.menu-icon-40957-stroke{
		stroke:#000000!important;
		fill:#000000!important;
	}
	.menu-icon-0-bloc-0-stroke{
		stroke:#000000!important;
		fill:#000000!important;
	}
	.menu-icon-46979-stroke{
		stroke:#000000!important;
		fill:#000000!important;
	}
	.menu-icon-7995-stroke{
		stroke:#000000!important;
		fill:#000000!important;
	}
	.menu-icon-30599-stroke{
		stroke:#000000!important;
		fill:#000000!important;
	}
	.menu-icon-36682-stroke{
		stroke:#000000!important;
		fill:#000000!important;
	}
	.menu-icon-692-stroke{
		stroke:#000000!important;
		fill:#000000!important;
	}
	.sidebar-nav{
		width:230px!important;
	}
	.nav-special.sidebar-nav .nav > li{
		width:80%;
	}
	.nav-invert .sidebar-nav .close-special-menu{
		left:200px;
	}
	
}

@media (max-width: 575px){
	.btn,a{
		;
	}
	.mo2{
		background-size:400px auto;
		background-position:center center;
		background-image:url("img/aba-2c.jpg");
	background-image: -webkit-image-set(url("img/aba-2c.webp") 1x,
url("img/aba-2c.webp") 2x);background-image: image-set(url("img/aba-2c.jpg") 1x,
url("img/aba-2c.jpg") 2x,url("img/aba-2c.webp") 1x,
url("img/aba-2c.webp") 2x);
	background-image: -webkit-image-set(url("img/aba-2c.webp") 1x,
url("img/aba-2c.webp") 2x);background-image: image-set(url("img/aba-2c.jpg") 1x,
url("img/aba-2c.jpg") 2x,url("img/aba-2c.webp") 1x,
url("img/aba-2c.webp") 2x);
	}
	.h5-coming-soon-style{
		font-size:70px;
		line-height:80px;
	}
	.tx{
		font-size:15px;
	}
	.h3-bloc-733-style{
		font-size:70px;
	}
	.lg{
	}
	.mo{
		background-size:700px auto;
		background-position:left center;
	}
	.hm2{
		background-size:900px auto;
		background-position:center center;
		background-image:url("img/leaa-home-m4.jpg");
	background-image: -webkit-image-set(url("img/leaa-home-m4.webp") 1x,
url("img/leaa-home-m4.webp") 2x);background-image: image-set(url("img/leaa-home-m4.jpg") 1x,
url("img/leaa-home-m4.jpg") 2x,url("img/leaa-home-m4.webp") 1x,
url("img/leaa-home-m4.webp") 2x);
	}
	.mo4{
		background-size:425px auto;
		background-position:center center;
	}
	.hm5{
		background-position:center center;
		background-size:800px auto;
	}
	.navbar-brand img{
		width:130px;
	}
	.h2-bloc-2-style{
		font-size:50px;
		line-height:50px;
	}
	.h2-bloc-3-style{
		line-height:60px;
	}
	.form-style{
		width:100%;
		font-family:"MilligramMacro-Medium";
		font-size:25px;
		font-weight:600;
	}
	.form-style:hover{
		font-family:"MilligramMacro-Medium";
	}
	.mo1{
		background-size:450px auto;
	}
	.h2-32-style{
		line-height:80px;
	}
	.p-2-style{
		font-size:30px;
		line-height:30px;
	}
	.mo3{
		background-size:400px auto;
	}
	.h2-welcometo-you -style{
		line-height:60px;
	}
	.linkb{
		font-size:24px;
	}
	.bold1{
		line-height:40px;
		font-size:16px;
	}
	.menu-icon-stroke{
		stroke:var(--swatch-var-3046)!important;
		fill:var(--swatch-var-3046)!important;
	}
	.h2-7-style{
		line-height:70px;
		font-size:70px;
	}
	.linkb2{
	}
	.mo:hover{
	}
	.mo:active{
	}
	.mo3:active{
		background-size:auto auto;
	}
	.mo3:hover{
	}
	.tx:active{
	}
	.tx:hover{
	}
	.big-2{
		font-size:66px;
		line-height:60px;
	}
	.hm2:hover{
	}
	.hm2:active{
	}
	.mo2:hover{
	}
	.mo2:active{
	}
	.mo5{
		background-size:1400px auto;
		background-position:left center;
	}
	.mo6{
		background-size:450px auto;
		background-image:url("img/aba-2c.jpg");
	background-image: -webkit-image-set(url("img/aba-2c.webp") 1x,
url("img/aba-2c.webp") 2x);background-image: image-set(url("img/aba-2c.jpg") 1x,
url("img/aba-2c.jpg") 2x,url("img/aba-2c.webp") 1x,
url("img/aba-2c.webp") 2x);
	background-image: -webkit-image-set(url("img/aba-2c.webp") 1x,
url("img/aba-2c.webp") 2x);background-image: image-set(url("img/aba-2c.jpg") 1x,
url("img/aba-2c.jpg") 2x,url("img/aba-2c.webp") 1x,
url("img/aba-2c.webp") 2x);
	}
	.blocsapp-special-menu blocsnav li a{
	}
	.blocsapp-special-menu blocsnav{
		min-width:300px;
		text-indent:40px;
	}
	.close-special-menu .close-icon{
		color:transparent!important;
		overflow:hidden;
		display:none;
	}
	.bt2{
		font-family:"Humane-Bold";
	}
	.h5-style{
		width:100%;
		font-size:26px;
		line-height:30px;
	}
	.img-3-style{
	}
	.no3{
		background-size:600px auto;
	}
	.menu-icon-bloc-1-stroke{
		stroke:#000000!important;
		fill:#000000!important;
	}
	.menu-icon-0-stroke{
		stroke:#000000!important;
		fill:#000000!important;
	}
	.menu-icon-0-bloc-1-stroke{
		stroke:#000000!important;
		fill:#000000!important;
	}
	.p-bloc-13-style{
		font-size:16px;
		line-height:26px;
	}
	.p-bloc-8-style{
		font-size:16px;
		line-height:26px;
	}
	.p-bloc-7-style{
		font-size:15px;
	}
	.btn-2-style{
		width:62.96%;
	}
	.hm6{
	}
	.bt{
		font-family:"Humane-Bold";
	}
	.btn-11-style{
		width:54.81%;
	}
	.tab2{
		background-size:500px auto;
	}
	.tamb3{
		background-size:500px auto;
	}
	.mo9{
		background-size:450px auto;
	}
	.tab9{
		background-size:450px auto;
	}
	.tab7{
		background-size:450px auto;
	}
	.tab4{
		background-size:450px auto;
		background-image:url("img/aba-ml.jpg");
	background-image: -webkit-image-set(url("img/aba-ml.webp") 1x,
url("img/aba-ml.webp") 2x);background-image: image-set(url("img/aba-ml.jpg") 1x,
url("img/aba-ml.jpg") 2x,url("img/aba-ml.webp") 1x,
url("img/aba-ml.webp") 2x);
	background-image: -webkit-image-set(url("img/aba-ml.webp") 1x,
url("img/aba-ml.webp") 2x);background-image: image-set(url("img/aba-ml.jpg") 1x,
url("img/aba-ml.jpg") 2x,url("img/aba-ml.webp") 1x,
url("img/aba-ml.webp") 2x);
	background-image: -webkit-image-set(url("img/aba-ml.webp") 1x,
url("img/aba-ml.webp") 2x);background-image: image-set(url("img/aba-ml.jpg") 1x,
url("img/aba-ml.jpg") 2x,url("img/aba-ml.webp") 1x,
url("img/aba-ml.webp") 2x);
	}
	.hm{
	}
	.mo3:focus{
	}
	.mo3:visited{
	}
	.p-bloc-75-style{
		font-size:15px;
	}
	.btn-14-style{
		width:34.31%;
	}
	.bt:hover{
		font-family:"Humane-Bold";
	}
	.bt:active{
		font-family:"Humane-Bold";
	}
	.bt2:hover{
	}
	.bt2:active{
	}
	.btn-2-book-style{
		width:23.36%;
	}
	
}

