@charset "UTF-8";

#preloader {
	background: #fff;
	height: 100%;
	width: 100%;
	z-index: 999999;
	position: fixed;
}

#preloader .display-table {
	position: relative;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

#preloader .display-table .container {
	height: auto;
}

.spinner {
	width: 40px;
	height: 40px;
	position: relative;
	margin: 0 auto;
}

.double-bounce1,
.double-bounce2 {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #2e4e81;
	opacity: 0.6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: sk-bounce 2s infinite ease-in-out;
	animation: sk-bounce 2s infinite ease-in-out;
}

.double-bounce2 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
}

@-webkit-keyframes sk-bounce {
	0%,
	100% {
		-webkit-transform: scale(0);
	}

	50% {
		-webkit-transform: scale(1);
	}
}

@keyframes sk-bounce {
	0%,
	100% {
		transform: scale(0);
		-webkit-transform: scale(0);
	}

	50% {
		transform: scale(1);
		-webkit-transform: scale(1);
	}
}

/* Slider */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: "";
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

img {
	width: 100%;
}

:focus {
	outline: none;
}

body {
	font-family: "Raleway", sans-serif;
}

.leaders-update {
	background: #0769c5;
	background: linear-gradient(90deg, #0769c5 0%, #0752a0 20%, #074285 40%, #073672 60%, #072f66 80%, #072d63 100%);
}

.menu-d a {
	transition: all 150ms ease;
}

.menu-d a:hover {
	color: #95ccff;
}

.menu-side.open {
	right: 0;
}

@media (min-width: 821px) {
	.footer path,
	.footer rect {
		fill: #fff;
	}
}

.slick-prev {
	position: absolute;
	left: -25px;
	top: 43%;
	width: 12px;
}

.slick-next {
	position: absolute;
	right: -25px;
	top: 43%;
	width: 12px;
}

.media-slick-prev {
	position: absolute;
	left: -30px;
	top: 50%;
	width: 20px;
}

.media-slick-next {
	position: absolute;
	right: -30px;
	top: 50%;
	width: 20px;
}

.programs-slick-prev {
	position: absolute;
	left: -30px;
	top: 40%;
	width: 20px;
}

.programs-slick-next {
	position: absolute;
	right: -30px;
	top: 40%;
	width: 20px;
}

.slick-dots li {
	display: inline-block;
	margin: 10px 5px 0;
	color: transparent;
}

.slick-dots li button::before {
	font-size: 6px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: "•";
	text-align: center;
}

.icon-close {
	background-image: url("../images/icon-close.png");
}

.icon-to-top {
	background-image: url("../images/icon-to-top.png");
}

.media-logo img {
	max-width: 170px;
	max-height: 80px;
	width: auto;
	margin: 0 auto;
}

/* micromodal */

/**************************\
    Basic Modal Styles
\**************************/

.modal__overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.4);
	backdrop-filter: blur(4px);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 999999;
}

.modal__container {
	background-color: #fff;
	max-height: 100%;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	overflow: hidden;
	overflow-y: auto;
	position: relative;
}

.modal__header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 8px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #fff;
	z-index: 2;
}

.modal__title {
	margin-bottom: 10px;
	font-weight: 700;
	font-size: 22px;
	line-height: 1.25;
	box-sizing: border-box;
}

.modal__subtitle {
	font-weight: 600;
	margin-top: 10px;
}

.modal__list li {
	list-style: disc;
	margin-left: 20px;
}

.modal__list li::marker {
	color: #f30a01;
}

.modal__close {
	width: 28px;
	height: 28px;
	margin-left: auto;
	border-radius: 50%;
	/* background-color: #c1c1c1; */
	display: flex;
	align-items: center;
	justify-content: center;
	border: solid 2px #fff;
	color: #fff;
	cursor: pointer;
}

.modal__header .modal__close:before {
	content: "\2715";
}

.modal__content {
	line-height: 1.5;
	color: #2a2a2a;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.modal__content::-webkit-scrollbar {
	width: 6px;
}

.modal__content::-webkit-scrollbar-thumb {
	width: 6px;
	background-color: #f30a01;
	border-radius: 6px;
}

.modal__content::-webkit-scrollbar-track {
	width: 6px;
	background-color: #ebebeb;
	border-radius: 6px;
}

