:root {
	--qrg-profile-navy: #071b34;
	--qrg-profile-blue: #0b77bd;
	--qrg-profile-blue-dark: #055f9c;
	--qrg-profile-yellow: #ffc62d;
	--qrg-profile-ink: #0a213d;
	--qrg-profile-muted: #617086;
	--qrg-profile-line: #dbe5ef;
	--qrg-profile-card: #ffffff;
	--qrg-profile-shadow: 0 16px 38px rgba(10, 33, 61, 0.08);
}

body.qrg-profile-view-page {
	background: #f3f6f9;
}

body.qrg-profile-view-page .elementor,
body.qrg-profile-view-page .elementor-section,
body.qrg-profile-view-page .elementor-container,
body.qrg-profile-view-page .elementor-widget-wrap,
body.qrg-profile-view-page .elementor-widget,
body.qrg-profile-view-page .elementor-widget-container,
body.qrg-profile-view-page .elementor-shortcode {
	margin: 0 !important;
	padding: 0 !important;
}

body.qrg-profile-view-page .elementor-1237 .elementor-element.elementor-element-53538dee,
body.qrg-profile-view-page .elementor-1237 .elementor-element.elementor-element-cbe7bf4 {
	--padding-top: 0 !important;
	--padding-bottom: 0 !important;
	--padding-left: 0 !important;
	--padding-right: 0 !important;
	--width: 100% !important;
	width: 100% !important;
}

body.qrg-profile-view-page .elementor-1237 .e-con-inner {
	max-width: none !important;
	padding: 0 !important;
	width: 100% !important;
}

.qrg-profile-view {
	background: #f3f6f9;
	color: var(--qrg-profile-ink);
	font-family: "Inter", Arial, sans-serif;
	left: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	margin-top: -1px;
	max-width: 100vw;
	overflow-x: clip;
	position: relative;
	right: 50%;
	width: 100vw;
}

.qrg-profile-view * {
	box-sizing: border-box;
}

.qrg-profile-hero {
	background-image: linear-gradient(90deg, rgba(8, 28, 48, 0.78), rgba(37, 54, 78, 0.58)), var(--qrg-profile-hero-bg);
	background-position: center 24%;
	background-size: cover;
	color: #fff;
	min-height: 432px;
	overflow: hidden;
	position: relative;
}

.qrg-profile-hero::after {
	background-image: repeating-conic-gradient(
		from 0deg,
		rgba(255, 255, 255, 0.13) 0deg 90deg,
		rgba(0, 27, 48, 0.12) 90deg 180deg,
		rgba(255, 255, 255, 0.08) 180deg 270deg,
		rgba(0, 27, 48, 0.10) 270deg 360deg
	);
	background-size: 82px 82px;
	content: "";
	inset: 0;
	opacity: 0.62;
	pointer-events: none;
	position: absolute;
}

.qrg-profile-hero__inner {
	align-items: center;
	display: grid;
	gap: 40px;
	grid-template-columns: minmax(496px, 1fr) 420px;
	margin: 0 auto;
	max-width: 1156px;
	min-height: 432px;
	padding: 54px 100px 58px;
	position: relative;
	z-index: 1;
}

.qrg-profile-hero__copy {
	max-width: 520px;
}

.qrg-profile-eyebrow {
	align-items: center;
	color: #e8f3ff;
	display: flex;
	flex-wrap: wrap;
	font-size: 12px;
	font-weight: 800;
	gap: 9px;
	letter-spacing: 0;
	text-transform: uppercase;
}

.qrg-profile-eyebrow span {
	background: var(--qrg-profile-yellow);
	border-radius: 2px;
	box-shadow: 8px 0 0 rgba(255, 198, 45, 0.65), 0 8px 0 rgba(255, 198, 45, 0.65), 8px 8px 0 rgba(255, 198, 45, 0.3);
	height: 5px;
	width: 5px;
}

.qrg-profile-eyebrow strong {
	color: var(--qrg-profile-yellow);
}

.qrg-profile-eyebrow em {
	background: #d7ffe9;
	border-radius: 3px;
	color: #007a4d;
	font-size: 10px;
	font-style: normal;
	line-height: 1;
	padding: 6px 9px;
}

