
body.template-market-room {
	background: #001A4F;
	color: #FFFFFF;
}

.template-market-room .wrap,
.template-market-room .content,
.template-market-room .main,
.template-market-room .mr-page {
	background: #001A4F;
	color: #FFFFFF;
}

.template-market-room .mr-page {
	min-height: 100vh;
}

.template-market-room .mr-hero {
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	min-height: 514px;
	padding: 100px 17px 80px;
	overflow: hidden;
	background: #001A4F;
	color: #FFFFFF;
}

.template-market-room .mr-hero::before {
	position: absolute;
	top: -260px;
	left: 50%;
	width: 1921px;
	height: 594px;
	content: "";
	background:
		radial-gradient(ellipse at 50% 0%, rgba(0, 154, 213, 0.72) 0%, rgba(0, 100, 174, 0.46) 28%, rgba(0, 26, 79, 0) 68%);
	transform: translateX(-50%);
	pointer-events: none;
}

.template-market-room .mr-hero__inner {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 62px;
	width: min(1110px, 100%);
	margin: 0 auto;
}

.template-market-room .mr-hero__title {
	width: 100%;
	margin: 0;
	color: #FFFFFF;
	font-size: 0;
	font-weight: 400;
	line-height: 0;
	text-align: center;
}

.template-market-room .mr-hero__title-line,
.template-market-room .mr-hero__title-strong {
	display: block;
	letter-spacing: 0;
}

.template-market-room .mr-hero__title-line {
	font-size: 66px;
	font-weight: 400;
	line-height: normal;
}

.template-market-room .mr-hero__title-strong {
	font-size: 84px;
	font-weight: 800;
	line-height: 104px;
}

.template-market-room .mr-hero__lead {
	box-sizing: border-box;
	width: min(1110px, 100%);
	margin: 0;
	padding: 0 100px;
	color: #FFFFFF;
	font-size: 19px;
	font-weight: 400;
	line-height: 30px;
	text-align: center;
}

.template-market-room .mr-content {
	width: min(1110px, calc(100% - 34px));
	margin: 0 auto;
	padding: 60px 0;
	color: #FFFFFF;
}

.template-market-room .above-footer-menu {
	background: #FFFFFF;
}

.template-market-room .above-footer-menu ul li,
.template-market-room .above-footer-menu a,
.template-market-room .above-footer-menu a:link,
.template-market-room .above-footer-menu a:visited,
.template-market-room .above-footer-menu a:active,
.template-market-room .above-footer-menu a:focus {
	color: rgba(17, 24, 28, 0.8);
}

.template-market-room .above-footer-menu ul li:not(.active):hover,
.template-market-room .above-footer-menu a:hover {
	color: #298FC7;
}

.template-market-room .mr-video-section {
	width: 100%;
	padding: 0 17px 70px;
	background: #001A4F;
	color: #FFFFFF;
}

.template-market-room .mr-video-section__container {
	box-sizing: border-box;
	width: min(1400px, 100%);
	margin: 0 auto;
	padding: 60px 115px 52px;
	overflow: hidden;
	background: #001642;
	border-radius: 50px;
}

.template-market-room .mr-video-section__intro {
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 806px;
	margin: 0 auto 70px;
	text-align: center;
}

.template-market-room .mr-video-section__intro h2 {
	max-width: 650px;
	margin: 0;
	color: #FFFFFF;
	font-size: 40px;
	font-weight: 600;
	line-height: 55px;
	letter-spacing: 0;
}

.template-market-room .mr-video-section__line {
	width: 55px;
	height: 3px;
	margin: 30px 0 37px;
	background: #239BD7;
}

.template-market-room .mr-video-section__copy {
	display: flex;
	flex-direction: column;
	gap: 32px;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: 400;
	line-height: 27px;
}

.template-market-room .mr-video-section__copy p {
	margin: 0;
	color: inherit;
	font: inherit;
}

.template-market-room .mr-video-panel {
	box-sizing: border-box;
	display: grid;
	grid-template-columns: minmax(0, 688px) 402px;
	gap: 20px;
	width: 100%;
	padding: 60px 30px 70px;
	background: #01143A;
	border-radius: 30px;
}

.template-market-room .mr-video-panel-wrap {
	width: 100%;
}

.template-market-room .mr-video-panel__featured {
	position: relative;
	min-width: 0;
}

