.mbm-wrap {
	max-width: 980px;
	margin: 80px auto;
	font-family: Arial, sans-serif;
	color: var(--mbm-wrap-text, #1f2937);
}

.mbm-wrap.mbm-wrap-form {
	max-width: 550px;
	padding: 18px 32px;
	border-radius: var(--radius-component-card-m, 12px);
	border: 1px solid var(--border-strong, #9AA3AC);
	background: #FFF;
	margin: 0 auto;
}

.mbm-wrap.mbm-wrap-boxes {
	max-width: 100%;
}

.mbm-card+.mbm-card {
	margin-top: 20px;
}

.mbm-card-title {
	margin: 0 0 16px;
	color: var(--text-heading-primary, #075C8F);
	text-align: center;
	font-size: var(--web-heading-size-h2, 42px);
	font-style: normal;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: var(--web-heading-letter-h2, -0.2px);
}

.mbm-wrap-form .mbm-card-title {
	color: var(--text-heading-primary, #075C8F);
	text-align: center;
	font-size: var(--web-heading-size-h3, 24px);
	font-style: normal;
	font-weight: 600;
	line-height: var(--web-heading-line-h3, 28px);
	letter-spacing: var(--web-heading-letter-h3, -0.1px);
}

.mbm-message-area {
	margin-bottom: 16px;
}

.mbm-notice {
	border-radius: 4px;
	padding: 8px 16px;
	font-size: 14px;
	line-height: 1.4;
	margin-bottom: 12px;
}

.mbm-notice-success {
	background: var(--mbm-notice-success-bg, #ecfdf3);
	border-left: 3px solid var(--mbm-notice-success-border, #a7f3d0);
	color: var(--mbm-notice-success-text, #065f46);
}

.mbm-notice-error {
	background: var(--mbm-notice-error-bg, #fef2f2);
	border-left: 3px solid var(--mbm-notice-error-border, #fecaca);
	color: var(--mbm-notice-error-text, #991b1b);
}

.mbm-notice-warning {
	background: var(--mbm-notice-warning-bg, #fffbeb);
	border-left: 3px solid var(--mbm-notice-warning-border, #fde68a);
	color: var(--mbm-notice-warning-text, #92400e);
	margin-bottom: 12px;
}

.mbm-form-grid {
	display: flex;
	flex-direction: column;
	gap: 14px;
	margin-bottom: 18px;
}

.mbm-form-card {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
}

.mbm-form-card .mbm-field {
	width: 100%;
}

.mbm-boxes-card {
	width: 100%;
	max-width: 100%;
	margin: 0;
}

.mbm-field {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.mbm-field label {
	font-size: 14px;
	font-weight: 600;
	color: var(--mbm-label-text, #334155);
}

.mbm-field-checkbox {
	grid-column: 1 / -1;
}

.mbm-field-checkbox label {
	display: block;
	font-weight: 500;
}

.mbm-field-checkbox input[type="checkbox"] {
	width: 16px;
	height: 16px;
	margin-top: 2px;
}

.mbm-field input,
.mbm-field select {
	padding: 12px 16px;
	font-size: 15px;
	border-radius: var(--radius-component-field-input, 6px);
	border: 1px solid var(--field-border-base, #D3D8DD);
	background: var(--field-surface-base, #FFF);
}

.mbm-field input:focus,
.mbm-field select:focus {
	outline: none;
	border-color: var(--mbm-focus-border, #2563eb);
	box-shadow: 0 0 0 3px var(--mbm-focus-ring, rgba(37, 99, 235, .15));
}

.mbm-field .mbm-input-error {
	border-color: var(--mbm-error-border, #dc2626);
	box-shadow: 0 0 0 3px var(--mbm-error-ring, rgba(220, 38, 38, .12));
}

.mbm-field-error {
	color: var(--mbm-error-text, #b91c1c);
	font-size: 12px;
	line-height: 1.35;
}

.mbm-phone-inline {
	display: flex;
	align-items: stretch;
	border: 1px solid var(--mbm-input-border, #cbd5e1);
	border-radius: 8px;
	background: var(--mbm-input-bg, #ffffff);
	overflow: hidden;
}

.mbm-phone-inline:focus-within {
	border-color: var(--mbm-focus-border, #2563eb);
	box-shadow: 0 0 0 3px var(--mbm-focus-ring, rgba(37, 99, 235, .15));
}

.mbm-phone-inline select,
.mbm-phone-inline input {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	background: transparent;
}

.mbm-phone-inline select:focus,
.mbm-phone-inline input:focus {
	box-shadow: none;
	border-color: transparent;
}

.mbm-phone-inline select {
	width: 32%;
	min-width: 105px;
	max-width: 170px;
	border-right: 1px solid var(--mbm-input-border, #cbd5e1);
	padding-right: 32px;
}

.mbm-phone-inline input {
	flex: 1;
}

.mbm-phone-inline.mbm-phone-inline-error {
	border-color: var(--mbm-error-border, #dc2626);
	box-shadow: 0 0 0 3px var(--mbm-error-ring, rgba(220, 38, 38, .12));
}

.mbm-phone-inline .mbm-input-error {
	border-color: transparent;
	box-shadow: none;
}

.mbm-btn {
	border: 0;
	border-radius: 6px;
	background: var(--mbm-btn-bg, #2563eb);
	color: var(--mbm-btn-text, #ffffff);
	cursor: pointer;
	padding: 10px 16px;
	font-size: 15px;
	font-weight: 500;
	transition: all .2s ease;
}

.mbm-btn:hover:not(:disabled) {
	background: var(--mbm-btn-hover-bg, #1d4ed8);
	transform: translateY(-1px);
}

.mbm-btn:disabled {
	opacity: .55;
	cursor: not-allowed;
	transform: none;
}

.mbm-submit-btn {
	width: 100%;
	padding: 12px 20px;
	border-radius: var(--radius-component-button-primary-m, 6px);
	background: var(--button-primary-surface-base, #84C561);
	color: var(--button-primary-label-base, #FFF);
	font-size: var(--ui-label-size-l, 17px);
	font-style: normal;
	font-weight: 500;
	line-height: var(--ui-label-line-l, 20px);
	letter-spacing: var(--ui-label-letter-l, 0);
}

.mbm-box-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 16px;
}

.mbm-box-card {
	display: flex;
	flex-direction: column;
	gap: 10px;align-items: center;
	transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, opacity .2s ease;
}

.mbm-box-card.is-opening {
	animation: mbmPulse .9s ease-in-out infinite;
}

.mbm-box-card.is-disabled {
	opacity: .58;
	filter: grayscale(.95);
}

.mbm-box-card.is-disabled:hover {
	transform: none;
	box-shadow: none;
}

.mbm-box-image-wrap {
	width: 180px;
	height: 238px;
	overflow: visible;
	background: transparent;
	position: relative;
}

.mbm-box-image {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}

.mbm-box-image-placeholder {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	color: transparent;
	font-size: 0;
	position: relative;
}

.mbm-box-closed-art {
	--mbm-box-top-image: url('https://fnl.easy-markets.com/wp-content/uploads/2026/05/TOP-1.png');
	--mbm-box-bottom-image: url('https://fnl.easy-markets.com/wp-content/uploads/2026/05/BOTTOM-1.png');
}

.mbm-box-closed-art::before,
.mbm-box-closed-art::after {
	content: '';
	position: absolute;
	left: 50%;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: contain;
	transition: transform .22s ease, opacity .22s ease, filter .22s ease;
}

.mbm-box-closed-art::before {
	bottom: 0;
	width: 167px;
	height: 162px;
	transform: translateX(-50%);
	background-image: var(--mbm-box-bottom-image);
	filter: drop-shadow(0 8px 10px rgba(0, 0, 0, .32));
}

.mbm-box-closed-art::after {
	transform: translateX(-50%);
	background-image: var(--mbm-box-top-image);
	z-index: 2;
	bottom: 85px;
	width: 177px;
	height: 118px;
}

.mbm-box-card:hover .mbm-box-closed-art::after {
	transform: translateX(-50%) translateY(-30px);
}

.mbm-box-card.is-opened .mbm-box-closed-art::after {
	transform: translateX(-50%) translateY(-30px);
	opacity: 0;
}

.mbm-box-card.is-disabled .mbm-box-closed-art::before,
.mbm-box-card.is-disabled .mbm-box-closed-art::after {
	filter: grayscale(1) brightness(.9);
}

.mbm-box-closed-icon {
	display: none;
}

.mbm-box-title {
	margin: 0;
	color: var(--text-heading-primary, #075C8F);
	text-align: center;
	font-size: var(--web-heading-size-h3, 24px);
	font-style: normal;
	font-weight: 600;
	line-height: var(--web-heading-line-h3, 28px);
	letter-spacing: var(--web-heading-letter-h3, -0.1px);
}

.mbm-box-card.is-opened .mbm-box-title {
	color: var(--mbm-box-open-title, #9ee07f);
}

.mbm-box-description {
	margin: 0;
	flex-grow: 1;
	color: var(--text-body-primary, #19242B);
	text-align: center;
	font-size: var(--body-size-s, 14px);
	font-style: normal;
	font-weight: 400;
	line-height: var(--body-line-s, 20px);
	letter-spacing: var(--body-letter-s, 0);
}

.mbm-open-box-btn {
	padding: 10px 16px;
	color: var(--button-primary-label-base, #FFF);
	font-size: var(--ui-label-size-m, 15px);
	font-weight: 500;
	line-height: var(--ui-label-line-m, 18px);
	letter-spacing: var(--ui-label-letter-m, 0);
	border-radius: var(--radius-component-button-primary-m, 6px);
	background: var(--button-primary-surface-base, #84C561);max-width: 115px;
}

.mbm-open-box-btn:hover:not(:disabled) {
	background: var(--mbm-open-btn-hover-bg, #76c657);
}

.mbm-open-box-btn:disabled {
	background: var(--mbm-open-btn-disabled-bg, #d7d7d7);
	color: #ffffff;
	opacity: 1;
}

.mbm-empty {
	background: var(--mbm-empty-bg, #f8fafc);
	border: 1px dashed var(--mbm-empty-border, #cbd5e1);
	border-radius: 10px;
	padding: 18px;
	text-align: center;
	font-size: 14px;
	color: var(--mbm-empty-text, #475569);
}

@keyframes mbmPulse {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.02);
	}

	100% {
		transform: scale(1);
	}
}

.mbm-modal-open {
	overflow: hidden;
}

.mbm-win-modal {
	position: fixed;
	inset: 0;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 28px 16px 32px;
	z-index: 99999;
	box-sizing: border-box;
}

.mbm-win-modal.is-open {
	display: flex;
}

.mbm-win-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(15, 23, 42, .5);
	z-index: 0;
}

.mbm-win-dialog {
	position: relative;
	z-index: 2;
	width: min(420px, calc(100% - 28px));
	max-width: 100%;
	margin-top: clamp(36px, 10vh, 56px);
}

.mbm-win-content {
	position: relative;
	background: #fff;
	border-radius: 20px;
	padding: clamp(76px, 22vw, 92px) 28px 26px;
	box-shadow: 0 24px 64px rgba(15, 23, 42, .28);
	text-align: center;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
	max-height: min(90vh, 640px);
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

.mbm-win-close {
	position: absolute;
	top: 14px;
	right: 14px;
	width: 36px;
	height: 36px;
	border: 0;
	border-radius: 50%;
	background: #e8ecf1;
	color: #1e293b;
	cursor: pointer;
	font-size: 22px;
	line-height: 1;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background .15s ease, color .15s ease;
	z-index: 3;
}

.mbm-win-close:hover {
	background: #dce2ea;
	color: #0f172a;
}

.mbm-win-art {
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%, -46%);
	width: min(260px, 74%);
	max-width: 320px;
	pointer-events: none;
	line-height: 0;
}

.mbm-win-box-img {
	width: 100%;
	height: auto;
	display: block;
	filter: drop-shadow(0 18px 28px rgba(0, 0, 0, .18));
}

.mbm-win-heading {
	margin: 0 0 6px;
	font-size: clamp(26px, 5vw, 34px);
	font-weight: 800;
	letter-spacing: -.02em;
	color: #13284a;
	line-height: 1.12;
}

.mbm-win-prize {
	margin: 0 0 18px;
	font-size: clamp(24px, 4.8vw, 32px);
	font-weight: 800;
	letter-spacing: -.02em;
	color: #7ec825;
	line-height: 1.15;
}

.mbm-win-email-line {
	margin: 0 0 14px;
	font-size: 15px;
	line-height: 1.45;
	color: #4b5563;
	font-weight: 400;
}

.mbm-win-email-address {
	color: #1f2937;
	font-weight: 600;
}

.mbm-win-body {
	margin: 0 0 16px;
	font-size: 14px;
	line-height: 1.55;
	color: #475569;
	text-align: center;
}

.mbm-win-body> :first-child {
	margin-top: 0;
}

.mbm-win-body> :last-child {
	margin-bottom: 0;
}

.mbm-win-footer {
	margin: 6px 0 0;
	font-size: 13px;
	line-height: 1.55;
	color: #64748b;
}

.mbm-win-footer-or {
	margin: 0 3px;
}

.mbm-win-footer-link {
	font: inherit;
	font-size: 13px;
	font-weight: 600;
	color: #2563eb;
	background: none;
	border: 0;
	padding: 0;
	cursor: pointer;
	text-decoration: underline;
	text-underline-offset: 2px;
}

a.mbm-win-footer-link {
	text-decoration: underline;
}

.mbm-win-footer-link:hover {
	color: #1d4ed8;
}

.mbm-win-footer-link:disabled {
	opacity: .55;
	cursor: not-allowed;
	text-decoration: none;
	color: #64748b;
}

.mbm-win-resend-status {
	min-height: 1.25em;
	margin: 10px 0 0;
	font-size: 13px;
	color: #15803d;
}

.mbm-boxes-card .mbm-win-followup {
	margin-top: 22px;
	padding-top: 4px;
	text-align: center;
}

.mbm-boxes-card .mbm-win-followup-footer {
	margin-top: 0;
}

.mbm-confetti-layer {
	position: absolute;
	inset: 0;
	overflow: hidden;
	pointer-events: none;
	z-index: 1;
}

.mbm-confetti-piece {
	position: absolute;
	top: -12px;
	border-radius: 2px;
	opacity: 0;
	transform: translate3d(0, 0, 0) rotate(0deg);
	animation: mbmConfettiFall var(--mbm-confetti-duration, 2.5s) ease-in var(--mbm-confetti-delay, 0s) forwards;
}

@keyframes mbmConfettiFall {
	0% {
		opacity: 1;
		transform: translate3d(0, 0, 0) rotate(0deg);
	}

	100% {
		opacity: 0;
		transform: translate3d(var(--mbm-confetti-drift, 0px), 110vh, 0) rotate(var(--mbm-confetti-rotation, 240deg));
	}
}

@media (max-width:640px) {
	.mbm-card-title {
		font-size: 28px;
	}
}


.mbm-win-content {
	overflow: visible;
}

.mbm-win-art {
	transform: translate(-69%, -65%);
}

.mbm-win-heading {
	color: var(--text-heading-primary, #075C8F);
	font-family: var(--family-heading, Roboto);
	font-size: var(--web-heading-size-h2, 42px);
	font-style: normal;
	font-weight: 700;
	line-height: var(--web-heading-line-h2, 50px);
	letter-spacing: var(--web-heading-letter-h2, -0.2px);
}

.mbm-win-prize {
	color: var(--text-heading-secondary, #84C561);
	font-family: var(--family-heading, Roboto);
	font-size: var(--web-heading-size-h3, 24px);
	font-style: normal;
	font-weight: 600;
	line-height: var(--web-heading-line-h3, 28px);
	letter-spacing: var(--web-heading-letter-h3, -0.1px);
}

.mbm-win-email-line {
	color: var(--text-body-secondary, #3C4650);
	font-family: var(--family-body, Roboto);
	font-size: var(--body-size-m, 15px);
	font-style: normal;
	font-weight: 400;
	line-height: var(--body-line-m, 22px);
	letter-spacing: var(--body-letter-m, -0.05px);
}

.mbm-win-footer {
	color: var(--text-body-neutral, #7A848E);
	text-align: center;
	font-family: var(--family-body, Roboto);
	font-size: var(--body-size-xs, 13px);
	font-style: normal;
	font-weight: 400;
	line-height: var(--body-line-xs, 18px);
	letter-spacing: var(--body-letter-xs, 0);
}

.mbm-win-close {
	width: 22px;
	height: 22px;
	background: #fff;
	font-size: 18px;
	border: 1px solid #7A848E;
}

@media (max-width:991px) {
	.mbm-box-grid .mbm-box-card:not(:first-child) {display: none!important;}
	.mbm-wrap.mbm-wrap-form {padding: 18px;}
}