.modal__group {
	border-bottom: solid 1px #2a2a2a;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.modal__group:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

/**************************\
    Demo Animation Style
\**************************/

@keyframes mmfadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes mmfadeOut {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

@keyframes mmslideIn {
	from {
		transform: scale(0);
	}

	to {
		transform: scale(1);
	}
}

@keyframes mmslideOut {
	from {
		transform: scale(1);
	}

	to {
		transform: scale(0);
	}
}

.micromodal-slide {
	display: none;
}

.micromodal-slide.is-open {
	display: block;
}

.micromodal-slide[aria-hidden="false"] .modal__overlay {
	animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="false"] .modal__container {
	animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__overlay {
	animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__container {
	animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
	will-change: transform;
}

/* konten popup bod */
.video-profile {
	width: 100%;
	height: 100%;
}

.video-profile video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.content-profile-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.content-profile-overlay {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.6) 20%, rgba(0, 0, 0, 0.8) 100%);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.content-profile {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
	color: #fff;
	padding: 15px 15px 35px 15px;
}

.profile-name {
	font-size: 24px;
	font-weight: 700;
}

.profile-position {
	font-size: 20px;
	margin-bottom: 8px;
}

.profile-desc {
	font-size: 14px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	max-height: 68px;
	margin: 0 auto;
	overflow: hidden;
	transition: max-height 0.3s ease;
}

.profile-desc-line-clamped {
	-webkit-line-clamp: 3;
}

.profile-desc-expanded {
	max-height: 45vh;
	overflow-y: auto;
	padding-right: 10px;
}

::-webkit-scrollbar {
	border-radius: 6px;
}

.profile-desc::-webkit-scrollbar-track {
	border-radius: 6px;
	background-color: rgba(93, 93, 93, 0.6);
}

.profile-desc::-webkit-scrollbar-thumb {
	background-color: #818181;
	border-radius: 6px;
}

.profile-desc-inner {
	margin: 5px 0 10px 0;
}

.profile-desc p {
	margin: 5px 0 10px 0;
}

.sound-control {
	position: absolute;
	bottom: 8px;
	right: 10px;
	width: 24px;
	height: 24px;
	padding: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.sound-muted.hidden {
	display: none;
}

.sound-unmuted.hidden {
	display: none;
}

.trigger-bod {
	aspect-ratio: 2 / 3;
	cursor: pointer;
	/* pointer-events: none; */
}

.bod-grayscale {
	filter: grayscale(1);
	transition: all 0.3s ease-out;
}

.bod-grayscale:hover {
	filter: none;
}

@media only screen and (min-width: 768px) {
	.modal__container {
		max-width: 860px;
		max-height: 600px;
		border-radius: 12px;
		padding: 20px;
	}

	.modal__header {
		color: #000;
		position: relative;
		padding: 0;
		padding-bottom: 15px;
	}

	.modal__close {
		color: #000;
		border-color: #000;
		border-width: 1px;
	}

	.modal__content {
		display: flex;
		gap: 20px;
		height: 520px;
	}

	.video-profile {
		aspect-ratio: 9 / 16;
		width: auto;
	}

	.content-profile-wrap {
		background: transparent;
		position: relative;
	}

	.content-profile {
		position: relative;
		color: #000;
		padding: 0;
		height: 100%;
		overflow: hidden;
	}

	.content-profile-overlay {
		background: transparent;
	}

	.profile-desc {
		-webkit-line-clamp: unset;
		max-height: calc(100% - 75px);
		overflow: auto;
		padding-right: 10px;
	}

	.sound-control {
		bottom: 30px;
		left: 35px;
		background: rgba(0, 0, 0, 0.3);
		border-radius: 50%;
	}

	.profile-desc::-webkit-scrollbar-track {
		background-color: rgba(93, 93, 93, 0.2);
	}

	.profile-desc::-webkit-scrollbar-thumb {
		background-color: rgba(129, 129, 129, 0.3);
		border-radius: 6px;
	}
}

/* Magnify Popup */
.mfp-bg,
.mfp-wrap {
	z-index: 99999;
}

.mfp-container {
	padding: 0;
}

.mfp-content,
.modal-bod {
	height: 100%;
}

.my-mfp-zoom-in.mfp-ready.mfp-bg {
	background: rgba(0, 0, 0, 0.4);
	backdrop-filter: blur(4px);
	opacity: 1 !important;
}

.mfp-close-btn-in .mfp-close {
	font-size: 0;
	width: 28px;
	height: 28px;
	line-height: 28px;
	border: solid 2px #fff;
	color: #fff;
	opacity: 1;
	border-radius: 50%;
	top: 8px;
	right: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.mfp-close:before {
	content: "\2715";
	font-size: 14px;
}

/**
 * Fade-zoom animation for first dialog
 */

/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
	opacity: 0;

	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;

	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
	opacity: 1;

	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);

	opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.8;
}
/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}

@media only screen and (min-width: 768px) {
	.modal-bod {
		max-width: 860px;
		max-height: 600px;
		border-radius: 12px;
		padding: 20px;
		margin: auto;
		right: 0;
		bottom: 0;
		background-color: #fff;
	}

	.mfp-close-btn-in .mfp-close {
		color: #000;
		border-color: #000;
		border-width: 1px;
	}

	.mfp-content,
	.modal-bod {
		height: auto;
	}
}
