/*-----------------------------------------------------------------------------------
	Scarlat Design
	About: A shiny new Blocs website.
	Author: Macbook
	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:'Outfit-Regular';
	src: url('./fonts/Outfit-Regular/Outfit-Regular.ttf');
	src: url('./fonts/Outfit-Regular/Outfit-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

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

@font-face {
	font-family:'Inter-Medium';
	src: url('./fonts/Inter-Medium/Inter-Medium.ttf');
	src: url('./fonts/Inter-Medium/Inter-Medium.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-xl{
	padding:150px 20px;
}
.bloc-lg{
	padding:100px 20px;
}
.bloc-md{
	padding:50px 20px;
}
.bloc-sm{
	padding:20px;
}

/* = 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;
}


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

.bg-center,.bg-l-edge,.bg-r-edge,.bg-t-edge,.bg-b-edge,.bg-tl-edge,.bg-bl-edge,.bg-tr-edge,.bg-br-edge,.bg-repeat{
	-webkit-background-size: auto!important;
	-moz-background-size: auto!important;
	-o-background-size: auto!important;
	background-size: auto!important;
}
.bg-t-edge{
	background-position: top!important;
	background-repeat: no-repeat;
}


/* Background Textures */

.bloc-bg-texture::before{
	content:"";
	background-size: 2px 2px;
	position: absolute;
	top: 0;
	bottom: 0;
	left:0;
	right:0;
}
.texture-diagonal-lines::before{
	background: url("img/texture-diag-lines.png");
	background-size: 10px 10px;
}


/* 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);
}


/* = 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;
}
/* 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;
}

.btn-sq{
	border-radius: 0px;
}
.btn-style-none,.btn-style-none:hover,.btn-style-none:active,.btn-style-none:focus{
	background:none;
	box-shadow: none;
	padding:0;
}
.btn-xl{
	padding: 16px 40px;
	font-size: 28px;
}
.a-block{
	width:100%;
	text-align:left;
	display: inline-block;
}
.text-center .a-block{
	text-align:center;
}

/* = Icons
-------------------------------------------------------------- */
.icon-md{
	font-size:30px!important;
}

/* Image Frame */
.img-frame,.img-frame-md,.img-frame-lg,.img-frame-rd,.img-frame-rd-md,.img-frame-rd-lg{
	background:#FFF;
	border:1px solid rgba(0,0,0,0.1);
	box-shadow:0 2px 2px rgba(0,0,0,0.05);
	padding:4px;
}
.img-frame{
	border-radius:3px;
}
.img-frame-md,.img-frame-lg{
	border-radius:6px;
}
.img-frame-md,.img-frame-rd-md{
	padding:8px;
}
.img-frame-lg,.img-frame-rd-lg{
	padding:14px;
}
/*  Image Protection */
.img-protected{
	-webkit-touch-callout: none;
}
/*  Image Scale */
.img-fluid-up{
	min-width: 100%;
	height: auto;
}

/* = Text Widths
-------------------------------------------------------------- */
.text-w-sm{
	max-width:150px;
}
.text-w-md{
	max-width:300px;
}


/* = Cards
-------------------------------------------------------------- */
.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%;
}
}

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

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

/* Additional Aspect Ratios */

.ratio-4x4::before{
	padding-top:100%}.ratio-9x16::before{
	padding-top:106.25%}

/* 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;
}
/* = iPhone 6 Devices
-------------------------------------------------------------- */

.blocsapp-device-iphone6{
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
	display: block;
	width:100%;
	height:auto;
	padding: 18%;
}
.blocsapp-device-iphone6 img{
	width:100%;
	height:auto;
	margin: 0 auto;
}
.blocsapp-device-iphone6 .ratio::before{
	padding-top: 106.25%;
}
.blocsapp-device-iphone6 .ratio{
	padding-bottom: 70%;
}
.blocsapp-device-iphone6.iphone6-space-grey{
	background-image:url("img/Apple-iPhone-6s-Space-Gray.png");
	background-image: -webkit-image-set(url("img/Apple-iPhone-6s-Space-Gray.webp") 1x,
url("img/Apple-iPhone-6s-Space-Gray.webp") 2x);background-image: image-set(url("img/Apple-iPhone-6s-Space-Gray.png") 1x,
url("img/Apple-iPhone-6s-Space-Gray.png") 2x,url("img/Apple-iPhone-6s-Space-Gray.webp") 1x,
url("img/Apple-iPhone-6s-Space-Gray.webp") 2x);
}
/* = iPad Devices
-------------------------------------------------------------- */

