@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=JetBrains+Mono:wght@500;600&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css");

#mxdemo-root{
  --mag:#de097f;--mag-soft:#ff4fae;--mag-deep:#a30560;--aqua:#14e0c0;--aqua-deep:#0aa88e;--blue:#3d7bff;
  --ink:#12081d;--ink-2:#4d4460;--muted:#766c82;--paper:#fff;--paper-2:#faf7fc;--line:#eee6f2;--line-strong:#dfd2e7;
  --shadow:0 28px 80px rgba(18,8,29,.12);--shadow-soft:0 14px 40px rgba(18,8,29,.075);
  --wrap:min(1380px,calc(100% - 48px));--font:"Manrope",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  --mono:"JetBrains Mono",ui-monospace,"SFMono-Regular",Menlo,monospace;--header-overlap:180px;
  position:relative;display:block;isolation:isolate;overflow-x:hidden;background:var(--paper);color:var(--ink);font-family:var(--font);
  width:100vw;max-width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);
  -webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;
}
#mxdemo-root *, #mxdemo-root *::before, #mxdemo-root *::after{box-sizing:border-box;margin:0;padding:0}
#mxdemo-root img, #mxdemo-root svg{display:block;max-width:100%}
#mxdemo-root a{color:inherit;text-decoration:none}
#mxdemo-root button, #mxdemo-root input, #mxdemo-root select, #mxdemo-root textarea{font:inherit}
#mxdemo-root ul{list-style:none}
#mxdemo-root section{position:relative}
#mxdemo-root .mxdemo_wrap{width:var(--wrap);margin:0 auto}
#mxdemo-root h1, #mxdemo-root h2, #mxdemo-root h3{font-weight:800;letter-spacing:-.025em;line-height:1.08;color:var(--ink)}
#mxdemo-root h1{font-size:clamp(40px,5.05vw,64px)}
#mxdemo-root h2{font-size:clamp(29px,3.55vw,44px)}
#mxdemo-root h3{font-size:18px;letter-spacing:-.012em}
#mxdemo-root p{line-height:1.7}
#mxdemo-root .mxdemo_section{padding:100px 0}
#mxdemo-root .mxdemo_tint{background:var(--paper-2)}
#mxdemo-root .mxdemo_eyebrow{display:inline-flex;align-items:center;gap:8px;margin-bottom:18px;color:var(--mag);font-family:var(--mono);font-size:12px;font-weight:600;letter-spacing:.14em;text-transform:uppercase}
#mxdemo-root .mxdemo_eyebrow::before{content:"";width:22px;height:2px;border-radius:2px;background:currentColor}
#mxdemo-root .mxdemo_head{max-width:820px;margin:0 auto 54px;text-align:center}
#mxdemo-root .mxdemo_head .mxdemo_eyebrow{justify-content:center}
#mxdemo-root .mxdemo_head p{margin-top:16px;color:var(--ink-2);font-size:17px}
#mxdemo-root .mxdemo_rv{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s ease}
#mxdemo-root .mxdemo_rv.mxdemo_in{opacity:1;transform:none}
#mxdemo-root .mxdemo_rv[data-d="1"]{transition-delay:.1s}
#mxdemo-root .mxdemo_rv[data-d="2"]{transition-delay:.2s}
#mxdemo-root .mxdemo_rv[data-d="3"]{transition-delay:.3s}
#mxdemo-root a:focus-visible, #mxdemo-root button:focus-visible, #mxdemo-root input:focus-visible, #mxdemo-root select:focus-visible, #mxdemo-root textarea:focus-visible{outline:3px solid var(--aqua);outline-offset:3px}


