@import url("https://use.typekit.net/dta5rlo.css");
/* 300, 400, 600 */
/* background: linear-gradient(238deg, #b2d235 20.52%, #829d18 100%); */
:root {
	--site-padding: 2rem;
	--blue: #007db9;
	--blue-light: #00bcf1;
	--blue-dark: #003a5d;
	--green: #b2d235;
	--red: #ec1c24;
}

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

html {
	scroll-behavior: smooth;
}

body {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	background: #fff;
	background-color: #fff;
	position: relative;
	font-family: "jaf-bernina-sans", sans-serif;
}

img {
	width: 100%;
} */

button {
	background: none;
	border: none;
	cursor: pointer;
}
.btn {
	background: var(--blue);
	display: inline-block;
	color: #fff;
	font-size: 16px;
	line-height: 12px;
	font-weight: 600;
	padding: 13px 14px;
	border-radius: 5px;
	text-decoration: none;
	transition: scale 0.1s ease;
}
.btn.red {
	background: var(--red);
}
.btn:hover {
	background: var(--blue-dark);
}
.btn.red:hover {
	background: #b11318;
}
.btn.red:active {
	scale: 0.95;
}
@media (max-width: 650px) {
	.btn {
		margin: 0 auto;
		display: block;
		padding: 1em 1.2em;
		max-width: 20rem;
	}
}
.container {
	width: 100%;
	max-width: calc(1200px + var(--site-padding) + var(--site-padding));
	margin: 0 auto;
	padding: 0 var(--site-padding);
}

/* Home */
/* .home-hero {
	overflow: hidden;
	position: relative;
	background: url("./images/hero_home.jpg") left center / cover no-repeat;
	border-bottom: 0.375rem solid var(--blue-light);
	padding: 25rem 0 7rem 0;
} */
 h1 {
	font-size: 40px;
	line-height: 1.2em;
	font-weight: 300;
	font-style: italic;
	color: #fff;
	margin: 0 0 0.625rem 0;
}

/* .home-hero .txt {
	width: 40vw;
	min-width: 27rem;
	max-width: 40rem;
	position: relative;
	z-index: 2;
	padding: 4rem 6rem 4rem 0;
}
.home-hero .txt::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: auto;
	width: 100vw;
	height: 100%;
	background: linear-gradient(238deg, #b2d235 20.52%, #829d18 100%);
	z-index: -1;
	clip-path: polygon(100% 100%, calc(100% - 3.5rem) 0, 0 0, 0 100%);
}

.home-hero p {
	font-size: 20px;
	line-height: 1.2em;
	color: var(--blue-dark);
}
.home-hero .cl_logo {
	max-width: 10rem;
} */

@media (max-width: 700px) {
	.home-hero {
		--image-height: 25rem;
		background: url("./images/hero_home.jpg") 80% 0% / auto var(--image-height)
			no-repeat;
		padding: var(--image-height) 0 0 0;
	}
	.home-hero .txt {
		width: 100%;
		min-width: unset;
		padding: 3rem 0;
	}
	.home-hero .txt h1,
	.home-hero .txt p {
		max-width: 28rem;
	}
	.home-hero .txt::before {
		top: auto;
		right: auto;
		bottom: 0;
		left: 50%;
		translate: -50% 0;
		width: 120vw;
		height: 100%;
		clip-path: unset;
	}
}

.opening {
	overflow: hidden;
}
.opening h2 {
	font-size: 1.8rem;
	line-height: 1.2em;
	color: var(--blue-light);
	margin: 0 0 0.6rem 0;
}
.opening h3 {
	font-size: 3rem;
	font-style: italic;
	font-weight: 300;
	line-height: 1.2em;
	color: #000;
	margin: 0 0 1.5rem 0;
	max-width: 37rem;
}
.opening p {
	margin: 0 0 1.5rem 0;
	max-width: 40rem;
}
.opening .group {
	display: flex;
}

