body,html{
	margin:0px;
	padding:0px;
}
body *{
	box-sizing:border-box;
	font-family:"Open Sans" , sans-serif;
}
header{
	border-top:12px solid #a9c2e5;
}

header .outer__logo{
	display: flex;
	align-items: center;
	padding-top: 25px;
	padding-bottom:10px;
	justify-content: space-between;
}
header .outer__logo .menu{
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
header .outer__logo .menu>ul{
	padding:0px;
	list-style-type: none;
	margin:0px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-right: 25px;
}
header .outer__logo .menu .cart>a:hover{
	opacity:.8;
}
header .outer__logo .menu .cart>a{
	display: inline-flex;
	align-items: center;
	transition:.3s ease all;
	justify-content: center;
	color: #000;
	text-decoration: none;
}
header .outer__logo .menu .cart{
	display: inline-flex;
	align-items: center;
	margin-right: 28px;
	justify-content: center;
}
header .outer__logo .menu>ul>li>a{
	text-decoration: none;
	font-size: 18px;
	color:#000000;
}
header .outer__logo .menu>ul>li{
	margin-right: 50px;
}
header .outer__logo .menu>ul>li:last-child{
	margin-right: 0px;
}
header .outer__logo .controls>a{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding-left: 20px;
	padding-right: 40px;
	min-height: 52px;
	border-radius: 12px;
	transition:.2s ease all;
	border:3px solid #010101;
}
header .outer__logo .controls>a:hover{
	box-shadow:0px 0px 7px rgba(250, 9, 37,.94),0px 0px 7px rgba(250, 9, 37,.94),0px 0px 7px rgba(250, 9, 37,.94),0px 0px 7px rgba(250, 9, 37,.94),0px 0px 7px rgba(250, 9, 37,.94);	
}
header .outer__logo .menu>ul>li>a{
	transition:.3s ease all;
}
header .outer__logo .menu>ul>li>a:hover{
	color:rgba(250, 9, 37,1);	
}
.hero__section .btns>a.get__quote{
	transition:.3s ease all;
}
.hero__section .btns>a.get__quote:hover{
	box-shadow:0px 0px 7px rgba(255,255,255,1) , 0px 0px 7px rgba(255,255,255,1),0px 0px 7px rgba(255,255,255,1) , 0px 0px 7px rgba(255,255,255,1),0px 0px 7px rgba(255,255,255,1) , 0px 0px 7px rgba(255,255,255,1);
}


header .outer__logo .logo{
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
header .outer__logo .logo>a{
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

header .outer__logo .controls>a{
	text-decoration: none;
	font-size: 17px;
	color:#010101;
	line-height: 24px;
	letter-spacing: -0.25px;
	font-weight: 500;
	transition:.3s ease all;
}
header .outer__logo .controls span{
	margin:0px 28px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 26px;
	min-width: 2px;
	background-color:#010101;
}

.trusted{
	background-color: #000000;
	padding-top: 30px;
	padding-bottom: 33px;
}
.trusted ul li{
	margin:0px 40px!important;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.trusted ul{
	padding:0px;
	list-style-type: none;
	margin:0px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.trusted>p{
	text-align: center;
	padding-left: 15px;
	color:#fff;
	margin-top: 0px;
	margin-bottom: 15px;
	font-size: 18px;
	line-height: 24px;
	padding-right: 15px;
}
.top__bar{
	padding-top: 17px;
	background-color:#231f20;
	border-top:36px solid #FF321E;
	width: 100%;
}
.container{
	max-width: 1320px;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
header .outer__logo .logo{
	position: relative;
	top:-5px;
}
header .outer__logo .controls{
	position: relative;
	right:-39px;
	top:-6px;
}

header .outer__logo .menu .cart{
	margin-right: -3px;
	position: relative;
	top:-4px;
}
header .outer__logo .menu>ul{
	margin-right: 31px;
	position: relative;
	top:-5px;
}
header .outer__logo .menu>ul>li{
	margin-right: 43px;
}
.hero__section .outer__hero .desc{
	padding-top: 51px;
	padding-left: 20px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
}
.hero__section .outer__hero .desc>h1{
	margin-top: 0px;
	margin-bottom: 16px;
	font-size: 38px;
	line-height: 42px;
	font-family:"Bitter" ,sans-serif;
	color:#fff;
	letter-spacing: 0.75px;
}
.hero__section .container{
	max-width: 1380px;
	padding-right: 0;
	padding-left: 0;
}
.hero__section .outer__hero .desc>h1 span{
	font-size: 59px;
	font-family:"Bitter" ,sans-serif;
}
.hero__section .outer__hero .desc>p{
	margin-top: 0px;
	color:#fff;
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 0px;
}

.hero__section .btns>a.get__quote{
	background-color:#ee3524;
}

.hero__section .btns>a{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding-left: 22px;
	padding-right: 22px;
	min-height: 49px;
	border-radius: 8px;
}
.hero__section .btns{
	margin-top: 59px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.hero__section .btns>a.get__quote{
	font-size: 18px;
	line-height: 24px;
	color:#fff;
	text-decoration: none;
	margin-right: 35px;
}
.hero__section .btns>a.get__quote span{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-left: 10px;
}
.hero__section .btns>a.checklist__button span{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-left: 10px;
}
.hero__section .btns>a.checklist__button{
	border:2px solid #fff;
	font-size: 18px;
	line-height: 24px;
	color:#fff;
	text-decoration: none;
	background-color: rgba(0,0,0,0.6);
}
.hero__section .outer__hero{
	position: relative;
}

/* Hero crossfade: PRO (hero-back + float-image) <-> MAX (foodback + static) */

.hero__section::before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-image:url('../img/warehouse-bg.jpg');
	background-repeat:no-repeat;
	background-position:center;
	background-size:1560px;
	opacity:0;
	pointer-events:none;
	z-index:0;
	animation:heroBgFade 8s ease-in-out infinite;
}
.hero__section > .container{
	position:relative;
	z-index:1;
}
.outer__hero .media .static{
	animation:heroStaticFade 8s ease-in-out infinite;
}
.outer__hero .media .float-image{
	opacity: 0;
	animation:heroFloatFade 8s ease-in-out infinite;
}

.outer__hero .media .float-image-12 {
	visibility: hidden;
}

.outer__hero .media .float-image-32 {
	visibility: visible;
}

.hero__section .outer__hero .desc>ul{
	padding:0px;
	list-style-type: none;
	margin:0px;
	align-items: center;
	justify-content: flex-start;
	margin-top: 42px;
	position: relative;
	left:-4px;
}
.hero__section .outer__hero .desc>ul>li{
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	white-space: nowrap;
	font-size: 15px;
	line-height: 21px;
	font-weight: 400;
	color:#fff;
	margin-right: 41px;
}
.hero__section .outer__hero .desc>ul>li span{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-right: 12px;
}
.hero__section .outer__hero .desc>ul>li:last-child{
	margin-right: 0px;
}
.hero__section{
	background-repeat: no-repeat!important;
	background-size: cover!important;
	background-position: center!important;
	background-size: 1560px!important;
	background-color:#000!important;
	position: relative;
	box-sizing: content-box;
	height: 500px;
	border-bottom:5px solid #fff;
}

footer .outer__footer .top__footer>.elem ul>li>a{
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.outer__hero{
	min-height: 400px;
}

.outer__hero .media .float-image{
	position: absolute;
	top: 0px;
	right: -90px;
}
.outer__hero .media{
	width: 100%;
	position: absolute;
	top: 0;
	right: 0;
}
.outer__hero .media .static{
	position: absolute;
	top:65px;
	right: 50px;
	height: 400px;
}


.solutions__wrapper{
	padding-top: 41px;
	padding-bottom: 70px;
}
.solutions__wrapper .outer__solutions>.top{
	text-align: center;
	margin-bottom:40px;
}
.solutions__wrapper .container{
	max-width: 1400px;
}
.solutions__wrapper .outer__solutions>.top>p{
	margin:0px;
	font-size: 23px;
	line-height: 31px;
	color:#000000;
	font-weight: 400;
}
.solutions__wrapper .outer__solutions>.top>h2{
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 34px;
	line-height: 42px;
	letter-spacing: 1.2px;
	font-family:"Bitter" ,sans-serif;
	font-weight: bold;
	color:#000000;
}
.solutions__wrapper .container{
	max-width: 1380px;
}
.solutions__wrapper .outer__solutions .grid{
	display: grid;
	grid-template-columns: repeat(4 ,1fr);
	grid-column-gap: 40px;
}
.solutions__wrapper .outer__solutions .grid>.elem{
	width: 100%;
	border-radius: 15px;
	overflow:hidden;
}
.solutions__wrapper .outer__solutions .grid>.elem>.media>img{
	width: 100%;
	object-fit: cover;
	position: absolute;
	left:0px;
	top:0px;
	width: 100%;
	height:100%;
	object-fit: cover;
}
.solutions__wrapper .outer__solutions .grid>.elem{
	box-shadow:0px 0px 20px rgba(0,0,0,.5);
}
.solutions__wrapper .outer__solutions .grid>.elem .desc{
	padding-top: 8px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom:56px;
	position: relative;
	height: calc(100% - 90px);
}
.solutions__wrapper .outer__solutions .grid>.elem .desc .btn{
	position: absolute;
	right:26px;
	bottom:13px;
}
.solutions__wrapper .outer__solutions .grid>.elem>.media{
	display: flex;
	position: relative;
	align-items: center;
	height:90px;
	justify-content: center;
}
.solutions__wrapper .outer__solutions .grid>.elem .desc>p{
	margin-top: 0px;
	font-size: 19px;
	line-height: 22px;
	font-family:"Bitter" ,sans-serif;
	font-weight: bold;
	margin-bottom: 7px;
	letter-spacing: 0.6px;
}
.solutions__wrapper .outer__solutions .grid>.elem .desc .btn>p span{
	margin-left: 6px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.solutions__wrapper .outer__solutions .grid>.elem {
	text-decoration: none;
	color:#000;
}
.solutions__wrapper .outer__solutions .grid>.elem .desc .btn>p{
	display: inline-flex;
	align-items: center;
	font-weight: 500;
	justify-content: flex-end;
	text-decoration: none;
	font-size: 18px;
	line-height: 24px;
	color:#000000;
	transition:.3s ease all;
}

.hero__section .btns>a.checklist__button{
	transition:.3s ease all;
}
.hero__section .btns>a.checklist__button:hover{
	box-shadow:0px 0px 9px rgba(250, 9, 37, 0.94) , 0px 0px 9px rgba(250, 9, 37, 0.94),0px 0px 9px rgba(250, 9, 37, 0.94) , 0px 0px 9px rgba(250, 9, 37, 0.94),0px 0px 9px rgba(250, 9, 37, 0.94) , 0px 0px 9px rgba(250, 9, 37, 0.94),inset 0px 0px 9px rgba(250, 9, 37, 0.94),
	inset 0px 0px 9px rgba(250, 9, 37, 0.94),inset 0px 0px 9px rgba(250, 9, 37, 0.94),inset 0px 0px 9px rgba(250, 9, 37, 0.94),inset 0px 0px 9px rgba(250, 9, 37, 0.94),inset 0px 0px 9px rgba(250, 9, 37, 0.94);
}
.success__wrapper{
	background-color:#d4e3f7;
	padding-top: 30px;
	padding-bottom: 90px;
}
.success__wrapper .outer__success>h2{
	text-align: center;
	margin-bottom: 40px;
	margin-top: 0px;
	font-size: 38px;
	line-height: 44px;
	color:#000000;
	font-family: "Bitter" ,sans-serif;
	font-weight: bold;
	letter-spacing: 1.2px;
}
.success__wrapper .grid{
	display: grid;
	grid-template-columns: repeat(3 ,1fr);
	grid-column-gap: 65px;
	grid-auto-columns: 1fr;
}
.success__wrapper .grid>.elem{
	padding-top: 38px;
	border-radius: 25px;
	position: relative;
	background-color:#fff;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 31px;
}
.success__wrapper .grid>.elem>h2{
	text-align: center;
	margin-top: 0px;
	margin-bottom: 18px;
	font-size: 25px;
	line-height: 32px;
	font-family:"Bitter" ,sans-serif;
	color:#000000;
	font-weight: bold;
}
.success__wrapper .grid>.elem .bottom__author>p{
	margin:0px;
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	color:#000000;
}
.success__wrapper .grid>.elem .bottom__author{
	position: absolute;
	width: 100%;
	position: absolute;
	right:0px;
	bottom:17px;
	padding-right: 75px;
	text-align: right;
}
.success__wrapper .grid>.elem>p{
	text-align: center;
	margin-top: 0px;
	font-size: 18px;
	line-height: 24px;
	color:#000000;
}
.success__wrapper .grid>.elem>.top-left{
	position: absolute;
	top:-9px;
	left:8px;
}
.success__wrapper .grid>.elem>.bottom-right{
	position: absolute;
	bottom:-9px;
	right:8px;
}
.success__wrapper .grid>.elem:nth-child(1) , .success__wrapper .grid>.elem:nth-child(3){
	position: relative;
	top:6px;
}

footer{
	border-top:22px solid #ee3524;
	background-color:#010101;
}
footer .top__footer{
	position: relative;
	width: 100%;
	margin-bottom: 60px;
}
footer .top__footer:before{
	content:"";
	position: absolute;
	width: 1394px;
	left:50%;
	transform:translateX(-50%);
	height: 3px;
	background-color:#fff;
	bottom:-30px;
}
.bottom__assistant{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-top: 20px;
}
.bottom__assistant>a span img{
	max-width: 40px;
}
.bottom__assistant>a span{
	display: inline-flex;
	align-items: center;
	margin-right: 10px;
	justify-content: center;
}
.bottom__assistant>a{
	margin-right: -40px;
	font-size: 16px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	line-height: 22px;
	color:#fff;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 65px;
	padding-left: 55px;
	padding-right: 55px;
	background-color:#e73e2b;
	transition:.3s ease all;
}
.bottom__assistant>a:hover{
	opacity:.7;
}
footer .outer__footer .top__footer{
	display: flex;
	align-items: flex-start;
	padding-top: 43px;
	justify-content: space-between;
}
footer .outer__footer .top__footer>.elem>p{
	margin-top: 0px;
	margin-bottom: 27px;
	font-size: 26px;
	line-height: 32px;
	color:#fbf8f8;
}
footer .outer__footer .top__footer>.elem ul{
	padding:0px;
	list-style-type: none;
	margin:0px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
footer .outer__footer .top__footer>.elem ul>li{
	margin-bottom: 24px;
}
footer .outer__footer .top__footer>.elem ul>li>a:hover , footer .bottom__footer .bottom__right>ul li a:hover{
	color:rgba(250, 9, 37,1);
}
footer .outer__footer .top__footer>.elem ul>li>a{
	font-size: 20px;
	line-height: 25px;
	color:#fff;
	text-decoration: none;
	transition: .3s ease all;
}
footer .outer__footer .top__footer>.elem ul>li:last-child{
	margin-bottom: 0px;
}

footer .outer__footer .top__footer .elem .follow{
	width: 100%;
}
footer .outer__footer .top__footer .elem .follow ul>li:last-child{
	margin-right: 0px;
}
footer .outer__footer .top__footer .elem .follow ul>li{
	margin-bottom: 0px;
	margin-right: 8px;
}

footer .outer__footer .top__footer .elem .follow ul{
	padding:0px;
	list-style-type: none;
	margin:0px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: row;
}
footer .outer__footer .top__footer .elem .follow>p{
	margin-top: 0px;
	margin-bottom: 19px;
    font-size: 20px;
    line-height: 25px;
    color: #fff;
}

#email-signup{
	width: 100%;
	max-width: 370px;
	position: relative;
	margin-bottom: 32px;
	color: #fff;
}

#email-signup button{
	position: absolute;

	right:0px;
	top:0px;
	height: 100%;
	border-radius: 6px;
	background-color:#ee3524;
	padding-left: 24px;
	padding-right: 24px;
	transition:.3s ease all;
	outline:none;
	border:0px;
	font-size: 20px;
	line-height: 24px;
	color:#fff;
	font-weight: 500;
	cursor:pointer;
}
#email-signup .group__input{
	position: relative;
	margin-bottom: 5px;
}
#email-signup p {
	margin-top: 0px;
	margin-bottom: 24px;
    font-size: 20px;
    line-height: 25px;
    color: #fff;
    text-decoration: none;
}

#email-signup .consent-field {
	position: relative;
}

#email-signup .consent-checkbox {
	position: absolute;
	top: 5px;
	left: 5px;
	transform: scale(2);
}

#email-signup .consent-checkbox input {
	font-size: 20px;
	line-height: 20px
}

#email-signup .consent-field label {
	display: block;
	font-size: 12px;
	line-height: 15px;
	color: #999;
	margin-bottom: 10px;
	margin-left: 40px
}

#email-signup .error {
	color: rgb(250, 9, 37);
	font-size: 14px;
	line-height: 16px;
	display: none;
}