#mxdemo-root .mxdemo_hero{position:relative;padding:112px 0 170px;overflow:hidden;background:radial-gradient(860px 520px at 88% 2%,rgba(222,9,127,.12),transparent 64%),radial-gradient(700px 440px at 0% 86%,rgba(20,224,192,.11),transparent 62%),linear-gradient(180deg,#fff 0%,#fcf8fc 100%)}
#mxdemo-root .mxdemo_hero::before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(18,8,29,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(18,8,29,.035) 1px,transparent 1px);background-size:56px 56px;mask-image:radial-gradient(980px 680px at 50% 18%,#000 20%,transparent 80%);-webkit-mask-image:radial-gradient(980px 680px at 50% 18%,#000 20%,transparent 80%);pointer-events:none}
#mxdemo-root .mxdemo_hero-copy{position:relative;z-index:2;max-width:1020px;margin:0 auto;text-align:center}
#mxdemo-root .mxdemo_hero-copy .mxdemo_eyebrow{justify-content:center}
#mxdemo-root .mxdemo_mark{position:relative;display:inline-block;color:var(--mag);white-space:nowrap}
#mxdemo-root .mxdemo_mark svg{position:absolute;left:0;bottom:-.16em;width:100%;height:.3em;overflow:visible;pointer-events:none}
#mxdemo-root .mxdemo_mark path{fill:none;stroke:var(--aqua-deep);stroke-width:7;stroke-linecap:round;stroke-dasharray:620;stroke-dashoffset:620;animation:mxdemoUnderline 1.1s .35s cubic-bezier(.6,.05,.2,1) forwards}
@keyframes mxdemoUnderline{to{stroke-dashoffset:0}}
#mxdemo-root .mxdemo_hero-sub{max-width:820px;margin:24px auto 0;color:var(--ink-2);font-size:clamp(17px,1.48vw,19.5px)}
#mxdemo-root .mxdemo_hero-sub strong{color:var(--ink)}


#mxdemo-root .mxdemo_booking{position:relative;z-index:4;margin-top:-92px;padding-bottom:72px}
#mxdemo-root .mxdemo_booking-grid{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(300px,.62fr);gap:24px;align-items:stretch;max-width:1180px;margin:0 auto}
#mxdemo-root .mxdemo_form-card, #mxdemo-root .mxdemo_side-card{border:1px solid var(--line);border-radius:26px;background:#fff;box-shadow:0 30px 90px rgba(18,8,29,.13),0 4px 16px rgba(18,8,29,.045)}
#mxdemo-root .mxdemo_form-card{position:relative;padding:38px 40px 34px;overflow:hidden}
#mxdemo-root .mxdemo_form-card::before{content:"";position:absolute;top:0;left:0;right:0;height:5px;background:linear-gradient(90deg,var(--mag),var(--mag-soft),var(--aqua))}
#mxdemo-root .mxdemo_form-top{display:flex;align-items:flex-start;gap:15px;padding-bottom:25px;border-bottom:1px solid var(--line)}
#mxdemo-root .mxdemo_form-icon{width:49px;height:49px;display:grid;place-items:center;flex:0 0 auto;border-radius:15px;background:linear-gradient(135deg,var(--mag),var(--mag-soft));color:#fff;font-size:18px;box-shadow:0 10px 24px rgba(222,9,127,.25)}
#mxdemo-root .mxdemo_form-top h2{font-size:clamp(25px,2.35vw,32px)}
#mxdemo-root .mxdemo_form-top p{margin-top:7px;color:var(--muted);font-size:13px;line-height:1.6}
#mxdemo-root .mxdemo_native-form{margin-top:0}

