/* Shared with the HTML sitemap (area=mapadosite). Keep Terms visuals identical. */
@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700;800&family=Cormorant+Garamond:wght@600;700&display=swap");
/* Cupido Terms structured layout — namespace .cv2-terms
   Full-bleed #f7f3ef canvas (checkout beige); content column 1440px / Contactos side-pad pattern.
   Cards: 4-up row on desktop. Breadcrumbs: css/cv2-breadcrumbs.css. */

/* ---- Page chrome: break out of site padded wrappers ---- */
html body.cv2-terms-page {
	overflow-x: hidden;
	background: #f7f3ef !important;
	background-color: #f7f3ef !important;
}
html body.cv2-terms-page #full-wrapper,
html body.cv2-terms-page .full-wrapper,
html body.cv2-terms-page #main-container,
html body.cv2-terms-page .main-container,
html body.cv2-terms-page #main-content,
html body.cv2-terms-page .main-content,
html body.cv2-terms-page #main-content.nomenu,
html body.cv2-terms-page .main-content.nomenu {
	display: block !important;
	float: none !important;
	width: 100% !important;
	max-width: none !important;
	min-width: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	box-sizing: border-box !important;
	overflow: visible !important;
	text-align: left !important;
	box-shadow: none !important;
	border: 0 !important;
	background: #f7f3ef !important;
	background-color: #f7f3ef !important;
}
html body.cv2-terms-page #full-wrapper,
html body.cv2-terms-page .full-wrapper {
	background: #f7f3ef !important;
	background-color: #f7f3ef !important;
}

