@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Asap");
@font-face {
	font-display: swap;
	/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: "Noto Sans";
	font-style: normal;
	font-weight: 400;
	src: url("fonts/Noto Sans/noto-sans-v39-latin-regular.woff") format("woff"), url("fonts/Noto Sans/noto-sans-v39-latin-regular.woff2") format("woff2");
	/* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
}

@font-face {
	font-display: swap;
	/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: "Noto Sans";
	font-style: normal;
	font-weight: 600;
	src: url("fonts/Noto Sans/noto-sans-v39-latin-600.woff") format("woff"), url("fonts/Noto Sans/noto-sans-v39-latin-600.woff2") format("woff2");
	/* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
}

@font-face {
	font-family: "Cambon";
	src: url("fonts/Cambon/Cambon-Bold.woff") format("woff"), url("fonts/Cambon/Cambon-Bold.woff2") format("woff2");
	font-display: swap;
}

@font-face {
	font-family: "Cambon";
	src: url("fonts/Cambon/Cambon-Bold.woff") format("woff"), url("fonts/Cambon/Cambon-Bold.woff2") format("woff2");
	font-display: swap;
}

* {
	box-sizing: border-box;
}

.d-none {
	display: none !important;
}

a {
	text-decoration: none;
}

b,
strong {
	font-weight: 700;
}

#wpadminbar {
	display: none !important;
}

.restricted-content {
	padding: 16px;
	z-index: 100;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.274116) 15.54%, rgba(255, 255, 255, 0.406583) 32.61%, rgba(255, 255, 255, 0.576566) 58.8%, #ffffff 104.7%);
}

.restricted-content.full {
	position: fixed;
	z-index: 101;
	background: rgba(31, 35, 37, 0.6);
}

.restricted-content .restricted-modal {
	padding: 24px;
	display: flex;
	flex-direction: column;
	background: #ffffff;
	height: fit-content;
	width: fit-content;
	max-width: 559px;
	box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.2);
}

.restricted-content .restricted-modal-header {
	display: flex;
	justify-content: space-between;
	gap: 4px;
}

.restricted-content .restricted-modal-header__close {
	align-self: start;
	background: transparent;
	border: 0;
	padding: 0;
	cursor: pointer;
}

.restricted-content .restricted-modal h3 {
	margin: 0 0 24px 0;
	font-family: "Noto Sans";
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	/* 28.6px */
	letter-spacing: -0.44px;
	font-weight: 600;
	color: #000000;
}

.restricted-content .restricted-modal p {
	font-family: "Noto Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 0;
	color: #202020;
	margin: 0 0 24px 0;
	padding: 0 0 24px 0;
	border-bottom: 1px solid #e7e7e7;
}

.restricted-content .restricted-modal p b {
	font-weight: 600;
}

.restricted-content .restricted-modal .restricted-modal-buttons {
	display: flex;
	gap: 8px;
	align-items: end;
}

.restricted-content .restricted-modal .restricted-modal-buttons .button {
	padding: 18px 14px;
}

.restricted-content .restricted-modal .restricted-modal-buttons .button:first-child {
	width: 75%;
}

.restricted-content .restricted-modal .restricted-modal-buttons .button.white {
	background: #ffffff;
	color: #122142;
	border: 1px solid #122142;
}

@media all and (min-width: 1024px) {
	.restricted-content .restricted-modal {
		margin-bottom: 24px;
	}
	.restricted-content .restricted-modal h3 {
		font-family: "Noto Sans";
		font-size: 24px;
		font-style: normal;
		font-weight: 400;
		line-height: 130%;
		/* 31.2px */
		letter-spacing: -0.48px;
		font-weight: 600;
		width: unset !important;
	}
	.restricted-content .restricted-modal .restricted-modal-buttons .button {
		width: 50%;
	}
	.restricted-content .restricted-modal .restricted-modal-buttons .button:first-child {
		width: 50%;
	}
}

.restricted-dimmer {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.274116) 0%, rgba(255, 255, 255, 0.1) 5%, rgba(255, 255, 255, 0.95) 20%, #ffffff 55%);
}

.restricted-dimmer .restricted-modal {
	margin-top: 123px;
}

@media all and (min-width: 1024px) {
	.restricted-dimmer {
		background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.85) 30%, #ffffff 55%);
	}
}

.restricted-dimmer-gist {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.274116) 0%, rgba(255, 255, 255, 0.1) 13%, rgba(255, 255, 255, 0.95) 27%, #ffffff 55%);
	max-height: 635px;
	max-height: 635px;
	z-index: 500;
}

.restricted-dimmer-gist .restricted-modal {
	margin-top: 131px;
}

@media all and (min-width: 1024px) {
	.restricted-dimmer-gist {
		background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 18%, rgba(255, 255, 255, 0.96) 43%, #ffffff 55%);
		max-height: 656px;
		min-height: 656px;
	}
	.restricted-dimmer-gist .restricted-modal {
		margin-top: 153px;
	}
}

.disabled-content {
	max-height: 635px;
	overflow: hidden;
}

@media all and (min-width: 1024px) {
	.disabled-content {
		max-height: 656px;
	}
}

@supports (-webkit-touch-callout: touch) {
	.card-carousel {
		scroll-behavior: unset !important;
	}
}

.mobile {
	display: inherit !important;
}

@media all and (min-width: 1024px) {
	.mobile {
		display: none !important;
	}
}

.desktop {
	display: none !important;
}

@media all and (min-width: 1024px) {
	.desktop {
		display: inherit !important;
	}
}

body.page-template-reuter {
	background: #f7f7f7;
}

#error {
	display: none;
}

@media all and (min-width: 1024px) {
	div {
		scrollbar-width: thin;
	}
	div::-webkit-scrollbar {
		width: 8px;
	}
	div::-webkit-scrollbar-thumb {
		background-color: #c7c7c7;
		outline: 1px solid #c7c7c7;
		border-radius: 8px;
	}
}

html[lang] {
	margin-top: 0 !important;
}

html,
body {
	padding: 0;
	margin: 0;
}

html.post, html.page, html.single,
body.post,
body.page,
body.single {
	margin: 0 1px 0 0;
}

html.no-scroll,
body.no-scroll {
	overflow: hidden;
}

.hidden {
	display: none;
}

.video-container {
	width: 100%;
	height: 58.5vw;
	max-height: 421px;
	max-width: 755px;
	margin: auto;
	position: relative;
	cursor: pointer;
	/* max-height: none;
  height: 219px; */
}

.video-container.playing .video-thumbnail {
	display: none;
}

.video-container .video-play-button {
	position: absolute;
	left: calc(50% - 17.5px);
	top: calc(50% - 17.5px);
	height: 35px;
}

.video-container .video-thumbnail {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.video-container .video,
.video-container iframe {
	width: 100%;
	height: 100%;
}

@media all and (min-width: 1024px) {
	.video-container {
		height: 421px;
		width: 755px;
	}
	.video-container .video-play-button {
		left: calc(50% - 42px);
		top: calc(50% - 42px);
		height: 84px;
	}
}

.img {
	position: relative;
}

.img:after {
	content: "";
	width: 100%;
	height: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #d7b753;
	opacity: 0.75;
	transition: height 0.2s ease-in-out;
}

.video-container-carousel {
	width: 100%;
	height: 58.5vw;
	max-height: 421px;
	margin-bottom: 26px;
	position: relative;
	cursor: pointer;
}

.video-container-carousel.playing .video-thumbnail {
	display: none;
}

.video-container-carousel .video-play-button {
	position: absolute;
	left: calc(50% - 17.5px);
	top: calc(50% - 17.5px);
	height: 35px;
}

.video-container-carousel .video-thumbnail {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.video-container-carousel .video,
.video-container-carousel iframe {
	width: 100%;
	height: 100%;
}

@media all and (min-width: 1024px) {
	.video-container-carousel {
		height: 421px;
		width: 671px;
	}
	.video-container-carousel .video-play-button {
		left: calc(50% - 42px);
		top: calc(50% - 42px);
		height: 84px;
	}
}

@media all and (min-width: 1024px) and (max-width: 1280px) {
	.video-container-carousel {
		width: 60%;
	}
}

.img {
	position: relative;
}

.img:after {
	content: "";
	width: 100%;
	height: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #d7b753;
	opacity: 0.75;
	transition: height 0.2s ease-in-out;
}

nav {
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	border-bottom: 1px solid #d7d7d7;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
	width: 100%;
	background: #ffffff;
}

nav .violator-banner {
	padding: 12px 16px;
	background: #242424;
}

nav .violator-banner .container {
	flex-direction: unset;
	display: flex;
	justify-content: space-between;
	align-items: baseline;
}

nav .violator-banner .container i {
	display: none;
}

nav .violator-banner .container span {
	font-family: "Noto Sans";
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	letter-spacing: 0;
	letter-spacing: 0.01em;
	color: #ffffff;
	width: 90%;
}

nav .violator-banner .container img {
	cursor: pointer;
}

nav .main {
	justify-content: space-between;
	display: flex;
	width: 100%;
	background: #ffffff;
	padding: 0 16px;
	height: 60px;
	align-items: center;
}

nav .main .logo {
	width: 118.24px;
	padding: 0;
	margin: 10px 0;
}

nav .main .search-icon {
	margin-left: auto;
	margin-right: 18px;
	height: 20px;
	width: 20px;
}

nav .main .mobile-nav {
	display: flex;
	align-items: center;
}

nav .main .mobile-nav img {
	width: 24px;
	height: 24px;
	cursor: pointer;
}

nav .main .mobile-nav .search-icon,
nav .main .mobile-nav .login-icon {
	margin-right: 20px;
}

nav .main .blue {
	display: block;
}

nav .main .white {
	display: none;
}

nav.with-transparent.transparent {
	background: transparent;
}

nav.with-transparent.transparent .main {
	background: transparent;
}

nav.with-transparent.transparent .main .blue {
	display: none;
}

nav.with-transparent.transparent .main .white {
	display: block;
}

@media all and (min-width: 1024px) {
	nav.with-transparent.transparent .main .desktop-nav a,
	nav.with-transparent.transparent .main .desktop-nav .with-sublinks span {
		color: #ffffff;
	}
	nav.with-transparent.transparent .main .desktop-nav a.search,
	nav.with-transparent.transparent .main .desktop-nav .with-sublinks span.search {
		color: #ffffff;
	}
	nav.with-transparent.transparent .main .desktop-nav a.search img.blue,
	nav.with-transparent.transparent .main .desktop-nav .with-sublinks span.search img.blue {
		display: none;
	}
	nav.with-transparent.transparent .main .desktop-nav a.search img.white,
	nav.with-transparent.transparent .main .desktop-nav .with-sublinks span.search img.white {
		display: block;
	}
}

@media all and (min-width: 1024px) {
	nav .main {
		align-items: unset;
	}
	nav .violator-banner .container {
		margin: 0 auto;
		max-width: 1180px;
	}
	nav .violator-banner .container i {
		background: rgba(252, 252, 252, 0.08);
		border-radius: 4px;
		padding: 4px 8px;
		font-style: normal;
		font-weight: bold;
		font-size: 12px;
		line-height: 160%;
		letter-spacing: 0.1em;
		text-transform: uppercase;
		color: #ffffff;
		margin-right: 12px;
	}
	nav .violator-banner .container span {
		font-style: normal;
		font-weight: normal;
		font-size: 16px;
		line-height: 160%;
		letter-spacing: 0.01em;
	}
	nav .main {
		height: 90px;
		margin: 0 auto;
		padding: 0;
		max-width: 1206px;
	}
	nav .main a {
		margin: 0 56px 0 0;
		display: flex;
		align-items: center;
	}
	nav .main a .logo {
		padding: 0;
		width: 201px;
		max-width: unset;
		margin: 0;
	}
	nav .main .desktop-nav {
		padding: 0;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		flex-direction: column;
	}
	nav .main .desktop-nav .other-links {
		display: flex;
		justify-content: flex-end;
		height: 50%;
		width: 100%;
		gap: 40px;
	}
	nav .main .desktop-nav .other-links a {
		margin: 0;
		font-family: "Noto Sans";
		font-size: 12px;
		font-style: normal;
		font-weight: 600;
		line-height: 140%;
		/* 16.8px */
		letter-spacing: 0.96px;
		color: #000000;
	}
	nav .main .desktop-nav .other-links a.search {
		color: #000000;
		font-family: "Noto Sans";
		font-size: 13px;
		font-style: normal;
		font-weight: 400;
		line-height: 120%;
		letter-spacing: 0;
	}
	nav .main .desktop-nav .other-links a.search img {
		margin-right: 14px;
		width: 16px;
	}
	nav .main .desktop-nav .other-links a.search img.white {
		display: none;
	}
	nav .main .desktop-nav .other-links a.search img.blue {
		display: block;
	}
	nav .main .desktop-nav .other-links a b {
		font-family: "Noto Sans";
		font-size: 13px;
		font-style: normal;
		font-weight: 400;
		line-height: 120%;
		letter-spacing: 0;
		font-weight: 600;
		margin-left: 2px;
	}
	nav .main .desktop-nav .links {
		width: 100%;
		display: flex;
		justify-content: flex-end;
		height: 50%;
		gap: 72px;
	}
	nav .main .desktop-nav .links a,
	nav .main .desktop-nav .links .with-sublinks span {
		display: flex;
		font-family: "Noto Sans";
		font-size: 12px;
		font-style: normal;
		font-weight: 600;
		line-height: 140%;
		/* 16.8px */
		letter-spacing: 0.96px;
		color: #000000;
		text-decoration: none;
		height: 100%;
		align-items: center;
		border-bottom: 2px solid transparent;
		border-top: 2px solid transparent;
		margin: 0;
		white-space: nowrap;
	}
	nav .main .desktop-nav .links a:hover, nav .main .desktop-nav .links a.active,
	nav .main .desktop-nav .links .with-sublinks span:hover,
	nav .main .desktop-nav .links .with-sublinks span.active {
		border-bottom: 2px solid #1783df;
	}
	nav .main .desktop-nav .links .with-sublinks {
		position: relative;
		height: 100%;
	}
	nav .main .desktop-nav .links .with-sublinks .sublinks {
		display: none;
		position: absolute;
		right: 0;
		padding: 12px 0;
		background: #ffffff;
		box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.2);
	}
	nav .main .desktop-nav .links .with-sublinks .sublinks a {
		padding: 8px 0;
		margin: 0 24px;
		color: #122142;
		white-space: nowrap;
		font-weight: 300;
		font-size: 13px;
		line-height: 120%;
		border-bottom: 0.5px solid #e7e7e7;
		text-transform: unset;
	}
	nav .main .desktop-nav .links .with-sublinks .sublinks a:last-child {
		border-bottom: none;
	}
	nav .main .desktop-nav .links .with-sublinks .sublinks.images-link {
		padding: 24px;
		border-top: none;
	}
	nav .main .desktop-nav .links .with-sublinks .sublinks.images-link .images-links {
		position: relative;
		display: flex;
		gap: 24px;
	}
	nav .main .desktop-nav .links .with-sublinks .sublinks.images-link .images-links.webinars .image-link {
		padding: 0;
		flex-direction: column;
		background-color: transparent;
		border: none;
		height: fit-content;
	}
	nav .main .desktop-nav .links .with-sublinks .sublinks.images-link .images-links.webinars .image-link > img {
		position: relative;
		width: 100%;
		height: 143px;
		opacity: 1;
	}
	nav .main .desktop-nav .links .with-sublinks .sublinks.images-link .images-links.webinars .image-link .textarea {
		width: 100%;
		border-left: 1px solid #d7b753;
		padding-left: 16px;
		display: flex;
		flex-direction: column;
		gap: 8px;
	}
	nav .main .desktop-nav .links .with-sublinks .sublinks.images-link .images-links.webinars .image-link .textarea h5 {
		font-family: "Noto Sans";
		font-size: 19px;
		font-style: normal;
		font-weight: 400;
		line-height: 130%;
		/* 24.7px */
		letter-spacing: -0.19px;
		color: #000000;
		white-space: break-spaces;
	}
	nav .main .desktop-nav .links .with-sublinks .sublinks.images-link .images-links.webinars .image-link .textarea span {
		font-family: "Noto Sans";
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 140%;
		letter-spacing: 0;
		color: #363330;
		text-transform: none;
	}
	nav .main .desktop-nav .links .with-sublinks .sublinks.images-link .images-links .image-link {
		width: 220px;
		height: 220px;
		margin: 0 0 24px 0;
		position: relative;
		display: flex;
		padding: 24px 16px 16px 16px;
		background: #1f1f1f;
		gap: 24px;
	}
	nav .main .desktop-nav .links .with-sublinks .sublinks.images-link .images-links .image-link > img {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
		opacity: 0.6;
	}
	nav .main .desktop-nav .links .with-sublinks .sublinks.images-link .images-links .image-link .textarea {
		z-index: 1;
		display: flex;
		flex-direction: column;
	}
	nav .main .desktop-nav .links .with-sublinks .sublinks.images-link .images-links .image-link .textarea span:hover, nav .main .desktop-nav .links .with-sublinks .sublinks.images-link .images-links .image-link .textarea span.active {
		border-bottom: none;
	}
	nav .main .desktop-nav .links .with-sublinks .sublinks.images-link .images-links .image-link .textarea b {
		text-align: right;
		font-family: "Noto Sans";
		font-size: 14px;
		font-style: normal;
		font-weight: 600;
		line-height: 120%;
		/* 16.8px */
		letter-spacing: 1.68px;
		text-transform: uppercase;
		color: #d7b753;
		margin: 0 0 8px 0;
	}
	nav .main .desktop-nav .links .with-sublinks .sublinks.images-link .images-links .image-link .textarea h5 {
		font-family: "Noto Sans";
		font-size: 19px;
		font-style: normal;
		font-weight: 400;
		line-height: 130%;
		/* 24.7px */
		letter-spacing: -0.19px;
		color: #ffffff;
		margin: 0;
	}
	nav .main .desktop-nav .links .with-sublinks .sublinks.images-link .images-links .image-link .textarea span {
		font-family: "Noto Sans";
		font-size: 13px;
		font-style: normal;
		font-weight: 400;
		line-height: 120%;
		letter-spacing: 0;
		color: #ffffff;
		height: auto;
	}
	nav .main .desktop-nav .links .with-sublinks .sublinks.images-link .images-links .image-link .textarea .border-line {
		width: 40px;
		border-top: 1px solid #d7b753;
		margin: 16px 0;
	}
	nav .main .desktop-nav .links .with-sublinks .sublinks.images-link .images-links .image-link .textarea a.download-button {
		color: #ffffff;
		text-align: right;
		font-family: "Noto Sans";
		font-size: 14px;
		font-style: normal;
		font-weight: 600;
		line-height: 120%;
		/* 16.8px */
		letter-spacing: 1.68px;
		text-transform: uppercase;
		text-align: center;
		margin: auto 0 0 0;
		padding: 0;
		height: auto;
	}
	nav .main .desktop-nav .links .with-sublinks .sublinks.images-link .images-links .image-link .textarea a.download-button img {
		margin-right: 8px;
	}
	nav .main .desktop-nav .links .with-sublinks .sublinks.images-link a.button {
		color: #ffffff;
		padding: 18px 56px;
		margin: 0 0 0 auto;
	}
	nav .main .desktop-nav .links .with-sublinks:hover .sublinks {
		display: block;
	}
}

@media all and (min-width: 1024px) and (min-width: 1024px) and (max-width: 1126px) {
	nav .main .desktop-nav .links {
		gap: 80px;
	}
}

@media all and (min-width: 1024px) {
	nav .main .desktop-nav .social-links {
		display: flex;
		margin-left: auto;
		flex-direction: unset;
		height: 100%;
	}
	nav .main .desktop-nav .social-links a {
		margin-right: 31px;
		height: 100%;
	}
	nav .main .desktop-nav .social-links a img {
		width: 24px;
	}
}

@media all and (min-width: 1024px) and (min-width: 1024px) and (max-width: 1126px) {
	nav .main .desktop-nav {
		margin-right: 36px;
	}
}

.side-line {
	width: 49px;
	height: 100%;
	border-left: 1px solid #a7a7a7;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10;
	display: none;
}

.side-line span {
	text-align: right;
	font-family: "Noto Sans";
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%;
	letter-spacing: 2.1px;
	text-transform: uppercase;
	text-transform: uppercase;
	color: #333333;
	writing-mode: vertical-lr;
	margin: 80px 35% 0 35%;
	white-space: nowrap;
}

.side-line span.white {
	color: #ffffff;
}

.side-line img {
	margin-bottom: 12px;
}

@media all and (min-width: 1024px) {
	.side-line {
		display: block;
	}
}

.login-nav-links,
.mobile-nav-links,
.search-modal {
	background: #122142;
	position: fixed;
	display: flex;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 101;
	display: flex;
	flex-direction: column;
	transition: opacity 0.5s ease, visibility 0.5s ease;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
}

.login-nav-links.search-modal,
.mobile-nav-links.search-modal,
.search-modal.search-modal {
	z-index: 102;
}

.login-nav-links.search-modal .head,
.mobile-nav-links.search-modal .head,
.search-modal.search-modal .head {
	border-bottom: 1px solid #273a66;
}

.login-nav-links.search-modal .head .x-mark,
.mobile-nav-links.search-modal .head .x-mark,
.search-modal.search-modal .head .x-mark {
	width: 24px;
}

.login-nav-links.search-modal .search-body,
.mobile-nav-links.search-modal .search-body,
.search-modal.search-modal .search-body {
	margin: 65px 16px;
	color: #ffffff;
	display: flex;
	flex-direction: column;
}

.login-nav-links.search-modal .search-body .search-bar h4,
.mobile-nav-links.search-modal .search-body .search-bar h4,
.search-modal.search-modal .search-body .search-bar h4 {
	font-family: "Noto Sans";
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	/* 28.6px */
	letter-spacing: -0.44px;
	color: #ffffff;
	margin: 0 0 26px 0;
}

.login-nav-links.search-modal .search-body .search-bar .search,
.mobile-nav-links.search-modal .search-body .search-bar .search,
.search-modal.search-modal .search-body .search-bar .search {
	margin: 0 0 40px 0;
	display: flex;
	height: 52px;
}

.login-nav-links.search-modal .search-body .search-bar .search input,
.mobile-nav-links.search-modal .search-body .search-bar .search input,
.search-modal.search-modal .search-body .search-bar .search input {
	height: 100%;
	width: 100%;
	padding: 12px;
	font-family: "Noto Sans";
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	letter-spacing: 0;
	color: #122142;
	border: none;
	border-radius: 0;
}

.login-nav-links.search-modal .search-body .search-bar .search input::placeholder,
.mobile-nav-links.search-modal .search-body .search-bar .search input::placeholder,
.search-modal.search-modal .search-body .search-bar .search input::placeholder {
	color: #a7a7a7;
}

.login-nav-links.search-modal .search-body .search-bar .search .button,
.mobile-nav-links.search-modal .search-body .search-bar .search .button,
.search-modal.search-modal .search-body .search-bar .search .button {
	padding: 15.5px 30px;
	width: 82px;
	display: flex;
	height: 100%;
	background: #1783df;
}

.login-nav-links.search-modal .search-body .search-bar .search .button img,
.mobile-nav-links.search-modal .search-body .search-bar .search .button img,
.search-modal.search-modal .search-body .search-bar .search .button img {
	width: 24px;
	height: 24px;
	max-width: unset;
	display: block;
}

.login-nav-links.search-modal .search-body .search-bar .search .button span,
.mobile-nav-links.search-modal .search-body .search-bar .search .button span,
.search-modal.search-modal .search-body .search-bar .search .button span {
	display: none;
}

.login-nav-links.search-modal .search-body .recommendations,
.mobile-nav-links.search-modal .search-body .recommendations,
.search-modal.search-modal .search-body .recommendations {
	display: flex;
	flex-direction: column;
}

.login-nav-links.search-modal .search-body .recommendations .left,
.mobile-nav-links.search-modal .search-body .recommendations .left,
.search-modal.search-modal .search-body .recommendations .left {
	margin: 0 0 40px 0;
}

.login-nav-links.search-modal .search-body .recommendations h5,
.mobile-nav-links.search-modal .search-body .recommendations h5,
.search-modal.search-modal .search-body .recommendations h5 {
	font-family: "Noto Sans";
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	/* 22.1px */
	letter-spacing: -0.17px;
	font-weight: 600;
	text-transform: uppercase;
	color: #ffffff;
	margin: 0 0 24px 0;
}

.login-nav-links.search-modal .search-body .recommendations ul,
.mobile-nav-links.search-modal .search-body .recommendations ul,
.search-modal.search-modal .search-body .recommendations ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.login-nav-links.search-modal .search-body .recommendations ul li a,
.mobile-nav-links.search-modal .search-body .recommendations ul li a,
.search-modal.search-modal .search-body .recommendations ul li a {
	font-family: "Noto Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 0;
	color: #ffffff;
}

.login-nav-links.search-modal.expand,
.mobile-nav-links.search-modal.expand,
.search-modal.search-modal.expand {
	opacity: 0.95;
}

@media all and (min-width: 1024px) {
	.login-nav-links.search-modal,
	.mobile-nav-links.search-modal,
	.search-modal.search-modal {
		max-height: 680px;
	}
	.login-nav-links.search-modal .head,
	.mobile-nav-links.search-modal .head,
	.search-modal.search-modal .head {
		height: 90px;
		justify-content: space-between;
	}
	.login-nav-links.search-modal .head .logo,
	.mobile-nav-links.search-modal .head .logo,
	.search-modal.search-modal .head .logo {
		height: 60.44px;
	}
	.login-nav-links.search-modal .search-body,
	.mobile-nav-links.search-modal .search-body,
	.search-modal.search-modal .search-body {
		width: 754px;
		margin: 69px auto 0 auto;
	}
	.login-nav-links.search-modal .search-body .search-bar h4,
	.mobile-nav-links.search-modal .search-body .search-bar h4,
	.search-modal.search-modal .search-body .search-bar h4 {
		font-family: "Noto Sans";
		font-size: 24px;
		font-style: normal;
		font-weight: 400;
		line-height: 130%;
		/* 31.2px */
		letter-spacing: -0.48px;
		margin: 0 0 24px 0;
	}
	.login-nav-links.search-modal .search-body .search-bar .search input,
	.mobile-nav-links.search-modal .search-body .search-bar .search input,
	.search-modal.search-modal .search-body .search-bar .search input {
		padding: 15px 12px;
		font-size: 16px;
		line-height: 140%;
	}
	.login-nav-links.search-modal .search-body .search-bar .search .button,
	.mobile-nav-links.search-modal .search-body .search-bar .search .button,
	.search-modal.search-modal .search-body .search-bar .search .button {
		padding: 18px 64px 18px 56px;
		width: 186px;
	}
	.login-nav-links.search-modal .search-body .search-bar .search .button img,
	.mobile-nav-links.search-modal .search-body .search-bar .search .button img,
	.search-modal.search-modal .search-body .search-bar .search .button img {
		display: none;
	}
	.login-nav-links.search-modal .search-body .search-bar .search .button span,
	.mobile-nav-links.search-modal .search-body .search-bar .search .button span,
	.search-modal.search-modal .search-body .search-bar .search .button span {
		display: block;
		text-align: right;
		font-family: "Noto Sans";
		font-size: 14px;
		font-style: normal;
		font-weight: 600;
		line-height: 120%;
		/* 16.8px */
		letter-spacing: 1.68px;
		text-transform: uppercase;
		/* identical to box height, or 17px */
		text-align: right;
	}
	.login-nav-links.search-modal .search-body .recommendations,
	.mobile-nav-links.search-modal .search-body .recommendations,
	.search-modal.search-modal .search-body .recommendations {
		flex-direction: unset;
	}
	.login-nav-links.search-modal .search-body .recommendations .left,
	.mobile-nav-links.search-modal .search-body .recommendations .left,
	.search-modal.search-modal .search-body .recommendations .left {
		width: 268px;
	}
}

.login-nav-links.expand,
.mobile-nav-links.expand,
.search-modal.expand {
	opacity: 1;
	visibility: visible;
}

.login-nav-links .head,
.mobile-nav-links .head,
.search-modal .head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 60px;
	padding: 10px 16px 15px 16px;
	border-bottom: 1px solid #a7a7a7;
}

.login-nav-links .head img,
.mobile-nav-links .head img,
.search-modal .head img {
	height: 35.5px;
}

.login-nav-links .head img.search-icon,
.mobile-nav-links .head img.search-icon,
.search-modal .head img.search-icon {
	width: 24px;
	height: 24px;
}

.login-nav-links .head img.x-mark,
.mobile-nav-links .head img.x-mark,
.search-modal .head img.x-mark {
	width: 30px;
	width: 30px;
}

.login-nav-links .links,
.mobile-nav-links .links,
.search-modal .links {
	padding: 40px 12px 0 12px;
}

.login-nav-links .links .link,
.mobile-nav-links .links .link,
.search-modal .links .link {
	padding: 21px 0;
	border-bottom: 1px solid #7bc2ff;
}

.login-nav-links .links .link a,
.mobile-nav-links .links .link a,
.search-modal .links .link a {
	font-family: "Noto Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 0;
	text-decoration: none;
	color: #ffffff;
	display: flex;
	justify-content: space-between;
	margin: 0 17px 0 12px;
}

.login-nav-links .links .link a img,
.mobile-nav-links .links .link a img,
.search-modal .links .link a img {
	transition: rotate 0.5s ease;
}

.login-nav-links .links .link .sublinks,
.mobile-nav-links .links .link .sublinks,
.search-modal .links .link .sublinks {
	max-height: 0;
	overflow: hidden;
	padding: 0 0 0 24px;
	display: flex;
	flex-direction: column;
}

.login-nav-links .links .link .sublinks a,
.mobile-nav-links .links .link .sublinks a,
.search-modal .links .link .sublinks a {
	font-family: "Noto Sans";
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
	/* 16.8px */
	letter-spacing: 0.96px;
	color: #f2f2f3;
	margin-bottom: 16px;
}

.login-nav-links .links .link .sublinks a:last-child,
.mobile-nav-links .links .link .sublinks a:last-child,
.search-modal .links .link .sublinks a:last-child {
	margin-bottom: 0;
}

.login-nav-links .links .link .sublinks a.view-all,
.mobile-nav-links .links .link .sublinks a.view-all,
.search-modal .links .link .sublinks a.view-all {
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 120%;
	text-align: right;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #d7b753;
	width: 100%;
	display: flex;
	justify-content: center;
	margin: 16px 0 8px 0 !important;
}

.login-nav-links .links .link .sublinks.images-link,
.mobile-nav-links .links .link .sublinks.images-link,
.search-modal .links .link .sublinks.images-link {
	padding: 0;
}

.login-nav-links .links .link .sublinks.images-link a,
.mobile-nav-links .links .link .sublinks.images-link a,
.search-modal .links .link .sublinks.images-link a {
	display: flex;
	justify-content: start;
}

.login-nav-links .links .link .sublinks.images-link a img,
.mobile-nav-links .links .link .sublinks.images-link a img,
.search-modal .links .link .sublinks.images-link a img {
	min-width: 47.5%;
	max-width: 47.5%;
	max-height: 113px;
	object-fit: cover;
}

.login-nav-links .links .link .sublinks.images-link a .textarea,
.mobile-nav-links .links .link .sublinks.images-link a .textarea,
.search-modal .links .link .sublinks.images-link a .textarea {
	margin: 0 0 0 16px;
	padding: 0 0 0 16px;
	width: 48.5%;
	border-left: 1px solid #d7b753;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.login-nav-links .links .link .sublinks.images-link a .textarea h5,
.mobile-nav-links .links .link .sublinks.images-link a .textarea h5,
.search-modal .links .link .sublinks.images-link a .textarea h5 {
	font-family: "Noto Sans";
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	/* 22.1px */
	letter-spacing: -0.17px;
	color: #ffffff;
	margin: 0 0 8px 0;
}

.login-nav-links .links .link .sublinks.images-link a .textarea span,
.mobile-nav-links .links .link .sublinks.images-link a .textarea span,
.search-modal .links .link .sublinks.images-link a .textarea span {
	font-family: "Noto Sans";
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	letter-spacing: 0;
	margin: 0;
	color: #ffffff;
}

.login-nav-links .links .link.expanded,
.mobile-nav-links .links .link.expanded,
.search-modal .links .link.expanded {
	border-bottom: none;
	padding-bottom: 0;
}

.login-nav-links .links .link.expanded > a img,
.mobile-nav-links .links .link.expanded > a img,
.search-modal .links .link.expanded > a img {
	transform: rotate(180deg);
}

.login-nav-links .links .link.expanded .sublinks,
.mobile-nav-links .links .link.expanded .sublinks,
.search-modal .links .link.expanded .sublinks {
	max-height: 1000px;
	padding-top: 20px;
	border-top: 1px solid #7bc2ff;
	margin-top: 21px;
}

.login-nav-links .links .link.expanded .sublinks.images-link,
.mobile-nav-links .links .link.expanded .sublinks.images-link,
.search-modal .links .link.expanded .sublinks.images-link {
	border-top: none;
	margin-top: 0;
	padding-bottom: 12px;
	border-bottom: 1px solid #7bc2ff;
}

.login-nav-links .links .link.expanded .sublinks.images-link a,
.mobile-nav-links .links .link.expanded .sublinks.images-link a,
.search-modal .links .link.expanded .sublinks.images-link a {
	margin: 0 0 16px 0;
}

.login-nav-links .other-links,
.mobile-nav-links .other-links,
.search-modal .other-links {
	margin: 24px;
	display: flex;
	flex-direction: column;
}

.login-nav-links .other-links a,
.mobile-nav-links .other-links a,
.search-modal .other-links a {
	font-family: "Noto Sans";
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
	/* 16.8px */
	letter-spacing: 0.96px;
	color: #ffffff;
	margin: 0 0 16px 0;
}

.login-nav-links .foot,
.mobile-nav-links .foot,
.search-modal .foot {
	margin-top: auto;
	padding: 26px 24px;
	display: flex;
	flex-direction: column;
}

.login-nav-links .foot span,
.mobile-nav-links .foot span,
.search-modal .foot span {
	font-family: "Noto Sans";
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	color: #ffffff;
	margin: 0 0 14px 0;
}

.login-nav-links .foot .social-links,
.mobile-nav-links .foot .social-links,
.search-modal .foot .social-links {
	display: flex;
}

.login-nav-links .foot .social-links a,
.mobile-nav-links .foot .social-links a,
.search-modal .foot .social-links a {
	height: 28px;
	width: 28px;
	margin-right: 32px;
}

.login-nav-links .foot .social-links a img,
.mobile-nav-links .foot .social-links a img,
.search-modal .foot .social-links a img {
	height: 28px;
	width: 28px;
}

.login-nav-links {
	height: unset;
}

.login-nav-links .head h2 {
	color: #ffffff;
	font-family: "Noto Sans";
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	/* 28.6px */
	letter-spacing: -0.44px;
	font-weight: 600;
}

.login-nav-links .links {
	padding-top: 12px;
	padding-bottom: 36px;
}

section {
	position: relative;
	display: flex;
	flex-direction: column;
	z-index: 1;
	/**
  * Page Bonds - Top Picks Tab
  **/
	/**
   * Card Setting for Bonds Landing Page
   **/
}

section .bg-img {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: -1;
}

section .container {
	max-width: 1142px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	width: 100%;
}

section .header-line-2 {
	z-index: 1;
	width: 100%;
	display: flex;
	background: linear-gradient(to right, #d7b753 24px, transparent 24px, transparent 100%);
}

section .header-line-2 .container {
	flex-direction: unset;
}

section .header-line-2 b {
	text-align: right;
	font-family: "Noto Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
	/* 16.8px */
	letter-spacing: 1.68px;
	text-transform: uppercase;
	padding: 8px 12px 8px 24px;
	color: #000000;
	background: #d7b753;
}

section .header-line-2 span {
	padding: 8px 16px;
	text-align: right;
	font-family: "Noto Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
	/* 16.8px */
	letter-spacing: 1.68px;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	text-transform: uppercase;
	flex-basis: 100%;
}

@media all and (min-width: 1024px) {
	section .header-line-2 {
		margin: auto;
		background: linear-gradient(to right, #d7b753 calc(50vw - 540px), transparent calc(50vw - 540px), transparent 100%);
	}
	section .header-line-2 b {
		padding-left: 0;
		background: #d7b753;
	}
}

@media all and (min-width: 1024px) and (max-width: 1126px) {
	section .header-line-2 .container b {
		padding: 8px 12px 8px 24px;
	}
}

section#hero {
	padding: 196px 24px 50px 24px;
	z-index: 2;
}

section#hero .side-line {
	top: 90px;
}

section#hero .long-arrow-down {
	position: absolute;
	right: 5px;
	bottom: -50px;
	z-index: 1;
	width: 30px;
	height: 134px;
}

section#hero .text-area {
	position: relative;
	display: flex;
	flex-direction: column;
}

section#hero .text-area h5 {
	font-family: "Noto Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
	letter-spacing: 1.68px;
	text-transform: uppercase;
	color: #ffffff;
	width: 100%;
	margin: 0 auto 16px auto;
}

section#hero .text-area h1 {
	font-family: "Cambon";
	font-style: normal;
	font-weight: 400;
	font-size: 45px;
	line-height: 100%;
	letter-spacing: -0.04em;
	color: #ffffff;
	margin: 0 auto 24px 0;
}

section#hero .text-area h1 span {
	color: #e1c56b;
}

section#hero .text-area p {
	font-family: "Noto Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 0;
	display: flex;
	align-items: center;
	color: #ffffff;
	margin: 0 auto 24px auto;
}

section#hero .text-area .button-container {
	width: 100%;
	display: flex;
}

@media all and (min-width: 1024px) {
	section#hero {
		flex-direction: unset;
		padding: 271px 20px 70px 20px;
		justify-content: end;
		min-height: 770px;
	}
	section#hero .long-arrow-down {
		bottom: -51px;
		right: 34px;
	}
	section#hero .container {
		justify-content: flex-end;
		flex-direction: unset;
	}
	section#hero .container .text-area {
		width: 656px;
	}
	section#hero .container .text-area h5 {
		font-size: 14px;
		line-height: 140%;
		letter-spacing: 0.14em;
		text-transform: uppercase;
	}
	section#hero .container .text-area h1 {
		font-size: 72px;
		line-height: 100%;
		letter-spacing: -0.04em;
	}
	section#hero .container .text-area p {
		font-size: 16px;
		line-height: 140%;
		max-width: 462px;
		margin: 0 auto 24px auto;
	}
	section#hero .container .text-area .button-container {
		max-width: 462px;
		margin: 0 auto;
		justify-content: flex-start;
	}
	section#hero .container .text-area .button-container a.button {
		margin: 0 auto 0 0;
	}
}

section#the-gist {
	padding: 0px;
}

section#the-gist .side-line {
	background: #ffffff;
}

section#the-gist .header-line {
	background: #ffffff;
}

section#the-gist .left {
	z-index: 1;
	padding: 0 16px;
	display: flex;
	flex-direction: column;
}

section#the-gist .left h1 {
	font-family: "Cambon";
	font-style: normal;
	font-weight: 400;
	font-size: 57px;
	line-height: 100%;
	letter-spacing: -0.04em;
	color: #000000;
	margin: 0;
}

section#the-gist .left span {
	font-family: "Noto Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
	letter-spacing: 1.68px;
	text-transform: uppercase;
	font-weight: 400;
	color: #1783df;
	margin: 41px 0 16px 0;
}

section#the-gist .left h3 {
	font-family: "Cambon";
	font-style: normal;
	font-weight: 400;
	font-size: 28px;
	line-height: 110%;
	letter-spacing: -0.02em;
	color: #122142;
	margin: 40px 0 32px 0;
}

section#the-gist .left img {
	width: 100%;
	margin-top: 40px;
}

section#the-gist .right {
	z-index: 1;
	display: flex;
	flex-direction: column;
	padding: 0 16px;
}

section#the-gist .right h4 {
	font-family: "Noto Sans";
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	/* 31.2px */
	letter-spacing: -0.48px;
	font-weight: 600;
	color: #122142;
	margin: 40px 0;
}

section#the-gist .right > ul {
	border-left: 1px solid #d7b753;
}

section#the-gist .right ul {
	padding: 0px 0 20px 30px;
	margin: 0;
}

section#the-gist .right ul li {
	font-family: "Noto Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 0;
	color: #202020;
	margin-bottom: 16px;
	list-style: none;
}

section#the-gist .right ul li::before {
	content: "•";
	font-size: 20px;
	vertical-align: bottom;
	line-height: 20px;
	margin-left: -15px;
	margin-right: 7px;
}

section#the-gist .right ul li:last-child {
	margin-bottom: 0;
}

section#the-gist .right ul li b {
	font-weight: 500;
}

section#the-gist .right a {
	margin: 40px 0 40px;
}

@media all and (min-width: 1024px) {
	section#the-gist {
		padding: 0px 0 71px;
		background: linear-gradient(to right, #d7b753 16px, #ffffff 16px, #ffffff 100%);
	}
	section#the-gist .container {
		flex-direction: unset;
		justify-content: space-between;
	}
	section#the-gist .container .left {
		flex-basis: 40%;
		padding: 0;
	}
	section#the-gist .container .left h1 {
		font-size: 48px;
		line-height: 100%;
		letter-spacing: -0.04em;
	}
	section#the-gist .container .left span {
		font-size: 14px;
		line-height: 140%;
		letter-spacing: 0.14em;
		text-transform: uppercase;
		margin-top: 105px;
	}
	section#the-gist .container .left h3 {
		font-family: "Cambon";
		font-style: normal;
		font-weight: 400;
		font-size: 31px;
		line-height: 120%;
		letter-spacing: -0.02em;
		color: #122142;
		margin: 55px 0 45px 0;
		white-space: nowrap;
	}
	section#the-gist .container .left img {
		margin-top: 85px;
	}
	section#the-gist .container .right {
		flex-basis: 50%;
		padding: 0;
		margin-right: 40px;
	}
	section#the-gist .container .right h4 {
		font-size: 25px;
		line-height: 130%;
		letter-spacing: -0.02em;
		order: 2;
		margin-top: 82px;
	}
	section#the-gist .container .right ul {
		order: 3;
	}
	section#the-gist .container .right ul li {
		font-size: 16px;
		line-height: 140%;
		letter-spacing: 0.02em;
	}
	section#the-gist .container .right a.button {
		order: 1;
		margin: 125px 0 0 auto;
		font-weight: 600;
	}
}

@media all and (min-width: 1024px) and (max-width: 1126px) {
	section#the-gist .container .left {
		margin-left: 20px;
	}
	section#the-gist .container .right {
		margin-right: 75px;
	}
	section#the-gist .container .right a.button {
		margin-right: 16px;
	}
}

@media all and (min-width: 1024px) and (max-width: 1280px) {
	section#the-gist .container .right a.button {
		margin-right: 20px;
	}
}

section#explainer-article {
	padding: 42px 0 430px 0;
	background: #f7f7f7;
	overflow: hidden;
}

section#explainer-article .header-line-2 {
	background: transparent;
}

section#explainer-article .header-line-2 .container {
	background: transparent;
	padding: 0 16px;
}

section#explainer-article .header-line-2 .container .subheader {
	display: flex;
	margin: 0;
}

section#explainer-article .header-line-2 .container .subheader b {
	text-align: right;
	font-family: "Noto Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
	/* 16.8px */
	letter-spacing: 1.68px;
	text-transform: uppercase;
	color: #1783df;
	background: transparent;
	padding: 0;
}

section#explainer-article .header-line-2 .container .subheader span {
	text-align: right;
	font-family: "Noto Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
	/* 16.8px */
	letter-spacing: 1.68px;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	color: #a7a7a7;
	margin: 0 0 0 16px;
	padding: 0 0 0 16px;
	border-left: 1px solid #d7d7d7;
	flex-basis: unset;
}

section#explainer-article .bg-img {
	object-fit: cover;
}

section#explainer-article .bg-img.mobile {
	height: auto;
	width: 100%;
}

section#explainer-article .bg-img-2 {
	position: absolute;
	bottom: 24px;
	right: 4.4%;
	width: 91.2%;
	max-width: unset;
}

section#explainer-article .side-line {
	background-color: #ffffff;
}

section#explainer-article .container {
	flex-direction: unset;
}

section#explainer-article .bg-img.mobile {
	bottom: 0;
	top: unset;
}

section#explainer-article .text-area {
	z-index: 1;
	padding: 0 16px;
	display: flex;
	flex-direction: column;
}

section#explainer-article .text-area .buttons {
	position: relative;
}

section#explainer-article .text-area .buttons a {
	display: flex;
	align-items: center;
	margin-bottom: 24px;
}

section#explainer-article .text-area h1 {
	font-family: "Cambon";
	font-style: normal;
	font-weight: 400;
	font-size: 57px;
	line-height: 100%;
	letter-spacing: -0.04em;
	color: #000000;
	margin: 26px 0 32px 0;
}

section#explainer-article .text-area p {
	font-family: "Noto Sans";
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	/* 28.6px */
	letter-spacing: -0.44px;
	color: #333333;
	margin: 0;
}

section#explainer-article .text-area h5 {
	margin: 40px 0 36px 0;
	font-family: "Noto Sans";
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	/* 31.2px */
	letter-spacing: -0.48px;
	font-weight: 600;
	font-size: 25px;
	color: #122142;
}

section#explainer-article .text-area ul {
	border-left: 1px solid #273a66;
	margin: 0 0 32px 0;
	padding: 0 0 0 40px;
}

section#explainer-article .text-area ul li {
	font-family: "Noto Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 0;
	font-weight: 600;
	color: #333333;
	margin-bottom: 16px;
	list-style: none;
}

section#explainer-article .text-area ul li::before {
	content: "•";
	font-size: 20px;
	vertical-align: bottom;
	line-height: 20px;
	margin-left: -15px;
	margin-right: 7px;
}

section#explainer-article .text-area ul li:last-child {
	margin-bottom: 0;
}

@media all and (min-width: 768px) {
	section#explainer-article {
		padding: 56px 0 850px 0;
	}
	section#explainer-article .bg-img-2 {
		bottom: 0%;
	}
}

@media all and (min-width: 1024px) {
	section#explainer-article {
		padding: 80px 0 80px 0;
	}
	section#explainer-article .header-line-2 .container {
		padding: 0;
	}
	section#explainer-article .bg-img-2 {
		max-width: 841px;
		right: 112px;
		bottom: 106px;
		width: 34.25%;
	}
	section#explainer-article .container {
		flex-direction: unset;
	}
	section#explainer-article .container .text-area {
		width: 753px;
		padding: 0;
	}
	section#explainer-article .container .text-area h1 {
		font-size: 76px;
		line-height: 100%;
		letter-spacing: -0.04em;
	}
	section#explainer-article .container .text-area p {
		font-size: 25px;
		line-height: 130%;
		max-width: 559px;
	}
	section#explainer-article .container .text-area ul {
		margin-bottom: 60px;
	}
	section#explainer-article .container .text-area a.button {
		margin: 0 24px 0 0;
		display: inline-block;
	}
}

@media all and (min-width: 1024px) and (max-width: 1126px) {
	section#explainer-article {
		padding: 80px 0 88px 24px;
	}
	section#explainer-article .container .text-area p {
		max-width: 460px;
	}
	section#explainer-article .container .text-area ul {
		max-width: 460px;
	}
}

section#latest-reads {
	padding: 40px 0 0 0;
	z-index: 1;
}

section#latest-reads.lr-bonds {
	padding: 40px 0 48px 0;
	background-color: #f7f7f7;
}

section#latest-reads.lr-bonds .button-container {
	margin: 40px 16px 0;
}

section#latest-reads.lr-bonds .articles .banner {
	width: auto;
}

section#latest-reads .bg-img {
	top: unset;
	bottom: 0;
	height: unset;
	z-index: -1;
}

section#latest-reads .head {
	width: 100%;
	display: flex;
	flex-direction: column;
	padding: 0 16px;
}

section#latest-reads .head .head-top {
	display: flex;
	flex-direction: column;
}

section#latest-reads .head .head-top h5 {
	font-family: "Noto Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
	letter-spacing: 1.68px;
	text-transform: uppercase;
	color: #1783df;
	margin: 0 0 12px 0;
}

section#latest-reads .head .head-top h1 {
	position: relative;
	font-family: "Cambon";
	font-style: normal;
	font-weight: 400;
	font-size: 40px;
	line-height: 100%;
	letter-spacing: -0.02em;
	color: #000000;
	margin: 0 0 40px 0;
	display: flex;
	justify-content: space-between;
	align-items: end;
}

section#latest-reads .head .head-top h1 .filter {
	position: relative;
	align-items: center;
	display: flex;
	gap: 16px;
}

section#latest-reads .head .head-top h1 .filter > span {
	font-family: "Noto Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 0;
	color: #122142;
}

section#latest-reads .head .head-top h1 .filter img {
	cursor: pointer;
}

section#latest-reads .head .head-top h1 .filter .toggle-images {
	display: flex;
}

section#latest-reads .head .head-top h1 .filter .toggle-images .active {
	display: none;
}

section#latest-reads .head .head-top h1 .filter .filter-container {
	display: none;
	position: absolute;
	width: 254px;
	top: 44px;
	right: 0;
	padding: 24px;
	box-sizing: border-box;
	z-index: 10;
	background: white;
	box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.2);
	flex-direction: column;
}

section#latest-reads .head .head-top h1 .filter .filter-container.show {
	display: flex;
}

section#latest-reads .head .head-top h1 .filter .filter-container.show + .toggle-images .inactive {
	display: none;
}

section#latest-reads .head .head-top h1 .filter .filter-container.show + .toggle-images .active {
	display: block;
}

section#latest-reads .head .head-top h1 .filter .filter-container h3 {
	font-family: "Noto Sans";
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	/* 31.2px */
	letter-spacing: -0.48px;
	color: #202020;
	padding-bottom: 24px;
	border-bottom: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
}

section#latest-reads .head .head-top h1 .filter .filter-container .filter-groups {
	border-bottom: 1px solid #f7f7f7;
	margin-bottom: 24px;
}

section#latest-reads .head .head-top h1 .filter .filter-container .filter-groups .filter-group {
	margin-bottom: 26px;
}

section#latest-reads .head .head-top h1 .filter .filter-container .filter-groups .filter-group h5 {
	font-family: "Noto Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
	letter-spacing: 1.68px;
	text-transform: uppercase;
	color: #122142;
	margin: 0 0 16px 0;
}

section#latest-reads .head .head-top h1 .filter .filter-container .filter-groups .filter-group .filter-group-value {
	display: flex;
	margin-bottom: 14px;
	align-items: center;
}

section#latest-reads .head .head-top h1 .filter .filter-container .filter-groups .filter-group .filter-group-value input {
	margin-right: 14px;
}

section#latest-reads .head .head-top h1 .filter .filter-container .filter-groups .filter-group .filter-group-value label {
	font-family: "Noto Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 0;
	color: #333333;
}

section#latest-reads .head .head-top h1 .filter .filter-container .buttons {
	display: flex;
	flex-direction: column;
}

section#latest-reads .head .head-top h1 .filter .filter-container .buttons a.button {
	width: 100%;
	padding: 18px 0;
	margin-bottom: 16px;
}

section#latest-reads .head .head-top h1 .filter .filter-container .buttons a.button.js-clear-filter {
	background: #ffffff;
	color: #122142;
	border: 1px solid #122142;
}

section#latest-reads .head .head-bottom {
	display: flex;
	flex-direction: column;
	width: 100%;
	padding: 24px 0 0 0;
}

section#latest-reads .head .head-bottom > span {
	font-family: "Noto Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 0;
	color: #333333;
}

section#latest-reads .head .head-bottom .applied-filters {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding: 16px 0;
	justify-content: flex-start;
	gap: 8px;
}

section#latest-reads .head .head-bottom .applied-filters .applied-filter {
	width: -moz-fit-content;
	width: fit-content;
	padding: 8px 16px;
	margin: 4px 0;
	text-align: center;
	background: #122142;
	color: #ffffff;
	box-sizing: border-box;
	font-family: "Noto Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
	letter-spacing: 1.68px;
	text-transform: uppercase;
}

section#latest-reads .article {
	border-bottom: 1px solid #f7f7f7;
	background-color: #fff;
	border-bottom: 1px solid #f7f7f7;
	margin: 25px 0 0;
	display: flex;
	flex-direction: column;
	padding: 0 0 25px;
}

section#latest-reads .article:nth-child(1) {
	margin: 0;
}

section#latest-reads .article:nth-child(5), section#latest-reads .article:nth-child(6) {
	display: none;
}

section#latest-reads .article .banner {
	width: 100vw;
	position: relative;
}

section#latest-reads .article .banner:after {
	content: "";
	width: 100%;
	height: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #d7b753;
	opacity: 0.75;
	transition: height 0.2s ease-in-out;
}

section#latest-reads .article .banner img {
	min-height: 219px;
	width: 100%;
	object-fit: fill;
}

section#latest-reads .article .banner span {
	position: absolute;
	padding: 8px 12px;
	text-align: right;
	font-family: "Noto Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
	/* 16.8px */
	letter-spacing: 1.68px;
	text-transform: uppercase;
	background: #d7b753;
	top: 16px;
	left: 16px;
	color: #000000;
}

section#latest-reads .article .title {
	padding: 0 24px;
	width: 100%;
	display: flex;
	flex-direction: column;
	margin: 24px 0 51px 0;
}

section#latest-reads .article .title .subheader {
	display: flex;
	margin: 0 0 10px 0;
}

section#latest-reads .article .title .subheader b {
	text-align: right;
	font-family: "Noto Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
	/* 16.8px */
	letter-spacing: 1.68px;
	text-transform: uppercase;
	color: #1783df;
}

section#latest-reads .article .title .subheader span {
	font-family: "Noto Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
	letter-spacing: 1.68px;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	color: #a7a7a7;
	margin: 0 0 0 16px;
	padding: 0 0 0 16px;
	border-left: 1px solid #d7d7d7;
}

section#latest-reads .article .title h3 {
	font-family: "Noto Sans";
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	/* 28.6px */
	letter-spacing: -0.44px;
	color: #000000;
	margin: 0 0 8px 0;
	padding: 0;
}

section#latest-reads .article .title p {
	font-family: "Noto Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 0;
	color: #333333;
	margin: 0;
	display: inline-block;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

section#latest-reads .article .author {
	display: flex;
	flex-direction: column;
	padding: 0 24px;
}

section#latest-reads .article .author .border {
	width: 40px;
	border-top: 1px solid #1783df;
}

section#latest-reads .article .author b {
	font-family: "Noto Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 0;
	font-weight: 600;
	color: #000000;
	margin: 8px 0;
}

section#latest-reads .article .author span {
	font-family: "Noto Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 0;
	color: #575757;
}

@media all and (min-width: 1024px) {
	section#latest-reads .article .title {
		padding: 0 16px;
	}
	section#latest-reads .article .title p {
		display: -webkit-box;
	}
	section#latest-reads .article .author {
		padding: 0 16px;
	}
}

section#latest-reads .js-article-container h3 {
	padding: 0 16px;
	font-family: "Cambon";
	font-style: normal;
	font-weight: 400;
	font-size: 28px;
	line-height: 110%;
	letter-spacing: -0.02em;
	color: #000000;
}

section#latest-reads .pagination {
	width: 100%;
	height: 62px;
	padding: 12px 0;
	box-sizing: border-box;
	margin: 0;
	background-color: #f7f7f7;
	display: flex;
	margin: 40px 0;
}

section#latest-reads .pagination .wrap {
	margin: auto;
}

section#latest-reads .pagination .wrap span {
	cursor: pointer;
	border-radius: 4px;
	padding: 8px;
	font-family: "Noto Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 0;
	text-align: center;
	color: #122142;
	margin: 0 4px;
}

section#latest-reads .pagination .wrap span.active {
	background: #d7b753;
	font-weight: 500;
}

@media all and (min-width: 1024px) {
	section#latest-reads {
		padding: 64px 0 0 0;
	}
	section#latest-reads.lr-bonds {
		padding: 16px 0 48px 0;
	}
	section#latest-reads .head {
		padding: 0 12px 0 0;
		max-width: 1090px;
	}
	section#latest-reads .head .head-top h1 {
		font-size: 48px;
	}
	section#latest-reads .head .head-top h1 .filter .filter-container {
		min-width: 507px;
		width: -moz-fit-content;
		width: fit-content;
		padding: 40px;
	}
	section#latest-reads .head .head-top h1 .filter .filter-container .filter-groups {
		display: flex;
		gap: 67px;
	}
	section#latest-reads .head .head-top h1 .filter .filter-container .filter-groups .filter-group .filter-group-value label {
		white-space: nowrap;
	}
	section#latest-reads .head .head-top h1 .filter .filter-container .buttons {
		flex-direction: unset;
		gap: 16px;
	}
	section#latest-reads .head .head-top h1 .filter .filter-container .buttons a.button:nth-child(1) {
		order: 2;
	}
	section#latest-reads .head .head-top h1 .filter .filter-container .buttons a.button:nth-child(2) {
		order: 1;
	}
	section#latest-reads .head .head-bottom {
		flex-direction: unset;
		padding: 24px 0 50px 0;
	}
	section#latest-reads .head .head-bottom > span {
		word-wrap: no;
		display: flex;
		align-items: center;
		margin-right: 16px;
	}
	section#latest-reads .head .head-bottom .applied-filters {
		flex-basis: 80%;
		width: -moz-fit-content;
		width: fit-content;
		padding: 0;
		justify-content: flex-start;
	}
	section#latest-reads .head .head-bottom .applied-filters .applied-filter {
		flex-basis: unset;
		margin-right: 8px;
		padding: 8px 16px;
	}
	section#latest-reads .articles {
		padding: 0;
		flex-direction: unset;
		flex-wrap: wrap;
		justify-content: flex-start;
		gap: 22px;
		max-width: 1090px;
	}
	section#latest-reads .articles .article {
		padding-top: 0;
		flex-basis: 31.7%;
		margin: 0 0 17px 0;
		min-height: 613px;
		display: flex;
		flex-direction: column;
		transition: transform 0.5s, box-shadow 0.5s;
		border: 1px solid #f7f7f7;
		background-color: #ffffff;
	}
	section#latest-reads .articles .article:hover {
		transform: translateY(-10px);
		box-shadow: 1px 2px 30px -15px rgba(0, 0, 0, 0.3);
		background-color: #ffffff;
	}
	section#latest-reads .articles .article:hover .banner:after {
		height: 12px;
	}
	section#latest-reads .articles .article:nth-child(5), section#latest-reads .articles .article:nth-child(6) {
		display: flex;
	}
	section#latest-reads .articles .article .title {
		margin-bottom: 0;
	}
	section#latest-reads .articles .article .title span {
		font-size: 14px;
		line-height: 140%;
		letter-spacing: 0.14em;
		text-transform: uppercase;
	}
	section#latest-reads .articles .article .title h3 {
		font-size: 25px;
		line-height: 130%;
		letter-spacing: -0.02em;
		font-weight: 600;
	}
	section#latest-reads .articles .article .title p {
		font-weight: 400;
		font-size: 16px;
		line-height: 140%;
	}
	section#latest-reads .articles .article .author {
		margin-top: auto;
	}
	section#latest-reads .articles .article .author b {
		margin: 24px 0 8px 0;
	}
	section#latest-reads .articles .article .author span {
		font-weight: 400;
		font-size: 16px;
		line-height: 140%;
	}
	section#latest-reads .articles .article .banner {
		width: 100%;
		display: flex;
	}
	section#latest-reads .articles .article .banner img {
		width: 100%;
		height: 219px;
		object-fit: fill;
		margin-left: 0;
	}
	section#latest-reads .pagination {
		margin-top: 24px;
	}
	section#latest-reads .pagination .wrap span img {
		height: 13px;
		width: 13px;
	}
	section#latest-reads .js-article-container h3 {
		padding: 0;
	}
}

@media all and (min-width: 1024px) and (max-width: 1126px) {
	section#latest-reads {
		padding: 80px 64px 0 24px;
	}
	section#latest-reads.lr-bonds {
		padding: 16px 64px 0 24px;
	}
}

section#reports {
	margin: 0;
	padding: 80px 0;
}

section#reports.v2 {
	padding: 80px 0 40px;
}

section#reports.v3 {
	padding: 80px 0 60px;
}

section#reports .side-line {
	border-left: 1px solid #d7b753;
}

section#reports .header-line-2 .container b {
	padding-left: 32px;
}

section#reports .text-area {
	z-index: 1;
	display: flex;
	flex-direction: column;
	padding: 0 16px;
}

section#reports .text-area h1 {
	font-family: "Cambon";
	font-style: normal;
	font-weight: 400;
	font-size: 40px;
	line-height: 100%;
	letter-spacing: -0.02em;
	color: #ffffff;
	margin: 40px 0 24px 0;
}

section#reports .text-area p {
	font-family: "Noto Sans";
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	/* 22.1px */
	letter-spacing: -0.17px;
	color: #ffffff;
	margin: 0 0 24px 0;
}

section#reports .text-area p b,
section#reports .text-area p a {
	font-weight: 500;
	color: #ffffff;
}

section#reports .text-area .buttons {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

section#reports .text-area a.button {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 18px;
	margin-bottom: 0;
}

section#reports .text-area a.button img {
	margin-right: 8px;
	width: 24px;
	height: 24px;
}

section#reports .text-area a.button.blue {
	background: #1783df;
	color: #ffffff;
}

section#reports .text-area a.button.transparent {
	border: 1px solid #ffffff;
	background: transparent;
	color: #ffffff;
}

section#reports .text-area-bonds {
	z-index: 1;
	display: flex;
	flex-direction: column;
	padding: 0 16px;
}

section#reports .text-area-bonds h1 {
	font-family: "Cambon";
	font-style: normal;
	font-weight: 400;
	font-size: 48px;
	line-height: 48px;
	letter-spacing: -0.04em;
	color: #ffffff;
	margin: 16px 0 24px 0;
	width: unset;
	word-wrap: break-word;
}

section#reports .text-area-bonds p {
	font-family: "Noto Sans";
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	/* 28.6px */
	letter-spacing: -0.44px;
	color: #ffffff;
	margin: 0 0 32px 0;
	width: unset;
}

section#reports .text-area-bonds p b,
section#reports .text-area-bonds p a {
	font-weight: 500;
	color: #ffffff;
}

section#reports .text-area-bonds .bond-card-collection {
	display: flex;
	flex-wrap: unset;
	flex-direction: column;
	gap: 24px;
	margin-bottom: 36px;
}

section#reports .text-area-bonds .bond-card-collection .bond-card {
	position: relative;
	align-content: space-between;
	display: flex;
	color: white;
	flex-wrap: unset;
	flex-direction: column;
	padding: 20px 24px 24px;
	margin-bottom: 0;
	width: auto;
	transition: transform 0.5s ease, background-color 0.3s ease;
}

section#reports .text-area-bonds .bond-card-collection .bond-card:before {
	content: "";
	width: 100%;
	height: 4px;
	position: absolute;
	top: 0;
	left: 0;
	background: #d7b753;
	transition: height 0.2s ease-in-out;
}

section#reports .text-area-bonds .bond-card-collection .bond-card:hover {
	transform: translateY(-10px);
	background-color: #0000000f;
}

section#reports .text-area-bonds .bond-card-collection .bond-card:hover:before {
	height: 8px;
}

section#reports .text-area-bonds .bond-card-collection .bond-card .content .title {
	color: #ffffff;
	font-family: "Noto Sans";
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	/* 31.2px */
	letter-spacing: -0.48px;
	font-weight: 600;
	margin-bottom: 16px;
	margin-top: 0;
}

section#reports .text-area-bonds .bond-card-collection .bond-card .content .details {
	position: relative;
	display: flex;
	margin-bottom: 8px;
	width: 100%;
}

section#reports .text-area-bonds .bond-card-collection .bond-card .content .details:last-child::before {
	content: "";
	background: #d7b753;
	bottom: -16px;
	height: 1px;
	left: 0;
	position: absolute;
	width: 40px;
}

section#reports .text-area-bonds .bond-card-collection .bond-card .content .details span {
	color: #ffffff;
	font-family: "Noto Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 0;
	font-weight: 600;
}

section#reports .text-area-bonds .bond-card-collection .bond-card .content .details .links {
	display: flex;
	flex-wrap: wrap;
	margin-left: 4px;
}

section#reports .text-area-bonds .bond-card-collection .bond-card .content .details .links .link {
	font-weight: 400;
	position: relative;
}

section#reports .text-area-bonds .buttons {
	display: flex;
	flex-direction: column;
	gap: 46px;
}

section#reports .text-area-bonds .buttons .cs-logo {
	width: 132px;
}

section#reports .text-area-bonds a.button {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 18px;
	width: auto;
	margin: 0;
}

section#reports .text-area-bonds a.button .button-line {
	display: block;
	right: -16px;
	width: 45px;
}

section#reports .text-area-bonds a.button img {
	margin-right: 8px;
	width: 24px;
	height: 24px;
}

section#reports .text-area-bonds a.button.blue {
	background: #1783df;
	color: #ffffff;
}

section#reports .text-area-bonds a.button.transparent {
	border: 1px solid #ffffff;
	background: transparent;
	color: #ffffff;
}

section#reports .text-area-bonds a.button.details {
	background: transparent;
	color: #d7b753;
	margin-top: 24px;
	justify-content: flex-start;
	padding: 8px 0;
	position: relative;
}

@media all and (min-width: 1024px) {
	section#reports {
		padding: 96px 0 121px 0;
	}
	section#reports.v2 {
		padding: 80px 0 64px;
	}
	section#reports.v3 {
		padding: 80px 0 64px;
	}
	section#reports.wm .text-area h1 {
		width: 658px;
	}
	section#reports .header-line-2 .container b {
		padding-left: 0;
	}
	section#reports .text-area {
		padding: 0;
	}
	section#reports .text-area h1 {
		width: 50%;
		font-size: 48px;
		line-height: 110%;
		letter-spacing: -0.02em;
	}
	section#reports .text-area p {
		width: 60%;
		font-size: 20px;
		line-height: 130%;
	}
	section#reports .text-area .buttons {
		width: -moz-fit-content;
		width: fit-content;
		display: flex;
		justify-content: flex-start;
		flex-direction: unset;
		align-items: flex-end;
	}
	section#reports .text-area .buttons a.button {
		padding: 18px 83.5px 18px 75.5px;
		margin-right: 24px;
		margin-bottom: 0;
		width: 246px;
	}
	section#reports .text-area .buttons a.button:hover {
		background: #273a66;
	}
	section#reports .text-area-bonds {
		padding: 0;
	}
	section#reports .text-area-bonds h1 {
		width: 753px;
		font-size: 76px;
		line-height: 76px;
		letter-spacing: -0.04em;
		margin: 16px 0 24px 0;
	}
	section#reports .text-area-bonds p {
		width: 559px;
		font-size: 25px;
		line-height: 32px;
		margin: 0 0 48px 0;
	}
	section#reports .text-area-bonds .bond-card-collection {
		flex-wrap: wrap;
		flex-direction: unset;
	}
	section#reports .text-area-bonds .bond-card-collection .bond-card {
		width: calc(100% / 3 - 16px);
		flex-wrap: wrap;
		flex-direction: column;
	}
	section#reports .text-area-bonds .buttons {
		width: -moz-fit-content;
		width: fit-content;
		display: flex;
		justify-content: flex-start;
		flex-direction: unset;
		align-items: flex-end;
	}
	section#reports .text-area-bonds .buttons a.button {
		padding: 18px 50px 18px;
		margin-right: 24px;
		margin-bottom: 0;
	}
	section#reports .text-area-bonds .buttons a.button:hover {
		background: #273a66;
	}
}

@media all and (min-width: 1024px) and (max-width: 1126px) {
	section#reports {
		padding: 96px 24px 120px 24px;
	}
	section#reports.v2 {
		padding: 96px 24px 120px 24px;
	}
	section#reports .header-line-2 {
		width: calc(100% + 24px);
		margin-left: -24px;
		background: linear-gradient(to right, #f0d47c 24px, transparent 24px, transparent 100%);
	}
	section#reports .text-area-bonds {
		width: unset;
		margin: 0 64px 0 16px;
	}
}

section#videos {
	padding: 40px 0;
	background: #202020;
	z-index: 0;
}

section#videos .bg-img {
	opacity: 0.3;
	height: 100%;
}

section#videos .container {
	z-index: 1;
}

section#videos h1 {
	font-family: "Cambon";
	font-style: normal;
	font-weight: 400;
	font-size: 48px;
	line-height: 110%;
	letter-spacing: -0.02em;
	margin: 0 16px 16px 16px;
	color: #ffffff;
}

section#videos .banner {
	display: flex;
	flex-direction: column;
	margin: 16px 16px 47px 16px;
}

section#videos .banner .video-container {
	width: calc(100% + 32px);
	height: 54vw;
	margin-left: -16px;
	max-width: unset;
}

section#videos .banner .video-container .video-play-button {
	height: 40px;
	width: 40px;
	opacity: 0.6;
}

section#videos .banner .banner-details {
	display: flex;
	flex-direction: column;
	margin: 24px 0 0 0;
}

section#videos .banner .banner-details span {
	font-family: "Noto Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
	letter-spacing: 1.68px;
	text-transform: uppercase;
	color: #d7b753;
	margin: 0 0 8px 0;
}

section#videos .banner .banner-details h3 {
	font-family: "Cambon";
	font-style: normal;
	font-weight: 400;
	font-size: 33px;
	line-height: 110%;
	letter-spacing: -0.02em;
	color: #ffffff;
	margin: 0 0 24px 0;
}

section#videos .banner .banner-details p {
	font-family: "Noto Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 0;
	color: #ffffff;
	margin: 0;
}

section#videos .banner .banner-details .border-line {
	width: 56px;
	border-top: 1px solid #d7b753;
	margin: 24px 0;
}

section#videos .banner .banner-details b {
	font-family: "Noto Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 0;
	font-weight: 600;
	color: #ffffff;
	margin: 0 0 8px 0;
}

section#videos .banner .banner-details i {
	font-family: "Noto Sans";
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	letter-spacing: 0;
	color: #ffffff;
}

section#videos .videos-list {
	margin: 0 0 0 16px;
	display: flex;
	flex-wrap: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
	-ms-overflow-style: none;
	/* IE and Edge */
	scrollbar-width: none;
	/* Firefox */
}

section#videos .videos-list::-webkit-scrollbar {
	display: none;
}

section#videos .videos-list .video {
	display: flex;
	flex-direction: column;
	width: 253px;
	min-width: 253px;
	max-width: 253px;
	margin-right: 24px;
}

section#videos .videos-list .video img {
	width: 100%;
	margin: 0 0 16px;
	height: 135px;
	object-fit: cover;
}

section#videos .videos-list .video h5 {
	font-family: "Noto Sans";
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	/* 22.1px */
	letter-spacing: -0.17px;
	color: #ffffff;
	margin: 0 0 8px;
}

section#videos .videos-list .video .author {
	display: flex;
	flex-direction: column;
}

section#videos .videos-list .video .author b {
	font-family: "Noto Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 0;
	font-weight: 600;
	margin: 0 0 8px;
	color: #ffffff;
}

section#videos .videos-list .video .author span {
	font-family: "Noto Sans";
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	letter-spacing: 0;
	color: #ffffff;
}

section#videos .videos-list .video .actions {
	color: #d7b753;
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	position: relative;
	display: flex;
	align-items: center;
	gap: 8px;
	padding-top: 16px;
	margin: auto 0 28px;
}

section#videos .videos-list .video .actions span {
	font-size: 14px;
	top: 0;
}

@media all and (min-width: 1024px) {
	section#videos .videos-list .video .actions span {
		top: -2px;
	}
}

section#videos .videos-list .video .actions .arrow {
	position: relative;
	width: 24px;
	height: 24px;
}

section#videos .videos-list .video .actions .arrow img {
	height: 24px;
	width: 24px;
	position: absolute;
	right: 0;
	transition: opacity 0.5s;
}

section#videos .videos-list .video .actions .arrow img:last-child {
	opacity: 0;
}

section#videos a.button {
	background: #1783df;
	margin: 0 16px;
	color: white;
	box-sizing: border-box;
	width: unset;
	justify-content: center;
}

section#videos a.button:hover {
	background: #273a66;
}

@media all and (min-width: 1024px) {
	section#videos {
		padding: 64px 0 68px;
	}
	section#videos h1 {
		font-size: 48px;
		line-height: 110%;
		letter-spacing: -0.02em;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 0 72px 0;
	}
	section#videos .banner {
		flex-direction: unset;
		justify-content: space-between;
		margin-bottom: 24px;
		margin: 0 0 24px 0;
		gap: 24px;
	}
	section#videos .banner:hover .video-container .video-play-button {
		opacity: 1;
	}
	section#videos .banner:hover .banner-details h3 {
		color: #dbcea7;
	}
	section#videos .banner .video-container {
		width: 60.2%;
		height: 360px;
		margin: 0;
	}
	section#videos .banner .video-container .video-play-button {
		opacity: 0.3;
		transition: opacity 0.5s;
		height: 70px;
		width: 70px;
	}
	section#videos .banner .banner-details {
		margin-top: 0;
		width: 39.9%;
	}
	section#videos .banner .banner-details span {
		margin: 0 0 8px 0;
		font-size: 14px;
		line-height: 140%;
		letter-spacing: 0.14em;
		text-transform: uppercase;
	}
	section#videos .banner .banner-details h3 {
		font-size: 39px;
		line-height: 110%;
		letter-spacing: -0.02em;
		margin: 0 0 24px 0;
		transition: color 0.5s;
	}
	section#videos .banner .banner-details p {
		font-size: 16px;
		line-height: 140%;
		margin: 0;
	}
	section#videos .banner .banner-details b {
		font-size: 16px;
		line-height: 137%;
	}
	section#videos .banner .banner-details i {
		font-size: 13px;
		line-height: 120%;
	}
	section#videos .videos-list {
		margin: 0;
		gap: 24px;
	}
	section#videos .videos-list .video {
		flex-basis: 33%;
		max-width: unset;
		width: unset;
		min-width: unset;
		margin: 0;
	}
	section#videos .videos-list .video:hover .img:after {
		height: 12px;
	}
	section#videos .videos-list .video:hover h5 {
		color: #dbcea7;
	}
	section#videos .videos-list .video .img {
		display: flex;
		margin-bottom: 16px;
		min-width: 357px;
		width: 100%;
		height: 190px;
	}
	section#videos .videos-list .video .img img {
		height: 100%;
		width: 100%;
		max-width: unset;
		margin: 0;
	}
	section#videos .videos-list .video h5 {
		font-family: "Noto Sans";
		font-size: 19px;
		font-style: normal;
		font-weight: 400;
		line-height: 130%;
		/* 24.7px */
		letter-spacing: -0.19px;
		font-weight: 600;
		transition: color 0.5s;
	}
	section#videos .videos-list .video .author {
		margin-top: auto;
	}
	section#videos .videos-list .video .actions {
		color: #d7b753;
		font-style: normal;
		font-weight: 600;
		font-size: 14px;
		letter-spacing: 0.14em;
		text-transform: uppercase;
		position: relative;
		display: flex;
		align-items: center;
		gap: 8px;
	}
	section#videos .videos-list .video .actions span {
		font-size: 14px;
	}
	section#videos .videos-list .video .actions .arrow {
		position: relative;
		width: 24px;
		height: 24px;
	}
	section#videos .videos-list .video .actions .arrow img {
		height: 24px;
		width: 24px;
		position: absolute;
		right: 0;
		transition: opacity 0.5s;
	}
	section#videos .videos-list .video .actions .arrow img:last-child {
		opacity: 0;
	}
}

@media all and (min-width: 1024px) and (max-width: 1280px) {
	section#videos {
		padding: 57px 74px 40px 24px;
	}
	section#videos a.button {
		margin-right: 22px;
	}
}

section#gist-hero {
	padding: 116px 16px 125px 16px;
	background: #f7f7f7;
}

section#gist-hero .container h1 {
	font-family: "Cambon";
	font-style: normal;
	font-weight: 400;
	font-size: 57px;
	line-height: 100%;
	letter-spacing: -0.04em;
	color: #000000;
	margin: 0 0 16px 0;
	max-width: 253px;
}

section#gist-hero .container h5 {
	font-family: "Noto Sans";
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	/* 22.1px */
	letter-spacing: -0.17px;
	max-width: unset;
	color: #333333;
	margin: 0;
}

section#gist-hero .date {
	position: absolute;
	bottom: 0;
	left: 16px;
	padding: 16px 9px;
	box-sizing: border-box;
	border: 1px solid #a7a7a7;
	text-align: center;
	width: 103px;
	height: 101px;
	display: flex;
	flex-direction: column;
	background: #ffffff;
}

section#gist-hero .date span {
	font-family: "Noto Sans";
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	text-align: center;
	color: #1783df;
	margin: 0 0 8px 0;
}

section#gist-hero .date h2 {
	font-family: "Cambon";
	font-size: 39px;
	font-style: normal;
	font-weight: 400;
	line-height: 110%;
	/* 42.9px */
	letter-spacing: -0.78px;
	color: #122142;
	margin: 0;
}

@media all and (min-width: 1024px) {
	section#gist-hero {
		padding: 155px 0 40px 0;
	}
	section#gist-hero .container h1 {
		font-weight: 400;
		font-size: 76px;
		line-height: 100%;
		letter-spacing: -0.04em;
		width: 753px;
		max-width: unset;
	}
	section#gist-hero .container h5 {
		width: 753px;
		max-width: unset;
		font-size: 25px;
	}
	section#gist-hero .date {
		left: unset;
		right: 48px;
		height: 160px;
		width: 160px;
		padding: 24px 29px;
	}
	section#gist-hero .date span {
		font-size: 14px;
		margin: 0 0 16px 0;
	}
	section#gist-hero .date h2 {
		font-size: 76px;
	}
}

@media all and (min-width: 1024px) and (max-width: 1126px) {
	section#gist-hero {
		padding-left: 24px;
		padding-right: 74px;
	}
}

section#todays-report {
	background: #f7f7f7;
	padding: 0 0 40px 0;
}

section#todays-report .bg-img {
	height: auto;
	top: 57px;
}

section#todays-report .left {
	z-index: 1;
	padding: 0 16px;
	display: flex;
	flex-direction: column;
}

section#todays-report .left h1 {
	font-family: "Cambon";
	font-style: normal;
	font-weight: 400;
	font-size: 57px;
	line-height: 100%;
	letter-spacing: -0.04em;
	color: #000000;
	margin: 41px 0 16px 0;
}

section#todays-report .left span {
	font-family: "Noto Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
	letter-spacing: 1.68px;
	text-transform: uppercase;
	color: #333333;
}

section#todays-report .left h3 {
	font-family: "Cambon";
	font-style: normal;
	font-weight: 400;
	font-size: 28px;
	line-height: 110%;
	letter-spacing: -0.02em;
	color: #122142;
}

section#todays-report .left img {
	width: 100%;
}

section#todays-report .right {
	z-index: 1;
	display: flex;
	flex-direction: column;
	padding: 0 16px;
}

section#todays-report .right h4 {
	font-family: "Noto Sans";
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	/* 31.2px */
	letter-spacing: -0.48px;
	font-weight: 600;
	color: #000000;
	margin: 37px 0 36px 0;
}

section#todays-report .right > ul {
	border-left: 1px solid #d7b753;
}

section#todays-report .right ul {
	margin: 0;
}

section#todays-report .right ul li {
	font-family: "Noto Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 0;
	color: #202020;
	margin-bottom: 16px;
	list-style: none;
}

section#todays-report .right ul li::before {
	content: "•";
	font-size: 20px;
	vertical-align: bottom;
	line-height: 20px;
	margin-left: -15px;
	margin-right: 7px;
}

section#todays-report .right ul li b {
	font-weight: 500;
}

section#todays-report .right ul li:last-child {
	margin-bottom: 0;
}

@media all and (min-width: 1024px) {
	section#todays-report {
		border-bottom: 1px solid #a7a7a7;
	}
	section#todays-report .bg-img {
		top: 50px;
	}
	section#todays-report .side-line {
		background: #f7f7f7;
		top: -1px;
	}
	section#todays-report .container {
		flex-direction: unset;
		justify-content: space-between;
	}
	section#todays-report .container .left {
		flex-basis: 40%;
		padding: 0;
	}
	section#todays-report .container .left h1 {
		font-size: 76px;
		line-height: 100%;
		letter-spacing: -0.04em;
		margin-top: 64px;
	}
	section#todays-report .container .left span {
		font-size: 14px;
		line-height: 140%;
		letter-spacing: 0.14em;
		text-transform: uppercase;
	}
	section#todays-report .container .left h3 {
		font-size: 25px;
		line-height: 130%;
		letter-spacing: -0.02em;
		margin: 40px 0 45px 0;
	}
	section#todays-report .container .left img {
		margin-top: 40px;
		width: 462px;
		height: 446px;
		max-width: unset;
	}
	section#todays-report .container .right {
		flex-basis: 50%;
		padding: 0;
		margin-right: 35px;
	}
	section#todays-report .container .right h4 {
		font-size: 25px;
		line-height: 130%;
		letter-spacing: -0.02em;
		order: 2;
		margin: 39px 0 36px 0;
	}
	section#todays-report .container .right ul {
		order: 3;
		padding: 0 0 0 48px;
	}
	section#todays-report .container .right ul li {
		font-size: 16px;
		line-height: 140%;
		letter-spacing: 0.02em;
		margin: 0 0 24px 0;
	}
	section#todays-report .container .right ul li:last-child {
		margin: 0;
	}
	section#todays-report .container .right a.button {
		order: 1;
		margin: 103px 0 0 auto;
	}
}

@media all and (min-width: 1024px) and (max-width: 1126px) {
	section#todays-report .container {
		padding-left: 24px;
		padding-right: 74px;
	}
}

section#gist-recommendation {
	padding: 40px 16px 39px 16px;
	background: #ffffff;
}

section#gist-recommendation .spacer {
	height: 89px;
	width: 100%;
}

section#gist-recommendation img {
	width: 100%;
}

section#gist-recommendation h1 {
	margin: 0 0 8px 0;
	font-family: "Cambon";
	font-style: normal;
	font-weight: 400;
	font-size: 40px;
	line-height: 100%;
	letter-spacing: -0.02em;
	color: #202020;
}

section#gist-recommendation .gist {
	display: flex;
	flex-direction: column;
}

section#gist-recommendation .gist .text-area p {
	margin: 0 0 24px 0;
	font-family: "Noto Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 0;
	color: #202020;
}

section#gist-recommendation .gist table {
	margin: 11px 0 0 0;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

section#gist-recommendation .gist table thead {
	border-bottom: 3px solid #e7e7e7;
}

section#gist-recommendation .gist table thead tr th {
	font-family: "Noto Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 0;
	font-weight: 600;
	color: #273a66;
	padding: 20px 0;
	border-bottom: 3px solid #e7e7e7;
}

section#gist-recommendation .gist table tr td {
	font-family: "Noto Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 0;
	padding: 12px 0 20px 0;
	color: #777777;
	border-bottom: 1px solid #e7e7e7;
}

section#gist-recommendation .gist table tr td:first-child {
	min-width: 150px;
}

section#gist-recommendation .gist table tr td:first-child div {
	margin: 0;
	margin-left: 8px;
	font-family: "Noto Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 0;
	font-weight: 600;
	color: #000000;
}

section#gist-recommendation .gist table tr td div {
	position: relative;
	width: 52px;
	margin: 0 auto;
	white-space: nowrap;
}

section#gist-recommendation .gist table tr td div img {
	position: absolute;
	right: -25px;
	top: 0;
}

section#gist-recommendation .gist table tr td:first-child {
	text-align: left;
	white-space: nowrap;
	color: #000000;
	font-weight: 500;
	line-height: 137%;
}

@media all and (min-width: 1024px) {
	section#gist-recommendation {
		border-top: 1px solid #a7a7a7;
		align-items: center;
		padding: 105px 0 90px 0;
	}
	section#gist-recommendation .side-line {
		background: #ffffff;
		top: -1px;
	}
	section#gist-recommendation .container h1 {
		margin: 0 56px 5px 0;
		font-weight: 400;
		font-size: 39px;
		line-height: 110%;
		letter-spacing: -0.02em;
		color: #000000;
		max-width: 375px;
	}
	section#gist-recommendation .container .gist {
		display: flex;
		flex-direction: unset;
		align-content: flex-start;
		flex-wrap: wrap-reverse;
		justify-content: space-between;
		flex-wrap: nowrap;
		gap: 24px;
	}
	section#gist-recommendation .container .gist .text-area {
		width: 100%;
	}
	section#gist-recommendation .container .gist .text-area p {
		font-weight: 400;
		font-size: 16px;
		line-height: 140%;
		margin: 20px 0;
	}
	section#gist-recommendation .container .gist > img {
		width: 100%;
		max-width: 375px;
		height: 100%;
	}
	section#gist-recommendation .container .gist .summary {
		width: 100%;
	}
	section#gist-recommendation .container .gist .summary table {
		width: 110%;
		margin: 0;
	}
	section#gist-recommendation .container .gist .summary table thead th {
		padding-top: 0;
		font-family: "Noto Sans";
		font-size: 13px;
		font-style: normal;
		font-weight: 400;
		line-height: 120%;
		letter-spacing: 0;
		font-weight: 600;
	}
	section#gist-recommendation .container .gist .summary table thead th:nth-child(2) {
		width: 20%;
	}
	section#gist-recommendation .container .gist .summary table thead th:nth-child(3) {
		width: 30%;
	}
	section#gist-recommendation .container .gist .summary table tbody tr td span {
		font-weight: 300;
		font-size: 16px;
		line-height: 140%;
	}
}

@media all and (min-width: 1024px) and (max-width: 1194px) {
	section#gist-recommendation .container {
		max-width: 1000px;
	}
}

@media all and (min-width: 1024px) and (max-width: 1126px) {
	section#gist-recommendation .container {
		padding: 0 64px 0 24px;
		gap: 8px;
	}
	section#gist-recommendation .container .text-area {
		max-width: 330px;
	}
	section#gist-recommendation .container > img {
		width: 300px;
	}
	section#gist-recommendation .container .summary {
		width: 300px;
	}
	section#gist-recommendation .container .summary table {
		width: 100%;
	}
}

section#chart-otd {
	background: linear-gradient(to right, #dbcea7 15px, #122142 15px, #122142 100%);
	padding: 40px 16px 40px 31px;
	overflow: hidden;
}

section#chart-otd .bg-image {
	position: absolute;
	left: 0;
	top: 0;
	max-width: unset;
	width: 1059px;
	height: 1059px;
	z-index: 0;
}

section#chart-otd .container {
	z-index: 1;
}

section#chart-otd .text-area h5 {
	font-family: "Noto Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
	letter-spacing: 1.68px;
	text-transform: uppercase;
	color: #d7b753;
	margin: 0 0 8px 0;
}

section#chart-otd .text-area h1 {
	font-family: "Cambon";
	font-style: normal;
	font-weight: 400;
	font-size: 40px;
	line-height: 100%;
	letter-spacing: -0.02em;
	color: #f7f7f7;
	margin: 0 0 24px 0;
}

section#chart-otd .text-area p {
	font-family: "Noto Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 0;
	color: #f7f7f7;
	margin: 0 0 32px 0;
}

section#chart-otd img {
	width: 100%;
}

@media all and (min-width: 1024px) {
	section#chart-otd {
		padding: 88px 0;
	}
	section#chart-otd .bg-image {
		right: -40%;
		left: unset;
		top: -25%;
		width: 881px;
		height: 881px;
	}
	section#chart-otd .container {
		flex-direction: unset;
	}
	section#chart-otd .container img {
		order: 1;
		width: 57%;
	}
	section#chart-otd .container .text-area {
		flex-basis: 50%;
		order: 2;
	}
	section#chart-otd .container .text-area h5 {
		font-size: 14px;
		margin: 0 0 8px 0;
	}
	section#chart-otd .container .text-area h1 {
		font-size: 48px;
		margin: 0 0 24px 0;
		font-weight: 400;
		font-size: 48px;
		line-height: 110%;
		letter-spacing: -0.02em;
	}
	section#chart-otd .container .text-area p {
		font-style: normal;
		font-weight: 400;
		font-size: 16px;
		line-height: 140%;
	}
}

@media all and (min-width: 1024px) and (max-width: 1194px) {
	section#chart-otd .container {
		max-width: 1060px;
	}
}

@media all and (min-width: 1024px) and (max-width: 1126px) {
	section#chart-otd .container {
		padding-left: 24px;
		padding-right: 74px;
	}
}

section#featured-reports {
	padding: 40px 0 0 0;
	display: flex;
	flex-direction: column;
}

section#featured-reports h5 {
	text-align: right;
	font-family: "Noto Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
	/* 16.8px */
	letter-spacing: 1.68px;
	text-transform: uppercase;
	text-align: center;
	color: #1783df;
	margin: 0 0 12px 0;
}

section#featured-reports h1 {
	font-family: "Cambon";
	font-style: normal;
	font-weight: 400;
	font-size: 40px;
	line-height: 100%;
	text-align: center;
	letter-spacing: -0.02em;
	color: #000000;
	margin: 0 0 24px 0;
}

section#featured-reports .reports {
	display: flex;
	flex-direction: column;
	border-top: 0.5px solid #d7b753;
}

section#featured-reports .reports .report {
	display: flex;
	flex-direction: column;
	padding: 24px 16px 75px 16px;
	border-bottom: 0.5px solid #d7b753;
	max-height: 654px;
	overflow: hidden;
	position: relative;
	transition: max-height 0.5s ease;
}

section#featured-reports .reports .report > img {
	height: 191px;
	margin: 0 0 8px 0;
	object-fit: cover;
}

section#featured-reports .reports .report .text-area {
	display: flex;
	flex-direction: column;
}

section#featured-reports .reports .report .text-area h3 {
	font-family: "Cambon";
	font-style: normal;
	font-weight: 400;
	font-size: 28px;
	line-height: 110%;
	letter-spacing: -0.02em;
	color: #202020;
	margin: 0 0 16px 0;
}

section#featured-reports .reports .report .text-area > ul > li {
	margin: 0 0 16px 0;
}

section#featured-reports .reports .report .text-area ul {
	margin: 0;
	padding-left: 25px;
}

section#featured-reports .reports .report .text-area ul li {
	font-family: "Noto Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 0;
	color: #202020;
	list-style: none;
}

section#featured-reports .reports .report .text-area ul li::before {
	content: "•";
	font-size: 20px;
	vertical-align: bottom;
	line-height: 20px;
	margin-left: -15px;
	margin-right: 7px;
}

section#featured-reports .reports .report .text-area ul li b {
	font-weight: 500;
}

section#featured-reports .reports .report span {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 26px 0;
	text-align: center;
	font-family: "Noto Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
	letter-spacing: 1.68px;
	text-transform: uppercase;
	color: #1783df;
	background-color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: baseline;
}

section#featured-reports .reports .report span img {
	width: 12px;
	margin-right: 12px;
	transition: transform 0.5s ease;
}

section#featured-reports .reports .report .blur {
	width: 100%;
	height: 200px;
	background: linear-gradient(0.78deg, #ffffff 0%, rgba(255, 255, 255, 0) 150%);
	position: absolute;
	bottom: 0;
	left: 0;
}

section#featured-reports .reports .report.expanded {
	max-height: unset;
}

section#featured-reports .reports .report.expanded .blur {
	display: none;
}

section#featured-reports .reports .report.expanded span img {
	transform: rotate(180deg);
}

@media all and (min-width: 1024px) {
	section#featured-reports {
		padding: 80px 0 0 0;
	}
	section#featured-reports .side-line {
		background: #ffffff;
	}
	section#featured-reports h5 {
		text-align: left;
		font-size: 14px;
		margin: 0 auto 12px auto;
		max-width: 1206px;
	}
	section#featured-reports h1 {
		text-align: left;
		font-size: 48px;
		margin: 0 auto 40px auto;
		max-width: 1206px;
	}
	section#featured-reports .border {
		width: 100%;
		border-top: 1px solid #d7b753;
	}
	section#featured-reports .reports {
		padding: 32px 0 56px 0;
		border-left: 1px solid #d7b753;
		max-width: 1206px;
		border-top: none;
	}
	section#featured-reports .reports .report {
		margin: 0 0 24px 0;
		padding: 0;
		border: 0;
		flex-direction: unset;
	}
	section#featured-reports .reports .report img {
		max-width: 404px;
		max-height: 400px;
		margin-right: 48px;
		height: unset;
	}
	section#featured-reports .reports .report .text-area {
		margin: 0 24px 0 0;
	}
	section#featured-reports .reports .report .expand,
	section#featured-reports .reports .report .blur {
		display: none;
	}
}

@media all and (min-width: 1024px) and (max-width: 1194px) {
	section#featured-reports .reports .report .text-area {
		margin: 0 70px 0 0;
	}
}

@media all and (min-width: 1024px) and (max-width: 1126px) {
	section#featured-reports .container {
		padding-left: 24px;
		padding-right: 74px;
	}
}

section#gist-disclaimer {
	padding: 40px 16px;
	background: #122142;
	display: flex;
	flex-direction: column;
}

section#gist-disclaimer .left {
	display: flex;
	flex-direction: column;
}

section#gist-disclaimer .left h5 {
	font-family: "Noto Sans";
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	letter-spacing: 0;
	max-width: 300px;
	margin: 0 0 24px 0;
	color: #ffffff;
}

section#gist-disclaimer .left .contact {
	display: flex;
	flex-direction: column;
	margin: 0 0 16px 0;
	font-family: "Noto Sans";
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	letter-spacing: 0;
	color: #ffffff;
}

section#gist-disclaimer .left .contact a {
	color: #1783df;
	text-decoration: none;
	font-weight: 300;
}

section#gist-disclaimer .right p {
	font-family: "Noto Sans";
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	letter-spacing: 0;
	color: #f7f7f7;
	margin: 0;
}

@media all and (min-width: 1024px) {
	section#gist-disclaimer {
		padding: 65px 0;
	}
	section#gist-disclaimer .side-line {
		border-left: 1px solid #d7b753;
	}
	section#gist-disclaimer .container {
		flex-direction: unset;
		padding: 0;
	}
	section#gist-disclaimer .container .left {
		flex-basis: 50%;
	}
	section#gist-disclaimer .container .left h5 {
		font-size: 20px;
		max-width: 462px;
		line-height: 130%;
	}
	section#gist-disclaimer .container .left .contacts {
		flex-wrap: wrap;
		display: flex;
		width: 83%;
	}
	section#gist-disclaimer .container .left .contacts .contact {
		flex-basis: 50%;
	}
	section#gist-disclaimer .container .left .contacts .contact:nth-last-child(-n + 2) {
		margin: 0;
	}
	section#gist-disclaimer .container .left .contacts .contact a {
		color: #d7b753;
	}
	section#gist-disclaimer .container .right {
		flex-basis: 41.5%;
	}
	section#gist-disclaimer .container .right p {
		font-size: 13px;
		line-height: 120%;
	}
}

@media all and (min-width: 1024px) and (max-width: 1126px) {
	section#gist-disclaimer .container {
		padding-left: 24px;
		padding-right: 74px;
	}
}

section#topic-landing-hero, section#articles-topic-landing-hero {
	padding: 116px 0 0 0;
	background: #f7f7f7;
	overflow: hidden;
}

section#topic-landing-hero .bg-img, section#articles-topic-landing-hero .bg-img {
	left: unset;
	right: -272px;
	top: -165px;
	height: auto;
	width: 140%;
	z-index: 0;
	max-width: unset;
}

section#topic-landing-hero#articles-topic-landing-hero .container h1, section#articles-topic-landing-hero#articles-topic-landing-hero .container h1 {
	font-family: "Cambon";
	font-style: normal;
	font-weight: 400;
	font-size: 40px;
	line-height: 100%;
	letter-spacing: -0.02em;
	color: #000000;
}

section#topic-landing-hero .container, section#articles-topic-landing-hero .container {
	padding: 0 16px;
	margin: 0 0 32px 0;
	z-index: 1;
}

section#topic-landing-hero .container h1, section#articles-topic-landing-hero .container h1 {
	font-family: "Cambon";
	font-style: normal;
	font-weight: 400;
	font-size: 57px;
	line-height: 100%;
	letter-spacing: -0.04em;
	color: #000000;
	margin: 0 0 16px 0;
}

section#topic-landing-hero .container h5, section#articles-topic-landing-hero .container h5 {
	font-family: "Noto Sans";
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	/* 28.6px */
	letter-spacing: -0.44px;
	color: #000000;
	margin: 0;
}

@media all and (min-width: 1024px) {
	section#topic-landing-hero, section#articles-topic-landing-hero {
		padding: 155px 0 0 0;
	}
	section#topic-landing-hero .bg-img, section#articles-topic-landing-hero .bg-img {
		left: unset;
		right: -273px;
		top: -259px;
		height: auto;
		width: 60%;
		z-index: 0;
		max-width: unset;
	}
	section#topic-landing-hero#articles-topic-landing-hero, section#articles-topic-landing-hero#articles-topic-landing-hero {
		padding: 155px 0 0 0;
	}
	section#topic-landing-hero#articles-topic-landing-hero .container h1, section#articles-topic-landing-hero#articles-topic-landing-hero .container h1 {
		font-family: "Cambon";
		font-style: normal;
		font-weight: 400;
		font-size: 39px;
		line-height: 110%;
		letter-spacing: -0.02em;
		color: #000000;
	}
	section#topic-landing-hero#articles-topic-landing-hero .header-line, section#articles-topic-landing-hero#articles-topic-landing-hero .header-line {
		margin-left: -48px;
	}
	section#topic-landing-hero .container, section#articles-topic-landing-hero .container {
		margin: 0 auto 40px auto;
		padding: 0;
	}
	section#topic-landing-hero .container h1, section#articles-topic-landing-hero .container h1 {
		font-size: 76px;
		margin: 0 0 16px 0;
	}
	section#topic-landing-hero .container h5, section#articles-topic-landing-hero .container h5 {
		font-size: 25px;
	}
}

@media all and (min-width: 1024px) and (max-width: 1126px) {
	section#topic-landing-hero .container, section#articles-topic-landing-hero .container {
		padding-left: 24px;
		padding-right: 74px;
	}
}

section#featured-article, section#articles-featured-article {
	background: #f7f7f7;
}

section#featured-article#articles-featured-article, section#articles-featured-article#articles-featured-article {
	background: #ffffff;
}

section#featured-article#articles-featured-article .header-line, section#articles-featured-article#articles-featured-article .header-line {
	background: #f7f7f7;
	min-height: 48px;
}

section#featured-article#articles-featured-article .container .article, section#articles-featured-article#articles-featured-article .container .article {
	border-bottom: none;
}

section#featured-article#articles-featured-article .container .article .title .subheading, section#articles-featured-article#articles-featured-article .container .article .title .subheading {
	display: flex;
	align-items: center;
}

section#featured-article#articles-featured-article .container .article .title .subheading span, section#articles-featured-article#articles-featured-article .container .article .title .subheading span {
	background: transparent;
	text-align: right;
	font-family: "Noto Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
	/* 16.8px */
	letter-spacing: 1.68px;
	text-transform: uppercase;
	color: #1783df;
	margin: 0;
	padding: 0;
}

section#featured-article#articles-featured-article .container .article .title .subheading i, section#articles-featured-article#articles-featured-article .container .article .title .subheading i {
	font-family: "Noto Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
	letter-spacing: 1.68px;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	color: #122142;
	border-left: 1px solid #d7d7d7;
	margin: 0 0 0 16px;
	padding: 0 0 0 16px;
}

section#featured-article.v2, section#featured-article.fa-exclusive-bg, section#articles-featured-article.v2, section#articles-featured-article.fa-exclusive-bg {
	background: transparent;
}

section#featured-article.v2.fa-exclusive-bg, section#featured-article.fa-exclusive-bg.fa-exclusive-bg, section#articles-featured-article.v2.fa-exclusive-bg, section#articles-featured-article.fa-exclusive-bg.fa-exclusive-bg {
	background: #f7f7f7;
}

@media (max-width: 1023px) {
	section#featured-article.v2.fa-exclusive-bg, section#featured-article.fa-exclusive-bg.fa-exclusive-bg, section#articles-featured-article.v2.fa-exclusive-bg, section#articles-featured-article.fa-exclusive-bg.fa-exclusive-bg {
		background: #ffffff;
	}
}

section#featured-article.v2 .container, section#featured-article.fa-exclusive-bg .container, section#articles-featured-article.v2 .container, section#articles-featured-article.fa-exclusive-bg .container {
	max-width: 1142px;
}

section#featured-article.v2 .article, section#featured-article.fa-exclusive-bg .article, section#articles-featured-article.v2 .article, section#articles-featured-article.fa-exclusive-bg .article {
	padding-bottom: 0;
}

section#featured-article.v2 .article .title .subheading, section#featured-article.fa-exclusive-bg .article .title .subheading, section#articles-featured-article.v2 .article .title .subheading, section#articles-featured-article.fa-exclusive-bg .article .title .subheading {
	display: flex;
	align-items: center;
}

section#featured-article.v2 .article .title .subheading span, section#featured-article.fa-exclusive-bg .article .title .subheading span, section#articles-featured-article.v2 .article .title .subheading span, section#articles-featured-article.fa-exclusive-bg .article .title .subheading span {
	font-family: "Noto Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
	letter-spacing: 1.68px;
	text-transform: uppercase;
	color: #1783df;
	background: transparent;
	margin: 0;
	padding: 0;
}

section#featured-article.v2 .article .title .subheading i, section#featured-article.fa-exclusive-bg .article .title .subheading i, section#articles-featured-article.v2 .article .title .subheading i, section#articles-featured-article.fa-exclusive-bg .article .title .subheading i {
	font-family: "Noto Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
	letter-spacing: 1.68px;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	color: #a7a7a7;
	margin: 0 0 0 16px;
	padding: 0 0 0 16px;
	border-left: 1px solid #d7d7d7;
}

section#featured-article.v2 .article .title .author p, section#featured-article.fa-exclusive-bg .article .title .author p, section#articles-featured-article.v2 .article .title .author p, section#articles-featured-article.fa-exclusive-bg .article .title .author p {
	font-weight: 400;
}

section#featured-article .article.exclusive-article-no-border, section#articles-featured-article .article.exclusive-article-no-border {
	border-bottom: none;
}

section#featured-article .article, section#articles-featured-article .article {
	border-bottom: 1px solid #e7e7e7;
	padding: 41px 0 15px 0;
	text-decoration: none;
	display: flex;
	flex-direction: column;
}

section#featured-article .article:nth-child(5), section#featured-article .article:nth-child(6), section#articles-featured-article .article:nth-child(5), section#articles-featured-article .article:nth-child(6) {
	display: none;
}

section#featured-article .article .banner, section#articles-featured-article .article .banner {
	width: 100%;
	position: relative;
}

section#featured-article .article .banner a img, section#articles-featured-article .article .banner a img {
	width: 100%;
	height: 53.6vw;
	object-fit: fill;
}

section#featured-article .article .banner span, section#articles-featured-article .article .banner span {
	position: absolute;
	padding: 8px 12px;
	text-align: right;
	font-family: "Noto Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
	/* 16.8px */
	letter-spacing: 1.68px;
	text-transform: uppercase;
	background: #d7b753;
	top: 16px;
	left: 16px;
}

section#featured-article .article .title, section#articles-featured-article .article .title {
	padding: 0 16px;
	width: 100%;
	display: flex;
	flex-direction: column;
	margin: 24px 0 0 0;
}

section#featured-article .article .title .subheading, section#articles-featured-article .article .title .subheading {
	margin: 0 0 8px 0;
	display: flex;
}

section#featured-article .article .title .subheading span, section#articles-featured-article .article .title .subheading span {
	background: transparent;
	text-align: right;
	font-family: "Noto Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
	/* 16.8px */
	letter-spacing: 1.68px;
	text-transform: uppercase;
	color: #1783df;
	margin: 0;
	padding: 0;
}

section#featured-article .article .title .subheading i, section#articles-featured-article .article .title .subheading i {
	font-family: "Noto Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
	letter-spacing: 1.68px;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	color: #a7a7a7;
	border-left: 1px solid #d7d7d7;
	margin: 0 0 0 16px;
	padding: 0 0 0 16px;
}

section#featured-article .article .title h3, section#articles-featured-article .article .title h3 {
	font-family: "Cambon";
	font-style: normal;
	font-weight: 400;
	font-size: 33px;
	line-height: 110%;
	letter-spacing: -0.02em;
	color: #000000;
	margin: 0 0 24px 0;
}

section#featured-article .article .title p, section#articles-featured-article .article .title p {
	font-family: "Noto Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 0;
	color: #333333;
	margin: 0;
}

section#featured-article .article .title .author, section#articles-featured-article .article .title .author {
	display: flex;
	flex-direction: column;
	padding: 0;
}

section#featured-article .article .title .author .border, section#articles-featured-article .article .title .author .border {
	width: 40px;
	border-top: 1px solid #1783df;
	margin: 24px 0;
}

section#featured-article .article .title .author b, section#articles-featured-article .article .title .author b {
	font-family: "Noto Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 0;
	font-weight: 600;
	color: #000000;
	margin: 0 0 8px 0;
}

section#featured-article .article .title .author span, section#articles-featured-article .article .title .author span {
	font-family: "Noto Sans";
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	letter-spacing: 0;
	color: #343d46;
}

@media all and (min-width: 1024px) {
	section#featured-article, section#articles-featured-article {
		padding: 0 0 66px 0;
	}
	section#featured-article#articles-featured-article, section#articles-featured-article#articles-featured-article {
		padding-bottom: 0;
	}
	section#featured-article.v2 .article .banner a img, section#articles-featured-article.v2 .article .banner a img {
		height: 100%;
	}
	section#featured-article.v2 .article .title, section#articles-featured-article.v2 .article .title {
		padding-right: 0;
		margin: 0px 20px 0 0;
	}
	section#featured-article.v2 .article .title .subheading, section#articles-featured-article.v2 .article .title .subheading {
		margin-bottom: 10px;
	}
	section#featured-article.v2 .article .title .author span, section#articles-featured-article.v2 .article .title .author span {
		font-weight: 400;
		font-size: 13px;
		line-height: 120%;
	}
	section#featured-article.v2 .header-line, section#articles-featured-article.v2 .header-line {
		margin-right: 48px;
	}
	section#featured-article.v2 .header-line .header-line-inside, section#articles-featured-article.v2 .header-line .header-line-inside {
		max-width: 1096px;
	}
	section#featured-article .article, section#articles-featured-article .article {
		flex-direction: unset;
		padding: 50px 0 0 0;
		border-bottom: none;
		gap: 24px;
	}
	section#featured-article .article .banner, section#articles-featured-article .article .banner {
		width: 65%;
		display: flex;
	}
	section#featured-article .article .banner img,
	section#featured-article .article .banner a img, section#articles-featured-article .article .banner img,
	section#articles-featured-article .article .banner a img {
		width: 100%;
		height: 360px;
		object-fit: fill;
		max-width: unset;
	}
	section#featured-article .article .banner a, section#articles-featured-article .article .banner a {
		width: 100%;
	}
	section#featured-article .article .banner a img, section#articles-featured-article .article .banner a img {
		width: 100%;
		height: 360px;
		object-fit: fill;
		max-width: unset;
	}
	section#featured-article .article .title, section#articles-featured-article .article .title {
		margin: 0;
		width: 45%;
		padding: 0;
	}
	section#featured-article .article .title .subheading span, section#articles-featured-article .article .title .subheading span {
		font-size: 14px;
	}
	section#featured-article .article .title .subheading i, section#articles-featured-article .article .title .subheading i {
		font-size: 14px;
	}
	section#featured-article .article .title h3, section#articles-featured-article .article .title h3 {
		font-size: 39px;
	}
	section#featured-article .article .title p, section#articles-featured-article .article .title p {
		font-size: 16px;
	}
}

@media all and (min-width: 1024px) and (max-width: 1250px) {
	section#featured-article .container, section#articles-featured-article .container {
		padding-left: 24px;
		padding-right: 74px;
	}
}

section#featured-explainer {
	background: #ffffff;
}

section#featured-explainer .article {
	padding: 41px 0 0 0;
	text-decoration: none;
	display: flex;
	flex-direction: column;
}

section#featured-explainer .article:nth-child(5), section#featured-explainer .article:nth-child(6) {
	display: none;
}

section#featured-explainer .article .banner {
	width: 100%;
	position: relative;
}

section#featured-explainer .article .banner a img {
	width: 100%;
	height: 53.6vw;
	object-fit: fill;
}

section#featured-explainer .article .banner span {
	position: absolute;
	padding: 8px 12px;
	text-align: right;
	font-family: "Noto Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
	/* 16.8px */
	letter-spacing: 1.68px;
	text-transform: uppercase;
	background: #d7b753;
	top: 16px;
	left: 16px;
}

section#featured-explainer .article .title {
	padding: 0 16px;
	width: 100%;
	display: flex;
	flex-direction: column;
	margin: 24px 0 0 0;
}

section#featured-explainer .article .title .subheading {
	margin: 0 0 8px 0;
	display: flex;
}

section#featured-explainer .article .title .subheading span {
	background: transparent;
	text-align: right;
	font-family: "Noto Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
	/* 16.8px */
	letter-spacing: 1.68px;
	text-transform: uppercase;
	font-weight: 400;
	color: #1783df;
	margin: 0;
	padding: 0;
}

section#featured-explainer .article .title .subheading i {
	font-family: "Noto Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
	letter-spacing: 1.68px;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	margin: 0 0 0 16px;
	border-left: 1px solid #d7d7d7;
	padding: 0 0 0 16px;
	color: #a7a7a7;
}

section#featured-explainer .article .title h3 {
	font-family: "Cambon";
	font-style: normal;
	font-weight: 400;
	font-size: 33px;
	line-height: 110%;
	letter-spacing: -0.02em;
	color: #000000;
	margin: 0 0 24px 0;
}

section#featured-explainer .article .title p {
	font-family: "Noto Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 0;
	color: #333333;
	margin: 0;
}

section#featured-explainer .article .title .author {
	display: flex;
	flex-direction: column;
	padding: 0;
}

section#featured-explainer .article .title .author .border {
	width: 40px;
	border-top: 1px solid #1783df;
	margin: 24px 0;
}

section#featured-explainer .article .title .author b {
	font-family: "Noto Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 0;
	color: #000000;
	margin: 0 0 8px 0;
}

section#featured-explainer .article .title .author span {
	font-family: "Noto Sans";
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	letter-spacing: 0;
	color: #343d46;
}

@media all and (min-width: 1024px) {
	section#featured-explainer {
		background: #f7f7f7;
		padding: 0 0 66px 0;
	}
	section#featured-explainer .article {
		flex-direction: unset;
		padding: 50px 0 0 0;
		border-bottom: none;
		gap: 24px;
	}
	section#featured-explainer .article .banner {
		width: 65%;
		display: flex;
	}
	section#featured-explainer .article .banner img,
	section#featured-explainer .article .banner a img {
		width: 100%;
		height: 360px;
		object-fit: fill;
		max-width: unset;
	}
	section#featured-explainer .article .banner a {
		width: 100%;
	}
	section#featured-explainer .article .banner a img {
		width: 100%;
		height: 360px;
		object-fit: fill;
		max-width: unset;
	}
	section#featured-explainer .article .title {
		margin: 0 40px 0 0;
		width: 45%;
		padding: 0;
	}
	section#featured-explainer .article .title .subheading span {
		font-size: 14px;
	}
	section#featured-explainer .article .title .subheading i {
		font-size: 14px;
		border-left: 1px solid #d7d7d7;
		padding: 0 0 0 16px;
		color: #a7a7a7;
	}
	section#featured-explainer .article .title h3 {
		font-size: 39px;
	}
	section#featured-explainer .article .title p {
		font-size: 16px;
	}
}

@media all and (min-width: 1024px) and (max-width: 1126px) {
	section#featured-explainer .container {
		padding-left: 24px;
		padding-right: 74px;
	}
}

section#more-topics, section#articles-more-topics {
	background: #ffffff;
	padding: 40px 0;
	display: flex;
	flex-direction: column;
}

section#more-topics#articles-more-topics .container .topics .topic .subheading, section#articles-more-topics#articles-more-topics .container .topics .topic .subheading {
	display: flex;
	align-items: center;
	margin: 0 0 10px 0;
}

section#more-topics#articles-more-topics .container .topics .topic .subheading span, section#articles-more-topics#articles-more-topics .container .topics .topic .subheading span {
	font-family: "Noto Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
	letter-spacing: 1.68px;
	text-transform: uppercase;
	color: #1783df;
	background: transparent;
	margin: 0;
	padding: 0;
}

section#more-topics#articles-more-topics .container .topics .topic .subheading i, section#articles-more-topics#articles-more-topics .container .topics .topic .subheading i {
	font-family: "Noto Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
	letter-spacing: 1.68px;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	color: #122142;
	margin: 0 0 0 16px;
	padding: 0 0 0 16px;
	border-left: 1px solid #d7d7d7;
}

section#more-topics .container, section#articles-more-topics .container {
	position: relative;
	display: flex;
	flex-direction: column;
	padding: 0 16px;
}

section#more-topics .container .topics .topic, section#articles-more-topics .container .topics .topic {
	display: flex;
	flex-direction: column;
	border-bottom: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 0 0 24px 0;
}

section#more-topics .container .topics .topic a img, section#articles-more-topics .container .topics .topic a img {
	width: 180px;
	height: 105px;
	object-fit: cover;
}

section#more-topics .container .topics .topic span, section#articles-more-topics .container .topics .topic span {
	font-family: "Noto Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
	letter-spacing: 1.68px;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	color: #122142;
	margin: 0 0 8px 0;
}

section#more-topics .container .topics .topic h5, section#articles-more-topics .container .topics .topic h5 {
	font-family: "Noto Sans";
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	/* 28.6px */
	letter-spacing: -0.44px;
	color: #333333;
	margin: 0 0 16px 0;
}

section#more-topics .container .topics .topic i, section#articles-more-topics .container .topics .topic i {
	font-family: "Noto Sans";
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	letter-spacing: 0;
	margin: 0 0 24px 0;
	color: #333333;
}

section#more-topics .container .topics .topic p, section#articles-more-topics .container .topics .topic p {
	display: none;
}

section#more-topics .more-topic-links, section#articles-more-topics .more-topic-links {
	display: flex;
	flex-direction: column;
	padding: 0 16px;
	margin: 0 16px;
	border-left: 1px solid #d7b753;
	height: -moz-fit-content;
	height: fit-content;
}

section#more-topics .more-topic-links h5, section#articles-more-topics .more-topic-links h5 {
	margin: 0 0 16px 0;
	font-family: "Noto Sans";
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	/* 31.2px */
	letter-spacing: -0.48px;
}

section#more-topics .more-topic-links a, section#articles-more-topics .more-topic-links a {
	padding: 16px 0;
	border-top: 1px solid #e7e7e7;
	font-family: "Noto Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 0;
	color: #333333;
	text-decoration: none;
}

section#more-topics .more-topic-links a:last-child, section#articles-more-topics .more-topic-links a:last-child {
	padding-bottom: 0;
}

section#more-topics .pagination, section#articles-more-topics .pagination {
	width: 100%;
	height: 62px;
	padding: 12px 0;
	box-sizing: border-box;
	margin: 40px 0;
	background-color: #f7f7f7;
	display: flex;
}

section#more-topics .pagination .wrap, section#articles-more-topics .pagination .wrap {
	margin: auto;
}

section#more-topics .pagination .wrap span, section#articles-more-topics .pagination .wrap span {
	cursor: pointer;
	border-radius: 4px;
	padding: 8px;
	font-family: "Noto Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 0;
	text-align: center;
	color: #122142;
	margin: 0 4px;
}

section#more-topics .pagination .wrap span.active, section#articles-more-topics .pagination .wrap span.active {
	background: #d7b753;
	font-weight: bold;
}

@media all and (min-width: 1024px) {
	section#more-topics, section#articles-more-topics {
		padding: 64px 0 0 0;
	}
	section#more-topics .container, section#articles-more-topics .container {
		flex-direction: unset;
		position: relative;
		padding: 0;
	}
	section#more-topics .container .topics, section#articles-more-topics .container .topics {
		width: 72%;
		min-height: 275px;
	}
	section#more-topics .container .topics .topic, section#articles-more-topics .container .topics .topic {
		margin: 0 auto 32px auto;
		flex-direction: unset;
	}
	section#more-topics .container .topics .topic img, section#articles-more-topics .container .topics .topic img {
		width: 100%;
		height: 100%;
		max-width: 180px;
		max-height: 105px;
		margin-right: 24px;
	}
	section#more-topics .container .topics .topic .text-area h5, section#articles-more-topics .container .topics .topic .text-area h5 {
		letter-spacing: 0;
		margin: 0 0 8px 0;
	}
	section#more-topics .container .topics .topic .text-area p, section#articles-more-topics .container .topics .topic .text-area p {
		display: flex;
		font-family: "Noto Sans";
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 140%;
		letter-spacing: 0;
		color: #575757;
		margin: 0 0 16px 0;
	}
	section#more-topics .container .more-topic-links, section#articles-more-topics .container .more-topic-links {
		position: sticky;
		right: 0;
		top: 160px;
		width: 267px;
		margin-bottom: 32px;
		height: -moz-fit-content;
		height: fit-content;
		margin-left: 25px;
	}
}

@media all and (min-width: 1024px) and (max-width: 1126px) {
	section#more-topics .container, section#articles-more-topics .container {
		padding-left: 24px;
		padding-right: 74px;
	}
	section#more-topics .container .more-topic-links, section#articles-more-topics .container .more-topic-links {
		right: 24px;
	}
}

section#article-hero {
	display: flex;
	flex-direction: column;
	margin: 60px 0 0 0;
}

section#article-hero.v2 .text-area .subheader span {
	background: transparent;
	padding: 0;
	text-align: right;
	font-family: "Noto Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
	/* 16.8px */
	letter-spacing: 1.68px;
	text-transform: uppercase;
	color: #1783df;
	margin: 0;
}

section#article-hero.v2 .text-area .subheader i {
	font-family: "Noto Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
	letter-spacing: 1.68px;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	color: #a7a7a7;
	padding: 0 0 0 16px;
	margin: 0 0 0 16px;
	border-left: 1px solid #a7a7a7;
}

section#article-hero.v3:before {
	z-index: 1;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 127.5vw;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 51.59%);
}

section#article-hero.v3 .text-area {
	z-index: 2;
	margin-bottom: 20px;
	margin-top: -110px;
}

section#article-hero.v3 .text-area h1 {
	font-style: normal;
	font-weight: 400;
	font-size: 40px;
	line-height: 100%;
	letter-spacing: -0.02em;
}

section#article-hero.v3 .text-area p {
	margin-bottom: 16px;
	font-size: 23px;
}

section#article-hero.v3 .text-area .subheader span {
	background: transparent;
	padding: 0;
	text-align: right;
	font-family: "Noto Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
	/* 16.8px */
	letter-spacing: 1.68px;
	text-transform: uppercase;
	color: #1783df;
	margin: 0;
}

section#article-hero.v3 .text-area .subheader i {
	font-family: "Noto Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
	letter-spacing: 1.68px;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	color: #575757;
	padding: 0 0 0 16px;
	margin: 0 0 0 16px;
	border-left: 1px solid #a7a7a7;
}

section#article-hero .video-container {
	margin: 0 auto 24px auto;
}

section#article-hero .image-container {
	display: flex;
	position: relative;
	margin: 0 0 24px 0;
}

section#article-hero .image-container img {
	height: 58.5vw;
	width: 100%;
	object-fit: cover;
}

section#article-hero .image-container img:last-child {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.2;
}

section#article-hero > img {
	margin: 0 0 24px 0;
	height: 219px;
	width: 100%;
	object-fit: cover;
}

section#article-hero > img.low-opacity {
	display: none;
}

section#article-hero .hero-video {
	cursor: pointer;
}

section#article-hero .text-area {
	padding: 0 16px;
	margin: 0 auto 24px auto;
	max-width: 948px;
	margin-top: 24px;
}

section#article-hero .text-area .subheader {
	display: flex;
	margin: 0 0 16px 0;
}

section#article-hero .text-area .subheader span {
	padding: 0;
	font-family: "Noto Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
	letter-spacing: 1.68px;
	text-transform: uppercase;
	color: #1783df;
	background: transparent;
	margin: 0;
	text-align: right;
}

section#article-hero .text-area .subheader i {
	font-family: "Noto Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
	letter-spacing: 1.68px;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	margin: 0 0 0 16px;
	color: #a7a7a7;
	padding: 0 0 0 16px;
	border-left: 1px solid #a7a7a7;
}

section#article-hero .text-area h1 {
	font-family: "Cambon";
	font-style: normal;
	font-weight: 400;
	font-size: 33px;
	line-height: 110%;
	letter-spacing: -0.02em;
	color: #000000;
	margin: 0 0 16px 0;
}

section#article-hero .text-area p {
	font-family: "Noto Sans";
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	/* 22.1px */
	letter-spacing: -0.17px;
	color: #333333;
	margin: 0;
}

section#article-hero .text-area .partial-border {
	width: 40px;
	border: 1px solid #1783df;
	margin: 16px 0;
	background: #1783df;
}

section#article-hero .text-area .date-author {
	display: flex;
	align-items: center;
}

section#article-hero .text-area .date-author span {
	font-family: "Noto Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 0;
	text-align: center;
	color: #333333;
	margin: 0;
}

section#article-hero .text-area .date-author img {
	width: 4px;
	margin: 0 8px;
}

section#article-hero .text-area .date-author b {
	font-family: "Noto Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 0;
	font-weight: 600;
	text-align: center;
	color: #000000;
	margin: 0;
}

@media all and (min-width: 1024px) {
	section#article-hero {
		margin-top: 90px;
	}
	section#article-hero.v2 .text-area {
		margin-bottom: 50px;
	}
	section#article-hero.v3:before {
		height: 750px;
	}
	section#article-hero.v3 .text-area {
		padding-left: 200px;
		margin-top: -400px;
		margin-bottom: 68px;
		max-width: 1169px;
	}
	section#article-hero.v3 .text-area h1 {
		font-weight: 400;
		font-size: 76px;
		line-height: 100%;
		letter-spacing: -0.04em;
	}
	section#article-hero.v3 .text-area p {
		margin-bottom: 16px;
	}
	section#article-hero .hero-image {
		object-fit: cover;
		margin: 0 auto;
		margin-bottom: 40px;
		width: 100%;
		max-width: 948px;
		height: 535px;
		max-height: none;
	}
	section#article-hero .image-container {
		display: flex;
		max-height: 480px;
		height: 100%;
	}
	section#article-hero .image-container img:first-child {
		object-fit: contain;
		z-index: 1;
	}
	section#article-hero .video-container {
		margin: 0 auto 56px auto;
	}
	section#article-hero > img {
		max-height: 480px;
		margin: 0 0 48px 0;
		object-fit: cover;
		height: auto;
	}
	section#article-hero > img.low-opacity {
		display: block;
		opacity: 0.2;
		position: absolute;
		height: 425px;
		width: 100%;
		object-fit: cover;
		z-index: 0;
	}
	section#article-hero .video-container {
		width: 100%;
		margin: 48px auto 56px auto;
		z-index: 1;
		max-width: 948px;
		max-height: none;
		height: 535px;
		object-fit: contain;
	}
	section#article-hero .text-area {
		padding: 0;
	}
	section#article-hero .text-area .subheader {
		margin: 0 0 16px 0;
	}
	section#article-hero .text-area .subheader span {
		font-size: 14px;
	}
	section#article-hero .text-area .subheader i {
		font-size: 14px;
	}
	section#article-hero .text-area h1 {
		font-size: 48px;
		margin: 0 0 16px 0;
	}
	section#article-hero .text-area p {
		font-size: 25px;
	}
	section#article-hero .text-area .partial-border {
		display: none;
	}
	section#article-hero .text-area .date-author {
		margin: 16px 0 0 0;
	}
}

section#article-detail,
section .up-next-content, section#wealth-explainer-detail {
	display: flex;
	flex-direction: column;
	padding: 0 16px 8px 16px;
	overflow: hidden;
}

section#article-detail .js-remove-clipboard,
section .up-next-content .js-remove-clipboard, section#wealth-explainer-detail .js-remove-clipboard {
	position: absolute;
	top: 50px;
	right: 70px;
}

section#article-detail.v2 .container .social-links,
section .up-next-content.v2 .container .social-links, section#wealth-explainer-detail.v2 .container .social-links {
	margin-bottom: 40px;
	z-index: 2;
}

section#article-detail.v2 .container .related-articles,
section .up-next-content.v2 .container .related-articles, section#wealth-explainer-detail.v2 .container .related-articles {
	display: none;
}

section#article-detail.v2 p,
section .up-next-content.v2 p, section#wealth-explainer-detail.v2 p {
	line-height: 120%;
	width: 100%;
}

section#article-detail#wealth-explainer-detail,
section .up-next-content#wealth-explainer-detail, section#wealth-explainer-detail#wealth-explainer-detail {
	padding-bottom: 0;
}

section#article-detail#wealth-explainer-detail .js-remove-clipboard,
section .up-next-content#wealth-explainer-detail .js-remove-clipboard, section#wealth-explainer-detail#wealth-explainer-detail .js-remove-clipboard {
	z-index: 10 !important;
}

section#article-detail#wealth-explainer-detail .container > h2,
section .up-next-content#wealth-explainer-detail .container > h2, section#wealth-explainer-detail#wealth-explainer-detail .container > h2 {
	font-family: "Cambon";
	font-style: normal;
	font-weight: 400;
	font-size: 57px;
	line-height: 100%;
	letter-spacing: -0.04em;
	color: #000000;
}

section#article-detail#wealth-explainer-detail .container > h2::after,
section .up-next-content#wealth-explainer-detail .container > h2::after, section#wealth-explainer-detail#wealth-explainer-detail .container > h2::after {
	content: ".";
	color: #e1c56b;
}

section#article-detail#wealth-explainer-detail .container > h2:last-of-type,
section .up-next-content#wealth-explainer-detail .container > h2:last-of-type, section#wealth-explainer-detail#wealth-explainer-detail .container > h2:last-of-type {
	margin-top: 16px;
}

section#article-detail#wealth-explainer-detail p,
section .up-next-content#wealth-explainer-detail p, section#wealth-explainer-detail#wealth-explainer-detail p {
	font-size: 20px;
	line-height: 130%;
	color: #202020;
	margin-bottom: 40px;
}

section#article-detail#wealth-explainer-detail .video-container,
section .up-next-content#wealth-explainer-detail .video-container, section#wealth-explainer-detail#wealth-explainer-detail .video-container {
	margin-top: 0;
	margin-bottom: 64px;
}

section#article-detail#wealth-explainer-detail .yellow-underline,
section .up-next-content#wealth-explainer-detail .yellow-underline, section#wealth-explainer-detail#wealth-explainer-detail .yellow-underline {
	width: 100%;
	border-top: 1px solid #d7b753;
	margin: 0 0 40px 0;
}

section#article-detail#wealth-explainer-detail .side-image,
section .up-next-content#wealth-explainer-detail .side-image, section#wealth-explainer-detail#wealth-explainer-detail .side-image {
	margin-bottom: 0;
	margin-top: 0;
}

section#article-detail#wealth-explainer-detail .side-image.right img,
section .up-next-content#wealth-explainer-detail .side-image.right img, section#wealth-explainer-detail#wealth-explainer-detail .side-image.right img {
	order: 1;
}

section#article-detail#wealth-explainer-detail .side-image.right .text-container,
section .up-next-content#wealth-explainer-detail .side-image.right .text-container, section#wealth-explainer-detail#wealth-explainer-detail .side-image.right .text-container {
	order: 2;
}

section#article-detail#wealth-explainer-detail .side-image .text-container h2,
section .up-next-content#wealth-explainer-detail .side-image .text-container h2, section#wealth-explainer-detail#wealth-explainer-detail .side-image .text-container h2 {
	font-family: "Cambon";
	font-style: normal;
	font-weight: 400;
	font-size: 39px;
	line-height: 110%;
	letter-spacing: -0.02em;
	color: #202020;
}

section#article-detail#wealth-explainer-detail .side-image .text-container p,
section .up-next-content#wealth-explainer-detail .side-image .text-container p, section#wealth-explainer-detail#wealth-explainer-detail .side-image .text-container p {
	font-size: 20px;
	line-height: 130%;
	color: #333333;
}

section#article-detail#wealth-explainer-detail .slider-with-text,
section .up-next-content#wealth-explainer-detail .slider-with-text, section#wealth-explainer-detail#wealth-explainer-detail .slider-with-text {
	background: #f7f7f7;
	padding: 40px 16px 0 24px;
	width: calc(100% + 32px);
	margin-left: -16px;
	margin-bottom: 40px;
	background: linear-gradient(to right, #dbcea7 16px, #f7f7f7 16px, #f7f7f7 100%);
}

section#article-detail#wealth-explainer-detail .slider-with-text .text-area h2,
section .up-next-content#wealth-explainer-detail .slider-with-text .text-area h2, section#wealth-explainer-detail#wealth-explainer-detail .slider-with-text .text-area h2 {
	font-family: "Cambon";
	font-style: normal;
	font-weight: 400;
	font-size: 39px;
	line-height: 110%;
	letter-spacing: -0.02em;
	color: #202020;
}

section#article-detail#wealth-explainer-detail .slider-with-text .text-area p,
section .up-next-content#wealth-explainer-detail .slider-with-text .text-area p, section#wealth-explainer-detail#wealth-explainer-detail .slider-with-text .text-area p {
	font-size: 20px;
	line-height: 130%;
	margin-bottom: 24px;
}

section#article-detail#wealth-explainer-detail .slider-with-text .card-container,
section .up-next-content#wealth-explainer-detail .slider-with-text .card-container, section#wealth-explainer-detail#wealth-explainer-detail .slider-with-text .card-container {
	box-shadow: none;
	background: transparent;
}

section#article-detail#wealth-explainer-detail .side-image-with-list,
section .up-next-content#wealth-explainer-detail .side-image-with-list, section#wealth-explainer-detail#wealth-explainer-detail .side-image-with-list {
	display: flex;
	margin: 0 0 141px 0;
}

section#article-detail#wealth-explainer-detail .side-image-with-list .bg-img,
section .up-next-content#wealth-explainer-detail .side-image-with-list .bg-img, section#wealth-explainer-detail#wealth-explainer-detail .side-image-with-list .bg-img {
	height: 688px;
	top: unset;
	bottom: 0;
}

section#article-detail#wealth-explainer-detail .side-image-with-list .container,
section .up-next-content#wealth-explainer-detail .side-image-with-list .container, section#wealth-explainer-detail#wealth-explainer-detail .side-image-with-list .container {
	display: flex;
	flex-direction: column;
	gap: 24px;
	z-index: 2;
}

section#article-detail#wealth-explainer-detail .side-image-with-list .container ul,
section .up-next-content#wealth-explainer-detail .side-image-with-list .container ul, section#wealth-explainer-detail#wealth-explainer-detail .side-image-with-list .container ul {
	display: flex;
	flex-direction: column;
	gap: 32px;
	padding: 0 0 0 28px;
	margin: 0;
}

section#article-detail#wealth-explainer-detail .side-image-with-list .container ul li,
section .up-next-content#wealth-explainer-detail .side-image-with-list .container ul li, section#wealth-explainer-detail#wealth-explainer-detail .side-image-with-list .container ul li {
	font-family: "Noto Sans";
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	/* 31.2px */
	letter-spacing: -0.48px;
	color: #000000;
	list-style: none;
}

section#article-detail#wealth-explainer-detail .side-image-with-list .container ul li::before,
section .up-next-content#wealth-explainer-detail .side-image-with-list .container ul li::before, section#wealth-explainer-detail#wealth-explainer-detail .side-image-with-list .container ul li::before {
	content: "•";
	font-size: 20px;
	vertical-align: bottom;
	line-height: 32px;
	margin-left: -16px;
	margin-right: 9px;
}

section#article-detail .social-links,
section .up-next-content .social-links, section#wealth-explainer-detail .social-links {
	display: flex;
	gap: 36px;
	margin: 16px 0 42px 0;
}

section#article-detail p,
section .up-next-content p, section#wealth-explainer-detail p {
	width: 100%;
}

section#article-detail p,
section#article-detail ol,
section#article-detail ul,
section .up-next-content p,
section .up-next-content ol,
section .up-next-content ul, section#wealth-explainer-detail p,
section#wealth-explainer-detail ol,
section#wealth-explainer-detail ul {
	font-family: "Noto Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 0;
	color: #333333;
	margin: 0 0 24px 0;
	width: 100%;
}

section#article-detail h2,
section .up-next-content h2, section#wealth-explainer-detail h2 {
	font-family: "Cambon";
	font-style: normal;
	font-weight: 400;
	line-height: 110%;
	letter-spacing: -0.02em;
}

section#article-detail .intro p.drop-cap:first-letter,
section .up-next-content .intro p.drop-cap:first-letter, section#wealth-explainer-detail .intro p.drop-cap:first-letter {
	font-family: "Cambon";
	font-style: normal;
	font-weight: 400;
	font-size: 76px;
	line-height: 100%;
	float: left;
	margin-right: 8px;
	letter-spacing: -0.04em;
	color: #000000;
}

section#article-detail .side-image,
section .up-next-content .side-image, section#wealth-explainer-detail .side-image {
	display: flex;
	flex-direction: column;
	margin: 16px 0 32px 0;
	gap: 24px;
}

section#article-detail .side-image > img,
section .up-next-content .side-image > img, section#wealth-explainer-detail .side-image > img {
	width: calc(100% + 32px);
	margin-left: -16px;
	max-width: unset;
}

section#article-detail .side-image .text-container p,
section .up-next-content .side-image .text-container p, section#wealth-explainer-detail .side-image .text-container p {
	margin: 0 0 16px 0;
}

section#article-detail .side-image .text-container ul,
section .up-next-content .side-image .text-container ul, section#wealth-explainer-detail .side-image .text-container ul {
	padding: 0 0 0 16px;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

section#article-detail .side-image .text-container ul li,
section .up-next-content .side-image .text-container ul li, section#wealth-explainer-detail .side-image .text-container ul li {
	position: relative;
}

section#article-detail .side-image .text-container ul li::before,
section .up-next-content .side-image .text-container ul li::before, section#wealth-explainer-detail .side-image .text-container ul li::before {
	content: "";
	vertical-align: bottom;
	position: absolute;
	top: 8px;
	left: -18px;
	height: 8px;
	width: 8px;
	border-radius: 16px;
	line-height: 25px;
	background-color: #d7b753;
}

section#article-detail .side-image.right > img,
section .up-next-content .side-image.right > img, section#wealth-explainer-detail .side-image.right > img {
	order: 2;
}

section#article-detail .side-image.right .text-container,
section .up-next-content .side-image.right .text-container, section#wealth-explainer-detail .side-image.right .text-container {
	order: 1;
}

section#article-detail .full-chart,
section .up-next-content .full-chart, section#wealth-explainer-detail .full-chart {
	padding: 40px 16px 40px 24px;
	margin: 16px 0 40px -16px;
	background: linear-gradient(to right, #dbcea7 16px, #f7f7f7 16px, #f7f7f7 100%);
	max-width: unset;
	width: calc(100% + 32px);
	display: flex;
	flex-direction: column;
}

section#article-detail .full-chart .container,
section .up-next-content .full-chart .container, section#wealth-explainer-detail .full-chart .container {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

section#article-detail .full-chart p,
section .up-next-content .full-chart p, section#wealth-explainer-detail .full-chart p {
	margin: 0;
}

section#article-detail .full-chart.v2,
section .up-next-content .full-chart.v2, section#wealth-explainer-detail .full-chart.v2 {
	padding: 32px 16px 32px 24px;
}

section#article-detail .full-chart.v2 .text-area h2,
section .up-next-content .full-chart.v2 .text-area h2, section#wealth-explainer-detail .full-chart.v2 .text-area h2 {
	font-size: 28px;
	line-height: 110%;
	letter-spacing: -0.02em;
	margin: 0;
}

section#article-detail .semi-full-width-image,
section#article-detail .video-container,
section .up-next-content .semi-full-width-image,
section .up-next-content .video-container, section#wealth-explainer-detail .semi-full-width-image,
section#wealth-explainer-detail .video-container {
	margin: 16px 0 40px -16px;
	width: calc(100% + 32px);
	max-width: 1000%;
	box-shadow: 1px -1px 18px 9px #ffffff;
	z-index: 1;
}

section#article-detail .full-width-image,
section .up-next-content .full-width-image, section#wealth-explainer-detail .full-width-image {
	width: calc(100% + 32px);
	max-width: 1000%;
	margin: 16px 0 16px -16px;
	height: 229px;
	object-fit: cover;
	box-shadow: 1px -1px 18px 9px #ffffff;
	z-index: 1;
}

section#article-detail .full-width-image-caption,
section .up-next-content .full-width-image-caption, section#wealth-explainer-detail .full-width-image-caption {
	font-family: "Noto Sans";
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	letter-spacing: 0;
	color: #343d46;
	margin: 0 auto 40px auto;
}

section#article-detail .related-articles,
section .up-next-content .related-articles, section#wealth-explainer-detail .related-articles {
	margin: 16px 0 40px 0;
}

section#article-detail .related-articles h5,
section .up-next-content .related-articles h5, section#wealth-explainer-detail .related-articles h5 {
	font-family: "Noto Sans";
	font-size: 19px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	/* 24.7px */
	letter-spacing: -0.19px;
	color: #000000;
	margin: 0 0 16px 0;
	width: auto;
}

section#article-detail .related-articles .links,
section .up-next-content .related-articles .links, section#wealth-explainer-detail .related-articles .links {
	display: flex;
	flex-direction: column;
	border-left: 1px solid #d7b753;
	padding: 0 0 0 16px;
	gap: 24px;
	width: 73%;
}

section#article-detail .related-articles .links a,
section .up-next-content .related-articles .links a, section#wealth-explainer-detail .related-articles .links a {
	display: flex;
	flex-direction: column;
}

section#article-detail .related-articles .links a b,
section .up-next-content .related-articles .links a b, section#wealth-explainer-detail .related-articles .links a b {
	font-family: "Noto Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 0;
	font-weight: 600;
	margin: 0 0 8px 0;
	color: #202020;
}

section#article-detail .related-articles .links a span,
section .up-next-content .related-articles .links a span, section#wealth-explainer-detail .related-articles .links a span {
	font-family: "Noto Sans";
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	letter-spacing: 0;
	color: #777777;
}

section#article-detail .with-quote .quote,
section .up-next-content .with-quote .quote, section#wealth-explainer-detail .with-quote .quote {
	border-left: 1px solid #a7a7a7;
	padding: 0 0 0 24px;
	display: flex;
	flex-direction: column;
	margin: 0 0 24px 0;
}

section#article-detail .with-quote .quote i,
section .up-next-content .with-quote .quote i, section#wealth-explainer-detail .with-quote .quote i {
	font-family: "Cambon";
	font-style: normal;
	font-weight: 400;
	font-size: 76px;
	line-height: 100%;
	letter-spacing: -0.04em;
	color: #d7b753;
}

section#article-detail .with-quote .quote span,
section .up-next-content .with-quote .quote span, section#wealth-explainer-detail .with-quote .quote span {
	font-family: "Noto Sans";
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	/* 31.2px */
	letter-spacing: -0.48px;
	color: #000000;
}

section#article-detail .with-quote.v2,
section .up-next-content .with-quote.v2, section#wealth-explainer-detail .with-quote.v2 {
	display: flex;
	flex-direction: column;
}

section#article-detail .with-quote.v2 p,
section .up-next-content .with-quote.v2 p, section#wealth-explainer-detail .with-quote.v2 p {
	order: 2;
}

section#article-detail .with-quote.v2 .quote,
section .up-next-content .with-quote.v2 .quote, section#wealth-explainer-detail .with-quote.v2 .quote {
	order: 1;
	border-left: 1px solid #d7d7d7;
}

section#article-detail .with-quote.v2 .quote span,
section .up-next-content .with-quote.v2 .quote span, section#wealth-explainer-detail .with-quote.v2 .quote span {
	font-size: 23px;
}

section#article-detail .single-quote,
section .up-next-content .single-quote, section#wealth-explainer-detail .single-quote {
	display: flex;
	flex-direction: column;
}

section#article-detail .single-quote i,
section .up-next-content .single-quote i, section#wealth-explainer-detail .single-quote i {
	font-family: "Cambon";
	font-style: normal;
	font-weight: 400;
	font-size: 76px;
	line-height: 100%;
	letter-spacing: -0.04em;
	color: #d7b753;
	text-align: center;
}

section#article-detail .single-quote h3,
section .up-next-content .single-quote h3, section#wealth-explainer-detail .single-quote h3 {
	font-family: "Cambon";
	font-style: normal;
	font-weight: 400;
	font-size: 28px;
	line-height: 110%;
	text-align: center;
	letter-spacing: -0.02em;
	color: #000000;
	margin: 0 0 24px 0;
}

section#article-detail .slider-with-text .text-area,
section .up-next-content .slider-with-text .text-area, section#wealth-explainer-detail .slider-with-text .text-area {
	display: flex;
	flex-direction: column;
}

section#article-detail .card-container,
section .up-next-content .card-container, section#wealth-explainer-detail .card-container {
	width: 105%;
	margin: 16px auto 58px auto;
	box-shadow: 1px -1px 18px 9px #ffffff;
	z-index: 1;
	background: #ffffff;
}

section#article-detail .card-container .card-carousel,
section .up-next-content .card-container .card-carousel, section#wealth-explainer-detail .card-container .card-carousel {
	display: flex;
	counter-reset: item;
	overflow: hidden;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
}

section#article-detail .card-container .card-carousel .card,
section .up-next-content .card-container .card-carousel .card, section#wealth-explainer-detail .card-container .card-carousel .card {
	position: relative;
	background-color: transparent;
	display: inline-block;
	flex: 0 0 90.8%;
	counter-increment: item;
	display: flex;
	flex-direction: column;
	margin-right: 16px;
	height: 59.2vw;
}

section#article-detail .card-container .card-carousel .card .card-body,
section .up-next-content .card-container .card-carousel .card .card-body, section#wealth-explainer-detail .card-container .card-carousel .card .card-body {
	display: flex;
	height: 100%;
}

section#article-detail .card-container .card-carousel .card .card-body img,
section .up-next-content .card-container .card-carousel .card .card-body img, section#wealth-explainer-detail .card-container .card-carousel .card .card-body img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

section#article-detail .card-container .card-carousel .card:last-child,
section .up-next-content .card-container .card-carousel .card:last-child, section#wealth-explainer-detail .card-container .card-carousel .card:last-child {
	margin-right: 20px;
}

section#article-detail .card-container .card-navigations,
section .up-next-content .card-container .card-navigations, section#wealth-explainer-detail .card-container .card-navigations {
	display: flex;
	align-items: center;
	margin: 16px 0 0 0;
	width: 95%;
}

section#article-detail .card-container .card-navigations .page,
section .up-next-content .card-container .card-navigations .page, section#wealth-explainer-detail .card-container .card-navigations .page {
	font-family: "Cambon";
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	line-height: 130%;
	color: #333333;
	white-space: nowrap;
	margin: 0 16px 0 0;
	min-width: 54px;
	text-align: right;
}

section#article-detail .card-container .card-navigations .card-navs,
section .up-next-content .card-container .card-navigations .card-navs, section#wealth-explainer-detail .card-container .card-navigations .card-navs {
	display: flex;
	width: 100%;
	margin-right: 24px;
	align-items: center;
}

section#article-detail .card-container .card-navigations .card-navs .card-nav,
section .up-next-content .card-container .card-navigations .card-navs .card-nav, section#wealth-explainer-detail .card-container .card-navigations .card-navs .card-nav {
	width: 100%;
	border: 0.5px solid #979797;
	background: transparent;
}

section#article-detail .card-container .card-navigations .card-navs .card-nav.active,
section .up-next-content .card-container .card-navigations .card-navs .card-nav.active, section#wealth-explainer-detail .card-container .card-navigations .card-navs .card-nav.active {
	border: 2px solid #d7b753;
	background: #d7b753;
}

section#article-detail .card-container .card-navigations .carousel-navs,
section .up-next-content .card-container .card-navigations .carousel-navs, section#wealth-explainer-detail .card-container .card-navigations .carousel-navs {
	display: flex;
	flex-wrap: nowrap;
	gap: 12px;
}

section#article-detail .card-container .card-navigations .carousel-navs .carousel-nav,
section .up-next-content .card-container .card-navigations .carousel-navs .carousel-nav, section#wealth-explainer-detail .card-container .card-navigations .carousel-navs .carousel-nav {
	background: transparent;
	border: none;
	padding: 0;
	width: 42px;
}

section#article-detail .card-container .card-navigations .carousel-navs .carousel-nav.disabled,
section .up-next-content .card-container .card-navigations .carousel-navs .carousel-nav.disabled, section#wealth-explainer-detail .card-container .card-navigations .carousel-navs .carousel-nav.disabled {
	opacity: 0.3;
}

section#article-detail .reports-download-pdf,
section .up-next-content .reports-download-pdf, section#wealth-explainer-detail .reports-download-pdf {
	width: calc(100% + 32px);
	position: relative;
	display: flex;
	padding: 40px 0;
	margin: 16px 0 40px 0;
}

section#article-detail .reports-download-pdf .side-line,
section .up-next-content .reports-download-pdf .side-line, section#wealth-explainer-detail .reports-download-pdf .side-line {
	top: 0;
	background: transparent;
	border-left: 1px solid #d7b753;
}

section#article-detail .reports-download-pdf > img,
section .up-next-content .reports-download-pdf > img, section#wealth-explainer-detail .reports-download-pdf > img {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 0;
	top: 0;
	left: 0;
	object-fit: cover;
}

section#article-detail .reports-download-pdf .container,
section .up-next-content .reports-download-pdf .container, section#wealth-explainer-detail .reports-download-pdf .container {
	z-index: 1;
	max-width: 610px;
	padding: 16px;
}

section#article-detail .reports-download-pdf .container span,
section .up-next-content .reports-download-pdf .container span, section#wealth-explainer-detail .reports-download-pdf .container span {
	padding: 8px 16px;
	background: #d7b753;
	text-align: right;
	font-family: "Noto Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
	/* 16.8px */
	letter-spacing: 1.68px;
	text-transform: uppercase;
	color: #000000;
	width: fit-content;
	margin: 0 0 16px -16px;
}

section#article-detail .reports-download-pdf .container h3,
section .up-next-content .reports-download-pdf .container h3, section#wealth-explainer-detail .reports-download-pdf .container h3 {
	font-family: "Cambon";
	font-style: normal;
	font-weight: 400;
	font-size: 28px;
	line-height: 110%;
	letter-spacing: -0.02em;
	color: #ffffff;
	margin: 0 0 8px 0;
}

section#article-detail .reports-download-pdf .container p,
section .up-next-content .reports-download-pdf .container p, section#wealth-explainer-detail .reports-download-pdf .container p {
	font-family: "Noto Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 0;
	color: #ffffff;
	margin: 0 0 24px 0;
}

section#article-detail .reports-download-pdf .container .button,
section .up-next-content .reports-download-pdf .container .button, section#wealth-explainer-detail .reports-download-pdf .container .button {
	margin: 0;
	width: 100%;
}

@media all and (min-width: 1024px) {
	section#article-detail,
	section .up-next-content, section#wealth-explainer-detail {
		padding: 0 0 16px 0;
		min-height: 550px;
		align-items: center;
	}
	section#article-detail .js-remove-clipboard,
	section .up-next-content .js-remove-clipboard, section#wealth-explainer-detail .js-remove-clipboard {
		position: absolute;
		bottom: -50px;
		white-space: nowrap;
		right: 0;
		top: unset;
	}
	section#article-detail.v2 p,
	section .up-next-content.v2 p, section#wealth-explainer-detail.v2 p {
		max-width: 560px;
	}
	section#article-detail.v2 .container .related-articles,
	section .up-next-content.v2 .container .related-articles, section#wealth-explainer-detail.v2 .container .related-articles {
		display: block;
	}
	section#article-detail.v2 .container table,
	section .up-next-content.v2 .container table, section#wealth-explainer-detail.v2 .container table {
		max-width: 560px;
		margin-left: auto;
		margin-right: auto;
	}
	section#article-detail#wealth-explainer-detail p,
	section .up-next-content#wealth-explainer-detail p, section#wealth-explainer-detail#wealth-explainer-detail p {
		font-size: 20px;
	}
	section#article-detail#wealth-explainer-detail .container,
	section .up-next-content#wealth-explainer-detail .container, section#wealth-explainer-detail#wealth-explainer-detail .container {
		max-width: 948px;
	}
	section#article-detail#wealth-explainer-detail .container h2,
	section#article-detail#wealth-explainer-detail .container p,
	section .up-next-content#wealth-explainer-detail .container h2,
	section .up-next-content#wealth-explainer-detail .container p, section#wealth-explainer-detail#wealth-explainer-detail .container h2,
	section#wealth-explainer-detail#wealth-explainer-detail .container p {
		width: 649px;
		max-width: unset;
		margin-left: 0;
	}
	section#article-detail#wealth-explainer-detail .container h2,
	section .up-next-content#wealth-explainer-detail .container h2, section#wealth-explainer-detail#wealth-explainer-detail .container h2 {
		font-size: 76px;
	}
	section#article-detail#wealth-explainer-detail .yellow-underline,
	section .up-next-content#wealth-explainer-detail .yellow-underline, section#wealth-explainer-detail#wealth-explainer-detail .yellow-underline {
		max-width: 948px;
		width: 100%;
		margin: 0 auto 40px auto;
	}
	section#article-detail#wealth-explainer-detail .social-links-container,
	section .up-next-content#wealth-explainer-detail .social-links-container, section#wealth-explainer-detail#wealth-explainer-detail .social-links-container {
		max-width: 1115px;
	}
	section#article-detail#wealth-explainer-detail h2,
	section .up-next-content#wealth-explainer-detail h2, section#wealth-explainer-detail#wealth-explainer-detail h2 {
		max-width: 948px;
	}
	section#article-detail#wealth-explainer-detail h2:last-of-type,
	section .up-next-content#wealth-explainer-detail h2:last-of-type, section#wealth-explainer-detail#wealth-explainer-detail h2:last-of-type {
		margin-top: 24px;
	}
	section#article-detail#wealth-explainer-detail .video-container,
	section .up-next-content#wealth-explainer-detail .video-container, section#wealth-explainer-detail#wealth-explainer-detail .video-container {
		max-width: 948px;
		max-height: 514px;
		height: 514px;
		margin: 0 auto 64px auto;
	}
	section#article-detail#wealth-explainer-detail .side-image,
	section .up-next-content#wealth-explainer-detail .side-image, section#wealth-explainer-detail#wealth-explainer-detail .side-image {
		max-width: 948px;
		margin-bottom: 40px;
	}
	section#article-detail#wealth-explainer-detail .side-image.right img,
	section .up-next-content#wealth-explainer-detail .side-image.right img, section#wealth-explainer-detail#wealth-explainer-detail .side-image.right img {
		order: 2;
	}
	section#article-detail#wealth-explainer-detail .side-image.right .text-container,
	section .up-next-content#wealth-explainer-detail .side-image.right .text-container, section#wealth-explainer-detail#wealth-explainer-detail .side-image.right .text-container {
		order: 1;
	}
	section#article-detail#wealth-explainer-detail .side-image img,
	section .up-next-content#wealth-explainer-detail .side-image img, section#wealth-explainer-detail#wealth-explainer-detail .side-image img {
		margin: 0;
		width: 462px;
		height: 425px;
	}
	section#article-detail#wealth-explainer-detail .side-image .text-container,
	section .up-next-content#wealth-explainer-detail .side-image .text-container, section#wealth-explainer-detail#wealth-explainer-detail .side-image .text-container {
		width: 48%;
	}
	section#article-detail#wealth-explainer-detail .side-image .text-container .text-container,
	section .up-next-content#wealth-explainer-detail .side-image .text-container .text-container, section#wealth-explainer-detail#wealth-explainer-detail .side-image .text-container .text-container {
		width: 100%;
	}
	section#article-detail#wealth-explainer-detail .side-image .text-container h2,
	section .up-next-content#wealth-explainer-detail .side-image .text-container h2, section#wealth-explainer-detail#wealth-explainer-detail .side-image .text-container h2 {
		width: 100%;
	}
	section#article-detail#wealth-explainer-detail .side-image .text-container p,
	section .up-next-content#wealth-explainer-detail .side-image .text-container p, section#wealth-explainer-detail#wealth-explainer-detail .side-image .text-container p {
		width: 100%;
		line-height: 130%;
	}
	section#article-detail#wealth-explainer-detail .slider-with-text,
	section .up-next-content#wealth-explainer-detail .slider-with-text, section#wealth-explainer-detail#wealth-explainer-detail .slider-with-text {
		margin-left: 0;
		margin-bottom: 64px;
		padding: 40px 0 0 0;
	}
	section#article-detail#wealth-explainer-detail .slider-with-text .side-line,
	section .up-next-content#wealth-explainer-detail .slider-with-text .side-line, section#wealth-explainer-detail#wealth-explainer-detail .slider-with-text .side-line {
		z-index: 21;
		background-color: transparent;
	}
	section#article-detail#wealth-explainer-detail .slider-with-text .container,
	section .up-next-content#wealth-explainer-detail .slider-with-text .container, section#wealth-explainer-detail#wealth-explainer-detail .slider-with-text .container {
		flex-wrap: nowrap;
		flex-direction: unset;
		align-items: center;
	}
	section#article-detail#wealth-explainer-detail .slider-with-text .container .text-area,
	section .up-next-content#wealth-explainer-detail .slider-with-text .container .text-area, section#wealth-explainer-detail#wealth-explainer-detail .slider-with-text .container .text-area {
		margin-bottom: 90px;
	}
	section#article-detail#wealth-explainer-detail .slider-with-text .container .text-area h2,
	section#article-detail#wealth-explainer-detail .slider-with-text .container .text-area p,
	section .up-next-content#wealth-explainer-detail .slider-with-text .container .text-area h2,
	section .up-next-content#wealth-explainer-detail .slider-with-text .container .text-area p, section#wealth-explainer-detail#wealth-explainer-detail .slider-with-text .container .text-area h2,
	section#wealth-explainer-detail#wealth-explainer-detail .slider-with-text .container .text-area p {
		width: 100%;
	}
	section#article-detail#wealth-explainer-detail .slider-with-text .container .card-container,
	section .up-next-content#wealth-explainer-detail .slider-with-text .container .card-container, section#wealth-explainer-detail#wealth-explainer-detail .slider-with-text .container .card-container {
		width: 100%;
		margin-right: -133%;
		background: transparent;
	}
	section#article-detail#wealth-explainer-detail .slider-with-text .container .card-container .card-navigations,
	section .up-next-content#wealth-explainer-detail .slider-with-text .container .card-container .card-navigations, section#wealth-explainer-detail#wealth-explainer-detail .slider-with-text .container .card-container .card-navigations {
		max-width: 626px;
	}
	section#article-detail#wealth-explainer-detail .side-image-with-list,
	section .up-next-content#wealth-explainer-detail .side-image-with-list, section#wealth-explainer-detail#wealth-explainer-detail .side-image-with-list {
		margin-top: 18px;
		margin-bottom: 55px;
	}
	section#article-detail#wealth-explainer-detail .side-image-with-list .bg-img,
	section .up-next-content#wealth-explainer-detail .side-image-with-list .bg-img, section#wealth-explainer-detail#wealth-explainer-detail .side-image-with-list .bg-img {
		right: -50px;
		bottom: -120px;
		width: 1223px;
		height: 818px;
		left: unset;
		object-fit: contain;
	}
	section#article-detail#wealth-explainer-detail .side-image-with-list .container,
	section .up-next-content#wealth-explainer-detail .side-image-with-list .container, section#wealth-explainer-detail#wealth-explainer-detail .side-image-with-list .container {
		flex-direction: unset;
		align-items: center;
		gap: 33px;
	}
	section#article-detail#wealth-explainer-detail .side-image-with-list .container img,
	section .up-next-content#wealth-explainer-detail .side-image-with-list .container img, section#wealth-explainer-detail#wealth-explainer-detail .side-image-with-list .container img {
		width: 462px;
		height: 605px;
	}
	section#article-detail .side-line,
	section .up-next-content .side-line, section#wealth-explainer-detail .side-line {
		top: 9.15%;
		background: #ffffff;
	}
	section#article-detail .video-container,
	section .up-next-content .video-container, section#wealth-explainer-detail .video-container {
		margin-bottom: 48px;
	}
	section#article-detail .container,
	section .up-next-content .container, section#wealth-explainer-detail .container {
		max-width: 948px;
		position: relative;
	}
	section#article-detail p,
	section#article-detail .with-quote,
	section#article-detail ol,
	section#article-detail ul,
	section#article-detail .side-image,
	section .up-next-content p,
	section .up-next-content .with-quote,
	section .up-next-content ol,
	section .up-next-content ul,
	section .up-next-content .side-image, section#wealth-explainer-detail p,
	section#wealth-explainer-detail .with-quote,
	section#wealth-explainer-detail ol,
	section#wealth-explainer-detail ul,
	section#wealth-explainer-detail .side-image {
		max-width: 559px;
		width: 100%;
		margin: 0 auto 24px auto;
	}
	section#article-detail h1,
	section#article-detail h2,
	section#article-detail h3,
	section#article-detail h4,
	section#article-detail h5,
	section#article-detail h6,
	section .up-next-content h1,
	section .up-next-content h2,
	section .up-next-content h3,
	section .up-next-content h4,
	section .up-next-content h5,
	section .up-next-content h6, section#wealth-explainer-detail h1,
	section#wealth-explainer-detail h2,
	section#wealth-explainer-detail h3,
	section#wealth-explainer-detail h4,
	section#wealth-explainer-detail h5,
	section#wealth-explainer-detail h6 {
		width: 754px;
		font-family: "Cambon";
	}
	section#article-detail h1,
	section .up-next-content h1, section#wealth-explainer-detail h1 {
		font-size: 44px;
	}
	section#article-detail h2,
	section .up-next-content h2, section#wealth-explainer-detail h2 {
		font-size: 39px;
	}
	section#article-detail h3,
	section .up-next-content h3, section#wealth-explainer-detail h3 {
		font-size: 34px;
	}
	section#article-detail h4,
	section .up-next-content h4, section#wealth-explainer-detail h4 {
		font-size: 29px;
	}
	section#article-detail h5,
	section .up-next-content h5, section#wealth-explainer-detail h5 {
		font-size: 24px;
	}
	section#article-detail h6,
	section .up-next-content h6, section#wealth-explainer-detail h6 {
		font-size: 19px;
	}
	section#article-detail p,
	section .up-next-content p, section#wealth-explainer-detail p {
		line-height: 120%;
	}
	section#article-detail .social-links,
	section .up-next-content .social-links, section#wealth-explainer-detail .social-links {
		position: absolute;
		left: 0;
		top: 0;
		flex-direction: column;
		margin-top: 0;
		z-index: 30;
	}
	section#article-detail .related-articles,
	section .up-next-content .related-articles, section#wealth-explainer-detail .related-articles {
		position: absolute;
		right: -16vw;
		top: 0;
		width: 169px;
		margin: 0 8vw 0 0;
	}
	section#article-detail .related-articles .links,
	section .up-next-content .related-articles .links, section#wealth-explainer-detail .related-articles .links {
		width: 100%;
	}
	section#article-detail .full-chart,
	section .up-next-content .full-chart, section#wealth-explainer-detail .full-chart {
		z-index: 1;
		padding: 71px 0;
		margin-left: 16px;
	}
	section#article-detail .full-chart .container,
	section .up-next-content .full-chart .container, section#wealth-explainer-detail .full-chart .container {
		flex-direction: unset;
		gap: 72px;
		max-width: 1124px;
	}
	section#article-detail .full-chart .container > img,
	section .up-next-content .full-chart .container > img, section#wealth-explainer-detail .full-chart .container > img {
		width: 60%;
	}
	section#article-detail .full-chart .container .text-area,
	section .up-next-content .full-chart .container .text-area, section#wealth-explainer-detail .full-chart .container .text-area {
		width: 35.2%;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	section#article-detail .full-chart.v2,
	section .up-next-content .full-chart.v2, section#wealth-explainer-detail .full-chart.v2 {
		padding: 56px 0 64px 0;
	}
	section#article-detail .full-chart.v2 .container,
	section .up-next-content .full-chart.v2 .container, section#wealth-explainer-detail .full-chart.v2 .container {
		flex-direction: column;
		gap: 26px;
	}
	section#article-detail .full-chart.v2 .container > img,
	section .up-next-content .full-chart.v2 .container > img, section#wealth-explainer-detail .full-chart.v2 .container > img {
		width: 100%;
	}
	section#article-detail .full-chart.v2 .container .text-area,
	section .up-next-content .full-chart.v2 .container .text-area, section#wealth-explainer-detail .full-chart.v2 .container .text-area {
		width: 100%;
	}
	section#article-detail .full-chart.v2 .container .text-area h2,
	section .up-next-content .full-chart.v2 .container .text-area h2, section#wealth-explainer-detail .full-chart.v2 .container .text-area h2 {
		font-size: 31px;
		line-height: 120%;
		letter-spacing: -0.02em;
		margin: 0;
	}
	section#article-detail .side-image,
	section .up-next-content .side-image, section#wealth-explainer-detail .side-image {
		z-index: 1;
		flex-direction: unset;
		flex-wrap: nowrap;
		align-items: center;
		margin-bottom: 40px;
	}
	section#article-detail .side-image > img,
	section .up-next-content .side-image > img, section#wealth-explainer-detail .side-image > img {
		width: 462px;
		margin-left: -200px;
	}
	section#article-detail .side-image .text-container,
	section .up-next-content .side-image .text-container, section#wealth-explainer-detail .side-image .text-container {
		width: 61.3%;
	}
	section#article-detail .side-image .text-container h2,
	section .up-next-content .side-image .text-container h2, section#wealth-explainer-detail .side-image .text-container h2 {
		width: unset;
	}
	section#article-detail .side-image.right > img,
	section .up-next-content .side-image.right > img, section#wealth-explainer-detail .side-image.right > img {
		margin-left: 0;
		margin-right: -200px;
	}
	section#article-detail .single-quote h3,
	section .up-next-content .single-quote h3, section#wealth-explainer-detail .single-quote h3 {
		font-size: 31px;
		line-height: 120%;
	}
	section#article-detail .with-quote,
	section .up-next-content .with-quote, section#wealth-explainer-detail .with-quote {
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
	}
	section#article-detail .with-quote p,
	section .up-next-content .with-quote p, section#wealth-explainer-detail .with-quote p {
		width: 70%;
		padding: 0 24px 0 0;
		margin: 0;
	}
	section#article-detail .with-quote .quote,
	section .up-next-content .with-quote .quote, section#wealth-explainer-detail .with-quote .quote {
		width: 30%;
		margin: 0;
	}
	section#article-detail .with-quote .quote span,
	section .up-next-content .with-quote .quote span, section#wealth-explainer-detail .with-quote .quote span {
		font-family: "Noto Sans";
		font-size: 24px;
		font-style: normal;
		font-weight: 400;
		line-height: 130%;
		/* 31.2px */
		letter-spacing: -0.48px;
		width: 165%;
	}
	section#article-detail .semi-full-width-image,
	section#article-detail .video-container,
	section .up-next-content .semi-full-width-image,
	section .up-next-content .video-container, section#wealth-explainer-detail .semi-full-width-image,
	section#wealth-explainer-detail .video-container {
		max-width: 754px;
		margin: 16px auto 40px auto;
	}
	section#article-detail .full-width-image,
	section .up-next-content .full-width-image, section#wealth-explainer-detail .full-width-image {
		height: auto;
		z-index: 21;
	}
	section#article-detail .slider-with-text,
	section .up-next-content .slider-with-text, section#wealth-explainer-detail .slider-with-text {
		display: flex;
		flex-wrap: nowrap;
		margin-left: 8vw;
		z-index: 1;
		align-items: center;
		background-color: #ffffff;
		z-index: 21;
		width: 100%;
	}
	section#article-detail .slider-with-text .text-area,
	section .up-next-content .slider-with-text .text-area, section#wealth-explainer-detail .slider-with-text .text-area {
		width: 365px;
	}
	section#article-detail .slider-with-text .text-area h2,
	section#article-detail .slider-with-text .text-area p,
	section .up-next-content .slider-with-text .text-area h2,
	section .up-next-content .slider-with-text .text-area p, section#wealth-explainer-detail .slider-with-text .text-area h2,
	section#wealth-explainer-detail .slider-with-text .text-area p {
		width: 100%;
	}
	section#article-detail .slider-with-text .card-container,
	section .up-next-content .slider-with-text .card-container, section#wealth-explainer-detail .slider-with-text .card-container {
		margin-left: 24px;
		box-shadow: none;
		width: 65%;
	}
	section#article-detail .card-container,
	section .up-next-content .card-container, section#wealth-explainer-detail .card-container {
		width: 85.3%;
		margin: 0 0 68px 15vw;
		z-index: 21;
	}
	section#article-detail .card-container .card-carousel,
	section .up-next-content .card-container .card-carousel, section#wealth-explainer-detail .card-container .card-carousel {
		padding-right: 460px;
	}
	section#article-detail .card-container .card-carousel .card,
	section .up-next-content .card-container .card-carousel .card, section#wealth-explainer-detail .card-container .card-carousel .card {
		flex: 0 0 auto;
		margin-right: 24px;
		height: 425px;
	}
	section#article-detail .card-container .card-carousel .card .card-body img,
	section .up-next-content .card-container .card-carousel .card .card-body img, section#wealth-explainer-detail .card-container .card-carousel .card .card-body img {
		width: 100%;
		max-height: 425px;
	}
	section#article-detail .card-container .card-navigations,
	section .up-next-content .card-container .card-navigations, section#wealth-explainer-detail .card-container .card-navigations {
		max-width: 789px;
		margin: 12px 0 0 0;
	}
	section#article-detail .card-container .card-navigations .page,
	section .up-next-content .card-container .card-navigations .page, section#wealth-explainer-detail .card-container .card-navigations .page {
		font-size: 25px;
		min-width: 91px;
		text-align: left;
	}
	section#article-detail .single-quote,
	section .up-next-content .single-quote, section#wealth-explainer-detail .single-quote {
		max-width: 559px;
		margin: 0 auto;
	}
	section#article-detail .with-quote.v2,
	section .up-next-content .with-quote.v2, section#wealth-explainer-detail .with-quote.v2 {
		flex-direction: unset;
	}
	section#article-detail .with-quote.v2 p,
	section .up-next-content .with-quote.v2 p, section#wealth-explainer-detail .with-quote.v2 p {
		order: 1;
	}
	section#article-detail .with-quote.v2 .quote,
	section .up-next-content .with-quote.v2 .quote, section#wealth-explainer-detail .with-quote.v2 .quote {
		order: 2;
		padding: 0 0 0 32px;
	}
	section#article-detail .with-quote.v2 .quote span,
	section .up-next-content .with-quote.v2 .quote span, section#wealth-explainer-detail .with-quote.v2 .quote span {
		font-size: 24px;
	}
	section#article-detail.normal-width p,
	section#article-detail.normal-width .with-quote,
	section#article-detail.normal-width ol,
	section#article-detail.normal-width ul,
	section#article-detail.normal-width h2,
	section#article-detail.normal-width .side-image,
	section .up-next-content.normal-width p,
	section .up-next-content.normal-width .with-quote,
	section .up-next-content.normal-width ol,
	section .up-next-content.normal-width ul,
	section .up-next-content.normal-width h2,
	section .up-next-content.normal-width .side-image, section#wealth-explainer-detail.normal-width p,
	section#wealth-explainer-detail.normal-width .with-quote,
	section#wealth-explainer-detail.normal-width ol,
	section#wealth-explainer-detail.normal-width ul,
	section#wealth-explainer-detail.normal-width h2,
	section#wealth-explainer-detail.normal-width .side-image {
		max-width: 754px;
	}
	section#article-detail.normal-width h1,
	section#article-detail.normal-width h2,
	section#article-detail.normal-width h3,
	section#article-detail.normal-width h4,
	section#article-detail.normal-width h5,
	section#article-detail.normal-width h6,
	section .up-next-content.normal-width h1,
	section .up-next-content.normal-width h2,
	section .up-next-content.normal-width h3,
	section .up-next-content.normal-width h4,
	section .up-next-content.normal-width h5,
	section .up-next-content.normal-width h6, section#wealth-explainer-detail.normal-width h1,
	section#wealth-explainer-detail.normal-width h2,
	section#wealth-explainer-detail.normal-width h3,
	section#wealth-explainer-detail.normal-width h4,
	section#wealth-explainer-detail.normal-width h5,
	section#wealth-explainer-detail.normal-width h6 {
		width: 754px;
	}
	section#article-detail.normal-width .with-quote p,
	section .up-next-content.normal-width .with-quote p, section#wealth-explainer-detail.normal-width .with-quote p {
		width: 65%;
	}
	section#article-detail.normal-width .with-quote .quote,
	section .up-next-content.normal-width .with-quote .quote, section#wealth-explainer-detail.normal-width .with-quote .quote {
		width: 35%;
	}
	section#article-detail.normal-width .with-quote .quote span,
	section .up-next-content.normal-width .with-quote .quote span, section#wealth-explainer-detail.normal-width .with-quote .quote span {
		width: 100%;
	}
	section#article-detail .reports-download-pdf .container span,
	section .up-next-content .reports-download-pdf .container span, section#wealth-explainer-detail .reports-download-pdf .container span {
		margin: 0 0 16px 0;
	}
	section#article-detail .reports-download-pdf .container h3,
	section .up-next-content .reports-download-pdf .container h3, section#wealth-explainer-detail .reports-download-pdf .container h3 {
		font-family: "Cambon";
		font-style: normal;
		font-weight: 400;
		font-size: 31px;
		line-height: 120%;
		letter-spacing: -0.02em;
		color: #ffffff;
		margin-left: 0;
		margin-right: 0;
	}
	section#article-detail .reports-download-pdf .container p,
	section .up-next-content .reports-download-pdf .container p, section#wealth-explainer-detail .reports-download-pdf .container p {
		font-family: "Noto Sans";
		font-size: 19px;
		font-style: normal;
		font-weight: 400;
		line-height: 130%;
		/* 24.7px */
		letter-spacing: -0.19px;
		color: #ffffff;
		margin-left: 0;
		margin-right: 0;
	}
	section#article-detail .reports-download-pdf .container .button,
	section .up-next-content .reports-download-pdf .container .button, section#wealth-explainer-detail .reports-download-pdf .container .button {
		width: fit-content;
		margin-left: 0;
		margin-right: 0;
	}
}

@media all and (min-width: 1024px) and (max-width: 1126px) {
	section#article-detail#wealth-explainer-detail .container,
	section#article-detail#wealth-explainer-detail .yellow-underline,
	section#article-detail#wealth-explainer-detail .video-container,
	section#article-detail#wealth-explainer-detail .side-image,
	section .up-next-content#wealth-explainer-detail .container,
	section .up-next-content#wealth-explainer-detail .yellow-underline,
	section .up-next-content#wealth-explainer-detail .video-container,
	section .up-next-content#wealth-explainer-detail .side-image, section#wealth-explainer-detail#wealth-explainer-detail .container,
	section#wealth-explainer-detail#wealth-explainer-detail .yellow-underline,
	section#wealth-explainer-detail#wealth-explainer-detail .video-container,
	section#wealth-explainer-detail#wealth-explainer-detail .side-image {
		max-width: 900px;
	}
	section#article-detail#wealth-explainer-detail .social-links-container,
	section .up-next-content#wealth-explainer-detail .social-links-container, section#wealth-explainer-detail#wealth-explainer-detail .social-links-container {
		max-width: 1000px;
	}
	section#article-detail#wealth-explainer-detail .slider-with-text .container .card-container,
	section .up-next-content#wealth-explainer-detail .slider-with-text .container .card-container, section#wealth-explainer-detail#wealth-explainer-detail .slider-with-text .container .card-container {
		width: 62%;
	}
	section#article-detail#wealth-explainer-detail .slider-with-text .container .card-container .card-navigations,
	section .up-next-content#wealth-explainer-detail .slider-with-text .container .card-container .card-navigations, section#wealth-explainer-detail#wealth-explainer-detail .slider-with-text .container .card-container .card-navigations {
		width: 90%;
	}
	section#article-detail .full-chart,
	section#article-detail .full-chart.v2,
	section .up-next-content .full-chart,
	section .up-next-content .full-chart.v2, section#wealth-explainer-detail .full-chart,
	section#wealth-explainer-detail .full-chart.v2 {
		padding: 24px 96px;
	}
	section#article-detail .full-chart .container,
	section#article-detail .full-chart.v2 .container,
	section .up-next-content .full-chart .container,
	section .up-next-content .full-chart.v2 .container, section#wealth-explainer-detail .full-chart .container,
	section#wealth-explainer-detail .full-chart.v2 .container {
		gap: 24px;
	}
	section#article-detail .full-chart .container .text-area,
	section#article-detail .full-chart.v2 .container .text-area,
	section .up-next-content .full-chart .container .text-area,
	section .up-next-content .full-chart.v2 .container .text-area, section#wealth-explainer-detail .full-chart .container .text-area,
	section#wealth-explainer-detail .full-chart.v2 .container .text-area {
		width: 50%;
	}
	section#article-detail .full-chart .container .text-area h2,
	section#article-detail .full-chart.v2 .container .text-area h2,
	section .up-next-content .full-chart .container .text-area h2,
	section .up-next-content .full-chart.v2 .container .text-area h2, section#wealth-explainer-detail .full-chart .container .text-area h2,
	section#wealth-explainer-detail .full-chart.v2 .container .text-area h2 {
		width: 100%;
	}
	section#article-detail .slider-with-text .card-container,
	section .up-next-content .slider-with-text .card-container, section#wealth-explainer-detail .slider-with-text .card-container {
		width: 56%;
	}
	section#article-detail .related-articles,
	section .up-next-content .related-articles, section#wealth-explainer-detail .related-articles {
		right: -11vw;
	}
	section#article-detail .side-image > img,
	section .up-next-content .side-image > img, section#wealth-explainer-detail .side-image > img {
		margin-left: -110px;
	}
	section#article-detail .side-image.right .text-container,
	section .up-next-content .side-image.right .text-container, section#wealth-explainer-detail .side-image.right .text-container {
		width: 45%;
	}
}

section#up-next-post {
	display: flex;
	flex-direction: column;
}

section#up-next-post a .header .top-header span {
	color: #1783df;
}

section#up-next-post .header {
	display: flex;
	position: relative;
	flex-direction: column;
	background: linear-gradient(0deg, #1f1f1f, #1f1f1f);
	padding: 120px 16px 48px 16px;
}

section#up-next-post .header .bg-image {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	object-fit: cover;
	opacity: 0.1;
}

section#up-next-post .header .top-header {
	margin: 0 0 16px 0;
	display: flex;
	align-items: center;
}

section#up-next-post .header .top-header span {
	text-align: right;
	font-family: "Noto Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
	/* 16.8px */
	letter-spacing: 1.68px;
	text-transform: uppercase;
	color: #d7b753;
	margin: 0;
}

section#up-next-post .header .top-header i {
	font-family: "Noto Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
	letter-spacing: 1.68px;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	color: #a7a7a7;
	margin: 0 0 0 16px;
	padding: 0 0 0 16px;
	border-left: 1px solid #d7d7d7;
}

section#up-next-post .header h1 {
	font-family: "Cambon";
	font-style: normal;
	font-weight: 400;
	font-size: 33px;
	line-height: 110%;
	letter-spacing: -0.02em;
	color: #ffffff;
	margin: 0;
}

section#up-next-post .detail {
	padding: 0 0 24px 0;
	position: relative;
	display: flex;
	flex-direction: column;
}

section#up-next-post .detail .bg-image.desktop {
	opacity: 0.3;
}

section#up-next-post .detail > img,
section#up-next-post .detail .video-container {
	height: 58.5vw;
	object-fit: cover;
}

section#up-next-post .detail > img.low-opacity,
section#up-next-post .detail .video-container.low-opacity {
	display: none;
}

section#up-next-post .detail .header {
	padding: 0 16px;
	background: #ffffff;
}

section#up-next-post .detail .header .top-header {
	margin: 24px 0 16px 0;
}

section#up-next-post .detail .header .top-header i {
	color: #122142;
}

section#up-next-post .detail .header h1 {
	color: #000000;
}

section#up-next-post .detail p {
	font-family: "Noto Sans";
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	/* 22.1px */
	letter-spacing: -0.17px;
	color: #333333;
	padding: 0 16px;
	margin: 16px 0 0 0;
}

section#up-next-post .detail .partial-border {
	width: 40px;
	border: 1px solid #1783df;
	margin: 16px 16px;
	background: #1783df;
}

section#up-next-post .detail .date-author {
	padding: 0 16px;
	display: flex;
	align-items: center;
}

section#up-next-post .detail .date-author span {
	color: #333333;
}

section#up-next-post .detail .date-author img {
	margin: 12px 8px;
	height: 4px;
	width: 4px;
}

section#up-next-post .detail .date-author b {
	color: #000000;
}

@media all and (min-width: 1024px) {
	section#up-next-post .header {
		padding: 176px 0 66px 0;
	}
	section#up-next-post .header h1 {
		font-size: 48px;
		line-height: 110%;
		letter-spacing: -0.02em;
	}
	section#up-next-post .detail {
		padding: 0 0 48px 0;
		display: flex;
		flex-direction: column;
	}
	section#up-next-post .detail > img {
		max-width: unset;
		width: 100%;
		height: 405px;
		margin: 0 auto 56px auto;
	}
	section#up-next-post .detail > img.bg-image {
		position: absolute;
	}
	section#up-next-post .detail > img:nth-child(2) {
		margin-top: 48px;
		max-width: 755px;
		z-index: 1;
	}
	section#up-next-post .detail > img.low-opacity {
		display: block;
		opacity: 0.2;
		position: absolute;
		height: 405px;
		width: 100%;
		object-fit: cover;
		z-index: 0;
	}
	section#up-next-post .detail .video-container {
		max-width: 755px;
		margin: 0 auto 56px auto;
	}
	section#up-next-post .detail .video-container {
		width: 100%;
		max-width: 755px;
		max-height: 421px;
		object-fit: cover;
		margin: 48px auto 56px auto;
		z-index: 1;
	}
	section#up-next-post .detail .container {
		max-width: 948px;
	}
	section#up-next-post .detail .container .header .top-header {
		margin-top: 0;
	}
	section#up-next-post .detail .container .header h1 {
		font-family: "Cambon";
		font-style: normal;
		font-weight: 400;
		font-size: 48px;
		line-height: 110%;
		letter-spacing: -0.02em;
		margin: 0 0 16px 0;
	}
	section#up-next-post .detail .container p {
		margin: 0 0 16px 0;
	}
}

@media all and (min-width: 1024px) and (max-width: 1126px) {
	section#up-next-post .header {
		padding-left: 24px;
		padding-right: 74px;
	}
}

section#gist-recommendation.article {
	background: #f7f7f7;
}

section#gist-recommendation.article .bg-image {
	position: absolute;
	left: 0;
	top: 112px;
}

section#gist-recommendation.article .container {
	max-width: 1230px;
}

section#gist-recommendation.article .container > img {
	width: 442px;
	margin: 10px 0 0 0;
}

@media all and (min-width: 1024px) and (max-width: 1126px) {
	section#gist-recommendation.article .container {
		padding: 0 24px;
	}
	section#gist-recommendation.article .container > img {
		width: 330px;
	}
	section#gist-recommendation.article .container .summary table {
		width: 100%;
	}
}

section#article-disclaimer {
	padding: 0 16px 40px 16px;
	display: flex;
	flex-direction: column;
	background: #ffffff;
}

section#article-disclaimer .side-line {
	background: #ffffff;
}

section#article-disclaimer p {
	font-family: "Noto Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 0;
}

section#article-disclaimer .article-links {
	padding: 32px 0;
	border-top: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
	background: #ffffff;
	width: 100%;
	margin: auto;
}

section#article-disclaimer .article-links h5 {
	text-align: right;
	font-family: "Noto Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
	/* 16.8px */
	letter-spacing: 1.68px;
	text-transform: uppercase;
	text-align: center;
	color: #575757;
	text-align: center;
	margin: 0 0 16px 0;
}

section#article-disclaimer .article-links .links {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 8px;
}

section#article-disclaimer .article-links .links a {
	cursor: default;
	padding: 8px 16px;
	color: #ffffff;
	font-family: "Noto Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
	letter-spacing: 1.68px;
	text-transform: uppercase;
	background: #122142;
	text-decoration: none;
	cursor: pointer;
}

@media all and (min-width: 1024px) {
	section#article-disclaimer p {
		max-width: 607px;
		margin: 0 auto 40px auto;
	}
	section#article-disclaimer .article-links {
		width: 94%;
	}
}

section#related-articles {
	background: #f7f7f7;
	margin: 0;
	padding-bottom: 25px;
}

section#related-articles.wm {
	background: #f7f7f7;
}

section#related-articles .header-line {
	background: #ffffff;
}

section#related-articles h1 {
	font-family: Cambon;
	font-style: normal;
	font-weight: 400;
	font-size: 40px;
	line-height: 100%;
	letter-spacing: -0.02em;
	margin: 41px 16px 16px 16px;
	color: #000000;
}

section#related-articles .articles .article {
	border-bottom: 1px solid #f7f7f7;
	padding: 0 0 24px 0;
	background: #ffffff;
	margin: 24px 0 0 0;
	display: flex;
	flex-direction: column;
}

section#related-articles .articles .article:nth-child(5), section#related-articles .articles .article:nth-child(6) {
	display: none;
}

section#related-articles .articles .article .banner {
	width: 100%;
	position: relative;
	display: flex;
}

section#related-articles .articles .article .banner span {
	position: absolute;
	top: 16px;
	left: 16px;
	padding: 8px 12px;
	font-family: "Noto Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
	letter-spacing: 1.68px;
	text-transform: uppercase;
	color: #000000;
	background: #f0d47c;
	margin: 0 16px 0 0;
}

section#related-articles .articles .article .banner img {
	height: 58.4vw;
	width: 100%;
	object-fit: cover;
}

section#related-articles .articles .article .title {
	padding: 0 24px;
	width: 100%;
	display: flex;
	flex-direction: column;
	margin: 24px 0 58px 0;
	font-family: "Noto Sans";
}

section#related-articles .articles .article .title .subheader {
	display: flex;
	margin: 0 0 10px 0;
}

section#related-articles .articles .article .title .subheader b {
	text-align: right;
	font-family: "Noto Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
	/* 16.8px */
	letter-spacing: 1.68px;
	text-transform: uppercase;
	color: #1783df;
}

section#related-articles .articles .article .title .subheader span {
	font-family: "Noto Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
	letter-spacing: 1.68px;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	color: #a7a7a7;
	margin: 0 0 0 16px;
	padding: 0 0 0 16px;
	border-left: 1px solid #d7d7d7;
}

section#related-articles .articles .article .title h3 {
	font-family: "Noto Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 0;
	font-weight: 600;
	color: #000000;
	margin: 0 0 8px 0;
}

section#related-articles .articles .article .title p {
	font-family: "Noto Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 0;
	color: #333333;
	margin: 0;
}

section#related-articles .articles .article .author {
	display: flex;
	flex-direction: column;
	padding: 0 24px;
}

section#related-articles .articles .article .author .border {
	width: 40px;
	border-top: 1px solid #1783df;
}

section#related-articles .articles .article .author b {
	font-family: "Noto Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 0;
	font-weight: 600;
	color: #000000;
	margin: 8px 0;
}

section#related-articles .articles .article .author span {
	font-family: "Noto Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 0;
	color: #343d46;
}

@media all and (min-width: 1024px) {
	section#related-articles {
		padding-bottom: 49px;
	}
	section#related-articles h1 {
		max-width: 1142px;
		text-align: left;
		margin: 40px 0 24px 0;
		font-weight: 400;
		font-size: 48px;
		line-height: 110%;
	}
	section#related-articles .articles {
		flex-direction: unset;
		flex-wrap: wrap;
		justify-content: flex-start;
		gap: 2%;
	}
	section#related-articles .articles .article {
		padding: 0;
		flex-basis: 32%;
		border: 1px solid #f7f7f7;
		margin: 0;
		transition: transform 0.5s, box-shadow 0.5s;
	}
	section#related-articles .articles .article:nth-child(5), section#related-articles .articles .article:nth-child(6) {
		display: unset;
	}
	section#related-articles .articles .article:hover {
		transform: translateY(-10px);
		box-shadow: 1px 2px 30px -15px rgba(0, 0, 0, 0.3);
	}
	section#related-articles .articles .article:hover .banner:after {
		height: 12px;
	}
	section#related-articles .articles .article .banner {
		height: 219px;
	}
	section#related-articles .articles .article .banner img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		margin-left: 0;
	}
	section#related-articles .articles .article .banner:after {
		content: "";
		width: 100%;
		height: 0;
		position: absolute;
		bottom: 0;
		left: 0;
		background: #d7b753;
		opacity: 0.75;
		transition: height 0.2s ease-in-out;
	}
	section#related-articles .articles .article .title {
		margin-bottom: 46px;
	}
	section#related-articles .articles .article .title span {
		font-size: 14px;
		line-height: 140%;
	}
	section#related-articles .articles .article .title p {
		font-weight: 400;
		font-size: 16px;
		line-height: 140%;
	}
	section#related-articles .articles .article .title h3 {
		font-size: 25px;
	}
	section#related-articles .articles .article .author {
		margin-top: auto;
		margin-bottom: 24px;
	}
	section#related-articles .articles .article .author span {
		font-weight: 400;
		font-size: 16px;
		line-height: 140%;
	}
	section#related-articles .articles .article .author b {
		margin: 24px 0 8px 0;
	}
}

@media all and (min-width: 1024px) and (max-width: 1126px) {
	section#related-articles .container {
		padding-left: 24px;
		padding-right: 24px;
	}
}

section#error-page-banner {
	background: #f7f7f7;
	margin-top: 60px;
	padding: 80px 16px;
	text-align: center;
}

section#error-page-banner h5 {
	text-align: right;
	font-family: "Noto Sans";
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%;
	letter-spacing: 2.1px;
	text-transform: uppercase;
	font-weight: 400;
	color: #000000;
	margin: 0 0 8px 0;
}

section#error-page-banner h4 {
	font-family: "Noto Sans";
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	/* 28.6px */
	letter-spacing: -0.44px;
	font-weight: 600;
	text-align: center;
	color: #202020;
	margin: 0 0 8px 0;
}

section#error-page-banner h1 {
	font-family: "Cambon";
	font-style: normal;
	font-weight: 400;
	font-size: 108px;
	line-height: 100%;
	text-align: center;
	letter-spacing: -0.04em;
	color: #202020;
	margin: 0 auto 40px auto;
	display: flex;
	align-items: end;
}

section#error-page-banner h1 img {
	width: 80px;
	margin-left: 12px;
	margin-top: 16px;
}

section#error-page-banner p {
	font-family: "Noto Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 0;
	text-align: center;
	color: #202020;
	margin: 0 0 48px 0;
}

section#error-page-banner .side-line {
	background: #ffffff;
}

@media all and (min-width: 1024px) {
	section#error-page-banner {
		margin-top: 75px;
	}
	section#error-page-banner h4 {
		font-size: 25px;
	}
	section#error-page-banner h1 {
		font-size: 124px;
	}
	section#error-page-banner h1 img {
		width: 100px;
	}
	section#error-page-banner p {
		margin: 0 0 36px 0;
	}
}

section#related-articles.error-page .articles .article .banner img {
	min-height: 219px;
}

section#contact-us-hero {
	background: #f7f7f7;
	padding: 56px 0 0 0;
	margin-top: 60px;
}

section#contact-us-hero .bottom-line {
	height: 48px;
	width: 100%;
	position: relative;
}

section#contact-us-hero .bottom-line:after {
	content: "";
	width: 100%;
	height: 1px;
	background: #a7a7a7;
	position: absolute;
	bottom: 0;
	left: 0;
}

section#contact-us-hero .bottom-line:before {
	content: "";
	width: 100%;
	height: 1px;
	background: #a7a7a7;
	position: absolute;
	top: 0;
	left: 0;
}

section#contact-us-hero h1 {
	font-family: "Cambon";
	font-style: normal;
	font-size: 57px;
	line-height: 100%;
	letter-spacing: -0.04em;
	color: #000000;
	margin: 0 16px 16px 16px;
}

section#contact-us-hero p {
	font-family: "Noto Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 0;
	color: #333333;
	margin: 0 16px 32px 16px;
}

@media all and (min-width: 1024px) {
	section#contact-us-hero {
		padding: 80px 0 0 0;
		margin-top: 75px;
	}
	section#contact-us-hero h1 {
		font-size: 76px;
		margin: 0 0 16px 0;
	}
	section#contact-us-hero p {
		font-size: 25px;
		max-width: 851px;
		line-height: 130%;
		margin: 0 0 40px 0;
	}
	section#contact-us-hero .bottom-line {
		margin-left: -48px;
	}
}

@media all and (min-width: 1024px) and (max-width: 1126px) {
	section#contact-us-hero .container {
		padding-left: 24px;
		padding-right: 74px;
	}
}

section#contact-us-form {
	padding: 8px 0 56px 0;
	display: flex;
	flex-direction: column;
}

section#contact-us-form > img {
	margin-bottom: 48px;
}

section#contact-us-form .form {
	margin: 0 16px;
}

section#contact-us-form .form h3 {
	font-family: "Cambon";
	font-style: normal;
	font-weight: 400;
	font-size: 28px;
	line-height: 110%;
	letter-spacing: -0.02em;
	color: #202020;
	margin: 0 0 8px 0;
}

section#contact-us-form .form p {
	font-family: "Noto Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 0;
	color: #333333;
	margin: 0 0 32px 0;
}

section#contact-us-form .form .fields {
	display: flex;
	flex-direction: column;
}

section#contact-us-form .form .fields .form-floating {
	width: 100%;
	margin: 0 0 24px 0;
	position: relative;
	display: flex;
	flex-direction: column;
}

section#contact-us-form .form .fields .form-floating > label {
	font-family: "Noto Sans";
	font-style: normal;
	font-weight: 600;
	font-size: 10px;
	line-height: 100%;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #273a66;
	margin: 0 0 8px 0;
}

section#contact-us-form .form .fields .form-floating input,
section#contact-us-form .form .fields .form-floating textarea,
section#contact-us-form .form .fields .form-floating select {
	width: 100%;
	height: 48px;
	padding: 11px 16px;
	border: 1px solid #6c7891;
	border-radius: 0;
	resize: none;
	font-family: "Noto Sans";
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	letter-spacing: 0;
}

section#contact-us-form .form .fields .form-floating input::placeholder, section#contact-us-form .form .fields .form-floating input:invalid,
section#contact-us-form .form .fields .form-floating input option[value=""],
section#contact-us-form .form .fields .form-floating textarea::placeholder,
section#contact-us-form .form .fields .form-floating textarea:invalid,
section#contact-us-form .form .fields .form-floating textarea option[value=""],
section#contact-us-form .form .fields .form-floating select::placeholder,
section#contact-us-form .form .fields .form-floating select:invalid,
section#contact-us-form .form .fields .form-floating select option[value=""] {
	color: #979797;
}

section#contact-us-form .form .fields .form-floating input:focus, section#contact-us-form .form .fields .form-floating input:not(:placeholder-shown),
section#contact-us-form .form .fields .form-floating textarea:focus,
section#contact-us-form .form .fields .form-floating textarea:not(:placeholder-shown),
section#contact-us-form .form .fields .form-floating select:focus,
section#contact-us-form .form .fields .form-floating select:not(:placeholder-shown) {
	outline: none !important;
	border: 1px solid #273a66;
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 120%;
	color: #333333;
}

section#contact-us-form .form .fields .form-floating > span {
	position: absolute;
	bottom: 12px;
	right: 12px;
	font-family: "Noto Sans";
	font-style: normal;
	font-weight: 400;
	font-size: 10px;
	line-height: 120%;
	color: #777777;
}

section#contact-us-form .form .fields .form-floating > b {
	display: none;
	font-family: "Noto Sans";
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	letter-spacing: 0;
	color: #d82c0d;
	margin: 8px 0 0 0;
}

section#contact-us-form .form .fields .form-floating [hidden] {
	display: none;
}

section#contact-us-form .form .fields .form-floating > .textarea-input {
	height: 155px;
	border: 1px solid #6c7891;
}

section#contact-us-form .form .fields .form-floating > .textarea-input textarea {
	border: none;
	padding: 11px 16px;
	height: 130px;
}

section#contact-us-form .form .fields .form-floating > .textarea-input > span {
	position: absolute;
	top: 150px;
	right: 12px;
	font-family: "Noto Sans";
	font-style: normal;
	font-weight: 400;
	font-size: 10px;
	line-height: 120%;
	color: #777777;
}

section#contact-us-form .form .fields .form-floating.error > label {
	color: #d82c0d;
}

section#contact-us-form .form .fields .form-floating.error input,
section#contact-us-form .form .fields .form-floating.error .textarea-input,
section#contact-us-form .form .fields .form-floating.error .custom-select {
	border: 1px solid #d82c0d;
}

section#contact-us-form .form .fields .form-floating.error b {
	display: block;
}

section#contact-us-form .contact-us-success {
	padding: 0 16px;
	display: none;
	flex-direction: column;
	max-width: 559px;
}

section#contact-us-form .contact-us-success h1 {
	font-family: "Cambon";
	font-style: normal;
	font-weight: 400;
	font-size: 40px;
	line-height: 100%;
	letter-spacing: -0.02em;
	color: #000000;
	margin: 0 0 24px 0;
}

section#contact-us-form .contact-us-success p {
	font-family: "Noto Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 0;
	color: #333333;
	margin: 0 0 40px 0;
}

section#contact-us-form .contact-us-success.show {
	display: flex;
}

@media all and (min-width: 1024px) {
	section#contact-us-form {
		flex-direction: unset;
		padding: 40px 0 0 0;
	}
	section#contact-us-form > img {
		width: 50%;
	}
	section#contact-us-form .form {
		width: 50%;
		max-width: 559px;
		justify-content: space-between;
	}
	section#contact-us-form .form h3 {
		font-style: normal;
		font-weight: 400;
		font-size: 31px;
		line-height: 120%;
	}
	section#contact-us-form .form .fields {
		flex-direction: unset;
		flex-wrap: wrap;
		gap: 4%;
	}
	section#contact-us-form .form .fields .form-floating {
		width: 48%;
	}
	section#contact-us-form .form .fields .form-floating.whole {
		width: 100%;
	}
	section#contact-us-form .form a {
		margin: 0;
		width: 48%;
	}
	section#contact-us-form .contact-us-success {
		margin-top: 185px;
		padding: 0;
	}
	section#contact-us-form .contact-us-success h1 {
		font-weight: 400;
		font-size: 48px;
		line-height: 110%;
	}
	section#contact-us-form .contact-us-success p {
		font-weight: 400;
		font-size: 20px;
		line-height: 130%;
	}
	section#contact-us-form .contact-us-success a.button {
		margin: 0;
		width: 365px;
	}
}

@media all and (min-width: 1024px) and (max-width: 1126px) {
	section#contact-us-form {
		padding-bottom: 20px;
	}
	section#contact-us-form .form {
		margin-right: 74px;
	}
	section#contact-us-form > img {
		object-fit: contain;
	}
	section#contact-us-form .contact-us-success {
		margin-right: 74px;
		margin-top: 75px;
	}
}

section#touchpoints {
	background: #f7f7f7;
}

section#touchpoints .side-line {
	background-color: #ffffff;
}

section#touchpoints .container {
	gap: 40px;
	display: flex;
	flex-direction: column;
	padding: 56px 16px;
	z-index: 1;
}

section#touchpoints .container h3 {
	font-family: "Cambon";
	font-style: normal;
	font-weight: 400;
	font-size: 31px;
	line-height: 120%;
	letter-spacing: -0.02em;
	color: #000000;
	margin: 0 0 8px 0;
}

section#touchpoints .container p {
	font-family: "Noto Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 0;
	color: #333333;
	margin: 0 0 32px 0;
}

section#touchpoints .container .left .info {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 8px;
}

section#touchpoints .container .left .info img {
	width: 24px;
}

section#touchpoints .container .left .info ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

section#touchpoints .container .left .info ul li {
	font-family: "Noto Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 0;
	margin: 0 0 8px 0;
	color: #202020;
}

section#touchpoints .container .left .info ul li a {
	color: #202020;
}

section#touchpoints .container .left .info ul li b {
	font-family: "Noto Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 0;
	font-weight: 600;
}

section#touchpoints .container .left .info ul li h5 {
	font-family: "Noto Sans";
	font-size: 19px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	/* 24.7px */
	letter-spacing: -0.19px;
	margin: 0 0 8px 0;
}

section#touchpoints .container .right > ul {
	margin: 0;
	padding: 0;
	list-style: none;
	gap: 16px;
	display: flex;
	flex-direction: column;
}

section#touchpoints .container .right > ul li {
	font-family: "Noto Sans";
	font-size: 19px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	/* 24.7px */
	letter-spacing: -0.19px;
}

section#touchpoints .container .right > ul li a {
	display: flex;
	align-items: center;
	gap: 8px;
	color: #000000;
}

section#touchpoints .container .right > ul li a img {
	width: 24px;
}

@media all and (min-width: 768px) {
	section#touchpoints .container {
		flex-direction: unset;
	}
}

@media all and (min-width: 1024px) {
	section#touchpoints .container {
		padding: 72px 0;
		flex-direction: unset;
	}
	section#touchpoints .container .left {
		width: 50%;
	}
	section#touchpoints .container .left .info {
		gap: 8px;
	}
	section#touchpoints .container .left .info ul li:first-child {
		margin-bottom: 16px;
	}
	section#touchpoints .container .right {
		width: 50%;
	}
	section#touchpoints .container .right ul {
		display: flex;
		flex-direction: unset;
		gap: 16px;
	}
}

@media all and (min-width: 1024px) and (max-width: 1126px) {
	section#touchpoints .container {
		padding-left: 24px;
		padding-right: 74px;
	}
}

section#downloads-hero, section#search-hero, section#privacy-hero, section#webinar-hero, section#reuter-hero, section#bworld-hero, section#explainers-hero, section#exclusive-article-hero {
	background: #f7f7f7;
	padding: 175px 0 0 0;
	margin-top: 60px;
}

section#downloads-hero .bg-img, section#search-hero .bg-img, section#privacy-hero .bg-img, section#webinar-hero .bg-img, section#reuter-hero .bg-img, section#bworld-hero .bg-img, section#explainers-hero .bg-img, section#exclusive-article-hero .bg-img {
	height: auto;
}

section#downloads-hero#reuter-hero, section#downloads-hero#bworld-hero, section#search-hero#reuter-hero, section#search-hero#bworld-hero, section#privacy-hero#reuter-hero, section#privacy-hero#bworld-hero, section#webinar-hero#reuter-hero, section#webinar-hero#bworld-hero, section#reuter-hero#reuter-hero, section#reuter-hero#bworld-hero, section#bworld-hero#reuter-hero, section#bworld-hero#bworld-hero, section#explainers-hero#reuter-hero, section#explainers-hero#bworld-hero, section#exclusive-article-hero#reuter-hero, section#exclusive-article-hero#bworld-hero {
	padding: 84px 0 0 0;
}

section#downloads-hero#reuter-hero .container, section#downloads-hero#bworld-hero .container, section#search-hero#reuter-hero .container, section#search-hero#bworld-hero .container, section#privacy-hero#reuter-hero .container, section#privacy-hero#bworld-hero .container, section#webinar-hero#reuter-hero .container, section#webinar-hero#bworld-hero .container, section#reuter-hero#reuter-hero .container, section#reuter-hero#bworld-hero .container, section#bworld-hero#reuter-hero .container, section#bworld-hero#bworld-hero .container, section#explainers-hero#reuter-hero .container, section#explainers-hero#bworld-hero .container, section#exclusive-article-hero#reuter-hero .container, section#exclusive-article-hero#bworld-hero .container {
	max-width: 1142px;
}

section#downloads-hero#exclusive-article-hero .container, section#search-hero#exclusive-article-hero .container, section#privacy-hero#exclusive-article-hero .container, section#webinar-hero#exclusive-article-hero .container, section#reuter-hero#exclusive-article-hero .container, section#bworld-hero#exclusive-article-hero .container, section#explainers-hero#exclusive-article-hero .container, section#exclusive-article-hero#exclusive-article-hero .container {
	max-width: 1142px;
}

section#downloads-hero#webinar-hero, section#search-hero#webinar-hero, section#privacy-hero#webinar-hero, section#webinar-hero#webinar-hero, section#reuter-hero#webinar-hero, section#bworld-hero#webinar-hero, section#explainers-hero#webinar-hero, section#exclusive-article-hero#webinar-hero {
	display: flex;
	flex-direction: column;
}

section#downloads-hero#webinar-hero h1, section#search-hero#webinar-hero h1, section#privacy-hero#webinar-hero h1, section#webinar-hero#webinar-hero h1, section#reuter-hero#webinar-hero h1, section#bworld-hero#webinar-hero h1, section#explainers-hero#webinar-hero h1, section#exclusive-article-hero#webinar-hero h1 {
	font-family: "Cambon";
	font-style: normal;
	font-weight: 400;
	font-size: 40px;
	line-height: 100%;
	letter-spacing: -0.02em;
}

section#downloads-hero#webinar-hero .subheader, section#search-hero#webinar-hero .subheader, section#privacy-hero#webinar-hero .subheader, section#webinar-hero#webinar-hero .subheader, section#reuter-hero#webinar-hero .subheader, section#bworld-hero#webinar-hero .subheader, section#explainers-hero#webinar-hero .subheader, section#exclusive-article-hero#webinar-hero .subheader {
	margin: 0 16px 8px 16px;
	display: flex;
}

section#downloads-hero#webinar-hero .subheader b, section#search-hero#webinar-hero .subheader b, section#privacy-hero#webinar-hero .subheader b, section#webinar-hero#webinar-hero .subheader b, section#reuter-hero#webinar-hero .subheader b, section#bworld-hero#webinar-hero .subheader b, section#explainers-hero#webinar-hero .subheader b, section#exclusive-article-hero#webinar-hero .subheader b {
	padding: 8px 12px;
	text-align: right;
	font-family: "Noto Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
	/* 16.8px */
	letter-spacing: 1.68px;
	text-transform: uppercase;
	background: #d7b753;
	margin: 0 16px 0 0;
	color: #000000;
}

section#downloads-hero#webinar-hero .subheader span, section#search-hero#webinar-hero .subheader span, section#privacy-hero#webinar-hero .subheader span, section#webinar-hero#webinar-hero .subheader span, section#reuter-hero#webinar-hero .subheader span, section#bworld-hero#webinar-hero .subheader span, section#explainers-hero#webinar-hero .subheader span, section#exclusive-article-hero#webinar-hero .subheader span {
	display: flex;
	font-family: "Noto Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
	letter-spacing: 1.68px;
	text-transform: uppercase;
	align-items: center;
	color: #122142;
}

section#downloads-hero#webinar-hero .subheader span img, section#search-hero#webinar-hero .subheader span img, section#privacy-hero#webinar-hero .subheader span img, section#webinar-hero#webinar-hero .subheader span img, section#reuter-hero#webinar-hero .subheader span img, section#bworld-hero#webinar-hero .subheader span img, section#explainers-hero#webinar-hero .subheader span img, section#exclusive-article-hero#webinar-hero .subheader span img {
	margin-right: 8px;
}

section#downloads-hero#webinar-hero p, section#search-hero#webinar-hero p, section#privacy-hero#webinar-hero p, section#webinar-hero#webinar-hero p, section#reuter-hero#webinar-hero p, section#bworld-hero#webinar-hero p, section#explainers-hero#webinar-hero p, section#exclusive-article-hero#webinar-hero p {
	display: flex;
	flex-direction: column;
	text-align: left;
	gap: 8px;
}

section#downloads-hero#webinar-hero p span, section#search-hero#webinar-hero p span, section#privacy-hero#webinar-hero p span, section#webinar-hero#webinar-hero p span, section#reuter-hero#webinar-hero p span, section#bworld-hero#webinar-hero p span, section#explainers-hero#webinar-hero p span, section#exclusive-article-hero#webinar-hero p span {
	font-family: "Noto Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 0;
	color: #000000;
	display: flex;
	align-items: center;
	gap: 8px;
}

section#downloads-hero#webinar-hero p b, section#search-hero#webinar-hero p b, section#privacy-hero#webinar-hero p b, section#webinar-hero#webinar-hero p b, section#reuter-hero#webinar-hero p b, section#bworld-hero#webinar-hero p b, section#explainers-hero#webinar-hero p b, section#exclusive-article-hero#webinar-hero p b {
	font-family: "Noto Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 0;
	font-weight: 600;
	color: #000000;
}

section#downloads-hero#search-hero, section#search-hero#search-hero, section#privacy-hero#search-hero, section#webinar-hero#search-hero, section#reuter-hero#search-hero, section#bworld-hero#search-hero, section#explainers-hero#search-hero, section#exclusive-article-hero#search-hero {
	padding-top: 74px;
}

section#downloads-hero#search-hero h1, section#search-hero#search-hero h1, section#privacy-hero#search-hero h1, section#webinar-hero#search-hero h1, section#reuter-hero#search-hero h1, section#bworld-hero#search-hero h1, section#explainers-hero#search-hero h1, section#exclusive-article-hero#search-hero h1 {
	font-family: "Cambon";
	font-style: normal;
	font-weight: 400;
	font-size: 33px;
	line-height: 110%;
	letter-spacing: -0.02em;
	max-width: 858px;
	margin-bottom: 32px;
}

section#downloads-hero#privacy-hero .bg-img, section#search-hero#privacy-hero .bg-img, section#privacy-hero#privacy-hero .bg-img, section#webinar-hero#privacy-hero .bg-img, section#reuter-hero#privacy-hero .bg-img, section#bworld-hero#privacy-hero .bg-img, section#explainers-hero#privacy-hero .bg-img, section#exclusive-article-hero#privacy-hero .bg-img {
	height: auto;
}

section#downloads-hero#privacy-hero h1, section#search-hero#privacy-hero h1, section#privacy-hero#privacy-hero h1, section#webinar-hero#privacy-hero h1, section#reuter-hero#privacy-hero h1, section#bworld-hero#privacy-hero h1, section#explainers-hero#privacy-hero h1, section#exclusive-article-hero#privacy-hero h1 {
	max-width: 753px;
}

section#downloads-hero#privacy-hero p, section#search-hero#privacy-hero p, section#privacy-hero#privacy-hero p, section#webinar-hero#privacy-hero p, section#reuter-hero#privacy-hero p, section#bworld-hero#privacy-hero p, section#explainers-hero#privacy-hero p, section#exclusive-article-hero#privacy-hero p {
	max-width: 753px;
}

section#downloads-hero .container, section#search-hero .container, section#privacy-hero .container, section#webinar-hero .container, section#reuter-hero .container, section#bworld-hero .container, section#explainers-hero .container, section#exclusive-article-hero .container {
	z-index: 1;
	text-align: left;
}

section#downloads-hero h1, section#search-hero h1, section#privacy-hero h1, section#webinar-hero h1, section#reuter-hero h1, section#bworld-hero h1, section#explainers-hero h1, section#exclusive-article-hero h1 {
	font-family: "Cambon";
	font-style: normal;
	font-weight: 400;
	font-size: 57px;
	line-height: 100%;
	letter-spacing: -0.04em;
	color: #000000;
	margin: 0 16px 16px 16px;
}

section#downloads-hero p, section#search-hero p, section#privacy-hero p, section#webinar-hero p, section#reuter-hero p, section#bworld-hero p, section#explainers-hero p, section#exclusive-article-hero p {
	font-family: "Noto Sans";
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	/* 28.6px */
	letter-spacing: -0.44px;
	color: #333333;
	margin: 0 16px 40px 16px;
}

section#downloads-hero .bottom-line, section#search-hero .bottom-line, section#privacy-hero .bottom-line, section#webinar-hero .bottom-line, section#reuter-hero .bottom-line, section#bworld-hero .bottom-line, section#explainers-hero .bottom-line, section#exclusive-article-hero .bottom-line {
	height: 48px;
	width: 100%;
	position: relative;
}

section#downloads-hero .bottom-line:after, section#search-hero .bottom-line:after, section#privacy-hero .bottom-line:after, section#webinar-hero .bottom-line:after, section#reuter-hero .bottom-line:after, section#bworld-hero .bottom-line:after, section#explainers-hero .bottom-line:after, section#exclusive-article-hero .bottom-line:after {
	content: "";
	width: 100%;
	height: 1px;
	background: #a7a7a7;
	position: absolute;
	bottom: 0;
	left: 0;
}

section#downloads-hero .bottom-line:before, section#search-hero .bottom-line:before, section#privacy-hero .bottom-line:before, section#webinar-hero .bottom-line:before, section#reuter-hero .bottom-line:before, section#bworld-hero .bottom-line:before, section#explainers-hero .bottom-line:before, section#exclusive-article-hero .bottom-line:before {
	content: "";
	width: 100%;
	height: 1px;
	background: #a7a7a7;
	position: absolute;
	top: 0;
	left: 0;
}

@media all and (min-width: 1024px) {
	section#downloads-hero, section#search-hero, section#privacy-hero, section#webinar-hero, section#reuter-hero, section#bworld-hero, section#explainers-hero, section#exclusive-article-hero {
		padding: 80px 0 0 0;
		margin-top: 90px;
	}
	section#downloads-hero .floating-img, section#search-hero .floating-img, section#privacy-hero .floating-img, section#webinar-hero .floating-img, section#reuter-hero .floating-img, section#bworld-hero .floating-img, section#explainers-hero .floating-img, section#exclusive-article-hero .floating-img {
		position: absolute;
		right: 40px;
		top: 0;
		width: 428px;
	}
	section#downloads-hero#webinar-hero h1, section#search-hero#webinar-hero h1, section#privacy-hero#webinar-hero h1, section#webinar-hero#webinar-hero h1, section#reuter-hero#webinar-hero h1, section#bworld-hero#webinar-hero h1, section#explainers-hero#webinar-hero h1, section#exclusive-article-hero#webinar-hero h1 {
		font-size: 48px;
		line-height: 110%;
		margin: 0 0 24px 0;
	}
	section#downloads-hero#webinar-hero .subheader, section#search-hero#webinar-hero .subheader, section#privacy-hero#webinar-hero .subheader, section#webinar-hero#webinar-hero .subheader, section#reuter-hero#webinar-hero .subheader, section#bworld-hero#webinar-hero .subheader, section#explainers-hero#webinar-hero .subheader, section#exclusive-article-hero#webinar-hero .subheader {
		margin: 0 0 8px 0;
	}
	section#downloads-hero#webinar-hero p, section#search-hero#webinar-hero p, section#privacy-hero#webinar-hero p, section#webinar-hero#webinar-hero p, section#reuter-hero#webinar-hero p, section#bworld-hero#webinar-hero p, section#explainers-hero#webinar-hero p, section#exclusive-article-hero#webinar-hero p {
		flex-direction: unset;
	}
	section#downloads-hero#webinar-hero p b, section#search-hero#webinar-hero p b, section#privacy-hero#webinar-hero p b, section#webinar-hero#webinar-hero p b, section#reuter-hero#webinar-hero p b, section#bworld-hero#webinar-hero p b, section#explainers-hero#webinar-hero p b, section#exclusive-article-hero#webinar-hero p b {
		line-height: 140%;
	}
	section#downloads-hero#downloads-hero, section#search-hero#downloads-hero, section#privacy-hero#downloads-hero, section#webinar-hero#downloads-hero, section#reuter-hero#downloads-hero, section#bworld-hero#downloads-hero, section#explainers-hero#downloads-hero, section#exclusive-article-hero#downloads-hero {
		overflow: hidden;
	}
	section#downloads-hero#downloads-hero .floating-img, section#search-hero#downloads-hero .floating-img, section#privacy-hero#downloads-hero .floating-img, section#webinar-hero#downloads-hero .floating-img, section#reuter-hero#downloads-hero .floating-img, section#bworld-hero#downloads-hero .floating-img, section#explainers-hero#downloads-hero .floating-img, section#exclusive-article-hero#downloads-hero .floating-img {
		z-index: 2;
	}
	section#downloads-hero#explainer-hero, section#search-hero#explainer-hero, section#privacy-hero#explainer-hero, section#webinar-hero#explainer-hero, section#reuter-hero#explainer-hero, section#bworld-hero#explainer-hero, section#explainers-hero#explainer-hero, section#exclusive-article-hero#explainer-hero {
		overflow: hidden;
	}
	section#downloads-hero#explainer-hero .floating-img, section#search-hero#explainer-hero .floating-img, section#privacy-hero#explainer-hero .floating-img, section#webinar-hero#explainer-hero .floating-img, section#reuter-hero#explainer-hero .floating-img, section#bworld-hero#explainer-hero .floating-img, section#explainers-hero#explainer-hero .floating-img, section#exclusive-article-hero#explainer-hero .floating-img {
		z-index: 2;
	}
	section#downloads-hero#search-hero, section#search-hero#search-hero, section#privacy-hero#search-hero, section#webinar-hero#search-hero, section#reuter-hero#search-hero, section#bworld-hero#search-hero, section#explainers-hero#search-hero, section#exclusive-article-hero#search-hero {
		padding-top: 75px;
	}
	section#downloads-hero#search-hero h1, section#search-hero#search-hero h1, section#privacy-hero#search-hero h1, section#webinar-hero#search-hero h1, section#reuter-hero#search-hero h1, section#bworld-hero#search-hero h1, section#explainers-hero#search-hero h1, section#exclusive-article-hero#search-hero h1 {
		font-size: 48px;
		margin-bottom: 40px;
	}
	section#downloads-hero#privacy-hero, section#search-hero#privacy-hero, section#privacy-hero#privacy-hero, section#webinar-hero#privacy-hero, section#reuter-hero#privacy-hero, section#bworld-hero#privacy-hero, section#explainers-hero#privacy-hero, section#exclusive-article-hero#privacy-hero {
		padding: 40px 0 0 0;
	}
	section#downloads-hero#privacy-hero .bg-img, section#search-hero#privacy-hero .bg-img, section#privacy-hero#privacy-hero .bg-img, section#webinar-hero#privacy-hero .bg-img, section#reuter-hero#privacy-hero .bg-img, section#bworld-hero#privacy-hero .bg-img, section#explainers-hero#privacy-hero .bg-img, section#exclusive-article-hero#privacy-hero .bg-img {
		height: auto;
	}
	section#downloads-hero#bworld-hero, section#downloads-hero#reuter-hero, section#search-hero#bworld-hero, section#search-hero#reuter-hero, section#privacy-hero#bworld-hero, section#privacy-hero#reuter-hero, section#webinar-hero#bworld-hero, section#webinar-hero#reuter-hero, section#reuter-hero#bworld-hero, section#reuter-hero#reuter-hero, section#bworld-hero#bworld-hero, section#bworld-hero#reuter-hero, section#explainers-hero#bworld-hero, section#explainers-hero#reuter-hero, section#exclusive-article-hero#bworld-hero, section#exclusive-article-hero#reuter-hero {
		height: 100%;
	}
	section#downloads-hero h1, section#search-hero h1, section#privacy-hero h1, section#webinar-hero h1, section#reuter-hero h1, section#bworld-hero h1, section#explainers-hero h1, section#exclusive-article-hero h1 {
		font-size: 76px;
		margin: 0 0 16px 0;
	}
	section#downloads-hero p, section#search-hero p, section#privacy-hero p, section#webinar-hero p, section#reuter-hero p, section#bworld-hero p, section#explainers-hero p, section#exclusive-article-hero p {
		font-size: 25px;
		max-width: 851px;
		line-height: 130%;
		margin: 0 0 40px 0;
		letter-spacing: 0;
	}
	section#downloads-hero .bottom-line, section#search-hero .bottom-line, section#privacy-hero .bottom-line, section#webinar-hero .bottom-line, section#reuter-hero .bottom-line, section#bworld-hero .bottom-line, section#explainers-hero .bottom-line, section#exclusive-article-hero .bottom-line {
		margin-left: -48px;
	}
}

@media all and (min-width: 768px) and (max-width: 1024px) {
	section#downloads-hero#privacy-hero .bg-img, section#search-hero#privacy-hero .bg-img, section#privacy-hero#privacy-hero .bg-img, section#webinar-hero#privacy-hero .bg-img, section#reuter-hero#privacy-hero .bg-img, section#bworld-hero#privacy-hero .bg-img, section#explainers-hero#privacy-hero .bg-img, section#exclusive-article-hero#privacy-hero .bg-img {
		right: 0;
		left: unset;
		width: 50%;
	}
}

@media all and (min-width: 1024px) and (max-width: 1126px) {
	section#downloads-hero .container, section#search-hero .container, section#privacy-hero .container, section#webinar-hero .container, section#reuter-hero .container, section#bworld-hero .container, section#explainers-hero .container, section#exclusive-article-hero .container {
		padding-left: 24px;
		padding-right: 74px;
	}
	section#downloads-hero .container p,
	section#downloads-hero .container h1, section#search-hero .container p,
	section#search-hero .container h1, section#privacy-hero .container p,
	section#privacy-hero .container h1, section#webinar-hero .container p,
	section#webinar-hero .container h1, section#reuter-hero .container p,
	section#reuter-hero .container h1, section#bworld-hero .container p,
	section#bworld-hero .container h1, section#explainers-hero .container p,
	section#explainers-hero .container h1, section#exclusive-article-hero .container p,
	section#exclusive-article-hero .container h1 {
		max-width: 590px;
	}
	section#downloads-hero .bg-img, section#search-hero .bg-img, section#privacy-hero .bg-img, section#webinar-hero .bg-img, section#reuter-hero .bg-img, section#bworld-hero .bg-img, section#explainers-hero .bg-img, section#exclusive-article-hero .bg-img {
		object-fit: contain;
	}
}

@media all and (min-width: 1024px) {
	section#explainers-hero .header-line {
		width: calc(100% - 48px);
	}
}

section#downloads, section#search-results, section#explainers {
	padding: 40px 0 40px 0;
	z-index: 2;
}

section#downloads.webinars-listing, section#search-results.webinars-listing, section#explainers.webinars-listing {
	background: #ffffff;
}

section#downloads.reuters-topic-landing,
section#downloads .exclusive-article-landing, section#downloads.bworld-topic-landing, section#search-results.reuters-topic-landing,
section#search-results .exclusive-article-landing, section#search-results.bworld-topic-landing, section#explainers.reuters-topic-landing,
section#explainers .exclusive-article-landing, section#explainers.bworld-topic-landing {
	background: #ffffff;
	padding-top: 60px;
}

section#downloads.reuters-topic-landing .container .heading-text,
section#downloads .exclusive-article-landing .container .heading-text, section#downloads.bworld-topic-landing .container .heading-text, section#search-results.reuters-topic-landing .container .heading-text,
section#search-results .exclusive-article-landing .container .heading-text, section#search-results.bworld-topic-landing .container .heading-text, section#explainers.reuters-topic-landing .container .heading-text,
section#explainers .exclusive-article-landing .container .heading-text, section#explainers.bworld-topic-landing .container .heading-text {
	font-family: Cambon;
	font-style: normal;
	font-weight: 400;
	font-size: 28px;
	line-height: 110%;
	letter-spacing: -0.02em;
	color: #000000;
	border-bottom: 1px solid #d7d7d7;
	display: block;
	width: 100%;
	margin: 0 0 25px;
	padding: 0 0 20px;
}

section#downloads.reuters-topic-landing .container .filter-section .filter-container,
section#downloads .exclusive-article-landing .container .filter-section .filter-container, section#downloads.bworld-topic-landing .container .filter-section .filter-container, section#search-results.reuters-topic-landing .container .filter-section .filter-container,
section#search-results .exclusive-article-landing .container .filter-section .filter-container, section#search-results.bworld-topic-landing .container .filter-section .filter-container, section#explainers.reuters-topic-landing .container .filter-section .filter-container,
section#explainers .exclusive-article-landing .container .filter-section .filter-container, section#explainers.bworld-topic-landing .container .filter-section .filter-container {
	top: 61px;
	right: 17px;
}

section#downloads.reuters-topic-landing .container .filter-section .filter-container .filters-container .filter:last-child,
section#downloads .exclusive-article-landing .container .filter-section .filter-container .filters-container .filter:last-child, section#downloads.bworld-topic-landing .container .filter-section .filter-container .filters-container .filter:last-child, section#search-results.reuters-topic-landing .container .filter-section .filter-container .filters-container .filter:last-child,
section#search-results .exclusive-article-landing .container .filter-section .filter-container .filters-container .filter:last-child, section#search-results.bworld-topic-landing .container .filter-section .filter-container .filters-container .filter:last-child, section#explainers.reuters-topic-landing .container .filter-section .filter-container .filters-container .filter:last-child,
section#explainers .exclusive-article-landing .container .filter-section .filter-container .filters-container .filter:last-child, section#explainers.bworld-topic-landing .container .filter-section .filter-container .filters-container .filter:last-child {
	border-bottom: none;
}

section#downloads.reuters-topic-landing .container .search-results .articles .articles-list,
section#downloads .exclusive-article-landing .container .search-results .articles .articles-list, section#downloads.bworld-topic-landing .container .search-results .articles .articles-list, section#search-results.reuters-topic-landing .container .search-results .articles .articles-list,
section#search-results .exclusive-article-landing .container .search-results .articles .articles-list, section#search-results.bworld-topic-landing .container .search-results .articles .articles-list, section#explainers.reuters-topic-landing .container .search-results .articles .articles-list,
section#explainers .exclusive-article-landing .container .search-results .articles .articles-list, section#explainers.bworld-topic-landing .container .search-results .articles .articles-list {
	margin-bottom: 0;
}

section#downloads .filter-section .mobile-filter-nav, section#search-results .filter-section .mobile-filter-nav, section#explainers .filter-section .mobile-filter-nav {
	margin-bottom: 24px;
}

section#downloads.individual-content .downloads h3,
section#downloads.individual-content .articles h3,
section#downloads.individual-content .webinars h3, section#search-results.individual-content .downloads h3,
section#search-results.individual-content .articles h3,
section#search-results.individual-content .webinars h3, section#explainers.individual-content .downloads h3,
section#explainers.individual-content .articles h3,
section#explainers.individual-content .webinars h3 {
	border: none;
	padding-bottom: 0;
}

section#downloads .filter-section, section#search-results .filter-section, section#explainers .filter-section {
	position: relative;
}

section#downloads .filter-section .mobile-filter-nav, section#search-results .filter-section .mobile-filter-nav, section#explainers .filter-section .mobile-filter-nav {
	margin: 0 16px 12px 16px;
	padding: 0;
	font-family: "Noto Sans";
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	/* 28.6px */
	letter-spacing: -0.44px;
	color: #202020;
	display: flex;
	gap: 26px;
	justify-content: flex-end;
	align-items: center;
}

section#downloads .filter-section .mobile-filter-nav h3, section#search-results .filter-section .mobile-filter-nav h3, section#explainers .filter-section .mobile-filter-nav h3 {
	font-family: Cambon;
	font-style: normal;
	font-weight: 400;
	font-size: 28px;
	line-height: 110%;
	letter-spacing: -0.02em;
	color: #000000;
	margin: 0;
	width: 100%;
}

section#downloads .filter-section .mobile-filter-nav img.light, section#search-results .filter-section .mobile-filter-nav img.light, section#explainers .filter-section .mobile-filter-nav img.light {
	display: none;
}

section#downloads .filter-section .mobile-filter-nav.expanded img.light, section#search-results .filter-section .mobile-filter-nav.expanded img.light, section#explainers .filter-section .mobile-filter-nav.expanded img.light {
	display: block;
}

section#downloads .filter-section .mobile-filter-nav.expanded img.dark, section#search-results .filter-section .mobile-filter-nav.expanded img.dark, section#explainers .filter-section .mobile-filter-nav.expanded img.dark {
	display: none;
}

section#downloads .filter-section .filter-container, section#search-results .filter-section .filter-container, section#explainers .filter-section .filter-container {
	box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.2);
	overflow: hidden;
	display: none;
	flex-direction: column;
	position: absolute;
	background: white;
	top: 40px;
	right: 23px;
	width: 284px;
	max-height: 659px;
	padding: 23px 16px 0px 16px;
	z-index: 100;
	transition: left 0.5s ease;
}

section#downloads .filter-section .filter-container h3, section#search-results .filter-section .filter-container h3, section#explainers .filter-section .filter-container h3 {
	font-family: "Noto Sans";
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	/* 31.2px */
	letter-spacing: -0.48px;
	color: #202020;
	margin: 0;
}

section#downloads .filter-section .filter-container .search, section#search-results .filter-section .filter-container .search, section#explainers .filter-section .filter-container .search {
	padding: 0 0 24px 0;
	border-bottom: 1px solid #d7d7d7;
	display: flex;
}

section#downloads .filter-section .filter-container .search input, section#search-results .filter-section .filter-container .search input, section#explainers .filter-section .filter-container .search input {
	width: 100%;
	padding: 12px;
	font-family: "Noto Sans";
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	letter-spacing: 0;
	color: #000000;
	height: 38px;
	border: 1px solid #d7d7d7;
	border-radius: 0;
}

section#downloads .filter-section .filter-container .search input::placeholder, section#search-results .filter-section .filter-container .search input::placeholder, section#explainers .filter-section .filter-container .search input::placeholder {
	color: #a7a7a7;
}

section#downloads .filter-section .filter-container .search .button, section#search-results .filter-section .filter-container .search .button, section#explainers .filter-section .filter-container .search .button {
	padding: 12px 24px;
	width: 62px;
	display: flex;
	height: 38px;
}

section#downloads .filter-section .filter-container .search .button img, section#search-results .filter-section .filter-container .search .button img, section#explainers .filter-section .filter-container .search .button img {
	width: 16px;
	height: 16px;
	max-width: unset;
}

section#downloads .filter-section .filter-container .filters-container, section#search-results .filter-section .filter-container .filters-container, section#explainers .filter-section .filter-container .filters-container {
	display: flex;
	flex-direction: column;
	max-height: 64%;
	overflow: auto;
	position: relative;
	width: 284px;
	margin-bottom: 85px;
}

section#downloads .filter-section .filter-container .filters-container .scroll-line, section#search-results .filter-section .filter-container .filters-container .scroll-line, section#explainers .filter-section .filter-container .filters-container .scroll-line {
	width: 1px;
	border-left: 1px solid #d7d7d7;
	height: 100%;
	position: absolute;
	right: 2px;
	top: 0;
}

section#downloads .filter-section .filter-container .filters-container::-webkit-scrollbar, section#search-results .filter-section .filter-container .filters-container::-webkit-scrollbar, section#explainers .filter-section .filter-container .filters-container::-webkit-scrollbar {
	width: 8px;
}

section#downloads .filter-section .filter-container .filters-container::-webkit-scrollbar-thumb, section#search-results .filter-section .filter-container .filters-container::-webkit-scrollbar-thumb, section#explainers .filter-section .filter-container .filters-container::-webkit-scrollbar-thumb {
	background-color: #c8cdd1;
	outline: 1px solid #c8cdd1;
	border-radius: 8px;
}

section#downloads .filter-section .filter-container .filters-container .filter, section#search-results .filter-section .filter-container .filters-container .filter, section#explainers .filter-section .filter-container .filters-container .filter {
	padding: 24px 0;
	border-bottom: 1px solid #d7d7d7;
	width: 91.4%;
}

section#downloads .filter-section .filter-container .filters-container .filter.sort-filter, section#search-results .filter-section .filter-container .filters-container .filter.sort-filter, section#explainers .filter-section .filter-container .filters-container .filter.sort-filter {
	display: none;
}

section#downloads .filter-section .filter-container .filters-container .filter h5, section#search-results .filter-section .filter-container .filters-container .filter h5, section#explainers .filter-section .filter-container .filters-container .filter h5 {
	font-family: "Noto Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
	letter-spacing: 1.68px;
	text-transform: uppercase;
	color: #122142;
	margin: 0;
}

section#downloads .filter-section .filter-container .filters-container .filter .filters, section#search-results .filter-section .filter-container .filters-container .filter .filters, section#explainers .filter-section .filter-container .filters-container .filter .filters {
	padding: 16px 0 0 0;
	display: flex;
	flex-direction: column;
	gap: 14px;
}

section#downloads .filter-section .filter-container .filters-container .filter .filters .filter-value, section#search-results .filter-section .filter-container .filters-container .filter .filters .filter-value, section#explainers .filter-section .filter-container .filters-container .filter .filters .filter-value {
	margin-left: 4px;
	display: flex;
	gap: 12px;
	align-items: center;
}

section#downloads .filter-section .filter-container .filters-container .filter .filters .filter-value .custom-radio, section#search-results .filter-section .filter-container .filters-container .filter .filters .filter-value .custom-radio, section#explainers .filter-section .filter-container .filters-container .filter .filters .filter-value .custom-radio {
	height: 16px;
	width: 16px;
	border: 1px solid #e1e2e2;
	border-radius: 360px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #f3f2f2;
	margin-top: 1px;
}

section#downloads .filter-section .filter-container .filters-container .filter .filters .filter-value .custom-radio::after, section#search-results .filter-section .filter-container .filters-container .filter .filters .filter-value .custom-radio::after, section#explainers .filter-section .filter-container .filters-container .filter .filters .filter-value .custom-radio::after {
	content: "";
	width: 10px;
	height: 10px;
	background-color: #0075ff;
	border-radius: 360px;
	display: none;
}

section#downloads .filter-section .filter-container .filters-container .filter .filters .filter-value .custom-checkbox, section#search-results .filter-section .filter-container .filters-container .filter .filters .filter-value .custom-checkbox, section#explainers .filter-section .filter-container .filters-container .filter .filters .filter-value .custom-checkbox {
	height: 18px;
	width: 18px;
	border: 1px solid #e1e2e2;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #f3f2f2;
	border-radius: 4px;
}

section#downloads .filter-section .filter-container .filters-container .filter .filters .filter-value .custom-checkbox::after, section#search-results .filter-section .filter-container .filters-container .filter .filters .filter-value .custom-checkbox::after, section#explainers .filter-section .filter-container .filters-container .filter .filters .filter-value .custom-checkbox::after {
	content: "";
	width: 4px;
	height: 1px;
	border-radius: 2px;
	background: #ffffff;
	position: absolute;
	transform: rotate(45deg);
	top: 9px;
	left: 5px;
	transition: width 50ms ease 50ms;
	transform-origin: 0% 0%;
	display: none;
}

section#downloads .filter-section .filter-container .filters-container .filter .filters .filter-value .custom-checkbox::before, section#search-results .filter-section .filter-container .filters-container .filter .filters .filter-value .custom-checkbox::before, section#explainers .filter-section .filter-container .filters-container .filter .filters .filter-value .custom-checkbox::before {
	content: "";
	width: 9px;
	height: 1px;
	border-radius: 2px;
	background: #ffffff;
	position: absolute;
	transform: rotate(305deg);
	top: 12px;
	left: 7px;
	transition: width 50ms ease;
	transform-origin: 0% 0%;
	display: none;
}

section#downloads .filter-section .filter-container .filters-container .filter .filters .filter-value label, section#search-results .filter-section .filter-container .filters-container .filter .filters .filter-value label, section#explainers .filter-section .filter-container .filters-container .filter .filters .filter-value label {
	font-family: "Noto Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 0;
	color: #333333;
}

section#downloads .filter-section .filter-container .filters-container .filter .filters .filter-value input, section#search-results .filter-section .filter-container .filters-container .filter .filters .filter-value input, section#explainers .filter-section .filter-container .filters-container .filter .filters .filter-value input {
	width: 16px;
	height: 16px;
	margin-top: 2px;
}

section#downloads .filter-section .filter-container .filters-container .filter .filters .filter-value input:checked + .custom-radio, section#search-results .filter-section .filter-container .filters-container .filter .filters .filter-value input:checked + .custom-radio, section#explainers .filter-section .filter-container .filters-container .filter .filters .filter-value input:checked + .custom-radio {
	border: 1px solid #1783df;
	background: #ffffff;
}

section#downloads .filter-section .filter-container .filters-container .filter .filters .filter-value input:checked + .custom-radio::after, section#search-results .filter-section .filter-container .filters-container .filter .filters .filter-value input:checked + .custom-radio::after, section#explainers .filter-section .filter-container .filters-container .filter .filters .filter-value input:checked + .custom-radio::after {
	display: block;
}

section#downloads .filter-section .filter-container .filters-container .filter .filters .filter-value input:checked + .custom-checkbox, section#search-results .filter-section .filter-container .filters-container .filter .filters .filter-value input:checked + .custom-checkbox, section#explainers .filter-section .filter-container .filters-container .filter .filters .filter-value input:checked + .custom-checkbox {
	background: #1783df;
	border: none;
}

section#downloads .filter-section .filter-container .filters-container .filter .filters .filter-value input:checked + .custom-checkbox::after, section#search-results .filter-section .filter-container .filters-container .filter .filters .filter-value input:checked + .custom-checkbox::after, section#explainers .filter-section .filter-container .filters-container .filter .filters .filter-value input:checked + .custom-checkbox::after {
	display: block;
}

section#downloads .filter-section .filter-container .filters-container .filter .filters .filter-value input:checked + .custom-checkbox::before, section#search-results .filter-section .filter-container .filters-container .filter .filters .filter-value input:checked + .custom-checkbox::before, section#explainers .filter-section .filter-container .filters-container .filter .filters .filter-value input:checked + .custom-checkbox::before {
	display: block;
}

section#downloads .filter-section .filter-container .apply-filters-container, section#search-results .filter-section .filter-container .apply-filters-container, section#explainers .filter-section .filter-container .apply-filters-container {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 16px;
	display: flex;
	background: #ffffff;
	box-shadow: -150px 59px 53px 85px white;
}

section#downloads .filter-section .filter-container .apply-filters-container .button, section#search-results .filter-section .filter-container .apply-filters-container .button, section#explainers .filter-section .filter-container .apply-filters-container .button {
	width: 100%;
}

section#downloads .filter-section .filter-container .back-nav, section#search-results .filter-section .filter-container .back-nav, section#explainers .filter-section .filter-container .back-nav {
	position: absolute;
	right: 24px;
	top: 28px;
	transform: rotate(-90deg);
}

section#downloads .filter-section .filter-container.expanded, section#search-results .filter-section .filter-container.expanded, section#explainers .filter-section .filter-container.expanded {
	display: flex;
}

section#downloads .mobile-outside-filters, section#search-results .mobile-outside-filters, section#explainers .mobile-outside-filters {
	display: flex;
	flex-direction: column;
	padding: 0 16px;
	margin: 0 0 32px 0;
}

section#downloads .mobile-outside-filters .filter, section#search-results .mobile-outside-filters .filter, section#explainers .mobile-outside-filters .filter {
	display: flex;
	flex-direction: column;
}

section#downloads .mobile-outside-filters .filter h5, section#search-results .mobile-outside-filters .filter h5, section#explainers .mobile-outside-filters .filter h5 {
	position: static;
	width: 178px;
	height: 20px;
	left: 0px;
	top: 0px;
	font-family: "Noto Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
	letter-spacing: 1.68px;
	text-transform: uppercase;
	color: #122142;
	margin: 0;
}

section#downloads .mobile-outside-filters .filter .filters, section#search-results .mobile-outside-filters .filter .filters, section#explainers .mobile-outside-filters .filter .filters {
	padding: 16px 0 0 0;
	display: flex;
	gap: 14px;
}

section#downloads .mobile-outside-filters .filter .filters .filter-value, section#search-results .mobile-outside-filters .filter .filters .filter-value, section#explainers .mobile-outside-filters .filter .filters .filter-value {
	margin-left: 4px;
	display: flex;
	gap: 12px;
	align-items: center;
}

section#downloads .mobile-outside-filters .filter .filters .filter-value .custom-radio, section#search-results .mobile-outside-filters .filter .filters .filter-value .custom-radio, section#explainers .mobile-outside-filters .filter .filters .filter-value .custom-radio {
	height: 16px;
	width: 16px;
	border: 1px solid #0075ff;
	border-radius: 360px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 1px;
}

section#downloads .mobile-outside-filters .filter .filters .filter-value .custom-radio::after, section#search-results .mobile-outside-filters .filter .filters .filter-value .custom-radio::after, section#explainers .mobile-outside-filters .filter .filters .filter-value .custom-radio::after {
	content: "";
	width: 10px;
	height: 10px;
	background-color: #0075ff;
	border-radius: 360px;
	display: none;
}

section#downloads .mobile-outside-filters .filter .filters .filter-value label, section#search-results .mobile-outside-filters .filter .filters .filter-value label, section#explainers .mobile-outside-filters .filter .filters .filter-value label {
	font-family: "Noto Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 0;
	color: #333333;
}

section#downloads .mobile-outside-filters .filter .filters .filter-value input, section#search-results .mobile-outside-filters .filter .filters .filter-value input, section#explainers .mobile-outside-filters .filter .filters .filter-value input {
	width: 16px;
	height: 16px;
	margin-top: 2px;
}

section#downloads .mobile-outside-filters .filter .filters .filter-value input:checked + .custom-radio::after, section#search-results .mobile-outside-filters .filter .filters .filter-value input:checked + .custom-radio::after, section#explainers .mobile-outside-filters .filter .filters .filter-value input:checked + .custom-radio::after {
	display: block;
}

section#downloads .search-result, section#search-results .search-result, section#explainers .search-result {
	display: flex;
	flex-direction: column;
}

section#downloads .downloads > h3,
section#downloads .articles > h3,
section#downloads .webinars > h3,
section#downloads .explainers > h3, section#search-results .downloads > h3,
section#search-results .articles > h3,
section#search-results .webinars > h3,
section#search-results .explainers > h3, section#explainers .downloads > h3,
section#explainers .articles > h3,
section#explainers .webinars > h3,
section#explainers .explainers > h3 {
	margin: 0 16px 40px 16px;
	font-family: "Cambon";
	font-style: normal;
	font-weight: 400;
	font-size: 28px;
	line-height: 110%;
	letter-spacing: -0.02em;
	padding: 0 0 40px 0;
	display: flex;
	align-items: center;
	color: #000000;
	border-bottom: 1px solid #d7d7d7;
}

section#downloads .downloads > h3 span,
section#downloads .articles > h3 span,
section#downloads .webinars > h3 span,
section#downloads .explainers > h3 span, section#search-results .downloads > h3 span,
section#search-results .articles > h3 span,
section#search-results .webinars > h3 span,
section#search-results .explainers > h3 span, section#explainers .downloads > h3 span,
section#explainers .articles > h3 span,
section#explainers .webinars > h3 span,
section#explainers .explainers > h3 span {
	font-family: "Noto Sans";
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	/* 28.6px */
	letter-spacing: -0.44px;
	color: #333333;
	margin-left: 12px;
}

section#downloads .downloads .button-container,
section#downloads .articles .button-container,
section#downloads .webinars .button-container,
section#downloads .explainers .button-container, section#search-results .downloads .button-container,
section#search-results .articles .button-container,
section#search-results .webinars .button-container,
section#search-results .explainers .button-container, section#explainers .downloads .button-container,
section#explainers .articles .button-container,
section#explainers .webinars .button-container,
section#explainers .explainers .button-container {
	padding: 16px 16px 64px 16px;
}

section#downloads .downloads .button-container a.button,
section#downloads .articles .button-container a.button,
section#downloads .webinars .button-container a.button,
section#downloads .explainers .button-container a.button, section#search-results .downloads .button-container a.button,
section#search-results .articles .button-container a.button,
section#search-results .webinars .button-container a.button,
section#search-results .explainers .button-container a.button, section#explainers .downloads .button-container a.button,
section#explainers .articles .button-container a.button,
section#explainers .webinars .button-container a.button,
section#explainers .explainers .button-container a.button {
	padding: 18px 0;
}

section#downloads .downloads .no-result,
section#downloads .articles .no-result,
section#downloads .webinars .no-result,
section#downloads .explainers .no-result, section#search-results .downloads .no-result,
section#search-results .articles .no-result,
section#search-results .webinars .no-result,
section#search-results .explainers .no-result, section#explainers .downloads .no-result,
section#explainers .articles .no-result,
section#explainers .webinars .no-result,
section#explainers .explainers .no-result {
	display: flex;
	flex-direction: column;
	padding: 0;
	margin: 0 16px 40px;
}

section#downloads .downloads .no-result h1,
section#downloads .articles .no-result h1,
section#downloads .webinars .no-result h1,
section#downloads .explainers .no-result h1, section#search-results .downloads .no-result h1,
section#search-results .articles .no-result h1,
section#search-results .webinars .no-result h1,
section#search-results .explainers .no-result h1, section#explainers .downloads .no-result h1,
section#explainers .articles .no-result h1,
section#explainers .webinars .no-result h1,
section#explainers .explainers .no-result h1 {
	font-family: "Noto Sans";
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	/* 31.2px */
	letter-spacing: -0.48px;
	font-weight: 400;
	color: #122142;
	margin: 0 0 24px 0;
}

section#downloads .downloads .no-result span,
section#downloads .downloads .no-result ul li,
section#downloads .downloads .no-result p,
section#downloads .articles .no-result span,
section#downloads .articles .no-result ul li,
section#downloads .articles .no-result p,
section#downloads .webinars .no-result span,
section#downloads .webinars .no-result ul li,
section#downloads .webinars .no-result p,
section#downloads .explainers .no-result span,
section#downloads .explainers .no-result ul li,
section#downloads .explainers .no-result p, section#search-results .downloads .no-result span,
section#search-results .downloads .no-result ul li,
section#search-results .downloads .no-result p,
section#search-results .articles .no-result span,
section#search-results .articles .no-result ul li,
section#search-results .articles .no-result p,
section#search-results .webinars .no-result span,
section#search-results .webinars .no-result ul li,
section#search-results .webinars .no-result p,
section#search-results .explainers .no-result span,
section#search-results .explainers .no-result ul li,
section#search-results .explainers .no-result p, section#explainers .downloads .no-result span,
section#explainers .downloads .no-result ul li,
section#explainers .downloads .no-result p,
section#explainers .articles .no-result span,
section#explainers .articles .no-result ul li,
section#explainers .articles .no-result p,
section#explainers .webinars .no-result span,
section#explainers .webinars .no-result ul li,
section#explainers .webinars .no-result p,
section#explainers .explainers .no-result span,
section#explainers .explainers .no-result ul li,
section#explainers .explainers .no-result p {
	font-family: "Noto Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 0;
	color: #333333;
	margin: 0;
}

section#downloads .downloads .no-result ul,
section#downloads .articles .no-result ul,
section#downloads .webinars .no-result ul,
section#downloads .explainers .no-result ul, section#search-results .downloads .no-result ul,
section#search-results .articles .no-result ul,
section#search-results .webinars .no-result ul,
section#search-results .explainers .no-result ul, section#explainers .downloads .no-result ul,
section#explainers .articles .no-result ul,
section#explainers .webinars .no-result ul,
section#explainers .explainers .no-result ul {
	margin: 24px 0;
	padding: 0 26px;
}

section#downloads .downloads .no-result ul li,
section#downloads .articles .no-result ul li,
section#downloads .webinars .no-result ul li,
section#downloads .explainers .no-result ul li, section#search-results .downloads .no-result ul li,
section#search-results .articles .no-result ul li,
section#search-results .webinars .no-result ul li,
section#search-results .explainers .no-result ul li, section#explainers .downloads .no-result ul li,
section#explainers .articles .no-result ul li,
section#explainers .webinars .no-result ul li,
section#explainers .explainers .no-result ul li {
	list-style: none;
}

section#downloads .downloads .no-result ul li::before,
section#downloads .articles .no-result ul li::before,
section#downloads .webinars .no-result ul li::before,
section#downloads .explainers .no-result ul li::before, section#search-results .downloads .no-result ul li::before,
section#search-results .articles .no-result ul li::before,
section#search-results .webinars .no-result ul li::before,
section#search-results .explainers .no-result ul li::before, section#explainers .downloads .no-result ul li::before,
section#explainers .articles .no-result ul li::before,
section#explainers .webinars .no-result ul li::before,
section#explainers .explainers .no-result ul li::before {
	content: "•";
	font-size: 20px;
	vertical-align: bottom;
	line-height: 20px;
	margin-left: -15px;
	margin-right: 7px;
}

section#downloads .downloads .no-result p,
section#downloads .articles .no-result p,
section#downloads .webinars .no-result p,
section#downloads .explainers .no-result p, section#search-results .downloads .no-result p,
section#search-results .articles .no-result p,
section#search-results .webinars .no-result p,
section#search-results .explainers .no-result p, section#explainers .downloads .no-result p,
section#explainers .articles .no-result p,
section#explainers .webinars .no-result p,
section#explainers .explainers .no-result p {
	margin: 0 0 24px 0;
}

section#downloads .downloads .no-result a.button,
section#downloads .articles .no-result a.button,
section#downloads .webinars .no-result a.button,
section#downloads .explainers .no-result a.button, section#search-results .downloads .no-result a.button,
section#search-results .articles .no-result a.button,
section#search-results .webinars .no-result a.button,
section#search-results .explainers .no-result a.button, section#explainers .downloads .no-result a.button,
section#explainers .articles .no-result a.button,
section#explainers .webinars .no-result a.button,
section#explainers .explainers .no-result a.button {
	width: fit-content;
	padding: 18px 62px 18px 54px;
	margin: 0 auto 0 0;
	background: white;
	color: #122142;
	border: 1px solid #122142;
}

section#downloads .webinars .webinars-list, section#search-results .webinars .webinars-list, section#explainers .webinars .webinars-list {
	padding: 0;
	display: flex;
	flex-direction: column;
	overflow: auto;
	gap: 24px;
	margin-bottom: 24px;
}

section#downloads .webinars .webinars-list .webinar, section#search-results .webinars .webinars-list .webinar, section#explainers .webinars .webinars-list .webinar {
	width: 100%;
	display: flex;
	flex-direction: column;
}

section#downloads .webinars .webinars-list .webinar img, section#search-results .webinars .webinars-list .webinar img, section#explainers .webinars .webinars-list .webinar img {
	width: 100%;
	height: 323px;
	margin: 0 0 24px 0;
	object-fit: cover;
}

section#downloads .webinars .webinars-list .webinar h3, section#search-results .webinars .webinars-list .webinar h3, section#explainers .webinars .webinars-list .webinar h3 {
	font-family: "Noto Sans";
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	/* 28.6px */
	letter-spacing: -0.44px;
	font-family: "Cambon";
	text-transform: unset;
	color: #202020;
	margin: 0 0 0 16px;
	padding: 0 16px 16px 16px;
	border-left: 1px solid #d7b753;
	color: #000000;
}

@media all and (min-width: 1024px) {
	section#downloads .webinars .webinars-list .webinar h3, section#search-results .webinars .webinars-list .webinar h3, section#explainers .webinars .webinars-list .webinar h3 {
		font-family: "Noto Sans";
		font-size: 24px;
		font-style: normal;
		font-weight: 400;
		line-height: 130%;
		/* 31.2px */
		letter-spacing: -0.48px;
		font-family: "Cambon";
		margin: 0;
	}
}

section#downloads .webinars .webinars-list .webinar p, section#search-results .webinars .webinars-list .webinar p, section#explainers .webinars .webinars-list .webinar p {
	font-family: "Noto Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 0;
	color: #333333;
	margin: 0 0 0 16px;
	padding: 0 16px 16px 16px;
	border-left: 1px solid #d7b753;
}

section#downloads .webinars .webinars-list .webinar span, section#search-results .webinars .webinars-list .webinar span, section#explainers .webinars .webinars-list .webinar span {
	font-family: "Noto Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 0;
	color: #363330;
	margin: 0 0 0 16px;
	padding: 0 16px;
	border-left: 1px solid #d7b753;
}

section#downloads .explainers .explainers-list .explainer, section#search-results .explainers .explainers-list .explainer, section#explainers .explainers .explainers-list .explainer {
	display: flex;
	flex-direction: row;
	border-bottom: 1px solid #e7e7e7;
	padding: 26px 0 7px;
	margin: 0 16px;
}

section#downloads .explainers .explainers-list .explainer:hover .banner:after, section#search-results .explainers .explainers-list .explainer:hover .banner:after, section#explainers .explainers .explainers-list .explainer:hover .banner:after {
	height: 12px;
}

section#downloads .explainers .explainers-list .explainer:hover .text .info .topic, section#search-results .explainers .explainers-list .explainer:hover .text .info .topic, section#explainers .explainers .explainers-list .explainer:hover .text .info .topic {
	color: #d7b753;
}

section#downloads .explainers .explainers-list .explainer .banner, section#search-results .explainers .explainers-list .explainer .banner, section#explainers .explainers .explainers-list .explainer .banner {
	position: relative;
	height: 105px;
}

section#downloads .explainers .explainers-list .explainer .banner:after, section#search-results .explainers .explainers-list .explainer .banner:after, section#explainers .explainers .explainers-list .explainer .banner:after {
	content: "";
	width: 100%;
	height: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #d7b753;
	opacity: 0.75;
	transition: height 0.2s ease-in-out;
}

section#downloads .explainers .explainers-list .explainer .banner img, section#search-results .explainers .explainers-list .explainer .banner img, section#explainers .explainers .explainers-list .explainer .banner img {
	width: auto;
	max-height: 105px;
	object-fit: cover;
	max-width: 180px;
	min-height: 105px;
	display: none;
}

section#downloads .explainers .explainers-list .explainer .text .info, section#search-results .explainers .explainers-list .explainer .text .info, section#explainers .explainers .explainers-list .explainer .text .info {
	font-family: "Noto Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
	letter-spacing: 1.68px;
	text-transform: uppercase;
}

section#downloads .explainers .explainers-list .explainer .text .info .topic, section#search-results .explainers .explainers-list .explainer .text .info .topic, section#explainers .explainers .explainers-list .explainer .text .info .topic {
	text-align: right;
	color: #1783df;
	border-right: 1px solid #d7d7d7;
	font-weight: 400;
	padding-right: 16px;
}

section#downloads .explainers .explainers-list .explainer .text .info .duration, section#search-results .explainers .explainers-list .explainer .text .info .duration, section#explainers .explainers .explainers-list .explainer .text .info .duration {
	color: #a7a7a7;
	padding-left: 10px;
	font-weight: 400;
	color: #122142;
}

section#downloads .explainers .explainers-list .explainer .text h3, section#search-results .explainers .explainers-list .explainer .text h3, section#explainers .explainers .explainers-list .explainer .text h3 {
	font-family: "Noto Sans";
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	/* 31.2px */
	letter-spacing: -0.48px;
	font-size: 25px;
	color: #333333;
	margin: 5px 0;
}

section#downloads .explainers .explainers-list .explainer .text p, section#search-results .explainers .explainers-list .explainer .text p, section#explainers .explainers .explainers-list .explainer .text p {
	display: none;
}

section#downloads .explainers .explainers-list .explainer .text span, section#search-results .explainers .explainers-list .explainer .text span, section#explainers .explainers .explainers-list .explainer .text span {
	font-family: "Noto Sans";
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	letter-spacing: 0;
	color: #333333;
	font-weight: 200;
}

@media all and (min-width: 1024px) {
	section#downloads .explainers .explainers-list .explainer, section#search-results .explainers .explainers-list .explainer, section#explainers .explainers .explainers-list .explainer {
		display: flex;
		flex-direction: row;
		gap: 20px;
		border-bottom: 1px solid #e7e7e7;
		padding: 20px 0;
	}
	section#downloads .explainers .explainers-list .explainer .text .info, section#search-results .explainers .explainers-list .explainer .text .info, section#explainers .explainers .explainers-list .explainer .text .info {
		font-family: "Noto Sans";
		font-size: 14px;
		font-style: normal;
		font-weight: 600;
		line-height: 140%;
		letter-spacing: 1.68px;
		text-transform: uppercase;
	}
	section#downloads .explainers .explainers-list .explainer .text .info .topic, section#search-results .explainers .explainers-list .explainer .text .info .topic, section#explainers .explainers .explainers-list .explainer .text .info .topic {
		text-align: right;
		color: #1783df;
		border-right: 1px solid #d7d7d7;
		font-weight: 400;
		padding-right: 16px;
	}
	section#downloads .explainers .explainers-list .explainer .text .info .duration, section#search-results .explainers .explainers-list .explainer .text .info .duration, section#explainers .explainers .explainers-list .explainer .text .info .duration {
		color: #a7a7a7;
		padding-left: 10px;
		font-weight: 400;
		color: #a7a7a7;
	}
	section#downloads .explainers .explainers-list .explainer .text p, section#search-results .explainers .explainers-list .explainer .text p, section#explainers .explainers .explainers-list .explainer .text p {
		font-family: "Noto Sans";
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 140%;
		letter-spacing: 0;
		display: inline-block;
		margin: 0 0 15px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		line-clamp: 2;
		-webkit-box-orient: vertical;
		color: #575757;
	}
}

section#downloads .articles.v2 .articles-list .article .textarea .top-header, section#search-results .articles.v2 .articles-list .article .textarea .top-header, section#explainers .articles.v2 .articles-list .article .textarea .top-header {
	display: flex;
}

section#downloads .articles.v2 .articles-list .article .textarea .top-header b, section#search-results .articles.v2 .articles-list .article .textarea .top-header b, section#explainers .articles.v2 .articles-list .article .textarea .top-header b {
	display: block;
	font-family: "Noto Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
	letter-spacing: 1.68px;
	text-transform: uppercase;
	color: #1783df;
	background: transparent;
}

section#downloads .articles.v2 .articles-list .article .textarea .top-header span, section#search-results .articles.v2 .articles-list .article .textarea .top-header span, section#explainers .articles.v2 .articles-list .article .textarea .top-header span {
	font-family: "Noto Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
	letter-spacing: 1.68px;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	color: #122142;
	margin: 0 0 0 16px;
	padding: 0 0 0 16px;
	border-left: 1px solid #d7d7d7;
}

section#downloads .articles .articles-list, section#search-results .articles .articles-list, section#explainers .articles .articles-list {
	display: flex;
	flex-direction: column;
	padding: 0 16px;
	gap: 24px;
	margin-top: 24px;
}

section#downloads .articles .articles-list .article, section#search-results .articles .articles-list .article, section#explainers .articles .articles-list .article {
	padding: 0 0 24px 0;
	margin: 0;
	border-bottom: 1px solid #d7d7d7;
}

section#downloads .articles .articles-list .article img, section#search-results .articles .articles-list .article img, section#explainers .articles .articles-list .article img {
	display: none;
}

section#downloads .articles .articles-list .article .textarea .top-header, section#search-results .articles .articles-list .article .textarea .top-header, section#explainers .articles .articles-list .article .textarea .top-header {
	margin: 0 0 8px 0;
}

section#downloads .articles .articles-list .article .textarea .top-header b, section#search-results .articles .articles-list .article .textarea .top-header b, section#explainers .articles .articles-list .article .textarea .top-header b {
	display: none;
}

section#downloads .articles .articles-list .article .textarea .top-header span, section#search-results .articles .articles-list .article .textarea .top-header span, section#explainers .articles .articles-list .article .textarea .top-header span {
	font-family: "Noto Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
	letter-spacing: 1.68px;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	color: #122142;
}

section#downloads .articles .articles-list .article .textarea h3, section#search-results .articles .articles-list .article .textarea h3, section#explainers .articles .articles-list .article .textarea h3 {
	font-family: "Noto Sans";
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	/* 28.6px */
	letter-spacing: -0.44px;
	margin: 0;
	color: #333333;
}

@media (max-width: 1023px) {
	section#downloads .articles .articles-list .article .textarea .exclusive-article-excerpt, section#search-results .articles .articles-list .article .textarea .exclusive-article-excerpt, section#explainers .articles .articles-list .article .textarea .exclusive-article-excerpt {
		display: none;
	}
}

section#downloads .articles .articles-list .article .textarea > span, section#search-results .articles .articles-list .article .textarea > span, section#explainers .articles .articles-list .article .textarea > span {
	font-family: "Noto Sans";
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	letter-spacing: 0;
	text-align: center;
	color: #333333;
}

section#downloads .downloads-list, section#search-results .downloads-list, section#explainers .downloads-list {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	gap: 24px;
	margin-bottom: 24px;
}

section#downloads .downloads-list .download, section#search-results .downloads-list .download, section#explainers .downloads-list .download {
	border-bottom: 1px solid #e7e7e7;
	padding: 0 0 24px 0;
	background: #ffffff;
	margin: 0;
}

section#downloads .downloads-list .download .banner, section#search-results .downloads-list .download .banner, section#explainers .downloads-list .download .banner {
	width: 100%;
	position: relative;
	display: flex;
}

section#downloads .downloads-list .download .banner img, section#search-results .downloads-list .download .banner img, section#explainers .downloads-list .download .banner img {
	height: 37.9vw;
	object-fit: cover;
	width: 100%;
}

section#downloads .downloads-list .download .banner span, section#search-results .downloads-list .download .banner span, section#explainers .downloads-list .download .banner span {
	position: absolute;
	padding: 8px 12px;
	text-align: right;
	font-family: "Noto Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
	/* 16.8px */
	letter-spacing: 1.68px;
	text-transform: uppercase;
	background: #d7b753;
	top: 16px;
	left: 16px;
	color: #000000;
}

section#downloads .downloads-list .download .title, section#search-results .downloads-list .download .title, section#explainers .downloads-list .download .title {
	padding: 0 24px;
	width: 100%;
	display: flex;
	flex-direction: column;
	margin: 24px 0 58px 0;
}

section#downloads .downloads-list .download .title span, section#search-results .downloads-list .download .title span, section#explainers .downloads-list .download .title span {
	font-family: "Noto Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
	letter-spacing: 1.68px;
	text-transform: uppercase;
	color: #122142;
	margin: 0 0 8px 0;
}

section#downloads .downloads-list .download .title h3, section#search-results .downloads-list .download .title h3, section#explainers .downloads-list .download .title h3 {
	font-family: "Noto Sans";
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	/* 31.2px */
	letter-spacing: -0.48px;
	font-weight: 600;
	color: #000000;
	margin: 0 0 8px 0;
}

section#downloads .downloads-list .download .title p, section#search-results .downloads-list .download .title p, section#explainers .downloads-list .download .title p {
	font-family: "Noto Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 0;
	color: #333333;
	margin: 0;
}

section#downloads .downloads-list .download .author, section#search-results .downloads-list .download .author, section#explainers .downloads-list .download .author {
	display: flex;
	flex-direction: column;
	padding: 0 24px;
}

section#downloads .downloads-list .download .author .border, section#search-results .downloads-list .download .author .border, section#explainers .downloads-list .download .author .border {
	width: 40px;
	border-top: 1px solid #1783df;
	margin: 0 0 16px 0;
}

section#downloads .downloads-list .download .author b, section#search-results .downloads-list .download .author b, section#explainers .downloads-list .download .author b {
	font-family: "Noto Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 0;
	font-weight: 600;
	color: #000000;
	margin: 8px 0;
}

section#downloads .downloads-list .download .author span, section#search-results .downloads-list .download .author span, section#explainers .downloads-list .download .author span {
	font-family: "Noto Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 0;
	color: #343d46;
	margin: 0 0 16px 0;
}

section#downloads .downloads-list .download .author .download-button, section#search-results .downloads-list .download .author .download-button, section#explainers .downloads-list .download .author .download-button {
	display: flex;
	align-items: center;
	gap: 8px;
	text-align: right;
	font-family: "Noto Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
	/* 16.8px */
	letter-spacing: 1.68px;
	text-transform: uppercase;
	color: #122142;
	height: 44px;
}

section#downloads .downloads-list .download .author .download-button img, section#search-results .downloads-list .download .author .download-button img, section#explainers .downloads-list .download .author .download-button img {
	width: 28px;
}

section#downloads .downloads-list .no-result, section#search-results .downloads-list .no-result, section#explainers .downloads-list .no-result {
	flex-basis: 100%;
	text-align: center;
	margin-top: 95px;
	display: none;
	flex-direction: column;
	padding: 0 16px;
}

section#downloads .downloads-list .no-result h1, section#search-results .downloads-list .no-result h1, section#explainers .downloads-list .no-result h1 {
	font-family: "Cambon";
	font-style: normal;
	font-weight: 400;
	font-size: 39px;
	line-height: 110%;
	text-align: center;
	letter-spacing: -0.02em;
	margin: 0 0 24px 0;
}

section#downloads .downloads-list .no-result p, section#search-results .downloads-list .no-result p, section#explainers .downloads-list .no-result p {
	font-family: "Noto Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 0;
	text-align: center;
	margin: 0 0 24px 0;
}

section#downloads .downloads-list .no-result a.button, section#search-results .downloads-list .no-result a.button, section#explainers .downloads-list .no-result a.button {
	background: #ffffff;
	border: 1px solid #122142;
	color: #122142;
	margin: 0 auto 40px auto;
}

section#downloads .downloads-list .no-result.show, section#search-results .downloads-list .no-result.show, section#explainers .downloads-list .no-result.show {
	display: flex;
}

section#downloads .pagination, section#search-results .pagination, section#explainers .pagination {
	width: 100%;
	height: 62px;
	padding: 12px 0;
	box-sizing: border-box;
	margin: 40px 0 0 !important;
	background-color: #f7f7f7;
	display: flex;
}

section#downloads .pagination .wrap, section#search-results .pagination .wrap, section#explainers .pagination .wrap {
	margin: auto;
}

section#downloads .pagination .wrap span, section#search-results .pagination .wrap span, section#explainers .pagination .wrap span {
	cursor: pointer;
	border-radius: 4px;
	padding: 8px;
	font-family: "Noto Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 0;
	text-align: center;
	color: #122142;
	margin: 0 4px;
}

section#downloads .pagination .wrap span.active, section#search-results .pagination .wrap span.active, section#explainers .pagination .wrap span.active {
	background: #d7b753;
	font-weight: bold;
}

@media all and (min-width: 1024px) {
	section#downloads h3, section#search-results h3, section#explainers h3 {
		max-width: 1142px;
		font-family: "Noto Sans";
		font-size: 24px;
		font-style: normal;
		font-weight: 400;
		line-height: 130%;
		/* 31.2px */
		letter-spacing: -0.48px;
		color: #202020;
		margin: 0;
		color: #000000;
	}
	section#downloads#search-results .articles > h3, section#search-results#search-results .articles > h3, section#explainers#search-results .articles > h3 {
		line-height: 120%;
	}
	section#downloads#search-results .filter-section .filter-container, section#search-results#search-results .filter-section .filter-container, section#explainers#search-results .filter-section .filter-container {
		width: auto;
	}
	section#downloads .container, section#search-results .container, section#explainers .container {
		display: flex;
		flex-direction: unset;
		gap: 32px;
		justify-content: space-between;
	}
	section#downloads .filter-section .mobile-filter-nav, section#search-results .filter-section .mobile-filter-nav, section#explainers .filter-section .mobile-filter-nav {
		display: none;
	}
	section#downloads .filter-section .filter-container, section#search-results .filter-section .filter-container, section#explainers .filter-section .filter-container {
		padding: 0;
		position: unset;
		display: flex;
		box-shadow: none;
		height: 100%;
		max-height: unset;
	}
	section#downloads .filter-section .filter-container h3, section#search-results .filter-section .filter-container h3, section#explainers .filter-section .filter-container h3 {
		margin-bottom: 0;
	}
	section#downloads .filter-section .filter-container .search .button img, section#search-results .filter-section .filter-container .search .button img, section#explainers .filter-section .filter-container .search .button img {
		width: 14px;
		height: 14px;
	}
	section#downloads .filter-section .filter-container .scroll-border, section#search-results .filter-section .filter-container .scroll-border, section#explainers .filter-section .filter-container .scroll-border {
		display: none;
	}
	section#downloads .filter-section .filter-container .filters-container, section#search-results .filter-section .filter-container .filters-container, section#explainers .filter-section .filter-container .filters-container {
		max-height: unset;
		overflow: unset;
	}
	section#downloads .filter-section .filter-container .filters-container .scroll-border, section#search-results .filter-section .filter-container .filters-container .scroll-border, section#explainers .filter-section .filter-container .filters-container .scroll-border {
		display: none;
	}
	section#downloads .filter-section .filter-container .filters-container .filter, section#search-results .filter-section .filter-container .filters-container .filter, section#explainers .filter-section .filter-container .filters-container .filter {
		width: 100%;
	}
	section#downloads .filter-section .filter-container .filters-container .filter .filters, section#search-results .filter-section .filter-container .filters-container .filter .filters, section#explainers .filter-section .filter-container .filters-container .filter .filters {
		gap: 12px;
	}
	section#downloads .filter-section .filter-container .filters-container .filter.sort-filter, section#search-results .filter-section .filter-container .filters-container .filter.sort-filter, section#explainers .filter-section .filter-container .filters-container .filter.sort-filter {
		display: block;
	}
	section#downloads .search-result, section#search-results .search-result, section#explainers .search-result {
		width: 74%;
	}
	section#downloads .mobile-outside-filters, section#search-results .mobile-outside-filters, section#explainers .mobile-outside-filters {
		display: none;
	}
	section#downloads .downloads > h3,
	section#downloads .articles > h3,
	section#downloads .webinars > h3,
	section#downloads .explainers > h3, section#search-results .downloads > h3,
	section#search-results .articles > h3,
	section#search-results .webinars > h3,
	section#search-results .explainers > h3, section#explainers .downloads > h3,
	section#explainers .articles > h3,
	section#explainers .webinars > h3,
	section#explainers .explainers > h3 {
		margin: 0 0 40px 0;
		font-size: 31px;
		letter-spacing: 0;
	}
	section#downloads .downloads > h3 span,
	section#downloads .articles > h3 span,
	section#downloads .webinars > h3 span,
	section#downloads .explainers > h3 span, section#search-results .downloads > h3 span,
	section#search-results .articles > h3 span,
	section#search-results .webinars > h3 span,
	section#search-results .explainers > h3 span, section#explainers .downloads > h3 span,
	section#explainers .articles > h3 span,
	section#explainers .webinars > h3 span,
	section#explainers .explainers > h3 span {
		font-size: 25px;
		letter-spacing: 0;
	}
	section#downloads .downloads .button-container a.button,
	section#downloads .articles .button-container a.button,
	section#downloads .webinars .button-container a.button,
	section#downloads .explainers .button-container a.button, section#search-results .downloads .button-container a.button,
	section#search-results .articles .button-container a.button,
	section#search-results .webinars .button-container a.button,
	section#search-results .explainers .button-container a.button, section#explainers .downloads .button-container a.button,
	section#explainers .articles .button-container a.button,
	section#explainers .webinars .button-container a.button,
	section#explainers .explainers .button-container a.button {
		padding: 18px 45.5px 18px 37.5px;
	}
	section#downloads .downloads .no-result,
	section#downloads .articles .no-result,
	section#downloads .webinars .no-result,
	section#downloads .explainers .no-result, section#search-results .downloads .no-result,
	section#search-results .articles .no-result,
	section#search-results .webinars .no-result,
	section#search-results .explainers .no-result, section#explainers .downloads .no-result,
	section#explainers .articles .no-result,
	section#explainers .webinars .no-result,
	section#explainers .explainers .no-result {
		padding: 0;
	}
	section#downloads .downloads .no-result h1,
	section#downloads .articles .no-result h1,
	section#downloads .webinars .no-result h1,
	section#downloads .explainers .no-result h1, section#search-results .downloads .no-result h1,
	section#search-results .articles .no-result h1,
	section#search-results .webinars .no-result h1,
	section#search-results .explainers .no-result h1, section#explainers .downloads .no-result h1,
	section#explainers .articles .no-result h1,
	section#explainers .webinars .no-result h1,
	section#explainers .explainers .no-result h1 {
		font-family: "Noto Sans";
		font-size: 24px;
		font-style: normal;
		font-weight: 400;
		line-height: 130%;
		/* 31.2px */
		letter-spacing: -0.48px;
		font-weight: 400;
	}
	section#downloads .webinars .webinars-list, section#search-results .webinars .webinars-list, section#explainers .webinars .webinars-list {
		flex-direction: unset;
		flex-wrap: wrap;
		overflow: hidden;
		gap: 2.9%;
		margin-bottom: 0;
	}
	section#downloads .webinars .webinars-list .webinar, section#search-results .webinars .webinars-list .webinar, section#explainers .webinars .webinars-list .webinar {
		width: 31.4%;
		margin-bottom: 24px;
	}
	section#downloads .webinars .webinars-list .webinar img, section#search-results .webinars .webinars-list .webinar img, section#explainers .webinars .webinars-list .webinar img {
		flex: 323px 0 0;
	}
	section#downloads .webinars .webinars-list .webinar h5,
	section#downloads .webinars .webinars-list .webinar p,
	section#downloads .webinars .webinars-list .webinar span, section#search-results .webinars .webinars-list .webinar h5,
	section#search-results .webinars .webinars-list .webinar p,
	section#search-results .webinars .webinars-list .webinar span, section#explainers .webinars .webinars-list .webinar h5,
	section#explainers .webinars .webinars-list .webinar p,
	section#explainers .webinars .webinars-list .webinar span {
		margin-left: 0;
	}
	section#downloads .webinars .webinars-list .webinar span, section#search-results .webinars .webinars-list .webinar span, section#explainers .webinars .webinars-list .webinar span {
		display: flex;
		flex-direction: column;
		justify-content: end;
	}
	section#downloads .explainers .explainers-list .explainer, section#search-results .explainers .explainers-list .explainer, section#explainers .explainers .explainers-list .explainer {
		display: flex;
		flex-direction: row;
		gap: 24px;
		border-bottom: 1px solid #e7e7e7;
		padding: 32px 0 24px;
	}
	section#downloads .explainers .explainers-list .explainer:nth-child(1), section#search-results .explainers .explainers-list .explainer:nth-child(1), section#explainers .explainers .explainers-list .explainer:nth-child(1) {
		padding: 0 0 24px;
	}
	section#downloads .explainers .explainers-list .explainer:hover .banner:after, section#search-results .explainers .explainers-list .explainer:hover .banner:after, section#explainers .explainers .explainers-list .explainer:hover .banner:after {
		height: 12px;
	}
	section#downloads .explainers .explainers-list .explainer:hover .text .info .topic, section#search-results .explainers .explainers-list .explainer:hover .text .info .topic, section#explainers .explainers .explainers-list .explainer:hover .text .info .topic {
		color: #d7b753;
	}
	section#downloads .explainers .explainers-list .explainer .banner, section#search-results .explainers .explainers-list .explainer .banner, section#explainers .explainers .explainers-list .explainer .banner {
		position: relative;
		height: 105px;
	}
	section#downloads .explainers .explainers-list .explainer .banner:after, section#search-results .explainers .explainers-list .explainer .banner:after, section#explainers .explainers .explainers-list .explainer .banner:after {
		content: "";
		width: 100%;
		height: 0;
		position: absolute;
		bottom: 0;
		left: 0;
		background: #d7b753;
		opacity: 0.75;
		transition: height 0.2s ease-in-out;
	}
	section#downloads .explainers .explainers-list .explainer .banner img, section#search-results .explainers .explainers-list .explainer .banner img, section#explainers .explainers .explainers-list .explainer .banner img {
		max-height: 105px;
		object-fit: cover;
		width: 180px;
		min-height: 105px;
		display: unset;
	}
	section#downloads .explainers .explainers-list .explainer .text .info, section#search-results .explainers .explainers-list .explainer .text .info, section#explainers .explainers .explainers-list .explainer .text .info {
		font-family: "Noto Sans";
		font-size: 14px;
		font-style: normal;
		font-weight: 600;
		line-height: 140%;
		letter-spacing: 1.68px;
		text-transform: uppercase;
	}
	section#downloads .explainers .explainers-list .explainer .text .info .topic, section#search-results .explainers .explainers-list .explainer .text .info .topic, section#explainers .explainers .explainers-list .explainer .text .info .topic {
		text-align: right;
		color: #1783df;
		border-right: 1px solid #d7d7d7;
		font-weight: 500;
		padding-right: 16px;
	}
	section#downloads .explainers .explainers-list .explainer .text .info .duration, section#search-results .explainers .explainers-list .explainer .text .info .duration, section#explainers .explainers .explainers-list .explainer .text .info .duration {
		color: #a7a7a7;
		padding-left: 10px;
		font-weight: 500;
	}
	section#downloads .explainers .explainers-list .explainer .text h5, section#search-results .explainers .explainers-list .explainer .text h5, section#explainers .explainers .explainers-list .explainer .text h5 {
		font-weight: 600;
		color: #333333;
		margin: 5px 0;
	}
	section#downloads .explainers .explainers-list .explainer .text p, section#search-results .explainers .explainers-list .explainer .text p, section#explainers .explainers .explainers-list .explainer .text p {
		font-family: "Noto Sans";
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 140%;
		letter-spacing: 0;
		margin: 0 0 13px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		line-clamp: 2;
		-webkit-box-orient: vertical;
		color: #575757;
	}
	section#downloads .explainers .explainers-list .explainer .text span, section#search-results .explainers .explainers-list .explainer .text span, section#explainers .explainers .explainers-list .explainer .text span {
		font-family: "Noto Sans";
		font-size: 13px;
		font-style: normal;
		font-weight: 400;
		line-height: 120%;
		letter-spacing: 0;
		color: #333333;
		font-weight: 200;
	}
	section#downloads .articles.v2 .articles-list .article .img, section#search-results .articles.v2 .articles-list .article .img, section#explainers .articles.v2 .articles-list .article .img {
		width: 180px;
		height: 105px;
	}
	section#downloads .articles.v2 .articles-list .article:hover .img:after, section#search-results .articles.v2 .articles-list .article:hover .img:after, section#explainers .articles.v2 .articles-list .article:hover .img:after {
		height: 12px;
	}
	section#downloads .articles.v2 .articles-list .article .textarea .top-header, section#search-results .articles.v2 .articles-list .article .textarea .top-header, section#explainers .articles.v2 .articles-list .article .textarea .top-header {
		gap: 0;
	}
	section#downloads .articles.v2 .articles-list .article .textarea .top-header b, section#search-results .articles.v2 .articles-list .article .textarea .top-header b, section#explainers .articles.v2 .articles-list .article .textarea .top-header b {
		padding: 0;
	}
	section#downloads .articles.v2 .articles-list .article .textarea .top-header span, section#search-results .articles.v2 .articles-list .article .textarea .top-header span, section#explainers .articles.v2 .articles-list .article .textarea .top-header span {
		color: #a7a7a7;
	}
	section#downloads .articles.v2 .articles-list .article .textarea h3, section#search-results .articles.v2 .articles-list .article .textarea h3, section#explainers .articles.v2 .articles-list .article .textarea h3 {
		border-bottom: none;
		margin-bottom: 0;
	}
	section#downloads .articles .articles-list, section#search-results .articles .articles-list, section#explainers .articles .articles-list {
		padding: 0;
	}
	section#downloads .articles .articles-list .article, section#search-results .articles .articles-list .article, section#explainers .articles .articles-list .article {
		display: flex;
		gap: 24px;
	}
	section#downloads .articles .articles-list .article img, section#search-results .articles .articles-list .article img, section#explainers .articles .articles-list .article img {
		display: block;
		width: 180px;
		height: 105px;
		object-fit: cover;
	}
	section#downloads .articles .articles-list .article .textarea, section#search-results .articles .articles-list .article .textarea, section#explainers .articles .articles-list .article .textarea {
		width: 75%;
	}
	section#downloads .articles .articles-list .article .textarea .top-header, section#search-results .articles .articles-list .article .textarea .top-header, section#explainers .articles .articles-list .article .textarea .top-header {
		display: flex;
		align-items: center;
		gap: 16px;
		margin: 0 0 16px 0;
	}
	section#downloads .articles .articles-list .article .textarea .top-header b, section#search-results .articles .articles-list .article .textarea .top-header b, section#explainers .articles .articles-list .article .textarea .top-header b {
		display: block;
		text-align: right;
		font-family: "Noto Sans";
		font-size: 14px;
		font-style: normal;
		font-weight: 600;
		line-height: 120%;
		/* 16.8px */
		letter-spacing: 1.68px;
		text-transform: uppercase;
		color: #000000;
		padding: 8px 12px;
		background: #d7b753;
	}
	section#downloads .articles .articles-list .article .textarea h3, section#search-results .articles .articles-list .article .textarea h3, section#explainers .articles .articles-list .article .textarea h3 {
		font-size: 25px;
		line-height: 130%;
		margin-bottom: 8px;
	}
	section#downloads .articles .articles-list .article .textarea p, section#search-results .articles .articles-list .article .textarea p, section#explainers .articles .articles-list .article .textarea p {
		display: block;
		font-family: "Noto Sans";
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 140%;
		letter-spacing: 0;
		color: #575757;
		margin: 0 0 16px 0;
	}
	section#downloads .downloads-list, section#search-results .downloads-list, section#explainers .downloads-list {
		flex-direction: unset;
		flex-wrap: wrap;
	}
	section#downloads .downloads-list .download, section#search-results .downloads-list .download, section#explainers .downloads-list .download {
		padding: 0;
		border: 1px solid #e7e7e7;
		height: auto;
		min-height: 384px;
		flex-basis: 31.3%;
		display: flex;
		flex-direction: column;
	}
	section#downloads .downloads-list .download .banner, section#search-results .downloads-list .download .banner, section#explainers .downloads-list .download .banner {
		height: 118px;
	}
	section#downloads .downloads-list .download .banner img, section#search-results .downloads-list .download .banner img, section#explainers .downloads-list .download .banner img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		margin-left: 0;
	}
	section#downloads .downloads-list .download .title, section#search-results .downloads-list .download .title, section#explainers .downloads-list .download .title {
		margin-bottom: 16px;
	}
	section#downloads .downloads-list .download .title span, section#search-results .downloads-list .download .title span, section#explainers .downloads-list .download .title span {
		font-size: 14px;
		line-height: 140%;
	}
	section#downloads .downloads-list .download .title p, section#search-results .downloads-list .download .title p, section#explainers .downloads-list .download .title p {
		font-weight: 400;
		font-size: 16px;
		line-height: 140%;
	}
	section#downloads .downloads-list .download .author, section#search-results .downloads-list .download .author, section#explainers .downloads-list .download .author {
		margin: auto 0 24px 0;
	}
	section#downloads .downloads-list .download .author span, section#search-results .downloads-list .download .author span, section#explainers .downloads-list .download .author span {
		font-weight: 400;
		font-size: 16px;
		line-height: 140%;
	}
	section#downloads .downloads-list .download .author b, section#search-results .downloads-list .download .author b, section#explainers .downloads-list .download .author b {
		margin: 24px 0 8px 0;
	}
	section#downloads .pagination .wrap span, section#search-results .pagination .wrap span, section#explainers .pagination .wrap span {
		font-weight: 400;
	}
}

@media all and (min-width: 1024px) and (max-width: 1194px) {
	section#downloads .container, section#search-results .container, section#explainers .container {
		padding-right: 45px;
	}
	section#downloads .container .heading-text, section#search-results .container .heading-text, section#explainers .container .heading-text {
		margin: 0 45px 25px 0;
	}
}

@media all and (min-width: 1024px) and (max-width: 1126px) {
	section#downloads .container, section#search-results .container, section#explainers .container {
		padding-left: 24px;
		padding-right: 74px;
	}
	section#downloads .container .downloads-list, section#search-results .container .downloads-list, section#explainers .container .downloads-list {
		gap: 16px;
	}
}

section#explainer-hero, section#wealth-explainer-hero {
	display: flex;
	flex-direction: column;
	margin: 60px 0 0 0;
	z-index: 51;
}

section#explainer-hero#wealth-explainer-hero .hero-banner, section#wealth-explainer-hero#wealth-explainer-hero .hero-banner {
	padding: 193px 16px 40px 16px;
	height: 510px;
}

section#explainer-hero .side-line, section#wealth-explainer-hero .side-line {
	top: unset;
	bottom: -73.5%;
}

section#explainer-hero .article-key-points, section#wealth-explainer-hero .article-key-points {
	position: absolute;
	top: 25px;
	right: 55px;
	z-index: 20;
	width: fit-content;
}

section#explainer-hero .article-key-points .button, section#wealth-explainer-hero .article-key-points .button {
	height: 41px;
	text-align: right;
	font-family: "Noto Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
	/* 16.8px */
	letter-spacing: 1.68px;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	color: #ffffff;
	width: -moz-fit-content;
	width: fit-content;
	min-width: 220px;
	margin: 0 0 8px auto;
	background: #273a66;
	padding: 12px 16px;
	border-radius: 0px 16px 0px 0px;
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.15);
}

section#explainer-hero .article-key-points .button img, section#wealth-explainer-hero .article-key-points .button img {
	margin-right: 12px;
}

section#explainer-hero .article-key-points .key-points-container, section#wealth-explainer-hero .article-key-points .key-points-container {
	width: 240px;
	padding: 16px;
	background: #ffffff;
	flex-direction: column;
	display: none;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
	position: absolute;
	right: 0;
}

section#explainer-hero .article-key-points .key-points-container > img, section#wealth-explainer-hero .article-key-points .key-points-container > img {
	width: 24px;
	height: 24px;
	margin: 0 0 0 auto;
}

section#explainer-hero .article-key-points .key-points-container h5, section#wealth-explainer-hero .article-key-points .key-points-container h5 {
	font-family: "Noto Sans";
	font-size: 19px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	/* 24.7px */
	letter-spacing: -0.19px;
	color: #122142;
	margin: 0 0 16px 0;
}

section#explainer-hero .article-key-points .key-points-container ul, section#wealth-explainer-hero .article-key-points .key-points-container ul {
	margin: 0;
	padding: 0 0 0 25px;
	gap: 16px;
	display: flex;
	flex-direction: column;
}

section#explainer-hero .article-key-points .key-points-container ul li, section#wealth-explainer-hero .article-key-points .key-points-container ul li {
	font-family: "Noto Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 0;
	font-weight: 600;
	list-style: none;
	min-height: 38px;
	display: flex;
}

section#explainer-hero .article-key-points .key-points-container ul li a, section#wealth-explainer-hero .article-key-points .key-points-container ul li a {
	color: #202020;
}

section#explainer-hero .article-key-points .key-points-container ul li::before, section#wealth-explainer-hero .article-key-points .key-points-container ul li::before {
	content: "•";
	font-size: 20px;
	vertical-align: bottom;
	line-height: 20px;
	margin-left: -15px;
	margin-right: 7px;
}

section#explainer-hero .article-key-points.expanded .key-points-container, section#wealth-explainer-hero .article-key-points.expanded .key-points-container {
	display: flex;
}

section#explainer-hero .hero-banner, section#wealth-explainer-hero .hero-banner {
	display: flex;
	padding: 174px 16px 149px 16px;
	position: relative;
	background: linear-gradient(0deg, rgba(31, 31, 31, 0.5), rgba(31, 31, 31, 0.5));
}

section#explainer-hero .hero-banner > img, section#wealth-explainer-hero .hero-banner > img {
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
	width: 100%;
	object-fit: cover;
	background: linear-gradient(0deg, rgba(31, 31, 31, 0.5), rgba(31, 31, 31, 0.5));
}

section#explainer-hero .hero-banner .text-area, section#wealth-explainer-hero .hero-banner .text-area {
	z-index: 1;
	display: flex;
	flex-direction: column;
}

section#explainer-hero .hero-banner .text-area .subheader, section#wealth-explainer-hero .hero-banner .text-area .subheader {
	display: flex;
	gap: 16px;
	margin: 0 0 16px 0;
	justify-content: center;
}

section#explainer-hero .hero-banner .text-area .subheader span, section#wealth-explainer-hero .hero-banner .text-area .subheader span {
	padding: 8px 12px;
	background: #f0d47c;
	text-align: right;
	font-family: "Noto Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
	/* 16.8px */
	letter-spacing: 1.68px;
	text-transform: uppercase;
	color: #000000;
}

section#explainer-hero .hero-banner .text-area .subheader i, section#wealth-explainer-hero .hero-banner .text-area .subheader i {
	font-family: "Noto Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
	letter-spacing: 1.68px;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	color: #ffffff;
}

section#explainer-hero .hero-banner .text-area h1, section#wealth-explainer-hero .hero-banner .text-area h1 {
	font-family: "Cambon";
	font-style: normal;
	font-weight: 400;
	font-size: 40px;
	line-height: 100%;
	text-align: center;
	letter-spacing: -0.02em;
	color: #ffffff;
	margin: 0 0 16px 0;
}

section#explainer-hero .hero-banner .text-area .date-author, section#wealth-explainer-hero .hero-banner .text-area .date-author {
	text-align: center;
	display: flex;
	gap: 8px;
	justify-content: center;
	align-items: center;
}

section#explainer-hero .hero-banner .text-area .date-author span, section#wealth-explainer-hero .hero-banner .text-area .date-author span {
	font-family: "Noto Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 0;
	text-align: center;
	color: #ffffff;
}

section#explainer-hero .hero-banner .text-area .date-author > img, section#wealth-explainer-hero .hero-banner .text-area .date-author > img {
	width: 4px;
	height: 4px;
}

section#explainer-hero .hero-banner .text-area .date-author b, section#wealth-explainer-hero .hero-banner .text-area .date-author b {
	font-family: "Noto Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 0;
	font-weight: 600;
	color: #ffffff;
}

section#explainer-hero p, section#wealth-explainer-hero p {
	font-family: "Noto Sans";
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	/* 28.6px */
	letter-spacing: -0.44px;
	color: #333333;
	margin: 24px 24px 0 24px;
}

@media all and (min-width: 1024px) {
	section#explainer-hero, section#wealth-explainer-hero {
		margin-top: 90px;
	}
	section#explainer-hero#wealth-explainer-hero .hero-banner, section#wealth-explainer-hero#wealth-explainer-hero .hero-banner {
		padding: 153px 0;
	}
	section#explainer-hero#wealth-explainer-hero p, section#wealth-explainer-hero#wealth-explainer-hero p {
		max-width: 946px;
	}
	section#explainer-hero#wealth-explainer-hero .side-line, section#wealth-explainer-hero#wealth-explainer-hero .side-line {
		bottom: -70%;
	}
	section#explainer-hero .article-key-points, section#wealth-explainer-hero .article-key-points {
		position: fixed;
		top: 30px;
	}
	section#explainer-hero .hero-banner, section#wealth-explainer-hero .hero-banner {
		padding: 134px 0;
		margin: 0 0 40px 0;
	}
	section#explainer-hero .hero-banner .text-area, section#wealth-explainer-hero .hero-banner .text-area {
		max-width: 754px;
	}
	section#explainer-hero .hero-banner .text-area h1, section#wealth-explainer-hero .hero-banner .text-area h1 {
		letter-spacing: -0.04em;
		font-weight: 400;
		font-size: 76px;
		line-height: 100%;
	}
	section#explainer-hero p, section#wealth-explainer-hero p {
		max-width: 946px;
		margin: 0 auto 80px auto;
		font-weight: 400;
		font-size: 25px;
		line-height: 130%;
		letter-spacing: 0;
	}
}

@media all and (min-width: 1024px) and (max-width: 1126px) {
	section#explainer-hero#wealth-explainer-hero .side-line, section#wealth-explainer-hero#wealth-explainer-hero .side-line {
		bottom: -67%;
	}
	section#explainer-hero p, section#wealth-explainer-hero p {
		padding-left: 24px;
		padding-right: 74px;
	}
}

section#webinars {
	padding: 56px 0;
	background: #f7f7f7;
}

section#webinars.watch-more {
	padding: 0 0 40px 0;
	background: #f7f7f7;
}

section#webinars.watch-more .header-line {
	background: #ffffff;
}

section#webinars.watch-more .container .head {
	padding-top: 40px;
}

section#webinars.watch-more .container .head h1 {
	font-family: "Cambon";
	font-style: normal;
	font-weight: 400;
	font-size: 40px;
	line-height: 100%;
	letter-spacing: -0.02em;
}

section#webinars .container h5 {
	margin: 0 16px 12px 16px;
	font-family: "Noto Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
	letter-spacing: 1.68px;
	text-transform: uppercase;
	color: #1783df;
}

section#webinars .container .head {
	margin: 0 16px 40px 16px;
}

section#webinars .container .head h1 {
	margin: 0;
	font-family: "Cambon";
	font-style: normal;
	font-weight: 400;
	font-size: 57px;
	line-height: 100%;
	letter-spacing: -0.04em;
	color: #000000;
}

section#webinars .container .head .button {
	display: none;
}

section#webinars .container .card-container {
	padding: 0 0 0 16px;
	overflow: hidden;
}

section#webinars .container .card-list {
	padding: 0 0 39px 0;
	gap: 24px;
	display: flex;
	flex-wrap: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
}

section#webinars .container .card-list .card {
	width: 67.5vw;
	min-width: 67.5vw;
	display: flex;
	flex-direction: column;
	flex: 0 0 67.5vw;
	counter-increment: item;
}

section#webinars .container .card-list .card:last-child {
	margin: 0 16px 0 0;
}

section#webinars .container .card-list .card img {
	width: 100%;
	height: 323px;
	margin: 0 0 16px 0;
	object-fit: cover;
}

section#webinars .container .card-list .card h5 {
	font-family: "Cambon";
	font-style: normal;
	font-weight: 400;
	font-size: 28px;
	line-height: 110%;
	letter-spacing: -0.02em;
	text-transform: unset;
	color: #202020;
	margin: 0;
	padding: 0 16px 16px 16px;
	border-left: 1px solid #d7b753;
}

section#webinars .container .card-list .card span {
	font-family: "Noto Sans";
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	letter-spacing: 0;
	color: #363330;
	padding: 0 16px;
	border-left: 1px solid #d7b753;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	height: 100%;
}

@media all and (min-width: 1024px) {
	section#webinars .container .card-list {
		overflow-x: hidden;
		overflow-y: hidden;
	}
}

section#webinars .container a.button {
	margin: 0 16px;
	width: auto;
}

@media all and (min-width: 1024px) {
	section#webinars {
		padding: 80px 0 73px 0;
	}
	section#webinars .side-line {
		background: #ffffff;
	}
	section#webinars.watch-more {
		padding: 0 0 40px 0;
	}
	section#webinars.watch-more .container .head h1 {
		font-size: 48px;
		line-height: 110%;
	}
	section#webinars .container h5 {
		margin: 0 0 12px 0;
	}
	section#webinars .container .head {
		display: flex;
		justify-content: space-between;
		margin: 0 0 56px 0;
		align-items: flex-end;
	}
	section#webinars .container .head h1 {
		font-size: 76px;
	}
	section#webinars .container .head .button {
		display: flex;
		margin: 0;
	}
	section#webinars .container .card-container {
		padding: 0;
	}
	section#webinars .container .card-list {
		padding: 0;
	}
	section#webinars .container .card-list .card {
		width: 365px;
		min-width: 365px;
		flex: 0 0 365px;
		transition: transform 0.5s, box-shadow 0.5s;
	}
	section#webinars .container .card-list .card:hover {
		transform: translateY(-10px);
	}
	section#webinars .container .card-list .card:hover .img:after {
		height: 12px;
	}
	section#webinars .container .card-list .card .img {
		margin: 0 0 24px 0;
		display: flex;
	}
	section#webinars .container .card-list .card .img img {
		min-height: 476px;
		margin: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	section#webinars .container .card-list .card h5 {
		padding: 0 16px 16px 16px;
		font-size: 31px;
		line-height: 120%;
	}
	section#webinars .container .card-list .card span {
		font-size: 16px;
		line-height: 140%;
		height: 100%;
	}
	section#webinars .container > .button {
		display: none;
	}
}

@media all and (min-width: 1024px) and (max-width: 1126px) {
	section#webinars {
		padding: 80px 24px 73px 24px;
	}
	section#webinars.watch-more .container {
		margin-left: 24px;
	}
	section#webinars .container {
		max-width: 948px;
		margin-left: 0;
	}
	section#webinars .container .card-container .card-list {
		width: 100%;
	}
	section#webinars .container .card-container .card-list .card {
		flex: 0 0 31%;
	}
}

@media all and (min-width: 1024px) and (max-width: 1280px) {
	section#webinars .container .head .button {
		margin-right: 44px;
	}
}

section#search-section {
	padding: 106px 16px;
	text-align: center;
}

section#search-section .bg-img {
	filter: grayscale(100%);
	object-fit: cover;
	z-index: -1;
}

section#search-section h1 {
	font-family: "Cambon";
	font-style: normal;
	font-weight: 400;
	font-size: 40px;
	line-height: 100%;
	text-align: center;
	letter-spacing: -0.02em;
	color: #122142;
	margin: 0 0 16px 0;
	z-index: 1;
}

section#search-section p {
	z-index: 1;
}

section#search-section span {
	font-family: "Noto Sans";
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	/* 22.1px */
	letter-spacing: -0.17px;
	text-align: center;
	color: #333333;
	margin: 0 0 24px 0;
}

section#search-section .search {
	margin: 0 auto;
	display: flex;
	height: 45px;
	z-index: 1;
	width: 100%;
}

section#search-section .search input {
	height: 100%;
	width: 100%;
	padding: 12px 11px 12px 12px;
	font-family: "Noto Sans";
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	letter-spacing: 0;
	color: #122142;
	border: 1px solid #e1e2e2;
	border-radius: 0;
}

section#search-section .search input::placeholder {
	color: #a7a7a7;
}

section#search-section .search .button {
	padding: 14px 29px;
	width: 124px;
	display: flex;
	height: 100%;
	text-align: right;
	font-family: "Noto Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
	/* 16.8px */
	letter-spacing: 1.68px;
	text-transform: uppercase;
	color: #ffffff;
}

section#search-section .side-line {
	border-color: #273a66;
}

@media all and (min-width: 1024px) {
	section#search-section {
		padding: 90px 0;
	}
	section#search-section h1 {
		font-size: 48px;
		line-height: 110%;
		text-align: center;
		letter-spacing: -0.02em;
	}
	section#search-section span {
		font-size: 20px;
		line-height: 130%;
		margin: 0 0 24px 0;
	}
	section#search-section .search {
		width: 754px;
		height: 53px;
	}
	section#search-section .search input {
		padding: 15px 12px 16px 12px;
		font-size: 16px;
		line-height: 140%;
	}
	section#search-section .search .button {
		padding: 18px 64px 18px 56px;
		width: 186px;
	}
}

section#privacy-policies {
	padding: 40px 16px;
	margin: 0;
	display: flex;
	flex-direction: column;
	background: #ffffff;
}

section#privacy-policies .policy-list {
	display: flex;
	flex-direction: column;
	gap: 32px;
}

section#privacy-policies .policy-list .policy {
	display: flex;
	flex-direction: column;
	gap: 24px;
	margin: 0;
}

section#privacy-policies .policy-list .policy h3 {
	font-family: "Cambon";
	font-style: normal;
	font-weight: 400;
	font-size: 31px;
	line-height: 120%;
	letter-spacing: -0.02em;
	color: #122142;
	margin: 0;
}

section#privacy-policies .policy-list .policy p,
section#privacy-policies .policy-list .policy ol li,
section#privacy-policies .policy-list .policy ul li {
	font-family: "Noto Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	letter-spacing: -0.16px;
	color: #333333;
}

section#privacy-policies .policy-list .policy p {
	margin: 0;
}

section#privacy-policies .policy-list .policy ol,
section#privacy-policies .policy-list .policy ul {
	padding: 0;
	margin: 0 0 0 24px;
}

section#privacy-policies .policy-list .policy ul li {
	list-style: none;
}

section#privacy-policies .policy-list .policy ul li::before {
	content: "•";
	font-size: 20px;
	vertical-align: bottom;
	line-height: 20px;
	margin-left: -15px;
	margin-right: 7px;
}

section#privacy-policies .helpful-links {
	display: flex;
	flex-direction: column;
	gap: 16px;
	padding: 0 0 0 16px;
	border-left: 1px solid #d7b753;
	height: fit-content;
	margin: 40px 0 0 0;
}

section#privacy-policies .helpful-links h4 {
	font-family: "Noto Sans";
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	/* 31.2px */
	letter-spacing: -0.48px;
	color: #122142;
	margin: 0;
	padding: 0 0 16px 0;
	border-bottom: 1px solid #e7e7e7;
}

section#privacy-policies .helpful-links a {
	font-family: "Noto Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 0;
	color: #333333;
	padding: 0 0 16px;
	border-bottom: 1px solid #e7e7e7;
}

@media all and (min-width: 1024px) {
	section#privacy-policies {
		flex-direction: unset;
		justify-content: start;
		margin: 0;
		gap: 74px;
		padding: 65px 0 80px 0;
	}
	section#privacy-policies .container {
		max-width: 760px;
		position: relative;
	}
	section#privacy-policies .policy-list {
		max-width: 607px;
	}
	section#privacy-policies .helpful-links {
		right: -200px;
		width: 276px;
		margin: 0;
	}
}

@media all and (min-width: 768px) and (max-width: 1024px) {
	section#privacy-policies {
		background: #ffffff;
		margin: 0;
		padding-top: 40px;
		padding-bottom: 40px;
	}
}

@media all and (min-width: 1024px) and (max-width: 1126px) {
	section#privacy-policies .container {
		max-width: 800px;
	}
	section#privacy-policies .container .helpful-links {
		right: -50px;
		width: 220px;
	}
}

section#webinar-banner {
	padding: 40px 0 16px 0;
	background: #f7f7f7;
}

section#webinar-banner .container {
	gap: 40px;
}

section#webinar-banner .container .key-topics {
	padding: 0 16px;
	display: flex;
	flex-direction: column;
}

section#webinar-banner .container .key-topics::after {
	content: "";
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	height: 109px;
	background: linear-gradient(355.83deg, #f7f7f7 36%, rgba(255, 255, 255, 0) 92.96%);
}

section#webinar-banner .container .key-topics h4 {
	margin: 0 0 24px 0;
	font-family: "Noto Sans";
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	/* 31.2px */
	letter-spacing: -0.48px;
	font-weight: 600;
	font-size: 25px;
	color: #000000;
}

section#webinar-banner .container .key-topics.expand .keys {
	max-height: unset;
}

section#webinar-banner .container .key-topics.expand .see-more {
	margin-top: 0;
}

section#webinar-banner .container .key-topics.expand .see-more img {
	transform: rotate(180deg);
}

section#webinar-banner .container .key-topics.expand .see-more b.more {
	display: none;
}

section#webinar-banner .container .key-topics.expand .see-more b.less {
	display: block;
}

section#webinar-banner .container .key-topics.expand::after {
	display: none;
}

section#webinar-banner .container .key-topics .keys {
	display: flex;
	flex-direction: column;
	gap: 12px;
	max-height: 385px;
	overflow: auto;
	padding-bottom: 12px;
}

section#webinar-banner .container .key-topics .keys .key {
	border: 1px solid #d7d7d7;
	height: 84px;
	padding: 22px 12px;
	box-sizing: border-box;
	background: #ffffff;
	display: flex;
	cursor: pointer;
}

section#webinar-banner .container .key-topics .keys .key b {
	text-align: right;
	font-family: "Noto Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
	/* 16.8px */
	letter-spacing: 1.68px;
	text-transform: uppercase;
	text-align: center;
	height: 40px;
	width: 68px;
	border-right: 1px solid #d7b753;
	margin-right: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #122142;
}

section#webinar-banner .container .key-topics .keys .key span {
	font-family: "Noto Sans";
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	letter-spacing: 0;
	color: #575757;
	display: flex;
	align-items: center;
	width: 80%;
}

section#webinar-banner .container .key-topics .see-more {
	display: flex;
	justify-content: center;
	padding: 16px;
	gap: 13px;
	cursor: pointer;
	z-index: 10;
	margin-top: -90px;
}

section#webinar-banner .container .key-topics .see-more b {
	text-align: right;
	font-family: "Noto Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
	/* 16.8px */
	letter-spacing: 1.68px;
	text-transform: uppercase;
	color: #122142;
}

section#webinar-banner .container .key-topics .see-more b.less {
	display: none;
}

@media all and (min-width: 1024px) {
	section#webinar-banner {
		padding: 41px 0 48px 0;
		z-index: 10;
	}
	section#webinar-banner .container {
		flex-direction: unset;
		gap: 32px;
	}
	section#webinar-banner .container .video-container {
		width: 753px;
		height: 440px;
		max-height: unset;
		margin: 0;
	}
	section#webinar-banner .container .key-topics {
		width: 340px;
		padding: 0;
		position: relative;
	}
	section#webinar-banner .container .key-topics::after {
		background: linear-gradient(355.83deg, #f7f7f7 14.91%, rgba(255, 255, 255, 0) 92.96%);
		bottom: 15px;
	}
	section#webinar-banner .container .key-topics .keys {
		padding: 0 30px 0 0;
		max-height: 365px;
		overflow: auto;
		position: relative;
	}
	section#webinar-banner .container .key-topics .see-more {
		margin-right: 38px;
		border: none;
		margin-top: -40px;
	}
	section#webinar-banner .container .key-topics.no-blur::after {
		display: none;
	}
	section#webinar-banner .container .key-topics.expand .keys .scroll-border {
		display: none;
	}
	section#webinar-banner .container .key-topics.expand .see-more {
		margin-right: 30px;
		margin-top: 0;
	}
	section#webinar-banner .container .key-topics.expand::after {
		display: none;
	}
}

@media all and (min-width: 1024px) and (max-width: 1126px) {
	section#webinar-banner {
		padding: 41px 56px 48px 24px;
	}
	section#webinar-banner .container {
		gap: 16px;
	}
}

section#webinar-details {
	padding: 92px 16px 40px 16px;
	background: #ffffff;
}

section#webinar-details .social-links {
	display: flex;
	margin: 0 0 40px 0;
}

section#webinar-details .social-links a {
	margin-right: 24px;
	display: flex;
	align-items: center;
}

section#webinar-details .details .intro {
	display: flex;
	flex-direction: column;
	margin: 0 0 16px 0;
}

section#webinar-details .details .intro h5 {
	font-family: "Noto Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
	letter-spacing: 1.68px;
	text-transform: uppercase;
	color: #122142;
	margin: 0 0 16px 0;
}

section#webinar-details .details .intro p {
	font-family: "Noto Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 0;
	color: #202020;
	margin: 0 0 24px;
}

section#webinar-details .details .author h5 {
	font-family: "Noto Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
	letter-spacing: 1.68px;
	text-transform: uppercase;
	color: #122142;
	margin: 0 0 24px 0;
}

section#webinar-details .details .author .author-body {
	display: flex;
	gap: 16px;
	margin: 0 0 24px 0;
}

section#webinar-details .details .author .author-body:last-child {
	margin: 0;
}

section#webinar-details .details .author .author-body img {
	width: 80px;
	height: 80px;
	border-radius: 360px;
}

section#webinar-details .details .author .author-body .textarea {
	display: flex;
	flex-direction: column;
}

section#webinar-details .details .author .author-body .textarea h4 {
	font-family: "Noto Sans";
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	/* 28.6px */
	letter-spacing: -0.44px;
	margin: 0 0 8px 0;
	font-weight: 600;
	color: #333333;
}

section#webinar-details .details .author .author-body .textarea span {
	font-family: "Noto Sans";
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	letter-spacing: 0;
	color: #333333;
	margin: 0 0 8px 0;
}

section#webinar-details .details .author .author-body .textarea p {
	font-family: "Noto Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 0;
	color: #202020;
	margin: 8px 0 0 0;
}

@media all and (min-width: 1024px) {
	section#webinar-details {
		padding: 40px 0;
	}
	section#webinar-details .container {
		gap: 72px;
		flex-direction: unset;
		position: relative;
	}
	section#webinar-details .container .social-links {
		flex-direction: column;
		width: 24px;
	}
	section#webinar-details .container .social-links a {
		margin: 0 0 32px 0;
	}
	section#webinar-details .container .social-links a img {
		max-width: unset;
	}
	section#webinar-details .container .social-links .js-remove-clipboard {
		width: fit-content;
		white-space: nowrap;
		z-index: 10;
	}
	section#webinar-details .container .details {
		margin-left: 100px;
		max-width: 656px;
	}
}

@media all and (min-width: 1024px) and (max-width: 1126px) {
	section#webinar-details .container {
		max-width: 975px;
	}
}

section#article-slider {
	display: flex;
	flex-direction: column;
	padding: 60px 0 0 0;
	margin: 0 0 64px 0;
	z-index: 2;
}

section#article-slider .card-container {
	width: 100%;
	margin: 0 auto;
	z-index: 1;
	background: #ffffff;
	display: flex;
	flex-direction: column;
}

section#article-slider .card-container .card-carousel {
	display: flex;
	counter-reset: item;
	overflow: hidden;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
	order: 1;
}

section#article-slider .card-container .card-carousel .card {
	position: relative;
	background-color: transparent;
	display: inline-block;
	flex: 0 0 100%;
	counter-increment: item;
	display: flex;
	flex-direction: column;
}

section#article-slider .card-container .card-carousel .card .card-body {
	display: flex;
	flex-direction: column;
}

section#article-slider .card-container .card-carousel .card .card-body .img {
	position: relative;
	margin-bottom: 26px;
	height: 56.27vw;
}

section#article-slider .card-container .card-carousel .card .card-body .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

section#article-slider .card-container .card-carousel .card .card-body .description {
	margin: 0 16px;
	display: flex;
	flex-direction: column;
}

section#article-slider .card-container .card-carousel .card .card-body .description .subheader {
	display: flex;
	margin: 0 0 16px 0;
}

section#article-slider .card-container .card-carousel .card .card-body .description .subheader b {
	text-align: right;
	font-family: "Noto Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
	/* 16.8px */
	letter-spacing: 1.68px;
	text-transform: uppercase;
	color: #1783df;
}

section#article-slider .card-container .card-carousel .card .card-body .description .subheader span {
	font-family: "Noto Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
	letter-spacing: 1.68px;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	color: #a7a7a7;
	margin: 0 0 0 16px;
	padding: 0 0 0 16px;
	border-left: 1px solid #d7d7d7;
}

section#article-slider .card-container .card-carousel .card .card-body .description h1 {
	font-family: "Cambon";
	font-style: normal;
	font-weight: 400;
	font-size: 40px;
	line-height: 100%;
	letter-spacing: -0.02em;
	color: #000000;
	margin: 0 0 16px 0;
}

section#article-slider .card-container .card-carousel .card .card-body .description p {
	font-family: "Noto Sans";
	font-size: 19px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	/* 24.7px */
	letter-spacing: -0.19px;
	display: flex;
	align-items: center;
	color: #333333;
	margin: 0 0 24px 0;
}

section#article-slider .card-container .card-carousel .card .card-body .description .border {
	width: 40px;
	border-top: 1px solid #1783df;
	margin: 0 0 16px 0;
}

section#article-slider .card-container .card-carousel .card .card-body .description span {
	font-family: "Noto Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 0;
	font-weight: 600;
	text-align: center;
	color: #000000;
	text-align: left;
}

section#article-slider .card-container .card-carousel .card .card-body .description a {
	display: none;
}

section#article-slider .card-container .card-carousel .card:last-child {
	margin-right: 20px;
}

section#article-slider .card-container .card-navigations {
	display: flex;
	align-items: center;
	margin: 16px 0 0 0;
	width: 100%;
	order: 2;
}

section#article-slider .card-container .card-navigations .page {
	font-family: "Cambon";
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	line-height: 130%;
	color: #333333;
	white-space: nowrap;
	margin: 0 16px 0 0;
	min-width: 54px;
	text-align: right;
}

section#article-slider .card-container .card-navigations .card-navs {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	gap: 16px;
}

section#article-slider .card-container .card-navigations .card-navs .card-nav {
	width: 14px;
	height: 14px;
	border-radius: 14px;
	border: 1px solid #d7b753;
	background: white;
}

section#article-slider .card-container .card-navigations .card-navs .card-nav.active {
	border: 2px solid #d7b753;
	background: #d7b753;
}

section#article-slider .card-container .card-navigations .carousel-navs {
	display: none;
	flex-wrap: nowrap;
	gap: 12px;
}

section#article-slider .card-container .card-navigations .carousel-navs .carousel-nav {
	background: transparent;
	border: none;
	padding: 0;
	width: 42px;
	cursor: pointer;
	z-index: 10;
}

section#article-slider .card-container .card-navigations .carousel-navs .carousel-nav.disabled {
	opacity: 0.3;
}

section#article-slider .guest-modal-message {
	display: flex;
	flex-direction: column;
	position: fixed;
	z-index: 20;
	background: #ffffff;
	width: calc(100% - 32px);
	left: 16px;
	bottom: 46px;
	box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.2);
	padding: 24px;
}

section#article-slider .guest-modal-message h4 {
	font-family: "Noto Sans";
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	/* 31.2px */
	letter-spacing: -0.48px;
	font-weight: 600;
	color: #000000;
	margin: 0 0 24px 0;
}

section#article-slider .guest-modal-message p {
	font-family: "Noto Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 0;
	color: #202020;
	padding: 0 0 24px;
	margin: 0 0 24px;
	border-bottom: 1px solid #e7e7e7;
}

section#article-slider .guest-modal-message p b {
	font-weight: 500;
}

section#article-slider .guest-modal-message .button-container {
	display: flex;
	justify-content: space-between;
}

section#article-slider .guest-modal-message .button-container .button {
	width: 49%;
	margin: 0;
	white-space: nowrap;
}

@media all and (min-width: 768px) {
	section#article-slider {
		z-index: 1;
	}
	section#article-slider .guest-modal-message {
		position: absolute;
		top: 80px;
		bottom: unset;
		left: unset;
		right: 24px;
		max-width: 343px;
	}
	section#article-slider .guest-modal-message .button-container {
		justify-content: space-between;
	}
	section#article-slider .guest-modal-message .button-container .button {
		width: 48%;
		padding: 18px 0;
	}
	section#article-slider .guest-modal-message .button-container .button:nth-child(1) {
		display: flex;
	}
}

@media all and (min-width: 1024px) {
	section#article-slider {
		margin-top: 90px;
		margin-bottom: 0;
		padding-bottom: 40px;
		padding-top: 40px;
	}
	section#article-slider .guest-modal-message {
		top: 25px;
	}
	section#article-slider .bg-img {
		opacity: 0.06;
	}
	section#article-slider .side-line {
		background: #ffffff;
	}
	section#article-slider .container {
		max-width: 1200px;
		z-index: 11;
	}
	section#article-slider .container .card-container {
		position: relative;
		background: transparent;
	}
	section#article-slider .container .card-container .card-carousel .card:hover .card-body .img:after {
		height: 12px;
	}
	section#article-slider .container .card-container .card-carousel .card:hover .card-body .description a {
		color: #d7b753;
	}
	section#article-slider .container .card-container .card-carousel .card:hover .card-body .description a .arrow img:first-child {
		opacity: 0;
	}
	section#article-slider .container .card-container .card-carousel .card:hover .card-body .description a .arrow img:last-child {
		opacity: 1;
	}
	section#article-slider .container .card-container .card-carousel .card .card-body {
		flex-direction: row;
		gap: 24px;
	}
	section#article-slider .container .card-container .card-carousel .card .card-body .img {
		width: 671px;
		height: 420px;
	}
	section#article-slider .container .card-container .card-carousel .card .card-body .img img {
		width: 671px;
		height: 420px;
		max-width: unset;
	}
	section#article-slider .container .card-container .card-carousel .card .card-body .description {
		margin: 0;
		width: 462px;
	}
	section#article-slider .container .card-container .card-carousel .card .card-body .description .subheader b {
		font-style: normal;
		font-weight: 600;
		font-size: 14px;
		line-height: 140%;
		text-align: right;
		letter-spacing: 0.14em;
		text-transform: uppercase;
	}
	section#article-slider .container .card-container .card-carousel .card .card-body .description .subheader span {
		font-weight: 600;
		font-size: 14px;
		line-height: 140%;
		display: flex;
		align-items: center;
		letter-spacing: 0.14em;
		text-transform: uppercase;
	}
	section#article-slider .container .card-container .card-carousel .card .card-body .description h1 {
		font-style: normal;
		font-weight: 400;
		font-size: 48px;
		line-height: 110%;
		letter-spacing: -0.02em;
	}
	section#article-slider .container .card-container .card-carousel .card .card-body .description p {
		font-family: "Noto Sans";
		font-size: 19px;
		font-style: normal;
		font-weight: 400;
		line-height: 130%;
		/* 24.7px */
		letter-spacing: -0.19px;
		display: flex;
		align-items: center;
	}
	section#article-slider .container .card-container .card-carousel .card .card-body .description span {
		display: none;
	}
	section#article-slider .container .card-container .card-carousel .card .card-body .description a {
		font-family: "Noto Sans";
		font-size: 14px;
		font-style: normal;
		font-weight: 600;
		line-height: 140%;
		letter-spacing: 1.68px;
		text-transform: uppercase;
		align-items: center;
		margin-top: 4px;
		display: flex;
		align-items: center;
		color: #122142;
		transition: color 0.2s ease-in-out;
	}
	section#article-slider .container .card-container .card-carousel .card .card-body .description a .arrow {
		position: relative;
		width: 24px;
		height: 24px;
	}
	section#article-slider .container .card-container .card-carousel .card .card-body .description a .arrow img {
		height: 24px;
		width: 24px;
		position: absolute;
		right: 0;
		transition: opacity 0.5s;
	}
	section#article-slider .container .card-container .card-carousel .card .card-body .description a .arrow img:last-child {
		opacity: 0;
	}
	section#article-slider .container .card-container .card-navigations .carousel-navs {
		position: absolute;
		display: flex;
		position: absolute;
		left: -5%;
		top: 50%;
		width: 110%;
		justify-content: space-between;
	}
	section#article-slider .container .card-container .card-navigations .carousel-navs .carousel-nav {
		width: 88px;
	}
	section#article-slider .container .card-container .card-navigations .carousel-navs .carousel-nav.disabled {
		visibility: hidden;
	}
}

@media all and (min-width: 1024px) and (max-width: 1280px) {
	section#article-slider .container {
		padding-left: 24px;
		padding-right: 60px;
	}
	section#article-slider .container .card-container .card-carousel .card .card-body .img {
		width: 60%;
	}
	section#article-slider .container .card-container .card-carousel .card .card-body .img img {
		width: 100%;
	}
	section#article-slider .container .card-container .card-navigations .carousel-navs {
		left: -2%;
		width: 105%;
	}
}

section#top-stories, section#latest-reads, section#latest-stories {
	padding: 0 0 80px 0;
}

section#top-stories .container, section#latest-reads .container, section#latest-stories .container {
	padding: 0 16px;
	gap: 40px;
}

section#top-stories .container .right, section#latest-reads .container .right, section#latest-stories .container .right {
	display: flex;
	flex-direction: column;
}

section#top-stories .container .right h3, section#latest-reads .container .right h3, section#latest-stories .container .right h3 {
	font-family: "Cambon";
	font-style: normal;
	font-weight: 400;
	font-size: 28px;
	line-height: 110%;
	letter-spacing: -0.02em;
	color: #000000;
	margin: 0 0 24px 0;
}

section#top-stories .container .right .stories, section#latest-reads .container .right .stories, section#latest-stories .container .right .stories {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

section#top-stories .container .right .stories .story, section#latest-reads .container .right .stories .story, section#latest-stories .container .right .stories .story {
	display: flex;
	gap: 12px;
	padding-bottom: 24px;
	border-bottom: 1px solid #e7e7e7;
}

section#top-stories .container .right .stories .story .img, section#latest-reads .container .right .stories .story .img, section#latest-stories .container .right .stories .story .img {
	display: flex;
	max-width: 102px;
	min-width: 102px;
}

section#top-stories .container .right .stories .story .img img, section#latest-reads .container .right .stories .story .img img, section#latest-stories .container .right .stories .story .img img {
	width: 100%;
	height: 21.5vw;
	object-fit: contain;
}

section#top-stories .container .right .stories .story .details, section#latest-reads .container .right .stories .story .details, section#latest-stories .container .right .stories .story .details {
	display: flex;
	flex-direction: column;
}

section#top-stories .container .right .stories .story .details b, section#latest-reads .container .right .stories .story .details b, section#latest-stories .container .right .stories .story .details b {
	display: none;
}

section#top-stories .container .right .stories .story .details p, section#latest-reads .container .right .stories .story .details p, section#latest-stories .container .right .stories .story .details p {
	font-family: "Noto Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 0;
	margin: 0 0 8px 0;
	color: #333333;
}

section#top-stories .container .right .stories .story .details h5, section#latest-reads .container .right .stories .story .details h5, section#latest-stories .container .right .stories .story .details h5 {
	font-family: "Noto Sans";
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	/* 22.1px */
	letter-spacing: -0.17px;
	font-weight: 600;
	color: #000000;
	margin: 0 0 8px 0;
}

section#top-stories .container .right .stories .story .details span, section#latest-reads .container .right .stories .story .details span, section#latest-stories .container .right .stories .story .details span {
	font-family: "Noto Sans";
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	letter-spacing: 0;
	color: #122142;
}

section#top-stories .container .left, section#latest-reads .container .left, section#latest-stories .container .left {
	display: flex;
	flex-direction: column;
}

section#top-stories .container .left h3, section#latest-reads .container .left h3, section#latest-stories .container .left h3 {
	font-family: "Cambon";
	font-style: normal;
	font-weight: 400;
	font-size: 28px;
	line-height: 110%;
	letter-spacing: -0.02em;
	color: #000000;
	margin: 0 0 24px 0;
}

section#top-stories .container .left .stories, section#latest-reads .container .left .stories, section#latest-stories .container .left .stories {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

section#top-stories .container .left .stories .story, section#latest-reads .container .left .stories .story, section#latest-stories .container .left .stories .story {
	display: flex;
	flex-direction: column;
}

section#top-stories .container .left .stories .story .img img, section#latest-reads .container .left .stories .story .img img, section#latest-stories .container .left .stories .story .img img {
	width: calc(100% + 32px);
	height: 58.4vw;
	max-height: 219px;
	max-width: unset;
	margin-left: -16px;
	object-fit: cover;
}

section#top-stories .container .left .stories .story .details, section#latest-reads .container .left .stories .story .details, section#latest-stories .container .left .stories .story .details {
	padding: 20px 8px 12px 8px;
	display: flex;
	flex-direction: column;
}

section#top-stories .container .left .stories .story .details .sub-header, section#latest-reads .container .left .stories .story .details .sub-header, section#latest-stories .container .left .stories .story .details .sub-header {
	display: flex;
	margin: 0 0 10px 0;
	align-items: center;
}

section#top-stories .container .left .stories .story .details .sub-header b, section#latest-reads .container .left .stories .story .details .sub-header b, section#latest-stories .container .left .stories .story .details .sub-header b {
	text-align: right;
	font-family: "Noto Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
	/* 16.8px */
	letter-spacing: 1.68px;
	text-transform: uppercase;
	color: #1783df;
	margin: 0;
}

section#top-stories .container .left .stories .story .details .sub-header span, section#latest-reads .container .left .stories .story .details .sub-header span, section#latest-stories .container .left .stories .story .details .sub-header span {
	font-family: "Noto Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
	letter-spacing: 1.68px;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	color: #a7a7a7;
	border-left: 1px solid #a7a7a7;
	margin: 0 0 0 16px;
	padding: 0 0 0 16px;
}

section#top-stories .container .left .stories .story .details p, section#latest-reads .container .left .stories .story .details p, section#latest-stories .container .left .stories .story .details p {
	font-family: "Noto Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 0;
	margin: 0 0 24px 0;
	color: #333333;
}

section#top-stories .container .left .stories .story .details h4, section#latest-reads .container .left .stories .story .details h4, section#latest-stories .container .left .stories .story .details h4 {
	font-family: "Noto Sans";
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	/* 28.6px */
	letter-spacing: -0.44px;
	font-weight: 600;
	color: #000000;
	margin: 0 0 8px 0;
}

section#top-stories .container .left .stories .story .details .border, section#latest-reads .container .left .stories .story .details .border, section#latest-stories .container .left .stories .story .details .border {
	width: 40px;
	border-top: 1px solid #1783df;
	margin: 24px 0;
}

section#top-stories .container .left .stories .story .details > b, section#latest-reads .container .left .stories .story .details > b, section#latest-stories .container .left .stories .story .details > b {
	display: none;
}

section#top-stories .container .left .stories .story .details > span, section#latest-reads .container .left .stories .story .details > span, section#latest-stories .container .left .stories .story .details > span {
	font-family: "Noto Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 0;
	color: #343d46;
}

@media all and (min-width: 1024px) {
	section#top-stories .container .left .stories .story .details h4, section#latest-reads .container .left .stories .story .details h4, section#latest-stories .container .left .stories .story .details h4 {
		font-size: 25px;
	}
}

section#top-stories .pagination, section#latest-reads .pagination, section#latest-stories .pagination {
	width: 100%;
	height: 62px;
	padding: 12px 0;
	margin: 24px 0 0;
	box-sizing: border-box;
	background-color: #f7f7f7;
	display: flex;
}

section#top-stories .pagination .wrap, section#latest-reads .pagination .wrap, section#latest-stories .pagination .wrap {
	margin: auto;
}

section#top-stories .pagination .wrap span, section#latest-reads .pagination .wrap span, section#latest-stories .pagination .wrap span {
	cursor: pointer;
	border-radius: 4px;
	padding: 8px;
	font-family: "Noto Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 0;
	text-align: center;
	color: #122142;
	margin: 0 4px;
}

section#top-stories .pagination .wrap span.active, section#latest-reads .pagination .wrap span.active, section#latest-stories .pagination .wrap span.active {
	background: #d7b753;
	font-weight: bold;
}

section#top-stories .pagination .wrap span.pagination-arrow-disabled, section#latest-reads .pagination .wrap span.pagination-arrow-disabled, section#latest-stories .pagination .wrap span.pagination-arrow-disabled {
	color: #a3acb3;
}

section#top-stories a.button, section#latest-reads a.button, section#latest-stories a.button {
	margin: 40px 16px 0;
	width: calc(100% - 32px);
}

@media all and (min-width: 1024px) {
	section#top-stories, section#latest-reads, section#latest-stories {
		padding: 0 0 133px 0;
	}
	section#top-stories .container, section#latest-reads .container, section#latest-stories .container {
		flex-direction: row;
		padding: 0;
		gap: 0;
	}
	section#top-stories .container .right, section#latest-reads .container .right, section#latest-stories .container .right {
		order: 2;
		width: 64%;
		padding-left: 24px;
		margin-left: 24px;
		border-left: 1px solid #e7e7e7;
	}
	section#top-stories .container .right h3, section#latest-reads .container .right h3, section#latest-stories .container .right h3 {
		margin-bottom: 43px;
		font-style: normal;
		font-weight: 400;
		font-size: 31px;
		line-height: 120%;
		letter-spacing: -0.02em;
	}
	section#top-stories .container .right .stories .story, section#latest-reads .container .right .stories .story, section#latest-stories .container .right .stories .story {
		gap: 12px;
		padding-bottom: 16px;
	}
	section#top-stories .container .right .stories .story:hover .img:after, section#latest-reads .container .right .stories .story:hover .img:after, section#latest-stories .container .right .stories .story:hover .img:after {
		height: 12px;
	}
	section#top-stories .container .right .stories .story .img, section#latest-reads .container .right .stories .story .img, section#latest-stories .container .right .stories .story .img {
		min-width: 140px;
		width: 140px;
		height: 100px;
	}
	section#top-stories .container .right .stories .story .img img, section#latest-reads .container .right .stories .story .img img, section#latest-stories .container .right .stories .story .img img {
		height: 100%;
	}
	section#top-stories .container .right .stories .story .details b, section#latest-reads .container .right .stories .story .details b, section#latest-stories .container .right .stories .story .details b {
		display: block;
		font-family: "Noto Sans";
		font-size: 14px;
		font-style: normal;
		font-weight: 600;
		line-height: 140%;
		letter-spacing: 1.68px;
		text-transform: uppercase;
		color: #1783df;
		margin: 0 0 8px 0;
	}
	section#top-stories .container .right .stories .story .details p, section#latest-reads .container .right .stories .story .details p, section#latest-stories .container .right .stories .story .details p {
		font-style: normal;
		font-weight: 400;
		font-size: 16px;
		line-height: 140%;
	}
	section#top-stories .container .right .stories .story .details h5, section#latest-reads .container .right .stories .story .details h5, section#latest-stories .container .right .stories .story .details h5 {
		margin: 0 0 8px 0;
		font-family: "Noto Sans";
		font-size: 19px;
		font-style: normal;
		font-weight: 400;
		line-height: 130%;
		/* 24.7px */
		letter-spacing: -0.19px;
	}
	section#top-stories .container .right .stories .story .details span, section#latest-reads .container .right .stories .story .details span, section#latest-stories .container .right .stories .story .details span {
		display: block;
		font-family: "Noto Sans";
		font-size: 13px;
		font-style: normal;
		font-weight: 400;
		line-height: 120%;
		letter-spacing: 0;
		color: #000000;
	}
	section#top-stories .container .left, section#latest-reads .container .left, section#latest-stories .container .left {
		order: 1;
		width: 143.3%;
	}
	section#top-stories .container .left h3, section#latest-reads .container .left h3, section#latest-stories .container .left h3 {
		margin-bottom: 43px;
		font-style: normal;
		font-weight: 400;
		font-size: 31px;
		line-height: 120%;
		letter-spacing: -0.02em;
	}
	section#top-stories .container .left .stories, section#latest-reads .container .left .stories, section#latest-stories .container .left .stories {
		flex-direction: row;
		gap: 0;
		flex-wrap: wrap;
		justify-content: flex-start;
		gap: 22px;
	}
	section#top-stories .container .left .stories.two .story, section#latest-reads .container .left .stories.two .story, section#latest-stories .container .left .stories.two .story {
		max-width: 47.8%;
	}
	section#top-stories .container .left .stories .story, section#latest-reads .container .left .stories .story, section#latest-stories .container .left .stories .story {
		width: 100%;
		transition: transform 0.5s, box-shadow 0.5s;
		border: 1px solid #f7f7f7;
		margin-bottom: 40px;
	}
	section#top-stories .container .left .stories .story:hover, section#latest-reads .container .left .stories .story:hover, section#latest-stories .container .left .stories .story:hover {
		transform: translateY(-10px);
		box-shadow: 1px 2px 30px -15px rgba(0, 0, 0, 0.3);
	}
	section#top-stories .container .left .stories .story:hover .img:after, section#latest-reads .container .left .stories .story:hover .img:after, section#latest-stories .container .left .stories .story:hover .img:after {
		height: 12px;
	}
	section#top-stories .container .left .stories .story .img, section#latest-reads .container .left .stories .story .img, section#latest-stories .container .left .stories .story .img {
		display: flex;
	}
	section#top-stories .container .left .stories .story .img img, section#latest-reads .container .left .stories .story .img img, section#latest-stories .container .left .stories .story .img img {
		width: 100.56%;
		margin: 0;
		height: 16.04vw;
	}
	section#top-stories .container .left .stories .story .details, section#latest-reads .container .left .stories .story .details, section#latest-stories .container .left .stories .story .details {
		padding: 20px 24px 12px 24px;
	}
	section#top-stories .container .left .stories .story .details b, section#latest-reads .container .left .stories .story .details b, section#latest-stories .container .left .stories .story .details b {
		font-family: "Noto Sans";
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 140%;
		letter-spacing: 0;
		font-weight: 600;
		display: block;
		margin: 0 0 8px 0;
		color: #000000;
	}
	section#top-stories .container .left .stories .story .details p, section#latest-reads .container .left .stories .story .details p, section#latest-stories .container .left .stories .story .details p {
		font-style: normal;
		font-weight: 400;
		font-size: 16px;
		line-height: 140%;
	}
	section#top-stories .container .left .stories .story .details h4, section#latest-reads .container .left .stories .story .details h4, section#latest-stories .container .left .stories .story .details h4 {
		font-size: 25px;
	}
	section#top-stories .container .left .stories .story .details span, section#latest-reads .container .left .stories .story .details span, section#latest-stories .container .left .stories .story .details span {
		margin-top: auto;
	}
	section#top-stories .pagination, section#latest-reads .pagination, section#latest-stories .pagination {
		background: transparent;
		margin: 0;
	}
	section#top-stories > a.button, section#latest-reads > a.button, section#latest-stories > a.button {
		display: none;
	}
}

@media all and (min-width: 1024px) and (max-width: 1280px) {
	section#top-stories .container, section#latest-reads .container, section#latest-stories .container {
		padding-left: 24px;
		padding-right: 60px;
	}
}

section#markets {
	background: #122142;
	padding: 40px 16px;
}

section#markets .bg-img {
	opacity: 0.3;
}

section#markets .container h1 {
	font-family: "Cambon";
	font-style: normal;
	font-weight: 400;
	font-size: 40px;
	line-height: 100%;
	letter-spacing: -0.02em;
	color: #ffffff;
	margin: 0 0 32px 0;
}

section#markets .container .card-container {
	width: calc(100% + 16px);
	margin: 0 auto;
	z-index: 1;
	background: transparent;
}

section#markets .container .card-container .card-carousel {
	display: flex;
	counter-reset: item;
	overflow: hidden;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
	gap: 24px;
}

section#markets .container .card-container .card-carousel .card {
	position: relative;
	background-color: transparent;
	display: inline-block;
	flex: 0 0 253px;
	counter-increment: item;
	display: flex;
	flex-direction: column;
}

section#markets .container .card-container .card-carousel .card .card-body {
	display: flex;
	flex-direction: column;
	height: 100%;
}

section#markets .container .card-container .card-carousel .card .card-body .img {
	margin-bottom: 16px;
	height: 135px;
}

section#markets .container .card-container .card-carousel .card .card-body .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

section#markets .container .card-container .card-carousel .card .card-body .description {
	display: flex;
	flex-direction: column;
}

section#markets .container .card-container .card-carousel .card .card-body .description .subheader {
	display: none;
	margin: 2px 0 10px 0;
	align-items: center;
}

section#markets .container .card-container .card-carousel .card .card-body .description .subheader b {
	text-align: right;
	font-family: "Noto Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
	/* 16.8px */
	letter-spacing: 1.68px;
	text-transform: uppercase;
	color: #d7b753;
	margin: 0;
}

section#markets .container .card-container .card-carousel .card .card-body .description .subheader span {
	text-align: right;
	font-family: "Noto Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
	/* 16.8px */
	letter-spacing: 1.68px;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	color: #a7a7a7;
	border-left: 1px solid #a7a7a7;
	margin: 0 0 0 16px;
	padding: 0 0 0 16px;
}

section#markets .container .card-container .card-carousel .card .card-body .description h4 {
	font-family: "Noto Sans";
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	/* 22.1px */
	letter-spacing: -0.17px;
	color: #ffffff;
	margin: 0 0 8px 0;
}

section#markets .container .card-container .card-carousel .card .card-body .description p {
	display: none;
	font-family: "Noto Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 0;
	color: #f7f7f7;
	margin: 0 0 46px 0;
}

section#markets .container .card-container .card-carousel .card .card-body b {
	font-family: "Noto Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 0;
	font-weight: 600;
	color: #ffffff;
	margin: 0;
	padding: 0;
}

section#markets .container .card-container .card-carousel .card .card-body .border {
	width: 40px;
	border-top: 1px solid #d7b753;
	padding: 0 0 24px;
	margin: auto 24px 0;
	display: none;
}

section#markets .container .card-container .card-carousel .card .card-body span {
	font-family: "Noto Sans";
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	letter-spacing: 0;
	color: #ffffff;
	margin: 0;
}

section#markets .container .card-container .card-carousel .card:last-child {
	margin-right: 20px;
}

section#markets .container .card-container .card-navigations {
	display: flex;
	align-items: center;
	margin: 33px 0 0 0;
	width: 97%;
	justify-content: flex-end;
}

section#markets .container .card-container .card-navigations .page {
	font-family: "Cambon";
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	line-height: 130%;
	color: #333333;
	white-space: nowrap;
	margin: 0 16px 0 0;
	min-width: 54px;
	text-align: right;
}

section#markets .container .card-container .card-navigations .card-navs {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	gap: 16px;
}

section#markets .container .card-container .card-navigations .card-navs .card-nav {
	width: 14px;
	height: 14px;
	border-radius: 14px;
	border: 1px solid #d7b753;
	background: white;
}

section#markets .container .card-container .card-navigations .card-navs .card-nav.active {
	border: 2px solid #d7b753;
	background: #d7b753;
}

section#markets .container .card-container .card-navigations .carousel-navs {
	display: flex;
	flex-wrap: nowrap;
	gap: 24px;
}

section#markets .container .card-container .card-navigations .carousel-navs .carousel-nav {
	background: transparent;
	border: none;
	padding: 0;
	width: 88px;
	height: 36px;
}

section#markets .container .card-container .card-navigations .carousel-navs .carousel-nav[direction="left"] img {
	transform: rotate(180deg);
}

section#markets .container .card-container .card-navigations .carousel-navs .carousel-nav.disabled {
	opacity: 0.2;
}

@media all and (min-width: 1024px) {
	section#markets {
		padding: 64px 0 88px 0;
	}
	section#markets .container h1 {
		font-style: normal;
		font-weight: 400;
		font-size: 48px;
		line-height: 110%;
		letter-spacing: -0.02em;
		margin-bottom: 66px;
	}
	section#markets .container .card-container {
		width: calc(100% + 8.5vw);
		position: relative;
		overflow: unset;
	}
	section#markets .container .card-container .card-carousel .card {
		flex: 0 0 365px;
		transition: transform 0.5s, box-shadow 0.5s;
	}
	section#markets .container .card-container .card-carousel .card:hover {
		transform: translateY(-10px);
	}
	section#markets .container .card-container .card-carousel .card:hover .card-body .img:after {
		height: 12px;
	}
	section#markets .container .card-container .card-carousel .card .card-body .img {
		margin: 0 0 24px 0;
		height: 219px;
	}
	section#markets .container .card-container .card-carousel .card .card-body .description {
		padding: 0 24px;
	}
	section#markets .container .card-container .card-carousel .card .card-body .description .subheader {
		display: flex;
	}
	section#markets .container .card-container .card-carousel .card .card-body .description h4 {
		font-style: normal;
		font-weight: 600;
		font-size: 25px;
		line-height: 130%;
		letter-spacing: -0.02em;
	}
	section#markets .container .card-container .card-carousel .card .card-body .description p {
		color: #e7e7e7;
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 4;
		-webkit-box-orient: vertical;
	}
	section#markets .container .card-container .card-carousel .card .card-body b {
		margin: 0 24px 0;
	}
	section#markets .container .card-container .card-carousel .card .card-body .border {
		width: 40px;
		border-top: 1px solid #d7b753;
		margin: auto 24px 0;
		display: inline-block;
	}
	section#markets .container .card-container .card-carousel .card .card-body span {
		font-family: "Noto Sans";
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 140%;
		letter-spacing: 0;
		color: #cac7c4;
		margin: 0 24px 0;
	}
	section#markets .container .card-container .card-navigations {
		position: absolute;
		top: -125px;
		left: 0;
		width: 96%;
	}
}

@media all and (min-width: 1024px) and (max-width: 1280px) {
	section#markets .container {
		padding-left: 24px;
	}
	section#markets .container .card-container {
		width: 100%;
	}
}

section#reuter-top-stories {
	padding: 90px 0 78px 0;
	background: #ffffff;
}

section#reuter-top-stories .container {
	padding: 0 16px;
	max-width: 1142px;
}

section#reuter-top-stories .container h3 {
	font-family: "Cambon";
	font-style: normal;
	font-weight: 400;
	font-size: 28px;
	line-height: 110%;
	letter-spacing: -0.02em;
	color: #000000;
	margin: 0 0 24px 0;
	padding: 0 0 8px 0;
	border-bottom: 1px solid #e7e7e7;
}

section#reuter-top-stories .container .stories {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

section#reuter-top-stories .container .stories .story {
	display: flex;
	gap: 12px;
	padding-bottom: 24px;
	border-bottom: 1px solid #e7e7e7;
}

section#reuter-top-stories .container .stories .story:last-child {
	border-bottom: none;
}

section#reuter-top-stories .container .stories .story .img {
	display: flex;
	flex-basis: 44%;
}

section#reuter-top-stories .container .stories .story .img img {
	width: 100%;
	height: 26.7vw;
	object-fit: contain;
}

section#reuter-top-stories .container .stories .story .details {
	display: flex;
	flex-direction: column;
	flex-basis: 60%;
}

section#reuter-top-stories .container .stories .story .details b {
	font-family: "Noto Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
	letter-spacing: 1.68px;
	text-transform: uppercase;
	color: #1783df;
	margin: 0 0 8px 0;
}

section#reuter-top-stories .container .stories .story .details h5 {
	font-family: "Noto Sans";
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	/* 22.1px */
	letter-spacing: -0.17px;
	font-weight: 600;
	color: #000000;
	margin: 0 0 8px 0;
}

section#reuter-top-stories .container .stories .story .details span {
	font-family: "Noto Sans";
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	letter-spacing: 0;
	color: #122142;
}

@media all and (min-width: 1024px) {
	section#reuter-top-stories {
		padding: 120px 0 24px 0;
	}
	section#reuter-top-stories .container {
		padding: 0;
	}
	section#reuter-top-stories .container h3 {
		font-family: "Cambon";
		font-style: normal;
		font-weight: 400;
		font-size: 31px;
		line-height: 120%;
		letter-spacing: -0.02em;
		padding-bottom: 16px;
		margin-bottom: 40px;
	}
	section#reuter-top-stories .container .stories {
		flex-direction: row;
		flex-wrap: wrap;
		gap: 0;
		justify-content: space-between;
	}
	section#reuter-top-stories .container .stories .story {
		width: 32%;
		border: 0;
		padding-bottom: 40px;
	}
	section#reuter-top-stories .container .stories .story:hover .img:after {
		height: 12px;
	}
	section#reuter-top-stories .container .stories .story .img {
		width: 140px;
		height: 100px;
		flex-basis: unset;
		max-width: unset;
	}
	section#reuter-top-stories .container .stories .story .img img {
		width: 140px;
		height: 100px;
		max-width: unset;
	}
	section#reuter-top-stories .container .stories .story .details {
		width: 60%;
	}
	section#reuter-top-stories .container .stories .story .details span {
		margin-top: auto;
	}
}

@media all and (min-width: 1024px) and (max-width: 1280px) {
	section#reuter-top-stories .container {
		padding-left: 24px;
		padding-right: 60px;
	}
}

section.explainers-listing .container .filter-section .filter-container {
	box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.2);
	overflow: hidden;
	display: none;
	flex-direction: column;
	position: absolute;
	background: white;
	top: 40px;
	right: 23px;
	width: 284px;
	max-height: 659px;
	padding: 23px 16px 0px 16px;
	z-index: 100;
	transition: left 0.5s ease;
}

section.explainers-listing .container .filter-section .filter-container .filter-group h5 {
	font-weight: 500;
	font-size: 14px;
	line-height: 140%;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	margin: 24px 0 16px;
}

section.explainers-listing .container .filter-section .filter-container .filter-group .filter-group-value {
	position: relative;
	font-family: "Noto Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 0;
	margin-bottom: 14px;
}

section.explainers-listing .container .filter-section .filter-container .filter-group .filter-group-value label .label {
	margin-left: 30px;
}

section.explainers-listing .container .filter-section .filter-container .filter-group .filter-group-value label input:checked {
	background-color: red;
	color: red;
}

section.explainers-listing .container .filter-section .filter-container .filter-group .filter-group-value label input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

section.explainers-listing .container .filter-section .filter-container .filter-group .filter-group-value label .checkmark {
	position: absolute;
	top: 3px;
	left: 0;
	height: 18px;
	width: 18px;
	border-radius: 4px;
	background-color: #f3f2f2;
	border: 1px solid #e1e2e2;
}

section.explainers-listing .container .filter-section .filter-container .filter-group .filter-group-value label .checkmark:hover {
	cursor: pointer;
}

section.explainers-listing .container .filter-section .filter-container .filter-group .filter-group-value label input:checked ~ .checkmark {
	background-color: #1783df;
	border: 1px solid #1783df;
	border-radius: 4px;
}

section.explainers-listing .container .filter-section .filter-container .filter-group .filter-group-value label .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

section.explainers-listing .container .filter-section .filter-container .filter-group .filter-group-value label input:checked ~ .checkmark:after {
	display: block;
	left: 6px;
	top: 2px;
	width: 4px;
	height: 10px;
	border: solid white;
	border-width: 0 1px 1px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

section.explainers-listing .container .filter-section .filter-container .buttons {
	text-align: center;
}

section.explainers-listing .container .filter-section .filter-container .buttons a {
	width: 100%;
	margin: 3px 0 16px;
	padding: 18px;
}

section.explainers-listing .container .filter-section .filter-container .buttons a.js-clear-filter {
	background: #ffffff;
	color: #122142;
	border: 1px solid #122142;
}

section.explainers-listing .container .filter-section .filter-box {
	padding: 0;
	position: unset;
	display: flex;
	box-shadow: none;
	height: 100%;
	max-height: unset;
	display: none;
	width: 284px;
}

section.explainers-listing .container .filter-section .filter-box .filter-group h5 {
	font-weight: 500;
	font-size: 14px;
	line-height: 140%;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	margin: 24px 0 16px;
	color: #122142;
}

section.explainers-listing .container .filter-section .filter-box .filter-group .filter-group-value {
	position: relative;
	font-family: "Noto Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 0;
	margin-bottom: 14px;
}

section.explainers-listing .container .filter-section .filter-box .filter-group .filter-group-value label .label {
	margin-left: 30px;
}

section.explainers-listing .container .filter-section .filter-box .filter-group .filter-group-value label input:checked {
	background-color: red;
	color: red;
}

section.explainers-listing .container .filter-section .filter-box .filter-group .filter-group-value label input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

section.explainers-listing .container .filter-section .filter-box .filter-group .filter-group-value label .checkmark {
	position: absolute;
	top: 3px;
	left: 0;
	height: 18px;
	width: 18px;
	border-radius: 4px;
	background-color: #f3f2f2;
	border: 1px solid #e1e2e2;
}

section.explainers-listing .container .filter-section .filter-box .filter-group .filter-group-value label .checkmark:hover {
	cursor: pointer;
}

section.explainers-listing .container .filter-section .filter-box .filter-group .filter-group-value label input:checked ~ .checkmark {
	background-color: #1783df;
	border: 1px solid #1783df;
	border-radius: 4px;
}

section.explainers-listing .container .filter-section .filter-box .filter-group .filter-group-value label .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

section.explainers-listing .container .filter-section .filter-box .filter-group .filter-group-value label input:checked ~ .checkmark:after {
	display: block;
	left: 6px;
	top: 2px;
	width: 4px;
	height: 10px;
	border: solid white;
	border-width: 0 1px 1px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

section.explainers-listing .container .filter-section .filter-box .search {
	padding: 0 0 24px 0;
	border-bottom: 1px solid #d7d7d7;
	display: flex;
}

section.explainers-listing .container .filter-section .filter-box .search input {
	width: 100%;
	padding: 12px;
	font-family: "Noto Sans";
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	letter-spacing: 0;
	color: #000000;
	height: 38px;
	border: 1px solid #d7d7d7;
	border-radius: 0;
}

section.explainers-listing .container .filter-section .filter-box .search input::placeholder {
	color: #a7a7a7;
}

section.explainers-listing .container .filter-section .filter-box .search .button {
	padding: 12px 24px;
	width: 62px;
	display: flex;
	height: 38px;
}

section.explainers-listing .container .filter-section .filter-box .search .button img {
	width: 16px;
	height: 16px;
	max-width: unset;
}

section.explainers-listing .container .filter-section .filter-box .buttons {
	text-align: center;
}

section.explainers-listing .container .filter-section .filter-box .buttons a {
	width: 100%;
	margin: 3px 0 16px;
	padding: 18px;
}

section.explainers-listing .container .filter-section .filter-box .buttons a.js-clear-filter {
	background: #ffffff;
	color: #122142;
	border: 1px solid #122142;
}

section.explainers-listing .container .search-result .explainers .no-result {
	margin: 0 16px 0px !important;
}

section.explainers-listing .container .search-result .explainers .no-result h4 {
	font-family: "Noto Sans";
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	/* 31.2px */
	letter-spacing: -0.48px;
	color: #122142;
}

@media all and (min-width: 1024px) {
	section.explainers-listing .container .filter-section .filter-container {
		display: none !important;
	}
	section.explainers-listing .container .filter-section .filter-box {
		display: flex;
		flex-direction: column;
	}
	section.explainers-listing .pagination {
		margin: 40px 0 0 !important;
	}
}

section#bonds-hero-landing {
	background-repeat: no-repeat;
	background-position: bottom;
	margin-top: 1px;
	padding: 218px 0 0 0;
	text-align: left;
	overflow: hidden;
}

section#bonds-hero-landing .bg-overlay {
	position: absolute;
	right: -60px;
	top: 50px;
	height: auto;
	width: 85%;
	z-index: -1;
}

section#bonds-hero-landing .bg-img {
	top: unset;
	bottom: 0;
	height: auto;
}

section#bonds-hero-landing .container {
	margin: 0 16px 24px;
	width: 343px;
}

section#bonds-hero-landing .container h1 {
	font-family: "Cambon";
	font-style: normal;
	font-weight: 400;
	font-size: 57px;
	line-height: 100%;
	letter-spacing: -0.04em;
	color: #122142;
	margin: 0 0 16px 0;
}

section#bonds-hero-landing .container h5 {
	font-family: "Noto Sans";
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	/* 28.6px */
	letter-spacing: -0.44px;
	color: #333333;
	margin: 0;
}

@media all and (min-width: 1024px) {
	section#bonds-hero-landing {
		background-repeat: no-repeat;
		background-position: center;
		padding: 80px 0 0 0;
		margin-top: 139px;
		text-align: center;
	}
	section#bonds-hero-landing .bg-overlay {
		right: 100px;
		top: 0;
		height: auto;
		width: 30%;
	}
	section#bonds-hero-landing .bg-img {
		left: 0;
		right: 0;
		top: 0;
		margin: 0 auto;
		width: auto;
	}
	section#bonds-hero-landing .container {
		width: 754px;
		margin: 0 auto 48px auto;
	}
	section#bonds-hero-landing .container h1 {
		font-size: 76px;
		margin: 0 0 16px 0;
		line-height: 76px;
		width: unset;
	}
	section#bonds-hero-landing .container h5 {
		font-size: 25px;
		line-height: 32px;
	}
}

section#top-picks .container, section#sovereign-top-picks .container, section#corporate-top-picks .container {
	width: unset;
	margin: 0 16px;
}

section#top-picks .container h1, section#sovereign-top-picks .container h1, section#corporate-top-picks .container h1 {
	font-family: "Cambon";
	font-style: normal;
	font-weight: 400;
	font-size: 40px;
	line-height: 40px;
	letter-spacing: -0.02em;
	color: #000000;
	margin: 56px 0 0;
}

section#top-picks .container span, section#sovereign-top-picks .container span, section#corporate-top-picks .container span {
	font-family: "Noto Sans";
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	letter-spacing: 0;
	color: #273a66;
	margin-top: 16px;
}

section#top-picks .container .top-picks-list .pick-item, section#sovereign-top-picks .container .top-picks-list .pick-item, section#corporate-top-picks .container .top-picks-list .pick-item {
	margin-top: 16px;
	display: flex;
	flex-direction: column;
	gap: 24px;
	align-items: start;
}

section#top-picks .container .top-picks-list .pick-item:first-of-type, section#sovereign-top-picks .container .top-picks-list .pick-item:first-of-type, section#corporate-top-picks .container .top-picks-list .pick-item:first-of-type {
	margin-top: 32px;
	gap: 0;
}

section#top-picks .container .top-picks-list .pick-item:last-of-type, section#sovereign-top-picks .container .top-picks-list .pick-item:last-of-type, section#corporate-top-picks .container .top-picks-list .pick-item:last-of-type {
	margin-bottom: 56px;
}

section#top-picks .container .top-picks-list .pick-item .left, section#sovereign-top-picks .container .top-picks-list .pick-item .left, section#corporate-top-picks .container .top-picks-list .pick-item .left {
	width: 100%;
}

section#top-picks .container .top-picks-list .pick-item .left .left-img, section#sovereign-top-picks .container .top-picks-list .pick-item .left .left-img, section#corporate-top-picks .container .top-picks-list .pick-item .left .left-img {
	min-width: 100%;
	max-width: 100%;
	min-height: 363px;
	max-height: 363px;
	object-fit: cover;
}

section#top-picks .container .top-picks-list .pick-item .right, section#sovereign-top-picks .container .top-picks-list .pick-item .right, section#corporate-top-picks .container .top-picks-list .pick-item .right {
	width: 100%;
}

section#top-picks .container .top-picks-list .pick-item .right .right-img, section#sovereign-top-picks .container .top-picks-list .pick-item .right .right-img, section#corporate-top-picks .container .top-picks-list .pick-item .right .right-img {
	min-width: 100%;
	max-width: 100%;
	min-height: 363px;
	max-height: 363px;
	object-fit: cover;
	margin-top: 32px;
}

section#top-picks .container .top-picks-list .pick-item .right h2, section#sovereign-top-picks .container .top-picks-list .pick-item .right h2, section#corporate-top-picks .container .top-picks-list .pick-item .right h2 {
	font-family: "Cambon";
	font-style: normal;
	font-weight: 400;
	font-size: 33px;
	line-height: 33px;
	letter-spacing: -0.02em;
	color: #273a66;
	margin: 0 0 20px 0;
	padding: 0;
	align-items: center;
}

@media all and (min-width: 1024px) {
	section#top-picks .container .top-picks-list .pick-item .right h2, section#sovereign-top-picks .container .top-picks-list .pick-item .right h2, section#corporate-top-picks .container .top-picks-list .pick-item .right h2 {
		display: flex;
		align-items: center;
		gap: 16px;
	}
}

section#top-picks .container .top-picks-list .pick-item .right h2 span.for-title, section#sovereign-top-picks .container .top-picks-list .pick-item .right h2 span.for-title, section#corporate-top-picks .container .top-picks-list .pick-item .right h2 span.for-title {
	font-family: "Cambon";
	font-style: normal;
	font-weight: 400;
	font-size: 33px;
	line-height: 33px;
	letter-spacing: -0.02em;
	color: #273a66;
	margin: 0;
	padding: 0;
}

@media all and (min-width: 1024px) {
	section#top-picks .container .top-picks-list .pick-item .right h2 span.for-title, section#sovereign-top-picks .container .top-picks-list .pick-item .right h2 span.for-title, section#corporate-top-picks .container .top-picks-list .pick-item .right h2 span.for-title {
		font-size: 39px;
		line-height: 42.9px;
	}
}

section#top-picks .container .top-picks-list .pick-item .right h2 span:not(.tags-wrapper):not(.for-title), section#sovereign-top-picks .container .top-picks-list .pick-item .right h2 span:not(.tags-wrapper):not(.for-title), section#corporate-top-picks .container .top-picks-list .pick-item .right h2 span:not(.tags-wrapper):not(.for-title) {
	font-family: "Noto Sans";
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	letter-spacing: 0;
	font-weight: 600;
	color: #000000;
	background-color: #f0d47c;
	border-radius: 20px;
	padding: 4px 16px;
	margin: 8px 16px;
}

section#top-picks .container .top-picks-list .pick-item .right h2 span:not(.tags-wrapper):not(.for-title).tags-type, section#sovereign-top-picks .container .top-picks-list .pick-item .right h2 span:not(.tags-wrapper):not(.for-title).tags-type, section#corporate-top-picks .container .top-picks-list .pick-item .right h2 span:not(.tags-wrapper):not(.for-title).tags-type {
	margin: 0px;
	display: inline-block;
	position: relative;
}

@media all and (min-width: 1024px) {
	section#top-picks .container .top-picks-list .pick-item .right h2 span:not(.tags-wrapper):not(.for-title).tags-type, section#sovereign-top-picks .container .top-picks-list .pick-item .right h2 span:not(.tags-wrapper):not(.for-title).tags-type, section#corporate-top-picks .container .top-picks-list .pick-item .right h2 span:not(.tags-wrapper):not(.for-title).tags-type {
		margin: 0px 4px;
	}
}

section#top-picks .container .top-picks-list .pick-item .right h2 span.tags-wrapper, section#sovereign-top-picks .container .top-picks-list .pick-item .right h2 span.tags-wrapper, section#corporate-top-picks .container .top-picks-list .pick-item .right h2 span.tags-wrapper {
	margin: 0;
	display: flex;
	align-items: center;
}

section#top-picks .container .top-picks-list .pick-item .right h2 span.tags-wrapper span, section#sovereign-top-picks .container .top-picks-list .pick-item .right h2 span.tags-wrapper span, section#corporate-top-picks .container .top-picks-list .pick-item .right h2 span.tags-wrapper span {
	white-space: nowrap;
}

@media all and (max-width: 1024px) {
	section#top-picks .container .top-picks-list .pick-item .right h2 span.tags-wrapper, section#sovereign-top-picks .container .top-picks-list .pick-item .right h2 span.tags-wrapper, section#corporate-top-picks .container .top-picks-list .pick-item .right h2 span.tags-wrapper {
		display: inline;
		margin-left: 16px;
		position: relative;
		top: -8px;
	}
}

section#top-picks .container .top-picks-list .pick-item .right ul:nth-of-type(1),
section#top-picks .container .top-picks-list .pick-item .right ul:nth-of-type(2), section#sovereign-top-picks .container .top-picks-list .pick-item .right ul:nth-of-type(1),
section#sovereign-top-picks .container .top-picks-list .pick-item .right ul:nth-of-type(2), section#corporate-top-picks .container .top-picks-list .pick-item .right ul:nth-of-type(1),
section#corporate-top-picks .container .top-picks-list .pick-item .right ul:nth-of-type(2) {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-bottom: 8px;
}

@media all and (min-width: 1024px) {
	section#top-picks .container .top-picks-list .pick-item .right ul:nth-of-type(1),
	section#top-picks .container .top-picks-list .pick-item .right ul:nth-of-type(2), section#sovereign-top-picks .container .top-picks-list .pick-item .right ul:nth-of-type(1),
	section#sovereign-top-picks .container .top-picks-list .pick-item .right ul:nth-of-type(2), section#corporate-top-picks .container .top-picks-list .pick-item .right ul:nth-of-type(1),
	section#corporate-top-picks .container .top-picks-list .pick-item .right ul:nth-of-type(2) {
		gap: 24px !important;
	}
}

section#top-picks .container .top-picks-list .pick-item .right ul:nth-of-type(1) li,
section#top-picks .container .top-picks-list .pick-item .right ul:nth-of-type(2) li, section#sovereign-top-picks .container .top-picks-list .pick-item .right ul:nth-of-type(1) li,
section#sovereign-top-picks .container .top-picks-list .pick-item .right ul:nth-of-type(2) li, section#corporate-top-picks .container .top-picks-list .pick-item .right ul:nth-of-type(1) li,
section#corporate-top-picks .container .top-picks-list .pick-item .right ul:nth-of-type(2) li {
	font-family: "Noto Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 0;
	color: #343d46;
	width: 268px;
	word-wrap: break-word;
}

section#top-picks .container .top-picks-list .pick-item .right ul:nth-of-type(1) li strong,
section#top-picks .container .top-picks-list .pick-item .right ul:nth-of-type(2) li strong, section#sovereign-top-picks .container .top-picks-list .pick-item .right ul:nth-of-type(1) li strong,
section#sovereign-top-picks .container .top-picks-list .pick-item .right ul:nth-of-type(2) li strong, section#corporate-top-picks .container .top-picks-list .pick-item .right ul:nth-of-type(1) li strong,
section#corporate-top-picks .container .top-picks-list .pick-item .right ul:nth-of-type(2) li strong {
	font-weight: 600;
}

section#top-picks .container .top-picks-list .pick-item .right .post-content li, section#sovereign-top-picks .container .top-picks-list .pick-item .right .post-content li, section#corporate-top-picks .container .top-picks-list .pick-item .right .post-content li {
	position: relative;
	display: unset;
	padding-left: 26px;
}

section#top-picks .container .top-picks-list .pick-item .right .post-content li:before, section#sovereign-top-picks .container .top-picks-list .pick-item .right .post-content li:before, section#corporate-top-picks .container .top-picks-list .pick-item .right .post-content li:before {
	position: absolute;
	left: 0;
}

section#top-picks .container .top-picks-list .pick-item .right ul:nth-of-type(3), section#sovereign-top-picks .container .top-picks-list .pick-item .right ul:nth-of-type(3), section#corporate-top-picks .container .top-picks-list .pick-item .right ul:nth-of-type(3) {
	margin: 0;
	padding: 0;
	list-style: none;
	margin: 32px 0;
	max-width: unset;
}

section#top-picks .container .top-picks-list .pick-item .right ul:nth-of-type(3) li, section#sovereign-top-picks .container .top-picks-list .pick-item .right ul:nth-of-type(3) li, section#corporate-top-picks .container .top-picks-list .pick-item .right ul:nth-of-type(3) li {
	font-family: "Noto Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 0;
	color: #000000;
	margin-left: 24px;
	margin-bottom: 16px;
}

section#top-picks .container .top-picks-list .pick-item .right ul:nth-of-type(3) li p, section#sovereign-top-picks .container .top-picks-list .pick-item .right ul:nth-of-type(3) li p, section#corporate-top-picks .container .top-picks-list .pick-item .right ul:nth-of-type(3) li p {
	margin: -21px 0 0;
}

section#top-picks .container .top-picks-list .pick-item .right ul:nth-of-type(3) li strong,
section#top-picks .container .top-picks-list .pick-item .right ul:nth-of-type(3) li b, section#sovereign-top-picks .container .top-picks-list .pick-item .right ul:nth-of-type(3) li strong,
section#sovereign-top-picks .container .top-picks-list .pick-item .right ul:nth-of-type(3) li b, section#corporate-top-picks .container .top-picks-list .pick-item .right ul:nth-of-type(3) li strong,
section#corporate-top-picks .container .top-picks-list .pick-item .right ul:nth-of-type(3) li b {
	font-weight: 500;
}

section#top-picks .container .top-picks-list .pick-item .right ul:nth-of-type(3) li::before, section#sovereign-top-picks .container .top-picks-list .pick-item .right ul:nth-of-type(3) li::before, section#corporate-top-picks .container .top-picks-list .pick-item .right ul:nth-of-type(3) li::before {
	content: "";
	background: #d7b753;
	font-weight: bold;
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	margin-right: 16px;
	margin-left: -24px;
}

section#top-picks .container .top-picks-list .pick-item .right ul:nth-of-type(3) li:first-child, section#sovereign-top-picks .container .top-picks-list .pick-item .right ul:nth-of-type(3) li:first-child, section#corporate-top-picks .container .top-picks-list .pick-item .right ul:nth-of-type(3) li:first-child {
	margin-top: 32px;
}

section#top-picks .container .top-picks-list .pick-item .right ul:nth-of-type(3) li:last-child, section#sovereign-top-picks .container .top-picks-list .pick-item .right ul:nth-of-type(3) li:last-child, section#corporate-top-picks .container .top-picks-list .pick-item .right ul:nth-of-type(3) li:last-child {
	margin-bottom: 32px;
}

section#top-picks .container .top-picks-list .pick-item .right span.gray-text, section#sovereign-top-picks .container .top-picks-list .pick-item .right span.gray-text, section#corporate-top-picks .container .top-picks-list .pick-item .right span.gray-text {
	font-family: "Noto Sans";
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	letter-spacing: 0;
	color: #777777;
}

section#top-picks .container .top-picks-list .pick-item .right div.buttons, section#sovereign-top-picks .container .top-picks-list .pick-item .right div.buttons, section#corporate-top-picks .container .top-picks-list .pick-item .right div.buttons {
	display: flex;
	flex-direction: column;
	gap: 24px;
	margin-top: 32px;
}

section#top-picks .container .top-picks-list .pick-item .right div.buttons .button, section#sovereign-top-picks .container .top-picks-list .pick-item .right div.buttons .button, section#corporate-top-picks .container .top-picks-list .pick-item .right div.buttons .button {
	margin: 0;
	padding: 18px 18px;
	width: 100%;
}

section#top-picks .container .top-picks-list .pick-item .right div.buttons .btn-with-icon, section#sovereign-top-picks .container .top-picks-list .pick-item .right div.buttons .btn-with-icon, section#corporate-top-picks .container .top-picks-list .pick-item .right div.buttons .btn-with-icon {
	padding: 13px 18px;
}

section#top-picks .container .top-picks-list .pick-item .right div.buttons .blue, section#sovereign-top-picks .container .top-picks-list .pick-item .right div.buttons .blue, section#corporate-top-picks .container .top-picks-list .pick-item .right div.buttons .blue {
	background: #122142;
}

section#top-picks .container .top-picks-list .pick-item .right div.buttons .transparent, section#sovereign-top-picks .container .top-picks-list .pick-item .right div.buttons .transparent, section#corporate-top-picks .container .top-picks-list .pick-item .right div.buttons .transparent {
	color: #122142;
}

section#top-picks .container .top-picks-list .pick-item .right div.buttons .transparent:hover, section#sovereign-top-picks .container .top-picks-list .pick-item .right div.buttons .transparent:hover, section#corporate-top-picks .container .top-picks-list .pick-item .right div.buttons .transparent:hover {
	background: #273a66;
	color: #ffffff;
}

@media all and (min-width: 1024px) {
	section#top-picks .container, section#sovereign-top-picks .container, section#corporate-top-picks .container {
		width: 100%;
		margin: 0 auto;
	}
	section#top-picks .container h1, section#sovereign-top-picks .container h1, section#corporate-top-picks .container h1 {
		font-size: 48px;
		line-height: 52.8px;
	}
	section#top-picks .container .top-picks-list .pick-item, section#sovereign-top-picks .container .top-picks-list .pick-item, section#corporate-top-picks .container .top-picks-list .pick-item {
		flex-direction: row;
		margin-top: 56px;
		width: 76.501vw;
	}
	section#top-picks .container .top-picks-list .pick-item:first-of-type, section#sovereign-top-picks .container .top-picks-list .pick-item:first-of-type, section#corporate-top-picks .container .top-picks-list .pick-item:first-of-type {
		margin-top: 56px;
		gap: 24px;
	}
	section#top-picks .container .top-picks-list .pick-item:last-of-type, section#sovereign-top-picks .container .top-picks-list .pick-item:last-of-type, section#corporate-top-picks .container .top-picks-list .pick-item:last-of-type {
		margin-bottom: 80px;
	}
	section#top-picks .container .top-picks-list .pick-item .left, section#sovereign-top-picks .container .top-picks-list .pick-item .left, section#corporate-top-picks .container .top-picks-list .pick-item .left {
		width: unset;
	}
	section#top-picks .container .top-picks-list .pick-item .left .left-img, section#sovereign-top-picks .container .top-picks-list .pick-item .left .left-img, section#corporate-top-picks .container .top-picks-list .pick-item .left .left-img {
		min-width: 365px;
		max-width: 365px;
		min-height: 365px;
		max-height: 365px;
		object-fit: cover;
	}
	section#top-picks .container .top-picks-list .pick-item .right, section#sovereign-top-picks .container .top-picks-list .pick-item .right, section#corporate-top-picks .container .top-picks-list .pick-item .right {
		width: unset;
	}
	section#top-picks .container .top-picks-list .pick-item .right h2, section#sovereign-top-picks .container .top-picks-list .pick-item .right h2, section#corporate-top-picks .container .top-picks-list .pick-item .right h2 {
		font-size: 39px;
		line-height: 42.9px;
	}
	section#top-picks .container .top-picks-list .pick-item .right .right-img, section#sovereign-top-picks .container .top-picks-list .pick-item .right .right-img, section#corporate-top-picks .container .top-picks-list .pick-item .right .right-img {
		margin-top: 0;
		min-height: 420px;
		max-height: 420px;
	}
	section#top-picks .container .top-picks-list .pick-item .right ul:nth-of-type(1),
	section#top-picks .container .top-picks-list .pick-item .right ul:nth-of-type(2), section#sovereign-top-picks .container .top-picks-list .pick-item .right ul:nth-of-type(1),
	section#sovereign-top-picks .container .top-picks-list .pick-item .right ul:nth-of-type(2), section#corporate-top-picks .container .top-picks-list .pick-item .right ul:nth-of-type(1),
	section#corporate-top-picks .container .top-picks-list .pick-item .right ul:nth-of-type(2) {
		flex-direction: row;
		gap: 8px;
	}
	section#top-picks .container .top-picks-list .pick-item .right ul:nth-of-type(3), section#sovereign-top-picks .container .top-picks-list .pick-item .right ul:nth-of-type(3), section#corporate-top-picks .container .top-picks-list .pick-item .right ul:nth-of-type(3) {
		max-width: 630px;
	}
	section#top-picks .container .top-picks-list .pick-item .right div.buttons, section#sovereign-top-picks .container .top-picks-list .pick-item .right div.buttons, section#corporate-top-picks .container .top-picks-list .pick-item .right div.buttons {
		flex-direction: row;
	}
	section#top-picks .container .top-picks-list .pick-item .right div.buttons .button, section#sovereign-top-picks .container .top-picks-list .pick-item .right div.buttons .button, section#corporate-top-picks .container .top-picks-list .pick-item .right div.buttons .button {
		width: 267px;
	}
}

@media all and (min-width: 1024px) and (max-width: 1126px) {
	section#top-picks .container, section#sovereign-top-picks .container, section#corporate-top-picks .container {
		width: unset;
		margin: 0 64px 0 16px;
	}
}

section#spotlight {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

section#spotlight .left {
	width: unset;
	text-align: center;
}

section#spotlight .left h2 {
	font-family: "Cambon";
	font-style: normal;
	font-weight: 400;
	font-size: 40px;
	line-height: 40px;
	letter-spacing: -0.02em;
	color: #000000;
	padding: 40px 16px 32px;
	background-color: #ffffff;
	text-align: left;
	margin: 0;
	width: unset;
}

section#spotlight .left .spotlight-img {
	width: calc(100% - 32px);
	min-height: 420px;
	max-height: 420px;
	object-fit: cover;
	margin-bottom: 0;
}

section#spotlight .right {
	width: unset;
	margin: 0 16px 40px;
}

section#spotlight .right h2 {
	font-family: "Cambon";
	font-style: normal;
	font-weight: 400;
	font-size: 48px;
	line-height: 53px;
	letter-spacing: -0.02em;
	color: #000000;
	margin: 72px 0 32px 0;
	width: unset;
}

section#spotlight .right .details {
	border-left: 1px solid #d7b753;
	padding-left: 24px;
	width: unset;
}

section#spotlight .right .details h3 {
	font-family: "Noto Sans";
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	/* 28.6px */
	letter-spacing: -0.44px;
	font-weight: 600;
	color: #1783df;
	margin: 0 0 24px;
}

section#spotlight .right .details ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	margin-bottom: 24px;
	gap: 8px;
}

section#spotlight .right .details ul li {
	font-family: "Noto Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 0;
	color: #000000;
	word-wrap: break-word;
}

section#spotlight .right .details ul li strong {
	font-weight: 500;
}

section#spotlight .right .details h4 {
	font-family: "Noto Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 0;
	font-weight: 600;
	color: #000000;
	margin: 0px 0px 16px;
}

section#spotlight .right .details p {
	margin: 0;
	padding: 0;
	font-family: "Noto Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 0;
	color: #000000;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	width: unset;
}

section#spotlight .right div.buttons {
	display: flex;
	flex-direction: column;
	gap: 24px;
	margin-top: 32px;
}

section#spotlight .right div.buttons .button {
	margin: 0;
	padding: 18px 18px;
	width: unset;
}

section#spotlight .right div.buttons .btn-with-icon {
	padding: 13px 18px;
}

section#spotlight .right div.buttons .blue {
	background: #273a66;
}

section#spotlight .right div.buttons .transparent {
	color: #122142;
}

section#spotlight .right div.buttons .transparent:hover {
	background: #273a66;
	color: #ffffff;
}

@media all and (min-width: 1024px) {
	section#spotlight {
		flex-direction: row;
		gap: 73px;
	}
	section#spotlight .left {
		width: 50%;
		margin: unset;
	}
	section#spotlight .left h2 {
		margin: unset;
		width: unset;
	}
	section#spotlight .left .spotlight-img {
		width: 100%;
		min-height: 672px;
		max-height: 672px;
		object-fit: cover;
		margin-bottom: -6px;
	}
	section#spotlight .right {
		width: 50%;
		margin-right: 73px;
	}
	section#spotlight .right h2 {
		width: 485px;
	}
	section#spotlight .right .details {
		width: 461px;
	}
	section#spotlight .right .details h3 {
		font-size: 25px;
		line-height: 32px;
		margin: 0 0 16px;
	}
	section#spotlight .right .details ul {
		margin-bottom: 16px;
		flex-direction: row;
		gap: 16px;
	}
	section#spotlight .right div.buttons {
		flex-direction: row;
	}
	section#spotlight .right div.buttons .button {
		width: 267px;
	}
}

section#issuers-list .issuer-info {
	display: flex;
	flex-direction: column;
	gap: 24px;
	margin: 56px 16px 40px;
	align-items: start;
}

section#issuers-list .issuer-info .issuer-img {
	max-width: 170px;
}

section#issuers-list .issuer-info .description {
	font-family: "Noto Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 0;
	color: #333333;
	max-width: unset;
}

section#issuers-list .container {
	display: flex;
	flex-direction: column;
	min-height: 720px;
}

section#issuers-list .container .filter-section {
	position: relative;
}

section#issuers-list .container .filter-section .search {
	padding: 0;
	border-bottom: none;
	margin: 0 16px;
	display: flex;
	position: relative;
	width: calc(100% - 85px);
}

section#issuers-list .container .filter-section .search input {
	width: 100%;
	padding: 12px;
	font-family: "Noto Sans";
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	letter-spacing: 0;
	color: #000000;
	height: 38px;
	border: 1px solid #d7d7d7;
	border-radius: 0;
}

section#issuers-list .container .filter-section .search input::placeholder {
	color: #a7a7a7;
}

section#issuers-list .container .filter-section .search .search-button {
	padding: 12px 24px;
	width: 62px;
	display: flex;
	height: 38px;
	position: absolute;
	right: -5px;
	top: 0;
	background: unset;
}

section#issuers-list .container .filter-section .search .search-button img {
	width: 24px;
	height: 24px;
	max-width: unset;
}

section#issuers-list .container .filter-section .search .search-button img.icon-white {
	display: none;
}

section#issuers-list .container .filter-section .search .search-button img.icon-dark {
	display: flex;
}

section#issuers-list .container .filter-section .search .filter-button {
	padding: 0;
	width: 38px;
	position: absolute;
	right: -55px;
	top: 0;
	background: none;
	border-radius: unset;
}

section#issuers-list .container .filter-section .filter-box {
	padding: 0;
	position: relative;
	width: 284px;
	box-shadow: 0px 8px 8px gray;
	overflow-x: hidden;
	overflow-y: scroll;
	flex-direction: column;
	position: absolute;
	background: white;
	top: 40px;
	right: 15px;
	max-height: 659px;
	margin: 0;
	padding: 23px 16px 0px 16px;
	z-index: 100;
	transition: left 0.5s ease;
	display: none;
}

section#issuers-list .container .filter-section .filter-box.show {
	display: flex;
}

section#issuers-list .container .filter-section .filter-box h3 {
	font-style: normal;
	font-weight: 400;
	font-size: 25px;
	line-height: 32px;
	color: #202020;
	margin: 0;
	border-bottom: 1px solid #d7d7d7;
	padding: 0 0 24px;
}

section#issuers-list .container .filter-section .filter-box h3 .close-filter-js {
	position: absolute;
	top: 26px;
	right: 16px;
}

section#issuers-list .container .filter-section .filter-box .filter-groups {
	position: relative;
}

section#issuers-list .container .filter-section .filter-box .filter-groups img {
	cursor: pointer;
	position: absolute;
	right: 3px;
	top: 13px;
	padding: 16px;
}

section#issuers-list .container .filter-section .filter-box .filter-groups img.toggle-filter-group-js {
	display: flex;
}

section#issuers-list .container .filter-section .filter-box .filter-groups .filter-group {
	padding: 24px 0 8px;
	position: relative;
	border-top: 1px solid #d7d7d7;
	cursor: default;
}

section#issuers-list .container .filter-section .filter-box .filter-groups .filter-group:first-child {
	border-top: none;
}

section#issuers-list .container .filter-section .filter-box .filter-groups .filter-group h5 {
	font-family: "Noto Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
	letter-spacing: 1.68px;
	text-transform: uppercase;
	margin: 0 29px 0 0px;
	color: #122142;
}

section#issuers-list .container .filter-section .filter-box .filter-groups .filter-group .filter-set {
	max-height: 0;
	overflow-y: scroll;
	padding-right: 4px;
	margin-top: 16px;
	transition: max-height 0.5s;
}

section#issuers-list .container .filter-section .filter-box .filter-groups .filter-group .filter-set.expanded {
	max-height: 195px;
}

section#issuers-list .container .filter-section .filter-box .filter-groups .filter-group .filter-set .filter-group-value {
	position: relative;
	font-family: "Noto Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 0;
	padding-bottom: 14px;
	border-right: 1px solid #2323;
}

section#issuers-list .container .filter-section .filter-box .filter-groups .filter-group .filter-set .filter-group-value label .label {
	margin-left: 30px;
	color: #333333;
}

section#issuers-list .container .filter-section .filter-box .filter-groups .filter-group .filter-set .filter-group-value label input:checked {
	background-color: red;
	color: red;
}

section#issuers-list .container .filter-section .filter-box .filter-groups .filter-group .filter-set .filter-group-value label input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

section#issuers-list .container .filter-section .filter-box .filter-groups .filter-group .filter-set .filter-group-value label .checkmark {
	position: absolute;
	top: 3px;
	left: 0;
	height: 18px;
	width: 18px;
	border-radius: 4px;
	background-color: #f3f2f2;
	border: 1px solid #e1e2e2;
}

section#issuers-list .container .filter-section .filter-box .filter-groups .filter-group .filter-set .filter-group-value label .checkmark:hover {
	cursor: pointer;
}

section#issuers-list .container .filter-section .filter-box .filter-groups .filter-group .filter-set .filter-group-value label input:checked ~ .checkmark {
	background-color: #1783df;
	border: 1px solid #1783df;
	border-radius: 4px;
}

section#issuers-list .container .filter-section .filter-box .filter-groups .filter-group .filter-set .filter-group-value label .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

section#issuers-list .container .filter-section .filter-box .filter-groups .filter-group .filter-set .filter-group-value label input:checked ~ .checkmark:after {
	display: block;
	left: 6px;
	top: 2px;
	width: 4px;
	height: 10px;
	border: solid white;
	border-width: 0 1px 1px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

section#issuers-list .container .filter-section .filter-box .buttons {
	text-align: center;
}

section#issuers-list .container .filter-section .filter-box .buttons a {
	width: 100%;
	margin: 3px 0 16px;
	padding: 18px;
}

section#issuers-list .container .filter-section .filter-box .buttons a:nth-child(1) {
	background: #ffffff;
	color: #122142;
	border: 1px solid #122142;
}

section#issuers-list .container .filter-section .filter-box .buttons a:nth-child(1):hover {
	color: #ffffff;
	background: #122142;
}

section#issuers-list .container .filter-section .filter-box .buttons a:nth-child(2) {
	background: #ffffff;
	color: #1783df;
	border: none;
}

section#issuers-list .container .filter-section .filter-box .search {
	display: none;
}

section#issuers-list .container .filter-section .filter-box .search input {
	width: 100%;
	padding: 12px;
	font-family: "Noto Sans";
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	letter-spacing: 0;
	color: #000000;
	height: 38px;
	border: 1px solid #d7d7d7;
	border-radius: 0;
}

section#issuers-list .container .filter-section .filter-box .search input::placeholder {
	color: #a7a7a7;
}

section#issuers-list .container .filter-section .filter-box .search .search-button {
	padding: 12px 24px;
	width: 62px;
	display: flex;
	height: 38px;
	position: absolute;
	right: 0;
	background: unset;
}

section#issuers-list .container .filter-section .filter-box .search .search-button img {
	width: 16px;
	height: 16px;
	max-width: unset;
}

section#issuers-list .container .filter-section .filter-box .search .search-button img.icon-white {
	display: none;
}

section#issuers-list .container .filter-section .filter-box .search .search-button img.icon-dark {
	display: flex;
}

section#issuers-list .container .filter-section .filter-box .search .filter-button {
	padding: 0;
	width: 38px;
	position: absolute;
	right: -55px;
	background: none;
	border-radius: unset;
}

section#issuers-list .container .issuers {
	margin: 0 16px;
}

section#issuers-list .container .issuers .head-bottom {
	display: flex;
	align-items: start;
}

section#issuers-list .container .issuers .head-bottom span.sub {
	font-size: 16px;
	line-height: 22px;
	min-width: 105px;
	color: #333333;
	display: none;
}

section#issuers-list .container .issuers .head-bottom .applied-filters {
	margin-left: 0;
}

section#issuers-list .container .issuers .head-bottom .applied-filters .applied-filter {
	cursor: default;
	font-family: "Noto Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
	letter-spacing: 1.68px;
	text-transform: uppercase;
	padding: 8px 16px;
	background-color: #122142;
	display: inline-block;
	color: #fff;
	margin: 8px 8px 0 0;
}

section#issuers-list .container .issuers .head-bottom .applied-filters .applied-filter:hover {
	background-color: #273a66;
}

section#issuers-list .container .issuers .head-bottom .applied-filters .applied-filter span {
	margin-left: 2px;
}

section#issuers-list .container .issuers .head-bottom .applied-filters .applied-filter img {
	cursor: pointer;
}

section#issuers-list .container .issuers .head-bottom span.sub-text {
	cursor: pointer;
	font-family: "Noto Sans";
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	line-height: 16.8px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #1783df;
	margin-left: 8px;
	margin-top: 8px;
	display: block;
}

section#issuers-list .container .issuers h5 {
	font-family: "Noto Sans";
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	/* 28.6px */
	letter-spacing: -0.44px;
	font-weight: 600;
	color: #1783df;
	margin: 24px 0 12px;
	display: inline-block;
	border-bottom: 1px solid transparent;
	transition: border 0.2s ease, color 0.2s ease;
}

section#issuers-list .container .issuers h5:hover {
	border-bottom: 1px solid #273a66;
	color: #273a66;
}

section#issuers-list .container .issuers .issuer-list {
	width: unset;
}

section#issuers-list .container .issuers .issuer-list .issuer-item {
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 24px;
	cursor: default;
}

section#issuers-list .container .issuers .issuer-list .issuer-item .issuer-details {
	display: flex;
	flex-direction: column;
}

section#issuers-list .container .issuers .issuer-list .issuer-item .issuer-details ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-bottom: 8px;
}

section#issuers-list .container .issuers .issuer-list .issuer-item .issuer-details ul li {
	font-family: "Noto Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 0;
	color: #575757;
	width: 268px;
	word-wrap: break-word;
}

section#issuers-list .container .issuers .issuer-list .issuer-item .issuer-details ul li strong {
	font-weight: 600;
	color: #122142;
}

section#issuers-list .container .issuers .issuer-list .issuer-item .issuer-details .buttons {
	margin-left: unset;
}

section#issuers-list .container .issuers .issuer-list .issuer-item .issuer-details .buttons .button {
	padding: 15px 25px;
	width: unset;
	margin-top: 24px;
	color: #122142;
}

section#issuers-list .container .issuers .issuer-list .issuer-item .issuer-details .buttons .button:hover {
	color: #ffffff;
}

section#issuers-list .container .issuers .has-result {
	margin: 24px 0 0;
	display: flex;
	flex-direction: column;
	gap: 16px;
	align-items: start;
}

section#issuers-list .container .issuers .has-result h1 {
	font-family: "Noto Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 0;
	color: #122142;
	margin: 0;
}

section#issuers-list .container .issuers .has-result .sub-text {
	cursor: pointer;
	font-family: "Noto Sans";
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	line-height: 16.8px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #1783df;
}

section#issuers-list .container .issuers .no-result {
	display: flex;
	flex-direction: column;
	padding: 0;
	margin: 24px 0;
}

section#issuers-list .container .issuers .no-result .header {
	display: flex;
	flex-direction: column;
	gap: 16px;
	align-items: start;
	margin: 0 0 21px 0;
}

section#issuers-list .container .issuers .no-result .header h1 {
	font-family: "Noto Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 0;
	font-weight: 600;
	color: #122142;
	margin: 0;
}

section#issuers-list .container .issuers .no-result .header .sub-text {
	cursor: pointer;
	font-family: "Noto Sans";
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	line-height: 16.8px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #1783df;
}

section#issuers-list .container .issuers .no-result span,
section#issuers-list .container .issuers .no-result ul li,
section#issuers-list .container .issuers .no-result p {
	font-family: "Noto Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 0;
	color: #333333;
	margin: 0;
}

section#issuers-list .container .issuers .no-result ul {
	margin: 24px 0;
	padding: 0 26px;
}

section#issuers-list .container .issuers .no-result ul li {
	list-style: none;
}

section#issuers-list .container .issuers .no-result ul li::before {
	content: "•";
	font-size: 20px;
	vertical-align: bottom;
	line-height: 20px;
	margin-left: -15px;
	margin-right: 7px;
}

section#issuers-list .container .issuers .no-result p {
	margin: 0 0 40px 0;
}

section#issuers-list .container .issuers .no-result a.button {
	width: fit-content;
	padding: 18px 62px 18px 54px;
	margin: 0 auto 0 0;
	background: white;
	color: #122142;
	border: 1px solid #122142;
}

section#issuers-list .pagination {
	width: 100%;
	height: 62px;
	padding: 12px 0;
	margin: 24px 0 0;
	box-sizing: border-box;
	background-color: #f7f7f7;
	display: flex;
}

section#issuers-list .pagination .wrap {
	margin: auto;
}

section#issuers-list .pagination .wrap span {
	cursor: pointer;
	border-radius: 4px;
	padding: 8px;
	font-family: "Noto Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 0;
	text-align: center;
	color: #122142;
	margin: 0 4px;
}

section#issuers-list .pagination .wrap span.active {
	background: #d7b753;
	font-weight: bold;
}

section#issuers-list .pagination .wrap span.pagination-arrow-disabled {
	color: #a3acb3;
}

@media all and (min-width: 1024px) {
	section#issuers-list .issuer-info {
		flex-direction: row;
		align-items: center;
		margin: 56px auto 40px;
	}
	section#issuers-list .issuer-info .issuer-img {
		max-width: 170px;
	}
	section#issuers-list .issuer-info .description {
		max-width: 560px;
	}
	section#issuers-list .container {
		flex-direction: row;
	}
	section#issuers-list .container .filter-section .search {
		padding: 0 0 24px 0;
	}
	section#issuers-list .container .filter-section .filter-box {
		display: flex;
		padding: 0;
		margin: 0 0 60px;
		max-height: unset;
		width: unset;
		box-shadow: unset;
		overflow: unset;
		flex-direction: column;
		position: relative;
		background: unset;
		width: 268px;
	}
	section#issuers-list .container .filter-section .filter-box h3 {
		display: flex;
		padding: 0;
		margin: 0 0 24px;
		border-bottom: none;
	}
	section#issuers-list .container .filter-section .filter-box .filter-groups {
		display: flex;
		flex-direction: column;
	}
	section#issuers-list .container .filter-section .filter-box .buttons {
		display: flex;
		flex-direction: column;
	}
	section#issuers-list .container .filter-section .filter-box .search {
		border-bottom: 1px solid #d7d7d7;
		margin: 0;
		width: unset;
	}
	section#issuers-list .container .filter-section .filter-box .search .search-button {
		position: unset;
		right: unset;
		background: #122142;
	}
	section#issuers-list .container .filter-section .filter-box .search .search-button img.icon-white {
		display: flex;
	}
	section#issuers-list .container .filter-section .filter-box .search .search-button img.icon-dark {
		display: none;
	}
	section#issuers-list .container .filter-section .filter-box .search .filter-button {
		display: none;
	}
	section#issuers-list .container .issuers {
		margin-left: 24px;
		margin-top: 40px;
	}
	section#issuers-list .container .issuers .head-bottom span.sub {
		display: inline-block;
		margin-top: 11px;
	}
	section#issuers-list .container .issuers .head-bottom .applied-filters {
		margin-left: 16px;
	}
	section#issuers-list .container .issuers .head-bottom .applied-filters .applied-filter {
		margin: 4px 8px 4px 0;
	}
	section#issuers-list .container .issuers .head-bottom .sub-text {
		margin-top: 0 !important;
		display: inline-block !important;
	}
	section#issuers-list .container .issuers h5 {
		margin: 40px 0 20px;
		font-size: 25px;
		line-height: 32px;
	}
	section#issuers-list .container .issuers .issuer-list {
		width: 850px;
	}
	section#issuers-list .container .issuers .issuer-list .issuer-item {
		padding-bottom: 40px;
	}
	section#issuers-list .container .issuers .issuer-list .issuer-item .issuer-details {
		flex-direction: row;
		gap: 24px;
	}
	section#issuers-list .container .issuers .issuer-list .issuer-item .issuer-details ul li {
		color: #343d46;
	}
	section#issuers-list .container .issuers .issuer-list .issuer-item .issuer-details ul li strong {
		color: #343d46;
		font-weight: 600;
	}
	section#issuers-list .container .issuers .issuer-list .issuer-item .issuer-details .buttons {
		margin-left: 73px;
	}
	section#issuers-list .container .issuers .issuer-list .issuer-item .issuer-details .buttons .button {
		margin-top: 0;
		width: 206px;
	}
	section#issuers-list .container .issuers .has-result {
		margin: 0;
		display: flex;
		align-items: center;
		flex-direction: row;
		gap: 24px;
	}
	section#issuers-list .container .issuers .has-result h1 {
		font-size: 25px;
		line-height: 32px;
	}
	section#issuers-list .container .issuers .no-result {
		margin: 40px 0;
	}
	section#issuers-list .container .issuers .no-result .header {
		flex-direction: row;
		gap: 24px;
		align-items: center;
		margin: 0 0 40px 0;
	}
	section#issuers-list .container .issuers .no-result .header h1 {
		font-size: 25px;
		line-height: 32px;
	}
}

@media all and (min-width: 1024px) and (max-width: 1280px) {
	section#issuers-list .container .filter-section .filter-box {
		margin: 0px 0 60px 45px;
	}
	section#issuers-list .container .issuers {
		margin: 0 64px 0 16px;
		width: 100%;
	}
	section#issuers-list .container .issuers .issuer-list {
		width: 100%;
	}
	section#issuers-list .container .issuers .issuer-list .issuer-item .issuer-details ul li {
		width: 170px;
	}
	section#issuers-list .container .issuers .issuer-list .issuer-item .issuer-details .buttons {
		margin-left: auto;
	}
}

section#bonds-cards-hero {
	position: relative;
	padding: 80px 0 56px 0;
	margin-top: 93px;
}

section#bonds-cards-hero.hidden-nav {
	margin-top: 60px;
}

section#bonds-cards-hero .bg-img {
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 100%;
	object-fit: cover;
	height: 510px;
}

section#bonds-cards-hero .container {
	margin: 0 auto 24px;
	width: 343px;
	text-align: center;
}

section#bonds-cards-hero .container h1 {
	font-family: "Cambon";
	font-style: normal;
	font-weight: 400;
	font-size: 57px;
	line-height: 100%;
	letter-spacing: -0.04em;
	color: #d7b753;
	margin: 0 0 16px 0;
}

section#bonds-cards-hero .container h5 {
	font-family: "Noto Sans";
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	/* 28.6px */
	letter-spacing: -0.44px;
	color: #ffffff;
	margin: 0;
}

section#bonds-cards-hero #bonds-cards {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 24px;
	margin-top: 32px;
}

section#bonds-cards-hero #bonds-cards .card {
	display: flex;
	flex-direction: column;
	background-color: #ffffff;
	border: 1px solid #e7e7e7;
	width: auto;
	margin: 0 16px;
	max-width: 366px;
	min-height: 446px;
	padding: 8px;
	cursor: default;
	box-shadow: 1px 2px 30px -15px rgba(0, 0, 0, 0.3);
	transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

section#bonds-cards-hero #bonds-cards .card:hover {
	transform: translateY(-10px);
	box-shadow: 1px 2px 30px -15px rgba(0, 0, 0, 0.3);
	background-color: #ffffff;
}

section#bonds-cards-hero #bonds-cards .card:hover .card-img:after {
	height: 12px;
}

section#bonds-cards-hero #bonds-cards .card .card-img {
	position: relative;
}

section#bonds-cards-hero #bonds-cards .card .card-img:after {
	content: "";
	width: 100%;
	height: 0;
	position: absolute;
	bottom: 6px;
	left: 0;
	background: #dbcea7;
	opacity: 0.75;
	transition: height 0.2s ease-in-out;
}

section#bonds-cards-hero #bonds-cards .card .card-img img {
	width: 100%;
	height: 219px;
	object-fit: cover;
	position: relative;
}

section#bonds-cards-hero #bonds-cards .card .card-details {
	padding: 0 16px;
	text-align: left;
}

section#bonds-cards-hero #bonds-cards .card .card-details h5 {
	font-family: "Cambon";
	font-style: normal;
	font-weight: 400;
	font-size: 31px;
	line-height: 37px;
	letter-spacing: -0.02em;
	color: #122142;
	margin: 16px 0 8px;
}

section#bonds-cards-hero #bonds-cards .card .card-details .subtitle {
	font-family: "Noto Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 0;
	color: #333333;
	min-height: 66px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

section#bonds-cards-hero #bonds-cards .card .card-controls {
	margin: auto 16px 0;
}

section#bonds-cards-hero #bonds-cards .card .card-controls .border {
	width: 40px;
	border-top: 1px solid #1783df;
	margin: 16px 0 0;
}

section#bonds-cards-hero #bonds-cards .card .card-controls .button {
	display: flex;
	margin: 0;
}

section#bonds-cards-hero #bonds-cards .card .card-controls .button--transparent {
	background: transparent;
	color: #d7b753;
	margin: 24px 0;
	justify-content: flex-start;
	padding: 0;
	position: relative;
}

section#bonds-cards-hero #bonds-cards .card .card-controls .button--transparent:hover {
	background: transparent;
	color: #122142;
}

section#bonds-cards-hero #bonds-cards .card .card-controls .button--transparent:hover img {
	content: url("/app/themes/mb-wealth-insights/images/arrow-right-blue.svg");
}

section#bonds-cards-hero #bonds-cards .card .card-controls .button--transparent img {
	height: 24px;
	width: 24px;
}

section#bonds-cards-hero #latest-reads {
	background-color: unset;
	padding: 0;
}

section#bonds-cards-hero #latest-reads .articles {
	max-width: 1142px;
	width: unset;
	justify-content: center;
}

section#bonds-cards-hero #latest-reads .articles .article {
	border: 1px solid #f7f7f7;
	text-align: left;
	max-width: 348px;
	flex-basis: unset;
	box-shadow: 1px 2px 30px -15px rgba(0, 0, 0, 0.3);
	transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

section#bonds-cards-hero #latest-reads .articles .article:hover {
	transform: translateY(-10px);
	box-shadow: 1px 2px 30px -15px rgba(0, 0, 0, 0.3);
}

section#bonds-cards-hero #latest-reads .articles .article:hover .banner:after {
	height: 12px;
}

section#bonds-cards-hero #latest-reads .articles .article .banner {
	width: auto;
}

section#bonds-cards-hero #latest-reads .articles .article .banner:after {
	bottom: 6px;
}

@media all and (min-width: 1024px) {
	section#bonds-cards-hero {
		background-repeat: no-repeat;
		background-position: center;
		padding: 96px 0 56px 0;
		margin-top: 139px;
		text-align: center;
	}
	section#bonds-cards-hero.hidden-nav {
		margin-top: 90px;
	}
	section#bonds-cards-hero .container {
		width: 754px;
		margin: 0 auto 48px auto;
	}
	section#bonds-cards-hero .container h1 {
		margin: 0 0 16px 0;
		font-size: 76px;
		line-height: 76px;
		width: unset;
	}
	section#bonds-cards-hero .container h5 {
		font-weight: 400;
		font-size: 25px;
		line-height: 32px;
	}
	section#bonds-cards-hero #bonds-cards {
		flex-direction: row;
		align-items: normal;
	}
	section#bonds-cards-hero #bonds-cards .card {
		box-shadow: none;
		width: 366px;
		margin: 0;
	}
	section#bonds-cards-hero #latest-reads .articles .article .banner:after {
		bottom: 0;
	}
}

section#top-bond-recommendations .side-line {
	height: calc(100% - 50px);
	top: unset;
	bottom: 0;
}

section#top-bond-recommendations .bg-img {
	top: 50px;
	right: 48px;
	left: unset;
	width: auto;
	height: auto;
	z-index: -1;
}

section#top-bond-recommendations .container {
	margin: 0 16px;
	width: auto;
}

section#top-bond-recommendations .container .header-text {
	display: flex;
	flex-direction: column;
	margin: 57px 0 32px;
}

section#top-bond-recommendations .container .header-text h2 {
	font-family: "Cambon";
	font-style: normal;
	font-weight: 400;
	font-size: 40px;
	line-height: 40px;
	letter-spacing: -0.02em;
	color: #000000;
	margin: 0 0 20px;
	min-width: auto;
}

section#top-bond-recommendations .container .header-text span {
	display: flex;
	align-items: end;
	font-family: "Noto Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 0;
	color: #333333;
}

section#top-bond-recommendations .container .section-img {
	height: 96px;
	width: 100%;
	object-fit: cover;
}

section#top-bond-recommendations .container .text-container {
	font-family: "Noto Sans";
	display: flex;
	flex-direction: column;
	gap: 0;
	margin: 32px 0 0;
}

section#top-bond-recommendations .container .text-container .column {
	min-width: calc(50% - 32px);
}

section#top-bond-recommendations .container .text-container .column h2 {
	font-family: "Cambon";
	font-style: normal;
	font-weight: 400;
	font-size: 28px;
	line-height: 31px;
	letter-spacing: -0.02em;
	color: #272d33;
	margin: 0;
}

section#top-bond-recommendations .container .text-container .column p {
	font-family: "Noto Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 0;
	letter-spacing: 0.02em;
	color: #272d33;
}

section#top-bond-recommendations .container .text-container .column ul {
	font-family: "Noto Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 0;
	color: #272d33;
	letter-spacing: 0.02em;
	margin: 0;
	padding: 0 0 0 20px;
	list-style: none;
}

section#top-bond-recommendations .container .text-container .column ul li:before {
	content: "";
	background: #272d33;
	font-weight: bold;
	display: inline-block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	margin: 0px 10px 0 -10px;
	vertical-align: middle;
}

section#top-bond-recommendations .socials {
	position: relative;
	text-align: center;
	margin: 48px 0 56px;
}

section#top-bond-recommendations .socials span {
	font-family: "Noto Sans";
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	letter-spacing: 0;
	color: #202020;
}

section#top-bond-recommendations .socials .icon-group {
	position: relative;
}

section#top-bond-recommendations .socials .icon-group .border {
	width: 100%;
	border-top: 1px solid #c7c7c7;
	position: absolute;
	top: 8px;
	left: 0;
	z-index: 8;
}

section#top-bond-recommendations .socials .icon-group .icons {
	position: relative;
	display: flex;
	flex-direction: row;
	gap: 42px;
	justify-content: center;
	align-items: center;
	margin: 20px auto 0;
	width: 272px;
	z-index: 10;
	background: white;
}

section#top-bond-recommendations .socials .icon-group .icons .icon {
	outline: none;
	cursor: pointer;
}

@media all and (min-width: 1024px) {
	section#top-bond-recommendations .container {
		margin: 0 auto;
	}
	section#top-bond-recommendations .container .header-text {
		flex-direction: row;
		margin: 57px 0 48px;
	}
	section#top-bond-recommendations .container .header-text h2 {
		font-size: 48px;
		line-height: 52px;
		min-width: 462px;
		margin: 0;
	}
	section#top-bond-recommendations .container .section-img {
		height: 240px;
	}
	section#top-bond-recommendations .container .text-container {
		flex-direction: row;
		gap: 64px;
		margin: 48px 0 0;
	}
	section#top-bond-recommendations .container .text-container .column h2 {
		font-size: 31px;
		line-height: 37px;
	}
	section#top-bond-recommendations .socials .icon-group .border {
		width: calc(100% - 48px);
	}
}

@media all and (min-width: 1024px) and (max-width: 1126px) {
	section#top-bond-recommendations .container {
		width: unset;
		margin: 0 64px 0 16px;
	}
}

section#disclaimer {
	padding: 24px 0 48px;
}

section#disclaimer .container span {
	font-family: "Noto Sans";
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	letter-spacing: 0;
	color: #333333;
	width: auto;
	padding: 0 16px;
}

@media all and (min-width: 1024px) {
	section#disclaimer {
		padding: 32px 0 56px;
	}
	section#disclaimer .container span {
		width: 656px;
		padding: 0;
	}
}

@media all and (min-width: 1024px) and (max-width: 1126px) {
	section#disclaimer .container {
		width: unset;
		margin: 0 64px 0 16px;
	}
}

section#market-movements {
	padding: 40px 0;
	background: #122142;
	min-height: 633px;
}

section#market-movements .side-line {
	border-left: 1px solid #d7b753;
}

section#market-movements .bg-img {
	width: 100%;
	object-fit: cover;
	opacity: 0.3;
}

section#market-movements .container {
	padding: 0 16px;
}

section#market-movements .container .date {
	font-family: "Noto Sans";
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	letter-spacing: 0;
	color: #ffffff;
}

@media all and (min-width: 1024px) {
	section#market-movements {
		padding: 64px 0;
	}
	section#market-movements .container {
		padding: unset;
	}
}

@media all and (min-width: 1024px) and (max-width: 1126px) {
	section#market-movements .container {
		width: unset;
		margin: 0 64px 0 16px;
	}
}

section#bond-market-themes {
	background-color: #f7f7f7;
	overflow: hidden;
}

section#bond-market-themes .header-line {
	width: calc(100% - 48px);
	display: none;
}

section#bond-market-themes .container {
	padding: 0 16px;
}

section#bond-market-themes .container h1 {
	font-family: "Cambon";
	font-style: normal;
	font-weight: 400;
	font-size: 40px;
	line-height: 40px;
	letter-spacing: -0.02em;
	color: #000000;
	margin: 56px 0 0;
}

section#bond-market-themes .container span {
	font-family: "Noto Sans";
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	letter-spacing: 0;
	color: #273a66;
	margin-top: 16px;
}

section#bond-market-themes .container .theme-list {
	margin: 96px 0 26px;
}

section#bond-market-themes .container .theme-list .theme-group {
	display: flex;
	flex-direction: column;
	gap: 24px;
	margin: 0 0 80px;
}

section#bond-market-themes .container .theme-list .theme-group .content {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 24px;
}

section#bond-market-themes .container .theme-list .theme-group .content .index {
	position: absolute;
	top: -114px;
	left: -16px;
	z-index: -1;
	font-family: "Cambon";
	font-style: normal;
	font-weight: 400;
	font-size: 160px;
	line-height: 176px;
	letter-spacing: -0.02em;
	color: #d7b753;
	opacity: 0.3;
	pointer-events: none;
	cursor: default;
}

section#bond-market-themes .container .theme-list .theme-group .content h3 {
	margin: 0;
	font-family: "Cambon";
	font-style: normal;
	font-weight: 400;
	font-size: 28px;
	line-height: 31px;
	letter-spacing: -0.02em;
	color: #122142;
}

section#bond-market-themes .container .theme-list .theme-group .content .paragraph {
	display: flex;
	flex-direction: column;
}

section#bond-market-themes .container .theme-list .theme-group .content .paragraph p {
	margin: 0 0 24px;
	font-family: "Noto Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 0;
	color: #333333;
}

section#bond-market-themes .container .theme-list .theme-group .image img {
	object-fit: cover;
	width: 100%;
	height: unset;
	min-width: unset;
	max-width: unset;
	min-height: 343px;
	max-height: 343px;
	margin-bottom: 18px;
}

section#bond-market-themes .container .theme-list .theme-group .image .paragraph {
	display: flex;
	flex-direction: column;
}

section#bond-market-themes .container .theme-list .theme-group .image .paragraph p {
	margin: 0 0 24px;
	font-family: "Noto Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 0;
	color: #333333;
}

section#bond-market-themes .container .theme-list .theme-group:nth-child(even) {
	flex-direction: column;
}

section#bond-market-themes .container .theme-list .theme-group:nth-child(even) .content .index {
	top: -114px;
	left: -16px;
	right: unset;
}

section#bond-market-themes .container .theme-list .theme-group:last-of-type {
	margin: 0;
}

@media all and (min-width: 1024px) {
	section#bond-market-themes {
		background-color: unset;
	}
	section#bond-market-themes .header-line {
		display: block;
	}
	section#bond-market-themes .container {
		padding: 0;
	}
	section#bond-market-themes .container .theme-list {
		margin: 80px 0;
	}
	section#bond-market-themes .container .theme-list .theme-group {
		flex-direction: row;
	}
	section#bond-market-themes .container .theme-list .theme-group:nth-child(even) {
		flex-direction: row-reverse;
	}
	section#bond-market-themes .container .theme-list .theme-group:nth-child(even) .content .index {
		top: -124px;
		right: -50px;
		left: unset;
	}
	section#bond-market-themes .container .theme-list .theme-group .content {
		position: relative;
		display: flex;
		flex-direction: column;
		justify-content: center;
		gap: 24px;
	}
	section#bond-market-themes .container .theme-list .theme-group .content .index {
		top: -124px;
		left: -50px;
		font-size: 264px;
		line-height: 290px;
	}
	section#bond-market-themes .container .theme-list .theme-group .content h3 {
		font-size: 31px;
		line-height: 37px;
	}
	section#bond-market-themes .container .theme-list .theme-group .content .paragraph p {
		font-size: 16px;
		line-height: 22px;
	}
	section#bond-market-themes .container .theme-list .theme-group .image img {
		width: unset;
		height: 100%;
		min-width: 559px;
		max-width: 559px;
		min-height: unset;
		max-height: unset;
		margin-bottom: unset;
	}
	section#bond-market-themes .container .theme-list .theme-group .image .paragraph p {
		font-size: 16px;
		line-height: 22px;
	}
}

@media all and (min-width: 1024px) and (max-width: 1126px) {
	section#bond-market-themes .container {
		width: unset;
		margin: 0 64px 0 16px;
	}
}

footer {
	width: 100%;
	background: linear-gradient(180deg, #115e9f 0%, #122142 100%);
	padding: 40px 16px;
}

footer .upper-footer {
	display: flex;
	flex-direction: column;
}

footer .upper-footer .left h5 {
	font-family: "Noto Sans";
	font-size: 19px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	/* 24.7px */
	letter-spacing: -0.19px;
	font-weight: 600;
	color: #ffffff;
	margin: 0 0 20px 0;
}

footer .upper-footer .left .social-links {
	display: flex;
	margin: 0 0 32px 0;
}

footer .upper-footer .left .social-links a {
	margin-right: 24px;
	display: flex;
	align-items: center;
}

footer .upper-footer .left p {
	font-family: "Noto Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 0;
	color: #ffffff;
	margin: 0;
	word-break: break-word;
}

footer .upper-footer .right {
	display: flex;
	flex-wrap: nowrap;
	margin: 24px 0 0 0;
	flex-wrap: wrap;
}

footer .upper-footer .right .links {
	flex-basis: 50%;
	display: flex;
	flex-direction: column;
	margin: 0 0 24px 0;
}

footer .upper-footer .right .links h5 {
	font-family: "Noto Sans";
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	/* 22.1px */
	letter-spacing: -0.17px;
	font-weight: 600;
	text-transform: uppercase;
	color: #ffffff;
	margin: 0;
	margin: 0 0 8px 0;
}

footer .upper-footer .right .links a {
	font-family: "Noto Sans";
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	letter-spacing: 0;
	color: #ffffff;
	text-decoration: none;
	margin: 0 0 16px 0;
}

footer .border-line {
	margin: 0 0 23px 0;
	width: 100%;
	border-top: 1px solid #40618d;
}

footer .lower-footer {
	display: flex;
	flex-direction: column;
}

footer .lower-footer a img {
	width: 164px;
	margin: 0 0 15px 0;
}

footer .lower-footer span {
	font-family: "Noto Sans";
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	letter-spacing: 0;
	color: #ffffff;
}

@media all and (min-width: 1024px) {
	footer {
		padding: 72px 56px 35px 56px;
	}
	footer .upper-footer {
		flex-direction: unset;
		justify-content: space-between;
	}
	footer .upper-footer .left {
		flex-basis: 50%;
	}
	footer .upper-footer .left h5 {
		font-size: 25px;
		line-height: 130%;
		letter-spacing: -0.02em;
		margin: 0 0 22px;
	}
	footer .upper-footer .left p {
		font-size: 16px;
		line-height: 140%;
		max-width: 400px;
		margin: 0;
	}
	footer .upper-footer .left .social-links {
		margin: 0 0 22px 0;
	}
	footer .upper-footer .right {
		flex-basis: 62%;
		margin: 0;
		justify-content: space-between;
		flex-wrap: nowrap;
	}
	footer .upper-footer .right .links {
		flex-basis: unset;
		width: auto;
	}
	footer .upper-footer .right .links h5 {
		font-size: 14px;
		line-height: 120%;
		letter-spacing: 0.22em;
		text-transform: uppercase;
		margin: 0 0 16px;
	}
	footer .upper-footer .right .links a {
		font-family: "Noto Sans";
		font-size: 13px;
		font-style: normal;
		font-weight: 400;
		line-height: 140%;
		margin: 0 0 16px;
		width: -moz-fit-content;
		width: fit-content;
	}
	footer .border-line {
		margin: 55px 0 32px 0;
	}
	footer .lower-footer {
		flex-basis: 50%;
		flex-direction: unset;
		align-items: flex-end;
		justify-content: space-between;
	}
	footer .lower-footer a img {
		width: 293px;
		margin: 0;
	}
	footer .lower-footer span {
		font-size: 13px;
		line-height: 120%;
		margin-bottom: 20px;
	}
}

.yellow-line {
	width: 100%;
	border-top: 16px solid #d7b753;
}

.header-line {
	z-index: 1;
	padding: 18px 16px 15px 16px;
	border-top: 1px solid #a7a7a7;
	border-bottom: 1px solid #a7a7a7;
	min-height: 48px;
}

.header-line img {
	margin-right: 12px;
}

.header-line span {
	text-align: right;
	font-family: "Noto Sans";
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%;
	letter-spacing: 2.1px;
	text-transform: uppercase;
	font-style: normal;
	font-weight: 400;
	text-transform: uppercase;
	color: #333333;
}

@media all and (min-width: 1024px) {
	.header-line {
		width: 100%;
	}
	.header-line.with-left-border {
		margin-left: 16px;
		width: calc(100% - 16px);
	}
	.header-line .header-line-inside {
		max-width: 1142px;
		margin: auto;
		display: flex;
	}
}

.hl-offset {
	width: 100%;
}

@media all and (min-width: 1024px) {
	.hl-offset {
		width: calc(100% - 48px);
	}
}

.scroll-border {
	width: 1px;
	background: #d7d7d7;
	position: absolute;
	right: 4px;
	top: 0;
}

input {
	outline: none;
	border: none;
	color: #122142;
}

a.button,
button.button {
	text-align: right;
	font-family: "Noto Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
	/* 16.8px */
	letter-spacing: 1.68px;
	text-transform: uppercase;
	color: #ffffff;
	background: #122142;
	border-radius: 0px 32px 0px 0px;
	padding: 18px 18px;
	text-align: center;
	text-decoration: none;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	position: relative;
	display: flex;
	flex-wrap: nowrap;
	cursor: pointer;
	justify-content: center;
	border: none;
	height: fit-content;
	align-items: center;
	gap: 8px;
}

a.button.white,
button.button.white {
	background: #ffffff;
	border: 1px solid #122142;
	color: #122142;
}

a.button.blue,
button.button.blue {
	color: #ffffff;
	background: #1783df;
}

a.button.primary,
button.button.primary {
	color: #ffffff;
	background: #122142;
}

a.button.transparent,
button.button.transparent {
	border: 1px solid #122142;
	background: transparent;
	color: #000000;
}

a.button .button-line,
button.button .button-line {
	width: 60px;
	border-top: 1px solid #d7b753;
	top: 50%;
	right: -30px;
	display: none;
	position: absolute;
}

a.button .button-line.white,
button.button .button-line.white {
	border-top: 1px solid #ffffff;
}

a.button:hover:not(.white) .button-line,
button.button:hover:not(.white) .button-line {
	right: -40px;
}

@media all and (min-width: 1024px) {
	a.button,
	button.button {
		width: -moz-fit-content;
		width: fit-content;
		padding: 18px 79px 18px 48px;
	}
	a.button .button-line,
	button.button .button-line {
		display: block;
	}
	a.button:hover:not(.white),
	button.button:hover:not(.white) {
		background: #273a66;
		color: #ffffff;
	}
}

.custom-select {
	position: relative;
	width: 100%;
	background-color: #ffffff;
	font-family: "Noto Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 0;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	z-index: 100 !important;
	height: 48px;
	border: 1px solid #6c7891;
	display: flex;
}

.custom-select img {
	position: absolute;
	right: 18.6px;
	top: 22.6px;
	transition: transform 0.5s ease;
	width: 11.6px;
	height: 6.6px;
}

.custom-select label {
	font-family: "Noto Sans";
	font-style: normal;
	font-weight: 600;
	font-size: 10px;
	line-height: 100%;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #273a66;
	position: absolute;
	top: 9px;
	left: 16px;
}

.custom-select span {
	order: 2;
	padding: 0 32px 0 16px;
	color: #333333;
	font-family: "Noto Sans";
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	letter-spacing: 0;
	display: flex;
	align-items: center;
	color: #333333;
	height: 100%;
}

.custom-select span[value=""] {
	color: #65737e;
}

.custom-select span[value=""] + label {
	display: none;
}

.custom-select ul {
	display: none;
	padding: 0;
	list-style: none;
	margin: 0;
	position: absolute;
	top: 48px;
	left: -1px;
	width: calc(100% + 3px);
	background-color: #ffffff;
	overflow: auto;
	box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.2);
	max-height: 293px;
}

.custom-select ul li {
	margin: 0 16px;
	padding: 14px 0;
	color: #575757;
	font-family: "Noto Sans";
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	letter-spacing: 0;
	border-bottom: 1px solid #e7e7e7;
}

.custom-select ul li.selected, .custom-select ul li:hover {
	color: #000000;
	background-color: #dce5ee;
	margin: 0;
	padding: 14px 16px;
}

.custom-select ul li:last-child {
	border-bottom: 0;
}

.custom-select.expanded {
	border: 1px solid #273a66;
}

.custom-select.expanded img {
	transform: rotate(180deg);
}

.custom-select.expanded ul {
	display: block;
}

@media all and (min-width: 1024px) {
	.custom-select {
		cursor: pointer;
	}
	.custom-select ul {
		max-height: 264px;
	}
}

nav .main .desktop-nav .c-dropdown {
	position: relative;
	font-family: "Noto Sans";
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	letter-spacing: 0;
}

nav .main .desktop-nav .c-dropdown__label {
	display: flex;
	align-items: center;
	gap: 10px;
	border-bottom: 4px solid transparent;
	border-top: 4px solid transparent;
	height: 100%;
	color: #000000;
	line-height: 140%;
	font-weight: 600;
	cursor: pointer;
}

nav .main .desktop-nav .c-dropdown__label:hover, nav .main .desktop-nav .c-dropdown__label.active {
	border-bottom: 4px solid #1783df;
}

nav .main .desktop-nav .c-dropdown__menu {
	box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.2);
	min-width: 100%;
	z-index: 1;
	position: absolute;
	left: 0;
	display: none;
	border-top: 2px solid #7bc2ff;
	background: #ffffff;
	padding: 12px 0;
	width: 150px;
}

nav .main .desktop-nav .c-dropdown__menu.salutation {
	top: 2px;
	border: none;
	width: 120%;
	left: -10%;
	padding: 0;
}

nav .main .desktop-nav .c-dropdown__menu.salutation a {
	gap: 10px;
	margin: 0 16px !important;
}

nav .main .desktop-nav .c-dropdown__menu.salutation a:nth-child(1) {
	padding: 12px 0 16px 0;
	font-family: "Noto Sans";
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	letter-spacing: 0;
	font-weight: 600;
	color: #122142;
}

nav .main .desktop-nav .c-dropdown__menu.salutation a:nth-child(2) {
	font-family: "Noto Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 0;
	font-weight: 600;
	color: #122142;
	padding: 8px 0 20px;
}

nav .main .desktop-nav .c-dropdown__item {
	margin: 0 24px !important;
	padding: 8px 0;
	color: #122142 !important;
	border-bottom: 1px solid #e7e7e7;
	text-transform: unset;
}

nav .main .desktop-nav .c-dropdown__item:last-child {
	border-bottom: none;
}

nav .main .desktop-nav .c-dropdown:hover .c-dropdown__menu {
	display: block;
}

nav .main .desktop-nav .c-dropdown:hover .c-dropdown__arrow {
	transform: rotate(180deg);
}

#secondary-nav {
	position: fixed;
	top: 60px;
	z-index: 2;
	width: 100%;
	background-color: #122142;
}

#secondary-nav .secondary-links {
	display: flex;
	justify-content: start;
	gap: 20px;
	padding: 0 16px;
	color: #122142;
	overflow-x: auto;
	white-space: nowrap;
}

#secondary-nav .secondary-links .link {
	padding: 8px 0 4px;
	font-family: "Noto Sans";
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
	/* 16.8px */
	letter-spacing: 0.96px;
	color: #ffffff;
	border-bottom: 4px solid #122142;
	outline: none;
}

#secondary-nav .secondary-links .link:hover {
	color: #d7b753;
}

#secondary-nav .secondary-links .link.active {
	border-bottom: 4px solid #d7b753;
}

@media all and (min-width: 1024px) {
	#secondary-nav {
		top: 90px;
	}
	#secondary-nav .secondary-links {
		justify-content: center;
		gap: 114px;
		padding: 0;
	}
	#secondary-nav .secondary-links .link {
		padding: 16px 0 12px;
		font-size: 14px;
	}
	#secondary-nav .secondary-links .link:hover {
		color: #d7b753;
	}
}

/**
** Issuer Details
**/
.c-issuer-detail__banner {
	background-color: #f7f7f7;
	margin-top: 93px;
	position: relative;
}

@media all and (min-width: 1024px) {
	.c-issuer-detail__banner {
		margin-top: 140px;
	}
}

.c-issuer-detail__banner::after {
	content: "";
	background: #a7a7a7;
	display: none;
	height: 100%;
	position: absolute;
	right: 48px;
	top: 0;
	width: 1px;
}

@media all and (min-width: 1024px) {
	.c-issuer-detail__banner::after {
		display: block;
	}
}

.c-issuer-detail__banner::before {
	content: "";
	background: #a7a7a7;
	bottom: 48px;
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
}

@media all and (min-width: 1024px) {
	.c-issuer-detail__banner::before {
		width: calc(100% - 49px);
	}
}

.c-issuer-detail__banner .c-issuer-detail__details {
	display: flex;
	flex-wrap: wrap;
}

@media all and (min-width: 1024px) {
	.c-issuer-detail__banner .c-issuer-detail__details {
		flex-wrap: nowrap;
	}
}

.c-issuer-detail__banner .c-issuer-detail__details > ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

.c-issuer-detail__banner .c-issuer-detail__details > ul.max-small {
	max-width: 163px;
	margin-bottom: 20px;
}

.c-issuer-detail__banner .c-issuer-detail__details > ul.max-large {
	max-width: 268px;
}

.c-issuer-detail__banner .c-issuer-detail__details > ul:first-child {
	margin-right: 16px;
}

.c-issuer-detail__banner .c-issuer-detail__details > ul:nth-child(3) {
	margin-bottom: 24px;
}

.c-issuer-detail__banner .c-issuer-detail__details > ul:last-child {
	margin-right: 0;
}

@media all and (min-width: 1024px) {
	.c-issuer-detail__banner .c-issuer-detail__details > ul {
		margin: 0 24px 0 0;
	}
	.c-issuer-detail__banner .c-issuer-detail__details > ul.max-small {
		max-width: 170px;
		margin-bottom: 0;
	}
	.c-issuer-detail__banner .c-issuer-detail__details > ul:nth-child(3) {
		margin-bottom: 0;
	}
}

.c-issuer-detail__banner .c-issuer-detail__details > ul li {
	margin-bottom: 8px;
}

.c-issuer-detail__banner .c-issuer-detail__details > ul li .link {
	font-weight: 400;
	position: relative;
}

.c-issuer-detail__banner .c-issuer-detail__details > ul li .link.has-more-links {
	margin-right: 4px;
	word-wrap: break-word;
}

.c-issuer-detail__banner .c-issuer-detail__details > ul li .link.has-more-links::after {
	content: ",";
}

.c-issuer-detail__banner .c-issuer-detail__details > ul li .link.has-more-links:last-child {
	margin-right: 0;
}

.c-issuer-detail__banner .c-issuer-detail__details > ul li .link.has-more-links:last-child::after {
	content: "";
}

.c-issuer-detail__banner .c-issuer-detail__details > ul li > span {
	color: #343d46;
	font-family: "Noto Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 0;
	font-weight: 600;
}

.c-issuer-detail__banner .c-issuer-detail__details > ul li > span:last-child {
	font-weight: 400;
	position: relative;
}

.c-issuer-detail__banner .o-container {
	margin: 0 auto;
	max-width: 948px;
	padding: 40px 16px 89px;
	width: 100%;
}

@media all and (min-width: 1024px) {
	.c-issuer-detail__banner .o-container {
		padding: 64px 0 72px;
	}
}

.c-issuer-detail__banner .o-breadcrumbs {
	display: flex;
	list-style-type: none;
	margin: 0 0 24px;
	padding: 0;
}

@media all and (min-width: 768px) {
	.c-issuer-detail__banner .o-breadcrumbs {
		margin-bottom: 20px;
	}
}

.c-issuer-detail__banner .o-breadcrumbs > li {
	position: relative;
}

.c-issuer-detail__banner .o-breadcrumbs > li:not(:last-child) {
	color: #273a66;
	font-family: "Noto Sans";
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	letter-spacing: 0;
	margin-right: 24px;
	white-space: nowrap;
}

@media all and (min-width: 768px) {
	.c-issuer-detail__banner .o-breadcrumbs > li:not(:last-child) {
		white-space: normal;
	}
}

.c-issuer-detail__banner .o-breadcrumbs > li:not(:last-child) a {
	color: #273a66;
}

.c-issuer-detail__banner .o-breadcrumbs > li:not(:last-child)::after {
	content: "";
	border-bottom: solid 4px transparent;
	border-left: solid 6px #a7a7a7;
	border-top: solid 4px transparent;
	height: 0px;
	position: absolute;
	right: -16px;
	top: 9px;
	transform: translate(0, -50%);
	width: 0px;
}

@media all and (min-width: 768px) {
	.c-issuer-detail__banner .o-breadcrumbs > li:not(:last-child)::after {
		top: 50%;
	}
}

.c-issuer-detail__banner .o-breadcrumbs > li.active {
	color: #1783df;
	font-family: "Noto Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
	letter-spacing: 1.68px;
	text-transform: uppercase;
	font-weight: 600;
}

.c-issuer-detail__banner .title {
	color: #000000;
	font-family: "Cambon";
	font-style: normal;
	font-weight: 400;
	font-size: 40px;
	line-height: 100%;
	letter-spacing: -0.02em;
	margin-bottom: 24px;
	margin-top: 0;
}

@media all and (min-width: 768px) {
	.c-issuer-detail__banner .title {
		font-size: 48px;
		line-height: 53px;
		margin-bottom: 20px;
	}
}

.c-issuer-detail__banner .button.btn-with-icon {
	color: #122142;
	margin: 32px 0 0;
	padding: 14px 48px 14px 40px;
}

@media all and (min-width: 1024px) {
	.c-issuer-detail__banner .button.btn-with-icon {
		margin-top: 24px;
	}
}

.c-issuer-detail__content::before {
	content: "";
	background: #a7a7a7;
	bottom: 48px;
	height: 1px;
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
}

@media all and (min-width: 1024px) {
	.c-issuer-detail__content::before {
		width: calc(100% - 49px);
	}
}

.c-issuer-detail__content-actions {
	display: flex;
	flex-wrap: wrap;
	margin-top: -8px;
	justify-content: center;
}

@media all and (min-width: 1024px) {
	.c-issuer-detail__content-actions {
		flex-wrap: nowrap;
		margin-top: 16px;
	}
}

.c-issuer-detail__content-actions .button {
	margin: 0;
}

.c-issuer-detail__content-actions .button--filled {
	margin-bottom: 20px;
	padding: 18px 64px 18px 56px;
}

@media all and (min-width: 1024px) {
	.c-issuer-detail__content-actions .button--filled {
		margin-bottom: 0;
		margin-right: 24px;
	}
}

.c-issuer-detail__content-actions .button.transparent {
	color: #122142;
	padding: 14px 48px 14px 40px;
}

.c-issuer-detail__content .o-container {
	margin: 0 auto;
	padding: 40px 16px;
	width: 100%;
}

@media all and (min-width: 1024px) {
	.c-issuer-detail__content .o-container {
		margin-right: 66px;
		max-width: calc(100% - 100px);
		padding: 56px 0 80px;
	}
}

@media all and (min-width: 1126px) {
	.c-issuer-detail__content .o-container {
		margin-right: auto;
		max-width: 948px;
	}
}

.c-issuer-detail__content .o-logo {
	display: block;
	height: 100%;
	margin-bottom: 32px;
	max-height: 35px;
	max-width: 117px;
	width: 100%;
}

.c-issuer-detail__content .side-line span {
	font-weight: 400;
	margin: 101px 17px 0;
	position: relative;
}

.c-issuer-detail__content .side-line span::before {
	content: "";
	background: #f0d47c;
	border-radius: 50px;
	height: 9px;
	left: 3px;
	position: absolute;
	top: -21px;
	width: 9px;
}

.c-issuer-detail .c-title-w-details {
	display: block;
	margin-bottom: 40px;
	width: 100%;
}

.c-issuer-detail .c-title-w-details .title {
	color: #000000;
	font-family: "Cambon";
	font-weight: 400;
	font-size: 28px;
	line-height: 31px;
	letter-spacing: -0.02em;
	margin-bottom: 8px;
	margin-top: 0;
	width: fit-content;
}

@media all and (min-width: 1024px) {
	.c-issuer-detail .c-title-w-details .title {
		font-size: 31px;
		line-height: 37px;
	}
}

.c-issuer-detail .c-title-w-details .lists {
	padding: 0 0 0 66px;
	position: relative;
}

@media all and (min-width: 1024px) {
	.c-issuer-detail .c-title-w-details .lists {
		padding-left: 98px;
	}
}

.c-issuer-detail .c-title-w-details .lists::before {
	content: "";
	background-color: #dbcea7;
	height: 100%;
	left: 16px;
	position: absolute;
	top: 0;
	width: 1.5px;
}

@media all and (min-width: 1024px) {
	.c-issuer-detail .c-title-w-details .lists::before {
		left: 24px;
	}
}

.c-issuer-detail .c-title-w-details .date {
	color: #273a66;
	display: block;
	font-family: "Noto Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
	letter-spacing: 1.68px;
	text-transform: uppercase;
	margin-bottom: 24px;
	text-transform: uppercase;
	width: fit-content;
}

.c-issuer-detail .c-title-w-details .details {
	color: #000000;
	font-family: "Noto Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 0;
	margin-bottom: 16px;
	margin-top: 0;
	position: relative;
	padding-left: 40px;
}

@media all and (min-width: 1024px) {
	.c-issuer-detail .c-title-w-details .details {
		padding-left: 72px;
	}
}

.c-issuer-detail .c-title-w-details .details::before {
	content: "";
	background-color: #dbcea7;
	height: 100%;
	left: 16px;
	position: absolute;
	top: 0;
	width: 1.5px;
}

@media all and (min-width: 1024px) {
	.c-issuer-detail .c-title-w-details .details::before {
		left: 24px;
	}
}

.c-issuer-detail .c-title-w-details .details .body-1,
.c-issuer-detail .c-title-w-details .details p {
	color: #000000;
	font-family: "Noto Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 0;
	margin-bottom: 16px;
	margin-top: 0;
}

.c-issuer-detail .c-title-w-details .details .body-2,
.c-issuer-detail .c-title-w-details .details p:not(:first-child) {
	color: #273a66;
	font-family: "Noto Sans";
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	letter-spacing: 0;
	font-weight: 600;
	margin-bottom: 8px;
	margin-top: 0;
}

.c-issuer-detail .c-title-w-details ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.c-issuer-detail .c-title-w-details ul .list,
.c-issuer-detail .c-title-w-details ul li {
	color: #000000;
	font-family: "Noto Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 0;
	margin-bottom: 16px;
	position: relative;
}

.c-issuer-detail .c-title-w-details ul .list:last-child,
.c-issuer-detail .c-title-w-details ul li:last-child {
	margin-bottom: 0;
}

.c-issuer-detail .c-title-w-details ul .list::before,
.c-issuer-detail .c-title-w-details ul li::before {
	content: "";
	background: #d7b753;
	border-radius: 50px;
	height: 10px;
	left: -26px;
	position: absolute;
	top: 8px;
	width: 10px;
}

.c-issuer-detail .c-title-w-details ul .list p,
.c-issuer-detail .c-title-w-details ul li p {
	margin: 0;
}

.c-issuer-detail .c-keymetrics {
	display: inline-block;
	margin-bottom: 40px;
	width: 100%;
}

.c-issuer-detail .c-keymetrics .title {
	color: #000000;
	font-family: "Cambon";
	font-weight: 400;
	font-size: 28px;
	line-height: 31px;
	letter-spacing: -0.02em;
	margin-bottom: 8px;
	margin-top: 0;
	width: fit-content;
}

@media all and (min-width: 1024px) {
	.c-issuer-detail .c-keymetrics .title {
		font-size: 31px;
		line-height: 37px;
	}
}

.c-issuer-detail .c-keymetrics .date {
	color: #273a66;
	display: block;
	font-family: "Noto Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
	letter-spacing: 1.68px;
	text-transform: uppercase;
	margin-bottom: 24px;
	text-transform: uppercase;
	width: fit-content;
}

.c-issuer-detail .c-keymetrics .details {
	overflow: auto;
	display: inline-grid;
	position: relative;
	padding-bottom: 18px;
	padding-left: 24px;
	width: 100%;
	-webkit-overflow-scrolling: touch;
}

@media all and (min-width: 1024px) {
	.c-issuer-detail .c-keymetrics .details {
		padding-bottom: 0;
		padding-left: 72px;
	}
}

.c-issuer-detail .c-keymetrics .details::before {
	content: "";
	background-color: #dbcea7;
	height: calc(100% - 18px);
	left: 0;
	position: absolute;
	top: 0;
	width: 1.5px;
}

@media all and (min-width: 1024px) {
	.c-issuer-detail .c-keymetrics .details::before {
		height: 100%;
		left: 24px;
	}
}

.c-issuer-detail .c-keymetrics .details::-webkit-scrollbar {
	height: 0;
	width: 0;
}

.c-issuer-detail .c-keymetrics .details::-webkit-scrollbar-thumb {
	background-color: transparent;
}

.c-issuer-detail .c-keymetrics .details.active::-webkit-scrollbar {
	height: 4px;
	width: 100%;
}

.c-issuer-detail .c-keymetrics .details.active::-webkit-scrollbar-thumb {
	background-color: #7bc2ff;
	border-radius: 2px;
}

.c-issuer-detail .c-keymetrics .o-table {
	border-collapse: collapse;
	margin: 0;
	overflow: hidden;
	min-width: 465px;
}

.c-issuer-detail .c-keymetrics .o-table thead {
	background-color: #122142;
}

.c-issuer-detail .c-keymetrics .o-table thead tr th {
	background: #122142;
	color: #ffffff;
	font-family: "Noto Sans";
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	letter-spacing: 0;
	padding: 8px;
}

@media all and (min-width: 1024px) {
	.c-issuer-detail .c-keymetrics .o-table thead tr th {
		font-size: 16px;
		line-height: 22px;
		padding-block: 24px;
		padding-inline: 0;
	}
}

.c-issuer-detail .c-keymetrics .o-table thead tr th:first-child {
	background: #273a66;
	color: #fff;
	max-width: 140px;
	min-width: 140px;
	padding: 8px;
	text-align: left;
}

@media all and (min-width: 1024px) {
	.c-issuer-detail .c-keymetrics .o-table thead tr th:first-child {
		max-width: 316px;
		min-width: 316px;
		padding: 24px;
		text-align: center;
	}
}

.c-issuer-detail .c-keymetrics .o-table thead tr th:not(:first-child) {
	min-width: 65px;
}

@media all and (min-width: 1024px) {
	.c-issuer-detail .c-keymetrics .o-table thead tr th:not(:first-child) {
		min-width: 112px;
	}
}

.c-issuer-detail .c-keymetrics .o-table tbody tr:nth-child(2n) {
	background: #f7f7f7;
}

.c-issuer-detail .c-keymetrics .o-table tbody tr th,
.c-issuer-detail .c-keymetrics .o-table tbody tr td {
	font-family: "Noto Sans";
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	letter-spacing: 0;
	padding: 27px 8px;
}

@media all and (min-width: 1024px) {
	.c-issuer-detail .c-keymetrics .o-table tbody tr th,
	.c-issuer-detail .c-keymetrics .o-table tbody tr td {
		font-size: 16px;
		line-height: 22px;
		padding: 24px 16px;
	}
}

.c-issuer-detail .c-keymetrics .o-table tbody tr th {
	color: #333333;
	font-weight: 500;
	text-align: left;
	padding: 8px 16px 8px 8px;
}

@media all and (min-width: 1024px) {
	.c-issuer-detail .c-keymetrics .o-table tbody tr th {
		padding: 24px 16px;
	}
}

.c-issuer-detail .c-keymetrics .o-table tbody tr td {
	border-left: 1px solid #000000;
	color: #272d33;
	font-weight: 400;
	line-height: 16px;
	text-align: center;
}

@media all and (min-width: 1024px) {
	.c-issuer-detail .c-keymetrics .o-table tbody tr td {
		line-height: 22px;
	}
}

.c-issuer-detail .c-keymetrics .o-scroll {
	align-items: center;
	display: flex;
	justify-content: center;
}

@media all and (min-width: 768px) {
	.c-issuer-detail .c-keymetrics .o-scroll {
		display: none;
	}
}

.c-issuer-detail .c-keymetrics .o-scroll.hidden {
	display: none;
}

.c-issuer-detail .c-keymetrics .o-scroll .title {
	align-items: center;
	color: #122142;
	display: flex;
	font-family: "Noto Sans";
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	letter-spacing: 0;
	font-weight: 600;
	margin: 0;
	position: relative;
}

.c-issuer-detail .c-keymetrics .o-scroll .title::before {
	content: "";
	background: #7bc2ff;
	border-radius: 2px;
	height: 4px;
	margin-right: 8px;
	width: 100px;
}

.c-issuer-detail .c-keymetrics .o-scroll img {
	height: 24px;
	margin-left: 8px;
	width: 24px;
}

/**
** Who We Recommend
**/
.c-who-we-recommend {
	background: #f7f7f7;
}

.c-who-we-recommend__cards {
	display: flex;
	flex-wrap: wrap;
}

.c-who-we-recommend__cards .c-recommended-card {
	position: relative;
	align-content: space-between;
	background: #ffffff;
	box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.04);
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 24px;
	padding: 20px 24px 24px;
	width: 100%;
	transition: transform 0.5s, box-shadow 0.5s;
}

.c-who-we-recommend__cards .c-recommended-card:before {
	content: "";
	width: 100%;
	height: 4px;
	position: absolute;
	top: 0;
	left: 0;
	background: #dbcea7;
	opacity: 0.75;
	transition: height 0.2s ease-in-out;
}

.c-who-we-recommend__cards .c-recommended-card:hover {
	transform: translateY(-10px);
	box-shadow: 1px 2px 30px -15px rgba(0, 0, 0, 0.3);
	background-color: #ffffff;
}

.c-who-we-recommend__cards .c-recommended-card:hover:before {
	height: 8px;
}

@media all and (min-width: 768px) {
	.c-who-we-recommend__cards .c-recommended-card {
		margin-bottom: 24px;
		margin-right: 24px;
		width: calc(100% / 2 - 24px);
	}
}

@media all and (min-width: 1024px) {
	.c-who-we-recommend__cards .c-recommended-card {
		width: calc(100% / 2 - 48px);
	}
}

@media all and (min-width: 1280px) {
	.c-who-we-recommend__cards .c-recommended-card {
		margin-bottom: 0;
		width: calc(100% / 3 - 16px);
	}
}

.c-who-we-recommend__cards .c-recommended-card:last-child {
	margin-bottom: 0;
	margin-right: 0;
}

.c-who-we-recommend__cards .c-recommended-card .content {
	position: relative;
	width: 100%;
}

.c-who-we-recommend__cards .c-recommended-card .content .details {
	position: relative;
}

.c-who-we-recommend__cards .c-recommended-card .content .details:last-child::before {
	content: "";
	background: #dbcea7;
	bottom: -16px;
	height: 1px;
	left: 0;
	position: absolute;
	width: 40px;
}

.c-who-we-recommend__cards .c-recommended-card .title {
	color: #122142;
	font-family: "Noto Sans";
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	/* 28.6px */
	letter-spacing: -0.44px;
	margin-bottom: 16px;
	margin-top: 0;
	font-weight: 600;
}

@media all and (min-width: 1024px) {
	.c-who-we-recommend__cards .c-recommended-card .title {
		font-family: "Noto Sans";
		font-size: 24px;
		font-style: normal;
		font-weight: 400;
		line-height: 130%;
		/* 31.2px */
		letter-spacing: -0.48px;
	}
}

.c-who-we-recommend__cards .c-recommended-card .details {
	display: flex;
	margin-bottom: 8px;
	width: 100%;
}

.c-who-we-recommend__cards .c-recommended-card .details:last-of-type {
	margin-bottom: 16px;
}

.c-who-we-recommend__cards .c-recommended-card .details .links {
	display: flex;
	flex-wrap: wrap;
	margin-left: 4px;
}

.c-who-we-recommend__cards .c-recommended-card .details .links.has-more-links .link {
	margin-right: 4px;
}

.c-who-we-recommend__cards .c-recommended-card .details .links.has-more-links .link::after {
	content: ",";
}

.c-who-we-recommend__cards .c-recommended-card .details .links.has-more-links .link:last-child {
	margin-right: 0;
}

.c-who-we-recommend__cards .c-recommended-card .details .links.has-more-links .link:last-child::after {
	content: "";
}

.c-who-we-recommend__cards .c-recommended-card .details .links .link {
	font-weight: 400;
	position: relative;
}

.c-who-we-recommend__cards .c-recommended-card .details span {
	color: #343d46;
	font-family: "Noto Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 0;
	font-weight: 600;
}

.c-who-we-recommend__cards .c-recommended-card .button {
	display: flex;
	margin: 0;
}

.c-who-we-recommend__cards .c-recommended-card .button--transparent {
	background: transparent;
	color: #d7b753;
	margin-top: 24px;
	justify-content: flex-start;
	padding: 8px 0;
	position: relative;
}

.c-who-we-recommend__cards .c-recommended-card .button--transparent:hover {
	background: transparent;
	color: #122142;
}

.c-who-we-recommend__cards .c-recommended-card .button--transparent:hover img {
	content: url("/app/themes/mb-wealth-insights/images/arrow-right-blue.svg");
}

.c-who-we-recommend__cards .c-recommended-card .button--transparent img {
	height: 24px;
	width: 24px;
}

.c-who-we-recommend .o-container {
	margin: 0 auto;
	max-width: 1143px;
	padding: 40px 16px;
	width: 100%;
}

@media all and (min-width: 1024px) {
	.c-who-we-recommend .o-container {
		padding: 64px 16px;
	}
}

@media all and (min-width: 1280px) {
	.c-who-we-recommend .o-container {
		padding-inline: 0;
	}
}

.c-who-we-recommend .title {
	color: #000000;
	font-family: "Cambon";
	font-style: normal;
	font-weight: 400;
	font-size: 40px;
	line-height: 100%;
	letter-spacing: -0.02em;
	margin-bottom: 12px;
	margin-top: 0;
}

@media all and (min-width: 1024px) {
	.c-who-we-recommend .title {
		font-size: 48px;
		line-height: 53px;
	}
}

.c-who-we-recommend .body-1 {
	color: #333333;
	font-family: "Noto Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 0;
	margin-bottom: 40px;
	margin-top: 0;
}

.c-who-we-recommend .side-line span {
	font-weight: 400;
	margin: 101px 17px 0;
	position: relative;
}

.c-who-we-recommend .side-line span::before {
	content: "";
	background: #f0d47c;
	border-radius: 50px;
	height: 9px;
	left: 3px;
	position: absolute;
	top: -21px;
	width: 9px;
}

#vertical-tab-component {
	margin-top: 24px;
}

#vertical-tab-component .tab-container {
	display: none;
}

#vertical-tab-component .tab-container-mobile .tab-item-mobile {
	cursor: pointer;
	font-family: "Noto Sans";
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	/* 28.6px */
	letter-spacing: -0.44px;
	font-weight: 600;
	color: #ffffff;
	margin: 0;
	padding: 32px 0;
	border-bottom: 1px solid;
	overflow: hidden;
}

#vertical-tab-component .tab-container-mobile .tab-item-mobile.active {
	font-family: "Cambon";
	font-weight: 400;
	font-size: 28px;
	line-height: 31px;
}

#vertical-tab-component .tab-container-mobile .tab-item-mobile.active .content-mobile {
	height: auto;
	opacity: 1;
	margin: 32px 0 0;
}

#vertical-tab-component .tab-container-mobile .tab-item-mobile.active .previous-tab-mobile {
	display: flex;
}

#vertical-tab-component .tab-container-mobile .tab-item-mobile.active .next-tab-mobile {
	display: flex;
}

#vertical-tab-component .tab-container-mobile .tab-item-mobile .title-mobile {
	margin: 0;
}

#vertical-tab-component .tab-container-mobile .tab-item-mobile .content-mobile {
	pointer-events: none;
	font-family: "Noto Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 0;
	color: #ffffff;
	border-left: 1px solid #d7b753;
	padding-left: 20px;
	height: 0;
	opacity: 0;
	transition: height 0.3s ease, opacity 0.3s ease, margin 0.3s ease;
}

#vertical-tab-component .tab-container-mobile .tab-item-mobile .previous-tab-mobile {
	flex-direction: row;
	justify-content: end;
	align-items: center;
	gap: 8px;
	cursor: pointer;
	font-family: "Noto Sans";
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	letter-spacing: 0;
	font-weight: 600;
	display: none;
	transition: display 0.3s ease;
}

#vertical-tab-component .tab-container-mobile .tab-item-mobile .next-tab-mobile {
	margin-top: 32px;
	flex-direction: row;
	justify-content: end;
	align-items: center;
	gap: 8px;
	cursor: pointer;
	font-family: "Noto Sans";
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	letter-spacing: 0;
	font-weight: 600;
	display: none;
	transition: display 0.3s ease;
}

@media all and (min-width: 1024px) {
	#vertical-tab-component .tab-container {
		display: flex;
		flex-direction: row;
	}
	#vertical-tab-component .tab-container .tab-sidebar {
		min-width: 268px;
		max-width: 268px;
		margin: 0 40px 0 0;
		cursor: default;
	}
	#vertical-tab-component .tab-container .tab-sidebar .tab-item {
		cursor: pointer;
	}
	#vertical-tab-component .tab-container .tab-sidebar .tab-item .title {
		display: block;
		font-family: "Noto Sans";
		font-size: 24px;
		font-style: normal;
		font-weight: 400;
		line-height: 130%;
		/* 31.2px */
		letter-spacing: -0.48px;
		font-size: 25px;
		color: #d7b753;
		margin: 0 0 20px;
		transition: color 0.5s ease;
	}
	#vertical-tab-component .tab-container .tab-sidebar .tab-item .title:hover {
		color: #ffffff;
	}
	#vertical-tab-component .tab-container .tab-sidebar .tab-item .title.active {
		font-weight: 500;
		color: #ffffff;
	}
	#vertical-tab-component .tab-container .tab-main {
		width: -webkit-fill-available;
	}
	#vertical-tab-component .tab-container .tab-main .content-group h2 {
		margin: 0;
		font-family: "Cambon";
		font-style: normal;
		font-weight: 400;
		font-size: 48px;
		line-height: 53px;
		letter-spacing: -0.02em;
		color: #ffffff;
	}
	#vertical-tab-component .tab-container .tab-main .content-group .content {
		border-left: 1px solid #d7b753;
		padding-left: 24px;
		margin-top: 40px;
		min-height: 310px;
		font-family: "Noto Sans";
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 140%;
		letter-spacing: 0;
		color: #ffffff;
	}
	#vertical-tab-component .tab-container .tab-main .content-controls {
		margin-top: 40px;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		cursor: pointer;
		font-family: "Noto Sans";
		font-size: 13px;
		font-style: normal;
		font-weight: 400;
		line-height: 120%;
		letter-spacing: 0;
		font-weight: 600;
	}
	#vertical-tab-component .tab-container .tab-main .content-controls .previous-tab {
		display: flex;
		flex-direction: row;
		gap: 8px;
		opacity: 0;
		transition: opacity 0.3s ease;
	}
	#vertical-tab-component .tab-container .tab-main .content-controls .previous-tab:hover span {
		color: #d7b753;
	}
	#vertical-tab-component .tab-container .tab-main .content-controls .previous-tab span {
		color: #ffffff;
		transition: color 0.4s ease;
	}
	#vertical-tab-component .tab-container .tab-main .content-controls .next-tab {
		display: flex;
		flex-direction: row;
		gap: 8px;
		transition: opacity 0.3s ease;
	}
	#vertical-tab-component .tab-container .tab-main .content-controls .next-tab:hover span {
		color: #d7b753;
	}
	#vertical-tab-component .tab-container .tab-main .content-controls .next-tab span {
		color: #d7b753;
		transition: color 0.4s ease;
	}
	#vertical-tab-component .tab-container-mobile {
		display: none;
	}
}

/*# sourceMappingURL=main.css.map */