#mxdemo-root .mxdemo_form-progress{display:grid;grid-template-columns:auto minmax(40px,1fr) auto;align-items:center;gap:13px;margin:24px 0 28px;padding:15px 17px;border:1px solid var(--line);border-radius:15px;background:var(--paper-2)}
#mxdemo-root .mxdemo_progress-step{display:flex;align-items:center;gap:9px;color:#938899;font-size:11.5px;font-weight:800;white-space:nowrap;transition:color .2s ease}
#mxdemo-root .mxdemo_progress-step span{width:28px;height:28px;display:grid;place-items:center;border:1px solid var(--line-strong);border-radius:9px;background:#fff;color:var(--muted);font-family:var(--mono);font-size:10px;line-height:1}
#mxdemo-root .mxdemo_progress-step.--active{color:var(--ink)}
#mxdemo-root .mxdemo_progress-step.--active span{border-color:var(--mag);background:var(--mag);color:#fff;box-shadow:0 7px 17px rgba(222,9,127,.2)}
#mxdemo-root .mxdemo_progress-step.--complete span{border-color:var(--aqua-deep);background:var(--aqua-deep);color:#fff}
#mxdemo-root .mxdemo_progress-line{height:2px;border-radius:999px;background:var(--line);overflow:hidden}
#mxdemo-root .mxdemo_progress-line::after{content:"";display:block;width:0;height:100%;background:linear-gradient(90deg,var(--mag),var(--aqua));transition:width .3s ease}
#mxdemo-root .mxdemo_form-progress[data-current-step="2"] .mxdemo_progress-line::after{width:100%}
#mxdemo-root .mxdemo_form-step[hidden]{display:none!important}
#mxdemo-root .mxdemo_form-step-heading{margin-bottom:20px}
#mxdemo-root .mxdemo_form-step-heading h3{font-size:18px}
#mxdemo-root .mxdemo_form-step-heading p{margin-top:6px;color:var(--muted);font-size:12.5px;line-height:1.55}
#mxdemo-root .mxdemo_step-actions{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:23px}
#mxdemo-root .mxdemo_step-actions.--final{align-items:flex-end}
#mxdemo-root .mxdemo_step-note{color:#938899;font-size:11px;line-height:1.45}
#mxdemo-root .mxdemo_next, #mxdemo-root .mxdemo_back{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:50px;padding:13px 23px;border-radius:11px;font-size:13.5px;font-weight:800;cursor:pointer;transition:transform .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease}
#mxdemo-root .mxdemo_next{border:0;background:linear-gradient(120deg,var(--mag),var(--mag-soft) 130%);color:#fff;box-shadow:0 9px 24px rgba(222,9,127,.28)}
#mxdemo-root .mxdemo_next:hover{transform:translateY(-2px);box-shadow:0 15px 32px rgba(222,9,127,.37)}
#mxdemo-root .mxdemo_back{border:1px solid var(--line-strong);background:#fff;color:var(--ink-2)}
#mxdemo-root .mxdemo_back:hover{transform:translateY(-2px);border-color:var(--mag);color:var(--mag)}
#mxdemo-root .mxdemo_privacy.--invalid{padding:11px;border:1px solid #f1c6cf;border-radius:10px;background:#fff7f8;color:#8f1f38}
#mxdemo-root .mxdemo_form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 14px}
#mxdemo-root .mxdemo_field{display:grid;gap:8px}
#mxdemo-root .mxdemo_field.--full{grid-column:1/-1}
#mxdemo-root .mxdemo_field label{color:var(--ink);font-size:12.5px;font-weight:800;line-height:1.35}
#mxdemo-root .mxdemo_required{color:var(--mag)}
#mxdemo-root .mxdemo_input-wrap{position:relative}
#mxdemo-root .mxdemo_input-icon{position:absolute;left:15px;top:50%;z-index:2;transform:translateY(-50%);color:var(--mag);font-size:13px;line-height:1;pointer-events:none;transition:color .2s ease,transform .2s ease}
#mxdemo-root .mxdemo_input-wrap.--textarea .mxdemo_input-icon{top:17px;transform:none}
#mxdemo-root .mxdemo_input-wrap:focus-within .mxdemo_input-icon{color:var(--aqua-deep);transform:translateY(-50%) scale(1.06)}
#mxdemo-root .mxdemo_input-wrap.--textarea:focus-within .mxdemo_input-icon{transform:scale(1.06)}
#mxdemo-root .mxdemo_field input, #mxdemo-root .mxdemo_field select, #mxdemo-root .mxdemo_field textarea{width:100%;min-height:49px;padding:12px 14px 12px 43px;border:1px solid var(--line-strong);border-radius:11px;background:#fff;color:var(--ink);font-size:14px;line-height:1.35;box-shadow:0 1px 0 rgba(18,8,29,.02);transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}
#mxdemo-root .mxdemo_field textarea{min-height:104px;resize:vertical;padding-top:14px}
#mxdemo-root .mxdemo_field input::placeholder, #mxdemo-root .mxdemo_field textarea::placeholder{color:#a49aa9}
#mxdemo-root .mxdemo_field input:hover, #mxdemo-root .mxdemo_field select:hover, #mxdemo-root .mxdemo_field textarea:hover{border-color:#cdbdd7}
#mxdemo-root .mxdemo_field input:focus, #mxdemo-root .mxdemo_field select:focus, #mxdemo-root .mxdemo_field textarea:focus{outline:0;border-color:var(--mag);box-shadow:0 0 0 4px rgba(222,9,127,.095)}
#mxdemo-root .mxdemo_field [aria-invalid="true"]{border-color:#c73554;background:#fff9fa}
#mxdemo-root .mxdemo_field-error{display:none;color:#aa2443;font-size:11px;font-weight:600}
#mxdemo-root .mxdemo_field.--invalid .mxdemo_field-error{display:block}
#mxdemo-root .mxdemo_privacy{display:flex;align-items:flex-start;gap:10px;margin-top:19px;color:var(--muted);font-size:11.5px;line-height:1.55}
#mxdemo-root .mxdemo_privacy input{width:17px;height:17px;margin-top:2px;accent-color:var(--mag);flex:0 0 auto}
#mxdemo-root .mxdemo_privacy a{color:var(--mag);font-weight:700;text-decoration:underline;text-decoration-color:rgba(222,9,127,.3);text-underline-offset:2px}
#mxdemo-root .mxdemo_hp{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important}
#mxdemo-root .mxdemo_submit{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:54px;padding:15px 29px;border:0;border-radius:12px;background:linear-gradient(120deg,var(--mag),var(--mag-soft) 130%);color:#fff;font-size:15px;font-weight:800;cursor:pointer;box-shadow:0 10px 28px rgba(222,9,127,.32),inset 0 1px 0 rgba(255,255,255,.25);transition:transform .22s ease,box-shadow .24s ease,opacity .2s ease}
#mxdemo-root .mxdemo_submit:hover{transform:translateY(-2px);box-shadow:0 18px 40px rgba(222,9,127,.43)}
#mxdemo-root .mxdemo_submit[disabled]{cursor:wait;opacity:.68;transform:none}
#mxdemo-root .mxdemo_form-status{display:none;margin-top:18px;padding:13px 15px;border-radius:11px;font-size:12.5px;font-weight:700;line-height:1.5}
#mxdemo-root .mxdemo_form-status.--show{display:block}
#mxdemo-root .mxdemo_form-status.--error{border:1px solid #f1c6cf;background:#fff4f6;color:#8f1f38}
#mxdemo-root .mxdemo_form-status.--success{border:1px solid #bde8df;background:#f1fffb;color:#08725f}
#mxdemo-root .mxdemo_success{display:none;padding:36px 18px 18px;text-align:center}
#mxdemo-root .mxdemo_success.--show{display:block}
#mxdemo-root .mxdemo_success-icon{width:66px;height:66px;display:grid;place-items:center;margin:0 auto 20px;border-radius:20px;background:rgba(20,224,192,.12);color:var(--aqua-deep);font-size:25px}
#mxdemo-root .mxdemo_success h3{font-size:27px}
#mxdemo-root .mxdemo_success p{max-width:560px;margin:13px auto 0;color:var(--ink-2);font-size:14px}