.blocsapp-device-ipad{
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
	display: block;
	width:100%;
	height:auto;
	padding: 13.4%;
}
.blocsapp-device-ipad img{
	width:100%;
	height:auto;
	margin: 0 auto;
}
.blocsapp-device-ipad .ratio::before{
	padding-top: 106.25%;
}
.blocsapp-device-ipad .ratio{
	padding-bottom: 25%;
}
.blocsapp-device-ipad.ipad-silver{
	background-image:url("img/Apple-iPad-Air-Silver.png");
	background-image: -webkit-image-set(url("img/Apple-iPad-Air-Silver.webp") 1x,
url("img/Apple-iPad-Air-Silver.webp") 2x);background-image: image-set(url("img/Apple-iPad-Air-Silver.png") 1x,
url("img/Apple-iPad-Air-Silver.png") 2x,url("img/Apple-iPad-Air-Silver.webp") 1x,
url("img/Apple-iPad-Air-Silver.webp") 2x);
}
/* = MacBook Devices
-------------------------------------------------------------- */

.blocsapp-device-mb{
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
	display: block;
	width:100%;
	height:auto;
	padding: 3.6% 15% 7.5%;
}
.blocsapp-device-mb img{
	width:100%;
	height:auto;
	margin: 0 auto;
}
.blocsapp-device-mb .ratio::before{
	padding-top: 56.25%;
}
.blocsapp-device-mb .ratio{
	padding-bottom: 8%;
}
/* = MacBook Space Grey
-------------------------------------------------------------- */

.mb-space-grey{
	background-image:url("img/Apple-Macbook-Space-Grey.png");
	background-image: -webkit-image-set(url("img/Apple-Macbook-Space-Grey.webp") 1x,
url("img/Apple-Macbook-Space-Grey.webp") 2x);background-image: image-set(url("img/Apple-Macbook-Space-Grey.png") 1x,
url("img/Apple-Macbook-Space-Grey.png") 2x,url("img/Apple-Macbook-Space-Grey.webp") 1x,
url("img/Apple-Macbook-Space-Grey.webp") 2x);
}

.close{
	color:#000;
	opacity:0.5;
}
.close:hover{
	opacity:1;
}
/* = Lightbox
-------------------------------------------------------------- */

