/* Newbrickz Investment Brief Elementor Widget */

.newbrickz-investment-brief {
	position: relative;
	overflow: hidden;
	isolation: isolate;
	background: #f5f5f1;
	color: #102630;
	padding: 100px 0;
}

.newbrickz-investment-brief::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -2;
	background: #f5f5f1;
	opacity: .96;
}

.newbrickz-investment-brief::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background: linear-gradient(90deg, rgba(245,245,241,.96) 0%, rgba(245,245,241,.91) 46%, rgba(245,245,241,.86) 100%);
	pointer-events: none;
}

.newbrickz-investment-brief .nbib-shell {
	width: min(calc(100% - 96px), 1160px);
	margin: 0 auto;
}

.newbrickz-investment-brief .nbib-layout {
	display: grid;
	grid-template-columns: minmax(0,.82fr) minmax(0,1.18fr);
	gap: clamp(56px,6vw,92px);
	align-items: center;
}

.newbrickz-investment-brief .nbib-copy {
	min-width: 0;
}

.newbrickz-investment-brief .nbib-eyebrow {
	display: flex;
	align-items: center;
	gap: 13px;
	margin: 0 0 20px;
	color: #ad8b43;
	font-family: Inter, "Helvetica Neue", Arial, sans-serif;
	font-size: 11px;
	font-weight: 760;
	letter-spacing: .18em;
	line-height: 1.2;
	text-transform: uppercase;
}

.newbrickz-investment-brief .nbib-eyebrow::before {
	content: "";
	width: 34px;
	height: 1px;
	background: currentColor;
	flex: 0 0 auto;
}

.newbrickz-investment-brief .nbib-heading {
	max-width: 500px;
	margin: 0;
	color: #102630;
	font-family: "Iowan Old Style", Baskerville, "Times New Roman", serif;
	font-size: 56px;
	font-weight: 400;
	letter-spacing: -.045em;
	line-height: .96;
}

.newbrickz-investment-brief .nbib-lead {
	max-width: 520px;
	margin: 24px 0 0;
	color: #65767d;
	font-family: Inter, "Helvetica Neue", Arial, sans-serif;
	font-size: 15px;
	line-height: 1.76;
}

.newbrickz-investment-brief .nbib-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	margin-top: 30px;
	padding: 0 23px;
	border: 1px solid #cbd3d0;
	color: #061f2c;
	background: transparent;
	font-family: Inter, "Helvetica Neue", Arial, sans-serif;
	font-size: 12px;
	font-weight: 760;
	letter-spacing: .03em;
	text-decoration: none;
	transition: transform .2s ease, background .2s ease, color .2s ease;
}

.newbrickz-investment-brief .nbib-button span {
	margin-left: 13px;
	font-size: 17px;
	font-weight: 400;
}

.newbrickz-investment-brief .nbib-button:hover {
	transform: translateY(-2px);
	background: #061f2c;
	color: #fff;
}

.newbrickz-investment-brief .nbib-constellation {
	position: relative;
	width: min(100%,610px);
	height: 560px;
	margin-inline: auto;
}

.newbrickz-investment-brief .nbib-orbit {
	position: absolute;
	left: 50%;
	top: 50%;
	width: min(390px,68%);
	aspect-ratio: 1;
	border: 1px solid rgba(173,139,67,.43);
	border-radius: 50%;
	transform: translate(-50%,-50%);
}

.newbrickz-investment-brief .nbib-orbit::before {
	content: "";
	position: absolute;
	inset: 17%;
	border: 1px dashed rgba(173,139,67,.30);
	border-radius: 50%;
}

.newbrickz-investment-brief .nbib-center {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 158px;
	height: 158px;
	display: grid;
	place-items: center;
	text-align: center;
	border-radius: 50%;
	background: #061f2c;
	color: #fff;
	transform: translate(-50%,-50%);
	box-shadow: 0 16px 38px rgba(6,31,44,.12);
}

.newbrickz-investment-brief .nbib-center strong {
	font-family: "Iowan Old Style", Baskerville, "Times New Roman", serif;
	font-size: 23px;
	font-weight: 500;
	line-height: 1.08;
}

.newbrickz-investment-brief .nbib-point {
	position: absolute;
	width: 166px;
	padding: 9px 10px;
	background: rgba(245,245,241,.86);
	color: #102630;
	text-decoration: none;
}

.newbrickz-investment-brief .nbib-point-label {
	display: block;
	margin-bottom: 5px;
	color: #ad8b43;
	font-family: Inter, "Helvetica Neue", Arial, sans-serif;
	font-size: 9.5px;
	font-weight: 800;
	letter-spacing: .15em;
	text-transform: uppercase;
}

