* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

img {
	width: 100%;
}
iframe {
	vertical-align: bottom;
}

button {
	background: none;
	border: none;
	cursor: pointer;
}
p,
h1,
h2,
h3,
h4,
h5,
h6,
button,
ul,
ol,
li,
a,
q {
	font-family: jaf-bernina-sans, sans-serif;
}
p {
	font-size: 14px;
	line-height: 23px;
}
a {
	color: #007db9;
	text-decoration: none;
}

.container {
	max-width: 920px;
	margin: 0 auto;
}
body,
section {
	background-color: #fff;
}
.flex {
	display: flex;
	justify-content: space-between;
}
.btn,
.btn2 {
	text-decoration: none;
	background: #00bcf1;
	color: #003a5d;
	border-radius: 5px;
	padding: 9px 17px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
	transition: color 0.125s linear, background 0.125s linear;
	display: inline-block;
}
.btn:hover,
.btn:active {
	background: #003a5d;
	color: #00bcf1;
}

.btn2 {
	background: #b2d235;
}
.btn2:hover,
.btn2:active {
	background: #003a5d;
	color: #b2d235;
}

/* ⭐️ Homepage */

.hero {
	background: url(./images/hero_home.jpg) center center / cover no-repeat;
	padding: 80px 50px;
	border-bottom: 6px solid #007db9;
}
.hero .text {
	max-width: 400px;
	margin: 0 auto 0 0;
}
h1 {
	font-family: jaf-bernina-sans, sans-serif;
	font-weight: 300;
	font-size: 39px;
	line-height: 46px;
	color: #003a5d;
	margin: 0 0 30px 0;
}
h1 strong {
	font-weight: 600;
	color: #007db9;
	font-style: italic;
}
.logo_critical-linc {
	max-width: 230px;
}
.hero p {
	color: #00bcf1;
	font-size: 20px;
	font-weight: 600;
	margin: 0 0 30px 0;
}
@media only screen and (max-width: 763px) {
	.hero {
		background-position: right top;
		background-size: 135%;
		padding: 300px 0 0 0;
	}
	.hero .text {
		background: #f2fbfe;
		padding: 30px;
		text-align: center;
		max-width: unset;
	}
	.hero .text h1 {
		max-width: 400px;
		margin: 0 auto 30px auto;
	}
	.logo_critical-linc {
		margin: 0 auto;
	}
}
@media only screen and (max-width: 500px) {
	.hero {
		padding: 210px 0 0 0;
	}
}
.cat-s62 {
	padding: 0 0 40px 0;
	border-bottom: 6px solid #007db9;
}
.cat-s62 .image {
	background: url(./images/image_cat-s62.png) center center / cover no-repeat;
	height: 200px;
	margin-bottom: -130px;
}
.cat-s62 .flex {
	justify-content: space-evenly;
}
.cat-s62 .phone {
	max-width: 300px;
	margin: 0 15px 0 30px;
}
.cat-s62 .logo_cat {
	max-width: 94px;
}
.cat-s62 .text {
	max-width: 420px;
	margin: 100px 30px 0 15px;
}
.cat-s62 h3 {
	font-weight: 400;
	font-size: 20px;
	line-height: 25px;
	color: #003a5d;
	max-width: 253px;
	margin: 20px 0 10px 0;
}
.cat-s62 h2 {
	font-weight: 600;
	font-size: 50px;
	line-height: 40px;
	color: #007db9;
	font-style: italic;
	margin: 0 0 20px 0;
}
.cat-s62 p {
	margin: 0 0 20px 0;
}

@media only screen and (max-width: 600px) {
	.cat-s62 .image {
		margin-bottom: -50px;
	}
	.cat-s62 .flex {
		align-items: center;
		flex-direction: column;
	}
	.cat-s62 .phone {
		max-width: 200px;
		margin-bottom: -10px;
	}
	.cat-s62 .text {
		margin: 0 30px;
	}
	.cat-s62 h2 {
		font-size: 40px;
		line-height: 30px;
	}
}

