html {
	scroll-behavior: smooth;
	font-family: 'Instrument Sans', sans-serif;
}

* {
	box-sizing: border-box;
}

.body {
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: 'Instrument Sans', sans-serif;
}

.container {
	max-width: 100%;
	margin: 0 auto;
	font-family: 'Instrument Sans', sans-serif;
	font-weight: 400;
}
/* HERO SECTION */
.bh-hero {
	background: url('../images/bg-hero.jpg') no-repeat center center;
	background-size: cover;
	padding: 24px 18px 54px;
}

.bh-hero__logos {
	height: 37px;
	margin-bottom: 14px;
	display: flex;
	justify-content: space-between;
}

.bh-hero__logos img {
	height: 42px;
}

@media (max-width: 576px) {
	.bh-hero__logos img {
		height: 32px;
	}
}

.bh-hero__video {
	max-width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
	position: relative;
	margin-bottom: 17px;
}

.bh-hero__video video {
	max-width: 100%;
	width: 100%;
	height: auto;
}

.bh-hero__play-button {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: url('../images/play-button.png') no-repeat 0 0;
	background-size: 100%;
	width: 64px;
	height: 64px;
}

.bh-hero__play-button[data-state='paused'] {
	opacity: 1;
}
.bh-hero__play-button[data-state='paused'] {
	background: url('../images/play-button.png') center no-repeat;
	background-size: 100% auto;
}
.bh-hero__play-button[data-state='playing'] {
	background: url('../images/pause-button.svg') center no-repeat;
	background-size: 50% auto;
}
.bh-hero__play-button[data-state='playing']:hover,
.bh-hero__play-button[data-state='paused']:hover {
	opacity: 1;
}

.bh-hero__title {
	font-size: 38px;
	line-height: 1.04;
	margin: 0 0 7px;
	margin-top: 40px;
}

.bh-hero__title sup {
	font-size: 20px;
}

.bh-hero__desc {
	font-size: 25px;
	line-height: 1.1;
	margin: 0 0 15px;
}

.bh-hero__legend {
	font-size: 14px;
	line-height: 1.3;
	margin: 0;
}

.bh-hero__legend sup {
	font-size: 10px;
}

/* BENEFITS SECTION */

.bh-benefits {
	padding: 32px 18px;
}

.bh-benefits__row {
	display: flex;
	gap: 25px;
	flex-wrap: wrap;
}

.bh-benefits__item {
	display: flex;
	flex-direction: column;
	width: calc((100% - 25px) / 2);
	align-items: center;
	text-align: center;
	justify-content: space-between;
}

.bh-benefits__item ul {
	text-align: left;
}

.bh-benefits__item h4 {
	font-size: 20px;
}

.bh-benefits__item h3 {
	font-size: 22px;
	font-weight: 400;
}

.bh-benefits__item-image {
	width: 100%;
	max-width: 100%;
	margin-bottom: 19px;
}

.bh-benefits__item-image img {
	max-width: 100%;
	width: 100%;
	height: auto;
}

.bh-benefits__item-desc {
	margin: 0;
	font-size: 14px;
	line-height: 1.28;
	color: #494b4b;
	margin-bottom: 7px;
}

.bh-benefits__item-desc + a {
	color: #0099ec;
	text-decoration: none;
	font-size: 14px;
}

/* TXTIMG SECTION */

.bh-imgtext.gray {
	padding-top: 32px;
	background-color: #f5f5f5;
}

.bh-imgtext__image-image,
.bh-imgtext__image-image img {
	max-width: 100%;
	width: 100%;
	height: auto;
	display: block;
	border-radius: 16px;
}

.bh-imgtext__image.mobile-margin {
	padding: 0 25px;
	margin-bottom: 20px;
}

.bh-imgtext__text {
	padding: 12px 26px 34px;
}

.bh-imgtext__title {
	font-size: 30px;
	line-height: 1.2;
	margin: 0 0 8px;
	font-weight: 400;
}

.bh-imgtext__desc {
	font-size: 19px;
	margin: 0;
	font-weight: 700;
	color: #26a6fa;
}

.bh-imgtext__desc sup {
	font-size: 14px;
}

.bh-imgtext.gray .bh-imgtext__image small {
	display: none;
}

/* OPT SECTION */

.bh-opt {
	background-color: #c5b4e3;
	padding: 20px 18px;
	font-family: 'Instrument Sans', sans-serif;
}

.bh-opt__microsoft {
	width: 150px;
	height: auto;
	margin-bottom: 34px;
}

.bh-opt__title {
	font-size: 34px;
	color: #73262f;
	font-weight: 500;
	margin: 0 0 10px;
}

.bh-opt__desc {
	font-size: 15px;
	line-height: 1.2;
	color: #2f2f2f;
	margin-top: 0;
	margin-bottom: 20px;
}

.bg-opt__button {
	border-radius: 8px;
	border: none;
	width: -moz-fit-content;
	width: fit-content;
	height: 42px;
	line-height: 42px;
	padding: 0 32px;
	font-size: 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.3s ease-out;
	background: #0082fa;
	color: #fff;
	margin-top: 10px;
	z-index: 1;
	white-space: nowrap;
	flex-shrink: 0;
	text-decoration: none;
}

.bh-opt__right {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-top: 21px;
}

.bh-opt__right img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	border-radius: 16px;
}

/* LEGAL SECTION */

.bh-legal {
	background: #000000;
	padding: 18px;
	color: #ffffff;
	font-size: 14px;
	line-height: 1.07;
}

.bh-legal p {
	margin: 0 0 8px;
}

@media screen and (min-width: 960px) {
	.container {
		max-width: 680px;
	}
}

