/* breadcrumbs-section */
.breadcrumbs-section {
	padding: 2.7rem 0 0;
	color: #333;
}
@media (max-width: 767.98px) {
	.breadcrumbs-section {
		padding: 2rem 0 0;
	}
}
.breadcrumbs-section .breadcrumbs {
	color: inherit;
	text-transform: none;
	letter-spacing: -0.2px;
	font-size: 1.6rem;
	font-weight: 500;
}
@media (max-width: 767.98px) {
	.breadcrumbs-section .breadcrumbs {
		font-size: 1.2rem;
	}
}
.breadcrumbs-section .breadcrumbs > li > a {
	text-transform: none;
	color: #6b6b6b;
	font-weight: normal;
}
.breadcrumbs-section .breadcrumbs > li > span {
	text-decoration: underline;
}

/* video-section */
.video-section {
	padding: 3rem 0;
}
@media (max-width: 767.98px) {
	.video-section {
		padding: 1.7rem 0;
	}
	.video-section + .product-section {
		padding-top: 0.7rem;
		padding-bottom: 1rem;
	}
}
.video-section .pre-title {
	margin: 0 0 0.3rem;
	text-transform: uppercase;
	font-size: 1.2rem;
	font-weight: 500;
	color: #6b6b6b;
}
@media (max-width: 767.98px) {
	.video-section .pre-title {
		font-size: 1rem;
		letter-spacing: 0.5px;
		margin-bottom: 0;
	}
}
.video-section h1, .video-section .h1 {
	font-size: 3.2rem;
	margin: 0 0 2.4rem;
}
@media (max-width: 767.98px) {
	.video-section h1, .video-section .h1 {
		font-size: 1.8rem;
		margin-bottom: 1.1rem;
	}
}
.video-section .video-holder {
	margin-left: calc(var(--container-fluid-padding) * -1);
	margin-right: calc(var(--container-fluid-padding) * -1);
	display: flex;
}
@media (max-width: 991.98px) {
	.video-section .video-holder {
		display: block;
	}
}
.video-section .video-holder .controls {
	padding-top: 2.6rem;
	padding-left: var(--container-fluid-padding);
	display: flex;
	align-items: center;
	justify-content: space-between;
}
@media (max-width: 991.98px) {
	.video-section .video-holder .controls {
		padding-right: var(--container-fluid-padding);
	}
}
@media (max-width: 767.98px) {
	.video-section .video-holder .controls {
		padding-top: 1rem;
	}
}
.video-section .video-holder .controls .btn {
	min-width: 19rem;
	padding-left: 3rem;
	padding-right: 3rem;
}
@media (max-width: 767.98px) {
	.video-section .video-holder .controls .btn {
		min-width: 11.8rem;
		padding: 0.4rem 0.8rem;
		font-size: 1.2rem;
	}
}
.video-section .video-player {
	flex-shrink: 0;
	width: 68.7%;
}
@media (max-width: 1439.98px) {
	.video-section .video-player {
		width: 63%;
	}
}
@media (max-width: 1199.98px) {
	.video-section .video-player {
		width: 55%;
	}
}
@media (max-width: 991.98px) {
	.video-section .video-player {
		width: auto;
		padding-bottom: 4rem;
	}
}
@media (max-width: 767.98px) {
	.video-section .video-player {
		padding-bottom: 2rem;
	}
}
.video-section .playlist {
	flex-grow: 1;
	padding: 0 0 0 2rem;
}
@media (max-width: 991.98px) {
	.video-section .playlist {
		padding-right: var(--container-fluid-padding);
		padding-left: var(--container-fluid-padding);
	}
}
@media (max-width: 767.98px) {
	.video-section .playlist {
		padding-left: 1rem;
		padding-right: 1rem;
	}
}

.video-player .frame iframe {
	display: block;
	border: 0;
	width: 100%;
	height: auto;
	aspect-ratio: 16/9;
}

