/*!
Theme Name: Philippines
*/

.bm-overlay.hide {
	display: none !important;
}

.bm-overlay .hide {
	display: none !important;
}

.star-rating .rmp-rating-widget .rmp-icon--ratings {
	font-size: 1.3em;
}

.star-rating .rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-rating-widget__results,
.star-rating .rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-rating-widget__hover-text,
.star-rating .rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-rating-widget__msg,
ul.rmp-rating-widget__icons-list li::before {
	display: none;
}

.star-rating .rmp-widgets-container.rmp-wp-plugin.rmp-main-container,
.star-rating .rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-rating-widget__icons {
	margin: 0;
}

.star-rating .rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-rating-widget__icons-list {
	display: flex;
	margin: 0 -7px;
}

.star-rating .rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-rating-widget__icons-list__icon {
	display: flex;
	margin: 0 7px;
}

.star-rating .rmp-icon--star:before {
	content: '';
	display: block;
	width: 32px;
	height: 32px;
	background: url(assets/images/icons/icon-star-empty.svg) center no-repeat;
	background-size: contain;
}

.star-rating .rmp-icon--full-highlight.rmp-icon--star:before,
.star-rating .rmp-icon--hovered.rmp-icon--star:before {
	content: '';
	display: block;
	width: 32px;
	height: 32px;
	background: url(assets/images/icons/icon-star-full-blue.svg) center no-repeat;
	background-size: contain;
}

.star-rating .rmp-rating-widget .rmp-icon--full-highlight {
	color: #5EC560;
}

.star-rating .rmp-icon--star {
	width: 32px;
	height: 32px;
}

table tbody tr:first-child {
	border: none;
}

table tbody tr td:first-child {
	min-width: 132px;
}

table th,
table td {
	min-width: 58px;
	vertical-align: top;
}

.content table {
	display: block;
	overflow-x: auto;
}

.content iframe {
	width: 100%;
}

.content img {
	height: auto;
}

.steps {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.step-item {
	display: flex;
	gap: 32px;
	border-radius: 24px;
	border: 1px solid rgba(44, 44, 44, 0.15);
	background: #FAFAFA;
	padding: 24px;
}

.step-item__number {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 32px;
	height: 32px;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%;
	flex-shrink: 0;
	background-color: #007ACC;
	color: #FFF;
	border-radius: 50%;
}

.step-item__media {
	display: block;
	overflow: hidden;
	flex: 1 0 250px;
	min-height: 200px;
	border-radius: 8px;
}

.step-item__media > a {
	display: block;
	height: 100%;
}

.step-item__image {
	display: block;
	width: 100%;
	height: 100%;
	object-position: center;
	object-fit: cover;
	border-radius: 16px !important;
}

.step-item__title {
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%;
	text-transform: uppercase;
	margin-bottom: 12px;
  margin-top: 0!important;
}

@media (max-width: 767px) {
	.steps {
		gap: 16px;
	}
}

@media (max-width: 1199px) {
	.step-item {
		gap: 12px;
		padding: 24px;
	}

	.step-item__media {
		flex: 1 0 180px;
		min-height: auto;
	}
}

@media (max-width: 575px) {
	.step-item {
		position: relative;
		flex-direction: column;
	}

	.step-item__number {
		position: absolute;
		left: -8px;
		top: -8px;
		z-index: 1;
	}
}

.custom-ol {
	display: flex;
	flex-direction: column;
	gap: 12px;
	padding-left: 36px;
	border-left: 2px solid var(--blue);
}

.custom-ol li {
	gap: 8px;
	margin: 0;
	align-items: flex-start !important;
}

.custom-ol li::before {
	color: var(--text);
	font-weight: 400;
}

[data-action] {
	cursor: pointer;
}

.modal {
	display: none;
	position: fixed;
	z-index: 10;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.4);
}

.modal.show {
	display: flex;
	align-items: center;
	justify-content: center;
}

.modal-content {
	position: relative;
	background: var(--white);
	margin: 5% auto;
	width: 876px;
	border-radius: 20px;
}

.modal-close {
	position: absolute;
	top: 20px;
	right: 20px;
	display: block;
	width: 32px;
	height: 32px;
	background: url(images/icons/icon-close.svg) center no-repeat;
	transition: opacity .3s;
	z-index: 111;
}