#mxdemo-root .mxdemo_side-card{padding:31px 28px;background:linear-gradient(180deg,#fff,#fcf9fd)}
#mxdemo-root .mxdemo_side-card h3{font-size:22px}
#mxdemo-root .mxdemo_side-card>p{margin-top:10px;color:var(--muted);font-size:13px}
#mxdemo-root .mxdemo_side-steps{display:grid;gap:18px;margin-top:27px}
#mxdemo-root .mxdemo_side-step{display:grid;grid-template-columns:39px minmax(0,1fr);gap:12px;align-items:start}
#mxdemo-root .mxdemo_side-num{width:39px;height:39px;display:grid!important;place-items:center!important;padding:0!important;border-radius:12px;background:rgba(222,9,127,.09);color:var(--mag);font-family:var(--mono);font-size:10px;font-weight:700;line-height:1!important;text-align:center}
#mxdemo-root .mxdemo_side-step:nth-child(2) .mxdemo_side-num{background:rgba(61,123,255,.09);color:var(--blue)}
#mxdemo-root .mxdemo_side-step:nth-child(3) .mxdemo_side-num{background:rgba(20,224,192,.10);color:var(--aqua-deep)}
#mxdemo-root .mxdemo_side-step strong{display:block;font-size:13px}
#mxdemo-root .mxdemo_side-step span{display:block;margin-top:4px;color:var(--muted);font-size:11.5px;line-height:1.52}
#mxdemo-root .mxdemo_side-link{display:inline-flex;align-items:center;gap:8px;margin-top:24px;color:var(--mag);font-size:12px;font-weight:800}