.playlist h2, .playlist .h2 {
	font-size: 2.4rem;
	margin: 0 0 1rem;
}
@media (max-width: 767.98px) {
	.playlist h2, .playlist .h2 {
		font-size: 1.6rem;
	}
}
.playlist ol {
	margin: 0;
	padding: 0;
	list-style: none;
	counter-reset: list-number;
	color: #06c;
	font-size: 1.8rem;
}
@media (max-width: 767.98px) {
	.playlist ol {
		font-size: 1.6rem;
	}
}
.playlist ol li {
	counter-increment: list-number;
}
.playlist ol li:nth-child(odd) a {
	background: #fff;
}
.playlist ol li a {
	display: flex;
	padding: 0.9rem 2rem 1rem 0;
	align-items: center;
	text-decoration: none;
}
@media (max-width: 991.98px) {
	.playlist ol li a {
		padding-right: 0;
	}
}
@media (max-width: 767.98px) {
	.playlist ol li a {
		padding: 0.6rem 0;
	}
}
.playlist ol li a::before {
	content: counter(list-number) ".";
	text-align: right;
	margin-right: 0.8rem;
	min-width: 2.5rem;
	align-self: flex-start;
}
@media (max-width: 767.98px) {
	.playlist ol li a::before {
		min-width: 2.2rem;
		margin-right: 0.5rem;
	}
}
.playlist ol li a .name {
	padding-right: 1rem;
}
.playlist ol li a .time {
	margin-left: auto;
	font-size: 1.7rem;
	font-weight: 500;
	padding: 0 0 0 0.6rem;
	flex-shrink: 0;
}
@media (max-width: 767.98px) {
	.playlist ol li a .time {
		font-size: inherit;
	}
}
.playlist ol li a .ico-play {
	margin-left: auto;
	flex-shrink: 0;
	width: 2rem;
	height: 2rem;
	background: currentColor;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.playlist ol li a .ico-play::before {
	content: "";
	border: 0.6rem solid transparent;
	border-left: 0.7rem solid #fff;
	border-right: 0;
	display: block;
	margin-left: 0.3rem;
}
.playlist ol li a .ico-play + .time {
	margin-left: 0;
}
.playlist ol li a:hover {
	color: #000;
}
.playlist ol li.active {
	font-weight: bold;
	color: #000;
}
.playlist ol li.visited {
	color: #6b6b6b;
}
@media (max-width: 991.98px) {
	.playlist-mobile {
		padding-right: var(--container-fluid-padding);
		padding-left: var(--container-fluid-padding);
		padding-top: 3rem;
	}
	.playlist-mobile h2 {
		color: #6b6b6b;
	}
}
@media (max-width: 767.98px) {
	.playlist-mobile {
		padding-left: 1rem;
		padding-right: 1rem;
		padding-top: 1.5rem;
	}
	.playlist-mobile h2 {
		font-size: 1.4rem;
	}
}

/* product-section */
.product-section {
	padding: 2rem 0;
}
@media (max-width: 767.98px) {
	.product-section {
		overflow: hidden;
		padding-bottom: 3rem;
	}
}
.product-section h2 {
	margin: 0 0 3rem;
}
@media (min-width: 768px) {
	.product-section h2 {
		font-size: 3.2rem;
	}
}
@media (max-width: 767.98px) {
	.product-section h2 {
		font-size: 1.8rem;
		margin: 0 0 1.2rem;
	}
}
.product-section .title-row {
	display: flex;
	align-items: center;
	margin: 0 0 3rem;
}
@media (max-width: 767.98px) {
	.product-section .title-row {
		margin: 0 0 1.2rem;
	}
}
.product-section .title-row h2 {
	margin: 0;
}

.product-item-card {
	margin: 0 0 3rem;
	text-decoration: none !important;
	flex-shrink: 0;
	width: 100%;
	display: flex;
	flex-direction: column;
}
@media (max-width: 767.98px) {
	.product-item-card {
		margin-bottom: 2rem;
	}
}
.product-item-card figure {
	margin: 0;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}
.product-item-card .img {
	position: relative;
	aspect-ratio: 350/220;
	border-radius: 1rem 1rem 0 0;
	box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.1);
	overflow: hidden;
}
@media (max-width: 767.98px) {
	.product-item-card .img {
		aspect-ratio: 210/164;
	}
}
.product-item-card .img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.product-item-card figcaption {
	border-radius: 0 0 1rem 1rem;
	background: #fff;
	box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
	position: relative;
	z-index: 5;
	font-size: 1.4rem;
	letter-spacing: 0.1rem;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	font-weight: bold;
	padding: 1.5rem 2rem;
	flex-grow: 1;
}
@media (max-width: 767.98px) {
	.product-item-card figcaption {
		font-size: 1.2rem;
		padding: 1rem;
	}
}
.product-item-card figcaption .fa-arrow-right {
	transition: all 0.3s ease-out;
	flex-shrink: 0;
	margin: 0 0 0 1.2rem;
	font-size: 1.8rem;
	line-height: 1;
}
@media (max-width: 767.98px) {
	.product-item-card figcaption .fa-arrow-right {
		font-size: 1.4rem;
	}
}
.product-item-card:hover figcaption .fa-arrow-right {
	transform: translateX(0.5rem);
}