.opening .photo {
	flex: 1;
	position: relative;
}
.opening .photo::after {
	content: "";
	position: absolute;
	inset: 0 0 auto auto;
	width: 50vw;
	height: 100%;
	background: url("./images/bg_cats62.jpg") center -180px / cover no-repeat;
	border-bottom: 0.375rem solid var(--blue-light);
}
.opening .txt {
	flex: 1;
	padding: 2.5rem 0 2.5rem 2.5rem;
}
@media (max-width: 650px) {
	.opening h3,
	.opening p {
		margin: 0 auto 1.5rem auto;
	}
	.opening .group {
		flex-direction: column;
		text-align: center;
	}
	.opening .photo {
		flex: unset;
		height: 45vw;
	}
	.opening .photo::after {
		flex: unset;
		inset: 0 calc(var(--site-padding) * -1);
		width: 100vw;
	}
	.opening .txt {
		flex: unset;
		padding: 2.5rem 0;
	}
}
.phones {
	padding: 2.5rem 0;
	text-align: center;
	overflow: hidden;
	border-bottom: 0.375rem solid var(--blue-light);
	position: relative;
}
.phones h2 {
	font-size: 2.75rem;
	line-height: 2.9rem;
	font-weight: 300;
	font-style: italic;
	margin: 0 0 0.625rem 0;
	color:#1d1d1d
}
.phones h3 {
	font-size: 1.8rem;
	line-height: 5rem;
	color: var(--blue-light);
	margin: 0 0 1.25rem 0;
}

.phones .swiper {
	margin: 2.5rem auto 0 auto;
}

.phones .device .txt {
	max-width: 18.75rem;
	margin: 0 auto;
	transition: opacity 0.3s linear;
}
.phones .device .img img {
	width: unset;
	max-height: 14.375rem;
}
.phones .device h4 {
	font-size: 1.6rem;
	/* line-height: 1.375rem; */
	color: var(--blue);
	margin: 1.25rem 0 0 0;
	font-weight: 600;
}
.phones .device p {
	font-size: 1.3rem;
	line-height: 1.2rem;
}
.phones .device a {
	font-size: 1.3rem;
	line-height: 1rem;
	color: #767676;
	text-decoration: none;
	display: inline-block;
	padding: 0.625rem;
}

.phones .device a:hover {
	color: var(--blue);
}
.phones .home-slider {
	position: relative;
	margin: 0 auto;
	padding: 0 2.5rem;
}

.phones .swiper-button-next,
.phones .swiper-button-prev {
	color: #fff;
	background: var(--blue);
	border-radius: 50%;
	display: inline-block;
	width: 3rem;
	height: 3rem;
	aspect-ratio: 1/1;
}
.phones .swiper-button-next {
	translate: -20rem 0;
}
.phones .swiper-button-prev {
	translate: 20rem 0;
}
.phones .swiper-button-next::after,
.phones .swiper-button-prev::after {
	font-size: 1.6rem;
	line-height: 1.875rem;
	position: absolute;
	top: 6px;
	right: auto;
	bottom: auto;
	left: 39%;
}
.phones .swiper-button-prev::after {
	right: 40%;
	left: auto;
}
.phones .swiper-button-next:hover,
.phones .swiper-button-prev:hover {
	background: var(--blue-dark);
}
.phones .swiper-button-next:active,
.phones .swiper-button-prev:active {
	transition: scale 0.1s ease;
	scale: 0.9;
}
.phones .swiper-button-next {
	right: var(--site-padding);
}
.phones .pag {
	display: none;
	margin: 0 0 2rem 0;
}
.phones .swiper-pagination-bullet {
	background: transparent;
	border: 1px solid var(--blue-light);
	opacity: 1;
}
.phones .swiper-pagination-bullet-active {
	background: var(--blue-light);
	border: 1px solid var(--blue-light);
}
@media (max-width: 600px) {
	.phones .home-slider {
		padding: 0 2.5rem 2rem 2.5rem;
	}
	.phones .device {
		transition: opacity 0.3s linear;
		width: 50%;
	}
	.phones .swiper-slide-next,
	.phones .swiper-slide-prev {
		opacity: 0.3;
		transition: translate 0.3s linear;
	}
	.phones .swiper-slide-next {
		translate: -20vw 0;
	}
	.phones .swiper-slide-prev {
		translate: 20vw 0;
	}
	.phones .swiper-slide-next .txt,
	.phones .swiper-slide-prev .txt {
		opacity: 0;
	}
	.phones .swiper {
		overflow: visible;
	}
	.phones .swiper-button-next,
	.phones .swiper-button-prev {
		display: none;
	}
	.phones .pag {
		display: block;
		/* translate: 0 4rem; */
	}
}
@media (max-width: 400px) {
	.phones .swiper-slide-next {
		translate: 0 0;
	}
	.phones .swiper-slide-prev {
		translate: 0 0;
	}
}