.modal-close:hover {
	background: url(images/icons/icon-close-red.svg) center no-repeat;
}


.modal-close--notave {
	top: 10px;
	right: 10px;
}


.modal-content--notave {
	width: 440px !important;
	margin: 5% auto !important;
	border-radius: 20px;
	background: #FFF;
}

@media (max-width: 525px) {
	.modal-content--notave {
		width: 90% !important;
	}
}

/* notave */

.notave {
	position: relative;
	text-align: center;
	padding: 48px 0;
}

.notave__title {
	color: #20232C;
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 160%;
	background: #FAFAFA;
	padding: 12px;
	margin-bottom: 16px;
}

.notave__subtitle {
	color: #20232C;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 160%; /* 25.6px */
}


.notave__logo-wrap {
	margin-bottom: 16px;
}

.notave__logo-img {
	background-color: #FFF;
	width: 232px;
}

.notave__bonus-wrap {
	border-radius: 10px;
	border: 1px solid #007ACC;
	background: rgba(75, 111, 231, 0.05);
	padding: 24px;
	margin-bottom: 16px;
	margin-left: 40px;
	margin-right: 40px;
}

.notave__bonus {
	text-align: center;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 160%; /* 38.4px */
}

.notave__bonus span {
	color: #007ACC;
	font-size: 24px;
	font-style: normal;
	font-weight: 800;
	line-height: 160%;
}

.notave__score {
	color: #20232C;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 160%; /* 25.6px */
	text-transform: uppercase;
}

.notave__score span {
	color: #20232C;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 160%;
	text-transform: uppercase;
}

.notave__btn-wrap {
	display: flex;
	justify-content: center;
	text-align: center;
}


/* .notave__btn {} */

@media (max-width: 767px) {
	.notave__bonus-wrap {
		margin-left: 12px;
		margin-right: 12px;
	}
}

.promo {
	padding: 24px 28px;
	border-radius: 12px;
	background: #FFF;
	box-shadow: 0px 0px 20px 0px rgba(75, 111, 231, 0.06);
	display: flex;
	gap: 50px;
	text-align: center;
	justify-content: space-between;
}

.promo__img {
	width: 250px;
}

.promo__text {
	color: #6E7794;
	font-size: 14px;
	font-weight: 500;
	line-height: 160%;
	margin-bottom: 2px;
}

.promo__code {
	padding: 12px 34px 12px 24px;
	border-radius: 32px;
	border: 1px solid #007ACC;
	color: #6E7794;
	font-weight: 600;
	text-transform: uppercase;
	cursor: pointer;
}

.promo__code::after {
	content: '';
	position: absolute;
	margin-left: 10px;
	display: inline-block;
	width: 24px;
	height: 24px;
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M20 9H11C9.89543 9 9 9.89543 9 11V20C9 21.1046 9.89543 22 11 22H20C21.1046 22 22 21.1046 22 20V11C22 9.89543 21.1046 9 20 9Z" stroke="%2399A3C0" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M5 15H4C3.46957 15 2.96086 14.7893 2.58579 14.4142C2.21071 14.0391 2 13.5304 2 13V4C2 3.46957 2.21071 2.96086 2.58579 2.58579C2.96086 2.21071 3.46957 2 4 2H13C13.5304 2 14.0391 2.21071 14.4142 2.58579C14.7893 2.96086 15 3.46957 15 4V5" stroke="%2399A3C0" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

.promo__code.active::after {
	content: '';
	display: inline-block;
	width: 24px;
	height: 24px;
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M20 6L9 17L4 12" stroke="%2399A3C0" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

.promo__heading {
	color: #007ACC;
	font-size: 40px;
	font-weight: 700;
	line-height: 130%;
	margin-bottom: 10px;
}

.promo__desc {
	color: #6E7794;
	font-size: 16px;
	font-weight: 700;
	line-height: 140%;
	text-transform: uppercase;
	margin-bottom: 24px;
}

.promo__btn {
	padding: 12px 24px;
	display: block;
}

a.promo__btn::after {
	content: none;
}

@media (max-width: 1200px) {
	.promo__heading {
		font-size: 32px;
	}
}

@media (max-width: 767px) {
	.promo {
		justify-content: center;
		flex-wrap: wrap;
		gap: 20px;
	}

	.promo > * {
		flex-basis: 100%;
	}
}