.qrg-profile-hero h1 {
	color: #fff;
	font-size: clamp(38px, 4vw, 54px);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.03;
	margin: 31px 0 11px;
	max-width: 610px;
}

.qrg-profile-hero__name {
	display: inline;
}

.qrg-profile-hero__nickname {
	display: inline-flex;
	align-items: baseline;
	gap: 10px;
	margin: 0 0 12px;
}

.qrg-profile-hero__nickname span {
	color: var(--qrg-profile-yellow);
	font-size: 18px;
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;
}

.qrg-profile-hero__nickname strong {
	color: #fff;
	font-size: 18px;
	font-weight: 900;
	line-height: 1;
}

.qrg-profile-hero__title {
	color: var(--qrg-profile-yellow);
	font-size: 18px;
	font-weight: 900;
	letter-spacing: 0;
	margin: 0 0 24px;
	text-transform: uppercase;
}

.qrg-profile-hero__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
	margin-bottom: 26px;
}

.qrg-profile-hero__meta span {
	align-items: center;
	color: #e8f3ff;
	display: inline-flex;
	font-size: 14px;
	font-weight: 650;
	gap: 7px;
}

.qrg-profile-hero__meta strong {
	color: var(--qrg-profile-yellow);
	font-weight: 900;
	text-transform: uppercase;
}

.qrg-profile-hero__meta span::before {
	background: transparent;
	border: 2px solid rgba(255, 255, 255, 0.78);
	border-radius: 999px;
	content: "";
	height: 10px;
	width: 10px;
}