@media (min-width: 768px) {
	.product-slider:not(.type2) .swiper-wrapper {
		display: flex;
		flex-wrap: wrap;
		width: auto;
		height: auto;
		transform: none !important;
		margin: 0 -1.5rem;
	}
	.product-slider:not(.type2) .swiper-wrapper .swiper-slide {
		width: 33.3333%;
		height: auto;
		flex-shrink: 0;
		padding: 0 1.5rem;
		display: flex;
	}
}
@media (min-width: 768px) and (max-width: 991.98px) {
	.product-slider:not(.type2) .swiper-wrapper .swiper-slide {
		width: 50%;
	}
}
@media (max-width: 767.98px) {
	.product-slider .swiper-slide {
		padding: 0 0.8rem;
		display: flex;
		height: auto;
	}
	.product-slider .swiper-wrapper {
		max-width: 22.5rem;
		margin: 0 -0.8rem;
	}
}
.product-slider .swiper-pagination {
	display: flex;
	position: static;
	align-items: center;
	justify-content: center;
	color: #333;
	padding: 0 0 3rem;
}
@media (max-width: 767.98px) {
	.product-slider .swiper-pagination {
		display: none;
	}
}
.product-slider .swiper-pagination .swiper-pagination-bullet {
	flex-shrink: 0;
	width: 0.9rem;
	height: 0.9rem;
	border: 1px solid;
	background: none;
	margin: 0 0.4rem;
	opacity: 1;
}
.product-slider .swiper-pagination .swiper-pagination-bullet-active {
	background: currentColor;
}
@media (min-width: 768px) {
	.product-slider.type2 {
		overflow: hidden;
		margin: -1.5rem -1.5rem 0;
		position: relative;
	}
	.product-slider.type2 .swiper-wrapper {
		margin: 0 -1.5rem -1.5rem;
		padding: 1.5rem;
	}
	.product-slider.type2 .swiper-slide {
		width: 38rem;
		height: auto;
		flex-shrink: 0;
		padding: 0 1.5rem;
		display: flex;
	}
}
@media (min-width: 768px) and (max-width: 991.98px) {
	.product-slider.type2 .swiper-slide {
		width: 35rem;
	}
}