#mxdemo-root .mxdemo_proof-strip{padding:0 0 88px;background:#fff}
#mxdemo-root .mxdemo_proof-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));max-width:1180px;margin:0 auto;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
#mxdemo-root .mxdemo_proof-item{display:grid;grid-template-columns:43px minmax(0,1fr);gap:13px;align-items:center;padding:27px 22px;border-right:1px solid var(--line)}
#mxdemo-root .mxdemo_proof-item:last-child{border-right:0}
#mxdemo-root .mxdemo_proof-icon{width:43px;height:43px;display:grid;place-items:center;border-radius:13px;background:rgba(222,9,127,.09);color:var(--mag);font-size:15px}
#mxdemo-root .mxdemo_proof-item:nth-child(2) .mxdemo_proof-icon{background:rgba(61,123,255,.09);color:var(--blue)}
#mxdemo-root .mxdemo_proof-item:nth-child(3) .mxdemo_proof-icon{background:rgba(20,224,192,.10);color:var(--aqua-deep)}
#mxdemo-root .mxdemo_proof-item:nth-child(4) .mxdemo_proof-icon{background:rgba(18,8,29,.06);color:var(--ink-2)}
#mxdemo-root .mxdemo_proof-item strong{display:block;font-size:13px}
#mxdemo-root .mxdemo_proof-item span span{display:block;margin-top:3px;color:var(--muted);font-size:10.8px;line-height:1.45}


#mxdemo-root .mxdemo_focus{background:linear-gradient(180deg,#fff 0%,#fcf9fd 100%)}
#mxdemo-root .mxdemo_focus-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;max-width:1120px;margin:0 auto}
#mxdemo-root .mxdemo_focus-card{padding:28px 27px;border:1px solid var(--line);border-radius:19px;background:#fff;box-shadow:0 9px 28px rgba(18,8,29,.05)}
#mxdemo-root .mxdemo_focus-icon{width:48px;height:48px;display:grid;place-items:center;margin-bottom:19px;border-radius:14px;background:rgba(222,9,127,.09);color:var(--mag);font-size:17px}
#mxdemo-root .mxdemo_focus-card:nth-child(2) .mxdemo_focus-icon{background:rgba(61,123,255,.09);color:var(--blue)}
#mxdemo-root .mxdemo_focus-card:nth-child(3) .mxdemo_focus-icon{background:rgba(20,224,192,.10);color:var(--aqua-deep)}
#mxdemo-root .mxdemo_focus-card p{margin-top:10px;color:var(--muted);font-size:13px}
#mxdemo-root .mxdemo_focus-points{display:grid;gap:8px;margin-top:17px}
#mxdemo-root .mxdemo_focus-points li{display:grid;grid-template-columns:15px minmax(0,1fr);gap:7px;color:var(--ink-2);font-size:11.8px;line-height:1.48}
#mxdemo-root .mxdemo_focus-points i{margin-top:4px;color:var(--aqua-deep);font-size:8px}