/* Full-viewport canvas even if a parent still constrains width */
.cv2-terms {
	position: relative;
	left: 50%;
	right: auto;
	width: 100vw;
	max-width: 100vw;
	margin-left: -50vw;
	margin-right: 0;
	box-sizing: border-box;
	background: #f7f3ef;
	color: #2A2226;
	font-family: "Nunito", Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	text-align: left;
}
.cv2-terms a { color: #BE1E5B; }
.cv2-terms a:hover { color: #8B1C3C; }

/* Content column: 1440px + responsive side pad, matching Contactos. */
.cv2-terms__wrap {
	width: 100%;
	max-width: 1440px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 16px;
	box-sizing: border-box;
	text-align: left;
}
@media (min-width: 801px) {
	.cv2-terms__wrap { padding: 0 24px; }
}

.cv2-terms__hero {
	background: linear-gradient(180deg, #F4E6EB 0%, #f7f3ef 100%);
	padding: 18px 0 40px;
	width: 100%;
	box-sizing: border-box;
	text-align: left;
}
.cv2-terms__hero .cv2-terms__wrap {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 14px;
}

/* Breadcrumb type in cv2-breadcrumbs.css — keep structure only */
.cv2-terms__bc {
	display: block;
	width: 100%;
	text-align: left;
}

.cv2-terms__h1 {
	margin: 0;
	width: 100%;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 36px;
	font-weight: 700;
	color: #3A1F2A;
	letter-spacing: -0.5px;
	line-height: 1.15;
	text-align: left !important;
}

.cv2-terms__updated {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 6px;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 1.4px;
	text-transform: uppercase;
	color: #8B1C3C;
	text-align: left;
}
.cv2-terms__updated-val {
	color: #5B4F54;
	letter-spacing: 0;
	text-transform: none;
	font-weight: 600;
	font-size: 14px;
}
.cv2-terms__intro {
	font-size: 16px;
	line-height: 1.7;
	color: #4A3F44;
	width: 100%;
	max-width: 52rem;
	text-align: left;
}

/* Summary cards: one row on desktop; stack only on narrow mobile */
.cv2-terms__cards-wrap {
	padding: 0 0 8px;
	width: 100%;
	box-sizing: border-box;
	text-align: left;
	background: #f7f3ef;
}
.cv2-terms__cards {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
	width: 100%;
	text-align: left;
}
.cv2-terms__card {
	text-decoration: none !important;
	background: #fff;
	border-radius: 14px;
	padding: 18px 20px;
	display: flex;
	flex-direction: column;
	gap: 4px;
	min-width: 0;
	box-shadow: 0 1px 2px rgba(58, 31, 42, 0.06);
	transition: background 0.15s ease;
	text-align: left;
}
.cv2-terms__card:hover { background: #FBF1F4; }
.cv2-terms__card-title {
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 1.4px;
	text-transform: uppercase;
	color: #8B1C3C;
}
.cv2-terms__card-sum {
	font-size: 15px;
	font-weight: 700;
	color: #2A2226;
	line-height: 1.35;
}

.cv2-terms__main {
	padding: 32px 0 80px;
	width: 100%;
	box-sizing: border-box;
	background: #f7f3ef;
	text-align: left;
}
.cv2-terms__acc {
	display: flex;
	flex-direction: column;
	gap: 8px;
	width: 100%;
	text-align: left;
}
.cv2-terms__section {
	padding: 12px clamp(20px, 3vw, 32px);
	background: #fff;
	border-radius: 16px;
	box-shadow: 0 1px 2px rgba(58, 31, 42, 0.06);
	display: flex;
	flex-direction: column;
	gap: 8px;
	text-align: left;
}
.cv2-terms__head { margin: 0; text-align: left; }
.cv2-terms__toggle {
	width: 100%;
	margin: 0;
	padding: 8px 0;
	border: 0;
	background: transparent;
	cursor: pointer;
	font: inherit;
	font-size: 22px;
	font-weight: 800;
	color: #BE1E5B;
	display: flex;
	gap: 12px;
	align-items: baseline;
	text-align: left;
	user-select: none;
}
.cv2-terms__toggle:focus-visible {
	outline: 2px solid #BE1E5B;
	outline-offset: 4px;
	border-radius: 6px;
}
.cv2-terms__head-main {
	display: flex;
	gap: 12px;
	align-items: baseline;
	flex: 1;
	min-width: 0;
	text-align: left;
}
.cv2-terms__num {
	font-family: "Cormorant Garamond", Georgia, serif;
	font-weight: 600;
	color: #C9A0B0;
	font-size: 20px;
	flex: none;
}
.cv2-terms__sec-title {
	color: #8B1C3C;
	font-weight: 800;
	font-size: 22px;
	line-height: 1.25;
	text-align: left;
}
.cv2-terms__chev {
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 26px;
	line-height: 1;
	color: #C9A0B0;
	flex: none;
}
.cv2-terms__panel[hidden] { display: none !important; }
.cv2-terms__body {
	/* Block flow: CMS HTML is ul/text/br siblings; flex+gap inflated gaps. */
	display: block;
	min-height: 0;
	padding-bottom: 4px;
	font-size: 16px;
	line-height: 1.55;
	color: #4A3F44;
	text-align: left;
}
.cv2-terms__body p { margin: 0 0 0.45em; }
.cv2-terms__body > p:empty { display: none; }
.cv2-terms__body hr { display: none; }
.cv2-terms__body > :last-child { margin-bottom: 0; }
.cv2-terms__body h3 {
	margin: 0.85em 0 0.3em;
	font-size: 17px;
	font-weight: 800;
	color: #8B1C3C;
	text-align: left;
	letter-spacing: -0.15px;
}
.cv2-terms__body > h3:first-child {
	margin-top: 0;
}
.cv2-terms__body ul, .cv2-terms__body ol {
	margin: 0.55em 0 0.15em;
	padding-left: 1.15em;
	text-align: left;
}
.cv2-terms__body li { margin: 0.12em 0; }
.cv2-terms__body li:empty { display: none; }
.cv2-terms__body br + br { display: none; }
.cv2-terms__body table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #EFE4E8;
	border-radius: 14px;
	overflow: hidden;
	font-size: 15px;
}
.cv2-terms__body th,
.cv2-terms__body td {
	padding: 14px 18px;
	border-bottom: 1px solid #EFE4E8;
	text-align: left;
	vertical-align: top;
}
.cv2-terms__body th { background: #FBF1F4; font-weight: 800; color: #2A2226; }
.cv2-terms__body .cv2-terms-info,
.cv2-terms__body .info-box,
.cv2-terms__body [data-cv2-info] {
	border: 1px solid #EFE4E8;
	border-radius: 14px;
	padding: 18px 20px;
	background: #fff;
	text-align: left;
}
.cv2-terms__body .cv2-terms-chip,
.cv2-terms__body .pay-chip {
	display: inline-block;
	background: #FBF1F4;
	color: #8B1C3C;
	font-size: 14px;
	font-weight: 700;
	padding: 8px 14px;
	border-radius: 999px;
	margin: 4px 4px 4px 0;
}

/* Tablet: 2x2; mobile: stack */
@media (max-width: 900px) {
	.cv2-terms__cards {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
@media (max-width: 560px) {
	.cv2-terms__cards {
		grid-template-columns: 1fr;
	}
	.cv2-terms__sec-title { font-size: 18px; }
	.cv2-terms__toggle { font-size: 18px; }
	.cv2-terms__num { font-size: 18px; }
	.cv2-terms__h1 { font-size: 36px; }
}

@media print {
	.cv2-terms__panel[hidden] { display: block !important; }
	.cv2-terms__chev { display: none; }
	.cv2-terms__section { break-inside: avoid; box-shadow: none; border: 1px solid #EFE4E8; }
	.cv2-terms__card { break-inside: avoid; }
	.cv2-terms {
		left: 0;
		width: 100%;
		max-width: none;
		margin-left: 0;
	}
}

@media (prefers-reduced-motion: reduce) {
	.cv2-terms__card { transition: none; }
}

html.no-js .cv2-terms__panel[hidden],
.cv2-terms.cv2-terms--nojs .cv2-terms__panel[hidden] {
	display: block !important;
}

/* Original body for institutional pages with no active sections.
   Scoped to .cv2-terms__prose so the Informacoes accordion is unchanged. */
.cv2-terms__prose {
	width: 100%;
	font-size: 16px;
	line-height: 1.7;
	color: #4A3F44;
}
.cv2-terms__prose,
.cv2-terms__prose * {
	font-family: "Nunito", Helvetica, Arial, sans-serif !important;
	text-align: left !important;
}
.cv2-terms__prose h1,
.cv2-terms__prose h2,
.cv2-terms__prose h3,
.cv2-terms__prose h4,
.cv2-terms__prose h5,
.cv2-terms__prose h6 {
	color: #8B1C3C !important;
	font-weight: 800;
	line-height: 1.25;
	margin: 1.1em 0 0.4em;
	letter-spacing: -0.2px;
}
.cv2-terms__prose h1 { font-size: 26px; }
.cv2-terms__prose h2 { font-size: 22px; }
.cv2-terms__prose h3,
.cv2-terms__prose h4,
.cv2-terms__prose h5,
.cv2-terms__prose h6 {
	font-size: 17px;
	color: #2A2226 !important;
}
.cv2-terms__prose p { margin: 0 0 0.75em; }
.cv2-terms__prose ul,
.cv2-terms__prose ol {
	margin: 0 0 0.75em;
	padding-left: 1.25em;
}
.cv2-terms__prose li { margin: 0.35em 0; }
.cv2-terms__prose img {
	max-width: 100% !important;
	height: auto !important;
}
.cv2-terms__prose table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #EFE4E8;
	border-radius: 14px;
	overflow: hidden;
	font-size: 15px;
	margin: 0 0 0.75em;
}
.cv2-terms__prose th,
.cv2-terms__prose td {
	padding: 14px 18px;
	border-bottom: 1px solid #EFE4E8;
	vertical-align: top;
}
.cv2-terms__prose th {
	background: #FBF1F4;
	font-weight: 800;
	color: #2A2226;
}
.cv2-terms__prose a { color: #BE1E5B; }
.cv2-terms__prose hr { display: none; }

/* prose path: beat blog canvas + CMS inline center.
   Informacoes accordion (.cv2-terms__section / cards) is not targeted.
   Loaded after cv2-blog-module.css. Wins over cupido.css .main-content { text-align:center }
   and inline text-align/font-size on the CMS HTML. */
html body.webstore-main-body.cv2-terms-page.cv2-blog-page,
html body.cv2-terms-page.cv2-blog-page,
html body.webstore-main-body.cv2-terms-page.cv2-blog-page #full-wrapper,
html body.webstore-main-body.cv2-terms-page.cv2-blog-page .full-wrapper,
html body.webstore-main-body.cv2-terms-page.cv2-blog-page #main-container,
html body.webstore-main-body.cv2-terms-page.cv2-blog-page .main-container,
html body.webstore-main-body.cv2-terms-page.cv2-blog-page #main-content,
html body.webstore-main-body.cv2-terms-page.cv2-blog-page .main-content,
html body.cv2-terms-page #main-content,
html body.cv2-terms-page .main-content {
	background: #f7f3ef !important;
	background-color: #f7f3ef !important;
	text-align: left !important;
}
html body.cv2-terms-page .cv2-terms__hero,
html body.cv2-terms-page .cv2-terms__hero .cv2-terms__wrap,
html body.cv2-terms-page .cv2-terms__bc,
html body.cv2-terms-page .cv2-terms__bc ol,
html body.cv2-terms-page .cv2-terms__bc li,
html body.cv2-terms-page .cv2-terms__h1,
html body.cv2-terms-page .cv2-terms__intro,
html body.cv2-terms-page .cv2-terms__intro * {
	text-align: left !important;
}
html body.cv2-terms-page .cv2-terms__h1 {
	font-family: "Cormorant Garamond", Georgia, serif !important;
	font-size: 36px !important;
	font-weight: 700 !important;
	color: #3A1F2A !important;
	letter-spacing: -0.5px !important;
	line-height: 1.15 !important;
}

/* One title only: blog article header must not sit beside the hero H1. */
html body.cv2-terms-page .cv2-blog-title,
html body.cv2-terms-page .cv2-blog-bc,
html body.cv2-terms-page .cv2-blog-kicker,
html body.cv2-terms-page .cv2-blog-excerpt,
html body.cv2-terms-page .cv2-blog-author,
html body.cv2-terms-page .cv2-blog-hero,
html body.cv2-terms-page .cv2-blog-body {
	display: none !important;
}
html body.cv2-terms-page .cv2-blog.cv2-blog--inst-tail {
	max-width: 1440px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
	background: transparent !important;
	background-color: transparent !important;
	text-align: left !important;
	color: #4A3F44;
}

/* Body = .cv2-terms__body (16px / 1.7 / #4A3F44). !important beats inline center. */
html body.cv2-terms-page .cv2-terms .cv2-terms__prose,
html body.cv2-terms-page .cv2-terms .cv2-terms__prose p,
html body.cv2-terms-page .cv2-terms .cv2-terms__prose div,
html body.cv2-terms-page .cv2-terms .cv2-terms__prose li,
html body.cv2-terms-page .cv2-terms .cv2-terms__prose span,
html body.cv2-terms-page .cv2-terms .cv2-terms__prose a,
html body.cv2-terms-page .cv2-terms .cv2-terms__prose strong,
html body.cv2-terms-page .cv2-terms .cv2-terms__prose em,
html body.cv2-terms-page .cv2-terms .cv2-terms__prose label {
	font-family: "Nunito", Helvetica, Arial, sans-serif !important;
	font-size: 16px !important;
	line-height: 1.7 !important;
	text-align: left !important;
}
html body.cv2-terms-page .cv2-terms .cv2-terms__prose,
html body.cv2-terms-page .cv2-terms .cv2-terms__prose p,
html body.cv2-terms-page .cv2-terms .cv2-terms__prose div,
html body.cv2-terms-page .cv2-terms .cv2-terms__prose li {
	color: #4A3F44 !important;
}
html body.cv2-terms-page .cv2-terms .cv2-terms__prose a {
	color: #BE1E5B !important;
}
html body.cv2-terms-page .cv2-terms .cv2-terms__prose ul,
html body.cv2-terms-page .cv2-terms .cv2-terms__prose ol {
	margin: 0 0 0.75em;
	padding-left: 1.25em;
	text-align: left !important;
}
html body.cv2-terms-page .cv2-terms .cv2-terms__prose input,
html body.cv2-terms-page .cv2-terms .cv2-terms__prose input[type="checkbox"] {
	float: none !important;
	text-align: left !important;
	vertical-align: middle;
}

/* Subtitles = .cv2-terms__sec-title (22px / 800 / #8B1C3C), not CSS uppercase. */
html body.cv2-terms-page .cv2-terms .cv2-terms__prose h1,
html body.cv2-terms-page .cv2-terms .cv2-terms__prose h1 span,
html body.cv2-terms-page .cv2-terms .cv2-terms__prose h1 font,
html body.cv2-terms-page .cv2-terms .cv2-terms__prose h2,
html body.cv2-terms-page .cv2-terms .cv2-terms__prose h2 span,
html body.cv2-terms-page .cv2-terms .cv2-terms__prose h2 font,
html body.cv2-terms-page .cv2-terms .cv2-terms__prose h3,
html body.cv2-terms-page .cv2-terms .cv2-terms__prose h3 span,
html body.cv2-terms-page .cv2-terms .cv2-terms__prose h3 font,
html body.cv2-terms-page .cv2-terms .cv2-terms__prose h4,
html body.cv2-terms-page .cv2-terms .cv2-terms__prose h4 span,
html body.cv2-terms-page .cv2-terms .cv2-terms__prose h5,
html body.cv2-terms-page .cv2-terms .cv2-terms__prose h6,
html body.cv2-terms-page .cv2-terms .cv2-terms__prose > span[style*="8d0042"],
html body.cv2-terms-page .cv2-terms .cv2-terms__prose > span[style*="8D0042"],
html body.cv2-terms-page .cv2-terms .cv2-terms__prose p > strong:only-child,
html body.cv2-terms-page .cv2-terms .cv2-terms__prose p > b:only-child,
html body.cv2-terms-page .cv2-terms .cv2-terms__prose [style*="font-size:18px"],
html body.cv2-terms-page .cv2-terms .cv2-terms__prose [style*="font-size: 18px"],
html body.cv2-terms-page .cv2-terms .cv2-terms__prose [style*="font-size:18px"] span,
html body.cv2-terms-page .cv2-terms .cv2-terms__prose [style*="font-size: 18px"] span,
html body.cv2-terms-page .cv2-terms .cv2-terms__prose [style*="font-size:20px"],
html body.cv2-terms-page .cv2-terms .cv2-terms__prose [style*="font-size: 20px"],
html body.cv2-terms-page .cv2-terms .cv2-terms__prose [style*="font-size:20px"] span,
html body.cv2-terms-page .cv2-terms .cv2-terms__prose [style*="font-size: 20px"] span,
html body.cv2-terms-page .cv2-terms .cv2-terms__prose [style*="font-size:22px"],
html body.cv2-terms-page .cv2-terms .cv2-terms__prose [style*="font-size: 22px"],
html body.cv2-terms-page .cv2-terms .cv2-terms__prose [style*="font-size:22px"] span,
html body.cv2-terms-page .cv2-terms .cv2-terms__prose [style*="font-size: 22px"] span,
html body.cv2-terms-page .cv2-terms .cv2-terms__prose [style*="font-size:24px"],
html body.cv2-terms-page .cv2-terms .cv2-terms__prose [style*="font-size: 24px"],
html body.cv2-terms-page .cv2-terms .cv2-terms__prose [style*="font-size:24px"] span,
html body.cv2-terms-page .cv2-terms .cv2-terms__prose [style*="font-size: 24px"] span,
html body.cv2-terms-page .cv2-terms .cv2-terms__prose [style*="font-size:26px"],
html body.cv2-terms-page .cv2-terms .cv2-terms__prose [style*="font-size: 26px"],
html body.cv2-terms-page .cv2-terms .cv2-terms__prose [style*="font-size:26px"] span,
html body.cv2-terms-page .cv2-terms .cv2-terms__prose [style*="font-size: 26px"] span,
html body.cv2-terms-page .cv2-terms .cv2-terms__prose [style*="font-size:28px"],
html body.cv2-terms-page .cv2-terms .cv2-terms__prose [style*="font-size: 28px"],
html body.cv2-terms-page .cv2-terms .cv2-terms__prose [style*="font-size:28px"] span,
html body.cv2-terms-page .cv2-terms .cv2-terms__prose [style*="font-size: 28px"] span {
	font-family: "Nunito", Helvetica, Arial, sans-serif !important;
	font-size: 22px !important;
	font-weight: 800 !important;
	line-height: 1.25 !important;
	color: #8B1C3C !important;
	text-align: left !important;
	text-transform: none !important;
	letter-spacing: 0 !important;
}

/* Prose rhythm (privacy and other non-accordion pages).
   Scoped away from .cv2-terms__acc / .cv2-terms__sec-title.
   Leading duplicate titles are removed in cv2TermsStripLeadingDuplicateTitles. */
html body.cv2-terms-page .cv2-terms .cv2-terms__prose {
	margin-top: 0;
	padding-top: 0;
}
html body.cv2-terms-page .cv2-terms .cv2-terms__prose p,
html body.cv2-terms-page .cv2-terms .cv2-terms__prose li {
	margin: 0 0 12px;
}
html body.cv2-terms-page .cv2-terms .cv2-terms__prose h1,
html body.cv2-terms-page .cv2-terms .cv2-terms__prose h2,
html body.cv2-terms-page .cv2-terms .cv2-terms__prose h3,
html body.cv2-terms-page .cv2-terms .cv2-terms__prose h4,
html body.cv2-terms-page .cv2-terms .cv2-terms__prose h5,
html body.cv2-terms-page .cv2-terms .cv2-terms__prose h6 {
	display: block;
	margin: 28px 0 8px !important;
	padding-top: 0;
	font-size: 22px !important;
	font-weight: 800 !important;
	color: #8B1C3C !important;
	text-align: left !important;
	line-height: 1.3 !important;
	text-transform: none !important;
}
html body.cv2-terms-page .cv2-terms .cv2-terms__prose > span[style*="8d0042"],
html body.cv2-terms-page .cv2-terms .cv2-terms__prose > span[style*="8D0042"] {
	display: block;
	margin: 28px 0 8px !important;
	padding-top: 0;
	font-size: 22px !important;
	font-weight: 800 !important;
	color: #8B1C3C !important;
	text-align: left !important;
	line-height: 1.3 !important;
	text-transform: none !important;
	letter-spacing: 0 !important;
}
/* Old CMS inline margin/padding/line-height on the first prose node. */
html body.cv2-terms-page .cv2-terms .cv2-terms__prose > :first-child,
html body.cv2-terms-page .cv2-terms .cv2-terms__prose > h1:first-child,
html body.cv2-terms-page .cv2-terms .cv2-terms__prose > h2:first-child,
html body.cv2-terms-page .cv2-terms .cv2-terms__prose > h3:first-child,
html body.cv2-terms-page .cv2-terms .cv2-terms__prose > h4:first-child,
html body.cv2-terms-page .cv2-terms .cv2-terms__prose > h5:first-child,
html body.cv2-terms-page .cv2-terms .cv2-terms__prose > h6:first-child,
html body.cv2-terms-page .cv2-terms .cv2-terms__prose > span[style*="8d0042"]:first-child,
html body.cv2-terms-page .cv2-terms .cv2-terms__prose > span[style*="8D0042"]:first-child,
html body.cv2-terms-page .cv2-terms .cv2-terms__prose > :first-child[style*="margin"],
html body.cv2-terms-page .cv2-terms .cv2-terms__prose > :first-child[style*="padding"],
html body.cv2-terms-page .cv2-terms .cv2-terms__prose > :first-child[style*="line-height"] {
	margin-top: 0 !important;
	padding-top: 0 !important;
}
html body.cv2-terms-page .cv2-terms .cv2-terms__prose br + br {
	display: none;
}
html body.cv2-terms-page .cv2-terms .cv2-terms__prose > br:first-child,
html body.cv2-terms-page .cv2-terms .cv2-terms__prose hr + br,
html body.cv2-terms-page .cv2-terms .cv2-terms__prose h1 + br,
html body.cv2-terms-page .cv2-terms .cv2-terms__prose h2 + br,
html body.cv2-terms-page .cv2-terms .cv2-terms__prose h3 + br,
html body.cv2-terms-page .cv2-terms .cv2-terms__prose h4 + br,
html body.cv2-terms-page .cv2-terms .cv2-terms__prose h5 + br,
html body.cv2-terms-page .cv2-terms .cv2-terms__prose h6 + br,
html body.cv2-terms-page .cv2-terms .cv2-terms__prose > span[style*="8d0042"] + br,
html body.cv2-terms-page .cv2-terms .cv2-terms__prose > span[style*="8D0042"] + br {
	display: none;
}
.cv2-terms--prose .cv2-terms__hero{padding-bottom:50px}
.cv2-terms--prose .cv2-terms__main{padding-top:0}