.swiper-arrow-controls {
	display: flex;
	align-items: center;
	flex-shrink: 0;
	margin-left: auto;
	padding: 0 1rem 0 0;
}
@media (max-width: 767.98px) {
	.swiper-arrow-controls {
		display: none;
	}
}
.swiper-arrow-controls .swiper-next,
.swiper-arrow-controls .swiper-prev {
	flex-shrink: 0;
	width: 4.4rem;
	height: 4.4rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid;
	border-radius: 50%;
	cursor: pointer;
	margin: 0 0 0 1rem;
}
.swiper-arrow-controls .swiper-next.swiper-button-disabled,
.swiper-arrow-controls .swiper-prev.swiper-button-disabled {
	opacity: 0.7;
	pointer-events: none;
}

/* transcript-section */
.transcript-section {
	padding: 3rem 0 5.5rem;
	background: #fff;
}
@media (max-width: 767.98px) {
	.transcript-section {
		padding: 1.5rem 0 3rem;
	}
}
.transcript-section h2 {
	margin: 0 0 3rem;
}
@media (min-width: 768px) {
	.transcript-section h2 {
		font-size: 3.2rem;
	}
}
@media (max-width: 767.98px) {
	.transcript-section h2 {
		font-size: 1.8rem;
		margin: 0 0 1.2rem;
	}
}
.transcript-section .title-row {
	display: flex;
	align-items: center;
	margin: 0 0 2rem;
}
@media (max-width: 767.98px) {
	.transcript-section .title-row {
		margin: 0 0 1.4rem;
		display: block;
	}
}
.transcript-section .title-row h2 {
	margin: 0;
	padding-right: 2rem;
}
@media (max-width: 767.98px) {
	.transcript-section .title-row h2 {
		padding-right: 0;
		margin-bottom: 1rem;
	}
}
.transcript-section .title-row .btn {
	flex-shrink: 0;
	margin-left: auto;
	padding-left: 3rem;
	padding-right: 3rem;
}
@media (max-width: 767.98px) {
	.transcript-section .title-row .btn {
		padding: 0.3rem 2.8rem;
	}
}
.transcript-section .content-part {
	--width-scrollbar: .5rem;
	--color-primary: #6b6b6b;
	--radius-scrollbar: 1rem;
	--bg-track: #dedede;
	font-size: 1.8rem;
	max-height: 48rem;
	padding-right: 1.5rem;
	line-height: 1.44444;
}
@media (max-width: 767.98px) {
	.transcript-section .content-part {
		max-height: 66.5rem;
		font-size: 1.6rem;
		line-height: 1.5;
		margin-right: -0.8rem;
	}
}
.transcript-section .content-part .scrollbar-track-y {
	width: var(--width-scrollbar);
	background: var(--bg-track);
	border-radius: var(--radius-scrollbar);
	opacity: 1;
}
.transcript-section .content-part .scrollbar-track-y .scrollbar-thumb {
	width: var(--width-scrollbar);
	background: var(--color-primary);
	border-radius: var(--radius-scrollbar);
}
.transcript-section .content-part p {
	margin: 0;
}

@media (min-width: 992px) {
	.tab-pane.d-lg-block {
		opacity: 1;
	}
}

.tabset {
	background: #fff;
}
.tabset ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	text-transform: uppercase;
	font-size: 1.2rem;
	color: #6b6b6b;
	font-weight: 500;
	letter-spacing: 0.03em;
}
.tabset ul > li {
	flex-grow: 1;
	flex-basis: 0;
}
.tabset ul > li > a {
	display: block;
	text-decoration: none;
	text-align: center;
	padding: 1.4rem;
	position: relative;
}
.tabset ul > li > a::before {
	content: "";
	right: 0;
	bottom: 0;
	left: 0;
	height: 0.3rem;
	background: #333;
	position: absolute;
	transition: all 0.3s ease-out;
	opacity: 0;
}
.tabset ul > li > a.active {
	font-weight: bold;
	color: #333;
}
.tabset ul > li > a.active::before {
	opacity: 1;
}

.video-section + .tabset {
	margin-top: -1.8rem;
}
/*# sourceMappingURL=product-video.css.map */