.people .swiper-slide {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	overflow: hidden;
}
.people .swiper-pagination-bullets.pag {
	position: absolute;
	top: auto;
	right: 0;
	bottom: 1.5rem;
	left: 0;
}
.people .group {
	display: flex;
	min-height: 450px;
}

.people h2 {
	font-size: 3rem;
	line-height: 3.5rem;
	font-weight: 300;
	font-style: italic;
	color: var(--blue-dark);
	margin: 0 0 0.625rem 0;
}
.people p {
	margin: 0 0 2rem 0;
}
.people .swiper-pagination-bullet {
	border: 1px solid #fff;
	opacity: 1;
	background: transparent;
}
.people .swiper-pagination-bullet-active {
	background: #fff;
}

.people .demands .wrapper2 {
	position: relative;
	flex: 2;
	padding: 2rem 8rem 2rem 0;
}
.people .demands .wrapper2::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: auto;
	width: 100vw;
	height: 100%;
	background: linear-gradient(238deg, #b2d235 20.52%, #829d18 100%);
	z-index: -1;
	clip-path: polygon(100% 100%, calc(100% - 3.5rem) 0, 0 0, 0 100%);
}
.people .demands .img {
	position: relative;
	flex: 3;

	margin: 1rem;
}
.people .demands .img::after {
	content: "";
	position: absolute;
	top: 0;
	right: auto;
	bottom: 0;
	left: -6rem;
	width: 58vw;
	background: url("./images/people_1.jpg") 50% 10% / cover no-repeat;
	clip-path: polygon(100% 100%, 100% 0, 0 0, 2.5rem 100%);
}
.people .demands .txt {
	padding: 8rem 0;
	max-width: 38rem;
}
.people .demands h2 {
	color: #fff;
}