@media screen and (min-width: 1230px) {
	.container {
		max-width: 1147px;
	}

	/* HERO SECTION */
	.bh-hero {
		padding-bottom: 32px;
	}

	.bh-hero__logos {
		height: 56px;
		margin-bottom: 32px;
	}

	.bh-hero__play-button {
		width: 155px;
		height: 155px;
	}

	.bh-hero__video {
		margin-bottom: 42px;
	}

	.bh-hero__title {
		font-size: 80px;
		letter-spacing: -1px;
		margin-bottom: 14px;
	}

	.bh-hero__title sup {
		font-size: 30px;
	}

	.bh-hero__desc {
		font-size: 53px;
		margin-bottom: 42px;
	}

	.bh-hero__legend {
		font-size: 25px;
	}

	.bh-hero__legend sup {
		font-size: 15px;
	}

	/* BENEFITS SECTION */
	.bh-benefits {
		padding-bottom: 0;
	}

	.bh-benefits__row {
		gap: 0;
		justify-content: space-between;
	}

	.bh-benefits__item {
		width: calc(25% - 32px);
		margin-bottom: 56px;
	}

	.bh-benefits__item-desc {
		font-size: 18px;
		line-height: 1.2;
		margin-bottom: 2px;
	}

	.bh-benefits__item-desc + a {
		font-size: 18px;
	}

	/* IMGTEXT SECTION */

	.bh-imgtext {
		padding: 85px 0;
	}

	.bh-imgtext.gray {
		padding: 80px 0;
	}

	.bh-imgtext.gray .bh-imgtext__row {
		flex-direction: row-reverse;
	}

	.bh-imgtext__row {
		display: flex;
		flex-direction: row;
		gap: 0;
		align-items: center;
	}

	.bh-imgtext__image {
		width: 53.5%;
	}

	.bh-imgtext__image.mobile-margin {
		padding: 0;
		margin-bottom: 0;
	}

	.bh-imgtext__image-image {
		width: 100%;
		max-width: 100%;
	}

	.bh-imgtext__text {
		min-width: 46%;
		width: 46%;
		padding: 0 0 0 44px;
		box-sizing: border-box;
		margin-bottom: 7px;
	}

	.bh-imgtext.gray .bh-imgtext__text {
		width: 46.5%;
		padding: 0 54px 0 0;
	}

	.bh-imgtext.gray .bh-imgtext__image {
		text-align: right;
		font-size: 12px;
		color: black;
	}

	.bh-imgtext.gray .bh-imgtext__image small {
		margin-top: 8px;
		display: block;
	}

	.bh-imgtext__title {
		font-size: 44px;
		line-height: 1.2;
		margin-top: 0;
	}

	.bh-imgtext__title sup {
		font-size: 26px;
	}

	.bh-imgtext__desc {
		font-size: 28px;
		margin-bottom: 10px;
	}

	/* OPT SECTION */
	.bh-opt {
		padding: 60px 0 40px;
		overflow: hidden;
	}

	.bh-opt__left {
		width: 45%;
	}

	.bh-opt__right {
		width: 55%;
		position: relative;
	}

	.bh-opt__title {
		font-size: 56px;
		line-height: 1.16;
		margin-bottom: 20px;
	}

	.bh-opt__desc {
		font-size: 24px;
		line-height: 1.2;
		margin: 0 0 28px;
	}

	.bh-opt__microsoft {
		width: 250px;
		margin-bottom: 28px;
	}

	.bh-opt__row {
		display: flex;
		flex-direction: row;
	}

	.bh-opt__right {
		position: relative;
	}

	.bh-opt__right-icons {
		position: absolute;
		top: -56px;
		left: -20px;
		width: 333px;
		height: auto;
	}

	.bh-opt__right-image {
		position: absolute;
		left: 344px;
		top: -55px;
		width: 395px;
		height: 893px;
	}

	.bg-opt__button {
		font-size: 1.4rem;
		font-weight: 500;
		padding: 8px 26px 10px;
	}

	/* LEGAL */
	.bh-legal {
		padding: 48px 15px;
	}
}

.top .plyr__video-embed {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	min-width: 100%;
	max-width: 1920px;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -1;
	overflow: hidden;
}
.top .plyr__video-embed iframe {
	display: block;
	margin: 0 auto;
	left: 0;
	right: 0;
}
.plyr {
	border-radius: 16px;
	box-shadow: rgba(0, 0, 0, 0.05) 0px 20px 25px -5px, rgba(0, 0, 0, 0.02) 0px 10px 10px -5px;
}

.cta {
	border-radius: 8px;
	border: none;
	width: -moz-fit-content;
	width: fit-content;
	height: 42px;
	line-height: 42px;
	padding: 0 32px;
	font-size: 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.3s ease-out;
	background: #0082fa;
	color: #fff;
	margin-top: 10px;
	z-index: 1;
	white-space: nowrap;
	flex-shrink: 0;
	text-decoration: none;
}
.cta[disabled] {
	filter: grayscale(100);
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	pointer-events: none;
	opacity: 0.5;
}
.cta:hover {
	background: #0067c7;
	color: #fff;
}

.all-button {
	margin: 0 auto;
}

@media (max-width: 1230px) {
	.all-button {
		margin-top: 40px;
	}
}

@media (max-width: 576px) {
	.bh-benefits__item {
		width: 90%;
		margin: 0 auto;
	}
}

.intel-badge {
	width: 60px;
	height: 60px;
	margin-bottom: 20px;
}

@media (max-width: 520px) {
	.bh-hero__logos {
		flex-direction: column;
		align-items: center;
		margin-bottom: 50px;
	}
}

@media (max-width: 768px) {
	.bh-hero__logos {
		flex-direction: column;
		align-items: center;
		margin-bottom: 100px;
	}

	.logo-2 {
		display: flex;
		flex-direction: column;
	}
}