.newbrickz-investment-brief .nbib-point strong {
	display: block;
	font-family: "Iowan Old Style", Baskerville, "Times New Roman", serif;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.1;
}

.newbrickz-investment-brief .nbib-cp1 {
	left: 50%;
	top: 12px;
	transform: translateX(-50%);
	text-align: center;
}

.newbrickz-investment-brief .nbib-cp2 {
	right: 24px;
	top: 122px;
	text-align: left;
}

.newbrickz-investment-brief .nbib-cp3 {
	right: 24px;
	bottom: 118px;
	text-align: left;
}

.newbrickz-investment-brief .nbib-cp4 {
	left: 50%;
	bottom: 12px;
	transform: translateX(-50%);
	text-align: center;
}

.newbrickz-investment-brief .nbib-cp5 {
	left: 24px;
	bottom: 118px;
	text-align: right;
}

.newbrickz-investment-brief .nbib-cp6 {
	left: 24px;
	top: 122px;
	text-align: right;
}

.newbrickz-investment-brief .nbib-route {
	border-bottom: 1px solid rgba(173,139,67,.58);
	transition: background .2s ease, color .2s ease, border-color .2s ease;
}

.newbrickz-investment-brief .nbib-route em {
	display: inline-flex;
	align-items: center;
	margin-top: 8px;
	color: #ad8b43;
	font-family: Inter, "Helvetica Neue", Arial, sans-serif;
	font-size: 8.5px;
	font-style: normal;
	font-weight: 800;
	letter-spacing: .11em;
	text-transform: uppercase;
}

.newbrickz-investment-brief .nbib-route:hover {
	background: rgba(255,255,255,.34);
	border-bottom-color: #ad8b43;
}

.newbrickz-investment-brief .nbib-route:hover strong {
	color: #061f2c;
}

@media (max-width: 1220px) and (min-width: 1081px) {
	.newbrickz-investment-brief .nbib-layout {
		grid-template-columns: minmax(0,.88fr) minmax(0,1.12fr);
		gap: 42px;
	}

	.newbrickz-investment-brief .nbib-constellation {
		width: min(100%,550px);
		height: 520px;
	}

	.newbrickz-investment-brief .nbib-orbit {
		width: min(360px,68%);
	}

	.newbrickz-investment-brief .nbib-point {
		width: 150px;
	}

	.newbrickz-investment-brief .nbib-point strong {
		font-size: 18.5px;
	}

	.newbrickz-investment-brief .nbib-cp2 {
		right: 10px;
		top: 116px;
	}

	.newbrickz-investment-brief .nbib-cp3 {
		right: 10px;
		bottom: 112px;
	}

	.newbrickz-investment-brief .nbib-cp5 {
		left: 10px;
		bottom: 112px;
	}

	.newbrickz-investment-brief .nbib-cp6 {
		left: 10px;
		top: 116px;
	}
}

@media (max-width: 1080px) {
	.newbrickz-investment-brief::after {
		background: rgba(245,245,241,.91);
	}

	.newbrickz-investment-brief .nbib-layout {
		grid-template-columns: 1fr;
		gap: 48px;
	}

	.newbrickz-investment-brief .nbib-constellation {
		width: min(100%,610px);
		height: 560px;
	}
}

@media (max-width: 700px) {
	.newbrickz-investment-brief {
		padding: 100px 0;
	}

	.newbrickz-investment-brief .nbib-shell {
		width: calc(100% - 32px);
	}

	.newbrickz-investment-brief .nbib-layout {
		gap: 38px;
	}

	.newbrickz-investment-brief .nbib-heading {
		font-size: 38px;
	}

	.newbrickz-investment-brief .nbib-lead {
		font-size: 14px;
	}

	.newbrickz-investment-brief .nbib-constellation {
		height: auto;
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 1px;
		background: rgba(173,139,67,.22);
	}

	.newbrickz-investment-brief .nbib-orbit,
	.newbrickz-investment-brief .nbib-center {
		display: none;
	}

	.newbrickz-investment-brief .nbib-point,
	.newbrickz-investment-brief .nbib-cp1,
	.newbrickz-investment-brief .nbib-cp2,
	.newbrickz-investment-brief .nbib-cp3,
	.newbrickz-investment-brief .nbib-cp4,
	.newbrickz-investment-brief .nbib-cp5,
	.newbrickz-investment-brief .nbib-cp6 {
		position: static;
		width: auto;
		padding: 19px;
		text-align: left;
		background: rgba(245,245,241,.94);
		transform: none;
	}

	.newbrickz-investment-brief .nbib-point strong {
		font-size: 18px;
	}
}

@media (max-width: 380px) {
	.newbrickz-investment-brief .nbib-constellation {
		grid-template-columns: 1fr;
	}
}