.kc-cta {
	background: url(./images/texture.png) center center / cover no-repeat;
	text-align: center;
	padding: 20px 30px;
	border-bottom: 6px solid #b2d235;
}
.kc-cta a {
	color: #fff;
	font-weight: 400;
	font-size: 20px;
}
.map {
	border-bottom: 6px solid #007db9;
}
.map .image {
	flex: 7;
	background: url(./images/map.png) center center / cover no-repeat;
}
.map .text {
	flex: 5;
	padding: 30px;
}
.map h2 {
	font-size: 34px;
	line-height: 45px;
	font-weight: 400;
	color: #003a5d;
	margin: 0 0 20px 0;
}
.map .disclaimer {
	font-size: 9px;
	line-height: 14px;
	font-style: italic;
	margin: 40px 0 0 0;
}

@media only screen and (max-width: 650px) {
	.map .flex {
		flex-direction: column;
	}
	.map .image {
		height: 300px;
		flex: unset;
	}
}

.products {
	padding: 40px;
	border-bottom: 6px solid #b2d235;
	overflow: hidden;
}

.products h2 {
	font-size: 34px;
	line-height: 45px;
	font-weight: 400;
	color: #003a5d;
	max-width: 400px;
}
.products > p {
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	color: #00bcf1;
	margin: 10px 0 40px 0;
}
.slider {
	position: relative;
}
.products .slide {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0;
	display: flex;
	justify-content: space-evenly;
	gap: 30px;
	transition: opacity 0.3s linear;
	z-index: 1;
}

.products .slide.active {
	position: relative;
	opacity: 1;
	z-index: 10;
}
.products .slide .device {
	transform: translateY(100%);
	transition: transform 0.3s ease-in-out;
}
.products .slide.active .device {
	transform: translateY(0);
}
.products .slide .text {
	transform: translateX(100%);
	transition: transform 0.3s ease-in-out;
}
.products .slide.active .text {
	transform: translateX(0);
}

.products .slide .device {
	max-width: 250px;
}
.products .slide:nth-child(2) .device {
	max-width: 300px;
}
.products .slide:nth-child(3) .device {
	max-width: 400px;
}
.products .control_container {
	position: absolute;
	top: auto;
	right: 0;
	bottom: 0;
	left: auto;
	height: auto;
}
.products .slide-controller {
	position: absolute;
	padding: 0;
	z-index: 999;
	left: auto;
	right: 0;
	transform: translateX(-50%);
	bottom: 20px;
}
.products .slide-controller li {
	display: inline-block;
	width: 15px;
	height: 15px;
	margin: 0 2px;
	border-radius: 50%;
	background-color: #003a5d;
	transform: scale(0.75);
	transition: all 0.35s ease;
	cursor: pointer;
}
.products .slide-controller li.active {
	background: #b2d235;
}
.products .control_container .prev,
.products .control_container .next {
	display: none;
}
.products .slide .text {
	max-width: 400px;
	margin: 40px 0 40px 0;
}
.products .slide h4 {
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	color: #003a5d;
	margin: 0 0 10px 0;
	max-width: 190px;
}
.products .slide h3 {
	font-size: 28px;
	line-height: 35px;
	color: #007db9;
	font-style: italic;
	margin: 0 0 20px 0;
	font-weight: 600;
}
.products .slide p {
	font-size: 12px;
	line-height: 18px;
	margin: 0 0 50px 0;
}
@media only screen and (max-width: 600px) {
	.products .slide {
		flex-direction: column;
		align-items: center;
	}
	.products .slide .device {
		max-width: 150px;
		transform: translateX(50%);
	}
	.products .slide:nth-child(2) .device {
		max-width: 150px;
	}
	.products .slide:nth-child(3) .device {
		max-width: 200px;
	}
	.products .slide .text {
		margin: 0;
		max-width: unset;
	}
	.products .slide-controller {
		bottom: 0;
	}
}

