/*-----------------------------------------------------------------------------------
	Arctic Aim
	About: A shiny new Blocs website.
	Author: Norman Sheeran
	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:'Montserrat-Bold';
	src: url('./fonts/Montserrat-Bold/Montserrat-Bold.ttf');
	src: url('./fonts/Montserrat-Bold/Montserrat-Bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

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

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

@font-face {
	font-family:'Montserrat-Regular';
	src: url('./fonts/Montserrat-Regular/Montserrat-Regular.ttf');
	src: url('./fonts/Montserrat-Regular/Montserrat-Regular.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;
}
.bloc-sm{
	padding: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 Textures */

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


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

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

.sticky-nav.sticky{
	position:fixed;
	top:0;
	z-index:1000;
	box-shadow:0 1px 2px rgba(0,0,0,.3);
	 transition: all .2s ease-out;
}
.fill-bloc-top-edge.sticky{
	background-color:rgb(255, 252, 248);
	width:100%;
	max-width: 100%;
	margin-top: 0;
	left:0;
	right:0;
}
.fill-bloc-top-edge.sticky .navbar{
	max-width: 1170px;
	margin: 0 auto;
}
/* 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-clear{
	margin:0;
}
.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-rd{
	border-radius: 40px;
}
.btn-xl{
	padding: 16px 40px;
	font-size: 28px;
}


/*  Rounded Image */
.img-rd-md{
	border-radius:20px;
}
.img-rd-lg{
	border-radius:34px;
}



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