#email-signup p.form-success {
	color: green;
}

#email-signup a{
	color: #999;
}

#email-signup input.submit {
	width: 100%;
	height: 48px;
	background-color:#e6e0e0;
	font-size: 20px;
	border:0px;
	outline:none;
	line-height: 24px;
	border-radius: 6px;
	padding-left: 18px;
	padding-right: 150px;
}
footer{
	padding-bottom: 55px;
}

#email-signup input::-webkit-input-placeholder {
  color: #464545;
}
#email-signup input::-moz-placeholder {
  color: #464545;
}
#email-signup input:-ms-input-placeholder {
  color: #464545;
}
#email-signup input:-moz-placeholder {
  color: #464545;
}
footer .bottom__footer{
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
footer .bottom__footer>.copyright{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
footer .bottom__footer>.copyright>span{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 22px;
}
footer .bottom__footer>.copyright>p{
	margin:0px;
	font-size: 20px;
	line-height: 24px;
	color:#fff;
}
footer .bottom__footer .bottom__right{
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
}
footer .bottom__footer .bottom__right .btns{
	display: flex;
	flex-direction: column;
	align-items: center;
}
footer .bottom__footer .bottom__right .btns>a{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 5px;
	transition:.3s ease all;
}
footer .bottom__footer .bottom__right>ul>li.spacer{
	margin:0px 16px;
}
footer .bottom__footer .bottom__right>ul li a{
	color:#fff;
	text-decoration: none;
	transition:.3s ease all;
}
footer .bottom__footer .bottom__right>ul{
	padding:0px;
	list-style-type: none;
	color:#fff;
	font-size: 20px;
	line-height: 24px;
	margin:0px;
	margin-top: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
}
footer .bottom__footer .bottom__right>img{
	margin-left: 85px;
}
footer .bottom__footer .bottom__right .btns{
	margin-left: 72px;
}
footer .bottom__footer .bottom__right .btns>a:hover{
	opacity:.7;
}
footer .bottom__footer .bottom__right .btns>a:last-child{
	margin-bottom: 0px;
}
.bottom__assistant>a{
	margin-right: -18px;
}
.bottom__assistant>a{

    min-height: 74px;
    padding-right: 55px;
    padding-left: 55px;
    font-size: 22px;
}
.bottom__assistant>a span img{
	max-width: 60px;
}
header .outer__logo .controls>a{
	display: flex;
	align-items: center;
	justify-content: center;
}
body,html{
	overflow-x:hidden;
}

.solutions__wrapper .outer__solutions .grid>.elem{
	transition:.4s ease all;
	cursor:pointer;
}
.solutions__wrapper .outer__solutions .grid>.elem:hover{
	box-shadow:0px 0px 15px rgba(250, 9, 37,.94);
}

.solutions__wrapper .outer__solutions .grid>.elem .desc>span{
	font-size: 15px;
	line-height: 21px;
	color:#000;
}
.tickercontainer{
	height:auto!important;
}
.trusted ul li img{
	max-height: 60px;
}
header .outer__logo .controls>a{
	padding-right: 20px;
}
header .outer__logo .controls>span{
	margin:0px 20px;
}
header .outer__logo .controls{
	right: 0px;
	margin-left: 30px;
}

.solutions__wrapper .outer__solutions .grid>.elem:hover .desc>.btn>p{
	color:#fa0925;
}

header .outer__logo .controls span{
	margin:0px 21px;
}

.system__wrapper{
	padding-top: 60px;
	padding-bottom: 75px;
}
.grid__elements{
	display: flex;
	justify-content: space-between;
}
.grid__elements .elem{
	width: 33%;
}
.grid__elements .elem .double__images>.el>p span{
	font-size: 14px;
}
.grid__elements .elem .double__images>.el>span{
	font-size: 11px;
	line-height: 14px;
	text-align: center;
	display: block;
}
.grid__elements .elem .media{
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 165px;
}
.grid__elements .elem .double__images>.el>p{
	text-align: center;
	margin-top: 15px;
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 18px;
	color:#ee3524;
	font-family:"Bitter" ,sans-serif;
}
.or{
	margin-top: 28px;
	margin-bottom: 38px;
	max-width: 305px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
.or>span{
	width: 100%;
	display: inline-flex;
	height: 4px;
	background-color: #c2c2c2;
}
.or>p{
	margin:0px 13px;
	white-space: nowrap;
	font-size: 18px;
	line-height: 24px;
	color:#ee3524;
	font-family:"Bitter" ,sans-serif;
	font-weight: bold;
}
.grid__elements .elem .double__images>.el{
	margin-right: 20px;
}
.grid__elements .elem .double__images{
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
}
.grid__elements .elem>p{
	text-align: center;
	font-size: 14px;
	line-height: 18px;
}
.grid__elements .elem>h3{
	margin-bottom: 30px;
	text-align: center;
	margin-top: 0px;
	font-size: 25px;
	line-height: 29px;
	font-family:"Bitter" ,sans-serif;
	color:#ee3524;
	font-weight: bold;
	text-transform: uppercase;
}
.grid__elements .elem>h4 {
	font-size: 18px;
	text-align: center;
	margin-bottom: 0;
}
.system__wrapper .outer__system>.top>p{
	margin:0px;
    font-size: 23px;
    line-height: 31px;
    color: #000000;
    font-weight: 400;
}
.system__wrapper .outer__system>.top>h2{
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 40px;
	font-family:"Bitter" ,sans-serif;
	font-weight: bold;
}
.system__wrapper .outer__system>.top{
	text-align: center;
	margin-bottom: 35px;
}
.combine{
	text-align: center;
}
.combine>p{
	margin-top: 0px;
	margin-bottom: 5px;
	font-family:"Bitter" ,sans-serif;
	font-weight: bold;
	color:#ee3524;
	font-size: 18px;
}
.combine>span{
	font-size: 11px;
	line-height: 15px;
	color:#000000;
	display: block;
}
.customers__box .elem  .avatar{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-right: 18px;
}
.customers__box .elem .desc ul>li{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-right: 2px;
}
.customers__box .elem .desc ul>li:last-child{
	margin-right: 0px;
}
.customers__box .elem .desc ul{
	padding:0px;
	list-style-type: none;
	margin:0px;
	margin-top: 12px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.customers__box .elem .desc>span{
	font-size:14px;
	line-height: 18px;
	font-weight: 400;
}
.customers__box .elem .desc>p{
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
}
.customers__box .elem  .avatar img{
	min-width: 55px;
	max-width: 55px;
}
.customers__box .elem .google-logo{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	bottom:10px;
	right: 10px;
}
.customers__box .elem{
	position: relative;
	padding:15px;
	background-color:#fff;
	border-radius: 15px;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	padding-bottom: 36px;
	padding-right: 15px;
	text-decoration: none;
	color: #000;
}
.customers__box{
	display: grid;
	grid-template-columns: repeat(3 ,1fr);
	grid-column-gap: 43px;
}
.grid__elements>.elem.active .media{
	margin-top: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	left: 15px;
}
.grid__elements>.elem.active>ul{
	padding-left: 15px;
	margin:0px;
	max-width: 348px;
	margin-left: auto;
	margin-right: auto;
	font-size: 14px;
	position: relative;
	left: 15px;
	line-height: 18px;
}
.grid__elements>.elem.active>span{
	display: block;
	margin-bottom: 25px;
}
.grid__elements>.spacer{
	min-width: 3px;
	max-width: 3px;
	background-color: #c2c2c2;
}
.success__wrapper{
	padding-bottom: 30px;
}
.success__wrapper .outer__success>h2{
	margin-bottom: 20px;
}
.system__wrapper .elem.sensors >span{
	display: block;
	margin-bottom: 15px;
}
.system__wrapper .elem.sensors .mix>span{
	display: block;
	text-align: center;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
}
.system__wrapper .elem{
	position: relative;
	padding-bottom: 80px;
}
.system__wrapper .elem .btn>a span{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-left: 20px;
}
.system__wrapper .elem .btn>a:hover{
	box-shadow:0px 0px 8px 2px #000;
}
.system__wrapper .elem .btn>a{
	background-color: #ee3524;
	width: 100%;
	text-decoration: none;
	box-shadow:0px 0px 8px rgba(0,0,0,.3);
	border:2px solid #991100;
	border-radius: 8px;
	text-decoration: none;
	font-size: 17px;
	line-height: 23px;
	color:#fff;
	font-weight: 500;
	max-width: 250px;
	transition:.3s ease all;
	min-height: 46px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.system__wrapper .elem .btn{
	position: absolute;
	left:0px;
	width: 100%;
	display: flex;
	align-items: center;
	bottom:0px;
	justify-content: center;
}
.mix__grid .el{
	position: relative;
}
.mix__grid .el:nth-child(3)>p{
	left:5px;
}
.mix__grid .el:nth-child(4)>p{
	left:5px;
}
.mix__grid .el:nth-child(5)>p{
	left:5px;
}
.mix__grid .el>p{
	margin:0px;
	font-size: 11px;
	line-height: 14px;
	color:#000;
	position: absolute;
	left:10px;
	width: 100%;
	text-align: center;
	top:52px;
}
.mix__grid .el:nth-child(4){
	margin-right: 20px;
}
.mix__grid{
	display: flex;
	align-items: flex-start;
	justify-content:center;
	flex-wrap:wrap;
	gap:15px;
}
.system__wrapper .elem.sensors .mix{
	text-align: center;
	margin-top: 20px;
}

.grid__elements .elem .double__images{
	position: relative;
	left:-22px;
}
.grid__elements .elem .double__images>.el{
	margin-right: 5px;
}
.or{
	margin-top: 35px;
}
.grid__elements>.spacer{
	min-width: 2px;
	max-width: 2px;
}
.grid__elements>.spacer:nth-child(2){
	position: absolute;
	left: calc(33% + 5px);
	height:72%;
	top:16%;
}
.grid__elements>.spacer:nth-child(4){
	position: absolute;
	left: calc(66% + 10px);
	height:72%;
	top:16%;
}
.system__wrapper .container{
	max-width: 1380px;
}
.grid__elements{
	position: relative;
}
.customers__slide{
	padding-left: 15px;
	padding-right: 15px;
}
.customers__control{
	display: none!important;
}
.grid__elements>.elem.active>ul{
	left: 40px;
}
.trusted ul img{
	filter:grayscale(100%);
	max-width: 140px;
}
@media (max-width: 1440px){

	.outer__hero .media .static {
		right: 150px;
	}

}
.solutions__wrapper .outer__solutions .grid>.elem .desc .btn>p {
	margin:0px;
}
@media (max-width: 1360px){

	.grid__elements .elem .media img{
		max-width: 170px;
	}
	.grid__elements .elem .media{
		min-height: 135px;
	}
	.grid__elements .elem>h4{
		margin-bottom: 20px;
		font-size: 22px;
		line-height: 25px;
	}
	.grid__elements .elem .double__images{
		left:0px;
		max-width: 390px;
		margin-left: auto;
		margin-right: auto;
	}
	.grid__elements .elem.active .media img{
		max-width: 100%;
	}
	.grid__elements>.elem.active .media{
		left:15px;
	}
	.grid__elements>.elem.active>ul{
		left:0px;
	}
	.outer__hero .media .static {
		right: 100px;
	}
	.hero__section .outer__hero .desc>ul>li{
		font-size: 14px;
		line-height: 20px;
		margin-right: 25px;
	}
	.solutions__wrapper .outer__solutions .grid>.elem .desc>span{
		font-size: 14px;
		line-height: 18px;
	}
	.solutions__wrapper .outer__solutions .grid>.elem .desc .btn>p{
		font-size: 16px;
		line-height: 22px;
	}
	.solutions__wrapper .outer__solutions .grid>.elem .desc .btn>p span{
		margin-left: 3px;
	}
	.solutions__wrapper .outer__solutions .grid>.elem .desc .btn>p span img{
		max-width: 12px;
	}
	.solutions__wrapper .outer__solutions .grid>.elem .desc{
		padding-bottom: 42px;
	}
	.solutions__wrapper .outer__solutions .grid>.elem .desc .btn{
		right: 15px;
	}
	.solutions__wrapper .outer__solutions .grid>.elem .desc .btn>p{
		font-size: 14px;
		line-height: 18px;
	}
	.solutions__wrapper .outer__solutions .grid>.elem .desc>p{
		font-size: 17px;
		line-height: 20px;
		margin-bottom: 4px;
	}
	.solutions__wrapper .outer__solutions .grid>.elem .desc{
		padding-left: 15px;
		padding-right: 15px;
	}
	.success__wrapper .grid{
		grid-column-gap: 30px;
	}
	.bottom__assistant>a{
		margin-right: 0px;
	}
	.bottom__assistant>a span img{
		max-width: 50px;
	}
	.bottom__assistant>a{
		padding-left: 35px;
		padding-right: 35px;
		font-size: 19px;
	}
}
@media (max-width: 1280px){

	footer .bottom__footer .bottom__right>img{
		margin-left: 35px;
	}
	footer .bottom__footer .bottom__right .btns{
		margin-left: 35px;
	}
	.outer__hero .media .float-image {
		right: -140px;
	}

}

@media (max-width: 1200px){

	.hero__section {
		height: 430px;
	}
	.outer__hero .media .float-image{
		right: -160px;
		height: 430px;
	}
	.outer__hero .media .static{
		top: 45px;
		right: 80px;
		height: 360px;
	}
	.system__wrapper .outer__system>.top>h2{
		font-size: 30px;
		line-height: 36px;
	}
	.grid__elements .elem>h3{
		font-size: 20px;
		line-height: 23px;
		margin-bottom: 15px;
	}
	.grid__elements{
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.grid__elements .elem{
		width: 100%;
		max-width: 440px;
	}
	div.grid__elements>div.spacer{
		position: static!important;
		width: 100%;
		max-width: 440px!important;
		min-height: 2px;
		height: 2px!important;
		max-height: 2px;
		min-height: 0px;
		max-width: 100%;
		margin:25px 0px!important;
	}
	.customers__box{
		grid-column-gap: 24px;
	}
	.customers__box .elem .desc>span{
		font-size: 12px;
		line-height: 18px;
	}
	.customers__box .elem .desc>p{
		font-size: 12px;
		line-height: 16px;
	}
	.customers__box .elem .avatar{
		margin-right: 12px;
	}
	.customers__box .elem .avatar img{
		min-width: 48px;
		max-width: 48px;
	}
	header .outer__logo .menu>ul{
		margin-right: 20px;
	}
	header .outer__logo .controls{
		margin-left: 20px;
	}
	header .outer__logo .logo>a img{
		max-width: 200px;
	}
	header .outer__logo .menu>ul>li{
		margin-right: 25px;
	}
	header .outer__logo .menu>ul>li>a{
		font-size: 16px;

	}
	.hero__section .outer__hero .desc>h1{
		font-size: 30px;
		line-height: 38px;
	}
	.hero__section .outer__hero .desc>h1 span{
		font-size: 48px;
	}
	.hero__section .outer__hero .desc>p{
		font-size: 17px;
		line-height: 21px;
	}
	.hero__section .btns{
		margin-top: 35px;
	}
	.hero__section .btns>a.get__quote{
		margin-right: 20px;
	}
	.hero__section .outer__hero .desc>ul{
		margin-top: 35px;
	}
	.trusted>p{
		font-size: 16px;
		line-height: 22px;
	}
	.solutions__wrapper .outer__solutions .grid{
		grid-column-gap: 20px;
	}
	.success__wrapper .outer__success>h2{
		font-size: 30px;
		line-height: 36px;
	}
	.success__wrapper .grid>.elem>h2{
		font-size: 21px;
		line-height: 28px;
		margin-bottom: 12px;
	}
	.success__wrapper .grid>.elem>p{
		font-size: 16px;
		line-height: 22px;
	}
	.success__wrapper .grid>.elem .bottom__author>p{
		font-size: 16px;
		line-height: 22px;
	}
	.success__wrapper{
		padding-bottom: 55px;
	}

	footer .outer__footer .top__footer{
		display: grid;
		grid-template-columns: repeat(2 ,1fr);
		grid-column-gap: 30px;
		grid-row-gap:50px;
	}
	footer .outer__footer .top__footer>.elem ul>li>a{
		font-size: 17px;
		line-height: 22px;
	}
	footer .outer__footer .top__footer>.elem>p{
		margin-bottom: 15px;
		font-size: 22px;
		line-height: 26px;
	}
	#email-signup>p{
		font-size: 17px;
		line-height: 22px;
		margin-bottom: 15px;
	}
	#email-signup{
		margin-bottom: 24px;
	}
	footer .outer__footer .top__footer .elem .follow>p{
		margin-bottom: 15px;
		font-size: 17px;
		line-height: 22px;
	}
	footer .bottom__footer>.copyright>p{
		font-size: 17px;
		line-height: 21px;
	}
	footer .bottom__footer .bottom__right>ul>li.spacer{
		margin:0px 12px;
	}
	footer .bottom__footer .bottom__right>ul{
		font-size: 17px;
		line-height: 21px;
	}
	footer .bottom__footer .bottom__right .btns>a img{
		max-width: 110px;
	}
	footer .bottom__footer .bottom__right .btns{
		margin-left: 20px;
	}
	footer .bottom__footer .bottom__right>img{
		margin-left: 20px;
		max-width: 120px;
	}
	footer .bottom__footer>.copyright>span{
		margin-bottom: 15px;
	}
	footer .bottom__footer>.copyright>span img{
		max-width: 50px;
	}
}

.trusted ul li{
	padding:0px!important;
}
.customers__box .elem .desc>span{
	display: block;
	line-height: 21px;
}
.arrow-mobile{
	display: none;
}
.menu__button{
	display: none;
}
.menu__close{
	display: none;
}
html.menu-open, body.menu-open{
	overflow-y: hidden;
}

@media (max-width: 991px){
	.grid__elements>.elem.active>ul{
		font-size: 12px;
		line-height: 16px;
	}
	.system__wrapper{
		padding-top: 35px;
		padding-bottom: 35px;
	}
	.system__wrapper .outer__system>.top>h2{
		font-size: 24px;
		line-height: 30px;
	}
	.system__wrapper .outer__system>.top>p{
		font-size: 14px;
		line-height: 21px;
	}
	.grid__elements .elem>h3{
		font-size: 17px;
		line-height: 20px;
	}
	.grid__elements .elem>p{
		font-size: 12px;
		line-height: 16px;
	}
	.system__wrapper .elem{
		padding-bottom: 60px;
	}
	.system__wrapper .elem.sensors >span{
		margin-bottom: 5px;
	}
	.customers__box{
		grid-template-columns: 1fr;
		grid-row-gap:20px;
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.success__wrapper .container{
		padding-left: 0px;
		padding-right: 0px;
	}
	.customers__indicators{
		margin-top: 15px;
	}
	.menu__button{
		display: inline-flex;
		align-items: center;
		justify-content: center;
	}
	.menu__button>a{
		display: inline-flex;
		align-items: center;
		justify-content: center;
		min-width: 36px;
		max-width: 36px;
		min-height: 36px;
		max-height: 36px;
		position: relative;
		flex-direction: column;
	}
	.menu__button>a>span{
		min-width: 26px;
		min-height: 3px;
		border-radius: 5px;
		margin-bottom: 4px;
		display: inline-flex;
		background-color:#000;
	}
	.menu__button>a>span:last-child{
		margin-bottom: 0px;
	}
	header .outer__logo .menu.open{
		top:0px;
	}
	header .outer__logo .menu .menu__close{
		display: inline-flex;
		position: absolute;
		top:20px;
		right:20px;
		min-width: 36px;
		max-width: 36px;
		min-height: 36px;
		max-height: 36px;
		align-items: center;
		justify-content: center;
	}
	header .outer__logo .menu .menu__close>span{
		position: absolute;
		min-width: 26px;
		min-height: 3px;
		border-radius: 5px;
		background-color:#000;
	}
	header .outer__logo .menu .menu__close>span:first-child{
		transform:rotate(45deg);
	}
	header .outer__logo .menu .menu__close>span:last-child{
		transform:rotate(-45deg);
	}
	.top__bar{
		border-top:15px solid #FF321E;
		padding-top: 10px;
	}
	header{
		border-top:7px solid #a9c2e5;
	}
	header .outer__logo{
		padding-top: 15px;
		padding-bottom: 15px;
	}
	header .outer__logo .menu{
		position: fixed;
		top:0px;
		left:0px;
		width: 100%;
		height:100%;
		background-color:#fff;
		z-index: 4;
		flex-direction: column-reverse;
		align-items: center;
		justify-content: center;
		transition:.6s ease all;
		top:-100%;
	}
	header .outer__logo .controls{
		margin-left: 0px;
		margin-bottom: 15px;
	}
	header .outer__logo .menu>ul{
		margin-right: 0px;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	header .outer__logo .menu>ul>li{
		margin-right: 0px;
		margin-bottom: 15px;
	}
	header .outer__logo .menu .cart{
		margin-bottom: 15px;
	}

	.hero__section .outer__hero{
		padding-top:300px;
	}
	.hero__section .outer__hero .media{
		margin-right: 0px;
		padding-top: 20px;
	}
	.hero__section .outer__hero .media .static {
		height: 280px;
		top: 0;
		right: 0;
	}
	.hero__section .outer__hero>.float{
		top:24px;
	}
	.hero__section .outer__hero .desc>h1{
		font-size: 24px;
		line-height: 32px;
	}
	.hero__section .outer__hero .desc>h1 span{
		font-size: 40px;
	}
	.hero__section .outer__hero .desc>p{
		font-size: 16px;
		line-height: 20px;
	}
	.hero__section .btns{
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.hero__section .btns>a.get__quote{
		margin-right: 0px;
		width: 100%;
		margin-bottom: 15px;
	}
	.hero__section .btns>a.checklist__button{
		width: 100%;
	}
	.hero__section .outer__hero .desc>ul{
		margin-top: 20px;
		flex-direction: column;
	}
	.hero__section .outer__hero .desc>ul>li{
		margin-right: 0px;
		margin-bottom: 16px;
	}
	.hero__section .outer__hero .desc>ul>li:last-child{
		margin-bottom: 0px;
	}
	.hero__section .outer__hero>.float img{
		max-width: 120px;
	}
	.hero__section .outer__hero .desc{
		padding-top: 0px;
		padding-left: 0px;
		text-align: center;
		max-width: 440px;
		position:relative;
		margin: 0 auto;
	}
	.trusted ul li img{
		max-height: 40px;
	}
	.trusted{
		padding-top: 20px;
		padding-bottom: 24px;
	}
	.trusted ul li{
		margin:0px 25px!important;
	}
	.solutions__wrapper .outer__solutions>.top>h2{
		font-size: 26px;
		line-height: 34px;
		margin-bottom: 8px;
	}
	.solutions__wrapper .outer__solutions>.top{
		margin-bottom: 25px;
	}
	.solutions__wrapper{
		padding-top: 30px;
		padding-bottom: 40px;
	}
	.solutions__wrapper .outer__solutions .grid{
		grid-template-columns: repeat(2 ,1fr);
		max-width: 640px;
		margin-left: auto;
		margin-right: auto;
		grid-row-gap:25px;
	}
	.solutions__wrapper .outer__solutions>.top>p{
		font-size: 18px;
		line-height: 25px;
	}
	.success__wrapper .grid{
		grid-column-gap: 20px;
		grid-template-columns: repeat(3 ,1fr);
	}
	.success__wrapper .grid>.elem:nth-child(1), .success__wrapper .grid>.elem:nth-child(3){
		top:0px;
	}
	.success__wrapper .grid>.elem{
		padding-left: 15px;
		padding-right: 15px;
	}
	.success__wrapper .grid>.elem>p{
		font-size: 14px;
		line-height: 20px;
	}
	.success__wrapper .grid>.elem>h2{
		font-size: 18px;
		line-height: 25px;
		margin-bottom: 8px;
	}
	.success__wrapper .grid>.elem .bottom__author>p{
		font-size: 14px;
		line-height: 20px;
	}
	.success__wrapper .grid>.elem>.top-left{
		max-width: 40px;
	}
	.success__wrapper .grid>.elem>.bottom-right{
		max-width: 40px;
	}
	.success__wrapper .grid>.elem{
		padding-top: 25px;
		padding-bottom: 25px;
	}
	.success__wrapper .grid>.elem .bottom__author{
		padding-right: 50px;
	}
	.success__wrapper .outer__success>h2{
		font-size: 24px;
		line-height: 30px;
		letter-spacing: 0.5px;
	}
	.arrow-mobile img{
		max-width: 20px;
	}
	.arrow-mobile{
		margin-right: auto;
		margin-left: 10px;
		margin-top: 12px;
		margin-bottom: 12px;
	}
	.arrow-mobile{
		margin-top: 9px;
		margin-bottom: 9px;
	}
	.arrow-mobile{
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	footer .outer__footer .top__footer{
		padding-top: 25px;
	}
	footer{
		border-top:12px solid #ee3524;
	}
	footer .bottom__footer{
		flex-direction: column-reverse;
	}
	footer .bottom__footer .bottom__right{
		flex-direction: column-reverse;
		width: 100%;
		align-items: center;
		justify-content: center;
	}
	footer .bottom__footer>.copyright>p{
		font-size: 14px;
		line-height: 20px;
	}
	footer .bottom__footer .bottom__right>ul{
		font-size: 14px;
		line-height: 20px;
	}
	footer .bottom__footer>.copyright{
		width: 100%;
		align-items: center;
		margin-top: 30px;
	}
	footer .bottom__footer .bottom__right>img{
		margin-left: 0px;
		max-width: none;
	}
	footer .bottom__footer .bottom__right .btns{
		margin-left: 0px;
		margin-bottom: 20px;
	}
	footer .bottom__footer .bottom__right .btns>a img{
		max-width: 100%;
	}
	footer{
		padding-bottom: 25px;
	}
	
	.arrow-mobile{
		margin:15px 0px!important;
	}
	.arrow-mobile{
		width: 100%;
		margin:0px;
		display: flex;
		justify-content: center;
	}
	.success__wrapper .outer__success>h2{
		margin-bottom: 15px;
	}
	.success__wrapper{
		padding-bottom: 30px;
		padding-top: 30px;
	}
	.hero__section::before{
		background-size:cover;
	}
	.hero__section{
		background-size: cover!important;
		height: 750px;
	}
	.hero__section .outer__hero .media img.static{
		position: absolute;
		top: 20px;
		left: 50%;
		transform: translateX(-50%);
	}
	.hero__section .outer__hero .media {
		text-align: center;
	}
	.outer__hero .media{
		max-width: 100%;
	}
	.hero__section .outer__hero{
		max-width: 100%;
	}
	.outer__hero .media img.float-image{
		position: relative;
		top: 0;
		left: 0;
	}
	.outer__hero .media img.float-image-12 {
		visibility: visible;
		height: 260px;
	}

	.outer__hero .media img.float-image-32 {
		visibility: hidden;
		position: absolute;
	}

}
@media (max-width: 1100px) {
	.outer__hero .media .float-image {
		right: -220px;
	}
}
@media (max-width: 767px){
	.trusted ul li img{
		max-height: 32px;
	}
	.trusted{
		padding-top: 15px;
		padding-bottom: 20px;
	}
	.trusted ul li{
		margin:0px 20px!important;
	}
	.trusted>p{
		font-size: 14px;
		line-height: 20px;
	}
	.solutions__wrapper .outer__solutions>.top>p{
		font-size: 14px;
		line-height: 21px;
	}
	.bottom__assistant>a{
		width: 100%;
	}
	.bottom__assistant>a span img{
		max-width: 40px;
	}
	.bottom__assistant>a{
		min-height: 60px;
		font-size: 16px;
		line-height: 21px;
	}
	footer .bottom__footer>.copyright>p{
		text-align: center;
		font-size: 12px;
		line-height: 16px;
	}
	footer .outer__footer .top__footer .elem .follow>p{
		font-size: 14px;
		line-height: 18px;
	}
	#email-signup input{
		height: 40px;
		font-size: 16px;
		line-height: 22px;
		padding-right: 120px;
	}
	footer .outer__footer .top__footer .elem .follow ul{
		justify-content: center;
	}
	footer .outer__footer .top__footer .elem .follow ul li a img{
		max-width: 35px;
	}
	#email-signup button{
		padding-left: 16px;
		padding-right: 16px;
		font-size: 16px;
		line-height: 20px;
	}
	footer .outer__footer .top__footer{
		grid-template-columns: 1fr;
		align-items: center;
		justify-content: center;
		text-align: center;
	}
	footer .outer__footer .top__footer>.elem ul{
		align-items: center;
	}
	footer .outer__footer .top__footer>.elem ul>li>a{
		font-size: 14px;
		line-height: 18px;
	}
	footer .outer__footer .top__footer>.elem ul>li{
		margin-bottom: 15px;
	}
	footer .outer__footer .top__footer>.elem>p{
		font-size: 19px;
		line-height: 22px;
	}
	#email-signup>p{
		font-size: 14px;
		line-height: 18px;
	}
	#email-signup{
		margin-left: auto;
		margin-right: auto;
	}
	.modal-content {
		width: 95%;
		margin: 10% auto;
	}
	.modal-body {
		padding: 30px 20px 20px;
	}
}
@media (max-width: 640px){
	.success__wrapper .grid{
		grid-template-columns: 1fr;
		grid-row-gap:12px;
	}
}
@media (max-width: 480px){
	.mix__grid{
		max-width: 320px;
		margin-left: auto;
		margin-right: auto;
	}
	.mix__grid .el img{
		max-height: 130px;
	}
	.mix__grid .el:nth-child(4) img{
		max-height: 170px;
		margin-top: 3px;
	}
	.mix__grid .el:nth-child(5) img{
		position: relative;
		left:-5px;
	}
	.mix__grid .el>p{
		font-size: 9px;
		line-height: 12px;
		top:47px;
	}
	.grid__elements .elem .double__images{
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.grid__elements .elem .double__images>.el{
		margin-right: 0px;
		margin-bottom: 20px;
	}
	.grid__elements .elem .double__images>.el:last-child{
		margin-bottom: 0px;
	}
	.or{
		margin:20px auto;
	}
	.customers__box .elem{
		flex-direction: column;
		padding-bottom: 24px;
	}
	.customers__box .elem .avatar{
		margin-right: 0px;
		margin-bottom: 8px;
	}
	.hero__section .outer__hero .desc>p{
		font-size: 14px;
		line-height: 18px;
	}
	.hero__section .btns>a.get__quote , .hero__section .btns>a.checklist__button{
		font-size: 16px;
		line-height: 22px;
	}
	.hero__section .outer__hero .desc>p br{
		display: none;
	}
	.hero__section .outer__hero>.float img{
		max-width: 100px;
	}
	.hero__section .outer__hero .media img{
		width: 100%;
	}
	.hero__section .outer__hero .desc>h1{
		font-size: 21px;
		line-height: 28px;
	}
	.hero__section .outer__hero .desc>h1 span{
		font-size: 32px;
	}
	.solutions__wrapper .outer__solutions .grid{
		grid-template-columns: 1fr;
	}
}


/* Modal Styles */
.modal {
	display: none;
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	overflow: auto;
}

.modal-content {
	background-color: #fff;
	margin: 5% auto;
	padding: 0;
	border-radius: 8px;
	width: 90%;
	max-width: 600px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
	position: relative;
	animation: slideIn 0.3s ease-out;
}

@keyframes slideIn {
	from {
		transform: translateY(-50px);
		opacity: 0;
	}
	to {
		transform: translateY(0);
		opacity: 1;
	}
}

.modal-close {
	color: #aaa;
	position: absolute;
	right: 20px;
	top: 15px;
	font-size: 32px;
	font-weight: bold;
	cursor: pointer;
	transition: color 0.3s;
	z-index: 1;
}

.modal-close:hover,
.modal-close:focus {
	color: #000;
}

.modal-body {
	padding: 0px;
}

.modal-body h2 {
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 24px;
}

@keyframes heroBgFade{
	0%,35%   { opacity:0; }
	50%,85%  { opacity:1; }
	100%     { opacity:0; }
}
@keyframes heroStaticFade{
	0%,35%   { opacity:0; }
	50%,85%  { opacity:1; }
	100%     { opacity:0; }
}
@keyframes heroFloatFade{
	0%,35%   { opacity:1; }
	50%,85%  { opacity:0; }
	100%     { opacity:1; }
}

@media (prefers-reduced-motion: reduce){
	.hero__section::before,
	.outer__hero .media .static,
	.outer__hero .media .float-image{
		animation:none;
	}
}

/* Customer reviews carousel */
.customers__box .elem .avatar .avatar__letter{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 55px;
	height: 55px;
	min-width: 55px;
	min-height: 55px;
	border-radius: 50%;
	background-color: #1a73e8;
	color: #fff;
	font-family: "Open Sans", sans-serif;
	font-weight: 600;
	font-size: 24px;
	line-height: 1;
	text-transform: uppercase;
	user-select: none;
}
@media (max-width: 1200px){
	.customers__box .elem .avatar .avatar__letter{
		width: 48px;
		height: 48px;
		min-width: 48px;
		min-height: 48px;
		font-size: 20px;
	}
}
.customers__carousel{
	position: relative;
}
.customers__viewport{
	overflow: hidden;
}
.customers__track{
	display: flex;
	transition: transform 0.6s ease-in-out;
	will-change: transform;
}
.customers__track.no-transition{
	transition: none;
}
.customers__slide{
	flex: 0 0 100%;
	min-width: 0;
	width: 100%;
}
.customers__slide > .customers__box{
	margin: 0;
}
.customers__control{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 44px;
	height: 44px;
	border-radius: 50%;
	border: none;
	background-color: rgba(0,0,0,0.55);
	cursor: pointer;
	z-index: 2;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background-color 0.2s ease;
}
.customers__control:hover,
.customers__control:focus{
	background-color: rgba(0,0,0,0.8);
	outline: none;
}
.customers__control::before{
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}
.customers__control.prev{
	left: -22px;
}
.customers__control.next{
	right: -22px;
}
.customers__control.prev::before{
	transform: rotate(-135deg);
	margin-left: 4px;
}
.customers__control.next::before{
	transform: rotate(45deg);
	margin-right: 4px;
}
.customers__indicators{
	list-style: none;
	padding: 0;
	margin: 28px 0 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.customers__indicators > li{
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #b9c4d3;
	margin: 0 6px;
	cursor: pointer;
	transition: background-color 0.2s ease, transform 0.2s ease;
}
.customers__indicators > li.active{
	background-color: #ee3524;
	transform: scale(1.2);
}
@media (max-width: 1200px){
	.customers__control.prev{ left: -12px; }
	.customers__control.next{ right: -12px; }
}
@media (max-width: 800px){
	.customers__control{
		width: 38px;
		height: 38px;
	}
	.customers__control.prev{ left: 4px; }
	.customers__control.next{ right: 4px; }
}