.banner100_nws {
	position: relative;
	overflow: hidden;
	padding: 215px 0;
}

.banner100_nws .container {
	position: relative;
}

.banner100_nws .flex-container p {
	color: var(--KSY-web-blue-1, #0946CE);
	text-align: center;
	font-family: Inter;
	font-size: 163px;
	font-style: normal;
	font-weight: 600;
	line-height: 100%; /* 163px */
	margin: 0 auto;
	letter-spacing: -8.15px;
}

.banner100_nws .newsletter {
	width: 450px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-radius: 26px;
	opacity: 0.9;
	background: #F2F2F2;
	padding: 40px 40px 50px 40px;
}

.banner100_nws .newsletter p {
	color: var(--KSY-web-blue-1, #0946CE);
	text-align: center;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 125%; /* 20px */
	letter-spacing: -0.16px;
	margin: 0 auto 16px auto;
}

.banner100_nws .newsletter .flex-container {
	gap: 25px;
}

.banner100_nws .newsletter .btn_arrow {
	padding: 0 20px;
	border: 1px solid var(--KSY-web-blue-1, #0946CE);
}

.banner100_nws .newsletter input {
	overflow: hidden;
	color: var(--KSY-web-blue-1, #0946CE);
	text-overflow: ellipsis;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 125%; /* 20px */
	letter-spacing: -0.16px;
	border: none;
	background: none;
	border-bottom: 1px solid #0946CE;
}

.banner100_nws .newsletter input::placeholder {
	color: var(--KSY-web-blue-1, #0946CE);
	text-overflow: ellipsis;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 125%; /* 20px */
	letter-spacing: -0.16px;
}

@media only screen and (max-width: 996px) {
	.banner100_nws {
		padding: 50px 0;
	}

	.banner100_nws .flex-container p {
		color: #0946ce;
    	display: block;
	    font-family: Inter;
	    font-size: 44px;
	    font-style: normal;
	    font-weight: 600;
	    line-height: 100%;
	    letter-spacing: -1.76px;
	    text-align: left;
	    margin-bottom: 20px;
	}

	.banner100_nws .newsletter {
		width: 100%;
		position: relative;
		top: auto;
		left: auto;
		-webkit-transform: translate(0, 0);
    	transform: translate(0, 0);
    	padding: 0;
	}

	.banner100_nws .newsletter p {
		text-align: left;
		font-family: Inter;
		font-size: 18px;
		font-style: normal;
		font-weight: 300;
		line-height: 120%; /* 21.6px */
		letter-spacing: -0.36px;

	}

	.banner100_nws .newsletter input {
		width: 100%;
		margin: 20px auto;
	}
}