#mxdemo-root .mxdemo_final{padding:88px 0 0!important;background:radial-gradient(680px 380px at 88% 0%,rgba(222,9,127,.10),transparent 68%),radial-gradient(560px 320px at 4% 100%,rgba(20,224,192,.09),transparent 68%),var(--paper-2)}
#mxdemo-root .mxdemo_final-panel{max-width:1120px;margin:0 auto;padding:54px 58px;border:1px solid var(--line);border-radius:26px;background:#fff;box-shadow:var(--shadow-soft);text-align:center}
#mxdemo-root .mxdemo_final-panel .mxdemo_eyebrow{justify-content:center}
#mxdemo-root .mxdemo_final p{max-width:760px;margin:16px auto 0;color:var(--ink-2);font-size:16px}
#mxdemo-root .mxdemo_actions{display:flex;flex-wrap:wrap;justify-content:center;gap:14px;margin-top:29px}
#mxdemo-root .mxdemo_btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:54px;padding:15px 28px;border:1px solid transparent;border-radius:12px;font-size:15px;font-weight:800;transition:transform .22s ease,box-shadow .24s ease,border-color .2s ease,color .2s ease}
#mxdemo-root .mxdemo_btn:hover{transform:translateY(-2px)}
#mxdemo-root .mxdemo_btn--primary{background:linear-gradient(120deg,var(--mag),var(--mag-soft) 130%);color:#fff;box-shadow:0 10px 28px rgba(222,9,127,.32)}
#mxdemo-root .mxdemo_btn--light{background:#fff;color:var(--ink);border-color:var(--line);box-shadow:0 8px 22px rgba(18,8,29,.07)}
#mxdemo-root .mxdemo_btn--light:hover{color:var(--mag);border-color:rgba(222,9,127,.4)}

#mxdemo-root .mxdemo_locale{display:flex;align-items:flex-start;justify-content:center;gap:11px;margin:28px 0 0;padding:0 0 32px;color:var(--muted);font-size:11px;line-height:23px}
#mxdemo-root .mxdemo_locale-label{white-space:nowrap}
#mxdemo-root .mxdemo_locale-flag{display:inline-flex;width:34px;height:23px;flex:0 0 34px;overflow:hidden;border:1px solid rgba(18,8,29,.18);border-radius:2px;opacity:.72}
#mxdemo-root .mxdemo_locale-flag svg{width:100%;height:100%}
#mxdemo-root a.mxdemo_locale-flag{transition:opacity .2s ease,transform .2s ease}
#mxdemo-root a.mxdemo_locale-flag:hover{opacity:1;transform:translateY(-1px)}




#mxdemo-root, #mxdemo-root .mxdemo_final{margin-bottom:0!important}
#mxdemo-root .mxdemo_hero-copy, #mxdemo-root .mxdemo_booking-grid>*{min-width:0}


@media(min-width:1041px){
  #mxdemo-root{--header-overlap:180px;z-index:0;margin-top:calc(var(--header-overlap) * -1)!important}
  #mxdemo-root .mxdemo_hero{padding-top:calc(var(--header-overlap) + 112px)!important;padding-bottom:100px!important;min-height:700px}
  body.mxdemo-landing-page #mxr-header-root, body.mxdemo-landing-page .mxr_header_chrome{position:relative;z-index:9500;background:transparent!important}
  body.mxdemo-landing-page #mxr-hdr{background:transparent!important;background-color:transparent!important;background-image:none!important;border-color:transparent!important;box-shadow:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}
  body.mxdemo-landing-page #mxr-hdr.--sc{background:rgba(255,255,255,.92)!important;background-color:rgba(255,255,255,.92)!important;border-color:rgba(18,8,29,.07)!important;box-shadow:0 10px 30px rgba(18,8,29,.09)!important;-webkit-backdrop-filter:blur(16px)!important;backdrop-filter:blur(16px)!important}
  body.mxdemo-landing-page #mxr-hdr .mxr_hdr-in{background:transparent!important}
  body.mxdemo-landing-page #mxr-hdr .mxr_hdr-nav a, body.mxdemo-landing-page #mxr-hdr .mxr_hdr-login{color:#12081d!important}
  body.mxdemo-landing-page #mxr-hdr .mxr_hdr-nav a:hover{color:#de097f!important;background:rgba(222,9,127,.06)!important}
  body.mxdemo-landing-page #mxr-hdr .mxr_hdr-login svg{stroke:currentColor!important}
}


@media(min-width:768px) and (max-width:1040px){
  #mxdemo-root{--header-overlap:150px;--wrap:min(100% - 40px,1380px);z-index:0;margin-top:calc(var(--header-overlap) * -1)!important}
  #mxdemo-root .mxdemo_hero{padding-top:calc(var(--header-overlap) + 92px)!important;padding-bottom:96px!important}
  #mxdemo-root .mxdemo_booking-grid{grid-template-columns:1fr;max-width:790px}
  #mxdemo-root .mxdemo_side-card{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:28px;align-items:start}
    #mxdemo-root .mxdemo_proof-grid{grid-template-columns:repeat(2,minmax(0,1fr));max-width:790px}
  #mxdemo-root .mxdemo_proof-item:nth-child(2){border-right:0}
  #mxdemo-root .mxdemo_proof-item:nth-child(-n/**/+2){border-bottom:1px solid var(--line)}
}

