.gobyweb2-connect-hero{
	position:relative;
	width:100%;
	min-height:665px;
	overflow:hidden;
	isolation:isolate;
	background:#eaf1ff;
	font-family:"Inter",sans-serif;
}
.gobyweb2-connect-hero *{box-sizing:border-box}
.gobyweb2-connect-hero__visual{
	position:absolute;
	inset:0;
	z-index:0;
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size:cover;
	pointer-events:none;
}
.gobyweb2-connect-hero__center-mask{
	--gb2-connect-mask:#edf4ff;
	position:absolute;
	z-index:1;
	left:50%;
	top:52%;
	width:760px;
	height:430px;
	transform:translate(-50%,-50%);
	pointer-events:none;
	background:var(--gb2-connect-mask);
	opacity:.99;
	-webkit-mask-image:radial-gradient(ellipse at center,#000 0%,#000 62%,rgba(0,0,0,.92) 74%,rgba(0,0,0,.55) 86%,transparent 100%);
	mask-image:radial-gradient(ellipse at center,#000 0%,#000 62%,rgba(0,0,0,.92) 74%,rgba(0,0,0,.55) 86%,transparent 100%);
	filter:blur(2px);
}
.gobyweb2-connect-hero__rings{
	--gb2-ring-blue:rgba(115,191,255,.62);
	--gb2-ring-green:rgba(202,255,225,.70);
	position:absolute;
	z-index:2;
	left:50%;
	top:48%;
	width:700px;
	height:700px;
	transform:translate(-50%,-50%);
	border-radius:50%;
	border:2px solid var(--gb2-ring-blue);
	box-shadow:0 0 22px rgba(103,181,255,.28), inset 0 0 18px rgba(185,255,230,.14);
	opacity:.46;
	pointer-events:none;
}
.gobyweb2-connect-hero__rings::before,
.gobyweb2-connect-hero__rings::after{
	content:"";
	position:absolute;
	border-radius:50%;
	inset:34px;
	border:2px solid var(--gb2-ring-green);
	opacity:.55;
	filter:drop-shadow(0 0 7px rgba(170,244,255,.45));
}
.gobyweb2-connect-hero__rings::after{
	inset:66px;
	border-color:var(--gb2-ring-blue);
	opacity:.34;
}
.gobyweb2-connect-hero--no-mask .gobyweb2-connect-hero__center-mask,
.gobyweb2-connect-hero--no-rings .gobyweb2-connect-hero__rings,
.gobyweb2-connect-hero--no-visual .gobyweb2-connect-hero__visual{display:none}
.gobyweb2-connect-hero__inner{
	position:relative;
	z-index:3;
	width:100%;
	max-width:1400px;
	min-height:inherit;
	margin:0 auto;
	padding:40px 24px;
	display:flex;
	align-items:center;
	justify-content:center;
}
.gobyweb2-connect-hero__content{
	--gb2-connect-x:18px;
	--gb2-connect-y:28px;
	position:relative;
	width:100%;
	max-width:660px;
	text-align:center;
	transform:translate(var(--gb2-connect-x),var(--gb2-connect-y));
}
.gobyweb2-connect-hero__heading{
	margin:0 0 22px;
	font-family:"Poppins",sans-serif;
	font-size:78px;
	font-weight:700;
	line-height:1.06;
	letter-spacing:-2.3px;
	color:#050a45;
}
.gobyweb2-connect-hero__subheading{
	margin:0 0 24px;
	font-family:"Poppins",sans-serif;
	font-size:26px;
	font-weight:600;
	line-height:1.35;
	color:#15182a;
}
.gobyweb2-connect-hero__description{
	max-width:520px;
	margin:0 auto;
	font-size:19px;
	font-weight:500;
	line-height:1.55;
	color:#20233a;
}
.gobyweb2-connect-hero__accent{
	display:block;
	width:160px;
	height:auto;
	margin:26px auto 0;
	overflow:visible;
}
.gobyweb2-connect-hero__accent path{stroke:#ff4b12}

@media (max-width:1024px){
	.gobyweb2-connect-hero{min-height:600px}
	.gobyweb2-connect-hero__inner{padding:44px 24px}
	.gobyweb2-connect-hero__content{--gb2-connect-x:0px;--gb2-connect-y:12px;max-width:610px}
	.gobyweb2-connect-hero__heading{font-size:58px;letter-spacing:-1.6px}
	.gobyweb2-connect-hero__subheading{font-size:22px}
	.gobyweb2-connect-hero__description{font-size:17px}
	.gobyweb2-connect-hero__rings{width:620px;height:620px;opacity:.38}
}
@media (max-width:767px){
	.gobyweb2-connect-hero{min-height:560px}
	.gobyweb2-connect-hero__inner{padding:54px 18px}
	.gobyweb2-connect-hero__visual{opacity:.72;background-position:50% 50%}
	.gobyweb2-connect-hero__center-mask{width:98%;height:88%;top:50%;opacity:.99;-webkit-mask-image:radial-gradient(ellipse at center,#000 0%,#000 66%,rgba(0,0,0,.92) 80%,rgba(0,0,0,.45) 93%,transparent 100%);mask-image:radial-gradient(ellipse at center,#000 0%,#000 66%,rgba(0,0,0,.92) 80%,rgba(0,0,0,.45) 93%,transparent 100%)}
	.gobyweb2-connect-hero__content{--gb2-connect-x:0px;--gb2-connect-y:0px;max-width:100%}
	.gobyweb2-connect-hero__heading{font-size:42px;line-height:1.08;letter-spacing:-1px;margin-bottom:16px}
	.gobyweb2-connect-hero__subheading{font-size:19px;line-height:1.38;margin-bottom:18px}
	.gobyweb2-connect-hero__description{max-width:100%;font-size:16px;line-height:1.55}
	.gobyweb2-connect-hero__accent{width:118px;margin-top:20px}
	.gobyweb2-connect-hero__rings{width:460px;height:460px;top:50%;opacity:.28}
}
@media (max-width:480px){
	.gobyweb2-connect-hero{min-height:520px}
	.gobyweb2-connect-hero__inner{padding-left:16px;padding-right:16px}
	.gobyweb2-connect-hero__heading{font-size:38px}
	.gobyweb2-connect-hero__subheading{font-size:18px}
	.gobyweb2-connect-hero__description{font-size:15px}
}