.network .text {
	padding: 30px;
	background: #f5fdff;
}
.network .group {
	flex: 1;
}
.network .group:nth-of-type(2) .text {
	background: #e8f8fd;
}

.network .image {
	height: 250px;
}

.network .group:nth-of-type(1) .image {
	background: url(./images/image_tech_1.jpg) center center / cover no-repeat;
}
.network .group:nth-of-type(2) .image {
	background: url(./images/image_tech_2.jpg) center center / cover no-repeat;
}

.network .text h3 {
	font-size: 27px;
	line-height: 30px;
	font-weight: 400;
	color: #003a5d;
	max-width: 345px;
	margin: 0 0 30px 0;
}
.network .text p {
	line-height: 21px;
	margin: 0 0 20px 0;
}
@media only screen and (max-width: 650px) {
	.network .flex {
		flex-direction: column;
	}
}

/* ⭐️ Brand page */
#brand .hero {
	background: url(./images/hero_brand.jpg) center center / cover no-repeat;
	padding: 50px 50px 180px 50px;
}
#brand .hero p {
	font-size: 14px;
	line-height: 23px;
	font-weight: 400;
	color: #000;
}
@media only screen and (max-width: 763px) {
	#brand .hero {
		background-position: right top;
		background-size: 135%;
		padding: 300px 0 0 0;
	}
	#brand .hero .text {
		background: #f2fbfe;
		padding: 30px;
		text-align: center;
		max-width: unset;
	}
	#brand .hero .text p {
		margin: 0;
	}
	#brand .hero .text h1 {
		max-width: 400px;
		margin: 0 auto 30px auto;
	}
}
@media only screen and (max-width: 500px) {
	#brand .hero {
		padding: 210px 0 0 0;
	}
}

/* slider */
.employees {
	border-bottom: 6px solid #b2d235;
}
.employee_slider .text h3 {
	font-weight: 400;
	font-size: 24px;
	color: #003a5d;
}
.employee_slider .text h4 {
	font-weight: 400;
	font-size: 14px;
	line-height: 19px;
	color: #00bcf1;
	margin: 0 0 10px 0;
}
.employee_slider .text p {
	font-size: 14px;
	color: #000;
	margin: 0 0 15px 0;
}
.employee_slider .text q {
	font-style: italic;
	font-size: 18px;
	line-height: 25px;
	color: #007db9;
}
.employee_slider {
	width: 100%;
	overflow: hidden;
	position: relative;
	display: block;
	background: #fff;
	max-width: 1000px;
	margin: 0 auto;
}
.employee_slide {
	display: flex;
	position: absolute;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: opacity 0.3s linear;
}
.employee_slide.active {
	position: initial;
	opacity: 1;
}
.employee_slide .image {
	flex: 6 6 0;
}
.employee_slide .text {
	flex: 6 6 0;
	text-align: left;
	background: #fff;
	transform: translateX(100%);
	transition: transform 0.3s ease-in-out;
}
.employee_slide.active .text {
	transform: translateX(0);
}
.employee_slide .text div {
	padding: 40px;
	max-width: 500px;
}
.control_container {
	position: absolute;
	width: 50%;
	height: 100%;
	left: 0;
	top: 0;
}
.employee_slider .slide-control {
	position: absolute;
	padding: 0;
	z-index: 999;
	left: 50%;
	transform: translateX(-50%);
	bottom: 20px;
}
.employee_slider .slide-control li {
	display: inline-block;
	width: 15px;
	height: 15px;
	margin: 0 2px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.5);
	transform: scale(0.75);
	transition: all 0.35s ease;
	cursor: pointer;
	border: 1px solid rgba(0, 0, 0, 0.1);
}
.employee_slider .slide-control li.active,
.employee_slider .slide-control li:hover {
	background-color: #fff;
	transform: scale(1);
}
.employee_slider .prev,
.employee_slider .next {
	font-size: 2rem;
	padding: 10px 15px;
	background: rgba(255, 255, 255, 0.7);
	color: rgba(0, 0, 0, 0.3);
	display: block;
	transition: background 0.3s linear;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 999;
	cursor: pointer;
	border: none;
	left: 20px;
	border-radius: 5px;
	border: 1px solid rgba(0, 0, 0, 0.1);
}
.employee_slider .next {
	right: 20px;
	left: auto;
}
.employee_slider .prev:hover,
.employee_slider .next:hover {
	background: rgba(255, 255, 255, 1);
}
.employee_slider .prev:focus,
.employee_slider .next:focus {
	background: rgba(255, 255, 255, 1);
	-webkit-focus-ring-color: auto 1px;
	outline-color: #b2d235;
}
@media only screen and (max-width: 650px) {
	.employee_slide {
		flex-direction: column;
	}
	.employee_slide .image {
		flex: none;
		height: 250px;
	}
	.control_container {
		width: 100%;
		height: 250px;
	}
}
.video {
	border-bottom: 6px solid #00bcf1;
}
.video iframe {
	width: 100%;
	aspect-ratio: 16 / 9;
}
.success_stories {
	border-bottom: 6px solid #007db9;
	position: relative;
}
.success_stories .flex > div {
	flex: 1;
	padding: 40px 30px;
}
.success_stories .intro {
	background: #e8f8fd;
}
.success_stories h2 {
	font-size: 26px;
	font-weight: 400;
	line-height: 30px;
	color: #003a5d;
	margin: 0 0 20px 0;
}
.success_stories p {
	margin: 0 0 20px 0;
}
.success_stories .flex .stories {
	padding: 40px 60px;
	position: relative;
}
.story {
	position: absolute;
	z-index: 10;
	width: 70%;
}
.story.active {
	position: relative;
	width: 100%;
}
.story h2,
.story p,
.story a {
	opacity: 0;
	transition: opacity 0.5s linear;
}
.story.active h2,
.story.active p,
.story.active a {
	opacity: 1;
}