/* Scroll FX */
.scroll-fx-in-range{
	will-change: opacity;
}


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

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

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Helvetica";
}
.container{
	max-width:1140px;
}
.hero-img{
	box-shadow:-6px -36px 32px rgba(0,0,0,0.09);
	border-top-left-radius:20px;
	border-top-right-radius:20px;
}
.hero-heading{
	font-size:60px;
	font-weight:bold;
}
.hero-sub-heading{
	font-size:30px;
}
.navbar-brand img{
	height:100px;
	width:140px;
}
.app-offset-bottom{
	position:relative;
	bottom:-20px;
}
.custom-shadow{
	box-shadow:0px 31px 35px rgba(0,0,0,0.16),0px 0px 2px rgba(0,0,0,0.09);
}
.feature-heading{
	font-weight:bold;
}
.feature-icon{
	width:50px;
	background:linear-gradient(0deg, var(--swatch-var-7096)  0%, var(--swatch-var-4580) 100%);
	border-radius:10px 10px 10px 10px;
}
.rounded-right{
	border-top-right-radius:20px;
	border-bottom-right-radius:20px;
}
.rounded-left{
	border-radius:20px 0px 0px 20px;
}
.feature-icon-center{
	position:absolute;
	left:0px;
	right:0px;
	top:-25px;
}
.feature-card{
	margin-bottom:80px;
	padding:10px 10px 10px 10px;
	border-radius:20px 20px 20px 20px;
}
.sub-heading{
	font-size:20px;
}
.feature-icon-trans{
	background-color:rgba(255,255,255,0.20);
	margin-bottom:10px;
	border-radius:10px 10px 10px 10px;
}
.primary-gradient-bg{
	background:linear-gradient(274deg, var(--swatch-var-4078) 0%, var(--swatch-var-7096) 100%);
}
.cta-card{
	padding:60px 60px 0px 60px;
	border-radius:60px 60px 60px 60px;
}
.cta-card-img{
	border-bottom-right-radius:30px;
	border-top-left-radius:10px;
	border-style:_popUpItemAction:;
	position:relative;
	left:60px;
	width:444px;
	padding-left:0px;
}
.white-btn{
	color:var(--swatch-var-7096)!important;
}
.site-divider{
	margin-top:0px;
	margin-bottom:40px;
	height:5px;
}
.page-title{
	font-size:55px;
	font-weight:bold;
}
.pricing-info{
	min-height:65px;
	font-size:17px;
}
.price-card{
	background-color:var(--swatch-var-3202);
	text-align:left;
	padding:25px 25px 25px 25px;
	border-radius:30px 30px 30px 30px;
}
.btn{
	font-size:16px;
	font-weight:bold;
}
.price-list-icon{
	height:20px;
	width:20px;
	float:left;
	margin-right:10px;
}
.price-list-item{
	display:inline;
}
.dark-icon{
	opacity:0.8;
}
h1,h2,h3,h4,h5,h6{
	font-family:"Helvetica";
}
.img-feature-style{
	width:500px;
	height:555px;
}
.p-style{
	width:100%;
	text-indent:0px;
	font-size:15px;
}
.h2-style{
	width:100%;
	font-size:40px;
	padding-right:0px;
	font-family:"Montserrat-SemiBold";
	line-height:30px;
	text-indent:0px;
	letter-spacing:px;
	font-weight:500;
}
a{
	font-size:16px;
	font-weight:400;
	letter-spacing:normalpx;
	line-height:16px;
}
h1{
	font-size:54.8800px;
	font-weight:400;
	letter-spacing:normalpx;
	line-height:67.6121px;
}
h2{
	font-size:39.3279px;
	font-weight:400;
	letter-spacing:normalpx;
	line-height:51.0949px;
}
h3{
	font-size:31.5520px;
	font-weight:400;
	letter-spacing:normalpx;
	line-height:42.0525px;
}
h4{
	font-size:23.7760px;
	font-weight:400;
	letter-spacing:normalpx;
	line-height:32.4875px;
}
p{
	font-size:14.7039px;
	font-weight:400;
	letter-spacing:normalpx;
	line-height:17.6448px;
}
.cta-card1{
	border-bottom-left-radius:0px;
	border-bottom-right-radius:0px;
}
.cta-card2{
	border-top-left-radius:0px;
	border-top-right-radius:0px;
}
.img-png-white-style{
	width:175px;
}
.h1-6-style{
	font-family:"Montserrat-SemiBold";
	font-weight:600;
	font-size:50px;
	color:var(--swatch-var-4930)!important;
	border-radius:15px 15px 15px 15px;
}
.img-bloc-3-style{
	width:409px;
	height:355px;
}
.p-bloc-4-style{
	font-size:20px;
	font-family:Helvetica;
}
.h1-7-style{
	text-indent:0px;
}
.row-10-style{
	width:50.93%;
}
.p-2-style{
	width:100%;
	line-height:21px;
	font-family:"Montserrat-Medium";
}
.row-bloc-4-style{
	width:100%;
}
.h2-bloc-1-style{
	width:100%;
	font-family:"Montserrat-Bold";
	font-size:50px;
}
.secondary-gradient-bg{
	background:linear-gradient(0deg, var(--swatch-var-4580) 0%, #FFFFFF 100%);
}
.img-14-style{
	height:250px;
	width:250px;
}
.img-bloc-6-style{
	width:400px;
}
.remove-space-top{
	margin-top:-200px;
}
.h2-bloc-3-style{
	font-size:38px;
	width:100%;
}
.img-11-style{
	width:467px;
}
.h4-style{
	width:100%;
	font-size:21px;
	font-family:"Montserrat-Medium";
}
.text-span-style{
	font-weight:bold;
	font-style:normal;
	color:var(--swatch-var-2532)!important;
}
.text-span-bloc-9-style{
	font-weight:bold;
}
.h5-style{
	width:100%;
}
.h5-bloc-3-style{
	font-size:18px;
}
.img-hydrafaci-style{
	width:655px;
}
.divider-0-background-color{
	background-color:var(--swatch-var-4930);
}
.divider-30605-background-color{
	background-color:var(--swatch-var-4930);
}
.divider-20815-background-color{
	background-color:var(--swatch-var-4930);
}
.h5-why-us-style{
	line-height:30px;
}
.h1-home-style{
	font-family:"Montserrat-Bold";
	font-size:55px;
}
.h2-home-style{
	font-size:40px;
	font-family:"Montserrat-Medium";
	font-weight:500;
}
.feat-card-icon{
	width:50px;
	background-size:cover;
}
.feat-card-icon-pos{
	position:absolute;
	left:0px;
	right:0px;
	top:-25px;
}
.pain-point-card{
	margin-bottom:80px;
	padding:10px 10px 10px 10px;
	border-radius:20px 20px 20px 20px;
	box-shadow:-0.81px 1.83px 9px #000000;
	width:364px;
	height:260px;
}
.h4-bloc-1-style{
	font-family:"Montserrat-Bold";
}
.h4-2-style{
	font-family:"Montserrat-Bold";
}
.h4-3-style{
	font-family:"Montserrat-Bold";
}
.h4-4-style{
	font-family:"Montserrat-Bold";
}
.h4-5-style{
	font-family:"Montserrat-Bold";
}
.h4-6-style{
	font-family:"Montserrat-Bold";
}
.h1-8-style{
	font-family:"Montserrat";
	font-size:50px;
	width:100%;
}
.btn-button-style{
	font-weight:800;
	font-style:normal;
	box-shadow:-0.62px 1.90px 11px #000000;
	background-color:var(--swatch-var-2532);
	font-family:"Montserrat-Bold";
}
.p-bloc-1-style{
	line-height:21px;
	font-family:"Montserrat-Medium";
	font-weight:500;
}
.p-3-style{
	line-height:21px;
	font-family:"Montserrat-Medium";
	font-weight:500;
}
.p-5-style{
	line-height:21px;
	font-family:"Montserrat-Medium";
	font-weight:500;
}
.p-6-style{
	line-height:21px;
	font-family:"Montserrat-Medium";
	font-weight:500;
}
.p-4-style{
	line-height:21px;
	font-family:"Montserrat-Medium";
	font-weight:500;
}
.center-card{
	margin-left:auto;
	margin-right:auto;
}
.left-align-text{
	text-transform:none;
	text-decoration:none;
	font-family:"Montserrat";
	text-align:left;
	writing-mode:horizontal-tb;
	margin-left:auto;
	margin-right:auto;
}
.h4-bloc-2-style{
	line-height:35px;
}
.card-titles{
	font-size:35px;
	font-weight:bold;
}
.colum-margins-painpoints{
	max-height:275px;
	margin-top:10px;
}
.cards-process{
	width:700px;
	margin-left:auto;
	margin-right:auto;
	border-radius:15px 15px 15px 15px;
}
.features-card{
	margin-bottom:90px;
	padding:10px 10px 10px 10px;
	box-shadow:-0.81px 1.83px 9px #000000;
	text-transform:none;
	border-radius:5px 5px 5px 5px;
	background-position:right top;
	background-repeat:no-repeat;
	background-size:60px auto;
	height:250px;
	background-color:var(--swatch-var-4930);
	background-image:url("img/1.png");
	background-image: -webkit-image-set(url("img/1.webp") 1x,
url("img/1.webp") 2x);background-image: image-set(url("img/1.png") 1x,
url("img/1.png") 2x,url("img/1.webp") 1x,
url("img/1.webp") 2x);
	background-image: -webkit-image-set(url("img/1.webp") 1x,
url("img/1.webp") 2x);background-image: image-set(url("img/1.png") 1x,
url("img/1.png") 2x,url("img/1.webp") 1x,
url("img/1.webp") 2x);
}
.features-h4{
	font-weight:bold;
	font-family:"Montserrat-Bold";
	font-size:26px;
}
.features-column{
	height:225px;
	margin:20px 0px 20px 0px;
}
.features-h1{
	font-size:45px;
	font-weight:600;
	font-family:"Montserrat-SemiBold";
	text-align:center;
	color:var(--swatch-var-4930)!important;
	margin-top:-50px;
}
.features-title-card{
	margin-bottom:30px;
	padding:10px 10px 10px 10px;
	border-radius:5px 5px 5px 5px;
	box-shadow:-0.81px 1.83px 9px #000000;
	height:90px;
}
.features-card2{
	height:250px;
}
.features-column2{
	margin-top:20px;
}
.h1-solution{
	font-size:45px;
	font-family:"Montserrat-Bold";
	font-weight:700;
	color:var(--swatch-var-458)!important;
	text-align:center;
	margin-top:-20px;
}
.h3-solution{
	font-family:"Montserrat-SemiBold";
	color:var(--swatch-var-4930)!important;
	font-weight:700;
	font-size:29px;
	text-transform:none;
	text-align:left;
}
.body-solution{
	font-family:"Montserrat";
	font-weight:500;
	color:var(--swatch-var-4284)!important;
	font-size:18px;
	line-height:30px;
}
.card-solution{
	width:1100px;
	background-color:var(--swatch-var-3394);
	border-radius:6px 6px 6px 6px;
	margin-top:10px;
	margin-right:auto;
	margin-left:auto;
}
.features-paragraph{
	color:var(--swatch-var-458)!important;
	font-size:17px;
	font-weight:500;
	font-family:"Montserrat-Medium";
	line-height:20px;
}
.review-text-1{
	font-family:"Montserrat-Regular";
	color:var(--swatch-var-4284)!important;
	font-style:italic;
	height:75px;
}
.review-image-3{
	max-height:65px;
}
.review-box-1{
	border-width:0px 0px 0px 0px;
	border-color:var(--swatch-var-458)!important;
	border-style:solid;
}
.features-card-copy-1{
	margin-bottom:90px;
	padding:10px 10px 10px 10px;
	box-shadow:-0.81px 1.83px 9px #000000;
	text-transform:none;
	border-radius:5px 5px 5px 5px;
	background-position:right top;
	background-repeat:no-repeat;
	background-size:60px auto;
	height:250px;
	background-color:var(--swatch-var-4930);
	background-image:url("img/02.2.png");
	background-image: -webkit-image-set(url("img/02.2.webp") 1x,
url("img/02.2.webp") 2x);background-image: image-set(url("img/02.2.png") 1x,
url("img/02.2.png") 2x,url("img/02.2.webp") 1x,
url("img/02.2.webp") 2x);
	background-image: -webkit-image-set(url("img/02.2.webp") 1x,
url("img/02.2.webp") 2x);background-image: image-set(url("img/02.2.png") 1x,
url("img/02.2.png") 2x,url("img/02.2.webp") 1x,
url("img/02.2.webp") 2x);
}
.features-card-copy-2{
	margin-bottom:90px;
	padding:10px 10px 10px 10px;
	box-shadow:-0.81px 1.83px 9px #000000;
	text-transform:none;
	border-radius:5px 5px 5px 5px;
	background-position:right top;
	background-repeat:no-repeat;
	background-size:60px auto;
	height:250px;
	background-color:var(--swatch-var-4930);
	background-image:url("img/03.2.png");
	background-image: -webkit-image-set(url("img/03.2.webp") 1x,
url("img/03.2.webp") 2x);background-image: image-set(url("img/03.2.png") 1x,
url("img/03.2.png") 2x,url("img/03.2.webp") 1x,
url("img/03.2.webp") 2x);
	background-image: -webkit-image-set(url("img/03.2.webp") 1x,
url("img/03.2.webp") 2x);background-image: image-set(url("img/03.2.png") 1x,
url("img/03.2.png") 2x,url("img/03.2.webp") 1x,
url("img/03.2.webp") 2x);
}
.features-card-copy-3{
	margin-bottom:90px;
	padding:10px 10px 10px 10px;
	box-shadow:-0.81px 1.83px 9px #000000;
	text-transform:none;
	border-radius:5px 5px 5px 5px;
	background-position:right top;
	background-repeat:no-repeat;
	background-size:60px auto;
	height:250px;
	background-color:var(--swatch-var-4930);
	background-image:url("img/04.2.png");
	background-image: -webkit-image-set(url("img/04.2.webp") 1x,
url("img/04.2.webp") 2x);background-image: image-set(url("img/04.2.png") 1x,
url("img/04.2.png") 2x,url("img/04.2.webp") 1x,
url("img/04.2.webp") 2x);
	background-image: -webkit-image-set(url("img/04.2.webp") 1x,
url("img/04.2.webp") 2x);background-image: image-set(url("img/04.2.png") 1x,
url("img/04.2.png") 2x,url("img/04.2.webp") 1x,
url("img/04.2.webp") 2x);
	margin-top:20px;
}
.features-card-mobile-5{
	margin-bottom:90px;
	padding:10px 10px 10px 10px;
	box-shadow:-0.81px 1.83px 9px #000000;
	text-transform:none;
	border-radius:5px 5px 5px 5px;
	background-position:right top;
	background-repeat:no-repeat;
	background-size:60px auto;
	height:250px;
	background-color:var(--swatch-var-4930);
	background-image:url("img/05.2.png");
	background-image: -webkit-image-set(url("img/05.2.webp") 1x,
url("img/05.2.webp") 2x);background-image: image-set(url("img/05.2.png") 1x,
url("img/05.2.png") 2x,url("img/05.2.webp") 1x,
url("img/05.2.webp") 2x);
	margin-top:20px;
}
.features-card-copy-5{
	margin-bottom:90px;
	padding:10px 10px 10px 10px;
	box-shadow:-0.81px 1.83px 9px #000000;
	text-transform:none;
	border-radius:5px 5px 5px 5px;
	background-position:right top;
	background-repeat:no-repeat;
	background-size:60px auto;
	height:250px;
	background-color:var(--swatch-var-4930);
	background-image:url("img/06.2.png");
	background-image: -webkit-image-set(url("img/06.2.webp") 1x,
url("img/06.2.webp") 2x);background-image: image-set(url("img/06.2.png") 1x,
url("img/06.2.png") 2x,url("img/06.2.webp") 1x,
url("img/06.2.webp") 2x);
	background-image: -webkit-image-set(url("img/06.2.webp") 1x,
url("img/06.2.webp") 2x);background-image: image-set(url("img/06.2.png") 1x,
url("img/06.2.png") 2x,url("img/06.2.webp") 1x,
url("img/06.2.webp") 2x);
	margin-top:20px;
}
.bloc-reviews{
	background-image:url("img/KitchenReviews-background.png");
	background-image: -webkit-image-set(url("img/KitchenReviews-background.webp") 1x,
url("img/KitchenReviews-background.webp") 2x);background-image: image-set(url("img/KitchenReviews-background.png") 1x,
url("img/KitchenReviews-background.png") 2x,url("img/KitchenReviews-background.webp") 1x,
url("img/KitchenReviews-background.webp") 2x);
	background-image: -webkit-image-set(url("img/KitchenReviews-background.webp") 1x,
url("img/KitchenReviews-background.webp") 2x);background-image: image-set(url("img/KitchenReviews-background.png") 1x,
url("img/KitchenReviews-background.png") 2x,url("img/KitchenReviews-background.webp") 1x,
url("img/KitchenReviews-background.webp") 2x);
}
.h3-faq{
	font-family:"Montserrat-SemiBold";
}
.h5-faq{
	font-family:"Montserrat-Medium";
	margin-top:-17px;
	color:var(--swatch-var-4930)!important;
}
.reviews-column{
	background-color:var(--swatch-var-2447);
	border-radius:30px 30px 30px 30px;
	width:350px;
	margin-left:10px;
	margin-right:10px;
	height:250px;
}
.reviews-image{
	height:90px;
	width:auto;
}
.h2-framework-style{
	font-family:"Montserrat-SemiBold";
}
.h1-style{
	font-family:"Montserrat-SemiBold";
}
.button-menu{
	font-style:normal;
	box-shadow:-0.62px 1.90px 11px #000000;
	color:var(--swatch-var-4284)!important;
	background-color:var(--swatch-var-2532);
	font-size:15px;
	width:250px;
	margin-right:-50px;
	font-family:"Montserrat-Bold";
	font-weight:700;
}
.h4-home{
	font-family:"Montserrat-Medium";
	color:var(--swatch-var-458)!important;
	font-weight:500;
	text-align:center;
	padding-top:15px;
}
.h1-booking-style{
	font-family:"Montserrat-Bold";
	font-weight:500;
	letter-spacing:1px;
	font-size:65px;
}
.h4-booking-style{
	font-family:"Montserrat-SemiBold";
	font-weight:600;
}
.navbar-logo{
	text-transform:none;
	text-decoration:none;
	font-size:20px;
}
.header-background{
	background-color:var(--swatch-var-3394);
	position:sticky;
}
.link-home-style{
	font-weight:bold;
}
.link-work-style{
	font-weight:bold;
}
.link-style{
	font-weight:bold;
}
.link-reviews-style{
	font-weight:bold;
}
.link-faq-style{
	font-weight:bold;
}
.button-menu-mobile{
	font-style:normal;
	box-shadow:-0.62px 1.90px 11px #000000;
	color:var(--swatch-var-4284)!important;
	background-color:var(--swatch-var-2532);
	font-size:15px;
	width:250px;
	margin-right:-50px;
	font-family:"Montserrat";
	font-weight:700;
}
.h2-style-mobile{
	width:100%;
	font-size:40px;
	padding-right:0px;
	font-family:"Montserrat";
	line-height:30px;
	text-indent:0px;
	letter-spacing:px;
	font-weight:500;
}
.h1-home-style-mobile{
	font-family:"Montserrat";
	font-size:65px;
}
.h4-home-mobile{
	font-family:"Montserrat";
	color:var(--swatch-var-458)!important;
	font-weight:500;
	text-align:center;
	padding-top:15px;
}
.h2-home-style-mobile{
	font-size:40px;
	font-family:"Montserrat";
	font-weight:500;
}
.painpoints-h2-mobile{
	width:100%;
	font-family:"Montserrat";
	font-size:50px;
}
.painpoint-card-mobile{
	margin-bottom:80px;
	padding:10px 10px 10px 10px;
	border-radius:20px 20px 20px 20px;
	box-shadow:-0.81px 1.83px 9px #000000;
	width:364px;
	height:260px;
}
.painpoint-card-heading-mobile{
	font-family:"Montserrat";
}
.painpoint-paragraph-mobile{
	line-height:21px;
	font-family:"Montserrat";
	font-weight:500;
}
.h1-solution-mobile{
	font-size:45px;
	font-family:"Montserrat";
	font-weight:700;
	color:var(--swatch-var-458)!important;
	text-align:center;
	margin-top:-20px;
}
.card-solution-mobile{
	width:1100px;
	background-color:var(--swatch-var-3394);
	border-radius:6px 6px 6px 6px;
	margin-top:10px;
	margin-right:auto;
	margin-left:auto;
}
.h3-solution-mobile{
	font-family:"Montserrat";
	color:var(--swatch-var-4930)!important;
	font-weight:700;
	font-size:29px;
	text-transform:none;
	text-align:left;
}
.body-solution-mobile{
	font-family:"Montserrat";
	font-weight:500;
	color:var(--swatch-var-4284)!important;
	font-size:18px;
	line-height:30px;
}
.menu-icon-stroke{
	stroke:var(--swatch-var-3394)!important;
	fill:var(--swatch-var-3394)!important;
}
.features-h1-mobile{
	font-size:45px;
	font-weight:600;
	font-family:"Montserrat";
	text-align:center;
	color:var(--swatch-var-4930)!important;
	margin-top:-50px;
}
.features-card-mobile-1{
	margin-bottom:90px;
	padding:10px 10px 10px 10px;
	box-shadow:-0.81px 1.83px 9px #000000;
	text-transform:none;
	border-radius:5px 5px 5px 5px;
	background-position:right top;
	background-repeat:no-repeat;
	background-size:60px auto;
	height:250px;
	background-color:var(--swatch-var-4930);
	background-image:url("img/1.png");
	background-image: -webkit-image-set(url("img/1.webp") 1x,
url("img/1.webp") 2x);background-image: image-set(url("img/1.png") 1x,
url("img/1.png") 2x,url("img/1.webp") 1x,
url("img/1.webp") 2x);
	background-image: -webkit-image-set(url("img/1.webp") 1x,
url("img/1.webp") 2x);background-image: image-set(url("img/1.png") 1x,
url("img/1.png") 2x,url("img/1.webp") 1x,
url("img/1.webp") 2x);
}
.features-heading-mobile{
	font-weight:bold;
	font-family:"Montserrat";
	font-size:26px;
}
.features-paragraph-mobile{
	color:var(--swatch-var-458)!important;
	font-size:17px;
	font-weight:500;
	font-family:"Montserrat";
	line-height:20px;
}
.feat-card-icon-mobile{
	width:50px;
	background-size:cover;
}
.feat-card-icon-pos-mobile{
	position:absolute;
	left:0px;
	right:0px;
	top:-25px;
}
.features-card-mobile-2{
	margin-bottom:90px;
	padding:10px 10px 10px 10px;
	box-shadow:-0.81px 1.83px 9px #000000;
	text-transform:none;
	border-radius:5px 5px 5px 5px;
	background-position:right top;
	background-repeat:no-repeat;
	background-size:60px auto;
	height:250px;
	background-color:var(--swatch-var-4930);
	background-image:url("img/02.2.png");
	background-image: -webkit-image-set(url("img/02.2.webp") 1x,
url("img/02.2.webp") 2x);background-image: image-set(url("img/02.2.png") 1x,
url("img/02.2.png") 2x,url("img/02.2.webp") 1x,
url("img/02.2.webp") 2x);
	background-image: -webkit-image-set(url("img/02.2.webp") 1x,
url("img/02.2.webp") 2x);background-image: image-set(url("img/02.2.png") 1x,
url("img/02.2.png") 2x,url("img/02.2.webp") 1x,
url("img/02.2.webp") 2x);
}
.features-card-mobile-3{
	margin-bottom:90px;
	padding:10px 10px 10px 10px;
	box-shadow:-0.81px 1.83px 9px #000000;
	text-transform:none;
	border-radius:5px 5px 5px 5px;
	background-position:right top;
	background-repeat:no-repeat;
	background-size:60px auto;
	height:250px;
	background-color:var(--swatch-var-4930);
	background-image:url("img/03.2.png");
	background-image: -webkit-image-set(url("img/03.2.webp") 1x,
url("img/03.2.webp") 2x);background-image: image-set(url("img/03.2.png") 1x,
url("img/03.2.png") 2x,url("img/03.2.webp") 1x,
url("img/03.2.webp") 2x);
	background-image: -webkit-image-set(url("img/03.2.webp") 1x,
url("img/03.2.webp") 2x);background-image: image-set(url("img/03.2.png") 1x,
url("img/03.2.png") 2x,url("img/03.2.webp") 1x,
url("img/03.2.webp") 2x);
}
.features-card-mobile-4{
	margin-bottom:90px;
	padding:10px 10px 10px 10px;
	box-shadow:-0.81px 1.83px 9px #000000;
	text-transform:none;
	border-radius:5px 5px 5px 5px;
	background-position:right top;
	background-repeat:no-repeat;
	background-size:60px auto;
	height:250px;
	background-color:var(--swatch-var-4930);
	background-image:url("img/04.2.png");
	background-image: -webkit-image-set(url("img/04.2.webp") 1x,
url("img/04.2.webp") 2x);background-image: image-set(url("img/04.2.png") 1x,
url("img/04.2.png") 2x,url("img/04.2.webp") 1x,
url("img/04.2.webp") 2x);
	background-image: -webkit-image-set(url("img/04.2.webp") 1x,
url("img/04.2.webp") 2x);background-image: image-set(url("img/04.2.png") 1x,
url("img/04.2.png") 2x,url("img/04.2.webp") 1x,
url("img/04.2.webp") 2x);
	margin-top:20px;
}
.features-card-mobile-6{
	margin-bottom:90px;
	padding:10px 10px 10px 10px;
	box-shadow:-0.81px 1.83px 9px #000000;
	text-transform:none;
	border-radius:5px 5px 5px 5px;
	background-position:right top;
	background-repeat:no-repeat;
	background-size:60px auto;
	height:250px;
	background-color:var(--swatch-var-4930);
	background-image:url("img/06.2.png");
	background-image: -webkit-image-set(url("img/06.2.webp") 1x,
url("img/06.2.webp") 2x);background-image: image-set(url("img/06.2.png") 1x,
url("img/06.2.png") 2x,url("img/06.2.webp") 1x,
url("img/06.2.webp") 2x);
	background-image: -webkit-image-set(url("img/06.2.webp") 1x,
url("img/06.2.webp") 2x);background-image: image-set(url("img/06.2.png") 1x,
url("img/06.2.png") 2x,url("img/06.2.webp") 1x,
url("img/06.2.webp") 2x);
	margin-top:20px;
}
.features-column-mobile{
	height:225px;
	margin:20px 0px 20px 0px;
}
.reviews-heading-mobile{
	font-family:"Montserrat";
	font-weight:600;
	font-size:50px;
	color:var(--swatch-var-4930)!important;
	border-radius:15px 15px 15px 15px;
}
.review-image-stars-mobile{
	max-height:65px;
}
.review-text-mobile{
	font-family:"Montserrat";
	color:var(--swatch-var-4284)!important;
	font-style:italic;
	height:75px;
}
.reviews-image-mobile{
	height:90px;
	width:auto;
}
.reviews-column-mobile{
	background-color:var(--swatch-var-2447);
	border-radius:30px 30px 30px 30px;
	width:350px;
	margin-left:10px;
	margin-right:10px;
	height:250px;
}
.bloc-reviews-mobile{
	background-image:url("img/KitchenReviews-background.png");
	background-image: -webkit-image-set(url("img/KitchenReviews-background.webp") 1x,
url("img/KitchenReviews-background.webp") 2x);background-image: image-set(url("img/KitchenReviews-background.png") 1x,
url("img/KitchenReviews-background.png") 2x,url("img/KitchenReviews-background.webp") 1x,
url("img/KitchenReviews-background.webp") 2x);
	background-image: -webkit-image-set(url("img/KitchenReviews-background.webp") 1x,
url("img/KitchenReviews-background.webp") 2x);background-image: image-set(url("img/KitchenReviews-background.png") 1x,
url("img/KitchenReviews-background.png") 2x,url("img/KitchenReviews-background.webp") 1x,
url("img/KitchenReviews-background.webp") 2x);
}
.framework-subhead-mobile{
	width:100%;
	font-size:21px;
	font-family:"Montserrat";
}
.framework-img-1-mobile{
	width:467px;
}
.booking-h1-mobile{
	font-family:"Montserrat";
	font-weight:500;
	letter-spacing:1px;
	font-size:65px;
}
.booking-h4-mobile{
	font-family:"Montserrat";
	font-weight:600;
}
.faq-h3-mobile{
	font-family:"Montserrat";
}
.faq-h5-mobile{
	font-family:"Montserrat";
}
.blocs-card-width{
	width:25%;
}
.results-img2{
	margin-top:35px;
}
.results-heading{
	text-align:center;
	font-family:"Montserrat-Bold";
	color:var(--swatch-var-458)!important;
	font-weight:700;
}
.results-h2{
	font-family:"Montserrat-Bold";
	font-weight:800;
	font-size:35px;
	color:var(--swatch-var-458)!important;
}
.results-span-text{
	color:var(--swatch-var-3204)!important;
}
.results-paragraph{
	font-family:"Montserrat-Medium";
	color:var(--swatch-var-458)!important;
	font-weight:500;
	text-align:left;
}
.results-row-3{
	margin-top:30px;
}
.divider-background-color{
	background-color:var(--swatch-var-458);
	height:2px;
}
.results-bg{
	background-color:var(--swatch-var-4930);
}
.results-heading-mobile{
	text-align:center;
	font-family:"Montserrat";
	color:var(--swatch-var-458)!important;
	font-weight:700;
}
.results-h2-mobile{
	font-family:"Montserrat";
	font-weight:800;
	font-size:35px;
	color:var(--swatch-var-458)!important;
}
.results-paragraph-mobile{
	font-family:"Montserrat";
	color:var(--swatch-var-458)!important;
	font-weight:500;
	text-align:left;
}
.results-img2-mobile{
	margin-top:35px;
}
.painpoint-paragraph-mobile-6{
	line-height:21px;
	font-family:"Montserrat";
	font-weight:500;
}
.bold{
	font-family:"Montserrat-Bold";
}
.faq-h1{
	font-family:"Montserrat-SemiBold";
}
.h3-style{
	font-family:"Montserrat-Medium";
}
.h6-style{
	font-family:"Montserrat-Regular";
}
.link-1761-style{
	text-decoration:none;
}
.faq-h3-mac{
	font-family:"Montserrat-Bold";
	color:var(--swatch-var-4930)!important;
	font-size:21px;
}
.accordion-mac{
	width:900px;
	margin-left:auto;
	margin-right:auto;
}
.link-21329-style{
	text-decoration:none;
}
.link-0-bloc-15-style{
	text-decoration:none;
}

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

/* Swatch Variables */
:root{
	
	--swatch-var-4279:rgba(255,255,255,0.79);
	
	--swatch-var-458:rgba(0,0,0,1.00);
	
	--swatch-var-6455:rgba(0,0,0,1.00);
	
	--swatch-var-2532:rgba(55,191,212,1.00);
	
	--swatch-var-2039:rgba(55,191,212,0.60);
	
	--swatch-var-3394:rgba(1,22,30,1.00);
	
	--swatch-var-4930:rgba(255,252,248,1.00);
	
	--swatch-var-4284:rgba(255,255,255,1.00);
	
	--swatch-var-3204:rgba(17,157,164,1.00);
	
	--swatch-var-3512:rgba(143,0,29,1.00);
	
	--swatch-var-3202:rgba(0,0,0,0.03);
	
	--swatch-var-2447:rgba(1,22,30,0.81);
	
	--swatch-var-1127:#01222F;
	
}


/* Background colour styles */

.bgc-4930{
	background-color:var(--swatch-var-4930);
}
.bgc-3394{
	background-color:var(--swatch-var-3394);
}
.bgc-4279{
	background-color:var(--swatch-var-4279);
}
.bgc-1127{
	background-color:var(--swatch-var-1127);
}
.bgc-458{
	background-color:var(--swatch-var-458);
}
.bgc-6455{
	background-color:var(--swatch-var-6455);
}

/* Text colour styles */

.tc-6455{
	color:var(--swatch-var-6455)!important;
}
.tc-4930{
	color:var(--swatch-var-4930)!important;
}
.tc-458{
	color:var(--swatch-var-458)!important;
}
.tc-2532{
	color:var(--swatch-var-2532)!important;
}
.tc-4279{
	color:var(--swatch-var-4279)!important;
}
.tc-4284{
	color:var(--swatch-var-4284)!important;
}

/* Link colour styles */

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

/* Bloc image backgrounds */

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



/* = 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){
	.hero-heading{
		font-size:50px;
	}
	.hero-sub-heading{
		font-size:25px;
	}
	.custom-shadow{
	}
	.rounded-right{
		border-bottom-left-radius:0px;
		border-top-left-radius:0px;
	}
	.feature-col{
		margin-bottom:40px;
	}
	.cta-card{
	}
	.cta-card-img{
		border-top-left-radius:10px;
	}
	.page-title{
		font-size:50px;
	}
	.feature-icon-trans:hover{
	}
	.sub-heading{
		font-size:20px;
		margin-bottom:30px;
	}
	.price-card{
		margin-bottom:20px;
	}
	.blocs-card-width{
		width:50%;
	}
	
}

@media (max-width: 767px){
	.hero-heading{
		font-size:40px;
	}
	.hero-sub-heading{
		font-size:20px;
	}
	.custom-shadow{
	}
	.rounded-right{
		border-top-right-radius:15px;
		border-bottom-right-radius:15px;
	}
	.feature-col{
	}
	.rounded-left{
		border-top-left-radius:15px;
		border-bottom-left-radius:15px;
	}
	.feature-card{
		margin-bottom:60px;
	}
	.cta-card{
		padding:30px 30px 0px 30px;
	}
	.cta-card-img{
		left:30px;
	}
	.page-title{
		font-size:40px;
	}
	.sub-heading{
		margin-bottom:30px;
		font-size:18px;
	}
	.form-btn{
		width:100%;
	}
	.price-list-item{
	}
	.price-card{
	}
	.text-right{
	}
	.text-left{
	}
	.text-center{
	}
	.pain-point-card{
		margin-bottom:60px;
	}
	.features-card{
		margin-bottom:60px;
	}
	.features-title-card{
		margin-bottom:60px;
	}
	.features-card-copy-1{
		margin-bottom:60px;
	}
	.features-card-copy-2{
		margin-bottom:60px;
	}
	.features-card-copy-3{
		margin-bottom:60px;
	}
	.features-card-mobile-5{
		margin-bottom:60px;
	}
	.features-card-copy-5{
		margin-bottom:60px;
	}
	.painpoint-card-mobile{
		margin-bottom:60px;
	}
	.features-card-mobile-1{
		margin-bottom:60px;
	}
	.features-card-mobile-2{
		margin-bottom:60px;
	}
	.features-card-mobile-3{
		margin-bottom:60px;
	}
	.features-card-mobile-4{
		margin-bottom:60px;
	}
	.features-card-mobile-6{
		margin-bottom:60px;
	}
	.blocs-card-width{
		width:50%;
	}
	
}

@media (max-width: 575px){
	.hero-heading{
		font-size:20px;
	}
	.custom-shadow{
	}
	.rounded-right{
		border-bottom-right-radius:10px;
		border-top-right-radius:10px;
	}
	.rounded-left{
		border-bottom-left-radius:10px;
		border-top-left-radius:10px;
	}
	.cta-card{
		padding:20px 20px 0px 20px;
	}
	.cta-card-img{
		left:20px;
	}
	.page-title{
		font-size:30px;
	}
	.img-bloc-3-style{
		height:270px;
	}
	.img-14-style{
		height:270px;
	}
	.navbar-logo{
		font-size:18px;
	}
	.navbar-brand img{
		width:270px;
		height:70px;
	}
	.button-menu-mobile{
		width:140px;
	}
	.h2-style{
		width:100%;
	}
	.h2-style-mobile{
		width:100%;
		text-align:center;
		margin-top:20px;
		font-size:18px;
		font-family:"Montserrat-Medium";
	}
	.h1-home-style-mobile{
		margin-top:-25px;
		font-size:35px;
		font-family:"Montserrat-SemiBold";
	}
	.bloc-style{
		opacity:0.4;
	}
	.h2-home-style{
		font-size:17px;
		margin-top:-15px;
	}
	.h4-home-mobile{
		font-size:14px;
		line-height:20px;
		margin-top:-25px;
		font-family:"Montserrat-Medium";
	}
	.h2-home-style-mobile{
		font-size:17px;
		margin-top:-15px;
		font-family:"Montserrat-Medium";
	}
	.painpoints-h2-mobile{
		font-size:20px;
		line-height:30px;
		font-family:"Montserrat-Bold";
	}
	.painpoint-card-mobile{
		padding:0px 0px 0px 0px;
		width:auto;
		margin-bottom:0px;
		height:95px;
	}
	.painpoint-card-heading-mobile{
		font-size:15px;
		line-height:20px;
		margin-top:-13px;
		font-family:"Montserrat-SemiBold";
	}
	.painpoint-paragraph-mobile{
		line-height:13px;
		font-size:12px;
		margin-top:-15px;
		font-family:"Montserrat-Medium";
	}
	.painpoint-column-height{
		height:102px;
	}
	.h1-solution-mobile{
		font-size:20px;
		line-height:35px;
		margin-top:10px;
		font-family:"Montserrat-Bold";
	}
	.card-solution-mobile{
		height:135px;
		width:auto;
		margin-top:5px;
	}
	.h3-solution-mobile{
		font-size:14px;
		line-height:20px;
		font-family:"Montserrat-SemiBold";
	}
	.body-solution-mobile{
		font-size:11px;
		line-height:15px;
		font-family:"Montserrat-Medium";
		margin-top:0px;
	}
	.features-h1-mobile{
		font-size:20px;
		line-height:35px;
		margin-top:0px;
		font-family:"Montserrat-Bold";
	}
	.features-card-mobile-1{
		height:95px;
		background-size:45px auto;
		margin-bottom:40px;
	}
	.features-heading-mobile{
		font-size:15px;
		line-height:20px;
		margin-bottom:10px;
		margin-top:-20px;
		font-family:"Montserrat-Bold";
	}
	.features-paragraph-mobile{
		font-size:12px;
		line-height:15px;
		font-family:"Montserrat-Medium";
	}
	.feat-card-icon-mobile{
		width:40px;
		margin-top:15px;
		margin-left:10px;
	}
	.feat-card-icon-pos-mobile{
		right:220px;
		top:-10px;
	}
	.features-card-mobile-2{
		height:95px;
		background-size:45px auto;
		margin-bottom:60px;
	}
	.features-card-mobile-3{
		height:95px;
		background-size:45px auto;
	}
	.features-card-mobile-4{
		height:95px;
		background-size:45px auto;
		background-position:right top;
	}
	.features-card-mobile-5{
		height:95px;
		background-size:45px auto;
	}
	.features-card-mobile-6{
		height:95px;
		background-size:45px auto;
	}
	.features-column-mobile{
		margin:0px 0px 0px 0px;
		height:105px;
	}
	.features-row-mobile-2{
		margin-bottom:0px;
		margin-top:-21px;
	}
	.features-row-mobile-1{
		margin-top:0px;
		margin-bottom:-10px;
	}
	.reviews-heading-mobile{
		font-weight:700;
		font-size:20px;
		font-family:"Montserrat-SemiBold";
	}
	.review-image-stars-mobile{
		max-height:55px;
	}
	.review-text-mobile{
		font-size:12px;
		font-family:"Montserrat-Regular";
	}
	.reviews-image-mobile{
		max-height:75px;
		margin-top:-20px;
	}
	.reviews-column{
	}
	.reviews-column-mobile{
		height:200px;
		margin-top:10px;
	}
	.bloc-reviews-mobile{
	}
	.reviews-mobile-row{
		height:65px;
		margin-top:-20px;
	}
	.solution-column-mobile{
		margin-bottom:-20px;
	}
	.framework-headline{
		font-family:"Montserrat-SemiBold";
		font-size:25px;
		line-height:35px;
	}
	.h4-style{
		font-size:15px;
	}
	.text-span-style{
		color:var(--swatch-var-2532)!important;
	}
	.framework-subhead-mobile{
		font-size:15px;
		line-height:20px;
		font-family:"Montserrat-Medium";
	}
	.framework-img-1-mobile{
		width:auto;
		max-height:45px;
		background-size:length;
	}
	.framework-headline-2-mobile{
		font-family:"Montserrat-SemiBold";
		font-size:25px;
		line-height:30px;
	}
	.framework-img-2-mobile{
	}
	.h1-booking-style{
	}
	.booking-h1-mobile{
		font-size:40px;
		line-height:50px;
		font-weight:500;
		margin-top:-10px;
		font-family:"Montserrat-Bold";
	}
	.h4-booking-style{
	}
	.booking-h4-mobile{
		font-size:23px;
		font-family:"Montserrat-SemiBold";
	}
	.faq-title-mobile{
		font-family:"Montserrat";
		font-weight:bold;
		font-size:50px;
	}
	.faq-h3-mobile{
		font-size:18px;
		line-height:20px;
		font-family:"Montserrat-SemiBold";
		margin-top:30px;
		color:var(--swatch-var-4930)!important;
		text-align:center;
	}
	.h5-faq{
	}
	.faq-h5-mobile{
		font-size:11px;
		text-align:left;
		margin-top:-20px;
		font-family:"Montserrat-Medium";
		color:var(--swatch-var-4930)!important;
	}
	.what-we-do-bloc{
		margin-bottom:15px;
		margin-top:5px;
	}
	.what-we-do-row-mobile{
		margin-bottom:-5px;
	}
	.btn-button-style{
		background-color:var(--swatch-var-2532);
		font-family:"Montserrat-Bold";
	}
	.blocs-card-width{
		width:100%;
	}
	.results-bg{
	}
	.results-heading-mobile{
		font-family:"Montserrat-Bold";
		font-size:30px;
		line-height:40px;
	}
	.results-h2-mobile{
		font-family:"Montserrat-Bold";
		font-size:18px;
		line-height:30px;
		text-align:center;
	}
	.results-paragraph-mobile{
		font-size:11px;
		margin-bottom:0px;
		line-height:15px;
		margin-top:-5px;
		font-family:"Montserrat-Medium";
	}
	.results-img1-mobile{
		margin-top:-15px;
		margin-bottom:5px;
	}
	.results-img2-mobile{
		margin-top:-20px;
		margin-bottom:5px;
	}
	.results-img3-mobile{
		margin-top:-20px;
		margin-bottom:5px;
	}
	.divider-background-color{
	}
	.results-row-2-mobile{
	}
	.results-row-3-mobile{
	}
	.results-row-1-mobile{
		margin-bottom:-15px;
	}
	.framework-h3-mobile{
		height:50px;
	}
	.framework-column-2{
		margin-top:7px;
	}
	.img-style{
		width:30px;
		height:30px;
		margin-left:5px;
	}
	.framework-row-mobile{
		margin-top:10px;
	}
	.painpoint-paragraph-mobile-6{
		line-height:13px;
		font-size:12px;
		margin-top:-30px;
		font-family:"Montserrat-Medium";
	}
	.img-book-emo-style{
		width:30px;
		height:30px;
		margin-left:10px;
	}
	.img-rocket-emo-style{
		width:30px;
		height:30px;
		margin-left:10px;
	}
	.img-bullseye-emo-style{
		width:30px;
		height:30px;
		margin-left:10px;
	}
	.img-computer-emo-style{
		width:30px;
		height:30px;
		margin-left:10px;
	}
	.img-magnifier-emo-style{
		width:30px;
		height:30px;
		margin-left:10px;
	}
	.features-column-h1-mobile{
		margin-bottom:-15px;
		margin-top:-35px;
	}
	.results-span-text{
	}
	.framework-column-1-mobile{
		height:80px;
	}
	.button-menu{
		width:250px;
	}
	.logo-mobile{
		margin-top:-7px;
		margin-right:0px;
		padding-left:auto;
		margin-left:5px;
		background-image:url("img/test7.png");
	background-image: -webkit-image-set(url("img/test7.webp") 1x,
url("img/test7.webp") 2x);background-image: image-set(url("img/test7.png") 1x,
url("img/test7.png") 2x,url("img/test7.webp") 1x,
url("img/test7.webp") 2x);
	background-image: -webkit-image-set(url("img/test7.webp") 1x,
url("img/test7.webp") 2x);background-image: image-set(url("img/test7.png") 1x,
url("img/test7.png") 2x,url("img/test7.webp") 1x,
url("img/test7.webp") 2x);
	}
	.nav-bar-row-mobile{
		height:50px;
	}
	.nav-bar-row{
		height:75px;
		background-color:var(--swatch-var-3394);
		border-radius:5px 5px 5px 5px;
	}
	.nav-bar-column-mobile{
		height:80px;
		border-radius:5px 5px 5px 5px;
	}
	.logo-mobile-background{
		background-color:var(--swatch-var-3394);
		border-radius:4px 4px 4px 4px;
		padding:5px 5px 5px 5px;
	}
	.home-mobile-row{
		margin-top:-85px;
	}
	.bold{
	}
	.card-solution-header-mobile{
		margin-bottom:-20px;
	}
	.button-width{
		width:275px;
	}
	.accordion-color{
	}
	.link-bloc-15-style{
		text-decoration:none;
	}
	.link-0-style{
		text-decoration:none;
	}
	.link-0-bloc-15-style{
		text-decoration:none;
	}
	.link-1761-style{
		text-decoration:none;
	}
	.link-21329-style{
		text-decoration:none;
	}
	.link-47473-style{
		text-decoration:none;
	}
	.accordion-mac{
	}
	.img-41-style{
		width:270px;
	}
	
}