.template-market-room .mr-video-player {
	position: relative;
	width: 100%;
	overflow: hidden;
	background: #000000;
	border-radius: 0;
	aspect-ratio: 688 / 386;
}

.template-market-room .mr-video-player iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.template-market-room .mr-video-player__icon {
	position: absolute;
	top: -95px;
	left: -74px;
	z-index: 2;
	display: block;
	width: 160px;
	height: 115px;
	pointer-events: none;
}

.template-market-room .mr-video-panel__featured-text {
	margin-top: 21px;
	color: #FFFFFF;
}

.template-market-room .mr-video-panel__featured-text h3 {
	display: -webkit-box;
	margin: 0 0 10px;
	overflow: hidden;
	color: #FFFFFF;
	font-size: 25px;
	font-weight: 700;
	line-height: 30px;
	letter-spacing: 0;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.template-market-room .mr-video-panel__featured-text p {
	display: flex;
	gap: 10px;
	align-items: center;
	margin: 0;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: 400;
	line-height: 30px;
}

.template-market-room .mr-video-panel__playlist {
	display: flex;
	flex-direction: column;
	min-width: 0;
}

.template-market-room .mr-video-list {
	display: flex;
	flex-direction: column;
	gap: 17px;
	margin: 0 0 40px;
}

.template-market-room .mr-video-card {
	box-sizing: border-box;
	display: flex;
	gap: 10px;
	align-items: flex-start;
	width: 100%;
	min-height: 94px;
	padding: 0;
	color: #FFFFFF;
	text-align: left;
	cursor: pointer;
	background: transparent;
	border: 0;
	border-radius: 0;
	opacity: 1;
	transition: opacity 180ms ease;
}

.template-market-room .mr-video-card:hover,
.template-market-room .mr-video-card:focus-visible {
	opacity: 0.82;
}

.template-market-room .mr-video-card.is-active {
	opacity: 0.45;
}

.template-market-room .mr-video-card__thumb {
	position: relative;
	display: block;
	flex: 0 0 168px;
	width: 168px;
	height: 94px;
	overflow: hidden;
	background: #001A4F;
}

.template-market-room .mr-video-card__thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.template-market-room .mr-video-card__duration {
	position: absolute;
	right: 4px;
	bottom: 4px;
	padding: 2px 4px;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: 600;
	line-height: 1.2;
	background: rgba(0, 0, 0, 0.84);
	border-radius: 2px;
}

.template-market-room .mr-video-card__body {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	min-width: 0;
	padding-top: 1px;
}

.template-market-room .mr-video-card__title {
	display: -webkit-box;
	margin-bottom: 7px;
	overflow: hidden;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
	letter-spacing: 0;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.template-market-room .mr-video-card__channel,
.template-market-room .mr-video-card__meta {
	display: block;
	overflow: hidden;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.template-market-room .mr-video-panel__all {
	align-self: center;
	margin-top: auto;
	color: #2B8DC8;
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	text-align: center;
	text-decoration: underline;
	text-transform: uppercase;
}

.template-market-room .mr-video-panel__all:hover,
.template-market-room .mr-video-panel__all:focus-visible {
	color: #55B8EA;
}

.template-market-room .mr-video-section__subscribe {
	position: relative;
	z-index: 3;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 58px;
	text-align: center;
}

.template-market-room .mr-video-section__subscribe-button {
	box-sizing: border-box;
	display: inline-flex;
	gap: 12px;
	align-items: center;
	justify-content: center;
	width: min(402px, 100%);
	min-height: 74px;
	padding: 18px 24px;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
	letter-spacing: 0;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	background: #FC0D1C;
	border-radius: 10px;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.template-market-room .mr-video-section__subscribe-button:hover,
.template-market-room .mr-video-section__subscribe-button:focus-visible {
	color: #FFFFFF;
	background: #D90816;
}

.template-market-room .mr-video-section__subscribe-icon {
	position: relative;
	display: inline-block;
	flex: 0 0 24px;
	width: 24px;
	height: 17px;
	background: #FFFFFF;
	border-radius: 4px;
}

.template-market-room .mr-video-section__subscribe-icon::before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	content: "";
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 7px solid #FC0D1C;
	transform: translate(-35%, -50%);
	transition: border-left-color 0.2s ease;
}

.template-market-room .mr-video-section__subscribe p {
	margin: 27px 0 0;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}

.template-market-room .mr-program-section {
	position: relative;
	width: 100%;
	padding: 0 17px 100px;
	background: #001A4F;
	color: #FFFFFF;
}

.template-market-room .mr-program-section__decor {
	position: absolute;
	top: -210px;
	left: 50%;
	z-index: 1;
	display: block;
	width: 714px;
	height: 177px;
	pointer-events: none;
	transform: translateX(-50%);
}

.template-market-room .mr-program-grid {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 30px;
	align-items: stretch;
	width: min(1400px, 100%);
	margin: 0 auto;
}

.template-market-room .mr-program-card {
	position: relative;
	z-index: 2;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-width: 0;
	min-height: 330px;
	padding: 50px;
	background: #001642;
	border-radius: 50px;
}

.template-market-room .mr-program-card__badge {
	position: absolute;
	top: -30px;
	left: 50%;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 59px;
	height: 59px;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: 700;
	line-height: 25px;
	background: #0092D2;
	border: 3px solid #FFFFFF;
	border-radius: 50%;
	transform: translateX(-50%);
}

.template-market-room .mr-program-card__decor {
	display: none;
}

.template-market-room .mr-program-card--updates {
	z-index: 3;
}

.template-market-room .mr-program-card--tour .mr-program-card__main {
	flex: 1 1 auto;
}

.template-market-room .mr-program-card__main {
	display: flex;
	flex-direction: column;
	gap: 40px;
	width: 100%;
}

.template-market-room .mr-program-card h2 {
	margin: 0;
	color: #FFFFFF;
	font-size: 40px;
	font-weight: 700;
	line-height: 50px;
	letter-spacing: 0;
}

.template-market-room .mr-program-card__image {
	width: 100%;
	height: 300px;
	overflow: hidden;
	background: #01143A;
	border-radius: 20px;
}

.template-market-room .mr-program-card__image picture {
	display: block;
	width: 100%;
	height: 100%;
}

.template-market-room .mr-program-card__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: inherit;
}

.template-market-room .mr-program-card__copy {
	display: flex;
	flex-direction: column;
	gap: 27px;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: 400;
	line-height: 27px;
}

.template-market-room .mr-program-card__copy p {
	margin: 0;
	color: inherit;
	font: inherit;
}

.template-market-room .mr-program-card__footer {
	display: flex;
	flex-direction: column;
	gap: 36px;
	width: 100%;
	margin-top: 20px;
}

.template-market-room .mr-program-card__note {
	width: min(306px, 100%);
	margin: 0;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: 700;
	line-height: 27px;
}

.template-market-room .mr-program-card__button {
	box-sizing: border-box;
	display: inline-flex;
	gap: 10px;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 74px;
	padding: 20px 31px;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	background: #FC0D1C;
	border-radius: 10px;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.template-market-room .mr-program-card__button:hover,
.template-market-room .mr-program-card__button:focus-visible {
	color: #FFFFFF;
	background: #D90816;
}

.template-market-room .mr-program-card__button-icon {
	position: relative;
	display: inline-block;
	flex: 0 0 24px;
	width: 24px;
	height: 17px;
	background: #FFFFFF;
	border-radius: 4px;
}

.template-market-room .mr-program-card__button-icon::before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	content: "";
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 7px solid #FC0D1C;
	transform: translate(-35%, -50%);
	transition: border-left-color 0.2s ease;
}

.template-market-room .mr-program-card__expect {
	color: #FFFFFF;
	font-size: 18px;
	line-height: 27px;
}

.template-market-room .mr-program-card__expect h3 {
	margin: 0 0 10px;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: 700;
	line-height: 27px;
	letter-spacing: 0;
}

.template-market-room .mr-program-card__expect ul {
	margin: 0;
	padding-left: 27px;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: 400;
	line-height: 27px;
}

.template-market-room .mr-program-card__expect li {
	margin: 0;
	padding: 0;
}

.template-market-room .mr-program-card__form-slot {
	display: block;
	width: 100%;
	margin-top: 60px;
}

.template-market-room .mr-program-card__form-slot.is-expanded {
	margin-top: auto;
}

.template-market-room .mr-market-form {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.template-market-room .mr-market-form__reveal {
	display: flex;
	flex-direction: column;
	gap: 20px;
	max-height: 0;
	margin-bottom: 0;
	overflow: hidden;
	opacity: 0;
	transition: max-height 0.35s ease, margin-bottom 0.35s ease, opacity 0.25s ease;
}

.template-market-room .mr-market-form.is-expanded .mr-market-form__reveal {
	max-height: 470px;
	margin-bottom: 20px;
	opacity: 1;
}

.template-market-room .mr-market-form__title {
	margin: 0;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: 700;
	line-height: 27px;
}

.template-market-room .mr-market-form__fields {
	display: flex;
	flex-direction: column;
	gap: 10px;
	width: 100%;
}

.template-market-room .mr-market-form__field {
	position: relative;
	display: block;
	width: 100%;
	margin: 0;
}

.template-market-room .mr-market-form__field input,
.template-market-room .mr-market-form__field select {
	box-sizing: border-box;
	display: block;
	width: 100%;
	min-height: 65px;
	padding: 20px;
	color: #171717;
	font-family: inherit;
	font-size: 14px;
	font-weight: 400;
	line-height: 25px;
	background-color: #FFFFFF;
	border: 1px solid transparent;
	border-radius: 4px;
	box-shadow: none;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.template-market-room .mr-market-form__field input::placeholder {
	color: #171717;
	opacity: 1;
}

.template-market-room .mr-market-form__field input:focus,
.template-market-room .mr-market-form__field select:focus {
	border-color: #298FC7;
	outline: none;
	box-shadow: 0 0 0 2px rgba(41, 143, 199, 0.28);
}

.template-market-room .mr-market-form__field select {
	padding-right: 48px;
	color: #171717;
	appearance: none;
	cursor: pointer;
}

.template-market-room .mr-market-form__select::after {
	position: absolute;
	top: 50%;
	right: 20px;
	width: 0;
	height: 0;
	content: "";
	border-top: 5px solid #171717;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	pointer-events: none;
	transform: translateY(-50%);
}

.template-market-room .mr-market-form__button {
	box-sizing: border-box;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 74px;
	padding: 20px 31px;
	color: #FFFFFF;
	font-family: inherit;
	font-size: 15px;
	font-weight: 700;
	line-height: 19px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
	background: #FC0D1C;
	border: 0;
	border-radius: 10px;
	transition: background-color 0.2s ease, color 0.2s ease, opacity 0.2s ease;
}

.template-market-room .mr-market-form__button:hover,
.template-market-room .mr-market-form__button:focus-visible {
	color: #FFFFFF;
	background: #D90816;
	outline: none;
}

.template-market-room .mr-market-form__button:disabled {
	cursor: wait;
	opacity: 0.72;
}

.template-market-room .mr-market-form__message {
	margin: 12px 0 0;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 20px;
}

.template-market-room .mr-market-form__message:empty {
	display: none;
}

.template-market-room .mr-market-form__message.is-error {
	color: #FFC8CD;
}

.template-market-room .mr-market-form__message.is-success {
	color: #FFFFFF;
}

.template-market-room .mr-market-form__website {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	opacity: 0;
	pointer-events: none;
}

.template-market-room .mr-social-section {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 0;
	padding: 0 17px 100px;
	color: #FFFFFF;
	background:
		radial-gradient(ellipse 396px 160px at 50% 92%, #01508A 0%, #01356D 44%, rgba(0, 26, 79, 0) 100%),
		#001A4F;
}

.template-market-room .mr-social-section__inner {
	display: flex;
	flex-direction: column;
	gap: 40px;
	align-items: center;
	width: min(585px, 100%);
	margin: 0 auto;
}

.template-market-room .mr-social-section__text {
	display: flex;
	flex-direction: column;
	gap: 20px;
	align-items: center;
	width: 100%;
	color: #FFFFFF;
	text-align: center;
}

.template-market-room .mr-social-section__text h2 {
	margin: 0;
	color: #FFFFFF;
	font-size: 40px;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0;
}

.template-market-room .mr-social-section__text p {
	width: 100%;
	margin: 0;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: 400;
	line-height: 27px;
}

.template-market-room .mr-social-section__links {
	display: flex;
	gap: 15px;
	align-items: stretch;
	width: 100%;
	min-height: 54px;
}

.template-market-room .mr-social-link {
	box-sizing: border-box;
	display: inline-flex;
	flex: 1 1 0;
	align-items: center;
	justify-content: center;
	max-width: 400px;
	min-height: 54px;
	padding: 14px 20px;
	text-decoration: none;
	background: #FC0D1C;
	border-radius: 10px;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.template-market-room .mr-social-link:hover,
.template-market-room .mr-social-link:focus-visible {
	background: #D90816;
}

.template-market-room .mr-social-link img {
	display: block;
	width: auto;
	max-width: 30px;
	height: auto;
	max-height: 26px;
}

@media (max-width: 767px) {
	.template-market-room .mr-hero {
		padding: 50px 17px;
	}

	.template-market-room .mr-hero::before {
		top: -150px;
		width: 414px;
		height: 594px;
		background:
			radial-gradient(ellipse at 50% 0%, rgba(0, 154, 213, 0.75) 0%, rgba(0, 100, 174, 0.48) 34%, rgba(0, 26, 79, 0) 76%);
	}

	.template-market-room .mr-hero__inner {
		gap: 42px;
		width: 100%;
	}

	.template-market-room .mr-hero__title-line {
		font-size: 40px;
		line-height: 50px;
	}

	.template-market-room .mr-hero__title-strong {
		font-size: 45px;
		line-height: 1.1;
	}

	.template-market-room .mr-hero__lead {
		width: 100%;
		padding: 0 10px;
		font-size: 16px;
		line-height: 25px;
		text-align: left;
	}

	.template-market-room .mr-content {
		padding: 45px 0;
	}

	.template-market-room .mr-video-section {
		padding: 0;
	}

	.template-market-room .mr-video-section__container {
		width: 100%;
		padding: 0;
		background: transparent;
		border-radius: 0;
	}

	.template-market-room .mr-video-section__intro {
		box-sizing: border-box;
		width: 100%;
		max-width: none;
		margin: 0;
		padding: 60px 17px 40px;
		background: #001642;
		border-radius: 30px 30px 0 0;
	}

	.template-market-room .mr-video-section__intro h2 {
		width: 100%;
		max-width: none;
		font-size: 30px;
		line-height: 41px;
	}

	.template-market-room .mr-video-section__line {
		width: 30px;
		height: 3px;
		margin: 30px 0;
	}

	.template-market-room .mr-video-section__copy {
		gap: 24px;
		font-size: 16px;
		line-height: 24px;
	}

	.template-market-room .mr-video-panel {
		display: flex;
		flex-direction: column;
		gap: 40px;
		padding: 50px 17px 0;
		background: #01143A;
		border-radius: 30px 30px 0 0;
	}

	.template-market-room .mr-video-panel-wrap {
		background: #001642;
	}

	.template-market-room .mr-video-player {
		height: 220px;
		aspect-ratio: auto;
	}

	.template-market-room .mr-video-player__icon {
		top: -54px;
		left: -15px;
		width: 92px;
		height: auto;
	}

	.template-market-room .mr-video-panel__featured-text {
		margin: 20px 0 0;
	}

	.template-market-room .mr-video-panel__featured-text h3 {
		margin-bottom: 20px;
		font-size: 20px;
		line-height: 30px;
		-webkit-line-clamp: 2;
	}

	.template-market-room .mr-video-panel__featured-text p {
		gap: 12px;
		font-size: 13px;
		line-height: 30px;
	}

	.template-market-room .mr-video-panel__playlist {
		margin-top: 0;
	}

	.template-market-room .mr-video-list {
		gap: 20px;
		width: 100%;
		margin: 0 0 30px;
	}

	.template-market-room .mr-video-card {
		gap: 18px;
		min-height: 94px;
	}

	.template-market-room .mr-video-card__thumb {
		flex-basis: 168px;
		width: 168px;
		height: 94px;
	}

	.template-market-room .mr-video-card__duration {
		right: 4px;
		bottom: 4px;
		padding: 3px 4px;
		font-size: 10px;
	}

	.template-market-room .mr-video-card__body {
		padding-top: 0;
	}

	.template-market-room .mr-video-card__title {
		margin-bottom: 4px;
		font-size: 14px;
		line-height: 20px;
	}

	.template-market-room .mr-video-card__channel,
	.template-market-room .mr-video-card__meta {
		font-size: 11px;
		line-height: 18px;
	}

	.template-market-room .mr-video-panel__all {
		font-size: 15px;
		line-height: 19px;
	}

	.template-market-room .mr-video-section__subscribe {
		box-sizing: border-box;
		width: 100%;
		z-index: 5;
		margin-top: 0;
		padding: 40px 17px 50px;
		background: #01143A;
		border-radius: 0 0 30px 30px;
	}

	.template-market-room .mr-video-section__subscribe-button {
		gap: 10px;
		width: 100%;
		min-height: 65px;
		padding: 20px 18px;
		font-size: 14px;
		line-height: 19px;
	}

	.template-market-room .mr-video-section__subscribe-icon {
		flex-basis: 24px;
		width: 24px;
		height: 17px;
		border-radius: 4px;
	}

	.template-market-room .mr-video-section__subscribe-icon::before {
		border-top-width: 4px;
		border-bottom-width: 4px;
		border-left-width: 7px;
	}

	.template-market-room .mr-video-section__subscribe p {
		margin-top: 20px;
		font-size: 14px;
		line-height: 20px;
	}

	.template-market-room .mr-program-section {
		padding: 50px 0 0;
	}

	.template-market-room .mr-program-section__decor {
		display: none;
	}

	.template-market-room .mr-program-grid {
		grid-template-columns: 1fr;
		gap: 50px;
		width: 100%;
	}

	.template-market-room .mr-program-card {
		min-height: 0;
		padding: 50px 17px 60px;
		border-radius: 30px;
	}

	.template-market-room .mr-program-card--updates {
		z-index: 2;
	}

	.template-market-room .mr-program-card--tour {
		z-index: 3;
	}

	.template-market-room .mr-program-card__decor {
		position: absolute;
		top: -50px;
		z-index: 1;
		display: block;
		width: 88px;
		height: 75px;
		pointer-events: none;
	}

	.template-market-room .mr-program-card__decor--first {
		left: calc(50% - 96px);
		transform: scaleY(-1) rotate(180deg);
	}

	.template-market-room .mr-program-card__decor--second {
		left: calc(50% + 9px);
	}

	.template-market-room .mr-program-card__badge {
		top: -30px;
		width: 59px;
		height: 59px;
		font-size: 20px;
		line-height: 25px;
	}

	.template-market-room .mr-program-card__main {
		gap: 30px;
	}

	.template-market-room .mr-program-card h2 {
		font-size: 30px;
		line-height: 50px;
	}

	.template-market-room .mr-program-card__image {
		height: 220px;
		border-radius: 20px;
	}

	.template-market-room .mr-program-card__copy {
		gap: 24px;
		font-size: 16px;
		line-height: 25px;
	}

	.template-market-room .mr-program-card__footer {
		gap: 26px;
		margin-top: 60px;
	}

	.template-market-room .mr-program-card__note {
		font-size: 18px;
		line-height: 27px;
	}

	.template-market-room .mr-program-card__button {
		gap: 10px;
		width: 100%;
		min-height: 65px;
		padding: 20px 18px;
		font-size: 14px;
		line-height: 19px;
	}

	.template-market-room .mr-program-card__expect,
	.template-market-room .mr-program-card__expect h3,
	.template-market-room .mr-program-card__expect ul {
		font-size: 16px;
		line-height: 25px;
	}

	.template-market-room .mr-program-card__expect ul {
		padding-left: 24px;
	}

	.template-market-room .mr-market-form__title {
		font-size: 16px;
		line-height: 25px;
	}

	.template-market-room .mr-market-form__field input,
	.template-market-room .mr-market-form__field select {
		min-height: 65px;
		padding: 20px;
		font-size: 14px;
		line-height: 25px;
	}

	.template-market-room .mr-market-form__button {
		min-height: 65px;
		padding: 20px 18px;
		font-size: 14px;
		line-height: 19px;
	}

	.template-market-room .mr-social-section {
		min-height: 0;
		padding: 70px 17px;
		align-items: center;
		background:
			linear-gradient(180deg, #001A4F 0%, #001A4F 26.224%, #01508A 100%);
	}

	.template-market-room .mr-social-section__inner {
		gap: 30px;
		width: 100%;
	}

	.template-market-room .mr-social-section__text {
		gap: 16px;
	}

	.template-market-room .mr-social-section__text h2 {
		font-size: 30px;
		line-height: 41px;
	}

	.template-market-room .mr-social-section__text p {
		font-size: 16px;
		line-height: 25px;
	}

	.template-market-room .mr-social-section__links {
		gap: 10px;
		min-height: 54px;
	}

	.template-market-room .mr-social-link {
		min-height: 54px;
		padding: 14px;
	}
}