.slide-control2 {
	display: none;
}
.stories .control_container {
	width: 100%;
	display: flex;
	justify-content: space-between;
	pointer-events: visiblePainted;
}
.stories .control_container .prev,
.stories .control_container .next {
	color: #b7b7b7;
	font-size: 20px;
	padding: 20px;
}
@media only screen and (max-width: 650px) {
	.success_stories .flex {
		flex-direction: column;
	}
}

.benefits {
	background: #fff;
	padding: 40px 30px;
	text-align: center;
}
.benefits .btn {
	margin: 0 10px;
}
.benefits h2 {
	font-size: 26px;
	line-height: 30px;
	font-weight: 400;
	margin: 0 0 20px 0;
	color: #003a5d;
}
.benefits p {
	color: #000;
	max-width: 743px;
	margin: 0 auto;
}
.icon_group {
	display: flex;
	margin: 75px 0;
	justify-content: space-between;
	gap: 20px;
	max-width: 740px;
	margin: 40px auto 60px auto;
}
.icon_group .group:nth-child(2) {
	padding: 0 30px;
	margin: 0 30px;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
}
.icon_group .icon {
	height: 110px;
	width: 100%;
	display: flex;
	align-items: center;
	margin: 0 auto 10px auto;
}
.icon_group .shield {
	max-width: 94px;
}
.icon_group .battery {
	max-width: 104px;
}
.icon_group .lock {
	max-width: 85px;
}

.icon_group h3 {
	font-weight: 600;
	font-size: 20px;
	margin: 0 0 20px 0;
	color: #007db9;
}
.icon_group p {
	max-width: 200px;
}

@media only screen and (max-width: 673px) {
	.icon_group {
		flex-direction: column;
	}
	.icon_group .group:nth-child(2) {
		padding: 30px 0;
		margin: 0;
		border: none;
	}
	.icon_group p {
		max-width: 300px;
	}
}
