.upload_hero {
	background: linear-gradient(111.33deg, #FFFFFF 20%, #F8F9FF 40%, #F3F4FF 75%, #FFEEE9 100%);
	position: relative;
	padding-top: 160px !important;
}

.upload_hero.gradient_type_alternative {
	background: linear-gradient(0deg, #FFFFFF 20%, #F8F9FF 40%, #F3F4FF 75%, #ffffff 100%);
}

.upload_hero.gradient_type_alternative:after {
	display: none;
}

.has_upload_hero.has_breadcrumbs .upload_hero {
	padding-top: 244px !important;
}

.upload_hero:after {
	content: '';
	display: block;
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	background-color: #fff;
	clip-path: url(#upload-hero-clip-path);
	height: 256px;
	transform: translateY(106px);
}

.has_upload_hero .page-breadcrumbs {
	position: absolute;
	width: 100%;
	top: 125px;
	z-index: 2;
}

.upload_hero_sides {
	display: flex;
	gap: 45px;
	align-items: center;
	justify-content: space-between;
	z-index: 2;
	position: relative;
}

.upload_hero h1 {
	font-size: 56px;
	line-height: 1.285714;
	margin-bottom: 32px;
}

ul.upload_hero__list li {
	font-size: 20px;
	line-height: 32px;
	color: var(--blue-text);
	display: flex;
	gap: 9px;
	margin-bottom: 15px;
	align-items: center;
}

ul.upload_hero__list li.icon_type_icon {
	gap: 11px;
}

ul.upload_hero__list li:last-child {
	margin-bottom: 0;
}

.upload_hero__paragraph p {
	font-size: 26px;
	line-height: 36px;
	color: var(--blue-text);
}

.upload_hero__item.icon_type_dot:before {
	content: '';
	display: block;
	flex: 0 0 8px;
	height: 8px;
	border-radius: 50%;
	background-color: var(--blue);
}

.upload_hero_side.left {
	flex: 1;
}

.upload_hero_side.right {
	flex: 0 0 586px;
	position: relative;
}

.show_arrow .upload_hero_side.right:before {
	content: "";
	width: 220px;
	height: 138px;
	background-image: url(../../images/upload-arrow.svg);
	display: block;
	position: absolute;
	left: 40px;
	top: -76px;
}

.uploader {
	box-shadow: 0px 4px 8px 0px rgba(232, 236, 247, 0.8);
	border-radius: 16px;
	padding: 35px;
	text-align: center;
	background-color: white;
	cursor: pointer;
}

.upload-inner {
	border: 1px solid rgba(224, 224, 224, 1);
	border-radius: 12px;
	padding: 48px 15px;
}

.upload-inner > * {
	max-width: 282px;
	margin: 0 auto;
}

.upload-inner input[type=file] {
	clip: rect(1px, 1px, 1px, 1px);
	word-wrap: normal !important;
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	border: 0;
	clip-path: inset(50%);
}

.uploader h3 {
	font-size: 20px;
	line-height: 32px;
	margin-bottom: 0;
}

.uploader h3 + p {
	font-size: 20px;
	line-height: 32px;
	color: var(--grey-text);
	margin-bottom: 15px;
}

.uploader button {
	margin-bottom: 14px;
}

.uploader button + p {
	font-size: 14px;
	line-height: 20px;
	color: var(--grey-text);
}

.uploader svg {
	width: 48px;
	height: 48px;
	margin-bottom: 10px;
}

.upload_hero__icon {
	flex: 0 0 24px;
}

.upload_hero__icon img {
	display: block;
}

@media (max-width: 1199px) and (min-width: 992px) {
	.upload_hero_side.right {
		flex: 0 0 50%;
	}
}

@media (max-width: 991px) {
	.upload_hero_side.right:before {
		display: none;
	}

	.upload_hero_sides {
		flex-direction: column;
		gap: 16px;
	}

	.upload_hero_side.left {
		width: 100%;
	}

	.upload_hero h1 {
		font-size: 42px;
		line-height: 56px;
		margin-bottom: 16px;
	}

	ul.upload_hero__list li {
		font-size: 16px;
		line-height: 24px;
	}

	.has_upload_hero .upload_hero {
		padding-top: 130px !important;
	}

	.has_upload_hero.has_breadcrumbs .upload_hero {
		padding-top: 174px !important;
	}

	.upload_hero_side.right {
		flex: 1;
	}

	.upload_hero:after {
		transform: none;
		height: 170px;
	}

	.has_upload_hero .page-breadcrumbs {
		top: 90px;
	}
}

@media (max-width: 782px) {
	.has_upload_hero.admin-bar .site-header {
		top: 46px;
	}
}

@media (max-width: 767px) {
	.upload-inner h3,
	.upload-inner h3+p {
		display: none;
	}

	.uploader {
		padding: 20px;
		border-radius: 8px;
	}

	.upload_hero .upload-inner {
		padding: 40px 10px;
		border-radius: 4px;
	}

	.upload_hero_side.right {
		width: 100%;
		padding: 0 8px;
	}
}


/* ----------------------------------------
   Version 2 base scope
---------------------------------------- */
.upload_hero.version_v2 {
  background: var(--secondary-200);
  padding-bottom: 7rem !important;
  padding-top: 6rem !important;
}

.upload_hero.version_v2 .upload_hero_sides {
	padding-top: 6rem;
}

.upload_hero.version_v2 .upload_hero_sides {
	gap: 4rem;
}

.upload_hero.version_v2::after {
  display: none;
}

.upload_hero.version_v2 .uploader {
	border-radius: 2rem;
	padding: 2rem;
}

.upload_hero.version_v2 .upload_hero__breadcrumb-wrap {
	margin-bottom: 24px;
}

@media (max-width: 767px) {
	.upload_hero.version_v2 .upload_hero__breadcrumb-wrap {
	margin-bottom: 0;
}
}

.upload_hero.version_v2 .upload_hero__breadcrumb > span {
	display: flex;
	align-items: center;
	gap: 8px;
	flex-wrap: wrap;
}

.upload_hero__breadcrumb a {
  text-decoration: none !important;
  border-bottom: 0 !important; 
  color: var(--neutral-700);
  font-size: 1rem;
  font-weight: 400;
}

.upload_hero__breadcrumb .breadcrumb_last {
	font-weight: 600;
}

.upload_hero.version_v2 .upload-inner {
	border-radius: 1.5rem;
	border: 1px dashed var(--neutral-300);
	background: var(--neutral-0);
	padding: 4rem;
}

.upload_hero.version_v2 .upload-inner svg {
	margin-bottom: 1.25rem;
}

.upload_hero.version_v2 .upload-inner > h3 {
	color: var(--neutral-700);
	font-size: 1.25rem;  /* 20px */
	font-style: normal;
	font-weight: 600;
	line-height: 2rem;   /* 32px */
	margin-bottom: 1.25rem !important;
}

.upload_hero.version_v2 .upload-inner > h3 > span.browse-text {
	color: var(--primary-500-blue);
	cursor: pointer;
}

.upload_hero.version_v2 .upload-inner .btn+p {
	max-width: 100%;
	font-size: 0.75rem;     
	font-style: normal;
	font-weight: 400;
	line-height: 1.125rem;
}

@media screen and (min-width: 680px) {
  .upload_hero.version_v2 .upload-inner .btn+p {
	white-space: nowrap;
  }
	
}

.upload_hero.version_v2 .upload-inner .btn {
	margin-bottom: 1.25rem;
	background-color: var(--primary-500-blue);
	color: #fff;
	border: none;
	font-size: 1rem;
	font-style: normal;
	font-weight: 600;
	line-height: 1.5rem;
	transition: .2s background ease;
}

/* Hover state */
.upload_hero.version_v2 .upload-inner .btn:hover {
	background-color: var(--primary-600);
}

/* Pressed (active) state */
.upload_hero.version_v2 .upload-inner .btn:active {
	background-color: #1e3851;
}

/* === Upload Popup (scoped) === */
aside.upload-popup .upload-inner {
	border-radius: 1.5rem;
	border: 1px dashed var(--neutral-300);
	background: var(--neutral-0);
	padding: 4rem;
}

/* Icon spacing */
aside.upload-popup .upload-inner svg {
	margin-bottom: 1.25rem;
}

/* Heading + inline "browse" link */
aside.upload-popup .upload-inner > h3 {
	color: var(--neutral-700);
	font-size: 1.25rem;  /* 20px */
	font-style: normal;
	font-weight: 600;
	line-height: 2rem;   /* 32px */
	margin-bottom: 1.25rem !important;
}

aside.upload-popup .upload-inner > h3 > span.browse-text {
	color: var(--primary-500-blue);
	cursor: pointer;
}

/* Helper text after button */
aside.upload-popup .upload-inner .btn + p {
	max-width: 100%;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.125rem;
}

@media screen and (min-width: 680px) {
  aside.upload-popup .upload-inner .btn + p {
	white-space: nowrap;
  }
}

/* Primary button */
aside.upload-popup .upload-inner .btn {
	margin-bottom: 1.25rem;
	background-color: var(--primary-500-blue);
	color: #fff;
	border: none;
	font-size: 1rem;
	font-style: normal;
	font-weight: 600;
	line-height: 1.5rem;
	transition: .2s background ease;
}

/* Hover state */
aside.upload-popup .upload-inner .btn:hover {
	background-color: var(--primary-600);
}

/* Pressed (active) state */
aside.upload-popup .upload-inner .btn:active {
	background-color: #1e3851;
}


.upload_hero.version_v2 .hero_search_label {
			border-radius: 999px;
			border: 1px solid var(--green-400);
			background: var(--green-200);
			padding: 5px 14px;
			font-size: 14px;
			line-height: 18px;
			font-weight: 600;
			color: var(--green-700);
			display: inline-flex;
			align-items: center;
			gap: 6px;
			margin-bottom: 24px;
		}

.upload_hero.version_v2 .hero_search_label:before {
		content: '';
		display: block;
		width: 21px;
		height: 20px;
		background-image: url(../../images/label-checkmark.svg);
	}



.has_upload_hero .site-header {
	background-color: #fff;
}

/* v2 heading sizing/spacing example */
.upload_hero.version_v2 .upload_hero__title {
	color: var(--primary-900);
  	font-size: 3.25rem;        /* 52px / 16 */
	font-style: normal;
	font-weight: 600;
	line-height: 4rem;         /* 64px / 16 */
	letter-spacing: -0.065rem; /* -1.04px / 16 */
	margin-bottom: 1.5rem;      
}

/* v2: list layout refinements */
.upload_hero.version_v2 .upload_hero__list {
  margin: 0 0 0 10px;
  padding: 0;
  list-style: none;
}

.upload_hero.version_v2 .upload_hero__list-item {
  	display: grid;
    grid-template-columns: 16px 1fr;
    align-items: start;
    column-gap: 0px;
    row-gap: 10px;
    margin: 0;
}

.upload_hero.version_v2 .upload_hero__list-text {
  /* text tone for v2 */
  color: var(--neutral-700);
  font-size: 1.25rem;  /* 20px */
  font-style: normal;
  font-weight: 400;
  line-height: 2rem;   /* 32px */
}

/* list resets */
.upload_hero .upload_hero__list {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* use CSS vars to control bullet sizes */
.upload_hero { --bullet-size: 8px; }                 /* v1 default */
.upload_hero.version_v2 { --bullet-size: 5px; }      /* v2 size */

/* v2 items: grid (dot | text) */
.upload_hero.version_v2 .upload_hero__item {
	display: grid;
	grid-template-columns: 16px 1fr;
	align-items: start;          /* anchors to the first line box */
	column-gap: 10px;
	row-gap: 10px;
	margin: 0;
}

/* neutralize legacy pseudo-dot in v2 so we don't get double dots */
.upload_hero.version_v2 .upload_hero__item.icon_type_dot:before { content: none; }

/* the actual dot element */
.upload_hero .upload_hero__bullet.is-dot {
	display: block;
	width: var(--bullet-size);
	height: var(--bullet-size);
	border-radius: 50%;
	/* vertical centering against first text line */
	margin-top: 14px;
	background: var(--neutral-700); /* default so it's always visible */
	flex: none;
}

/* color overrides if present */
.upload_hero .upload_hero__bullet.is-dot.is-blue { background-color: #2B6FFB; }
.upload_hero .upload_hero__bullet.is-dot.is-grey { background-color: var(--neutral-700); }

.upload_hero.version_v2 .upload_hero__bullet.is-image {
	width: 16px;
	height: 16px;
	object-fit: contain;
	margin-top: 2px;
}

@media (max-width: 680px) {
	.upload_hero_side.left {
		text-align: center;
	}
	.upload_hero__content {
		text-align: left;
	}

	.upload_hero .upload_hero__bullet.is-dot {
		margin-top: 10px;
	}

	.upload_hero.version_v2 .upload_hero__title {
		font-size: 30px;
		margin-bottom: 1rem;
		font-weight: 600;
		line-height: 40px;
	}

	.upload_hero.version_v2 .upload_hero__list-text {
		font-size: 18px;
		font-style: normal;
		font-weight: 400;
		line-height: 26px;
	}

	.upload_hero.version_v2 .upload_hero_sides {
		gap: 40px;
	}

	.upload_hero.version_v2 .upload-inner {
		padding: 24px;
	}
	.upload_hero.version_v2 .upload-inner h3 {
		display: block;
	}

	.upload_hero.version_v2 .upload-inner > h3 {
		font-size: 20px;
		font-style: normal;
		font-weight: 600;
		line-height: 32px;
	}
	.upload_hero.version_v2 {
		margin-bottom: 64px !important;
	}
}

@media (max-width:767px) {
		.upload_hero.version_v2 .upload_hero_sides {
			padding-top: 48px !important;
		}
	}