.bon-information-page--about .bon-container {
	width: 100%;
	max-width: none;
	padding-right: 0;
	padding-left: 0;
}

.bon-information-page--about .bon-information-layout,
.bon-information-page--about .bon-information-content,
.bon-information-page--about .bon-information-article,
.bon-information-page--about .bon-information-description {
	display: block;
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

.bon-blog-article--about .bon-container {
	width: 100%;
	max-width: none;
	padding-right: 0;
	padding-left: 0;
}

.bon-blog-article--about .bon-blog-article__layout,
.bon-blog-article--about .bon-blog-article__content,
.bon-blog-article--about .bon-blog-article__description {
	display: block;
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

.bon-about-page {
	--bon-about-purple: #a54bd9;
	--bon-about-yellow: #e1e13d;
	--bon-about-black: #111111;
	--bon-about-blue: #1473e6;
	--bon-about-red: #ef4438;
	--bon-about-green: #37a900;
	--bon-about-soft: #f7f7f7;
	--bon-about-container: 1310px;
	--bon-about-gutter: max(16px, calc((100vw - var(--bon-about-container)) / 2));
	font-family: 'Stratos LC Web', 'Open Sans', Arial, sans-serif;
	color: var(--bon-about-black);
	background: #ffffff;
	overflow: hidden;
}

.bon-about-page * {
	box-sizing: border-box;
}

.bon-about-page img {
	display: block;
	max-width: 100%;
	height: auto;
}

.bon-about-page h2,
.bon-about-page h3,
.bon-about-page p,
.bon-about-page ul,
.bon-about-page li {
	margin-top: 0;
	color: inherit;
	font-family: inherit;
	letter-spacing: 0;
}

.bon-about-section {
	position: relative;
	width: 100%;
}

.bon-about-inner {
	width: 100%;
	max-width: var(--bon-about-container);
	margin: 0 auto;
	padding-right: 0;
	padding-left: 0;
}

.bon-about-kicker {
	margin: 0 0 24px;
	font-weight: 800;
	font-size: clamp(42px, 6vw, 112px);
	line-height: .92;
	letter-spacing: 0;
}

.bon-about-title {
	margin: 0;
	font-weight: 800;
	font-size: clamp(30px, 3.55vw, 68px);
	line-height: 1.05;
	letter-spacing: 0;
}

.bon-about-text {
	margin: 0;
	font-size: clamp(16px, 1.1vw, 21px);
	line-height: 1.35;
	font-weight: 600;
}

.bon-about-hero {
	min-height: clamp(560px, 55.6vw, 1067px);
	padding: 0;
	color: #ffffff;
	background: var(--bon-about-purple);
}

.bon-about-hero__inner {
	position: relative;
	z-index: 1;
	min-height: clamp(560px, 55.6vw, 1067px);
}

.bon-about-hero__headline {
	position: absolute;
	top: clamp(48px, 4.25vw, 82px);
	left: clamp(80px, 11.3vw, 148px);
	z-index: 3;
	margin: 0;
	font-size: clamp(92px, 11.75vw, 226px);
	line-height: .82;
	font-weight: 900;
	letter-spacing: 0;
	text-transform: uppercase;
	color: #ffffff;
	white-space: nowrap;
}

.bon-about-hero__copy {
	position: absolute;
	top: clamp(255px, 24.2vw, 465px);
	left: clamp(520px, 49vw, 690px);
	z-index: 5;
	width: clamp(250px, 20.5vw, 394px);
	color: #ffffff;
}

.bon-about-hero__copy h2 {
	margin: 0 0 13px;
	font-size: clamp(22px, 1.9vw, 36px);
	line-height: 1;
	font-weight: 900;
	color: #ffffff;
}

.bon-about-hero__copy p {
	margin: 0;
	font-size: clamp(13px, .9vw, 17px);
	line-height: 1.22;
	font-weight: 600;
	color: #ffffff;
}

.bon-about-hero__scene {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	z-index: 2;
	width: 100vw;
	transform: translateX(-50%);
	pointer-events: none;
}

.bon-about-hero__asset {
	position: absolute;
	display: block;
	max-width: none;
	height: auto;
	user-select: none;
}

.bon-about-hero__asset--horse {
	left: clamp(210px, 20.7vw, 398px);
	bottom: clamp(160px, 12vw, 230px);
	z-index: 4;
	width: clamp(335px, 35.8vw, 688px);
}

.bon-about-hero__asset--house {
	left: clamp(-86px, -4.45vw, -20px);
	bottom: -1px;
	width: clamp(110px, 11.15vw, 214px);
}

.bon-about-hero__asset--stack {
	left: clamp(90px, 8.8vw, 170px);
	bottom: 0;
	width: clamp(126px, 12.85vw, 247px);
}

.bon-about-hero__asset--car {
	left: clamp(245px, 25.5vw, 490px);
	bottom: 0;
	width: clamp(220px, 22.4vw, 430px);
}

.bon-about-hero__asset--bear {
	left: clamp(500px, 43.6vw, 838px);
	bottom: 0;
	width: clamp(205px, 20.5vw, 394px);
}

.bon-about-hero__asset--dino {
	left: clamp(650px, 57vw, 1094px);
	bottom: 0;
	width: clamp(225px, 22.45vw, 431px);
}

.bon-about-hero__asset--bucket {
	left: clamp(725px, 60.6vw, 1164px);
	bottom: clamp(124px, 10.8vw, 208px);
	width: clamp(165px, 16.4vw, 315px);
}

.bon-about-hero__asset--star {
	right: clamp(-72px, -3.75vw, -18px);
	bottom: 0;
	width: clamp(118px, 11.8vw, 227px);
}

.bon-about-history {
	--bon-about-timeline-offset: 72px;
	--bon-about-timeline-x: calc(var(--bon-about-gutter) + var(--bon-about-timeline-offset));
	--bon-about-timeline-item-height: 790px;
	--bon-about-timeline-y: 165px;
	position: relative;
	background: #ffffff;
}

.bon-about-history__line {
	position: absolute;
	top: var(--bon-about-timeline-y);
	bottom: calc(var(--bon-about-timeline-item-height) - var(--bon-about-timeline-y));
	left: var(--bon-about-timeline-x);
	width: 1px;
	height: auto;
	color: #d7d7d7;
	z-index: 2;
}

.bon-about-history__item {
	position: relative;
	min-height: 790px;
	padding: 0;
	overflow: hidden;
}

.bon-about-history__item--white {
	background: #ffffff;
}

.bon-about-history__item--yellow {
	background: var(--bon-about-yellow);
}

.bon-about-history__grid {
	position: relative;
	z-index: 1;
	min-height: 790px;
	display: block;
}

.bon-about-history__year {
	position: relative;
	margin: 0 0 56px;
	padding-left: 0;
	font-size: clamp(58px, 5.35vw, 104px);
	line-height: .9;
	font-weight: 900;
	color: var(--bon-about-purple);
}

.bon-about-history__item--yellow .bon-about-history__year,
.bon-about-history__item:nth-child(3) .bon-about-history__year {
	color: var(--bon-about-black);
}

.bon-about-history__marker {
	position: absolute;
	top: 50%;
	left: -64px;
	width: 30px;
	height: 24px;
	color: var(--bon-about-purple);
	transform: translateY(-50%);
	z-index: 3;
}

.bon-about-history__item--yellow .bon-about-history__marker,
.bon-about-history__item:nth-child(3) .bon-about-history__marker {
	color: #d7d7d7;
}

.bon-about-history__marker-icon {
	display: block;
	width: 100%;
	height: 100%;
}

.bon-about-history__body {
	position: relative;
	z-index: 2;
	width: 610px;
	max-width: 610px;
	padding-top: 118px;
	margin-left: 120px;
}

.bon-about-history__body p {
	margin: 0 0 26px;
	font-size: 18px;
	line-height: 1.32;
	font-weight: 650;
}

.bon-about-history__image {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
	width: min(850px, 46vw);
	max-width: none;
	max-height: 100%;
	object-fit: contain;
	object-position: right bottom;
	pointer-events: none;
}

.bon-about-history__item:nth-child(1) .bon-about-history__image {
	width: min(900px, 48vw);
}

.bon-about-history__item:nth-child(2) .bon-about-history__image {
	width: min(840px, 44vw);
}

.bon-about-history__item:nth-child(3) .bon-about-history__image {
	width: min(760px, 40vw);
}

.bon-about-stats {
	padding: 118px 0 104px;
	color: #ffffff;
	background: var(--bon-about-purple);
}

.bon-about-stats .bon-about-title {
	margin-bottom: 72px;
	color: #ffffff;
}

.bon-about-stats__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 48px;
}

.bon-about-stat {
	font-size: clamp(15px, .95vw, 18px);
	line-height: 1.25;
	font-weight: 650;
}

.bon-about-stat__icon {
	display: block;
	width: 42px;
	height: 42px;
	margin-bottom: 22px;
	color: #ffe89b;
}

.bon-about-brands {
	min-height: 920px;
	padding: 118px 0 70px;
	background: #ffffff;
}

.bon-about-brands .bon-about-title {
	max-width: 770px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.bon-about-brands__cloud {
	position: relative;
	min-height: 680px;
	margin-top: 68px;
}

.bon-about-brands__image {
	width: min(1290px, 100%);
	margin: 0 auto;
}

.bon-about-brand {
	position: absolute;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 150px;
	min-height: 56px;
	padding: 12px 20px;
	border: 3px solid currentColor;
	background: #ffffff;
	font-size: clamp(18px, 1.55vw, 30px);
	line-height: 1;
	font-weight: 900;
	text-transform: uppercase;
	transform: rotate(var(--r, 0deg));
}

.bon-about-brand--red {
	color: #ed1c24;
}

.bon-about-brand--black {
	color: #111111;
}

.bon-about-brand--pink {
	color: #b544a4;
	font-family: cursive;
	text-transform: none;
}

.bon-about-brand--blue {
	color: #0785c8;
}

.bon-about-brand:nth-child(1) { left: 14%; top: 10%; }
.bon-about-brand:nth-child(2) { left: 45%; top: 0; --r: -2deg; }
.bon-about-brand:nth-child(3) { right: 8%; top: 12%; }
.bon-about-brand:nth-child(4) { left: 20%; top: 32%; }
.bon-about-brand:nth-child(5) { right: 18%; top: 34%; }
.bon-about-brand:nth-child(6) { left: 8%; top: 58%; --r: -4deg; }
.bon-about-brand:nth-child(7) { right: 28%; top: 62%; --r: 3deg; }

.bon-about-values {
	background: #ffffff;
}

.bon-about-values__header {
	padding: 82px 0 60px;
	text-align: center;
}

.bon-about-values__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bon-about-value {
	min-height: 430px;
	padding-top: clamp(42px, 5.8vw, 112px);
	padding-bottom: clamp(42px, 5.8vw, 112px);
	padding-left: var(--bon-about-gutter);
	padding-right: 48px;
	background: #ffffff;
	color: var(--bon-about-black);
}

.bon-about-value:nth-child(even) {
	padding-left: 48px;
	padding-right: var(--bon-about-gutter);
}

.bon-about-value--yellow {
	background: var(--bon-about-yellow);
	color: var(--bon-about-black);
}

.bon-about-value--blue {
	background: var(--bon-about-blue);
	color: #ffffff;
}

.bon-about-value--red {
	background: var(--bon-about-red);
	color: #ffffff;
}

.bon-about-value--green {
	background: var(--bon-about-green);
	color: #ffffff;
}

.bon-about-value--purple {
	background: var(--bon-about-purple);
	color: #ffffff;
}

.bon-about-value h3 {
	max-width: 620px;
	margin: 0 0 28px;
	font-size: clamp(26px, 2.55vw, 48px);
	line-height: 1.05;
	font-weight: 850;
	color: inherit;
}

.bon-about-value p {
	max-width: 650px;
	margin: 0;
	font-size: clamp(15px, 1.02vw, 19px);
	line-height: 1.28;
	font-weight: 650;
	color: inherit;
}

.bon-about-value--art {
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.bon-about-value--art img {
	width: min(76%, 620px);
	max-height: 92%;
	object-fit: contain;
	pointer-events: none;
}

.bon-about-atmosphere {
	padding: 112px 0 96px;
	background: #ffffff;
}

.bon-about-atmosphere .bon-about-title {
	margin-bottom: 78px;
	text-align: center;
}

.bon-about-atmosphere__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 76px 72px;
}

.bon-about-atmo-card {
	min-height: 300px;
	display: grid;
	grid-template-columns: 220px minmax(0, 1fr);
	gap: 38px;
	align-items: center;
}

.bon-about-atmo-card__icon {
	display: block;
	width: 220px;
	aspect-ratio: 1;
	color: var(--bon-about-purple);
}

.bon-about-atmo-card h3 {
	margin: 0 0 18px;
	font-size: clamp(24px, 1.75vw, 34px);
	line-height: 1.08;
	font-weight: 850;
}

.bon-about-atmo-card p,
.bon-about-atmo-card li {
	margin: 0;
	font-size: clamp(15px, .95vw, 18px);
	line-height: 1.32;
	font-weight: 650;
}

.bon-about-atmo-card ul {
	margin: 18px 0 0;
	padding: 0;
	list-style: none;
}

.bon-about-atmo-card li + li {
	margin-top: 6px;
}

.bon-about-atmo-card li {
	position: relative;
	padding-left: 18px;
}

.bon-about-atmo-card li > svg,
.bon-about-atmo-card li .bon-about-list-icon {
	position: absolute;
	left: 0;
	top: .2em;
	width: 12px;
	height: 12px;
	color: currentColor;
}

@media (max-width: 1342px) {
	.bon-about-inner {
		padding-right: 16px;
		padding-left: 16px;
	}
}

@media (max-width: 1199px) {
	.bon-about-hero {
		min-height: clamp(520px, 55.6vw, 667px);
	}

	.bon-about-hero__inner {
		min-height: clamp(520px, 55.6vw, 667px);
	}

	.bon-about-history__grid,
	.bon-about-values__grid,
	.bon-about-atmosphere__grid {
		grid-template-columns: 1fr;
	}

	.bon-about-hero__headline {
		left: clamp(80px, 12vw, 145px);
		font-size: clamp(88px, 13.2vw, 158px);
	}

	.bon-about-hero__copy {
		top: clamp(245px, 28vw, 335px);
		left: clamp(430px, 52vw, 625px);
	}

	.bon-about-history__item {
		min-height: 620px;
	}

	.bon-about-history__grid {
		min-height: 620px;
	}

	.bon-about-history {
		--bon-about-timeline-x: 32px;
		--bon-about-timeline-item-height: 620px;
		--bon-about-timeline-y: 119px;
	}

	.bon-about-history__body {
		width: min(520px, calc(100% - 72px));
		max-width: 520px;
		padding-top: 82px;
		margin-left: 72px;
	}

	.bon-about-history__year {
		font-size: clamp(48px, 8vw, 82px);
	}

	.bon-about-history__image {
		right: -80px;
		width: min(500px, 52vw);
		opacity: .9;
	}

	.bon-about-value,
	.bon-about-value:nth-child(even) {
		padding-right: 16px;
		padding-left: 16px;
	}

	.bon-about-stats__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.bon-about-inner {
		width: 100%;
		max-width: none;
		padding-right: 16px;
		padding-left: 16px;
	}

	.bon-about-hero {
		min-height: 430px;
	}

	.bon-about-hero__inner {
		min-height: 430px;
		padding-right: 0;
		padding-left: 0;
	}

	.bon-about-hero__headline {
		top: 34px;
		left: 24px;
		font-size: clamp(54px, 18vw, 96px);
	}

	.bon-about-hero__copy {
		top: 155px;
		left: 52%;
		width: min(42vw, 220px);
	}

	.bon-about-hero__copy h2 {
		margin-bottom: 8px;
		font-size: 18px;
	}

	.bon-about-hero__copy p {
		font-size: 11px;
		line-height: 1.18;
	}

	.bon-about-hero__asset--horse {
		left: 18%;
		bottom: 95px;
		width: 330px;
	}

	.bon-about-hero__asset--house {
		left: 0;
		width: 116px;
	}

	.bon-about-hero__asset--stack {
		left: 42px;
		width: 130px;
	}

	.bon-about-hero__asset--car {
		left: 150px;
		width: 220px;
	}

	.bon-about-hero__asset--bear {
		left: 300px;
		width: 200px;
	}

	.bon-about-hero__asset--dino {
		left: 405px;
		width: 220px;
	}

	.bon-about-hero__asset--bucket {
		left: 450px;
		bottom: 100px;
		width: 160px;
	}

	.bon-about-hero__asset--star {
		right: 0;
		width: 118px;
	}

	.bon-about-history__item {
		min-height: 520px;
	}

	.bon-about-history__grid {
		min-height: 520px;
	}

	.bon-about-history {
		--bon-about-timeline-x: 24px;
		--bon-about-timeline-item-height: 520px;
		--bon-about-timeline-y: 85px;
	}

	.bon-about-history__body {
		width: calc(100% - 58px);
		max-width: none;
		padding-top: 56px;
		margin-left: 58px;
	}

	.bon-about-history__year {
		margin-bottom: 30px;
		font-size: clamp(42px, 13vw, 64px);
	}

	.bon-about-history__body p {
		max-width: 260px;
		font-size: 12px;
		line-height: 1.28;
	}

	.bon-about-history__marker {
		left: -45px;
		width: 22px;
		height: 18px;
	}

	.bon-about-history__image {
		right: -165px;
		width: 320px;
		opacity: .95;
	}

	.bon-about-stats {
		padding: 76px 0;
	}

	.bon-about-stats__grid {
		grid-template-columns: 1fr;
		gap: 34px;
	}

	.bon-about-brands {
		min-height: auto;
		padding: 80px 0;
	}

	.bon-about-brands__cloud {
		min-height: auto;
		margin-top: 42px;
	}

	.bon-about-brand {
		position: static;
		transform: none;
		font-size: 20px;
	}

	.bon-about-value {
		min-height: 320px;
		padding: 48px 16px;
	}

	.bon-about-atmosphere {
		padding: 80px 0;
	}

	.bon-about-atmosphere__grid {
		gap: 52px;
	}

	.bon-about-atmo-card {
		min-height: auto;
		grid-template-columns: 92px minmax(0, 1fr);
		gap: 22px;
	}

	.bon-about-atmo-card__icon {
		width: 92px;
	}
}