a[data-lightbox]{
	position: relative;
	display: block;
	text-align: center;
}
a[data-lightbox]:hover::before{
	content:"+";
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial;
	font-size:32px;
	line-height: 42px;
	width:50px;
	height:50px;
	margin-left:-25px;
	border-radius: 50%;
	background:rgba(0,0,0,.5);
	color:#FFF;
	font-weight:100;
	z-index: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
a[data-lightbox]:hover img{
	opacity: 0.6;
	-webkit-animation-fill-mode: none;
	animation-fill-mode:none;
}
.lightbox-caption{
	padding: 20px;
	color: #FFF;
	background: rgba(0,0,0,.5);
	position: absolute;
	left: 16px;
	right: 16px;
	bottom: 0px;
}
.close-lightbox:hover,.next-lightbox:hover, .prev-lightbox:hover{
	background:rgba(0,0,0,.5);
}
.next-lightbox, .prev-lightbox,.close-lightbox{
	position: absolute;
	padding:6px;
	background:rgba(0,0,0,.3);
	line-height:0;
	transition: background .2s ease-in-out;
	border-radius:.25rem;
	border:none;
	z-index:20;
}
.next-lightbox, .prev-lightbox{
	top:45%;
}
.close-lightbox{
	top:20px;
	right:20px;
}
.next-lightbox{
	right:25px;
}
.prev-lightbox{
	left:25px;
}
.lightbox-prev-icon,.lightbox-next-icon,.lightbox-close-icon{
	fill:none;
	stroke: #fff;
	stroke-width: 3px;
	fill-rule: evenodd;
	stroke-linecap:round;
}
.lightbox-close-svg{
	pointer-events:none;
}

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

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

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Outfit-Regular";
	font-size:15px;
	color:#121212!important;
}
.container{
	max-width:1140px;
	margin-right:32px;
	margin-left:32px;
	column-gap:32px;
	row-gap:128px;
	grid-column-start:32;
}
.navbar-logo{
	text-transform:none;
	text-decoration:none;
	font-size:20px;
	background-size:cover;
	width:23px;
	height:40px;
	background-image:url("img/logos.svg");
}
.h1-style{
	letter-spacing:-1px;
	font-size:74px;
	color:var(--swatch-var-2869)!important;
	font-family:"Outfit-Light";
	width:100%;
	line-height:88px;
}
.p1{
	font-size:15px;
	color:#333333!important;
	font-family:"Inter-Regular";
	line-height:20px;
}
h4{
	font-size:15px;
	color:#121212!important;
	font-family:"Inter-Medium";
}
.h3-style{
	font-family:"Outfit-Regular";
	font-size:14px;
	line-height:19px;
	text-transform:uppercase;
	color:var(--swatch-var-4138)!important;
	width:100%;
}
.navbar-items{
	font-family:"Inter-Medium";
	font-size:15px;
	text-transform:uppercase;
}
.card-img-left{
	margin:0px 0px 0px 0px;
	padding:0px 32px 0px 0px;
	position:relative;
}
.card-img-right{
	padding:0px 0px 0px 0px;
}
.card-img-right-2{
	margin:16px 0px 16px 0px;
	padding:0px 16px 0px 16px;
}
.btn-style{
	border-radius:0px 0px 0px 0px;
	width:17.64%;
}
.servi{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	position:relative;
}
.tes{
	text-decoration:none;
	float:right;
}
.card-l-r{
	padding-left:16px;
	padding-right:16px;
}
.availb{
	text-transform:none;
	text-decoration:none;
	font-family:"Outfit-Regular";
	font-size:14px;
	float:right;
	align-items:stretch;
	flex-direction:row-reverse;
}
.p-bloc-3-style1{
	font-size:14px;
	font-family:"Outfit-Regular";
	color:var(--swatch-var-2869)!important;
	line-height:21px;
}
.container-div-bloc-0-style{
	width:24.56%;
}
.git-link{
	font-family:"Jost-Regular";
	font-size:15px;
	text-transform:uppercase;
	text-decoration:none;
	text-align:right;
	padding-top:8px;
	padding-bottom:8px;
}
.p-bloc-0-style{
	font-family:"Outfit-Regular";
	font-size:14px;
}
.indicator{
	padding-right:2px;
}
.hero{
	padding:0px 0px 0px 0px;
	margin-bottom:200px;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	margin-top:200px;
}
.hero-bl-l{
	width:130%;
}
.hero-bl-r{
	width:70%;
	float:right;
}
.link-style{
	font-family:"Outfit-Regular";
	font-size:15px;
}
.link-work-style{
	width:100%;
}
.menu-itm{
	text-align:center;
	font-family:"Outfit-Regular";
	font-size:15px;
	text-transform:uppercase;
	text-decoration:none;
	padding-right:6px;
	padding-left:6px;
}
.img-6-style{
	width:569px;
}
.cart{
	margin-left:32px;
	padding-left:32px;
	padding-right:32px;
	padding-bottom:21px;
	position:relative;
}
.r1{
	display:flex;
	width:100%;
}
.h3-bloc-4-style{
	margin-top:16px;
	margin-bottom:8px;
	text-transform:uppercase;
	font-family:"Outfit-Regular";
	line-height:12px;
	font-size:15px;
}
.p-style{
	line-height:12px;
	color:var(--swatch-var-7119)!important;
	font-family:"Outfit-Regular";
}
.sect{
	margin-bottom:128px;
}
.input{
	border-width:0px 0px 1px 0px;
	border-radius:0px 0px 0px 0px;
	border-color:var(--swatch-var-2869)!important;
	font-family:"Outfit-Regular";
	color:var(--swatch-var-2869)!important;
	font-size:15px;
	padding-left:0px;
	margin-bottom:24px;
}
.btn-primery{
	padding-top:10px;
	padding-bottom:10px;
	background-color:var(--swatch-var-2869);
	font-family:"Outfit-Regular";
	font-size:15px;
	color:var(--swatch-var-6668)!important;
	text-transform:uppercase;
}
.label-style{
	font-family:"Outfit-Regular";
	line-height:22px;
}
.check{
	border-radius:0px 0px 0px 0px;
	border-width:1px 1px 1px 1px;
	border-color:var(--swatch-var-3671)!important;
	padding-bottom:24px;
}
.pr-hero{
	z-index:-1;
	margin-top:-84px;
	position:relative;
}
menu{
	z-index:9;
}
.pr-hero-bl{
	padding-top:140px;
}
.pr-hero-img{
	height:498px;
	flex-direction:column;
}
.img-style{
	padding-top:60px;
}
.h1-bloc-9-style{
	font-size:64px;
	font-family:"Outfit-Light";
	letter-spacing:-1px;
	line-height:48px;
}
.p-bloc-9-style{
	font-family:"Outfit-Regular";
	font-size:15px;
	line-height:22px;
	color:var(--swatch-var-224)!important;
}
.p-bloc-8-style{
	font-family:"Outfit-Regular";
	line-height:19px;
	font-size:14px;
}
.pr-row{
	padding-bottom:32px;
}
.p-bloc-2-style{
	font-family:"Outfit-Regular";
	max-width:400px;
	width:80%;
}
.p-3-style{
	font-family:"Outfit-Regular";
}
.h3-bloc-9-style{
	font-family:"Outfit-Regular";
	font-size:15px;
	margin:0px 0px 8px 0px;
	text-transform:uppercase;
	line-height:15px;
}
.sect-getin{
	margin-bottom:96px;
	margin-top:192px;
}
.p-2-style{
	line-height:18px;
	font-family:"Outfit-Regular";
}
.container-div-style{
	width:100%;
}
.circle{
	width:6px;
	height:6px;
}
.left{
	background-size:length;
	background-repeat:no-repeat;
	background-image:url("img/indicat4.svg");
	background-position:left center;
	padding-left:16px;
}
.icon-h{
	padding-left:16px;
}
.ava{
	float:right;
}
.left-2{
	float:right;
	width:100%;
	position:relative;
}
.h3-bloc-2-style{
	font-family:"Outfit-Regular";
}
.dddd{
	float:right;
}
.dddd1{
	width:100%;
}
.row-bloc-2-style{
	width:100%;
}
.p-5-style{
	font-family:"Outfit-Regular";
	font-size:15px;
	line-height:18px;
}
.footer-link{
	width:100px;
	min-width:90px;
}
.ssqqq{
	min-width:400px;
}
.fix{
	z-index:9999;
	position:fixed;
	top:8px;
}
.cart-img{
	background-color:var(--swatch-var-1140);
}
.img-1rectangle-5-style{
	height:529px;
}
.p-bloc-3-style{
	line-height:22px;
	font-family:"Outfit-Regular";
}
.focus{
	width:120px;
}
.links{
	font-family:"Outfit-Regular";
	line-height:18px;
}
.men{
	width:100%;
}
.hero-left{
	width:106px;
}
.lll{
	float:right;
	position:relative;
}
.list-style{
	width:106px;
	float:right;
}
.vid{
	width:100%;
	height:100%;
	background-color:#D2D2D2;
}
.bor{
	border-width:1px 1px 1px 1px;
	border-color:var(--swatch-var-1528)!important;
}
.list-item{
	text-transform:uppercase;
	font-family:"Outfit-Regular";
	font-size:15px;
	line-height:12px;
	color:var(--swatch-var-2869)!important;
	text-align:left;
}
.h2-bloc-13-style{
	font-size:36px;
	font-family:"Outfit-Light";
	text-transform:uppercase;
	color:var(--swatch-var-2869)!important;
}
.vid-item-starar{
	background-color:#F4F4F4;
	padding-right:0px;
	padding-left:0px;
}
.vid-stellarb{
	background-color:#F4F7F6;
}
.link-img-2{
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	margin:0px 0px 0px 0px;
	height:90%;
	width:48%;
	z-index:9;
	opacity:0.01;
}
.img-bloc-5-style{
	width:246px;
}
.img-1-style{
	height:100%;
	width:600px;
}
.p-46-style{
	font-family:"Outfit-Regular";
	text-transform:uppercase;
}
.link-dev-starar{
	position:absolute;
	width:48%;
	height:68%;
	z-index:9;
	opacity:0.01;
}
.img-link-starar{
	width:100%;
	height:100%;
}
.hero-did{
	background:linear-gradient(90deg, #C7CFDD  0%, #D3DBE7  6%, #D4DDE7  25%, #D7E3F0  50%, #DFE9F2 62%, #DDE5EF 67%, #DDE5EF  76%, #DDE5EF  95%, #CFDBE8  100%);
	height:600px;
}
.hero-did-2{
	background-image:url("img/hero-didosh_didosh.jpg");
	background-image: -webkit-image-set(url("img/hero-didosh_didosh.webp") 1x,
url("img/hero-didosh_didosh.webp") 2x);background-image: image-set(url("img/hero-didosh_didosh.jpg") 1x,
url("img/hero-didosh_didosh.jpg") 2x,url("img/hero-didosh_didosh.webp") 1x,
url("img/hero-didosh_didosh.webp") 2x);
	background-image: -webkit-image-set(url("img/hero-didosh_didosh.webp") 1x,
url("img/hero-didosh_didosh.webp") 2x);background-image: image-set(url("img/hero-didosh_didosh.jpg") 1x,
url("img/hero-didosh_didosh.jpg") 2x,url("img/hero-didosh_didosh.webp") 1x,
url("img/hero-didosh_didosh.webp") 2x);
}
.block-did{
	margin-top:16px;
	margin-bottom:16px;
}
.bl-bg-grayscal{
	background-color:#17191A;
	margin-top:16px;
	margin-bottom:16px;
}
.stellarb-cart-img{
	background-color:#F4F7F6;
}
.menu-mid{
	flex-direction:column;
	align-items:center;
}
.link-style:hover{
	opacity:0.5;
}
.hover{
	content:"";
}
.hover:hover{
	opacity:0.75;
	content:"Show more";
}
.illustration-section-title{
	font-size:55px;
}
.feat-card-icon{
	width:50px;
	background:linear-gradient(0deg, #9809FF 0%, #8B45FD 100%);
	border-radius:10px 10px 10px 10px;
}
.feat-card-icon-pos{
	position:absolute;
	left:0px;
	right:0px;
	top:-25px;
}
.feat-card{
	margin-bottom:80px;
	padding:10px 10px 10px 10px;
	border-radius:20px 20px 20px 20px;
}
.horizontal{
	width:2000px;
}
.rowwww{
	width:100%;
}
.scroll{
	width:2500px;
	overflow:scroll;
}
.btn-scroll{
	position:absolute;
	float:left;
	z-index:9;
	left:900px;
}
.overflow:auto{
	overflow:scroll;
}
.with{
	width:2500px;
}
.final-bl{
	position:absolute;
	left:3000px;
}
.container-div-min-height{
	height:100%;
}
.grid-style{
	grid-template-columns:1fr 1fr 1fr 1fr;
	column-gap:32px;
	row-gap:32px;
	align-items:flex-start;
}
.min-video-starar{
	background-color:var(--swatch-var-3);
}
.min-title{
	font-family:"Outfit-Regular";
	font-size:14px;
	text-transform:uppercase;
	line-height:12px;
}
.link-min-stellarb{
	position:absolute;
	height:300px;
	opacity:0.1;
	z-index:9;
}
.img-234-style{
	height:240px;
}
.fixed-blc{
	position:fixed;
	top:-px;
	left:0px;
	right:0px;
	bottom:0px;
	z-index:99;
}
.blc-fix-set{
	width:100%;
	height:100%;
	position:fixed;
	top:-px;
	left:1px;
	right:1px;
	bottom:1px;
	z-index:99;
}
.btn-fix-next{
	font-family:"Outfit-Regular";
	text-transform:uppercase;
	font-size:14px;
	color:var(--swatch-var-1528)!important;
	border-width:0px 1px 1px 0px;
	border-radius:0px 0px 0px 0px;
	border-color:var(--swatch-var-2869)!important;
	padding:44px 8px 8px 44px;
	margin-right:8px;
	margin-bottom:8px;
	background-color:var(--swatch-var-5011);
}
.btn-fix-next:hover{
	color:var(--swatch-var-6668)!important;
	background-color:var(--swatch-var-2869);
}
.h3-bloc-3-style{
	font-size:64px;
	font-family:"Outfit-Light";
	line-height:70px;
	letter-spacing:-1px;
	color:var(--swatch-var-3671)!important;
}
.link-contact{
	font-size:64px;
	font-family:"Outfit-Light";
	line-height:70px;
	letter-spacing:-1px;
}
.contact-hero{
	margin-top:160px;
}
.img-image-111210-style{
	height:64px;
	width:64px;
}
.img-hero{
	width:64px;
	height:64px;
}
.bloc-theme-style{
	background-size:500px 500px;
	margin-top:72px;
}
.hero-theme-img{
	padding-left:64px;
}
.hero-theme-left-text{
	padding-left:0px;
	padding-right:64px;
	font-family:"Outfit-Regular";
	text-transform:none;
	font-size:18px;
	width:500px;
}
.hero-theme—leftstarar{
	padding-bottom:24px;
}
.hero-starar-full{
	margin-top:100px;
	margin-bottom:100px;
}
.hero-theme-right{
	width:500px;
}
.theme-hero-bloc{
	margin-top:32px;
}
.img-shopify-1-style{
	height:27px;
}
.img-bloc-179-style{
	height:24px;
}
.img-309-style{
	height:24px;
}
.img-310-style{
	height:24px;
}
.img-311-style{
	height:23px;
	width:23px;
}
.h4-style{
	font-family:"Outfit-Light";
	font-size:44px;
	color:var(--swatch-var-3671)!important;
	line-height:50px;
}
.text-display-style{
	font-family:"Outfit-Light";
	font-size:102px;
	text-transform:uppercase;
	line-height:106px;
}
.img-frame-style{
	width:36px;
}
.img-bloc-181-style{
	width:28px;
}
.theme-nav-left-tem{
	text-decoration:none;
	font-family:"Outfit-Regular";
	text-transform:none;
	font-size:15px;
	padding-bottom:2px;
	color:var(--swatch-var-3671)!important;
}
.nav-left-fix{
	z-index:9;
	overflow:initial;
	position:sticky;
	left:0px;
	width:240px;
	margin-bottom:-430px;
	top:96px;
}
.items-nav-left1{
	overflow:initial;
	position:sticky;
	z-index:9;
	top:55px;
}
.page-contaner{
	overflow:initial;
	position:sticky;
	z-index:9;
	top:96px;
}
.page-container{
	overflow:initial;
}
.theme-nav-left-tem:hover{
	color:var(--swatch-var-409)!important;
}
.theme-nav-left-tem:focus{
	color:var(--swatch-var-2171)!important;
}
.theme-nav-left-tem:active{
	color:var(--swatch-var-5276)!important;
}
.row-theme{
	flex-direction:row-reverse;
}
.theme-nav-left-tem:visited{
	color:var(--swatch-var-4448)!important;
}
.active-page-link{
	font-family:"Outfit-Regular";
	color:var(--swatch-var-224)!important;
	text-decoration:none;
}
.navbar-nav li a{
	font-family:"Outfit-Regular";
	font-size:15px;
}
a{
	font-family:"Outfit-Regular";
	font-size:15px;
}
.theme-row-video-filter{
	flex-direction:row-reverse;
}
.btn-fix-theme-cta{
	overflow:initial;
	z-index:99;
	left:0px;
	position:sticky;
	bottom:-6%;
	top:92%;
	margin-top:-280px;
}
.theme-initi{
	overflow:inherit;
}
.theme-cta-btn-style{
	bottom:0px;
	z-index:999;
}
.fix-display{
	position:sticky;
	font-family:"Outfit-Regular";
	text-transform:uppercase;
	font-size:15px;
	top:92%;
	bottom:0%;
	margin-left:-23px;
}
.theme-bloc-70page{
	margin-top:280px;
	margin-bottom:190px;
}
.theme-hero-left-icon{
	margin-top:128px;
}
.theme-hero-right{
	background-image:url("img/Thumnail6hero.png");
	background-image: -webkit-image-set(url("img/Thumnail6hero.webp") 1x,
url("img/Thumnail6hero.webp") 2x);background-image: image-set(url("img/Thumnail6hero.png") 1x,
url("img/Thumnail6hero.png") 2x,url("img/Thumnail6hero.webp") 1x,
url("img/Thumnail6hero.webp") 2x);
	background-image: -webkit-image-set(url("img/Thumnail6hero.webp") 1x,
url("img/Thumnail6hero.webp") 2x);background-image: image-set(url("img/Thumnail6hero.png") 1x,
url("img/Thumnail6hero.png") 2x,url("img/Thumnail6hero.webp") 1x,
url("img/Thumnail6hero.webp") 2x);
	background-image: -webkit-image-set(url("img/Thumnail6hero.webp") 1x,
url("img/Thumnail6hero.webp") 2x);background-image: image-set(url("img/Thumnail6hero.png") 1x,
url("img/Thumnail6hero.png") 2x,url("img/Thumnail6hero.webp") 1x,
url("img/Thumnail6hero.webp") 2x);
	width:100%;
	background-size:contain;
	background-position:right center;
	margin-top:22px;
}

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

/* Swatch Variables */
:root{
	
	--swatch-var-2869:rgba(18,18,18,1.00);
	
	--swatch-var-1528:#000000;
	
	--swatch-var-6668:rgba(255,255,255,1.00);
	
	--swatch-var-224:rgba(0,0,0,0.70);
	
	--swatch-var-3671:rgba(0,0,0,0.77);
	
	--swatch-var-7119:rgba(0,0,0,0.90);
	
	--swatch-var-2410:rgba(0,0,0,0.70);
	
	--swatch-var-2207:rgba(238,238,238,1.00);
	
	--swatch-var-3:rgba(244,247,246,1.00);
	
	--swatch-var-4138:rgba(0,0,0,0.60);
	
	--swatch-var-1140:#D2D2D2;
	
	--swatch-var-2406:#F4F7F6;
	
	--swatch-var-1483:rgba(0,0,10,0.28);
	
	--swatch-var-3607:#F2F2F2;
	
	--swatch-var-3620:rgba(204,204,204,1.00);
	
	--swatch-var-4799:rgba(237,237,237,1.00);
	
	--swatch-var-1967:rgba(242,242,242,1.00);
	
	--swatch-var-5538:#F3F5F7;
	
	--swatch-var-4089:#CFD9E5;
	
	--swatch-var-5931:#131415;
	
	--swatch-var-5276:rgba(86,158,249,1.00);
	
	--swatch-var-2752:rgba(24,58,86,1.00);
	
	--swatch-var-4448:rgba(87,117,146,1.00);
	
	--swatch-var-3202:rgba(0,0,0,0.03);
	
	--swatch-var-409:rgba(0,0,0,0.50);
	
	--swatch-var-5011:rgba(0,0,0,0.00);
	
	--swatch-var-7717:rgba(236,237,238,1.00);
	
	--swatch-var-5446:#F2F2F3;
	
	--swatch-var-2171:rgba(236,237,238,1.00);
	
	--swatch-var-7769:#ECEDEE;
	
}


/* Background colour styles */

.bgc-3{
	background-color:var(--swatch-var-3);
}
.bgc-2406{
	background-color:var(--swatch-var-2406);
}
.bgc-1140{
	background-color:var(--swatch-var-1140);
}
.bgc-3620{
	background-color:var(--swatch-var-3620);
}
.bgc-3607{
	background-color:var(--swatch-var-3607);
}
.bgc-4799{
	background-color:var(--swatch-var-4799);
}
.bgc-6668{
	background-color:var(--swatch-var-6668);
}
.bgc-5538{
	background-color:var(--swatch-var-5538);
}
.bgc-4089{
	background-color:var(--swatch-var-4089);
}
.bgc-5931{
	background-color:var(--swatch-var-5931);
}
.bgc-2171{
	background-color:var(--swatch-var-2171);
}
.bgc-7769{
	background-color:var(--swatch-var-7769);
}

/* Text colour styles */

.tc-2410{
	color:var(--swatch-var-2410)!important;
}
.tc-4138{
	color:var(--swatch-var-4138)!important;
}
.tc-3671{
	color:var(--swatch-var-3671)!important;
}
.tc-224{
	color:var(--swatch-var-224)!important;
}
.tc-1528{
	color:var(--swatch-var-1528)!important;
}
.tc-2869{
	color:var(--swatch-var-2869)!important;
}

/* Button colour styles */

.btn-c-1528{
	background:var(--swatch-var-1528);
	color:#FFFFFF!important;
}
.btn-c-1528:hover{
	background:#000000!important;
	color:#FFFFFF!important;
}

/* Link colour styles */

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

/* Icon colour styles */

.icon-7119{
	color:var(--swatch-var-7119)!important;
	border-color:var(--swatch-var-7119)!important;
}

/* Bloc image backgrounds */

.bg-15-ben{
	background-image:url("img/15_ben.png");
	background-image: -webkit-image-set(url("img/15_ben.webp") 1x,
url("img/15_ben.webp") 2x);background-image: image-set(url("img/15_ben.png") 1x,
url("img/15_ben.png") 2x,url("img/15_ben.webp") 1x,
url("img/15_ben.webp") 2x);
}

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

/* Masonry Gallery Bric */.masonry-gallery{
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
}
	.masonry-gallery img{
	 width: 100%;
	 padding: 7px 0;
}
.masonry-gallery a[data-lightbox]:hover::before{
	left: 50%;
}
@media (max-width: 500px){
	.masonry-gallery{
	-webkit-column-count: 1;
	 -moz-column-count: 1;
	column-count: 1;
}
}

/* = 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){
	.card-img-right-2{
		padding-right:16px;
	}
	.hero-bl-r{
	}
	.hero-bl-l{
	}
	.p-bloc-3-style1{
		width:100%;
	}
	.list-style{
		float:right;
		width:106px;
	}
	.hero-mob{
		margin-top:192px;
		margin-bottom:128px;
	}
	.h1-style{
		width:100%;
	}
	.sect-mob{
		margin-top:0px;
		margin-bottom:96px;
	}
	.card-mob-2{
	}
	.link-img-2{
		width:48%;
		height:85%;
	}
	.mt-md-0{
	}
	.mt-md-4{
	}
	.min-title{
		text-transform:none;
		font-size:14px;
		line-height:15px;
	}
	.grid-style-mob{
		width:100%;
		grid-template-columns:1fr 1fr 1fr;
	}
	.link-min-stellarb{
	}
	.img-opaci-style{
		height:240px;
	}
	.img-234-style{
		height:200px;
		width:211px;
	}
	.theme-hero-left-icon-mob{
		margin-top:48px;
	}
	.theme-hero-right{
		background-image:url("img/Thumnail6hero.png");
	background-image: -webkit-image-set(url("img/Thumnail6hero.webp") 1x,
url("img/Thumnail6hero.webp") 2x);background-image: image-set(url("img/Thumnail6hero.png") 1x,
url("img/Thumnail6hero.png") 2x,url("img/Thumnail6hero.webp") 1x,
url("img/Thumnail6hero.webp") 2x);
	background-image: -webkit-image-set(url("img/Thumnail6hero.webp") 1x,
url("img/Thumnail6hero.webp") 2x);background-image: image-set(url("img/Thumnail6hero.png") 1x,
url("img/Thumnail6hero.png") 2x,url("img/Thumnail6hero.webp") 1x,
url("img/Thumnail6hero.webp") 2x);
	background-image: -webkit-image-set(url("img/Thumnail6hero.webp") 1x,
url("img/Thumnail6hero.webp") 2x);background-image: image-set(url("img/Thumnail6hero.png") 1x,
url("img/Thumnail6hero.png") 2x,url("img/Thumnail6hero.webp") 1x,
url("img/Thumnail6hero.webp") 2x);
		width:100%;
		height:700px;
	}
	.theme-seco2{
	}
	.h4-style-mob{
		font-size:28px;
		line-height:35px;
	}
	.theme-seco2-mob{
	}
	.nav-left-fix-mob{
		width:100%;
		top:64px;
	}
	.theme-nav-left-tem-mob{
		margin-right:12px;
	}
	
}

@media (max-width: 767px){
	.pr-hero-bl{
		padding-top:160px;
	}
	.navbar-logo{
	}
	.logo-mob{
		width:17px;
		height:32px;
	}
	.card-img-right-2{
		padding-right:16px;
	}
	.card-mob{
		padding-left:0px;
		padding-right:0px;
	}
	.pr-col{
	}
	.card-img-mob{
	}
	.p-bloc-3-style{
	}
	.menu-icon-stroke{
		stroke:var(--swatch-var-3671)!important;
		fill:var(--swatch-var-3671)!important;
	}
	.sect-getin-mob{
		margin-top:96px;
		margin-bottom:96px;
	}
	.card-mob-2{
		padding-right:0px;
		padding-left:0px;
	}
	.h1-style-mob{
		line-height:86px;
	}
	.link-img-2{
		width:100%;
		height:51%;
	}
	.feat-card{
		margin-bottom:60px;
	}
	.img-opaci-style{
		height:180px;
	}
	.img-234-style{
		height:150px;
	}
	.h3-bloc-mobile{
		font-size:38px;
		line-height:52px;
		width:100%;
	}
	.link-contact-mobile{
		width:100%;
	}
	.link-contact-tab{
		font-size:44px;
		line-height:50px;
	}
	.nav-left-fix-mob1{
	}
	.nav-left-fix-mob2{
		position:relative;
		margin:0px 0px 48px 0px;
	}
	
}

@media (max-width: 575px){
	.navbar-logo{
		font-size:18px;
	}
	.footer-link{
		text-align:center;
	}
	.container{
		margin-right:8px;
		margin-left:8px;
	}
	.card-mob-2{
	}
	.avalible-mob{
		display:none;
	}
	.card-mob-3{
		margin-top:4px;
		margin-bottom:4px;
	}
	.card-mob{
	}
	.sect-getin{
	}
	.sect-getin-mob{
		margin-bottom:96px;
		margin-top:96px;
	}
	.sect-mob-2{
		margin-top:64px;
	}
	.hero-mob{
		margin-bottom:64px;
	}
	.link-img-2{
		height:45%;
	}
	.mt-1{
	}
	.grid-style-mob{
		column-gap:8px;
		row-gap:8px;
		grid-template-columns:1fr 1fr;
	}
	.img-234-style{
		height:100px;
	}
	.h3-bloc-mobile{
		font-size:28px;
		line-height:34px;
		letter-spacing:0px;
	}
	.link-contact-mobile{
		font-size:28px;
		line-height:34px;
		letter-spacing:0px;
	}
	.hero-contact-mobile{
		margin-top:144px;
	}
	.hero-theme-text-mob{
		width:100%;
	}
	.theme-hero-right-mob{
		height:400px;
	}
	.h4-style{
	}
	.h4-style-mob{
	}
	.h1-style{
	}
	.text-display-style-mob{
		font-size:54px;
		line-height:57px;
	}
	.nav-left-fix-mob1{
		position:relative;
		top:0px;
		left:0px;
		right:0px;
		bottom:0px;
		margin-right:0px;
		margin-bottom:50px;
		margin-left:0px;
	}
	
}