.qrg-profile-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.qrg-profile-hero__actions a {
	align-items: center;
	background: transparent;
	border: 2px solid #1b75ff;
	border-radius: 5px;
	color: #fff;
	display: inline-flex;
	font-size: 13px;
	font-weight: 850;
	gap: 8px;
	justify-content: center;
	min-height: 42px;
	min-width: 112px;
	padding: 10px 18px;
	text-decoration: none;
	transition: background 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.qrg-profile-hero__actions a::before {
	align-items: center;
	border: 2px solid currentColor;
	border-radius: 999px;
	content: "";
	display: inline-flex;
	height: 11px;
	justify-content: center;
	width: 11px;
}

.qrg-profile-hero__actions .qrg-profile-action--primary::before {
	border-radius: 4px;
	transform: rotate(45deg);
}

.qrg-profile-hero__actions .qrg-profile-action--dark::before {
	border-radius: 2px;
}

.qrg-profile-hero__actions .qrg-profile-action--primary {
	background: var(--qrg-profile-yellow);
	border-color: var(--qrg-profile-yellow);
	color: #061c35;
}

.qrg-profile-hero__actions .qrg-profile-action--dark {
	background: rgba(3, 16, 31, 0.92);
	border-color: #1b75ff;
	color: #fff;
}

.qrg-profile-hero__actions a:hover,
.qrg-profile-hero__actions a:focus-visible {
	background: #fff;
	border-color: #fff;
	color: #061c35;
	transform: translateY(-1px);
}

.qrg-profile-hero__media {
	align-items: center;
	display: grid;
	gap: 32px;
	grid-template-columns: 174px 214px;
	justify-content: end;
	min-height: 260px;
}

.qrg-profile-hero__media--single {
	grid-template-columns: 220px;
	justify-content: center;
}

body.qrg-profile-view-page .qrg-profile-hero .qrg-profile-hero__media--single .qrg-profile-hero__avatar {
	height: 220px !important;
	max-height: 220px !important;
	max-width: 220px !important;
	min-height: 220px;
	min-width: 220px;
	width: 220px !important;
}

body.qrg-profile-view-page .qrg-profile-hero .qrg-profile-hero__avatar {
	aspect-ratio: 1;
	background: rgba(255, 255, 255, 0.12);
	border: 4px solid var(--qrg-profile-yellow);
	border-radius: 100% !important;
	box-shadow: 0 18px 45px rgba(0, 0, 0, 0.25);
	clip-path: circle(50% at 50% 50%);
	display: block;
	height: 174px !important;
	max-height: 174px !important;
	max-width: 174px !important;
	min-height: 174px;
	min-width: 174px;
	object-fit: cover !important;
	overflow: hidden;
	position: relative;
	width: 174px !important;
	z-index: 2;
}

body.qrg-profile-view-page .qrg-profile-hero .qrg-profile-hero__card {
	aspect-ratio: 3 / 4;
	background: rgba(4, 18, 35, 0.35);
	border: 2px solid #166aff;
	border-radius: 14px !important;
	box-shadow: 0 22px 54px rgba(0, 0, 0, 0.28);
	clip-path: inset(0 round 14px);
	display: block;
	height: 254px !important;
	margin-left: 0;
	max-height: 254px !important;
	max-width: 214px !important;
	min-height: 254px;
	min-width: 214px;
	object-fit: cover !important;
	overflow: hidden;
	width: 214px !important;
}

.qrg-profile-hero__socials {
	align-items: center;
	display: flex;
	gap: 28px;
	margin-top: 24px;
	padding-left: 12px;
}

.qrg-profile-hero__socials a {
	align-items: center;
	color: rgba(255, 255, 255, 0.92);
	display: inline-flex;
	height: 24px;
	justify-content: center;
	text-decoration: none;
	width: 24px;
}

.qrg-profile-hero__socials svg {
	fill: none;
	height: 18px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2.2;
	width: 18px;
}

.qrg-profile-hero__socials .qrg-profile-social-icon--facebook svg {
	fill: currentColor;
	stroke: none;
}

.qrg-profile-hero__socials a:hover,
.qrg-profile-hero__socials a:focus-visible {
	color: var(--qrg-profile-yellow);
	transform: translateY(-1px);
}

.qrg-profile-tabs {
	background: #fff;
	border-bottom: 1px solid var(--qrg-profile-line);
	box-shadow: 0 10px 26px rgba(10, 33, 61, 0.04);
	position: sticky;
	top: 0;
	z-index: 25;
}

.admin-bar .qrg-profile-tabs {
	top: 32px;
}

.qrg-profile-tabs__inner {
	display: flex;
	gap: 0;
	margin: 0 auto;
	max-width: 1156px;
	overflow-x: auto;
	padding: 0 100px;
	scrollbar-width: thin;
}

.qrg-profile-tabs a {
	border-bottom: 3px solid transparent;
	color: #0b2442;
	display: inline-flex;
	font-size: 12px;
	font-weight: 850;
	min-height: 48px;
	padding: 17px 15px 14px;
	text-decoration: none;
	white-space: nowrap;
}

.qrg-profile-tabs a:hover,
.qrg-profile-tabs a:focus-visible,
.qrg-profile-tabs a.is-active {
	background: #edf6ff;
	border-bottom-color: #186cff;
	color: #0b67b2;
}

.qrg-profile-main {
	margin: 0 auto;
	max-width: 1080px;
	padding: 44px 24px 72px;
}

body.qrg-profile-view-page .qrg-profile-main.qrg-profile-main--ends-final {
	padding-bottom: 0;
}

body.qrg-profile-view-page .qrg-profile-main--ends-final .qrg-profile-section--final {
	margin-bottom: 0;
}

.qrg-profile-section {
	background-color: rgba(243, 246, 249, 0.94) !important;
	background-image: linear-gradient(180deg, rgba(243, 246, 249, 0.9), rgba(243, 246, 249, 0.78)), url("../images/profile-section-bg.webp") !important;
	background-position: center bottom !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	scroll-margin-top: 112px;
}

.qrg-profile-section + .qrg-profile-section {
	margin-top: 0;
}

.qrg-profile-section--story {
	background-color: transparent !important;
	background-image: none !important;
}

.qrg-profile-section__header {
	align-items: center;
	display: flex;
	gap: 12px;
	margin-bottom: 20px;
}

.qrg-profile-section__header > span {
	align-items: center;
	background: #061c35;
	border-radius: 7px;
	color: var(--qrg-profile-yellow);
	display: inline-flex;
	height: 34px;
	justify-content: center;
	width: 34px;
}

.qrg-profile-section__header svg {
	fill: none;
	height: 18px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2.4;
	width: 18px;
}

.qrg-profile-section__header h2 {
	color: var(--qrg-profile-navy);
	font-size: 29px;
	font-weight: 950;
	letter-spacing: 0;
	line-height: 1.12;
	margin: 0;
	text-transform: uppercase;
}

.qrg-profile-section__header p {
	color: var(--qrg-profile-muted);
	font-size: 14px;
	margin: 4px 0 0;
}

.qrg-profile-card-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.qrg-profile-card-grid--compact,
.qrg-profile-card-grid--minds,
.qrg-profile-card-grid--road,
.qrg-profile-card-grid--reflections,
.qrg-profile-card-grid--jr,
.qrg-profile-card-grid--merchandise {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.qrg-profile-section--minds {
	background-image: linear-gradient(90deg, rgba(6, 18, 33, 0.78), rgba(6, 18, 33, 0.52)), url("../images/inquiring-minds-bg.jpg");
	background-position: center;
	background-size: cover;
	box-shadow: 0 18px 44px rgba(6, 18, 33, 0.12);
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	padding: 56px max(24px, calc((100vw - 1080px) / 2 + 24px));
	position: relative;
}

.qrg-profile-section--minds .qrg-profile-section__header h2 {
	color: #fff;
}

.qrg-profile-section--minds .qrg-profile-section__header p {
	color: rgba(255, 255, 255, 0.78);
}

.qrg-profile-section--minds .qrg-profile-field-card {
	background: rgba(255, 255, 255, 0.92);
	border-color: rgba(255, 255, 255, 0.72);
	box-shadow: 0 16px 34px rgba(4, 18, 35, 0.16);
}

.qrg-profile-section--sponsors {
	background-image: linear-gradient(90deg, rgba(7, 17, 28, 0.76), rgba(7, 17, 28, 0.46)), url("../images/sponsors-bg.jpg");
	background-position: center;
	background-size: cover;
	box-shadow: 0 18px 44px rgba(6, 18, 33, 0.12);
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	padding: 56px max(24px, calc((100vw - 1080px) / 2 + 24px));
	position: relative;
}

.qrg-profile-section--sponsors .qrg-profile-section__header h2 {
	color: #fff;
}

.qrg-profile-section--sponsors .qrg-profile-section__header p {
	color: rgba(255, 255, 255, 0.78);
}

.qrg-profile-section--sponsors .qrg-sponsor-tile,
.qrg-profile-section--sponsors .qrg-profile-field-card {
	background: rgba(255, 255, 255, 0.94);
	border-color: rgba(255, 255, 255, 0.76);
	box-shadow: 0 16px 34px rgba(4, 18, 35, 0.16);
}

.qrg-profile-section--sponsors .qrg-sponsor-chips span {
	background: rgba(255, 255, 255, 0.94);
	border-color: rgba(255, 255, 255, 0.76);
}

.qrg-profile-section--road {
	background-image: linear-gradient(90deg, rgba(6, 18, 33, 0.78), rgba(6, 18, 33, 0.46)), url("../images/life-on-the-road-bg.jpg");
	background-position: center 42%;
	background-size: cover;
	box-shadow: 0 18px 44px rgba(6, 18, 33, 0.12);
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	padding: 56px max(24px, calc((100vw - 1080px) / 2 + 24px));
	position: relative;
}

.qrg-profile-section--road .qrg-profile-section__header h2 {
	color: #fff;
}

.qrg-profile-section--road .qrg-profile-section__header p {
	color: rgba(255, 255, 255, 0.78);
}

.qrg-profile-section--road .qrg-profile-field-card {
	background: rgba(255, 255, 255, 0.93);
	border-color: rgba(255, 255, 255, 0.76);
	box-shadow: 0 16px 34px rgba(4, 18, 35, 0.16);
}

.qrg-profile-section--merchandise {
	background-image: linear-gradient(90deg, rgba(6, 18, 33, 0.76), rgba(6, 18, 33, 0.42)), url("../images/merchandise-bg.png");
	background-position: center 56%;
	background-size: cover;
	box-shadow: 0 18px 44px rgba(6, 18, 33, 0.12);
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	padding: 56px max(24px, calc((100vw - 1080px) / 2 + 24px));
	position: relative;
}

.qrg-profile-section--merchandise .qrg-profile-section__header h2 {
	color: #fff;
}

.qrg-profile-section--merchandise .qrg-profile-section__header p {
	color: rgba(255, 255, 255, 0.78);
}

.qrg-profile-section--merchandise .qrg-merch-card,
.qrg-profile-section--merchandise .qrg-profile-field-card {
	background: rgba(255, 255, 255, 0.94);
	border-color: rgba(255, 255, 255, 0.76);
	box-shadow: 0 16px 34px rgba(4, 18, 35, 0.16);
}

.qrg-profile-section--merchandise .qrg-profile-card-grid {
	margin-top: 56px;
}

.qrg-profile-section--merchandise .qrg-profile-card-grid--compact > .qrg-profile-field-card:only-child {
	grid-column: 1 / -1;
	justify-self: center;
	width: min(100%, 520px);
}

.qrg-profile-section--social {
	background-image: linear-gradient(90deg, rgba(6, 18, 33, 0.72), rgba(6, 18, 33, 0.38)), url("../images/social-bg.jpg");
	background-position: center 45%;
	background-size: cover;
	box-shadow: 0 18px 44px rgba(6, 18, 33, 0.12);
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	padding: 56px max(24px, calc((100vw - 1080px) / 2 + 24px));
	position: relative;
}

.qrg-profile-section--social .qrg-profile-section__header h2 {
	color: #fff;
}

.qrg-profile-section--social .qrg-profile-section__header p {
	color: rgba(255, 255, 255, 0.78);
}

.qrg-profile-section--social .qrg-social-card,
.qrg-profile-section--social .qrg-profile-field-card {
	background: rgba(255, 255, 255, 0.94);
	border-color: rgba(255, 255, 255, 0.76);
	box-shadow: 0 16px 34px rgba(4, 18, 35, 0.16);
}

.qrg-profile-section--reflections {
	background-image: linear-gradient(90deg, rgba(6, 18, 33, 0.76), rgba(6, 18, 33, 0.44)), url("../images/reflections-bg.png");
	background-position: center;
	background-size: cover;
	box-shadow: 0 18px 44px rgba(6, 18, 33, 0.12);
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	padding: 56px max(24px, calc((100vw - 1080px) / 2 + 24px));
	position: relative;
}

.qrg-profile-section--reflections .qrg-profile-section__header h2 {
	color: #fff;
}

.qrg-profile-section--reflections .qrg-profile-section__header p {
	color: rgba(255, 255, 255, 0.78);
}

.qrg-profile-section--reflections .qrg-profile-field-card {
	background: rgba(255, 255, 255, 0.93);
	border-color: rgba(255, 255, 255, 0.76);
	box-shadow: 0 16px 34px rgba(4, 18, 35, 0.16);
}

.qrg-profile-section--heroes {
	background-image: linear-gradient(90deg, rgba(6, 18, 33, 0.74), rgba(6, 18, 33, 0.48)), url("../images/unsung-heroes-bg.png");
	background-position: center 38%;
	background-size: cover;
	box-shadow: 0 18px 44px rgba(6, 18, 33, 0.12);
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	padding: 56px max(24px, calc((100vw - 1080px) / 2 + 24px));
	position: relative;
}

.qrg-profile-section--heroes .qrg-profile-section__header h2 {
	color: #fff;
}

.qrg-profile-section--heroes .qrg-profile-section__header p {
	color: rgba(255, 255, 255, 0.78);
}

.qrg-profile-section--heroes .qrg-profile-field-card {
	background: rgba(255, 255, 255, 0.93);
	border-color: rgba(255, 255, 255, 0.76);
	box-shadow: 0 16px 34px rgba(4, 18, 35, 0.16);
}

.qrg-heroes-split {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.qrg-heroes-column {
	display: grid;
	gap: 18px;
	grid-auto-rows: min-content;
}

.qrg-heroes-column .qrg-profile-field-card {
	width: 100%;
}

.qrg-profile-section--final {
	background: #08223e;
	box-shadow: 0 18px 44px rgba(6, 18, 33, 0.12);
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	padding: 18px max(24px, calc((100vw - 1080px) / 2 + 24px)) 44px;
	position: relative;
}

.qrg-profile-section--final .qrg-profile-section__header {
	margin-bottom: 26px;
}

.qrg-profile-section--final .qrg-profile-section__header > span {
	background: #061c35;
	border: 1px solid rgba(255, 255, 255, 0.24);
}

.qrg-profile-section--final .qrg-profile-section__header h2 {
	color: #fff;
	font-size: 24px;
}

.qrg-profile-section--final .qrg-profile-section__header p {
	color: rgba(255, 255, 255, 0.78);
}

.qrg-profile-section:not(.qrg-profile-section--story) .qrg-profile-section__header h2,
.qrg-profile-section:not(.qrg-profile-section--story) .qrg-profile-section__header p {
	color: #000;
}

.qrg-final-card {
	background: #fff;
	border: 1px solid rgba(255, 255, 255, 0.8);
	border-radius: 8px;
	box-shadow: 0 18px 44px rgba(0, 0, 0, 0.2);
	color: #071d35;
	margin: 0 auto;
	padding: 48px 40px 42px;
	text-align: center;
	width: 100%;
}

.qrg-final-quote {
	color: var(--qrg-profile-yellow);
	display: block;
	font-size: 34px;
	font-weight: 950;
	line-height: 1;
	margin-bottom: 18px;
}

.qrg-final-card p {
	color: #182a42;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.75;
	margin: 0 auto 20px;
	max-width: 900px;
}

.qrg-final-card strong {
	color: var(--qrg-profile-navy);
	display: block;
	font-size: 15px;
	font-weight: 950;
	margin-bottom: 5px;
}

.qrg-final-card em {
	color: #64758b;
	display: block;
	font-size: 12px;
	font-style: normal;
	font-weight: 650;
}

.qrg-profile-card-grid--story .qrg-profile-field-card--wide,
.qrg-profile-card-grid--racing .qrg-profile-field-card--wide,
.qrg-profile-card-grid--road .qrg-profile-field-card--wide,
.qrg-profile-card-grid--reflections .qrg-profile-field-card--wide,
.qrg-profile-card-grid--owner .qrg-profile-field-card--wide,
.qrg-profile-card-grid--default .qrg-profile-field-card--wide {
	grid-column: 1 / -1;
}

.qrg-profile-field-card {
	background: var(--qrg-profile-card);
	border: 1px solid var(--qrg-profile-line);
	border-radius: 10px;
	box-shadow: 0 1px 0 rgba(10, 33, 61, 0.02);
	min-width: 0;
	padding: 22px 24px;
}

.qrg-profile-field-card h3 {
	color: var(--qrg-profile-navy);
	font-size: 15px;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.35;
	margin: 0 0 10px;
}

.qrg-profile-field-card--merch-center {
	text-align: center;
}

.qrg-profile-field-card--merch-center .qrg-profile-field-value {
	justify-content: center;
	text-align: center;
}

.qrg-profile-field-value {
	color: #31455f;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.65;
	overflow-wrap: anywhere;
}

.qrg-profile-field-card--image {
	padding: 14px;
}

.qrg-profile-field-card--image h3 {
	padding: 6px 8px 0;
}

.qrg-profile-field-image {
	aspect-ratio: 16 / 9;
	background: #f0f4f8;
	border-radius: 8px;
	display: block;
	object-fit: cover;
	width: 100%;
}

.qrg-profile-gallery {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.qrg-profile-gallery img {
	aspect-ratio: 16 / 10;
	border-radius: 8px;
	object-fit: cover;
	width: 100%;
}

.qrg-profile-link {
	color: var(--qrg-profile-blue);
	font-weight: 850;
	text-decoration: none;
}

.qrg-profile-link:hover,
.qrg-profile-link:focus-visible {
	color: var(--qrg-profile-blue-dark);
	text-decoration: underline;
}

.qrg-sponsor-grid,
.qrg-merch-grid,
.qrg-social-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.qrg-merch-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.qrg-sponsor-tile,
.qrg-merch-card,
.qrg-social-card {
	background: #fff;
	border: 1px solid var(--qrg-profile-line);
	border-radius: 10px;
	box-shadow: 0 2px 0 rgba(10, 33, 61, 0.02);
	display: flex;
	flex-direction: column;
	min-width: 0;
	padding: 22px;
	text-decoration: none;
}

.qrg-sponsor-tile {
	align-items: center;
	text-align: center;
}

.qrg-merch-card {
	align-items: center;
	text-align: center;
}

body.qrg-profile-view-page .qrg-sponsor-tile .qrg-sponsor-logo {
	align-items: center;
	background: #f3f7fb;
	border: 1px solid #e3ecf6;
	border-radius: 10px;
	display: flex;
	height: 158px;
	justify-content: center;
	margin: 0 0 18px;
	overflow: hidden;
	padding: 14px;
	width: 100%;
}

body.qrg-profile-view-page .qrg-sponsor-tile .qrg-sponsor-logo img {
	display: block;
	height: 100% !important;
	max-height: 100% !important;
	max-width: 100% !important;
	object-fit: contain !important;
	width: 100% !important;
}

body.qrg-profile-view-page .qrg-sponsor-tile .qrg-sponsor-logo span {
	color: var(--qrg-profile-navy);
	font-size: 22px;
	font-weight: 950;
}

.qrg-sponsor-tile h3,
.qrg-merch-card h3,
.qrg-social-card strong {
	color: var(--qrg-profile-navy);
	display: block;
	font-size: 15px;
	font-weight: 950;
	margin: 0 0 9px;
}

.qrg-sponsor-tile p {
	color: #40536c;
	font-size: 14px;
	line-height: 1.55;
	margin: 0 0 18px;
	text-align: center;
	width: 100%;
}

.qrg-sponsor-tile a {
	margin-top: auto;
}

.qrg-merch-card a {
	margin-top: auto;
}

.qrg-sponsor-tile a,
.qrg-merch-card a {
	align-items: center;
	background: var(--qrg-profile-navy);
	border: 1px solid var(--qrg-profile-navy);
	border-radius: 5px;
	color: #fff;
	display: inline-flex;
	font-size: 13px;
	font-weight: 900;
	justify-content: center;
	min-height: 38px;
	padding: 10px 16px;
	text-decoration: none;
	width: 100%;
}

.qrg-sponsor-tile a:hover,
.qrg-sponsor-tile a:focus-visible,
.qrg-merch-card a:hover,
.qrg-merch-card a:focus-visible {
	background: var(--qrg-profile-yellow);
	border-color: var(--qrg-profile-yellow);
	color: var(--qrg-profile-navy);
}

.qrg-sponsor-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
	margin: 18px 0 0;
	text-align: center;
}

.qrg-sponsor-associate {
	margin: 42px 0 46px;
	text-align: center;
}

.qrg-sponsor-associate h3 {
	color: #fff;
	font-size: 20px;
	font-weight: 900;
	line-height: 1.25;
	margin: 0;
}

.qrg-sponsor-chips span {
	background: #fff;
	border: 1px solid #dce6ef;
	border-radius: 999px;
	color: #233a55;
	font-size: 12px;
	font-weight: 850;
	padding: 9px 13px;
}

.qrg-merch-status {
	align-self: center;
	background: #e7fff2;
	border-radius: 999px;
	color: #008450;
	display: inline-flex;
	font-size: 10px;
	font-weight: 950;
	margin-bottom: 12px;
	padding: 5px 9px;
	text-transform: uppercase;
}

.qrg-merch-image {
	align-items: center;
	aspect-ratio: 16 / 10;
	background: #f3f6f9;
	border: 1px solid #e3ecf6;
	border-radius: 8px;
	color: #748398;
	display: flex;
	font-size: 12px;
	justify-content: center;
	margin-bottom: 14px;
	overflow: hidden;
}

.qrg-merch-image img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.qrg-merch-card strong {
	color: var(--qrg-profile-navy);
	display: block;
	font-size: 14px;
	margin-bottom: 12px;
	text-align: center;
}

.qrg-merch-sizes {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	justify-content: center;
	margin: -2px 0 14px;
	text-align: center;
}

.qrg-merch-sizes__label {
	color: var(--qrg-profile-navy);
	font-size: 12px;
	font-weight: 900;
	line-height: 1;
}

.qrg-merch-size-tag {
	background: #edf6ff;
	border: 1px solid #d5e6f7;
	border-radius: 999px;
	color: var(--qrg-profile-navy);
	display: inline-flex;
	font-size: 11px;
	font-weight: 900;
	line-height: 1;
	padding: 5px 8px;
}

.qrg-social-card {
	color: #3d5067;
	display: block;
}

.qrg-social-card span {
	display: block;
	font-size: 13px;
	margin-bottom: 12px;
	overflow-wrap: anywhere;
}

.qrg-social-card em {
	color: var(--qrg-profile-blue);
	font-size: 13px;
	font-style: normal;
	font-weight: 900;
}

.qrg-social-card:hover,
.qrg-social-card:focus-visible {
	border-color: #1f78d2;
	box-shadow: var(--qrg-profile-shadow);
	transform: translateY(-1px);
}

.qrg-profile-edit-tools {
	display: flex;
	gap: 12px;
	justify-content: center;
	margin-top: 48px;
}

.qrg-profile-edit-tools a {
	align-items: center;
	background: var(--qrg-profile-blue);
	border: 1px solid var(--qrg-profile-blue);
	border-radius: 6px;
	color: #fff;
	display: inline-flex;
	font-size: 14px;
	font-weight: 900;
	justify-content: center;
	min-height: 42px;
	padding: 11px 18px;
	text-decoration: none;
}

.qrg-profile-edit-tools a:hover,
.qrg-profile-edit-tools a:focus-visible {
	background: var(--qrg-profile-navy);
	border-color: var(--qrg-profile-navy);
	color: #fff;
}

@media (max-width: 980px) {
	.qrg-profile-hero__inner {
		grid-template-columns: 1fr;
		max-width: 720px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.qrg-profile-hero__media {
		grid-template-columns: 150px minmax(170px, 240px);
		justify-content: start;
	}

	.qrg-profile-hero__media--single {
		grid-template-columns: 190px;
	}

	body.qrg-profile-view-page .qrg-profile-hero .qrg-profile-hero__media--single .qrg-profile-hero__avatar {
		height: 190px !important;
		max-height: 190px !important;
		max-width: 190px !important;
		min-height: 190px;
		min-width: 190px;
		width: 190px !important;
	}

	.qrg-profile-card-grid,
	.qrg-sponsor-grid,
	.qrg-merch-grid,
	.qrg-social-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 700px) {
	.admin-bar .qrg-profile-tabs {
		top: 0;
	}

	.qrg-profile-hero {
		min-height: auto;
	}

	.qrg-profile-hero__inner {
		gap: 28px;
		min-height: auto;
		padding: 42px 18px;
	}

	.qrg-profile-hero h1 {
		font-size: 38px;
	}

	.qrg-profile-hero__nickname {
		display: inline-flex;
		margin-bottom: 10px;
	}

	.qrg-profile-hero__nickname span {
		font-size: 14px;
	}

	.qrg-profile-hero__nickname strong {
		font-size: 14px;
	}

	.qrg-profile-hero__title {
		font-size: 16px;
	}

	.qrg-profile-hero__actions a {
		flex: 1 1 130px;
		min-width: 0;
	}

	.qrg-profile-hero__media {
		grid-template-columns: 104px minmax(160px, 1fr);
		width: 100%;
	}

	.qrg-profile-hero__media--single {
		grid-template-columns: 136px;
		justify-content: start;
	}

	body.qrg-profile-view-page .qrg-profile-hero .qrg-profile-hero__avatar {
		height: 126px !important;
		max-height: 126px !important;
		max-width: 126px !important;
		min-height: 126px;
		min-width: 126px;
		width: 126px !important;
	}

	body.qrg-profile-view-page .qrg-profile-hero .qrg-profile-hero__media--single .qrg-profile-hero__avatar {
		height: 136px !important;
		max-height: 136px !important;
		max-width: 136px !important;
		min-height: 136px;
		min-width: 136px;
		width: 136px !important;
	}

	body.qrg-profile-view-page .qrg-profile-hero .qrg-profile-hero__card {
		height: 220px !important;
		margin-left: 0;
		max-height: 220px !important;
	}

	.qrg-profile-tabs__inner {
		padding: 0 12px;
	}

	.qrg-profile-main {
		padding: 34px 14px 56px;
	}

	.qrg-profile-section--final {
		padding: 24px 16px 34px;
	}

	.qrg-final-card {
		padding: 34px 18px 30px;
	}

	.qrg-final-card p {
		font-size: 13px;
	}

	.qrg-profile-section__header h2 {
		font-size: 23px;
	}

	.qrg-profile-card-grid,
	.qrg-sponsor-grid,
	.qrg-merch-grid,
	.qrg-social-grid,
	.qrg-heroes-split {
		grid-template-columns: 1fr;
	}

	.qrg-profile-field-card,
	.qrg-sponsor-tile,
	.qrg-merch-card,
	.qrg-social-card {
		padding: 18px;
	}

	.qrg-profile-gallery {
		grid-template-columns: 1fr;
	}
}