.people .gap .wrapper2 {
	position: relative;
	flex: 2;
	padding: 2rem 2rem 2rem 0;
}
.people .gap .wrapper2::before {
	content: "";
	position: absolute;
	top: 0;
	right: -60vw;
	bottom: 0;
	left: auto;
	width: 110vw;
	height: 100%;
	background: linear-gradient(245deg, #005882 25.62%, #007db9 75.6%);
	z-index: -1;
	clip-path: polygon(100% 100%, 100% 10rem, 0 0, 0 100%);
}
.people .gap .img {
	position: relative;
	flex: 3;
	margin: 1rem;
}
.people .gap .img::after {
	content: "";
	position: absolute;
	top: 0;
	right: auto;
	bottom: 0;
	left: 0;
	width: 58vw;
	background: url("./images/people_2.jpg") 50% 10% / cover no-repeat;
}
.people .gap .txt {
	padding: 8rem 0;
	max-width: 38rem;
}
.people .gap h2 {
	color: #fff;
}
.people .gap p {
	color: var(--green);
}

.people .barriers .wrapper2 {
	position: relative;
	flex: 2;
	padding: 2rem 8rem 2rem 0;
}
.people .barriers .wrapper2::before {
	content: "";
	position: absolute;
	top: 1rem;
	right: 0;
	bottom: 1rem;
	left: auto;
	width: 100vw;
	background: linear-gradient(238deg, #b2d235 20.52%, #829d18 100%);
	z-index: -1;
	clip-path: polygon(100% 100%, calc(100% - 3.5rem) 0, 0 0, 0 100%);
}
.people .barriers .img {
	position: relative;
	flex: 3;
	z-index: -2;
}
.people .barriers .img::after {
	content: "";
	position: absolute;
	top: 0;
	right: auto;
	bottom: 0;
	left: -20vw;
	width: 73vw;
	background: url("./images/people_3.jpg") 50% 30% / cover no-repeat;
	clip-path: polygon(100% 100%, 100% 0, 0 0, 2.5rem 100%);
}
.people .barriers .txt {
	padding: 8rem 0;
	max-width: 38rem;
}
.people .barriers h2 {
	color: #fff;
}

.people .connections .wrapper2 {
	position: relative;
	margin: 1rem 0 1rem auto;
	padding: 0 0 0 6rem;
}
.people .connections .wrapper2::before {
	content: "";
	position: absolute;
	top: 0;
	right: auto;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100vw;
	background: linear-gradient(180deg, #005882 25.62%, #007db9 75.6%);
	z-index: -1;
	clip-path: polygon(100% 100%, 100% 0, 0 0, 3.5rem 100%);
}
.people .connections .img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100vw;
}
.people .connections .img::after {
	content: "";
	position: absolute;
	top: 0;
	right: auto;
	bottom: 0;
	left: 50%;
	translate: -50% 0;
	width: 100%;
	background: url("./images/people_4.jpg") center center / cover no-repeat;
	z-index: -2;
}
.people .connections .txt {
	padding: 8rem 0;
	max-width: 38rem;
}
.people .connections h2 {
	color: #fff;
}

.people .connections p {
	color: var(--green);
}

.people .dots .wrapper2 {
	position: relative;
	flex: 2;
	padding: 2rem 0 2rem 2rem;
	width: 40vw;
}
.people .dots .wrapper2::before {
	content: "";
	position: absolute;
	top: 0;
	right: 50%;
	translate: 50% 0;
	bottom: 0;
	left: auto;
	width: 100vw;
	height: 100%;
	background: linear-gradient(238deg, #b2d235 20.52%, #829d18 100%);
	z-index: -1;
	clip-path: polygon(100% 100%, 100% 0, 0 10rem, 0 100%);
}
.people .dots .img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: auto;
	flex: 3;
	width: 100%;
	margin: 1rem;
}
.people .dots .img::after {
	content: "";
	position: absolute;
	top: 0;
	right: auto;
	bottom: 0;
	left: 0;
	width: 58vw;
	background: url("./images/people_5.jpg") 50% 10% / cover no-repeat;
}
.people .dots .txt {
	width: 35vw;
	padding: 4rem 0 4rem 1rem;
	max-width: 38rem;
	margin: 0 0 0 auto;
}
.people .dots h2 {
	color: #fff;
}
.people .dots p {
	color: var(--blue-dark);
}

@media screen and (max-width: 650px) {
	.people .group {
		display: flex;
		flex-direction: column-reverse;
	}
	.people .demands .img,
	.people .barriers .img,
	.people .connections .img,
	.people .dots .img,
	.people .gap .img {
		height: 20rem;
		width: 100%;
		flex: unset;
		position: relative;
		margin: 0;
	}
	.people .demands .img::after,
	.people .barriers .img::after,
	.people .connections .img::after,
	.people .dots .img::after,
	.people .gap .img::after {
		top: 0;
		right: auto;
		bottom: 0;
		left: 50%;
		translate: -50% 0;
		width: 100vw;
		clip-path: unset;
		height: unset;
		background-position: center;
	}
	.people .wrapper2::before {
		display: none;
	}
	.people .demands .wrapper2,
	.people .barriers .wrapper2,
	.people .connections .wrapper2,
	.people .dots .wrapper2,
	.people .gap .wrapper2 {
		flex: unset;
		padding: 3rem 0;
		width: 100%;
	}
	.people .demands .txt,
	.people .barriers .txt,
	.people .connections .txt,
	.people .dots .txt,
	.people .gap .txt {
		width: 100%;
		max-width: unset;
		padding: 0;
		text-align: center;
	}
	.people .demands h2,
	.people .barriers h2,
	.people .connections h2,
	.people .dots h2,
	.people .gap h2,
	.people .demands p,
	.people .barriers p,
	.people .connections p,
	.people .dots p,
	.people .gap p {
		color: #000;
	}
	.people .swiper-pagination-bullets.pag {
		position: absolute;
		top: 18rem;
		right: 0;
		bottom: auto;
		left: 0;
	}
}
.about {
	background: #e8f8fd;
	border: 4px solid #fff;
	overflow: hidden;
}
.about .group {
	display: flex;
}
.about .group > div {
	flex: 1;
}
.about .img {
	height: 300px;
	position: relative;
}
.about .group > div .img::after {
	content: "";
	position: absolute;
	width: 50vw;
	height: 100%;
	border-bottom: 4px solid #fff;
}
.about .group > div:nth-child(1) .img::after {
	inset: 0 0 auto auto;
	background: url("./images/bg_map.jpg") center center / cover no-repeat;
}
.about .group > div:nth-child(2) .img::after {
	inset: 0 auto auto 0;
	background: url("./images/bg_server.jpg") right top / cover no-repeat;
}

.about .group > div:nth-child(1) .txt {
	padding: 40px 40px 40px 0;
}
.about .group > div:nth-child(2) .txt {
	padding: 40px 0 40px 40px;
}
.about .group > div:nth-child(1) {
	border-right: 2px solid #fff;
}
.about .group > div:nth-child(2) {
	border-left: 2px solid #fff;
}
.about h2 {
	font-size: 26px;
	line-height: 30px;
	font-weight: 100;
	font-style: italic;
	color: var(--blue-dark);
	margin: 0 0 10px 0;
}
.about p {
	margin: 0 0 20px 0;
	max-width: 49rem;
}
.about p a {
	color: var(--blue);
}
.about small {
	font-size: 12px;
	line-height: 11px;
	font-style: italic;
	display: inline-block;
	width: 70%;
}
.about .wrapper2 {
	display: flex;
	gap: 1rem;
	align-items: center;
}
@media screen and (max-width: 750px) {
	.about .wrapper2 {
		display: block;
	}
	.about .wrapper2 .btn {
		margin: 0 auto 1rem auto;
	}
}
@media screen and (max-width: 650px) {
	.about .group {
		flex-direction: column;
		text-align: center;
	}
	.about {
		border: none;
	}
	.about .group > div:nth-child(1) .img::after,
	.about .group > div:nth-child(2) .img::after {
		inset: 0 calc(var(--site-padding) * -1);
		width: 100vw;
	}
	.about .group > div:nth-child(1),
	.about .group > div:nth-child(2) {
		border-right: none;
		border-left: none;
	}
	.about .group > div:nth-child(1) .txt,
	.about .group > div:nth-child(2) .txt {
		padding: 40px 0;
	}
	.about p,
	.about h2 {
		max-width: unset;
	}
}
.cta .group {
	display: flex;
	justify-content: center;
	align-items: center;
}
.cta {
	background: url("./images/bg_pattern.jpg") center center / cover no-repeat;
	padding: 60px 0;
	border-top: 6px solid var(--green);
}
.cta p {
	font-size: 16px;
	line-height: 22px;
	color: #fff;
	margin: 0 20px 0 0;
}
@media screen and (max-width: 650px) {
	.cta .group {
		flex-direction: column;
		align-items: unset;
		gap: 1rem;
	}
	.cta p {
		margin: 0 0 20px 0;
		text-align: center;
	}
}