@media(max-width:1040px){
  #mxdemo-root .mxdemo_locale{padding-bottom:30px;line-height:22px}
  #mxdemo-root .mxdemo_locale-flag{width:32px;height:22px;flex-basis:32px}
}

@media(max-width:780px){
  #mxdemo-root .mxdemo_section, #mxdemo-root .mxdemo_final{padding:80px 0}
  }


@media(max-width:767px){
  #mxdemo-root{--header-overlap:126px;--wrap:min(1380px,calc(100% - 28px));z-index:0;margin-top:calc(var(--header-overlap) * -1)!important}
  #mxdemo-root .mxdemo_hero{padding-top:calc(var(--header-overlap) + 54px)!important;padding-bottom:82px!important}
  #mxdemo-root h1{font-size:clamp(30px,8.35vw,34px);line-height:1.14}
  #mxdemo-root h2{font-size:clamp(28px,8.4vw,38px)}
  #mxdemo-root .mxdemo_hero-sub{margin-top:18px;font-size:16px}
  #mxdemo-root .mxdemo_mark{white-space:nowrap}
  #mxdemo-root .mxdemo_booking{margin-top:-58px}
  #mxdemo-root .mxdemo_booking-grid{grid-template-columns:1fr;max-width:790px}
  #mxdemo-root .mxdemo_form-card{padding:29px 22px 26px;border-radius:21px}
  #mxdemo-root .mxdemo_form-grid{grid-template-columns:1fr}

  #mxdemo-root .mxdemo_form-progress{grid-template-columns:1fr;gap:9px;padding:13px}
  #mxdemo-root .mxdemo_progress-line{display:none}
  #mxdemo-root .mxdemo_progress-step{justify-content:flex-start}
  #mxdemo-root .mxdemo_progress-step:not(.--active):not(.--complete){display:none}
  #mxdemo-root .mxdemo_step-actions, #mxdemo-root .mxdemo_step-actions.--final{display:grid;grid-template-columns:1fr;align-items:stretch}
  #mxdemo-root .mxdemo_step-actions .mxdemo_next, #mxdemo-root .mxdemo_step-actions .mxdemo_back, #mxdemo-root .mxdemo_step-actions .mxdemo_submit{width:100%}
  #mxdemo-root .mxdemo_step-note{order:3;text-align:center}
  #mxdemo-root .mxdemo_field{grid-column:1/-1}
    #mxdemo-root .mxdemo_submit{width:100%}
  #mxdemo-root .mxdemo_side-card{padding:27px 22px;border-radius:21px}
  #mxdemo-root .mxdemo_proof-grid{grid-template-columns:1fr;border-top:0}
  #mxdemo-root .mxdemo_proof-item{border-right:0;border-bottom:1px solid var(--line)!important;padding:22px 8px}
  #mxdemo-root .mxdemo_proof-item:last-child{border-bottom:0!important}
  #mxdemo-root .mxdemo_focus-card{padding:24px 22px}
  #mxdemo-root .mxdemo_final{padding:72px 0 0!important}
  #mxdemo-root .mxdemo_final-panel{padding:36px 24px;border-radius:21px}
  #mxdemo-root .mxdemo_locale{gap:9px;padding-bottom:26px;line-height:18px}
  #mxdemo-root .mxdemo_locale-flag{width:26px;height:18px;flex-basis:26px}
  #mxdemo-root .mxdemo_actions{display:grid;grid-template-columns:1fr}
  #mxdemo-root .mxdemo_btn{width:100%;text-align:center}
}

@media(max-width:360px){
  #mxdemo-root h1{font-size:29px}
  #mxdemo-root .mxdemo_mark{white-space:normal}
}
#mxdemo-root>:last-child{margin-bottom:0!important}

@media(prefers-reduced-motion:reduce){#mxdemo-root *, #mxdemo-root *::before, #mxdemo-root *::after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}
