.adm2-shell{background:#f5f6f8;min-height:100vh;display:flex}.adm2-side{color:#f4ead5;background:#1a3850;flex-direction:column;flex-shrink:0;width:220px;height:100vh;display:flex;position:sticky;top:0;overflow:hidden}@media (max-width:1024px){.adm2-side{z-index:100;transition:transform .24s;position:fixed;top:0;left:0;transform:translate(-100%)}.adm2-side.is-open{transform:translate(0)}}.adm2-brand{color:inherit;border-bottom:1px solid #f4ead514;align-items:center;gap:11px;padding:22px 18px 18px;text-decoration:none;display:flex}.adm2-brand-mark{color:#1a3850;width:32px;height:32px;font-family:var(--font-playfair), serif;background:#f4ead5;border-radius:8px;justify-content:center;align-items:center;font-size:17px;font-weight:700;display:flex}.adm2-brand-text{line-height:1.15;display:grid}.adm2-brand-name{font-family:var(--font-playfair), serif;font-size:16px;font-weight:600}.adm2-brand-sub{letter-spacing:.28em;text-transform:uppercase;color:#f4ead58c;font-size:9px}.adm2-nav{flex:1;align-content:start;gap:14px;padding:8px 8px 12px;display:grid;overflow-y:auto}.adm2-nav-group{gap:1px;display:grid}.adm2-nav-group-label{letter-spacing:.24em;text-transform:uppercase;color:#f4ead566;padding:10px 12px 4px;font-size:9px;font-weight:500}.adm2-nav-soon{letter-spacing:.14em;text-transform:uppercase;color:#f4ead566;background:#f4ead50a;border-radius:4px;margin-left:auto;padding:2px 6px;font-size:8.5px}.adm2-nav-item{color:#f4ead5c7;cursor:pointer;border-radius:8px;align-items:center;gap:10px;padding:10px 12px;font-size:13.5px;text-decoration:none;transition:all .14s;display:flex}.adm2-nav-item svg{opacity:.8;flex-shrink:0}.adm2-nav-item:hover{color:#f4ead5;background:#f4ead50f}.adm2-nav-item:hover svg{opacity:1}.adm2-nav-item.is-active{color:#f4ead5;background:#f4ead51f;font-weight:500}.adm2-nav-item.is-active svg{opacity:1}.adm2-nav-item.is-soon{opacity:.4;cursor:not-allowed}.adm2-side-art{pointer-events:none;flex-shrink:0;height:110px;position:relative}.adm2-side-art svg{width:100%;height:100%;display:block}.adm2-main{flex-direction:column;flex:1;min-width:0;display:flex}.adm2-topbar{z-index:50;background:#fff;border-bottom:1px solid #e8eaee;align-items:center;gap:14px;padding:12px 28px;display:flex;position:sticky;top:0}@media (max-width:720px){.adm2-topbar{padding:10px 16px}}.adm2-burger{color:#1a3850;cursor:pointer;background:#fff;border:1px solid #e3e6eb;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;display:none}@media (max-width:1024px){.adm2-burger{display:inline-flex}}.adm2-topbar-spacer{flex:1}.adm2-user{cursor:pointer;background:#fff;border:1px solid #0000;border-radius:9px;align-items:center;gap:10px;padding:6px 8px 6px 12px;font-family:inherit;transition:all .16s;display:flex;position:relative}.adm2-user:hover{background:#f5f6f8;border-color:#e3e6eb}.adm2-user-info{text-align:right;line-height:1.2;display:grid}.adm2-user-name{color:#1a3850;font-size:13px;font-weight:500}.adm2-user-role{color:#20384a80;text-transform:uppercase;letter-spacing:.14em;font-size:10px}.adm2-user-avatar{color:#f4ead5;background:linear-gradient(135deg,#2b6cb0,#1a3850);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:13px;font-weight:600;display:flex}.adm2-menu-backdrop{z-index:49;position:fixed;inset:0}.adm2-menu{z-index:60;background:#fff;border:1px solid #e3e6eb;border-radius:10px;min-width:240px;padding:8px;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 12px 32px #081e321f}.adm2-menu-head{border-bottom:1px solid #eef0f3;gap:2px;margin-bottom:6px;padding:10px 12px;display:grid}.adm2-menu-name{color:#1a3850;font-size:13px;font-weight:500}.adm2-menu-email{color:#20384a8c;font-size:11px}.adm2-menu-item{color:#1a3850;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:6px;align-items:center;gap:10px;width:100%;padding:9px 12px;font-family:inherit;font-size:13px;display:flex}.adm2-menu-item:hover:not(:disabled){background:#f5f6f8}.adm2-menu-item.is-soon{opacity:.5;cursor:not-allowed}.adm2-menu-sep{background:#eef0f3;height:1px;margin:6px 0}.adm2-content{flex:1;padding:28px 32px}@media (max-width:720px){.adm2-content{padding:18px}}.adm2-page-head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:22px;display:flex}.adm2-h1{font-family:var(--font-playfair), serif;color:#1a3850;margin:0;font-size:26px;font-weight:600}.adm2-h2{font-family:var(--font-playfair), serif;color:#1a3850;margin:0 0 14px;font-size:18px;font-weight:600}.adm2-page-actions{gap:8px;display:inline-flex}.adm2-btn{cursor:pointer;border:1px solid #0000;border-radius:8px;align-items:center;gap:7px;padding:9px 16px;font-family:inherit;font-size:13px;font-weight:500;text-decoration:none;transition:all .16s;display:inline-flex}.adm2-btn-primary{color:#fff;background:#2b6cb0}.adm2-btn-primary:hover:not(:disabled){background:#225491}.adm2-btn-primary:disabled{opacity:.45;cursor:not-allowed}.adm2-btn-ghost{color:#1a3850;background:#fff;border-color:#e3e6eb}.adm2-btn-ghost:hover:not(:disabled){background:#fafbfc;border-color:#c5cad2}.adm2-btn-ghost:disabled{opacity:.45;cursor:not-allowed}.adm2-filters{flex-wrap:wrap;gap:8px;margin-bottom:18px;display:flex}.adm2-filter{color:#20384a99;background:#fff;border:1px solid #e3e6eb;border-radius:8px;align-items:center;gap:8px;min-width:140px;padding:8px 12px;font-size:13px;display:flex}.adm2-filter input,.adm2-filter select{color:#1a3850;background:0 0;border:none;outline:none;flex:1;font-family:inherit;font-size:13px}.adm2-filter:focus-within{border-color:#2b6cb0}.adm2-filter-grow{flex:1;min-width:220px}.adm2-filter-input{min-width:130px}.adm2-table-wrap{-webkit-overflow-scrolling:touch;background:#fff;border:1px solid #e8eaee;border-radius:12px;overflow-x:auto}.adm2-table{border-collapse:collapse;width:100%}.adm2-table th{text-align:left;text-transform:uppercase;letter-spacing:.08em;color:#20384a80;background:#fafbfc;border-bottom:1px solid #eef0f3;padding:14px 16px;font-size:11px;font-weight:500}.adm2-table td{color:#1a3850;vertical-align:top;border-bottom:1px solid #f3f4f7;padding:14px 16px;font-size:13px}.adm2-table tr:last-child td{border-bottom:none}.adm2-table tr:hover{background:#fafbfc}.adm2-cell-id{color:#20384a99;font-family:ui-monospace,monospace}.adm2-cell-name{font-weight:500}.adm2-cell-amount{font-variant-numeric:tabular-nums;font-weight:500}.adm2-cell-service{font-weight:500}.adm2-cell-service-sub{color:#20384a8c;margin-top:2px;font-size:11.5px}.adm2-cell-empty{color:#20384a59}.adm2-cell-manager{align-items:center;gap:8px;font-size:12.5px;display:inline-flex}.adm2-cell-manager-avatar{color:#f4ead5;background:linear-gradient(135deg,#2b6cb0,#1a3850);border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:11px;font-weight:600;display:inline-flex}.adm2-status{border-radius:9999px;padding:3px 9px;font-size:11px;font-weight:500;display:inline-block}.adm2-status-blue{color:#225491;background:#e2efff}.adm2-status-amber{color:#8a5a00;background:#fff3d4}.adm2-status-violet{color:#5840a0;background:#ece5ff}.adm2-status-rose{color:#b3573e;background:#ffe4e0}.adm2-status-emerald{color:#1f6b48;background:#d8f1e3}.adm2-status-note{color:#20384a8c;margin-top:3px;font-size:10.5px}.adm2-table-foot{color:#20384a80;margin:12px 4px 0;font-size:11.5px}.adm2-page-sub-inline{color:#20384a8c;margin:4px 0 0;font-size:12px}.adm2-cell-with-avatar{align-items:center;gap:10px;display:flex}.adm2-cell-mono{color:#20384abf;font-family:ui-monospace,monospace;font-size:12.5px}.adm2-row-actions{flex-wrap:wrap;justify-content:flex-end;gap:6px;display:inline-flex}.adm2-row-btn{color:#1a3850;cursor:pointer;background:#fff;border:1px solid #e3e6eb;border-radius:6px;padding:5px 10px;font-family:inherit;font-size:11.5px;transition:all .14s}.adm2-row-btn:hover{background:#fafbfc;border-color:#c5cad2}.adm2-row-btn-danger{color:#b3573e;border-color:#f0c9bd}.adm2-row-btn-danger:hover{background:#fdf0ed;border-color:#e8a899}.adm2-empty-inline{text-align:center;color:#20384a80;padding:40px 20px;font-size:13px}.adm2-modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:200;background:#081e328c;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.adm2-modal{background:#fff;border-radius:12px;width:100%;max-width:540px;max-height:92vh;padding:28px 28px 22px;position:relative;overflow-y:auto;box-shadow:0 20px 60px #081e3240}.adm2-modal-close{color:#1a3850;cursor:pointer;background:#f5f6f8;border:none;border-radius:50%;width:30px;height:30px;font-size:13px;position:absolute;top:12px;right:12px}.adm2-modal-close:hover{background:#e8eaee}.adm2-modal-sub{color:#20384aa6;margin:0 0 18px;font-size:13px;line-height:1.5}.adm2-modal-note{color:#20384a80;margin:12px 0 18px;font-size:11.5px;font-style:italic}.adm2-invite-link{gap:8px;margin:16px 0 8px;display:flex}.adm2-invite-link input{color:#1a3850;background:#f5f6f8;border:1px solid #e3e6eb;border-radius:8px;outline:none;flex:1;padding:10px 12px;font-family:ui-monospace,monospace;font-size:11.5px}.adm2-form{gap:14px;display:grid}.adm2-form-row{grid-template-columns:1fr 1fr;gap:12px;display:grid}@media (max-width:720px){.adm2-form-row{grid-template-columns:1fr}}.adm2-field{gap:5px;display:grid}.adm2-field span{color:#20384ab3;font-size:12px;font-weight:500}.adm2-field input,.adm2-field select,.adm2-field textarea{color:#1a3850;background:#f7f8fa;border:1px solid #e3e6eb;border-radius:8px;outline:none;padding:10px 12px;font-family:inherit;font-size:13.5px;transition:border-color .14s,background .14s}.adm2-field input:disabled{color:#20384a80}.adm2-field input:focus,.adm2-field select:focus,.adm2-field textarea:focus{background:#fff;border-color:#2b6cb0}.adm2-form-actions{justify-content:flex-end;gap:8px;margin-top:8px;display:flex}.adm2-err{color:#b3573e;background:#fdf0ed;border:1px solid #f5c4ba;border-radius:8px;margin:0;padding:9px 12px;font-size:12.5px}.adm2-empty{text-align:center;background:#fff;border:1px dashed #e3e6eb;border-radius:14px;max-width:540px;margin:40px auto;padding:60px 40px}.adm2-empty-icon{color:#20384a66;background:#f5f6f8;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;margin:0 auto 16px;display:flex}.adm2-empty h3{font-family:var(--font-playfair), serif;color:#1a3850;margin:0 0 6px;font-size:18px;font-weight:600}.adm2-empty p{color:#20384a99;margin:0;font-size:13px;line-height:1.55}.adm-h1{font-family:var(--font-playfair), serif;color:#08384a;margin:0 0 6px;font-size:28px;font-weight:600}.adm-h2{font-family:var(--font-playfair), serif;color:#08384a;margin:0 0 14px;font-size:18px;font-weight:600}.adm-h3{color:#08384ad9;letter-spacing:.02em;margin:16px 0 8px;font-size:13px;font-weight:600}.adm-page-head{flex-wrap:wrap;justify-content:space-between;align-items:end;gap:16px;margin-bottom:22px;display:flex}.adm-page-sub{color:#0f4c5cb3;max-width:640px;margin:0;font-size:13px;line-height:1.5}.adm-dash-head{margin-bottom:24px}.adm-dash-greet{color:#0f4c5cb3;max-width:640px;margin:0;font-size:13px;line-height:1.55}.adm-tiles{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:14px;margin-bottom:28px;display:grid}.adm-tile{color:#08384a;background:#fff;border:1px solid #08384a14;border-radius:16px;grid-template-rows:auto auto auto auto;gap:4px;padding:18px 20px;text-decoration:none;transition:all .2s;display:grid;position:relative;overflow:hidden}.adm-tile:hover{transform:translateY(-2px);box-shadow:0 12px 28px -16px #08384a40}.adm-tile-icon{margin-bottom:6px;font-size:22px}.adm-tile-title{letter-spacing:.18em;text-transform:uppercase;color:#0f4c5c8c;font-size:11px}.adm-tile-value{font-family:var(--font-playfair), serif;color:#08384a;font-size:30px;font-weight:600}.adm-tile-sub{color:#0f4c5c80;font-size:11px}.adm-tile-teal{border-color:#08384a33}.adm-tile-terracotta{background:linear-gradient(135deg,#fff 50%,#c2725a0f 100%);border-color:#c2725a4d}.adm-tile-cream{background:#f4ead5a6}.adm-tile-sage{background:linear-gradient(135deg,#fff 50%,#8aa8960f 100%);border-color:#8aa8964d}.adm-cards{grid-template-columns:1fr 1fr;gap:18px;display:grid}@media (max-width:900px){.adm-cards{grid-template-columns:1fr}}.adm-card{background:#fff;border:1px solid #08384a1a;border-radius:18px;padding:22px 24px}.adm-checklist{gap:8px;margin:0;padding:0;list-style:none;display:grid}.adm-checklist li{color:#0f4c5cbf;padding-left:4px;font-size:13px}.adm-checklist li.is-done{color:#2d6e54;font-weight:500}.adm-quick{gap:8px;display:grid}.adm-quick-btn{color:#08384a;background:#f4ead566;border:1px solid #08384a1f;border-radius:12px;align-items:center;gap:12px;padding:14px 16px;text-decoration:none;transition:all .18s;display:flex}.adm-quick-btn:hover{background:#fff;border-color:#c2725a;transform:translate(2px)}.adm-quick-btn strong{margin-bottom:2px;font-size:14px;display:block}.adm-quick-btn p{color:#0f4c5c99;margin:0;font-size:12px}.adm-quick-ico{flex-shrink:0;font-size:22px}.adm-btn{cursor:pointer;border:1px solid #0000;border-radius:9px;justify-content:center;align-items:center;gap:8px;padding:9px 18px;font-family:inherit;font-size:13px;font-weight:500;text-decoration:none;transition:all .18s;display:inline-flex}.adm-btn-primary{color:#f4ead5;background:#08384a}.adm-btn-primary:hover{background:#0e5471}.adm-btn-primary:disabled{opacity:.5;cursor:wait}.adm-btn-ghost{color:#08384a;background:0 0;border-color:#08384a33}.adm-btn-ghost:hover{background:#08384a0f}.adm-btn-danger{color:#c2725a;background:#c2725a1a;border-color:#c2725a4d}.adm-btn-danger:hover{color:#fff;background:#c2725a}.adm-form{gap:14px;display:grid}.adm-form-row{grid-template-columns:1fr 1fr;gap:12px;display:grid}@media (max-width:720px){.adm-form-row{grid-template-columns:1fr}}.adm-field{position:relative}.adm-field input,.adm-field textarea,.adm-field select{color:#08384a;background:#fff;border:1px solid #08384a2e;border-radius:9px;outline:none;width:100%;padding:14px 14px 8px;font-family:inherit;font-size:14px;transition:border-color .18s}.adm-field textarea{resize:vertical;min-height:70px;padding-top:16px}.adm-field select{padding-top:16px}.adm-field input:focus,.adm-field textarea:focus,.adm-field select:focus{border-color:#c2725a}.adm-field span{color:#0f4c5c8c;pointer-events:none;background:0 0;padding:0 4px;font-size:13px;transition:all .16s;position:absolute;top:14px;left:14px}:is(.adm-field input:not(:placeholder-shown)+span,.adm-field textarea:not(:placeholder-shown)+span),.adm-field input:focus+span,.adm-field input:not(:placeholder-shown)+span,.adm-field textarea:focus+span,.adm-field textarea:not(:placeholder-shown)+span,.adm-field select:focus+span,.adm-field select:valid+span{color:#c2725a;background:#fff;font-size:11px;top:-8px}.adm-form-actions{justify-content:flex-end;gap:10px;margin-top:6px;display:flex}.adm-err{color:#b3573e;background:#c2725a1a;border-radius:8px;margin:0;padding:10px 14px;font-size:13px}.adm-ok{color:#2d6e54;background:#2d6e541a;border-radius:8px;margin:0;padding:10px 14px;font-size:13px}.adm-staff-bar{margin-bottom:18px}.adm-staff-list{gap:10px;display:grid}.adm-staff-card{background:#fff;border:1px solid #08384a1a;border-radius:12px;align-items:center;gap:16px;padding:16px 20px;transition:all .16s;display:flex}.adm-staff-card:hover{border-color:#08384a40;box-shadow:0 6px 16px -10px #08384a33}.adm-staff-avatar{color:#f4ead5;background:linear-gradient(135deg,#c2725a,#9b5942);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;font-weight:600;display:flex}.adm-staff-info{flex:1;min-width:0}.adm-staff-row{flex-wrap:wrap;align-items:baseline;gap:10px;display:flex}.adm-staff-name{color:#08384a;margin:0;font-size:15px;font-weight:600}.adm-staff-email{color:#0f4c5c99;margin:2px 0 0;font-size:12px}.adm-staff-meta{color:#0f4c5c8c;margin:4px 0 0;font-size:12px}.adm-staff-blocked{letter-spacing:.16em;text-transform:uppercase;color:#b3573e;background:#c2725a1f;border-radius:9999px;padding:2px 8px;font-size:10px}.adm-staff-actions{flex-shrink:0;gap:6px;display:flex}.adm-empty{text-align:center;color:#0f4c5c80;background:#f4ead580;border:1px dashed #08384a26;border-radius:12px;padding:40px 24px;font-size:13px}.adm-role{letter-spacing:.18em;text-transform:uppercase;border-radius:9999px;padding:3px 9px;font-size:10px;font-weight:600}.adm-role-owner{color:#f4ead5;background:linear-gradient(135deg,#c2725a,#9b5942)}.adm-role-director{color:#f4ead5;background:#08384ad9}.adm-role-manager{color:#2d6e54;background:#8aa89633}.adm-role-editor{color:#b58440;background:#e8a0562e}.adm-role-client{color:#08384a;background:#08384a0f}.adm-role-partner{color:#c2725a;background:#c2725a26}.adm-modal-overlay{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:200;background:#08384a8c;justify-content:center;align-items:center;padding:16px;animation:.22s al-rise;display:flex;position:fixed;inset:0}.adm-modal{background:#fff;border-radius:18px;width:100%;max-width:540px;max-height:92vh;padding:28px 28px 24px;position:relative;overflow-y:auto;box-shadow:0 24px 64px #0000004d}.adm-modal-close{color:#08384a;cursor:pointer;background:#08384a0f;border:none;border-radius:50%;width:32px;height:32px;font-size:14px;position:absolute;top:12px;right:12px}.adm-modal-close:hover{background:#08384a26}.adm-hero-grid{grid-template-columns:1fr 460px;align-items:start;gap:18px;display:grid}@media (max-width:1100px){.adm-hero-grid{grid-template-columns:1fr}}.adm-hero-form{padding:24px}.adm-hero-preview{padding:20px;position:sticky;top:90px}.adm-hero-prev-stage{background:linear-gradient(135deg,#08384a,#0e5471) 50%/cover;border-radius:14px;height:220px;margin-bottom:12px;position:relative;overflow:hidden}.adm-hero-prev-overlay{background:linear-gradient(#08384a80,#08384ad9);position:absolute;inset:0}.adm-hero-prev-content{color:#f4ead5;position:absolute;bottom:18px;left:18px;right:18px}.adm-hero-prev-eyebrow{letter-spacing:.32em;text-transform:uppercase;color:#f4ead5cc;margin:0 0 4px;font-size:9px}.adm-hero-prev-title{font-family:var(--font-playfair), serif;letter-spacing:-.01em;margin:0 0 4px;font-size:20px;font-weight:600}.adm-hero-prev-sub{color:#f4ead5bf;margin:0 0 8px;font-size:11px;line-height:1.4}.adm-hero-prev-cta{color:#f4ead5;background:#c2725ad9;border-radius:9999px;align-items:center;gap:6px;padding:6px 12px;font-size:11px;display:inline-flex}.adm-hero-prev-note{color:#0f4c5c80;margin:0;font-size:11px;line-height:1.5}.adm2-nav-item.is-sub{opacity:.85;padding-left:34px;font-size:13px;position:relative}.adm2-nav-item.is-sub:before{content:"";border-bottom:1.5px solid #f4ead559;border-left:1.5px solid #f4ead559;border-bottom-left-radius:3px;width:6px;height:6px;margin-top:-3px;position:absolute;top:50%;left:20px}.adm2-nav-item.is-sub:hover{opacity:1}.adm2-status-slate{color:#64748b;background:#64748b29}.adm2-row-btn-dates{color:#c2725a;background:#e078561f;border-color:#e078564d}.adm2-row-btn-dates:hover{color:#b14a2c;background:#e0785633}.adm2-tour-row{cursor:pointer}.adm2-tour-row:hover{background:#0f4c5c08}.adm2-tour-row.is-expanded{background:#0f4c5c0d}.adm2-tour-edit-cell{background:#f8f9fb;padding:0!important}.adm2-tour-edit{border-top:2px solid #0f4c5c1f;padding:20px 24px 24px;animation:.22s admTourExpand}@keyframes admTourExpand{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.adm2-autosave{color:#0f4c5c8c;align-items:center;gap:6px;font-size:12px;display:inline-flex}.adm2-autosave.is-saving{color:#c2725a}.adm2-autosave.is-saved{color:#2f9e6f}.adm2-rich{background:#fff;border:1px solid #0f4c5c29;border-radius:12px;overflow:hidden}.adm2-rich-bar{background:#f3f5f7;border-bottom:1px solid #0f4c5c1a;gap:2px;padding:6px;display:flex}.adm2-rich-btn{width:30px;height:28px;color:var(--brand-deep-600);cursor:pointer;background:0 0;border:0;border-radius:6px;font-size:13px}.adm2-rich-btn:hover{background:#0f4c5c14}.adm2-rich-btn.is-on{background:var(--brand-deep-600);color:#fff}.adm2-rich-content{color:#1f2d33;outline:none;padding:12px 14px;font-size:14px;line-height:1.6}.adm2-rich-content:focus{outline:none}.adm2-rich-content p{margin:0 0 8px}.adm2-rich-content h3{margin:10px 0 6px;font-size:17px;font-weight:600}.adm2-rich-content ul,.adm2-rich-content ol{margin:0 0 8px;padding-left:22px}.adm2-rich-content ul{list-style:outside}.adm2-rich-content ol{list-style:decimal}.adm2-section{background:#fff;border:1px solid #0f4c5c1f;border-radius:14px;margin-top:16px;padding:16px 18px}.adm2-section-title{text-transform:uppercase;letter-spacing:.06em;color:var(--brand-deep-600);justify-content:space-between;align-items:center;margin:0 0 12px;font-size:13px;font-weight:700;display:flex}.adm2-repeat-row{border-top:1px dashed #0f4c5c24;align-items:flex-start;gap:10px;padding:10px 0;display:flex}.adm2-repeat-row:first-of-type{border-top:0}.adm2-repeat-grow{flex:1}.adm2-mini-btn{color:var(--brand-deep-600);cursor:pointer;background:#fff;border:1px solid #0f4c5c33;border-radius:8px;padding:6px 12px;font-size:12px}.adm2-mini-btn:hover{background:#0f4c5c0f}.adm2-mini-btn-danger{color:#b14a2c;border-color:#b14a2c4d}.adm2-upload{color:var(--brand-deep-600);cursor:pointer;background:#f7f9fa;border:1.5px dashed #0f4c5c4d;border-radius:10px;align-items:center;gap:8px;padding:9px 16px;font-size:13px;font-weight:500;display:inline-flex}.adm2-upload:hover{border-color:var(--brand-deep-600);background:#0f4c5c0d}.adm2-upload input{display:none}.adm2-thumbs{flex-wrap:wrap;gap:10px;margin-top:12px;display:flex}.adm2-thumb{border:1px solid #0f4c5c26;border-radius:8px;width:96px;height:72px;position:relative;overflow:hidden}.adm2-thumb img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.adm2-thumb-x{color:#fff;cursor:pointer;background:#041a20b3;border:0;border-radius:50%;width:20px;height:20px;font-size:12px;line-height:20px;position:absolute;top:3px;right:3px}.adm2-hero-prev{-o-object-fit:cover;object-fit:cover;border:1px solid #0f4c5c26;border-radius:10px;width:220px;height:130px;margin-top:10px;display:block}.tf-wrap{width:100%;padding-bottom:96px}.tf-head{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:22px;display:flex}.tf-title{font-family:var(--font-sans), system-ui, -apple-system, "Segoe UI", sans-serif;color:#0a2a33;letter-spacing:-.02em;margin:0;font-size:25px;font-weight:700}.tf-pill{color:#5b6b70;background:#eef2f3;border-radius:999px;align-items:center;gap:7px;margin-top:8px;padding:5px 12px;font-size:12px;font-weight:500;display:inline-flex}.tf-pill.is-saving{color:#c2725a;background:#fdeee7}.tf-pill.is-saved{color:#2f9e6f;background:#e7f4ee}.tf-pill .dot{background:currentColor;border-radius:50%;width:6px;height:6px}.tf-card{background:#fff;border:1px solid #e9edee;border-radius:12px;margin-bottom:14px;padding:20px 22px;transition:box-shadow .18s,border-color .18s}.tf-card:focus-within{border-color:#cfdde0;box-shadow:0 6px 24px -16px #0a2a3359}.tf-card-label{letter-spacing:.12em;text-transform:uppercase;color:var(--brand-deep-600);align-items:center;gap:10px;margin:0 0 16px;font-size:12px;font-weight:700;display:flex}.tf-card-label:before{content:"";background:var(--brand-terra-500);border-radius:2px;width:14px;height:2px}.tf-card-hint{color:#93a1a5;margin:-8px 0 14px;font-size:12px}.tf-field{margin-bottom:14px;display:block}.tf-field:last-child{margin-bottom:0}.tf-field>span{letter-spacing:.04em;text-transform:uppercase;color:#8a999d;margin-bottom:6px;font-size:11px;font-weight:600;display:block}.tf-field input,.tf-field textarea,.tf-field select,.tf-inp{color:#1f2d33;background:#fbfcfc;border:1px solid #dce3e4;border-radius:10px;width:100%;padding:11px 13px;font-size:14px;transition:border-color .15s,box-shadow .15s,background .15s}.tf-field input:focus,.tf-field textarea:focus,.tf-field select:focus,.tf-inp:focus{border-color:var(--brand-deep-600);background:#fff;outline:none;box-shadow:0 0 0 3px #0f4c5c1f}.tf-field input::-moz-placeholder{color:#b4c0c3}.tf-field textarea::-moz-placeholder{color:#b4c0c3}.tf-field input::placeholder,.tf-field textarea::placeholder{color:#b4c0c3}.tf-row{grid-template-columns:1fr 1fr;gap:14px;display:grid}.tf-row-3{grid-template-columns:1fr 1fr 1fr;gap:14px;display:grid}@media (max-width:720px){.tf-row,.tf-row-3{grid-template-columns:1fr}}.tf-locked-zone{transition:opacity .45s,filter .45s;position:relative}.tf-locked-zone.is-locked{opacity:.42;filter:grayscale(.5);pointer-events:none;-webkit-user-select:none;user-select:none}.tf-lockbar{z-index:5;background:var(--brand-deep-600);color:var(--brand-cream-100);border-radius:12px;align-items:center;gap:10px;margin-bottom:16px;padding:11px 18px;font-size:13px;font-weight:500;display:flex;position:sticky;top:8px;box-shadow:0 10px 26px -14px #0f4c5c99}.tf-lockbar svg{flex-shrink:0}.tf-tabs{background:#eef2f3;border-radius:12px;gap:4px;width:fit-content;margin-bottom:12px;padding:5px;display:flex}.tf-tab{color:#5b6b70;cursor:pointer;background:0 0;border:0;border-radius:9px;padding:8px 16px;font-size:13px;font-weight:500;transition:all .18s}.tf-tab:hover{color:var(--brand-deep-600)}.tf-tab.is-on{color:#0a2a33;background:#fff;box-shadow:0 2px 8px -3px #0a2a3340}.tf-drop{color:#5b6b70;cursor:pointer;background:#fafbfb;border:1.5px dashed #c8d4d6;border-radius:12px;align-items:center;gap:10px;padding:16px 20px;font-size:13px;font-weight:500;transition:all .18s;display:flex}.tf-drop:hover{border-color:var(--brand-terra-500);color:#b14a2c;background:#fdf3ef}.tf-drop input{display:none}.tf-hero-prev{aspect-ratio:16/10;-o-object-fit:cover;object-fit:cover;border:1px solid #e7ebec;border-radius:12px;width:100%;max-width:360px;margin-top:14px;display:block}.tf-thumbs{flex-wrap:wrap;gap:10px;margin-top:14px;display:flex}.tf-thumb{border:1px solid #e7ebec;border-radius:10px;width:104px;height:78px;position:relative;overflow:hidden}.tf-thumb img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.tf-thumb-x{color:#fff;cursor:pointer;background:#0a1a20b8;border:0;border-radius:50%;width:22px;height:22px;font-size:12px;position:absolute;top:4px;right:4px}.tf-mini{border:1px solid var(--brand-deep-600);background:var(--brand-deep-600);color:var(--brand-cream-100);cursor:pointer;border-radius:9px;padding:9px 16px;font-size:13px;font-weight:500;transition:all .15s}.tf-mini:hover{background:#0a3744}.tf-mini-ghost{color:var(--brand-deep-600);background:#fff}.tf-mini-ghost:hover{background:#eef4f5}.tf-mini-danger{color:#b14a2c;background:#fff;border-color:#e6c3b8}.tf-mini-danger:hover{background:#fdf0ec}.tf-rowline{border-top:1px solid #eef2f3;align-items:center;gap:10px;padding:10px 0;display:flex}.tf-rowline:first-of-type{border-top:0}.tf-rowline-grow{color:#1f2d33;flex:1;font-size:14px}.tf-inline{flex-wrap:wrap;align-items:center;gap:8px;margin-top:12px;display:flex}.tf-inline input,.tf-inline select{flex:0 auto;width:auto}.tf-inline .grow{flex:1;min-width:140px}.tf-savebar{z-index:40;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffdb;border-top:1px solid #e7ebec;justify-content:flex-end;align-items:center;gap:14px;padding:14px 28px;display:flex;position:fixed;bottom:0;left:0;right:0}@media (min-width:1024px){.tf-savebar{left:220px}}.tf-savebar .tf-status{color:#8a999d;margin-right:auto;font-size:13px}.tf-btn{cursor:pointer;border:0;border-radius:10px;padding:11px 24px;font-size:14px;font-weight:600;transition:all .18s}.tf-btn-ghost{color:var(--brand-deep-600);background:#eef2f3}.tf-btn-ghost:hover{background:#e1e8e9}.tf-btn-primary{background:var(--brand-terra-500);color:#fff;box-shadow:0 10px 22px -12px #d45f3acc}.tf-btn-primary:hover{background:#b14a2c}.tf-btn:disabled{opacity:.6;cursor:default}.tf-rich{border:1px solid #dce3e4;border-radius:12px;overflow:hidden}.tf-rich .adm2-rich{border:0;border-radius:0}.tf-err{color:#c0392b;margin:14px 0 0;font-size:13px}.adm2-content{background:#f5f6f8}.adm2-content .adm2-h1{font-family:var(--font-sans), system-ui, -apple-system, "Segoe UI", sans-serif;color:#0a2a33;letter-spacing:-.02em;font-size:25px;font-weight:700}.adm2-content .adm2-h2{font-family:var(--font-sans), system-ui, sans-serif;color:#0a2a33;letter-spacing:-.01em;font-size:18px;font-weight:700}.adm2-content .adm2-page-head{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:22px;display:flex}.adm2-content .adm2-page-sub-inline{color:#8a999d;margin-top:6px;font-size:13px}.adm2-content .adm2-section,.adm2-content .adm2-table-wrap{background:#fff;border:1px solid #e9edee;border-radius:12px;margin-bottom:14px;padding:20px 22px;transition:box-shadow .18s,border-color .18s}.adm2-content .adm2-table-wrap{padding:6px}.adm2-content .adm2-section:focus-within{border-color:#cfdde0;box-shadow:0 6px 24px -16px #0a2a3359}.adm2-content .adm2-section-title{letter-spacing:.12em;text-transform:uppercase;color:var(--brand-deep-600);align-items:center;gap:10px;margin:0 0 16px;font-size:12px;font-weight:700;display:flex}.adm2-content .adm2-section-title:before{content:"";background:var(--brand-terra-500);border-radius:2px;width:14px;height:2px}.adm2-content .adm2-field{margin-bottom:14px;display:block}.adm2-content .adm2-field>span{letter-spacing:.04em;text-transform:uppercase;color:#8a999d;margin-bottom:6px;font-size:11px;font-weight:600;display:block}.adm2-content .adm2-field input,.adm2-content .adm2-field textarea,.adm2-content .adm2-field select,.adm2-content .adm2-filter input,.adm2-content .adm2-filter-input,.adm2-content input[type=text],.adm2-content input[type=email],.adm2-content input[type=number],.adm2-content input[type=date],.adm2-content input[type=password],.adm2-content input[type=search],.adm2-content textarea,.adm2-content select{color:#1f2d33;background:#fbfcfc;border:1px solid #dce3e4;border-radius:10px;width:100%;padding:11px 13px;font-size:14px;transition:border-color .15s,box-shadow .15s,background .15s}.adm2-content .adm2-field input:focus,.adm2-content .adm2-field textarea:focus,.adm2-content .adm2-field select:focus,.adm2-content .adm2-filter input:focus,.adm2-content .adm2-filter-input:focus,.adm2-content input:focus,.adm2-content textarea:focus,.adm2-content select:focus{border-color:var(--brand-deep-600);background:#fff;outline:none;box-shadow:0 0 0 3px #0f4c5c1f}.adm2-content input::-moz-placeholder{color:#b4c0c3}.adm2-content textarea::-moz-placeholder{color:#b4c0c3}.adm2-content input::placeholder,.adm2-content textarea::placeholder{color:#b4c0c3}.adm2-content .adm2-filters{flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:16px;display:flex}.adm2-content .adm2-btn,.adm2-content .adm2-row-btn,.adm2-content .adm2-mini-btn{cursor:pointer;border:0;border-radius:10px;padding:10px 18px;font-size:13px;font-weight:600;line-height:1.2;transition:all .16s}.adm2-content .adm2-row-btn,.adm2-content .adm2-mini-btn{padding:8px 14px;font-size:12px}.adm2-content .adm2-btn-primary{background:var(--brand-terra-500);color:#fff;box-shadow:0 10px 22px -12px #d45f3acc}.adm2-content .adm2-btn-primary:hover{background:#b14a2c}.adm2-content .adm2-btn-ghost,.adm2-content .adm2-row-btn{color:var(--brand-deep-600);background:#eef2f3}.adm2-content .adm2-btn-ghost:hover,.adm2-content .adm2-row-btn:hover{background:#e1e8e9}.adm2-content .adm2-mini-btn{background:var(--brand-deep-600);color:var(--brand-cream-100)}.adm2-content .adm2-mini-btn:hover{background:#0a3744}.adm2-content .adm2-row-btn-danger,.adm2-content .adm2-mini-btn-danger{color:#b14a2c;background:#fff;border:1px solid #e6c3b8}.adm2-content .adm2-row-btn-danger:hover,.adm2-content .adm2-mini-btn-danger:hover{background:#fdf0ec}.adm2-content .adm2-row-btn-dates{color:#c2725a;background:#fdf3ef;border:1px solid #ecc9bd}.adm2-content .adm2-row-btn-dates:hover{background:#f8e3da}.adm2-content .adm2-form-actions{justify-content:flex-end;gap:12px;margin-top:16px;display:flex}.adm2-content .adm2-form-row{grid-template-columns:1fr 1fr;gap:14px;display:grid}@media (max-width:720px){.adm2-content .adm2-form-row{grid-template-columns:1fr}}.adm2-content .adm2-table{border-collapse:collapse;width:100%}.adm2-content .adm2-table th{text-align:left;letter-spacing:.1em;text-transform:uppercase;color:#93a1a5;border-bottom:1px solid #eef2f3;padding:12px 14px;font-size:10px;font-weight:700}.adm2-content .adm2-table td{color:#1f2d33;border-bottom:1px solid #f1f4f5;padding:14px;font-size:14px}.adm2-content .adm2-table tr:last-child td{border-bottom:0}.adm2-content .adm2-tour-row:hover{background:#f7fafb}.adm2-content .adm2-tour-row.is-expanded{background:#f2f7f8}.adm2-content .adm2-cell-name{color:#0a2a33;font-weight:600}.adm2-content .adm2-cell-service-sub{color:#93a1a5;margin-top:2px;font-size:12px}.adm2-content .adm2-status{letter-spacing:.02em;border-radius:999px;align-items:center;padding:4px 10px;font-size:11px;font-weight:600;display:inline-flex}.adm2-content .adm2-status-slate{color:#64748b;background:#eef2f3}.adm2-content .adm2-status-amber{color:#b07d2b;background:#fdf2e3}.adm2-content .adm2-status-violet{color:#6b4fc0;background:#efeafe}.adm2-content .adm2-status-emerald{color:#2f9e6f;background:#e7f4ee}.adm2-content .adm2-status-rose{color:#c0392b;background:#fdeaea}.adm2-content .adm2-status-blue{color:#2f6fae;background:#e7f0f7}.adm2-content .adm2-modal-overlay{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#0a1a2073}.adm2-content .adm2-modal{background:#fff;border:1px solid #e9edee;border-radius:16px;padding:26px 28px;box-shadow:0 30px 70px -30px #041a208c}.adm2-content .adm2-modal-close{color:#93a1a5}.adm2-content .adm2-modal-close:hover{color:#0a2a33}.adm2-content .adm2-empty,.adm2-content .adm2-empty-inline{color:#93a1a5;font-size:14px}.adm2-content .adm2-err{color:#c0392b;font-size:13px}.adm2-content div.adm2-filter{min-width:0;box-shadow:none;background:0 0;border:0;border-radius:0;align-items:center;padding:0;display:flex}.adm2-content .adm2-filter-grow{flex:1;min-width:220px}.adm2-content select.adm2-filter-input,.adm2-content .adm2-filter-input{min-width:200px}.adm2-content .adm2-stats{flex-wrap:wrap;gap:12px;margin-bottom:18px;display:flex}.adm2-content .adm2-stat-tile{background:#fff;border:1px solid #e9edee;border-radius:12px;flex-direction:column;gap:4px;min-width:118px;padding:14px 18px;display:flex}.adm2-content .adm2-stat-value{color:#0a2a33;font-size:22px;font-weight:700;line-height:1}.adm2-content .adm2-stat-label{color:#8a999d;font-size:12px}.adm2-content .adm2-view-switch{background:#eef2f3;border-radius:10px;gap:2px;padding:4px;display:inline-flex}.adm2-content div.adm2-filter.adm2-filter-grow{background:#fbfcfc;border:1px solid #dce3e4;border-radius:10px;flex:1;align-items:center;gap:9px;min-width:220px;padding:0 14px;transition:border-color .15s,box-shadow .15s,background .15s;display:flex}.adm2-content div.adm2-filter.adm2-filter-grow:focus-within{border-color:var(--brand-deep-600);background:#fff;box-shadow:0 0 0 3px #0f4c5c1f}.adm2-content div.adm2-filter.adm2-filter-grow>svg{color:#93a1a5;flex-shrink:0;width:16px;height:16px}.adm2-content div.adm2-filter.adm2-filter-grow input,.adm2-content div.adm2-filter.adm2-filter-grow input:focus{box-shadow:none;color:#1f2d33;background:0 0;border:0;border-radius:0;outline:none;flex:1;min-width:0;padding:11px 0;font-size:14px}.adm2-content select{appearance:none;cursor:pointer;background-color:#fbfcfc;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%235b6b70' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;padding-right:34px}.adm2-content select:focus{background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%235b6b70' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat}.adm2-content select::-ms-expand{display:none}.blog-article-body p{margin:1.1em 0}.blog-article-body img{border-radius:14px;max-width:100%;height:auto;margin:1.6em auto;display:block;box-shadow:0 8px 30px #062b361a}.blog-article-body h2{color:var(--brand-deep-600);margin:1.6em 0 .5em;font-size:1.6em;font-weight:600;line-height:1.2}.blog-article-body h3{color:var(--brand-deep-600);margin:1.4em 0 .4em;font-size:1.3em;font-weight:600}.blog-article-body ul,.blog-article-body ol{margin:1.1em 0;padding-left:1.4em}.blog-article-body ul{list-style:outside}.blog-article-body ol{list-style:decimal}.blog-article-body li{margin:.4em 0}.blog-article-body a{color:var(--brand-terra-500);text-underline-offset:2px;text-decoration:underline}.blog-article-body strong{color:var(--brand-deep-600);font-weight:600}.blog-article-body table{border-collapse:collapse;width:100%;margin:1.4em 0;font-size:.94em}.blog-article-body td,.blog-article-body th{vertical-align:top;border:1px solid #e3d9c8;padding:8px 10px}.blog-article-body iframe{border-radius:14px;max-width:100%;margin:1.4em 0}.blog-ed{background:radial-gradient(800px 480px at 8% 4%, #e8937914 0%, #e8937900 60%), radial-gradient(900px 620px at 96% 26%, #b4dceb33 0%, #b4dceb00 60%), linear-gradient(to bottom, var(--brand-cream-200) 0%, #f6f3ec 60%, var(--brand-cream-200) 100%)}.blog-ed .font-serif-soft{font-family:var(--font-display), Georgia, serif}.blog-ed .font-script{font-family:Caveat,cursive}.blog-ed ::selection{background:var(--brand-terra-400);color:var(--brand-cream-200)}.blog-ed .vrail{writing-mode:vertical-rl;letter-spacing:.6em;transform:rotate(180deg)}.blog-ed .search-shell{background:var(--brand-cream-200);border:1px solid #0f4c5c24;border-radius:9999px;align-items:center;gap:10px;padding:8px 8px 8px 20px;transition:border-color .24s,box-shadow .24s;display:flex}.blog-ed .search-shell:focus-within{border-color:#0f4c5c73;box-shadow:0 0 0 4px #0f4c5c0f}.blog-ed .search-shell input{color:var(--brand-deep-600);background:0 0;outline:none;flex:1;font-size:14px}.blog-ed .search-shell input::placeholder{color:#0f4c5c73}.blog-ed .hero-cover{border-radius:28px;position:relative;overflow:hidden}.blog-ed .hero-cover img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;transition:transform 1.2s cubic-bezier(.2,.7,.2,1)}.blog-ed .hero-cover:hover img{transform:scale(1.04)}.blog-ed .hero-cover .scrim{background:linear-gradient(#062b360d 0%,#062b3600 30%,#062b3640 60%,#062b36d9 100%),linear-gradient(110deg,#062b368c 0%,#062b3600 55%);position:absolute;inset:0}.blog-ed .hero-badge{letter-spacing:.18em;text-transform:uppercase;color:var(--brand-deep-600);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fafaf7f2;border:1px solid #ffffff80;border-radius:9999px;align-items:center;gap:8px;padding:7px 14px;font-size:11.5px;font-weight:600;display:inline-flex}.blog-ed .hero-badge.is-accent{color:var(--brand-cream-200);background:#e07856f2;border-color:#fff6}.blog-ed .hero-badge .dot{background:var(--brand-terra-400);border-radius:9999px;width:6px;height:6px}.blog-ed .cta-pill{background:var(--brand-deep-600);border:1px solid var(--brand-deep-600);border-radius:9999px;width:220px;height:56px;transition:background .32s,border-color .32s,box-shadow .32s,transform .22s;display:inline-block;position:relative;overflow:hidden}.blog-ed .cta-pill .cta-label{text-align:left;width:100%;color:var(--brand-cream-200);pointer-events:none;white-space:nowrap;padding-left:24px;padding-right:66px;font-size:15px;font-weight:500;transition:color .32s,padding .32s;position:absolute;top:50%;left:0;transform:translateY(-50%)}.blog-ed .cta-pill .cta-circle{background:var(--brand-terra-400);width:44px;height:44px;color:var(--brand-cream-200);border-radius:9999px;justify-content:center;align-items:center;transition:transform .48s cubic-bezier(.2,.7,.2,1),background .32s;display:flex;position:absolute;top:50%;right:6px;transform:translateY(-50%)}.blog-ed .cta-pill:hover{background:var(--brand-terra-400);border-color:var(--brand-terra-400);transform:translateY(-2px);box-shadow:0 18px 30px -16px #e078568c}.blog-ed .cta-pill:hover .cta-label{padding-left:66px;padding-right:24px}.blog-ed .cta-pill:hover .cta-circle{background:var(--brand-cream-200);color:var(--brand-deep-600);transform:translate(-164px,-50%)}.blog-ed .chip{color:var(--brand-deep-600);background:var(--brand-cream-200);cursor:pointer;white-space:nowrap;border:1px solid #0f4c5c24;border-radius:9999px;align-items:center;gap:8px;padding:9px 16px;font-size:13px;font-weight:500;transition:background .24s,color .24s,border-color .24s,transform .22s;display:inline-flex}.blog-ed .chip:hover{border-color:#0f4c5c59;transform:translateY(-1px)}.blog-ed .chip.is-active{background:var(--brand-deep-600);color:var(--brand-cream-200);border-color:var(--brand-deep-600)}.blog-ed .chip .count{opacity:.55;font-variant-numeric:tabular-nums;font-size:11px}.blog-ed .chip.is-active .count{opacity:.75}.blog-ed .scrollbar-thin{scrollbar-width:thin}.blog-ed .scrollbar-thin::-webkit-scrollbar{height:6px}.blog-ed .scrollbar-thin::-webkit-scrollbar-thumb{background:#0f4c5c33;border-radius:9999px}.blog-ed .post-card .cover{aspect-ratio:4/3;background:#e8e4d8;border-radius:18px;position:relative;overflow:hidden;box-shadow:0 10px 22px -16px #0f4c5c59,0 4px 10px -6px #0000000f}.blog-ed .post-card .cover img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;transition:transform .9s cubic-bezier(.2,.7,.2,1),filter .6s}.blog-ed .post-card:hover .cover img{filter:saturate(1.08);transform:scale(1.06)}.blog-ed .post-card .cat-badge{-webkit-backdrop-filter:blur(10px)saturate(140%);color:var(--brand-deep-600);letter-spacing:.14em;text-transform:uppercase;background:#fafaf7eb;border:1px solid #0f4c5c1a;border-radius:9999px;padding:5px 11px;font-size:11px;font-weight:600;position:absolute;top:14px;left:14px}.blog-ed .post-card h3{transition:color .22s}.blog-ed .post-card:hover h3{color:var(--brand-terra-600)}.blog-ed .post-card .read-link{transition:gap .24s}.blog-ed .post-card:hover .read-link{gap:10px}.blog-ed .page-btn{min-width:42px;height:42px;color:var(--brand-deep-600);background:0 0;border:1px solid #0000;border-radius:9999px;justify-content:center;align-items:center;padding:0 6px;font-size:14px;font-weight:500;transition:all .22s;display:inline-flex}.blog-ed .page-btn:hover{background:#f2f0e8}.blog-ed .page-btn.is-active{background:var(--brand-deep-600);color:var(--brand-cream-200)}.blog-ed .page-btn.is-edge{background:var(--brand-cream-200);border-color:#0f4c5c2e}.blog-ed .art-hero{position:relative;overflow:hidden}.blog-ed .art-hero .hero-img{background-position:50%;background-size:cover;position:absolute;inset:0;transform:scale(1.04)}.blog-ed .art-hero .hero-scrim{background:linear-gradient(#062b3673 0%,#062b3626 30%,#062b368c 70%,#062b36d9 100%),linear-gradient(100deg,#062b3673 0%,#062b3600 50%);position:absolute;inset:0}.blog-ed .share-btn{width:42px;height:42px;color:var(--brand-deep-600);background:var(--brand-cream-200);border:1px solid #0f4c5c24;border-radius:9999px;justify-content:center;align-items:center;transition:all .22s;display:flex}.blog-ed .share-btn:hover{background:var(--brand-deep-600);color:var(--brand-cream-200);border-color:var(--brand-deep-600);transform:translateY(-2px)}.blog-ed .prose{color:var(--brand-deep-600);font-family:var(--font-sans),"Inter",system-ui,sans-serif;counter-reset:h2c;-webkit-font-smoothing:antialiased;font-size:17.5px;font-weight:400;line-height:1.8}.blog-ed .prose p{text-wrap:pretty;margin:0 0 1.3em}.blog-ed .prose strong,.blog-ed .prose b{color:var(--brand-deep-600);font-weight:600}.blog-ed .prose h2{font-family:var(--font-display),Georgia,serif;letter-spacing:-.005em;color:var(--brand-deep-600);margin:2.1em 0 .55em;font-size:30px;font-weight:700;line-height:1.2}.blog-ed .prose h2:before{counter-increment:h2c;content:counter(h2c, decimal-leading-zero) "  —";font-family:var(--font-sans),Inter,sans-serif;letter-spacing:.26em;text-transform:uppercase;color:var(--brand-terra-400);margin-bottom:14px;font-size:12px;font-weight:700;display:block}.blog-ed .prose h3{font-family:var(--font-display),Georgia,serif;color:var(--brand-deep-600);margin:1.7em 0 .45em;font-size:21px;font-weight:600;line-height:1.3}.blog-ed .prose a{color:var(--brand-terra-600);text-underline-offset:2px;text-decoration:underline}.blog-ed .prose ul,.blog-ed .prose ol{margin:1.2em 0;padding-left:1.4em}.blog-ed .prose ul{list-style:outside}.blog-ed .prose ol{list-style:decimal}.blog-ed .prose li{margin:.45em 0}.blog-ed .prose img{border-radius:18px;max-width:100%;height:auto;margin:2em auto;display:block;box-shadow:0 24px 50px -28px #0f4c5c59,0 8px 18px -8px #0000001a}.blog-ed .prose table{border-collapse:collapse;width:100%;margin:1.6em 0;font-family:Inter,system-ui,sans-serif;font-size:.92em}.blog-ed .prose td,.blog-ed .prose th{vertical-align:top;border:1px solid #0f4c5c2e;padding:9px 11px}.blog-ed .prose .lede{color:var(--brand-deep-600);font-size:1.08em;line-height:1.62}.blog-ed .prose .lede:first-letter{font-family:var(--font-display),Georgia,serif;float:left;color:var(--brand-terra-600);padding:.04em .14em 0 0;font-size:4.2em;font-weight:700;line-height:.86}.blog-ed .rel-card .cover{aspect-ratio:4/3;background:#e8e4d8;border-radius:18px;position:relative;overflow:hidden;box-shadow:0 10px 22px -16px #0f4c5c59}.blog-ed .rel-card .cover img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;transition:transform .9s cubic-bezier(.2,.7,.2,1)}.blog-ed .rel-card:hover .cover img{transform:scale(1.06)}.blog-ed .rel-card .cat-badge{color:var(--brand-deep-600);letter-spacing:.14em;text-transform:uppercase;background:#fafaf7eb;border:1px solid #0f4c5c1a;border-radius:9999px;padding:5px 11px;font-size:11px;font-weight:600;position:absolute;top:14px;left:14px}.blog-ed .rel-card h3{transition:color .22s}.blog-ed .rel-card:hover h3{color:var(--brand-terra-600)}@media (max-width:640px){.blog-ed .prose{font-size:16.5px}.blog-ed .prose h2{font-size:26px}.blog-ed .prose .lede:first-letter{font-size:3.6em}}.blog-ed .prose.lede,.blog-ed .article-body{text-align:left;max-width:760px}.blog-ed .prose img,.blog-ed .prose figure{border-radius:14px;max-width:100%;height:auto;display:block;margin:1.7em 0!important}.blog-ed .prose figure img{border-radius:14px;margin:0!important}.blog-ed .prose figcaption{font-family:var(--font-sans), Inter, sans-serif;color:#0f4c5c99;border-left:2px solid #e0785680;margin-top:10px;padding-left:14px;font-size:12.5px}.blog-ed .prose p,.blog-ed .prose ul,.blog-ed .prose ol,.blog-ed .prose h2,.blog-ed .prose h3{max-width:760px}.blog-ed .back-link{letter-spacing:.01em;color:var(--brand-deep-600);background:var(--brand-cream-200);border:1px solid #0f4c5c29;border-radius:9999px;align-items:center;gap:9px;padding:9px 18px 9px 15px;font-size:13px;font-weight:600;transition:background .22s,color .22s,border-color .22s,transform .2s;display:inline-flex}.blog-ed .back-link:hover{background:var(--brand-deep-600);color:var(--brand-cream-200);border-color:var(--brand-deep-600);transform:translate(-2px)}.blog-ed .side-card{background:var(--brand-cream-200);border:1px solid #0f4c5c1a;border-radius:20px;padding:22px 22px 24px;box-shadow:0 14px 30px -24px #0f4c5c4d}.blog-ed .side-title{font-family:var(--font-sans), Inter, sans-serif;letter-spacing:.24em;text-transform:uppercase;color:var(--brand-terra-400);border-bottom:1px solid #0f4c5c1a;margin-bottom:6px;padding-bottom:14px;font-size:12px;font-weight:700}.blog-ed .side-post{border-bottom:1px solid #0f4c5c14;align-items:flex-start;gap:13px;padding:14px 0;display:flex}.blog-ed .side-post:last-child{border-bottom:0;padding-bottom:0}.blog-ed .side-post-thumb{background:#e8e4d8;border-radius:11px;flex-shrink:0;width:78px;height:58px;overflow:hidden}.blog-ed .side-post-thumb img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;transition:transform .7s cubic-bezier(.2,.7,.2,1)}.blog-ed .side-post:hover .side-post-thumb img{transform:scale(1.07)}.blog-ed .side-post-title{font-family:var(--font-display), Georgia, serif;color:var(--brand-deep-600);font-size:15px;font-weight:600;line-height:1.28}.blog-ed .side-post-meta{font-family:var(--font-sans), Inter, sans-serif;color:#0f4c5c8c;text-transform:uppercase;letter-spacing:.08em;margin-top:5px;font-size:11.5px}.blog-ed .side-cat{color:var(--brand-deep-600);background:#f2f0e8;border:1px solid #0f4c5c1a;border-radius:9999px;align-items:center;gap:7px;padding:7px 12px;font-size:12.5px;font-weight:500;transition:background .2s,color .2s,transform .2s;display:inline-flex}.blog-ed .side-cat:hover{background:var(--brand-deep-600);color:var(--brand-cream-200);transform:translateY(-1px)}.blog-ed .side-cat-n{opacity:.6;font-variant-numeric:tabular-nums;font-size:11px}.blog-ed .side-cat:hover .side-cat-n{opacity:.8}.blog-ed .side-all{color:var(--brand-terra-600);align-items:center;gap:7px;margin-top:18px;font-size:13px;font-weight:600;display:inline-flex}.blog-ed .side-all:hover{color:var(--brand-deep-600)}@media (max-width:1023px){.blog-ed .side-card{padding:20px}.blog-ed .prose.lede,.blog-ed .article-body,.blog-ed .prose p,.blog-ed .prose ul,.blog-ed .prose ol,.blog-ed .prose h2,.blog-ed .prose h3{max-width:100%}}.blog-ed .side-rail{background:var(--brand-cream-200);border:1px solid #0f4c5c1a;border-radius:22px;padding:24px 24px 26px;box-shadow:0 16px 36px -26px #0f4c5c4d}.blog-ed .side-sec{display:block}.blog-ed .side-div{background:linear-gradient(90deg,#0f4c5c00 0%,#0f4c5c33 18%,#e0785673 50%,#0f4c5c33 82%,#0f4c5c00 100%);border:0;height:1px;margin:22px 0 20px}@media (min-width:1024px){.blog-ed .side-rail{overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:#0f4c5c40 transparent;max-height:calc(100vh - 6.5rem);position:sticky;top:5.5rem;overflow-y:auto}.blog-ed .side-rail::-webkit-scrollbar{width:6px}.blog-ed .side-rail::-webkit-scrollbar-thumb{background:#0f4c5c38;border-radius:9999px}.blog-ed .side-rail::-webkit-scrollbar-track{background:0 0}}.blog-ed .side-rail .side-post:last-of-type{border-bottom:0;padding-bottom:2px}.blog-ed .side-rail .side-all{margin-top:16px}@media (max-width:1023px){.blog-ed .side-rail{padding:20px}}.blog-ed .article-body,.blog-ed .prose.lede{text-align:justify;text-justify:inter-word;-webkit-hyphens:auto;hyphens:auto}.blog-ed .article-body p{text-align:justify}.blog-ed .article-body h2,.blog-ed .article-body h3{text-align:left;-webkit-hyphens:manual;hyphens:manual}.blog-ed .article-body img{border-radius:14px;width:100%;height:auto;display:block;margin:1.7em 0!important}.blog-ed .article-body img.img-wide{width:100%;max-width:100%;margin:1.8em 0!important}.blog-ed .article-body img.img-tall{width:auto;max-width:min(70%,440px);display:block;margin:1.9em auto!important}.blog-ed .article-body figure{margin:1.8em 0}.blog-ed .article-body figure.img-tall{text-align:center}.blog-ed .article-body figure.img-tall img{margin-left:auto!important;margin-right:auto!important}@media (min-width:1024px){.blog-ed .side-rail{max-height:none;position:sticky;top:5.5rem;overflow:visible}}.bw-shell{background:#fff;border:1px solid #dfe4e6;border-radius:12px;overflow:hidden}.bw-bar{background:#f6f7f8;border-bottom:1px solid #e6eaec;flex-wrap:wrap;align-items:center;gap:4px;padding:8px 10px;display:flex}.bw-btn{color:var(--brand-deep-600);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:8px;padding:6px 10px;font-size:13px;transition:all .15s}.bw-btn:hover{background:#e3d9c8}.bw-btn.is-on{background:var(--brand-deep-600);color:var(--brand-cream-200)}.bw-div{background:#d8cebc;width:1px;height:20px;margin:0 5px}.bw-grow{flex:1}.bw-area{overflow:visible}.bw-content{min-height:560px;color:var(--brand-deep-600);font-family:var(--font-sans), Inter, sans-serif;outline:none;padding:26px 30px;font-size:16.5px;line-height:1.75}.bw-content:focus{outline:none}.bw-content h2{font-family:var(--font-display), Georgia, serif;color:var(--brand-deep-600);margin:1.3em 0 .4em;font-size:26px;font-weight:700}.bw-content h3{font-family:var(--font-display), Georgia, serif;margin:1.1em 0 .35em;font-size:20px;font-weight:600}.bw-content p{margin:0 0 1em}.bw-content ul,.bw-content ol{margin:1em 0;padding-left:1.4em}.bw-content ul{list-style:outside}.bw-content ol{list-style:decimal}.bw-content blockquote{border-left:3px solid var(--brand-terra-500);color:#355;margin:1.2em 0;padding:4px 0 4px 18px;font-style:italic}.bw-content hr{background:linear-gradient(90deg,#0000,#0f4c5c40 18%,#d45f3a80 50%,#0f4c5c40 82%,#0000);border:0;height:1px;margin:1.8em 0}.bw-content img{border-radius:12px;max-width:100%;height:auto;margin:1.4em 0}.bw-content a{color:var(--brand-terra-600);text-decoration:underline}.bw-content p.is-editor-empty:first-child:before{content:attr(data-placeholder);color:#0f4c5c66;float:left;pointer-events:none;height:0}.blog-ed .blog-toc{background:var(--brand-cream-200);border:1px solid #0f4c5c1f;border-radius:16px;max-width:760px;margin:0 0 30px;padding:20px 22px}.blog-ed .blog-toc-t{font-family:var(--font-sans), Inter, sans-serif;letter-spacing:.24em;text-transform:uppercase;color:var(--brand-terra-400);margin-bottom:14px;font-size:12px;font-weight:700}.blog-ed .blog-toc ol{counter-reset:none;flex-direction:column;gap:10px;list-style:none;display:flex}.blog-ed .blog-toc a{color:var(--brand-deep-600);font-family:var(--font-display), Georgia, serif;align-items:baseline;gap:12px;font-size:16px;transition:color .18s;display:flex}.blog-ed .blog-toc a:hover{color:var(--brand-terra-600)}.blog-ed .blog-toc-n{font-family:var(--font-sans), Inter, sans-serif;color:var(--brand-terra-400);min-width:22px;font-size:12px;font-weight:700}.blog-ed .prose.article-body h2{scroll-margin-top:90px}.ba-wrap{color:#1f2d33;max-width:1200px;font-family:var(--font-sans), Inter, system-ui, sans-serif;margin:0;padding:26px 28px 64px}.ba-head{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:20px;display:flex}.ba-h1{color:var(--brand-deep-600);letter-spacing:-.01em;font-size:24px;font-weight:700}.ba-sub{color:#7c8a8e;margin-top:4px;font-size:13px}.ba-btn{color:#1f2d33;cursor:pointer;background:#fff;border:1px solid #dce3e5;border-radius:10px;align-items:center;gap:7px;padding:9px 15px;font-size:13px;font-weight:600;text-decoration:none;transition:all .16s;display:inline-flex}.ba-btn:hover{background:#f5f7f7;border-color:#b9c6c9}.ba-btn:disabled{opacity:.5;cursor:default}.ba-btn-primary{background:var(--brand-terra-500);border-color:var(--brand-terra-500);color:#fff;box-shadow:0 10px 22px -12px #d45f3ab3}.ba-btn-primary:hover{background:#b94e2c;border-color:#b94e2c}.ba-btn-danger:hover{color:#b03a23;background:#fdecea;border-color:#e7b3a8}.ba-filters{flex-wrap:wrap;gap:10px;margin-bottom:18px;display:flex}.ba-input{color:#1f2d33;background:#fff;border:1px solid #dce3e5;border-radius:10px;outline:none;width:100%;padding:10px 13px;font-family:inherit;font-size:14px}.ba-input:focus{border-color:var(--brand-terra-500);box-shadow:0 0 0 3px #d45f3a1f}.ba-filters .ba-input{max-width:380px}.ba-sel{cursor:pointer;max-width:210px}.ba-list{flex-direction:column;gap:10px;display:flex}.ba-row{background:#fff;border:1px solid #e6ebec;border-radius:14px;align-items:center;gap:16px;padding:12px 14px;display:flex}.ba-row:hover{border-color:#cdd8da;box-shadow:0 8px 20px -16px #0f4c5c66}.ba-thumb{background:#eef1f1;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:96px;height:66px;display:flex;overflow:hidden}.ba-thumb img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.ba-thumb-ph{color:#b2bdbf}.ba-main{flex:1;min-width:0}.ba-row-top{flex-wrap:wrap;align-items:center;gap:7px;margin-bottom:5px;display:flex}.ba-title{color:var(--brand-deep-600);font-size:16px;font-weight:600;text-decoration:none}.ba-title:hover{color:var(--brand-terra-500)}.ba-meta{color:#8a999d;margin-top:4px;font-size:12px}.ba-badge{letter-spacing:.08em;text-transform:uppercase;border-radius:999px;padding:4px 9px;font-size:10.5px;font-weight:700}.ba-st-draft{color:#7c8a8e;background:#eef1f2}.ba-st-pub{color:#2f8456;background:#e3f3ea}.ba-st-arch{color:#b05074;background:#fbe9ee}.ba-cat{color:#5a6f74;background:#f1f4f4;border-radius:999px;padding:3px 8px;font-size:11px}.ba-actions{flex-wrap:wrap;flex-shrink:0;gap:8px;display:flex}.ba-empty{text-align:left;color:#8a999d;padding:60px}.ba-editor{max-width:1280px}.ba-ed-top{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px;margin-bottom:18px;display:flex}.ba-ed-state{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.ba-dot{border-radius:999px;width:9px;height:9px;display:inline-block}.ba-dot-y{background:#e8b04a}.ba-dot-g{background:#4fb477}.ba-dot-r{background:#d9655e}.ba-err{color:#b03a23;background:#fdecea;border:1px solid #e7b3a8;border-radius:10px;margin-bottom:16px;padding:11px 14px;font-size:13px}.ba-grid{grid-template-columns:minmax(0,1fr) 320px;align-items:start;gap:22px;display:grid}.ba-col-main{flex-direction:column;gap:16px;display:flex}.ba-field{flex-direction:column;gap:7px;display:flex}.ba-field>span{letter-spacing:.04em;text-transform:uppercase;color:#8a999d;font-size:11px;font-weight:600}.ba-hint{color:#9aa8ab;font-size:11.5px}.ba-title-in{font-size:18px;font-weight:600}.ba-area{resize:vertical;font-family:inherit;line-height:1.5}.ba-col-side{flex-direction:column;gap:14px;display:flex}.ba-card{background:#fff;border:1px solid #e6ebec;border-radius:14px;padding:15px}.ba-card-t{letter-spacing:.1em;text-transform:uppercase;color:var(--brand-terra-500);margin-bottom:11px;font-size:11px;font-weight:700}details.ba-card>summary{cursor:pointer;list-style:none}.ba-hero{cursor:pointer;color:#8a999d;border:1px dashed #cdd8da;border-radius:10px;justify-content:center;align-items:center;min-height:130px;font-size:13px;display:flex;overflow:hidden}.ba-hero img{-o-object-fit:cover;object-fit:cover;width:100%;max-height:170px}.ba-check{color:#3a4a4f;cursor:pointer;align-items:flex-start;gap:9px;font-size:13px;display:flex}.ba-check input{margin-top:2px}.ba-cats{flex-wrap:wrap;gap:7px;display:flex}.ba-cat-pick{cursor:pointer;color:#5a6f74;background:#fff;border:1px solid #dce3e5;border-radius:999px;padding:6px 11px;font-size:12px}.ba-cat-pick.is-on{background:var(--brand-terra-500);border-color:var(--brand-terra-500);color:#fff}.ba-addcat{gap:8px;margin-top:11px;display:flex}.ba-addcat .ba-input{flex:1}@media (max-width:980px){.ba-grid{grid-template-columns:minmax(0,1fr)}.ba-col-main,.ba-col-side,.ba-field{min-width:0}.ba-field input,.ba-field textarea,.ba-field select{min-width:0;max-width:100%}}.ba-cat-wrap{background:#fff;border:1px solid #dce3e5;border-radius:999px;align-items:center;display:inline-flex;overflow:hidden}.ba-cat-wrap.is-on{background:var(--brand-terra-500);border-color:var(--brand-terra-500)}.ba-cat-wrap .ba-cat-pick{color:#5a6f74;cursor:pointer;background:0 0;border:0;padding:6px 11px;font-size:12px}.ba-cat-wrap.is-on .ba-cat-pick{color:#fff}.ba-cat-wrap .ba-cat-x{cursor:pointer;color:#b06;opacity:.65;background:0 0;border:0;padding:6px 9px 6px 4px;font-size:13px;font-weight:700;line-height:1}.ba-cat-wrap.is-on .ba-cat-x{color:#ffe}.ba-cat-wrap .ba-cat-x:hover{opacity:1}.pv-root{background:var(--brand-cream-200);min-height:100vh}.pv-bar{z-index:50;background:var(--brand-deep-600);color:#fff;align-items:center;gap:14px;padding:11px 22px;display:flex;position:sticky;top:0}.pv-tag{letter-spacing:.14em;text-transform:uppercase;opacity:.85;font-size:12px;font-weight:600}.pv-grow{flex:1}.pv-btn{color:#fff;cursor:pointer;background:#ffffff24;border:1px solid #ffffff40;border-radius:9px;padding:8px 16px;font-size:13px;font-weight:600}.pv-btn:hover{background:#ffffff3d}.pv-btn-primary{background:var(--brand-terra-500);border-color:var(--brand-terra-500)}.pv-btn-primary:hover{background:#c0552f}.pv-hero{width:100%;height:42vh;min-height:280px;max-height:520px;overflow:hidden}.pv-hero img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.pv-page{max-width:1100px;margin:0 auto}.pv-body{max-width:760px;padding:36px 24px 80px}.pv-cat{letter-spacing:.12em;text-transform:uppercase;color:var(--brand-terra-500);margin-right:10px;font-size:11px;font-weight:700;display:inline-block}.pv-title{color:var(--brand-deep-600);margin:14px 0 8px;font-size:40px;font-weight:600;line-height:1.12}.pv-meta{color:#8a999d;margin-bottom:26px;font-size:14px}.bw-content img,.bw-area img,.bw-shell img{-o-object-fit:contain;object-fit:contain;border-radius:10px;display:block;width:auto!important;max-width:420px!important;height:auto!important;max-height:300px!important;margin:1.2em 0!important}.pvb{z-index:60;background:var(--brand-deep-600);color:#fff;align-items:center;gap:12px;padding:10px 22px;font-size:13px;display:flex;position:sticky;top:0}.pvb-tag{letter-spacing:.1em;text-transform:uppercase;opacity:.9;font-weight:600}.pvb-grow{flex:1}.pvb-btn{color:#fff;cursor:pointer;background:#ffffff24;border:1px solid #ffffff40;border-radius:9px;padding:7px 15px;font-size:12.5px;font-weight:600}.pvb-btn:hover{background:#ffffff3d}.pvb-primary{background:var(--brand-terra-500);border-color:var(--brand-terra-500)}.pvb-primary:hover{background:#c0552f}.cd-trigger{font:inherit;cursor:pointer;border-radius:8px;transition:background .15s,border-color .15s,color .15s}.cd-trigger-icon{color:#c0392b;background:#fff;border:1px solid #f0c9bd;justify-content:center;align-items:center;width:30px;height:30px;padding:0;font-size:15px;line-height:1;display:inline-flex}.cd-trigger-icon:hover{color:#a93226;background:#fdecea;border-color:#e07a64}.cd-trigger-btn{color:#b03a23;background:#fff;border:1px solid #ecc4ba;align-items:center;gap:7px;padding:8px 14px;font-size:13px;font-weight:600;display:inline-flex}.cd-trigger-btn:hover{color:#962d18;background:#fdecea;border-color:#e07a64}.cd-trigger-btn .cd-x{font-size:13px;line-height:1}.cd-overlay{z-index:9000;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#0f171980;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.cd-modal{text-align:center;background:#fff;border-radius:16px;width:100%;max-width:420px;padding:26px 26px 22px;animation:.14s ease-out cd-pop;box-shadow:0 24px 60px #00000047}@keyframes cd-pop{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}.cd-modal-ic{color:#c0392b;background:#fdecea;border-radius:50%;justify-content:center;align-items:center;width:46px;height:46px;margin:0 auto 14px;font-size:20px;font-weight:700;display:flex}.cd-modal-title{color:#1a2327;margin:0 0 4px;font-size:18px;font-weight:700}.cd-modal-name{color:#41525a;word-break:break-word;margin:0 0 10px;font-size:14px}.cd-modal-note{color:#7b8a90;margin:0 0 18px;font-size:13px;line-height:1.45}.cd-modal-err{color:#b03a23;background:#fdecea;border-radius:8px;margin:0 0 16px;padding:9px 12px;font-size:13px;line-height:1.4}.cd-modal-actions{gap:10px;display:flex}.cd-modal-actions button{cursor:pointer;border-radius:9px;flex:1;padding:11px 0;font-size:14px;font-weight:600;transition:background .15s,border-color .15s}.cd-cancel{color:#41525a;background:#f1f3f5;border:1px solid #e2e6e9}.cd-cancel:hover{background:#e7eaed}.cd-confirm{color:#fff;background:#d63b22;border:1px solid #d63b22}.cd-confirm:hover{background:#bf3119;border-color:#bf3119}.cd-modal-actions button:disabled{opacity:.6;cursor:default}.usr-grid{grid-template-columns:1.5fr 1fr;align-items:start;gap:20px;display:grid}@media (max-width:1000px){.usr-grid{grid-template-columns:1fr}}.usr-card{background:#fff;border:1px solid #e7ebee;border-radius:14px;padding:22px 22px 20px}.usr-actions{border-top:1px solid #eef1f3;flex-wrap:wrap;gap:8px;margin-top:16px;padding-top:16px;display:flex}.usr-back{color:#5a6b72;margin-bottom:6px;font-size:13px;text-decoration:none;display:inline-block}.usr-back:hover{color:#0a2a33}.usr-ok{color:#1d8a4e;margin:8px 0 0;font-size:13px}.cl-grid{grid-template-columns:1.4fr 1fr;align-items:start;gap:20px;display:grid}@media (max-width:1050px){.cl-grid{grid-template-columns:1fr}}.cl-col{flex-direction:column;gap:20px;display:flex}.cl-card{background:#fff;border:1px solid #e7ebee;border-radius:14px;padding:20px 20px 18px}.cl-back{color:#5a6b72;margin-bottom:6px;font-size:13px;text-decoration:none;display:inline-block}.cl-back:hover{color:#0a2a33}.cl-row{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.cl-muted{color:#7b8a90}.cl-ok{color:#1d8a4e;font-size:13px}.cl-h3{color:#1a2327;margin:0 0 4px;font-size:14px;font-weight:700}.cl-divider{background:#eef1f3;height:1px;margin:16px 0}.cl-input,.cl-card input:not([type=checkbox]):not([type=file]),.cl-card select,.cl-card textarea{width:100%;font:inherit;background:#fff;border:1px solid #dde3e6;border-radius:8px;padding:9px 11px}.cl-trip-form,.cl-doc-form{flex-direction:column;gap:8px;margin-bottom:16px;display:flex}.cl-trip-form .cl-row>*{flex:1}.cl-trip-list{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.cl-trip{border:1px solid #eef1f3;border-radius:10px;padding:12px 14px}.cl-trip-head{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.cl-trip-note{color:#41525a;margin:8px 0 0;font-size:13px}.cl-trip-actions,.cl-photos{flex-wrap:wrap;gap:8px;margin-top:10px;display:flex}.cl-photo{background:#f0f2f4;border-radius:8px;width:84px;height:64px;position:relative;overflow:hidden}.cl-photo img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.cl-photo-x{color:#fff;cursor:pointer;background:#0000008c;border:0;border-radius:50%;width:20px;height:20px;font-size:11px;line-height:1;position:absolute;top:2px;right:2px}.cl-doc-list,.cl-hits{margin:0;padding:0;list-style:none}.cl-doc{border-top:1px solid #eef1f3;justify-content:space-between;align-items:center;gap:12px;padding:10px 0;display:flex}.cl-doc:first-child{border-top:0}.cl-check{color:#41525a;align-items:center;gap:6px;font-size:13px;display:flex}.cl-check input{width:auto}.cl-hits{border:1px solid #dde3e6;border-radius:8px;margin-top:6px;overflow:hidden}.cl-hits li button{text-align:left;cursor:pointer;width:100%;font:inherit;background:#fff;border:0;border-top:1px solid #eef1f3;padding:9px 11px}.cl-hits li:first-child button{border-top:0}.cl-hits li button:hover{background:#f5f7f8}.cl-merge-confirm{color:#8a3a23;background:#fff6f3;border:1px solid #f0c9bd;border-radius:8px;margin-top:10px;padding:12px;font-size:13px}.lk-trips{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:18px;display:grid}.lk-trip-card{background:#fff;border:1px solid #ece7df;border-radius:16px;padding:18px 20px}.lk-trip-top{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.lk-trip-badge{border-radius:999px;padding:3px 10px;font-size:12px;font-weight:600}.lk-trip-upcoming{color:#1c54b2;background:#e8f0fe}.lk-trip-completed{color:#1d8a4e;background:#e7f6ec}.lk-trip-cancelled{color:#b03a23;background:#fdecea}.lk-trip-dates{color:#8b8275;font-size:12px}.lk-trip-title{color:#2a2317;margin:0 0 4px;font-size:19px;font-weight:700}.lk-trip-dest{color:#6b6356;margin:0 0 6px}.lk-trip-note{color:#7a7264;margin:0;font-size:13px}.lk-trip-photos{flex-wrap:wrap;gap:8px;margin-top:12px;display:flex}.lk-trip-photo{background-position:50%;background-size:cover;border-radius:8px;width:76px;height:60px}.lk-empty{color:#8b8275;padding:20px 0}.lk-docs{margin:0;padding:0;list-style:none}.lk-doc{border-top:1px solid #ece7df;justify-content:space-between;align-items:center;padding:12px 0;display:flex}.lk-doc:first-child{border-top:0}.lk-doc-link{color:#c0563a;font-weight:600;text-decoration:none}.lk-doc-link:hover{text-decoration:underline}.gd-progress{transform-origin:0;z-index:60;background:linear-gradient(90deg,#c0563a,#e08a5a);height:3px;transition:transform .12s linear;position:fixed;top:0;left:0;right:0}.gd-hero{align-items:flex-end;height:54vh;min-height:380px;max-height:560px;display:flex;position:relative;overflow:hidden}.gd-hero-img{will-change:transform;background-position:50%;background-size:cover;animation:22s ease-in-out infinite alternate gd-kenburns;position:absolute;inset:-8% 0}@keyframes gd-kenburns{0%{transform:scale(1.04)translateY(0)}to{transform:scale(1.13)translateY(-1.5%)}}.gd-hero-scrim{background:linear-gradient(#0f1e1c4d 0%,#0f1e1c1a 38%,#0f1e1cc7 100%);position:absolute;inset:0}.gd-hero-in{z-index:2;width:100%;max-width:1180px;margin:0 auto;padding:0 24px 64px;position:relative}.gd-kicker{letter-spacing:.28em;text-transform:uppercase;color:#f0d8c8;align-items:center;gap:8px;margin-bottom:16px;font-size:12px;display:inline-flex}.gd-kicker:before{content:"";background:#e08a5a;width:26px;height:1px}.gd-title{color:#fff;letter-spacing:-.01em;text-shadow:0 2px 30px #00000059;max-width:15ch;font-family:Georgia,Times New Roman,serif;font-size:clamp(34px,6vw,76px);font-weight:600;line-height:1.04}.gd-meta{color:#f3e9df;flex-wrap:wrap;gap:18px;margin-top:18px;font-size:14px;display:flex}.gd-wrap{max-width:1180px;margin:0 auto;padding:0 24px}.gd-grid{grid-template-columns:240px 1fr;align-items:start;gap:48px;padding:56px 0 80px;display:grid}@media (max-width:980px){.gd-grid{grid-template-columns:1fr;gap:24px}}.gd-toc{flex-direction:column;gap:2px;font-size:13.5px;display:flex;position:sticky;top:90px}.gd-toc-t{letter-spacing:.22em;text-transform:uppercase;color:#9a8f7f;margin-bottom:10px;font-size:11px}.gd-toc a{color:#6b6356;border-left:2px solid #0000;border-radius:0 6px 6px 0;padding:7px 10px;text-decoration:none;transition:all .18s}.gd-toc a:hover{color:#1f2a26;background:#f3efe7;border-color:#e08a5a}@media (max-width:980px){.gd-toc{display:none}}.gd-reveal,.gd-reveal.gd-in{opacity:1;transform:none}.gd-lead{color:#3a4540;border-left:3px solid #e08a5a;margin:0 0 8px;padding-left:22px;font-family:Georgia,serif;font-size:clamp(18px,2.2vw,23px);line-height:1.5}.gd-gallery{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:14px;margin:34px 0;display:grid}.gd-gallery figure{aspect-ratio:4/3;background:#ece7df;border-radius:14px;margin:0;overflow:hidden}.gd-gallery img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;transition:transform .9s}.gd-gallery figure:hover img{transform:scale(1.06)}.gd-dl{color:#f3e9df;background:linear-gradient(135deg,#15302c,#234b41);border-radius:20px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:22px;margin:48px 0 8px;padding:40px 36px;display:flex;position:relative;overflow:hidden}.gd-dl h3{color:#fff;margin:0 0 6px;font-family:Georgia,serif;font-size:24px}.gd-dl p{color:#cfe0d6;max-width:46ch;margin:0;font-size:14px}.gd-dl-btn{color:#1a120c;background:#e0855a;border-radius:999px;align-items:center;gap:10px;padding:15px 26px;font-size:15px;font-weight:700;text-decoration:none;transition:all .2s;display:inline-flex}.gd-dl-btn:hover{background:#ec9a70;transform:translateY(-1px)}.gd-card{aspect-ratio:3/4;background:#222;border-radius:18px;display:block;position:relative;overflow:hidden}.gd-card img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;transition:transform .9s cubic-bezier(.16,1,.3,1);position:absolute;inset:0}.gd-card:hover img{transform:scale(1.08)}.gd-card-sc{background:linear-gradient(#0000 30%,#000000b8 100%);position:absolute;inset:0}.gd-card-b{color:#fff;z-index:2;padding:22px;position:absolute;bottom:0;left:0;right:0}.gd-card-r{letter-spacing:.22em;text-transform:uppercase;color:#f0c9b4;margin-bottom:7px;font-size:11px}.gd-card-t{margin:0 0 6px;font-family:Georgia,serif;font-size:21px;line-height:1.18}.gd-card-m{color:#e8ddd0;opacity:.85;font-size:12.5px}.gd-cards{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px;display:grid}.adm2-shell select,.adm2-shell .ba-sel,.adm2-shell .ba-input.ba-sel,.adm2-shell .adm2-filter-input,.adm2-shell .cl-card select,.adm2-shell .usr-card select{appearance:none;font:inherit;color:#16323a;cursor:pointer;background-color:#fff;background-image:url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%230a2a33' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;background-size:12px;border:1px solid #d6dee1;border-radius:9px;max-width:100%;min-height:40px;padding:9px 34px 9px 12px;line-height:1.2;transition:border-color .15s,box-shadow .15s}.adm2-shell select:hover,.adm2-shell .ba-sel:hover,.adm2-shell .adm2-filter-input:hover{border-color:#b9c6c9}.adm2-shell select:focus,.adm2-shell .ba-sel:focus,.adm2-shell .adm2-filter-input:focus{border-color:#c0563a;outline:none;box-shadow:0 0 0 3px #c0563a26}.adm2-shell select:disabled{color:#9aa6aa;cursor:not-allowed;opacity:1;background-color:#f1f3f5}.adm2-shell select option{color:#16323a;background:#fff}.qc-hero{background:#0e2622;align-items:center;min-height:62vh;display:flex;position:relative;overflow:hidden}.qc-hero-bg{opacity:.34;background-position:50%;background-size:cover;animation:24s ease-in-out infinite alternate gd-kenburns;position:absolute;inset:-6% 0}.qc-hero-grad{background:linear-gradient(105deg,#0e2622eb 0%,#0e26228c 60%,#0e262233 100%);position:absolute;inset:0}.qc-hero-in{z-index:2;width:100%;max-width:1180px;margin:0 auto;padding:84px 24px;position:relative}.qc-eyebrow{letter-spacing:.32em;text-transform:uppercase;color:#e8a07e;margin-bottom:18px;font-size:12px}.qc-h1{color:#fff;letter-spacing:-.01em;max-width:16ch;font-family:Georgia,serif;font-size:clamp(32px,5.4vw,62px);font-weight:600;line-height:1.05}.qc-sub{color:#d6e3dc;max-width:560px;margin-top:18px;font-size:15px;line-height:1.6}.qc-wrap{max-width:1180px;margin:0 auto;padding:0 24px}.qc-stats{z-index:3;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:18px;margin:-46px 0 0;display:grid;position:relative}.qc-stat{background:#fff;border:1px solid #e9e2d6;border-radius:16px;padding:24px 22px;box-shadow:0 18px 40px -26px #14302a66}.qc-stat b{color:#16433a;font-family:Georgia,serif;font-size:34px;line-height:1;display:block}.qc-stat span{color:#6b6356;margin-top:8px;font-size:13px;display:block}.qc-sec{padding:70px 0}.qc-sec h2{color:#1f2a26;letter-spacing:-.01em;margin:0 0 8px;font-family:Georgia,serif;font-size:clamp(24px,3.4vw,38px)}.qc-sec p.lead{color:#6b6356;max-width:60ch;margin:0 0 34px;font-size:16px}.qc-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:18px;display:grid}.qc-card{background:#fbf8f2;border:1px solid #ece4d6;border-radius:18px;padding:26px 24px;transition:transform .5s,box-shadow .5s}.qc-card:hover{transform:translateY(-4px);box-shadow:0 22px 44px -28px #14302a73}.qc-card .n{color:#c0563a;font-family:Georgia,serif;font-size:15px;font-weight:700}.qc-card h3{color:#1f2a26;margin:10px 0 6px;font-size:17px;font-weight:600}.qc-card p{color:#6b6356;margin:0;font-size:14px;line-height:1.55}.qc-band{background-position:50%;background-size:cover;background-attachment:fixed;border-radius:24px;position:relative;overflow:hidden}.qc-band-in{color:#f0e9dd;background:linear-gradient(120deg,#0e2622ed,#0e2622b3);padding:54px 44px}.qc-band-in h2{color:#fff}.qc-band-in p{color:#cfe0d6;max-width:56ch}.qc-tl{margin:34px 0 0;padding:0;list-style:none;position:relative}.qc-tl:before{content:"";background:linear-gradient(#e0a07e,#e9e2d6);width:2px;position:absolute;top:6px;bottom:6px;left:19px}.qc-tl li{padding:0 0 26px 56px;position:relative}.qc-tl li:last-child{padding-bottom:0}.qc-tl .dot{color:#fff;background:#16433a;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-family:Georgia,serif;font-size:12px;display:flex;position:absolute;top:0;left:8px}.qc-tl h4{color:#1f2a26;margin:0 0 4px;font-size:16px}.qc-tl p{color:#6b6356;margin:0;font-size:14px;line-height:1.55}.qc-reveal{opacity:0;transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1);transform:translateY(24px)}.qc-reveal.in{opacity:1;transform:none}html{scroll-behavior:smooth}.legal-doc{color:#3a4540;max-width:920px;margin:0 auto;padding:36px 24px 80px;font-size:16px;line-height:1.72}.legal-doc h1{font-family:var(--font-display), Georgia, serif;color:#1f2a26;margin:0 0 8px;font-size:32px;font-weight:600;line-height:1.22}.legal-doc .ld-sub{color:#6b6356;margin:0 0 30px;font-size:15px}.legal-doc h2{font-family:var(--font-display), Georgia, serif;color:#1f2a26;border-bottom:2px solid #c0563a;margin:42px 0 14px;padding-bottom:8px;scroll-margin-top:96px;font-size:23px;font-weight:600}.legal-doc h3{font-family:var(--font-display), Georgia, serif;color:#1f2a26;margin:24px 0 10px;font-size:18px;font-weight:600}.legal-doc p{margin:12px 0}.legal-doc ul,.legal-doc ol{margin:12px 0 12px 4px;padding-left:26px}.legal-doc ul{list-style:outside}.legal-doc ol{list-style:decimal}.legal-doc li{margin:7px 0;display:list-item}.legal-doc li::marker{color:#c0563a}.legal-doc li{margin:7px 0}.legal-doc a{color:#c0563a;text-decoration:none}.legal-doc a:hover{text-decoration:underline}.legal-doc strong,.legal-doc b{color:#1f2a26}.legal-doc code,.legal-doc .definition{background:#f7f3ec;border-radius:3px;padding:1px 5px;font-size:.95em}.legal-doc table{border-collapse:collapse;width:100%;margin:16px 0;font-size:15px}.legal-doc th,.legal-doc td{text-align:left;vertical-align:top;border:1px solid #e7dfd0;padding:10px 12px}.legal-doc th{color:#1f2a26;background:#f7f3ec;font-weight:600}.tour-prose p{margin:0 0 12px}.tour-prose p:last-child{margin-bottom:0}.tour-prose h3,.tour-prose h4{color:#1f2a26;margin:18px 0 8px;font-weight:600}.tour-prose h3{font-size:17px}.tour-prose h4{font-size:15px}.tour-prose ul{margin:8px 0 14px;padding-left:22px;list-style:outside}.tour-prose ol{margin:8px 0 14px;padding-left:22px;list-style:decimal}.tour-prose li{margin:5px 0}.tour-prose li::marker{color:#c0563a}.tour-prose a{color:#c0563a;text-decoration:underline}.tour-prose blockquote{color:#5b5b5b;border-left:3px solid #e7dfd0;margin:12px 0;padding-left:14px}.tour-prose hr{border:0;border-top:1px solid #e7dfd0;margin:18px 0}.legal-doc .ld-req-table{margin:10px 0 22px;font-size:14.5px}.legal-doc .ld-req-table td:first-child{color:#1f2a26;background:#faf7f1;width:32%;font-weight:600}.bw-content table{border-collapse:collapse;table-layout:fixed;width:100%;margin:14px 0}.bw-content td,.bw-content th{vertical-align:top;border:1px solid #d9cfbc;min-width:56px;padding:8px 10px;position:relative}.bw-content th{background:#f7f3ec;font-weight:600}.bw-content .selectedCell:after{content:"";pointer-events:none;background:#c0563a1f;position:absolute;inset:0}.bw-content .column-resize-handle{cursor:col-resize;background:#c0563a;width:4px;position:absolute;top:0;bottom:0;right:-2px}.bw-content .tableWrapper{overflow-x:auto}.ld-toc{background:#f7f3ec;border:1px solid #e7dfd0;border-radius:10px;margin:26px 0 40px;padding:20px 24px}.ld-toc-t{font-family:var(--font-display), Georgia, serif;color:#1f2a26;margin:0 0 10px;font-weight:700}.ld-toc ol{margin:0;padding-left:22px}.ld-toc li{margin:6px 0}.ld-toc a{color:#c0563a;text-decoration:none}.ld-toc a:hover{text-decoration:underline}@media (max-width:600px){.legal-doc{padding:24px 16px 60px;font-size:15px}.legal-doc h1{font-size:25px}.legal-doc h2{font-size:19px}}.legal-doc .ld-req{color:#4a554f;background:#f7f3ec;border:1px solid #e7dfd0;border-left:4px solid #c0563a;border-radius:8px;margin:0 0 32px;padding:18px 22px;font-size:14px;line-height:1.55}.legal-doc .ld-req .ld-req-t{font-family:var(--font-display), Georgia, serif;color:#1f2a26;letter-spacing:.04em;text-transform:uppercase;margin-bottom:8px;font-size:13px;font-weight:700}.legal-doc .ld-req p{margin:4px 0}.ft{--plane:url("data:image/svg+xml,%3Csvg%20width='32'%20height='32'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cg%20transform='translate(24%200)%20scale(-1%201)'%3E%3Cpath%20d='M8.61711%2016.7885L9.48568%2020.1542C9.58853%2020.5542%209.4571%2020.9828%209.14282%2021.2514L8.93711%2021.4285L6.14282%2017.8571L7.39425%2016.4399L8.61711%2016.7885Z'%20fill='url(%23paint0_linear)'/%3E%3Cpath%20d='M8.85711%2020.8227C8.92568%2020.9312%209.04568%2021.0055%209.17711%2021.0112L9.34854%2021.017C9.2914%2021.1027%209.22283%2021.1827%209.14283%2021.257L8.93711%2021.4341L6.14282%2017.8627L6.39425%2017.5827L6.81711%2017.5312L8.85711%2020.8227Z'%20fill='url(%23paint1_linear)'/%3E%3Cpath%20d='M8.99407%2021.0166C9.3655%2020.2909%208.94264%2019.0224%208.26835%2016.7766C7.47407%2014.1195%207.7255%2016.4395%207.7255%2016.4395L6.49121%2017.5366C6.49693%2017.5366%208.9255%2021.1481%208.99407%2021.0166Z'%20fill='url(%23paint2_linear)'/%3E%3Cpath%20d='M8.61711%2016.7885L9.48568%2020.1542C9.58853%2020.5542%209.4571%2020.9828%209.14282%2021.2514L8.93711%2021.4285L6.14282%2017.8571L7.39425%2016.4399L8.61711%2016.7885Z'%20fill='url(%23paint3_linear)'/%3E%3Cpath%20d='M7.21129%2015.3825L3.84558%2014.5139C3.44558%2014.4111%203.017%2014.5425%202.74843%2014.8568L2.57129%2015.0625L6.14272%2017.8568L7.55986%2016.6054L7.21129%2015.3825Z'%20fill='url(%23paint4_linear)'/%3E%3Cpath%20d='M2.98275%2015.0054C3.70846%2014.634%204.97704%2015.0568%207.22275%2015.7311C9.87989%2016.5254%207.55989%2016.274%207.55989%2016.274L6.46275%2017.5082C6.46275%2017.5025%202.85132%2015.074%202.98275%2015.0054Z'%20fill='url(%23paint5_linear)'/%3E%3Cpath%20d='M7.21129%2015.3825L3.84558%2014.5139C3.44558%2014.4111%203.017%2014.5425%202.74843%2014.8568L2.57129%2015.0625L6.14272%2017.8568L7.55986%2016.6054L7.21129%2015.3825Z'%20fill='url(%23paint6_linear)'/%3E%3Cpath%20d='M3.177%2015.1423C3.06843%2015.0737%202.99415%2014.9537%202.98843%2014.8223L2.98272%2014.6509C2.897%2014.708%202.817%2014.7766%202.74272%2014.8566L2.57129%2015.0623L6.14272%2017.8566L6.42272%2017.6052L6.47415%2017.1823L3.177%2015.1423Z'%20fill='url(%23paint7_linear)'/%3E%3Cpath%20d='M19.7484%2014.1543L18.5312%2015.3714L19.7713%2016.6114L20.9884%2015.3943L20.9655%2015.3372C20.7484%2014.7886%2020.3084%2014.36%2019.7484%2014.1543Z'%20fill='url(%23paint8_linear)'/%3E%3Cpath%20d='M20.0227%2014.2743L19.4913%2014.8057C19.2684%2015.0286%2019.1941%2015.3543%2019.297%2015.6514L19.457%2016.1029H19.7141C19.9313%2016.1029%2020.137%2016.0172%2020.2913%2015.8629L20.9255%2015.2286C20.9427%2015.2629%2020.9598%2015.2972%2020.9713%2015.3372L20.9941%2015.3943L19.7713%2016.6114L18.5312%2015.3714L19.7484%2014.1543C19.8455%2014.1886%2019.9313%2014.2286%2020.0227%2014.2743Z'%20fill='url(%23paint9_linear)'/%3E%3Cpath%20opacity='0.5'%20d='M19.1826%2016.0227L20.5369%2014.6685C20.6512%2014.7885%2020.754%2014.9199%2020.8398%2015.0685L19.5369%2016.3713L19.1826%2016.0227Z'%20fill='url(%23paint10_linear)'/%3E%3Cpath%20opacity='0.75'%20d='M19.5884%2014.9429C19.8912%2015.2229%2020.017%2015.7772%2019.8855%2016.5029L19.777%2016.6114L18.5312%2015.3714L19.7484%2014.1543C19.8627%2014.1943%2019.9655%2014.2457%2020.0684%2014.3029C19.8684%2014.4629%2019.377%2014.7486%2019.5884%2014.9429Z'%20fill='url(%23paint11_linear)'/%3E%3Cpath%20d='M18.5655%2010.3252L17.3484%2011.5423L18.5884%2012.7823L19.8055%2011.5652L19.7827%2011.508C19.5655%2010.9652%2019.1255%2010.5309%2018.5655%2010.3252Z'%20fill='url(%23paint12_linear)'/%3E%3Cpath%20d='M18.8341%2010.4511L18.3027%2010.9825C18.0798%2011.2053%2018.0055%2011.5311%2018.1084%2011.8282L18.2684%2012.2796H18.5255C18.7427%2012.2796%2018.9484%2012.1939%2019.1027%2012.0396L19.737%2011.4053C19.7541%2011.4396%2019.7713%2011.4739%2019.7827%2011.5139L19.8055%2011.5711L18.5884%2012.7882L17.3484%2011.5482L18.5655%2010.3311C18.6627%2010.3596%2018.7484%2010.4053%2018.8341%2010.4511Z'%20fill='url(%23paint13_linear)'/%3E%3Cpath%20opacity='0.5'%20d='M18%2012.1941L19.3543%2010.8398C19.4686%2010.9598%2019.5714%2011.0913%2019.6571%2011.2398L18.3543%2012.5427L18%2012.1941Z'%20fill='url(%23paint14_linear)'/%3E%3Cpath%20opacity='0.75'%20d='M18.4057%2011.1196C18.7085%2011.3996%2018.8342%2011.9539%2018.7028%2012.6796L18.5942%2012.7882L17.3542%2011.5482L18.5714%2010.3311C18.6857%2010.3711%2018.7885%2010.4225%2018.8914%2010.4796C18.6857%2010.6339%2018.1885%2010.9196%2018.4057%2011.1196Z'%20fill='url(%23paint15_linear)'/%3E%3Cpath%20d='M13.9714%2011.7313C13.9714%2011.7313%2016.8229%2014.8056%2017.6114%2016.7656L19.1314%2020.5256C19.1771%2020.6398%2019.3257%2020.6513%2019.4057%2020.5541C19.8914%2019.9084%2020.3371%2018.8056%2020.1371%2018.0456L18.6114%2012.1484C18.08%2010.617%2017.4229%209.13699%2016.6457%207.72557L16.36%207.20557L13.4514%2010.6627L13.9714%2011.7313Z'%20fill='url(%23paint16_linear)'/%3E%3Cpath%20d='M18.5198%2018.9938L18.5084%2018.9881L17.6112%2016.7709C16.8169%2014.8109%2013.9712%2011.7366%2013.9712%2011.7366L13.8569%2011.4909L14.3712%2011.1138C16.2341%2013.3195%2017.5655%2015.3938%2018.1084%2016.7652C18.6512%2018.1538%2018.5141%2018.9881%2018.5198%2018.9938Z'%20fill='url(%23paint17_linear)'/%3E%3Cpath%20d='M16.6057%209.12549C17.8285%2010.9369%2019.8285%2016.8283%2019.8285%2018.2455C19.8285%2019.6569%2019.7085%2018.5369%2019.5714%2017.6741C19.4343%2016.8112%2018.1771%2013.0741%2017.6571%2012.1769C17.1371%2011.2798%2015.7485%209.87977%2015.7485%209.87977L16.6057%209.12549Z'%20fill='url(%23paint18_linear)'/%3E%3Cpath%20d='M13.9714%2011.7313C13.9714%2011.7313%2016.8229%2014.8056%2017.6114%2016.7656L19.1314%2020.5256C19.1771%2020.6398%2019.3257%2020.6513%2019.4057%2020.5541C19.8914%2019.9084%2020.3371%2018.8056%2020.1371%2018.0456L18.6114%2012.1484C18.08%2010.617%2017.4229%209.13699%2016.6457%207.72557L16.36%207.20557L13.4514%2010.6627L13.9714%2011.7313Z'%20fill='url(%23paint19_linear)'/%3E%3Cpath%20d='M13.6742%205.43434L12.457%206.65148L11.217%205.41148L12.4342%204.19434L12.4913%204.21719C13.0342%204.43434%2013.4685%204.87434%2013.6742%205.43434Z'%20fill='url(%23paint20_linear)'/%3E%3Cpath%20d='M13.5483%205.16577L13.0169%205.69719C12.794%205.92005%2012.4683%205.99434%2012.1712%205.89148L11.7198%205.73148V5.47434C11.7198%205.25719%2011.8055%205.05148%2011.9598%204.89719L12.594%204.26291C12.5598%204.24576%2012.5255%204.22862%2012.4855%204.21719L12.4283%204.19434L11.2112%205.41148L12.4512%206.65148L13.6683%205.43434C13.6398%205.33719%2013.594%205.25148%2013.5483%205.16577Z'%20fill='url(%23paint21_linear)'/%3E%3Cpath%20opacity='0.5'%20d='M11.8056%205.99992L13.1599%204.64563C13.0399%204.53134%2012.9085%204.42849%2012.7599%204.34277L11.457%205.64563L11.8056%205.99992Z'%20fill='url(%23paint22_linear)'/%3E%3Cpath%20opacity='0.75'%20d='M12.8798%205.59411C12.5998%205.29126%2012.0455%205.16554%2011.3198%205.29697L11.2112%205.40554L12.4512%206.64554L13.6683%205.4284C13.6283%205.31411%2013.5769%205.21126%2013.5198%205.1084C13.3655%205.31411%2013.0798%205.81126%2012.8798%205.59411Z'%20fill='url(%23paint23_linear)'/%3E%3Cpath%20d='M9.84557%204.25123L8.62843%205.46837L7.38843%204.22837L8.60557%203.01123L8.66271%203.03409C9.21128%203.25123%209.63986%203.69123%209.84557%204.25123Z'%20fill='url(%23paint24_linear)'/%3E%3Cpath%20d='M9.72557%203.9768L9.19414%204.50823C8.97128%204.73108%208.64557%204.80537%208.34843%204.70251L7.897%204.54251V4.28537C7.897%204.06823%207.98271%203.86251%208.137%203.70823L8.77128%203.07394C8.737%203.0568%208.70271%203.03966%208.66271%203.02823L8.60557%203.00537L7.38843%204.22823L8.62843%205.46823L9.84557%204.25108C9.81128%204.15394%209.77128%204.06823%209.72557%203.9768Z'%20fill='url(%23paint25_linear)'/%3E%3Cpath%20opacity='0.5'%20d='M7.97699%204.81681L9.33127%203.46253C9.21127%203.34824%209.07985%203.24538%208.93127%203.15967L7.62842%204.46824L7.97699%204.81681Z'%20fill='url(%23paint26_linear)'/%3E%3Cpath%20opacity='0.75'%20d='M9.057%204.41115C8.777%204.1083%208.22271%203.98258%207.497%204.11401L7.38843%204.2283L8.62843%205.4683L9.84557%204.25115C9.80557%204.13687%209.75414%204.03401%209.697%203.93115C9.537%204.13115%209.25128%204.62258%209.057%204.41115Z'%20fill='url(%23paint27_linear)'/%3E%3Cpath%20d='M12.2684%2010.0279C12.2684%2010.0279%209.19416%207.17644%207.23416%206.38787L3.47416%204.86787C3.35988%204.82216%203.34845%204.67359%203.44559%204.59359C4.09702%204.11359%205.19988%203.66787%205.95988%203.86787L11.857%205.39359C13.3884%205.92502%2014.8684%206.58216%2016.2799%207.3593L16.7999%207.64502L13.3427%2010.5536L12.2684%2010.0279Z'%20fill='url(%23paint28_linear)'/%3E%3Cpath%20d='M14.8742%207.3941C13.0628%206.16553%207.16563%204.16553%205.7542%204.16553C4.34277%204.16553%205.46277%204.28553%206.32562%204.42267C7.18848%204.55981%2010.9256%205.81696%2011.8228%206.33696C12.7199%206.85696%2014.1199%208.24553%2014.1199%208.24553L14.8742%207.3941Z'%20fill='url(%23paint29_linear)'/%3E%3Cpath%20d='M12.2684%2010.0279C12.2684%2010.0279%209.19416%207.17644%207.23416%206.38787L3.47416%204.86787C3.35988%204.82216%203.34845%204.67359%203.44559%204.59359C4.09702%204.11359%205.19988%203.66787%205.95988%203.86787L11.857%205.39359C13.3884%205.92502%2014.8684%206.58216%2016.2799%207.3593L16.7999%207.64502L13.3427%2010.5536L12.2684%2010.0279Z'%20fill='url(%23paint30_linear)'/%3E%3Cpath%20d='M5.00562%205.48L5.01133%205.49143L7.22847%206.38857C9.18847%207.18286%2012.2628%2010.0286%2012.2628%2010.0286L12.5085%2010.1429L12.8856%209.62857C10.6799%207.77143%208.60562%206.44%207.23419%205.89715C5.84562%205.34858%205.01133%205.48572%205.00562%205.48Z'%20fill='url(%23paint31_linear)'/%3E%3Cpath%20d='M6.2627%2017.7368C7.70842%2017.8054%2010.5884%2015.754%2011.2284%2015.114C11.8684%2014.474%2018.9484%207.3997%2019.9313%206.41684C20.9141%205.43399%2021.8056%203.26827%2021.2684%202.73113C20.7313%202.19399%2018.5656%203.08541%2017.5827%204.06827C16.5998%205.05113%209.51413%2012.1368%208.87985%2012.7711C8.24556%2013.4054%206.18842%2016.2911%206.2627%2017.7368Z'%20fill='url(%23paint32_radial)'/%3E%3Cpath%20d='M6.2627%2017.7368C7.70842%2017.8054%2010.5884%2015.754%2011.2284%2015.114C11.8684%2014.474%2018.9484%207.3997%2019.9313%206.41684C20.9141%205.43399%2021.8056%203.26827%2021.2684%202.73113C20.7313%202.19399%2018.5656%203.08541%2017.5827%204.06827C16.5998%205.05113%209.51413%2012.1368%208.87985%2012.7711C8.24556%2013.4054%206.18842%2016.2911%206.2627%2017.7368Z'%20fill='url(%23paint33_linear)'/%3E%3Cpath%20d='M8%2015.9997C8.82857%2015.7712%2010.8857%2014.0397%2011.3771%2013.5483C11.8686%2013.0569%2018%206.92544%2018.7543%206.17116C19.5086%205.41687%2019.7429%204.67973%2019.5314%204.4683C19.32%204.25687%2018.5829%204.49116%2017.8286%205.24544C17.0743%205.99973%2010.9429%2012.1312%2010.4514%2012.6226C9.96%2013.114%208.22857%2015.1712%208%2015.9997Z'%20fill='url(%23paint34_linear)'/%3E%3Cpath%20d='M8.04565%2016.5599C8.7428%2015.8799%208.47994%2015.5142%208.47994%2015.5142L6.25708%2017.6113C6.25708%2017.6513%206.25708%2017.697%206.25708%2017.737C6.63422%2017.7542%207.10279%2017.6284%207.60565%2017.4227C7.61137%2017.2113%207.69708%2016.9027%208.04565%2016.5599Z'%20fill='url(%23paint35_linear)'/%3E%3Cpath%20d='M5.58838%2018.4114C5.83409%2018.3828%206.37124%2017.9657%206.49695%2017.84C6.62266%2017.7142%207.97123%2016.3657%208.1598%2016.1771C8.35409%2015.9828%208.5598%2015.5942%208.4798%2015.52C8.3998%2015.4457%208.01123%2015.6514%207.82266%2015.84C7.62838%2016.0342%206.27981%2017.3828%206.15981%2017.5028C6.03409%2017.6285%205.61124%2018.1714%205.58838%2018.4114Z'%20fill='url(%23paint36_linear)'/%3E%3Cpath%20d='M6.49695%2017.8395C6.62267%2017.7138%208.31981%2016.0452%208.03981%2016.2967C8.43409%2015.9481%208.70838%2015.291%208.31409%2015.691C7.91981%2016.0853%205.58838%2018.4167%205.58838%2018.4167C5.82838%2018.3881%206.37124%2017.9653%206.49695%2017.8395Z'%20fill='url(%23paint37_linear)'/%3E%3Cpath%20d='M20.1714%204.33145L20.3314%204.67431L20.6971%204.64574L20.5885%204.09717L20.1714%204.33145Z'%20fill='url(%23paint38_linear)'/%3E%3Cpath%20d='M19.6685%203.83416L19.8914%203.41131L19.3543%203.30273L19.3257%203.66845L19.6685%203.83416Z'%20fill='url(%23paint39_linear)'/%3E%3Cpath%20d='M20.3201%203.69117C20.2801%203.65117%2020.2286%203.61117%2020.1772%203.57689L19.9772%203.45117L19.7429%203.89117L19.8572%204.00546L19.9943%204.1426L20.1086%204.25688L20.5372%204.01689L20.4458%203.85689C20.4115%203.79403%2020.3715%203.7426%2020.3201%203.69117Z'%20fill='url(%23paint40_linear)'/%3E%3Cpath%20d='M20.3486%204.77125L20.28%205.27982L20.3429%205.25696C20.4972%205.20553%2020.6172%205.07982%2020.6572%204.91982L20.7029%204.74268L20.3486%204.77125Z'%20fill='url(%23paint41_linear)'/%3E%3Cpath%20d='M19.2571%203.30273L19.08%203.34845C18.92%203.38845%2018.7943%203.50845%2018.7428%203.66273L18.72%203.72559L19.2285%203.65702L19.2571%203.30273Z'%20fill='url(%23paint42_linear)'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient%20id='paint0_linear'%20x1='9.84124'%20y1='18.0257'%20x2='6.04908'%20y2='20.0941'%20gradientUnits='userSpaceOnUse'%3E%3Cstop%20offset='0.4927'%20stop-color='white'/%3E%3Cstop%20offset='0.5861'%20stop-color='%23F9FAFA'/%3E%3Cstop%20offset='0.7161'%20stop-color='%23E6ECEC'/%3E%3Cstop%20offset='0.8672'%20stop-color='%23C9D5D6'/%3E%3Cstop%20offset='1'%20stop-color='%23A9BCBE'/%3E%3C/linearGradient%3E%3ClinearGradient%20id='paint1_linear'%20x1='6.19667'%20y1='20.9842'%20x2='9.52894'%20y2='17.6519'%20gradientUnits='userSpaceOnUse'%3E%3Cstop%20stop-color='white'/%3E%3Cstop%20offset='0.1839'%20stop-color='%23F9FAFA'/%3E%3Cstop%20offset='0.4404'%20stop-color='%23E6ECEC'/%3E%3Cstop%20offset='0.7381'%20stop-color='%23C9D5D6'/%3E%3Cstop%20offset='1'%20stop-color='%23A9BCBE'/%3E%3C/linearGradient%3E%3ClinearGradient%20id='paint2_linear'%20x1='7.38836'%20y1='18.3439'%20x2='9.38836'%20y2='18.1724'%20gradientUnits='userSpaceOnUse'%3E%3Cstop%20offset='0.00132565'%20stop-color='white'%20stop-opacity='0'/%3E%3Cstop%20offset='0.1876'%20stop-color='%23F7F8F9'%20stop-opacity='0.093268'/%3E%3Cstop%20offset='0.4837'%20stop-color='%23E0E7E7'%20stop-opacity='0.2415'/%3E%3Cstop%20offset='0.8505'%20stop-color='%23BAC9CB'%20stop-opacity='0.4251'/%3E%3Cstop%20offset='1'%20stop-color='%23A9BCBE'%20stop-opacity='0.5'/%3E%3C/linearGradient%3E%3ClinearGradient%20id='paint3_linear'%20x1='4.05704'%20y1='20.6388'%20x2='9.1312'%20y2='18.5322'%20gradientUnits='userSpaceOnUse'%3E%3Cstop%20offset='0.00132565'%20stop-color='white'%20stop-opacity='0'/%3E%3Cstop%20offset='0.1894'%20stop-color='%23FBFCFC'%20stop-opacity='0.0941853'/%3E%3Cstop%20offset='0.3776'%20stop-color='%23EFF2F3'%20stop-opacity='0.1884'/%3E%3Cstop%20offset='0.5658'%20stop-color='%23DBE2E3'%20stop-opacity='0.2826'/%3E%3Cstop%20offset='0.7542'%20stop-color='%23BFCCCE'%20stop-opacity='0.3769'/%3E%3Cstop%20offset='0.941'%20stop-color='%239BAFB2'%20stop-opacity='0.4704'/%3E%3Cstop%20offset='1'%20stop-color='%238EA5A8'%20stop-opacity='0.5'/%3E%3C/linearGradient%3E%3ClinearGradient%20id='paint4_linear'%20x1='5.97854'%20y1='14.162'%20x2='3.91009'%20y2='17.9542'%20gradientUnits='userSpaceOnUse'%3E%3Cstop%20offset='0.4927'%20stop-color='white'/%3E%3Cstop%20offset='0.5861'%20stop-color='%23F9FAFA'/%3E%3Cstop%20offset='0.7161'%20stop-color='%23E6ECEC'/%3E%3Cstop%20offset='0.8672'%20stop-color='%23C9D5D6'/%3E%3Cstop%20offset='1'%20stop-color='%23A9BCBE'/%3E%3C/linearGradient%3E%3ClinearGradient%20id='paint5_linear'%20x1='5.24633'%20y1='17.0903'%20x2='5.97111'%20y2='14.9423'%20gradientUnits='userSpaceOnUse'%3E%3Cstop%20offset='0.00132565'%20stop-color='white'%20stop-opacity='0'/%3E%3Cstop%20offset='0.1876'%20stop-color='%23F7F8F9'%20stop-opacity='0.093268'/%3E%3Cstop%20offset='0.4837'%20stop-color='%23E0E7E7'%20stop-opacity='0.2415'/%3E%3Cstop%20offset='0.8505'%20stop-color='%23BAC9CB'%20stop-opacity='0.4251'/%3E%3Cstop%20offset='1'%20stop-color='%23A9BCBE'%20stop-opacity='0.5'/%3E%3C/linearGradient%3E%3ClinearGradient%20id='paint6_linear'%20x1='3.3013'%20y1='19.6953'%20x2='5.51327'%20y2='14.8574'%20gradientUnits='userSpaceOnUse'%3E%3Cstop%20offset='0.00132565'%20stop-color='white'%20stop-opacity='0'/%3E%3Cstop%20offset='0.2202'%20stop-color='%23FCFCFC'%20stop-opacity='0.1096'/%3E%3Cstop%20offset='0.4036'%20stop-color='%23F1F4F4'%20stop-opacity='0.2014'/%3E%3Cstop%20offset='0.5742'%20stop-color='%23E0E6E7'%20stop-opacity='0.2868'/%3E%3Cstop%20offset='0.737'%20stop-color='%23C7D3D4'%20stop-opacity='0.3683'/%3E%3Cstop%20offset='0.8929'%20stop-color='%23A8BABC'%20stop-opacity='0.4464'/%3E%3Cstop%20offset='1'%20stop-color='%238EA5A8'%20stop-opacity='0.5'/%3E%3C/linearGradient%3E%3ClinearGradient%20id='paint7_linear'%20x1='3.26383'%20y1='17.864'%20x2='5.74002'%20y2='14.7974'%20gradientUnits='userSpaceOnUse'%3E%3Cstop%20stop-color='white'/%3E%3Cstop%20offset='0.1839'%20stop-color='%23F9FAFA'/%3E%3Cstop%20offset='0.4404'%20stop-color='%23E6ECEC'/%3E%3Cstop%20offset='0.7381'%20stop-color='%23C9D5D6'/%3E%3Cstop%20offset='1'%20stop-color='%23A9BCBE'/%3E%3C/linearGradient%3E%3ClinearGradient%20id='paint8_linear'%20x1='18.5575'%20y1='16.5964'%20x2='20.8755'%20y2='14.2784'%20gradientUnits='userSpaceOnUse'%3E%3Cstop%20stop-color='white'/%3E%3Cstop%20offset='0.1839'%20stop-color='%23F9FAFA'/%3E%3Cstop%20offset='0.4404'%20stop-color='%23E6ECEC'/%3E%3Cstop%20offset='0.7381'%20stop-color='%23C9D5D6'/%3E%3Cstop%20offset='1'%20stop-color='%23A9BCBE'/%3E%3C/linearGradient%3E%3ClinearGradient%20id='paint9_linear'%20x1='22.4159'%20y1='17.1122'%20x2='18.9688'%20y2='14.8371'%20gradientUnits='userSpaceOnUse'%3E%3Cstop%20stop-color='white'/%3E%3Cstop%20offset='0.1839'%20stop-color='%23F9FAFA'/%3E%3Cstop%20offset='0.4404'%20stop-color='%23E6ECEC'/%3E%3Cstop%20offset='0.7381'%20stop-color='%23C9D5D6'/%3E%3Cstop%20offset='1'%20stop-color='%23A9BCBE'/%3E%3C/linearGradient%3E%3ClinearGradient%20id='paint10_linear'%20x1='19.8662'%20y1='15.3565'%20x2='20.2347'%20y2='15.7249'%20gradientUnits='userSpaceOnUse'%3E%3Cstop%20stop-color='white'%20stop-opacity='0'/%3E%3Cstop%20offset='0.2965'%20stop-color='white'/%3E%3Cstop%20offset='1'%20stop-color='white'%20stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient%20id='paint11_linear'%20x1='20.8678'%20y1='16.2504'%20x2='18.9488'%20y2='14.6531'%20gradientUnits='userSpaceOnUse'%3E%3Cstop%20stop-color='%2399AFB3'/%3E%3Cstop%20offset='0.7044'%20stop-color='%2393A9AD'%20stop-opacity='0.2956'/%3E%3Cstop%20offset='1'%20stop-color='%238EA5A8'%20stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient%20id='paint12_linear'%20x1='17.3739'%20y1='12.7692'%20x2='19.6919'%20y2='10.4512'%20gradientUnits='userSpaceOnUse'%3E%3Cstop%20stop-color='white'/%3E%3Cstop%20offset='0.1839'%20stop-color='%23F9FAFA'/%3E%3Cstop%20offset='0.4404'%20stop-color='%23E6ECEC'/%3E%3Cstop%20offset='0.7381'%20stop-color='%23C9D5D6'/%3E%3Cstop%20offset='1'%20stop-color='%23A9BCBE'/%3E%3C/linearGradient%3E%3ClinearGradient%20id='paint13_linear'%20x1='21.2323'%20y1='13.2852'%20x2='17.7852'%20y2='11.0101'%20gradientUnits='userSpaceOnUse'%3E%3Cstop%20stop-color='white'/%3E%3Cstop%20offset='0.1839'%20stop-color='%23F9FAFA'/%3E%3Cstop%20offset='0.4404'%20stop-color='%23E6ECEC'/%3E%3Cstop%20offset='0.7381'%20stop-color='%23C9D5D6'/%3E%3Cstop%20offset='1'%20stop-color='%23A9BCBE'/%3E%3C/linearGradient%3E%3ClinearGradient%20id='paint14_linear'%20x1='18.6828'%20y1='11.5298'%20x2='19.0513'%20y2='11.8982'%20gradientUnits='userSpaceOnUse'%3E%3Cstop%20stop-color='white'%20stop-opacity='0'/%3E%3Cstop%20offset='0.2965'%20stop-color='white'/%3E%3Cstop%20offset='1'%20stop-color='white'%20stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient%20id='paint15_linear'%20x1='19.6844'%20y1='12.4234'%20x2='17.7653'%20y2='10.8261'%20gradientUnits='userSpaceOnUse'%3E%3Cstop%20stop-color='%2399AFB3'/%3E%3Cstop%20offset='0.7044'%20stop-color='%2393A9AD'%20stop-opacity='0.2956'/%3E%3Cstop%20offset='1'%20stop-color='%238EA5A8'%20stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient%20id='paint16_linear'%20x1='14.2293'%20y1='16.5286'%20x2='22.0007'%20y2='10.8904'%20gradientUnits='userSpaceOnUse'%3E%3Cstop%20offset='0.4927'%20stop-color='white'/%3E%3Cstop%20offset='0.5861'%20stop-color='%23F9FAFA'/%3E%3Cstop%20offset='0.7161'%20stop-color='%23E6ECEC'/%3E%3Cstop%20offset='0.8672'%20stop-color='%23C9D5D6'/%3E%3Cstop%20offset='1'%20stop-color='%23A9BCBE'/%3E%3C/linearGradient%3E%3ClinearGradient%20id='paint17_linear'%20x1='15.2821'%20y1='15.5828'%20x2='18.091'%20y2='14.2995'%20gradientUnits='userSpaceOnUse'%3E%3Cstop%20stop-color='%23FF0000'/%3E%3Cstop%20offset='0.2186'%20stop-color='%23F90402'/%3E%3Cstop%20offset='0.5234'%20stop-color='%23E60E09'/%3E%3Cstop%20offset='0.8774'%20stop-color='%23C92014'/%3E%3Cstop%20offset='1'%20stop-color='%23BD2719'/%3E%3C/linearGradient%3E%3ClinearGradient%20id='paint18_linear'%20x1='25.1652'%20y1='7.43881'%20x2='17.3366'%20y2='14.8102'%20gradientUnits='userSpaceOnUse'%3E%3Cstop%20offset='0.00132565'%20stop-color='white'%20stop-opacity='0'/%3E%3Cstop%20offset='0.1876'%20stop-color='%23F7F8F9'%20stop-opacity='0.093268'/%3E%3Cstop%20offset='0.4837'%20stop-color='%23E0E7E7'%20stop-opacity='0.2415'/%3E%3Cstop%20offset='0.8505'%20stop-color='%23BAC9CB'%20stop-opacity='0.4251'/%3E%3Cstop%20offset='1'%20stop-color='%23A9BCBE'%20stop-opacity='0.5'/%3E%3C/linearGradient%3E%3ClinearGradient%20id='paint19_linear'%20x1='12.7424'%20y1='14.3703'%20x2='20.2852'%20y2='13.6845'%20gradientUnits='userSpaceOnUse'%3E%3Cstop%20offset='0.00132565'%20stop-color='white'%20stop-opacity='0'/%3E%3Cstop%20offset='0.1543'%20stop-color='%23F7F8F9'%20stop-opacity='0.0765679'/%3E%3Cstop%20offset='0.3974'%20stop-color='%23E0E6E7'%20stop-opacity='0.1983'/%3E%3Cstop%20offset='0.6987'%20stop-color='%23BAC8CA'%20stop-opacity='0.3492'/%3E%3Cstop%20offset='1'%20stop-color='%238EA5A8'%20stop-opacity='0.5'/%3E%3C/linearGradient%3E%3ClinearGradient%20id='paint20_linear'%20x1='11.2346'%20y1='6.62968'%20x2='13.5526'%20y2='4.31165'%20gradientUnits='userSpaceOnUse'%3E%3Cstop%20stop-color='white'/%3E%3Cstop%20offset='0.1839'%20stop-color='%23F9FAFA'/%3E%3Cstop%20offset='0.4404'%20stop-color='%23E6ECEC'/%3E%3Cstop%20offset='0.7381'%20stop-color='%23C9D5D6'/%3E%3Cstop%20offset='1'%20stop-color='%23A9BCBE'/%3E%3C/linearGradient%3E%3ClinearGradient%20id='paint21_linear'%20x1='10.7186'%20y1='2.77133'%20x2='12.9937'%20y2='6.21843'%20gradientUnits='userSpaceOnUse'%3E%3Cstop%20stop-color='white'/%3E%3Cstop%20offset='0.1839'%20stop-color='%23F9FAFA'/%3E%3Cstop%20offset='0.4404'%20stop-color='%23E6ECEC'/%3E%3Cstop%20offset='0.7381'%20stop-color='%23C9D5D6'/%3E%3Cstop%20offset='1'%20stop-color='%23A9BCBE'/%3E%3C/linearGradient%3E%3ClinearGradient%20id='paint22_linear'%20x1='12.4744'%20y1='5.32079'%20x2='12.1059'%20y2='4.95235'%20gradientUnits='userSpaceOnUse'%3E%3Cstop%20stop-color='white'%20stop-opacity='0'/%3E%3Cstop%20offset='0.2965'%20stop-color='white'/%3E%3Cstop%20offset='1'%20stop-color='white'%20stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient%20id='paint23_linear'%20x1='11.5804'%20y1='4.31913'%20x2='13.1777'%20y2='6.23818'%20gradientUnits='userSpaceOnUse'%3E%3Cstop%20stop-color='%2399AFB3'/%3E%3Cstop%20offset='0.7044'%20stop-color='%2393A9AD'%20stop-opacity='0.2956'/%3E%3Cstop%20offset='1'%20stop-color='%238EA5A8'%20stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient%20id='paint24_linear'%20x1='7.40792'%20y1='5.44581'%20x2='9.72595'%20y2='3.12778'%20gradientUnits='userSpaceOnUse'%3E%3Cstop%20stop-color='white'/%3E%3Cstop%20offset='0.1839'%20stop-color='%23F9FAFA'/%3E%3Cstop%20offset='0.4404'%20stop-color='%23E6ECEC'/%3E%3Cstop%20offset='0.7381'%20stop-color='%23C9D5D6'/%3E%3Cstop%20offset='1'%20stop-color='%23A9BCBE'/%3E%3C/linearGradient%3E%3ClinearGradient%20id='paint25_linear'%20x1='6.89212'%20y1='1.58731'%20x2='9.16722'%20y2='5.03441'%20gradientUnits='userSpaceOnUse'%3E%3Cstop%20stop-color='white'/%3E%3Cstop%20offset='0.1839'%20stop-color='%23F9FAFA'/%3E%3Cstop%20offset='0.4404'%20stop-color='%23E6ECEC'/%3E%3Cstop%20offset='0.7381'%20stop-color='%23C9D5D6'/%3E%3Cstop%20offset='1'%20stop-color='%23A9BCBE'/%3E%3C/linearGradient%3E%3ClinearGradient%20id='paint26_linear'%20x1='8.64772'%20y1='4.13691'%20x2='8.27928'%20y2='3.76847'%20gradientUnits='userSpaceOnUse'%3E%3Cstop%20stop-color='white'%20stop-opacity='0'/%3E%3Cstop%20offset='0.2965'%20stop-color='white'/%3E%3Cstop%20offset='1'%20stop-color='white'%20stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient%20id='paint27_linear'%20x1='7.75394'%20y1='3.13538'%20x2='9.35123'%20y2='5.05445'%20gradientUnits='userSpaceOnUse'%3E%3Cstop%20stop-color='%2399AFB3'/%3E%3Cstop%20offset='0.7044'%20stop-color='%2393A9AD'%20stop-opacity='0.2956'/%3E%3Cstop%20offset='1'%20stop-color='%238EA5A8'%20stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient%20id='paint28_linear'%20x1='7.4711'%20y1='9.76952'%20x2='13.1092'%20y2='1.99809'%20gradientUnits='userSpaceOnUse'%3E%3Cstop%20offset='0.4927'%20stop-color='white'/%3E%3Cstop%20offset='0.5861'%20stop-color='%23F9FAFA'/%3E%3Cstop%20offset='0.7161'%20stop-color='%23E6ECEC'/%3E%3Cstop%20offset='0.8672'%20stop-color='%23C9D5D6'/%3E%3Cstop%20offset='1'%20stop-color='%23A9BCBE'/%3E%3C/linearGradient%3E%3ClinearGradient%20id='paint29_linear'%20x1='13.1583'%20y1='-0.173891'%20x2='9.42498'%20y2='6.83564'%20gradientUnits='userSpaceOnUse'%3E%3Cstop%20offset='0.00132565'%20stop-color='white'%20stop-opacity='0'/%3E%3Cstop%20offset='0.1876'%20stop-color='%23F7F8F9'%20stop-opacity='0.093268'/%3E%3Cstop%20offset='0.4837'%20stop-color='%23E0E7E7'%20stop-opacity='0.2415'/%3E%3Cstop%20offset='0.8505'%20stop-color='%23BAC9CB'%20stop-opacity='0.4251'/%3E%3Cstop%20offset='1'%20stop-color='%23A9BCBE'%20stop-opacity='0.5'/%3E%3C/linearGradient%3E%3ClinearGradient%20id='paint30_linear'%20x1='9.63003'%20y1='11.2575'%20x2='10.3157'%20y2='3.7146'%20gradientUnits='userSpaceOnUse'%3E%3Cstop%20offset='0.00132565'%20stop-color='white'%20stop-opacity='0'/%3E%3Cstop%20offset='0.1543'%20stop-color='%23F7F8F9'%20stop-opacity='0.0765679'/%3E%3Cstop%20offset='0.3974'%20stop-color='%23E0E6E7'%20stop-opacity='0.1983'/%3E%3Cstop%20offset='0.6987'%20stop-color='%23BAC8CA'%20stop-opacity='0.3492'/%3E%3Cstop%20offset='1'%20stop-color='%238EA5A8'%20stop-opacity='0.5'/%3E%3C/linearGradient%3E%3ClinearGradient%20id='paint31_linear'%20x1='8.41649'%20y1='8.71721'%20x2='9.69985'%20y2='5.90835'%20gradientUnits='userSpaceOnUse'%3E%3Cstop%20stop-color='%23FF0000'/%3E%3Cstop%20offset='0.2186'%20stop-color='%23F90402'/%3E%3Cstop%20offset='0.5234'%20stop-color='%23E60E09'/%3E%3Cstop%20offset='0.8774'%20stop-color='%23C92014'/%3E%3Cstop%20offset='1'%20stop-color='%23BD2719'/%3E%3C/linearGradient%3E%3CradialGradient%20id='paint32_radial'%20cx='0'%20cy='0'%20r='1'%20gradientUnits='userSpaceOnUse'%20gradientTransform='translate(13.9745%209.77995)%20rotate(-44.2545)%20scale(12.6934%201.92646)'%3E%3Cstop%20offset='0.4927'%20stop-color='white'/%3E%3Cstop%20offset='0.5861'%20stop-color='%23F9FAFA'/%3E%3Cstop%20offset='0.7161'%20stop-color='%23E6ECEC'/%3E%3Cstop%20offset='0.8672'%20stop-color='%23C9D5D6'/%3E%3Cstop%20offset='1'%20stop-color='%23A9BCBE'/%3E%3C/radialGradient%3E%3ClinearGradient%20id='paint33_linear'%20x1='13.0674'%20y1='9.54237'%20x2='14.605'%20y2='11.08'%20gradientUnits='userSpaceOnUse'%3E%3Cstop%20offset='0.00132565'%20stop-color='white'%20stop-opacity='0'/%3E%3Cstop%20offset='0.1876'%20stop-color='%23F7F8F9'%20stop-opacity='0.093268'/%3E%3Cstop%20offset='0.4837'%20stop-color='%23E0E7E7'%20stop-opacity='0.2415'/%3E%3Cstop%20offset='0.8505'%20stop-color='%23BAC9CB'%20stop-opacity='0.4251'/%3E%3Cstop%20offset='1'%20stop-color='%23A9BCBE'%20stop-opacity='0.5'/%3E%3C/linearGradient%3E%3ClinearGradient%20id='paint34_linear'%20x1='18.1527'%20y1='5.84815'%20x2='7.25755'%20y2='16.7433'%20gradientUnits='userSpaceOnUse'%3E%3Cstop%20offset='0.00132565'%20stop-color='white'%20stop-opacity='0'/%3E%3Cstop%20offset='0.1876'%20stop-color='%23F7F8F9'%20stop-opacity='0.093268'/%3E%3Cstop%20offset='0.4837'%20stop-color='%23E0E7E7'%20stop-opacity='0.2415'/%3E%3Cstop%20offset='0.8505'%20stop-color='%23BAC9CB'%20stop-opacity='0.4251'/%3E%3Cstop%20offset='1'%20stop-color='%23A9BCBE'%20stop-opacity='0.5'/%3E%3C/linearGradient%3E%3ClinearGradient%20id='paint35_linear'%20x1='6.74235'%20y1='15.9918'%20x2='7.75071'%20y2='17.0174'%20gradientUnits='userSpaceOnUse'%3E%3Cstop%20stop-color='white'/%3E%3Cstop%20offset='0.1839'%20stop-color='%23F9FAFA'/%3E%3Cstop%20offset='0.4404'%20stop-color='%23E6ECEC'/%3E%3Cstop%20offset='0.7381'%20stop-color='%23C9D5D6'/%3E%3Cstop%20offset='1'%20stop-color='%23A9BCBE'/%3E%3C/linearGradient%3E%3ClinearGradient%20id='paint36_linear'%20x1='6.83825'%20y1='9.60637'%20x2='7.1767'%20y2='21.9031'%20gradientUnits='userSpaceOnUse'%3E%3Cstop%20stop-color='white'/%3E%3Cstop%20offset='0.1839'%20stop-color='%23F9FAFA'/%3E%3Cstop%20offset='0.4404'%20stop-color='%23E6ECEC'/%3E%3Cstop%20offset='0.7381'%20stop-color='%23C9D5D6'/%3E%3Cstop%20offset='1'%20stop-color='%23A9BCBE'/%3E%3C/linearGradient%3E%3ClinearGradient%20id='paint37_linear'%20x1='6.09828'%20y1='8.21873'%20x2='7.12152'%20y2='17.7257'%20gradientUnits='userSpaceOnUse'%3E%3Cstop%20stop-color='white'/%3E%3Cstop%20offset='0.1839'%20stop-color='%23F9FAFA'/%3E%3Cstop%20offset='0.4404'%20stop-color='%23E6ECEC'/%3E%3Cstop%20offset='0.7381'%20stop-color='%23C9D5D6'/%3E%3Cstop%20offset='1'%20stop-color='%23A9BCBE'/%3E%3C/linearGradient%3E%3ClinearGradient%20id='paint38_linear'%20x1='20.9128'%20y1='4.24649'%20x2='19.7628'%20y2='4.7822'%20gradientUnits='userSpaceOnUse'%3E%3Cstop/%3E%3Cstop%20offset='0.1097'%20stop-color='%23060606'/%3E%3Cstop%20offset='0.2626'%20stop-color='%23161819'/%3E%3Cstop%20offset='0.4411'%20stop-color='%23303636'/%3E%3Cstop%20offset='0.639'%20stop-color='%23555F60'/%3E%3Cstop%20offset='0.8501'%20stop-color='%23849394'/%3E%3Cstop%20offset='1'%20stop-color='%23A9BCBE'/%3E%3C/linearGradient%3E%3ClinearGradient%20id='paint39_linear'%20x1='19.6137'%20y1='2.89871'%20x2='19.6066'%20y2='4.22728'%20gradientUnits='userSpaceOnUse'%3E%3Cstop/%3E%3Cstop%20offset='0.1097'%20stop-color='%23060606'/%3E%3Cstop%20offset='0.2626'%20stop-color='%23161819'/%3E%3Cstop%20offset='0.4411'%20stop-color='%23303636'/%3E%3Cstop%20offset='0.639'%20stop-color='%23555F60'/%3E%3Cstop%20offset='0.8501'%20stop-color='%23849394'/%3E%3Cstop%20offset='1'%20stop-color='%23A9BCBE'/%3E%3C/linearGradient%3E%3ClinearGradient%20id='paint40_linear'%20x1='20.4611'%20y1='3.41937'%20x2='19.8325'%20y2='4.40508'%20gradientUnits='userSpaceOnUse'%3E%3Cstop/%3E%3Cstop%20offset='0.1097'%20stop-color='%23060606'/%3E%3Cstop%20offset='0.2626'%20stop-color='%23161819'/%3E%3Cstop%20offset='0.4411'%20stop-color='%23303636'/%3E%3Cstop%20offset='0.639'%20stop-color='%23555F60'/%3E%3Cstop%20offset='0.8501'%20stop-color='%23849394'/%3E%3Cstop%20offset='1'%20stop-color='%23A9BCBE'/%3E%3C/linearGradient%3E%3ClinearGradient%20id='paint41_linear'%20x1='21.0513'%20y1='4.88604'%20x2='19.5656'%20y2='5.16461'%20gradientUnits='userSpaceOnUse'%3E%3Cstop/%3E%3Cstop%20offset='0.1097'%20stop-color='%23060606'/%3E%3Cstop%20offset='0.2626'%20stop-color='%23161819'/%3E%3Cstop%20offset='0.4411'%20stop-color='%23303636'/%3E%3Cstop%20offset='0.639'%20stop-color='%23555F60'/%3E%3Cstop%20offset='0.8501'%20stop-color='%23849394'/%3E%3Cstop%20offset='1'%20stop-color='%23A9BCBE'/%3E%3C/linearGradient%3E%3ClinearGradient%20id='paint42_linear'%20x1='18.9324'%20y1='2.77855'%20x2='19.0396'%20y2='4.18569'%20gradientUnits='userSpaceOnUse'%3E%3Cstop/%3E%3Cstop%20offset='0.1097'%20stop-color='%23060606'/%3E%3Cstop%20offset='0.2626'%20stop-color='%23161819'/%3E%3Cstop%20offset='0.4411'%20stop-color='%23303636'/%3E%3Cstop%20offset='0.639'%20stop-color='%23555F60'/%3E%3Cstop%20offset='0.8501'%20stop-color='%23849394'/%3E%3Cstop%20offset='1'%20stop-color='%23A9BCBE'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E") 4 4}.ft,.ft *{cursor:var(--plane), auto}.ft a,.ft button,.ft [role=button],.ft label{cursor:var(--plane), pointer}:root{--ship:url(data:image/svg+xml,%3Csvg%20width%3D%2728%27%20height%3D%2728%27%20viewBox%3D%270%200%20128%20128%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20xmlns%3Axlink%3D%27http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%27%20aria-hidden%3D%27true%27%20role%3D%27img%27%20class%3D%27iconify%20iconify--noto%27%20preserveAspectRatio%3D%27xMidYMid%20meet%27%3E%20%3Cpath%20d%3D%27M83.1%2044.23l.54-22.63c.02-.8.47-1.49%201.14-1.71c1.38-.45%204.04-1.05%208-.78c2.94.2%204.73.77%205.71%201.21c.62.28%201.01.99.99%201.76l-.54%2022.66l-15.84-.51z%27%20fill%3D%27%23356477%27%3E%20%3C%2Fpath%3E%20%3Cpath%20d%3D%27M98.49%2020.32c-.98-.44-2.77-1-5.71-1.21c-3.96-.27-6.62.33-8%20.78c-.66.22-1.12.91-1.14%201.71l-.14%205.85c.09-.04.17-.1.26-.13c1.51-.45%204.42-1.04%208.77-.75c3.23.21%205.19.78%206.27%201.23c.2.08.37.21.53.36l.14-6.09c.02-.76-.36-1.48-.98-1.75z%27%20fill%3D%27%23f44336%27%3E%20%3C%2Fpath%3E%20%3Cpath%20d%3D%27M51.53%2038.53l.62-26.57c.02-.76.55-1.41%201.32-1.62c1.59-.43%204.68-1%209.27-.74c3.41.19%205.48.73%206.63%201.15c.72.26%201.17.94%201.15%201.67l-.63%2026.6l-18.36-.49z%27%20fill%3D%27%23356477%27%3E%20%3C%2Fpath%3E%20%3Cpath%20d%3D%27M69.37%2010.75c-1.14-.42-3.21-.95-6.63-1.15c-4.6-.26-7.68.31-9.27.74c-.77.21-1.3.86-1.32%201.62l-.16%205.55c.1-.04.19-.1.31-.12c1.75-.43%205.13-.99%2010.17-.71c3.75.2%206.02.74%207.27%201.16c.23.08.43.2.61.34l.17-5.77c.02-.72-.43-1.4-1.15-1.66z%27%20fill%3D%27%23f44336%27%3E%20%3C%2Fpath%3E%20%3Cpath%20d%3D%27M86.01%2026.82c1.35-.22%203.11-.37%205.26-.3v-7.47c-2.26-.04-4.01.21-5.26.5v7.27z%27%20fill%3D%27%23ff7555%27%3E%20%3C%2Fpath%3E%20%3Cpath%20d%3D%27M55.03%2016.9c1.39-.18%203.15-.3%205.26-.28V9.54c-2.2.01-3.96.21-5.26.45v6.91z%27%20fill%3D%27%23ff7555%27%3E%20%3C%2Fpath%3E%20%3Cg%3E%20%3Cpath%20d%3D%27M54.33%2073.61l-.42%208.4l-34.65-1.57l.26-6.83s7.78-11.44%207.78-34.96l32.56-1.94s1.55%203.32.39%2013.19c-1.94%2016.73-5.92%2023.71-5.92%2023.71z%27%20fill%3D%27%23eee%27%3E%20%3C%2Fpath%3E%20%3Cpath%20d%3D%27M59.97%2044.76l-32.9.8c-.1%201.39-.22%202.73-.36%204.01L59.79%2049l.18-4.24z%27%20fill%3D%27%2382aec0%27%3E%20%3C%2Fpath%3E%20%3Cpath%20d%3D%27M59.5%2057.05l-33.99.1c-.3%201.43-.62%202.77-.95%204.01h34.09l.85-4.11z%27%20fill%3D%27%2382aec0%27%3E%20%3C%2Fpath%3E%20%3Cpath%20d%3D%27M54.96%2068.97l-33.04-.07c-.82%201.92-1.53%203.25-1.96%203.99l32.72.07c.01%200%201.78-2.67%202.28-3.99z%27%20fill%3D%27%2382aec0%27%3E%20%3C%2Fpath%3E%20%3C%2Fg%3E%20%3Cg%3E%20%3Cpath%20d%3D%27M52.56%2073.66l65.73%207.65l1.12-12.58l-11.14-1.4l2.02-22.19l-50.3-8.2c.38%2024.56-5.65%2033.81-7.43%2036.03v.69z%27%20fill%3D%27%2382aec0%27%3E%20%3C%2Fpath%3E%20%3Cpath%20d%3D%27M109.68%2051.75l-49.8-7.02s-.2%203.2-.31%204.3l49.75%206.72l.36-4z%27%20fill%3D%27%23365666%27%3E%20%3C%2Fpath%3E%20%3Cpath%20d%3D%27M108.26%2067.33l.36-3.95l-50.07-6.32c-.27%201.4-.54%202.87-.85%204.08l50.56%206.19z%27%20fill%3D%27%23365666%27%3E%20%3C%2Fpath%3E%20%3Cpath%20d%3D%27M54.96%2068.97c-.91%201.74-1.95%203.32-2.42%204l-.01.15l65.84%207.22l.35-3.99l-63.76-7.38z%27%20fill%3D%27%23365666%27%3E%20%3C%2Fpath%3E%20%3Cpath%20d%3D%27M105.82%2055.27l.46-4l-1.98-.28l-.46%204.01l-4.3-.58l.47-4.04l-1.98-.28l-.47%204.05l-4.3-.58l.47-4.07l-1.98-.28l-.47%204.08l-4.3-.58l.47-4.11l-1.98-.28l-.48%204.12l-4.3-.58l.48-4.14l-1.98-.28l-.48%204.16l-4.3-.58l.48-4.18l-1.98-.28l-.48%204.19l-4.3-.58l.49-4.22l-1.98-.28l-.49%204.23l-6.65-.9s-.08.88-.1%201.42c-.02.54-.1%201.58-.1%201.58l49.75%206.68l.27-2.96l-3.5-.46z%27%20fill%3D%27%23eee%27%3E%20%3C%2Fpath%3E%20%3Cpath%20fill%3D%27%23eee%27%20d%3D%27M110.08%2047.36l-50.24-7.64l.02-3.02l50.5%207.64z%27%3E%20%3C%2Fpath%3E%20%3Cpath%20d%3D%27M104.79%2066.9l.42-3.94l-1.98-.25l-.42%203.94l-4.3-.53l.42-3.95l-1.98-.25l-.42%203.95l-4.3-.53l.42-3.96l-1.98-.25l-.42%203.96l-4.3-.53l.42-3.97l-1.98-.25l-.42%203.97l-4.3-.53l.42-3.97l-1.98-.25l-.42%203.98l-4.3-.53l.42-3.98l-1.98-.25l-.42%203.98l-4.3-.53l.42-3.99l-2.02-.24l-.43%203.99l-7.37-.85s-.2.7-.81%202.85l62.24%207.74l.28-3.02l-14.63-1.81z%27%20fill%3D%27%23eee%27%3E%20%3C%2Fpath%3E%20%3Cpath%20fill%3D%27%23eee%27%20d%3D%27M114.05%2079.8l.42-3.94l-1.98-.23l-.43%203.95l-4.63-.54l.42-3.95l-1.98-.23l-.43%203.95l-4.63-.53l.43-3.95l-1.99-.23l-.43%203.95l-4.63-.53l.43-3.96l-1.99-.23l-.43%203.96l-4.63-.53l.43-3.97l-1.99-.23l-.43%203.97l-4.63-.53l.43-3.97l-1.99-.23l-.43%203.97l-4.63-.54l.43-3.97l-1.99-.23l-.43%203.98l-4.63-.54l.43-3.98l-1.99-.23l-.43%203.98l-4.63-.53l.43-3.98l-1.99-.24l-.43%203.99l-6.58-.52l-.65%209.79l65.72%206.72l.79-9.16z%27%3E%20%3C%2Fpath%3E%20%3C%2Fg%3E%20%3Cg%3E%20%3Cpath%20d%3D%27M6.15%2078.96s-2.12-.1-1.93%201.99c0%200-2.49%2016.6%204.41%2028C15.26%20119.89%2024.43%20124%2028.52%20124h80.46c5.02%200%2010.23-3.78%2012.03-9.39c1.41-4.41%202.66-20.35%202.92-25.21c.04-.78-.55-1.45-1.33-1.51c0%200-72.87-9.04-116.45-8.93z%27%20fill%3D%27%23356477%27%3E%20%3C%2Fpath%3E%20%3Cpath%20d%3D%27M123.48%2095.94S47.46%2090.75%203.86%2091.11l-.02-5.64c43.82-.37%20119.06%207.83%20119.83%207.89l-.19%202.58z%27%20fill%3D%27%23f44336%27%3E%20%3C%2Fpath%3E%20%3Cpath%20d%3D%27M19.38%2078.33l-.07.83c36.27%201.05%2083.26%206.37%2098.47%208.16l.17-2c-11.02-1.29-38.67-4.35-66.8-6.36c-10.82-.77-31.77-.63-31.77-.63z%27%20fill%3D%27%2382aec0%27%3E%20%3C%2Fpath%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E)}:is(body:has(.crz-page) .ft,body:has(.crz-page) .ft *){cursor:var(--ship), auto}body:has(.crz-page) .ft a{cursor:var(--ship), pointer}body:has(.crz-page) .ft button{cursor:var(--ship), pointer}body:has(.crz-page) .ft [role=button]{cursor:var(--ship), pointer}body:has(.crz-page) .ft label{cursor:var(--ship), pointer}.ft input,.ft textarea,.ft select{cursor:text}.cm-content{pointer-events:none}.cm-content a,.cm-content button,.cm-content input,.cm-content textarea,.cm-content select,.cm-content label,.cm-content form,.cm-content [role=button]{pointer-events:auto}@media (max-width:1024px){.plane-stage{width:min(640px,116vw);top:32%;right:-6%}}@media (max-width:640px){.plane-stage{opacity:.92;width:150vw;top:27%;right:-14%}}.obr-tabs{border-bottom:1px solid #e3e0d6;flex-wrap:wrap;gap:2px;margin:4px 0 14px;display:flex}.obr-tab{color:#6a7a72;cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;padding:9px 16px;font-size:13.5px;font-weight:600;position:relative}.obr-tab.is-active{color:#0f3f3a;border-bottom-color:#0f3f3a}.obr-tab.is-soon{color:#aab4ae;cursor:not-allowed}.obr-soon{color:#9aa49e;vertical-align:middle;background:#eef0ea;border-radius:6px;margin-left:6px;padding:1px 5px;font-size:9px;font-weight:700}.obr-bar{flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:14px;display:flex}.obr-chips{gap:6px;display:flex}.obr-chip{color:#5a6b63;cursor:pointer;background:#fff;border:1px solid #e0ddd2;border-radius:999px;padding:7px 13px;font-size:13px;font-weight:600}.obr-chip.is-active{color:#fff;background:#0f3f3a;border-color:#0f3f3a}.obr-search{flex:1;min-width:240px}.obr-dd{position:relative}.obr-dd-menu{z-index:30;background:#fff;border:1px solid #e0ddd2;border-radius:10px;min-width:190px;max-height:340px;padding:6px;position:absolute;top:calc(100% + 4px);right:0;overflow:auto;box-shadow:0 10px 30px #0000001f}.obr-dd-menu button{text-align:left;cursor:pointer;color:#2a3a33;background:0 0;border:none;border-radius:7px;width:100%;padding:8px 12px;font-size:13px;display:block}.obr-dd-menu button:hover{background:#f3f1ea}.obr-table th,.obr-table td{white-space:nowrap}.obr-grouprow .obr-grouphead{color:#0f3f3a;text-transform:uppercase;letter-spacing:.04em;text-align:center;background:#f3f1ea;border-bottom:1px solid #e3e0d6;font-size:11px}.obr-totals td{color:#41525a;background:#faf8f1;font-size:13px;font-weight:600}.obr-pager{justify-content:center;align-items:center;gap:12px;margin:16px 0;font-size:13px;display:flex}.obr-pager button{cursor:pointer;background:#fff;border:1px solid #e0ddd2;border-radius:8px;padding:6px 12px}.obr-pager button:disabled{opacity:.4;cursor:not-allowed}.obr-modal-bg,.obr-drawer-bg{z-index:80;background:#0f1e1c66;justify-content:center;align-items:flex-start;padding:7vh 16px;display:flex;position:fixed;inset:0}.obr-modal{background:#fff;border-radius:16px;width:100%;max-width:560px;max-height:80vh;padding:24px 26px;overflow:auto;box-shadow:0 24px 60px #00000040}.obr-modal h3{margin:0 0 16px}.obr-modal-grp{margin-bottom:14px}.obr-modal-grp-h{text-transform:uppercase;letter-spacing:.04em;color:#0f3f3a;margin-bottom:6px;font-size:11px;font-weight:700}.obr-modal-row{color:#2a3a33;cursor:pointer;align-items:center;gap:8px;padding:5px 4px;font-size:13.5px;display:flex}.obr-modal-foot{justify-content:flex-end;margin-top:10px;display:flex}.obr-drawer-bg{justify-content:flex-end;padding:0}.obr-drawer{background:#fff;width:420px;max-width:92vw;height:100%;padding:28px 26px;position:relative;overflow:auto;box-shadow:-16px 0 50px #0000002e}.obr-drawer-x{cursor:pointer;color:#7a857f;background:0 0;border:none;font-size:18px;position:absolute;top:16px;right:18px}.obr-drawer h3{margin:0 0 2px}.obr-drawer-sub{color:#6a7a72;margin:0 0 12px}.obr-drawer-dl{grid-template-columns:120px 1fr;gap:8px 14px;margin-top:18px;font-size:13.5px;display:grid}.obr-drawer-dl dt{color:#8a948e;font-weight:600}.obr-drawer-dl dd{color:#1f2a26;margin:0}.fl-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:14px;margin-top:26px;display:grid}.fl-card{background:var(--brand-cream-200);border:1px solid #e8e6db;border-radius:14px;padding:18px 18px 16px;text-decoration:none;transition:transform .15s,box-shadow .15s,border-color .15s;display:block}.fl-card:hover{border-color:var(--brand-deep-500);transform:translateY(-3px);box-shadow:0 14px 30px #0f4c5c1f}.fl-city{color:var(--brand-deep-600);font-size:18px;font-weight:700;line-height:1.2}.fl-route{color:#8a948e;margin-top:3px;font-size:12.5px}.fl-price{color:var(--brand-terra-400);margin-top:12px;font-size:20px;font-weight:800}.fl-meta{color:#5a6b63;margin-top:6px;font-size:13px}.fl-cta{background-position:50%;background-size:cover;background-attachment:fixed;border-radius:24px;position:relative;overflow:hidden}.fl-cta-in{background:linear-gradient(120deg,#062b36eb,#062b36a8);padding:56px 44px}.fl-cta-in h2{color:#fff;letter-spacing:-.01em;margin:0;font-size:clamp(24px,3vw,36px);font-weight:600;line-height:1.15}.fl-cta-in p{color:#cfe0d6;max-width:56ch;margin:14px 0 0;font-size:15px;line-height:1.6}@media (max-width:640px){.fl-cta-in{padding:36px 22px}}.fl-steps{gap:14px;margin:28px 0 0;padding:0;list-style:none;display:grid}.fl-steps li{color:var(--brand-deep-600);align-items:flex-start;gap:16px;font-size:15px;line-height:1.55;display:flex}.fl-steps li b{color:var(--brand-deep-600);margin-bottom:2px;font-weight:600;display:block}.fl-steps li span:last-child{color:#41525a}.fl-steps-n{background:var(--brand-deep-600);color:#fff;border-radius:50%;flex:none;justify-content:center;align-items:center;width:30px;height:30px;font-size:14px;font-weight:600;display:flex}.fl-stats{grid-template-columns:repeat(4,1fr);gap:18px;margin:34px 0 4px;display:grid}.fl-stats>div{text-align:center;background:var(--brand-cream-200);border:1px solid #e8e6db;border-radius:14px;padding:18px 10px}.fl-stats b{color:var(--brand-terra-400);font-size:26px;font-weight:800;display:block}.fl-stats span{color:#5a6b63;margin-top:4px;font-size:13px;display:block}@media (max-width:680px){.fl-stats{grid-template-columns:repeat(2,1fr)}}.fl-air{align-items:center;gap:8px;margin-bottom:10px;display:flex}.fl-air img{-o-object-fit:contain;object-fit:contain;background:#fff;border:1px solid #ece4d6;border-radius:6px;width:26px;height:26px}.fl-air span{color:#8a948e;white-space:nowrap;text-overflow:ellipsis;font-size:12px;font-weight:500;overflow:hidden}.fc-eyebrow{letter-spacing:.28em;text-transform:uppercase;color:#b14a2c;align-items:center;gap:8px;margin-bottom:14px;font-size:11px;font-weight:700;display:flex}.fc-eyebrow svg{width:15px;height:15px;color:var(--brand-terra-400);flex:none}.fc-chips{flex-wrap:wrap;align-items:center;gap:8px;margin:22px 0 4px;display:flex}.fc-chips-l{letter-spacing:.16em;text-transform:uppercase;color:#8a948e;margin-right:4px;font-size:11px;font-weight:700}.fc-chip{color:#41525a;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #e0dbcb;border-radius:999px;padding:7px 14px;font-size:13px;font-weight:600;transition:all .15s}.fc-chip:hover{border-color:var(--brand-deep-500);color:var(--brand-deep-600)}.fc-chip.on{background:var(--brand-terra-400);border-color:var(--brand-terra-400);color:#fff}.fc-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:14px;margin-top:24px;display:grid}.fc-card{background:var(--brand-cream-200);border:1px solid #e8e6db;border-radius:16px;align-items:stretch;text-decoration:none;transition:transform .15s,box-shadow .15s,border-color .15s;display:flex;overflow:hidden}.fc-card:hover{border-color:var(--brand-deep-500);transform:translateY(-3px);box-shadow:0 16px 34px #0f4c5c21}.fc-main{flex:1;min-width:0;padding:15px 16px 14px}.fc-top{align-items:center;gap:8px;margin-bottom:11px;display:flex}.fc-top img{-o-object-fit:contain;object-fit:contain;background:#fff;border:1px solid #ece4d6;border-radius:6px;flex:none;width:24px;height:24px}.fc-airn{letter-spacing:.04em;text-transform:uppercase;color:#8a948e;white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;font-size:10.5px;font-weight:700;overflow:hidden}.fc-stop{color:var(--brand-deep-500);white-space:nowrap;background:#e8eef0;border-radius:999px;flex:none;padding:3px 8px;font-size:10px;font-weight:700}.fc-city{color:var(--brand-deep-600);white-space:nowrap;text-overflow:ellipsis;font-size:19px;font-weight:700;line-height:1.15;overflow:hidden}.fc-sub{color:#8a948e;margin-top:5px;font-size:12.5px}.fc-sub b{color:#41525a;letter-spacing:.02em;font-weight:700}.fc-price{background:#fff;border-left:1px dashed #e0dbcb;flex-direction:column;flex:none;justify-content:center;align-items:center;gap:2px;width:104px;display:flex}.fc-price i{letter-spacing:.08em;text-transform:uppercase;color:#9aa49e;font-size:10px;font-style:normal;font-weight:700}.fc-price b{color:var(--brand-terra-400);white-space:nowrap;font-size:17px;font-weight:800}@media (max-width:640px){.fc-grid{grid-template-columns:1fr}.fc-price{width:92px}.fc-city{font-size:18px}}.pc-cal{background:var(--brand-cream-200);border:1px solid #e8e6db;border-radius:16px;margin-top:24px;overflow:hidden}.pc-grid{grid-template-columns:repeat(7,1fr);display:grid}.pc-head{background:#f2f1ea}.pc-dow{text-align:center;text-transform:uppercase;letter-spacing:.06em;color:#8a948e;padding:10px 4px;font-size:11px;font-weight:700}.pc-cell{border-top:1px solid #ece4d6;border-left:1px solid #ece4d6;flex-direction:column;justify-content:center;align-items:center;gap:3px;min-height:62px;text-decoration:none;display:flex}.pc-grid>.pc-cell:nth-child(7n+1){border-left:0}.pc-empty{background:0 0}.pc-d{color:#8a948e;font-size:12px;font-weight:600}.pc-na .pc-d{color:#c8d0cb}.pc-dash{color:#d4dad6;font-size:12px}.pc-on{background:#fff;transition:background .12s}.pc-on:hover{background:#fbefe9}.pc-p{color:var(--brand-deep-600);font-size:12.5px;font-weight:700}.pc-min{background:#fbefe9}.pc-min .pc-p{color:var(--brand-terra-500)}.pc-min .pc-d{color:var(--brand-terra-400)}@media (max-width:640px){.pc-cell{min-height:52px}.pc-p{font-size:10px}.pc-d{font-size:11px}.pc-dow{padding:8px 1px;font-size:9.5px}}.pc-seg{background:#fff;border:1px solid #e0dbcb;border-radius:999px;padding:3px;display:inline-flex}.pc-seg button{color:#5a6b63;cursor:pointer;white-space:nowrap;background:0 0;border:0;border-radius:999px;padding:7px 16px;font-size:13px;font-weight:600;transition:all .15s}.pc-seg button:hover{color:var(--brand-deep-600)}.pc-seg button.on{background:var(--brand-terra-400);color:#fff}@media (max-width:480px){.pc-seg button{padding:7px 12px;font-size:12px}}.cr-slider{align-items:center;height:34px;margin-top:10px;display:flex;position:relative}.cr-slider-track{height:4px;position:absolute;top:50%;left:9px;right:9px;transform:translateY(-50%)}.cr-slider-rail{background:#e7decf;border-radius:2px;height:4px;position:absolute;top:0;left:0;right:0}.cr-slider-fill{background:var(--brand-terra-400);border-radius:2px;height:4px;position:absolute;top:0}.cr-slider-input{appearance:none;pointer-events:none;background:0 0;width:100%;height:34px;margin:0;position:absolute;left:0}.cr-slider-input::-webkit-slider-runnable-track{background:0 0;border:none}.cr-slider-input::-moz-range-track{background:0 0;border:none}.cr-slider-input::-webkit-slider-thumb{appearance:none;border:2px solid var(--brand-terra-400);cursor:pointer;pointer-events:auto;background:#fff;border-radius:50%;width:18px;height:18px;margin-top:-7px;box-shadow:0 1px 4px #00000038}.cr-slider-input::-moz-range-thumb{border:2px solid var(--brand-terra-400);cursor:pointer;pointer-events:auto;background:#fff;border-radius:50%;width:18px;height:18px;box-shadow:0 1px 4px #00000038}.cr-price .cr-grid-2{grid-template-columns:1fr 1fr;gap:10px;display:grid}.cd2{--cream-50:#fbf7ef;--cream-100:#f6efe0;--cream-200:#efe5cf;--cream-300:#e5d6b6;--cream-400:#d9c499;--deep-50:#e9f0f2;--deep-100:#c9d9dc;--deep-200:#98b6bc;--deep-300:#5b8993;--deep-400:#2a6976;--deep-500:var(--brand-deep-600);--deep-600:#0c3e4b;--deep-700:#092e38;--deep-800:#061f26;--deep-900:#031318;--terra-50:#fbede7;--terra-100:#f4d2c3;--terra-200:#ebb39a;--terra-300:#e59478;--terra-400:var(--brand-terra-400);--terra-500:#c45d3e;--terra-600:#9a452c;--terra-700:#732f1d;color:var(--deep-700);-webkit-font-smoothing:antialiased;position:relative}.cd2 *{box-sizing:border-box}.cd2 .cd2-wrap{max-width:1280px;margin:0 auto;padding:0 32px}.cd2 .cd2-disp{font-family:var(--font-display),"Playfair Display",Georgia,serif}.cd2 .cd2-script{font-family:var(--font-script),"Caveat",cursive}.cd2 .cd2-eyebrow{font-family:var(--font-script),"Caveat",cursive;color:var(--terra-500);margin-bottom:6px;font-size:26px;line-height:1;display:inline-block;transform:rotate(-2deg)}.cd2 .cd2-h2{font-family:var(--font-display),"Playfair Display",serif;letter-spacing:-.01em;color:var(--deep-700);margin:0;font-size:44px;line-height:1.12}.cd2 .cd2-h2 .it{font-style:italic}@media (max-width:680px){.cd2 .cd2-h2{font-size:32px}.cd2 .cd2-eyebrow{font-size:22px}}.cd2 .cd2-section{scroll-margin-top:96px}.cd2 .soft-card{border:1px solid var(--cream-200);background:#fff;border-radius:22px;padding:28px;position:relative}.cd2 .cut-dashed{background-image:linear-gradient(to right,var(--cream-300) 50%,transparent 50%);background-repeat:repeat-x;background-size:8px 1px;height:1px}.cd2 .scribble{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 240 12' preserveAspectRatio='none'><path d='M2 7 C 30 1, 60 12, 100 6 S 180 2, 238 8' fill='none' stroke='%23E07856' stroke-width='3' stroke-linecap='round'/></svg>");background-position:0 100%;background-repeat:no-repeat;background-size:100% 12px;padding-bottom:12px}.cd2 .cta-pill{background:var(--terra-400);color:#fff;cursor:pointer;border:0;border-radius:999px;justify-content:center;align-items:center;gap:10px;padding:14px 26px;font-weight:600;text-decoration:none;transition:transform .2s,box-shadow .2s,background .2s;display:inline-flex;box-shadow:0 14px 28px -14px #e078568c}.cd2 .cta-pill:hover{background:var(--terra-500);transform:translateY(-1px);box-shadow:0 18px 32px -14px #e07856a6}.cd2 .fl-cta .cta-pill{background:var(--brand-cream-200);color:var(--brand-deep-600);box-shadow:none;border:1px solid #0f4c5c2e;border-radius:9999px;gap:0;padding:0;transition:background .32s,border-color .32s,box-shadow .32s,transform .22s;display:inline-block}@media (hover:hover){.cd2 .fl-cta .cta-pill:hover{background:var(--brand-terra-400);border-color:var(--brand-terra-400);transform:translateY(-2px);box-shadow:0 18px 30px -16px #e078568c}}.cd2 .cta-ghost{border:1.5px solid var(--deep-200);color:var(--deep-500);cursor:pointer;background:0 0;border-radius:999px;align-items:center;gap:8px;padding:11px 18px;font-size:14px;font-weight:500;text-decoration:none;transition:all .2s;display:inline-flex}.cd2 .cta-ghost:hover{border-color:var(--terra-400);color:var(--terra-500);background:#e078560d}.cd2 .stamp{font-family:var(--font-script),"Caveat",cursive;color:var(--terra-500);letter-spacing:.04em;text-transform:uppercase;opacity:.85;background:var(--cream-50);border:2px solid;border-radius:999px;justify-content:center;align-items:center;padding:6px 14px;font-size:14px;display:inline-flex;box-shadow:inset 0 0 0 1px}.cd2 .stamp-rotate{transform:rotate(-8deg)}.cd2 .stamp-circle{width:92px;height:92px;color:var(--terra-500);font-family:var(--font-script),"Caveat",cursive;text-align:center;background:#e078560f;border:2px dashed;border-radius:999px;justify-content:center;align-items:center;padding:6px;font-size:18px;line-height:1.05;display:flex;transform:rotate(-12deg)}.cd2 .stamp-city{color:var(--terra-500);font-family:var(--font-script),"Caveat",cursive;border:1.5px solid var(--terra-400);z-index:2;background:#ffffffeb;border-radius:6px;padding:6px 10px;font-size:18px;line-height:1;position:absolute;top:14px;right:14px;transform:rotate(4deg)}.cd2 .hero{isolation:isolate;background:linear-gradient(180deg,#fbede7 0%,#f6efe0 30%,var(--cream-50) 100%);flex-direction:column;justify-content:flex-end;display:flex;position:relative;overflow:hidden}.cd2 .hero-sky{z-index:0;background:radial-gradient(at 70% 20%,#fbe1b9 0%,#0000 55%),radial-gradient(at 25% 30%,#f2c5a6 0%,#0000 50%),linear-gradient(#fcddb8 0%,#f6c99d 30%,#efb68b 60%,#e5a479 100%);position:absolute;inset:0}.cd2 .hero-photo{z-index:0;background-position:50%;background-size:cover;position:absolute;inset:0}.cd2 .hero-photo:after{content:"";background:linear-gradient(#061f2626 0%,#061f268c 100%);position:absolute;inset:0}.cd2 .hero-sun{filter:blur(2px);z-index:1;background:radial-gradient(circle,#ffe7b7 0%,#ffc988 40%,#0000 70%);border-radius:999px;width:140px;height:140px;position:absolute;top:16%;right:13%}.cd2 .hero-water{z-index:1;background:linear-gradient(180deg,#2a6976 0%,var(--brand-deep-600) 50%,#092e38 100%);height:34%;position:absolute;bottom:0;left:0;right:0;overflow:hidden}.cd2 .hero-water:before{content:"";mix-blend-mode:screen;background-image:repeating-linear-gradient(0deg,#0000 0 8px,#ffffff0d 8px 9px),radial-gradient(at 50% 0,#ffdeb480 0%,#0000 60%);position:absolute;inset:0}.cd2 .hero-edge{width:100%;position:absolute;bottom:-1px;left:0;right:0}.cd2 .hero-inner{z-index:10;padding:44px 0 64px;position:relative}.cd2 .hero-on-photo{color:var(--cream-50)}.cd2 .hero-on-photo .cd2-disp,.cd2 .hero-on-photo h1{color:#fff}.cd2 .hero-badge{background:var(--terra-400);color:#fff;letter-spacing:.06em;text-transform:uppercase;border-radius:999px;align-items:center;gap:6px;padding:6px 12px;font-size:12px;font-weight:600;display:inline-flex}.cd2 .hero-chip{border:1px solid var(--cream-200);color:var(--deep-500);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#fbf7efd9;border-radius:999px;align-items:center;gap:8px;padding:8px 16px;font-size:13px;font-weight:500;display:inline-flex}.cd2 .hero-on-photo .hero-chip{color:#fff;background:#092e3873;border-color:#ffffff40}@keyframes cd2-shimmer{0%{opacity:.6;transform:translate(-10px)}to{opacity:1;transform:translate(10px)}}@keyframes cd2-bob{0%,to{transform:translate(-50%)}50%{transform:translate(-50%,-5px)}}.cd2 .ship-bob{animation:5s ease-in-out infinite cd2-bob}.cd2 .tab-nav{z-index:30;-webkit-backdrop-filter:saturate(140%)blur(10px);backdrop-filter:saturate(140%)blur(10px);border-bottom:1px solid var(--cream-200);background:#fbf7efeb;position:sticky;top:0}.cd2 .tab-row{scrollbar-width:thin;align-items:center;gap:32px;display:flex;overflow-x:auto}.cd2 .tab-link{color:var(--deep-300);cursor:pointer;white-space:nowrap;background:0 0;border:0;border-bottom:2px solid #0000;align-items:center;gap:8px;padding:18px 4px;font-size:15px;font-weight:500;transition:color .15s,border-color .15s;display:inline-flex}.cd2 .tab-link svg{opacity:.7}.cd2 .tab-lbl-mob{display:none}.cd2 .tab-link:hover{color:var(--deep-600)}.cd2 .tab-link.active{color:var(--terra-500);border-bottom-color:var(--terra-400)}.cd2 .tab-link.active svg{opacity:1;color:var(--terra-400)}.cd2 .cd2-main-wrap{z-index:1;padding:48px 0 88px;position:relative}.cd2 .cd2-grid{grid-template-columns:minmax(0,1fr);gap:36px;display:grid}@media (min-width:1024px){.cd2 .cd2-grid{grid-template-columns:minmax(0,1fr) 360px;align-items:start;gap:40px}}@media (min-width:1024px) and (max-width:1199px){.cd2 .cd2-grid{grid-template-columns:minmax(0,1fr) 280px;gap:28px}}.cd2 .cd2-col{flex-direction:column;gap:72px;min-width:0;display:flex}.cd2 .cd2-aside{order:-1}@media (min-width:1024px){.cd2 .cd2-aside{order:0;align-self:stretch}.cd2 .cd2-sticky{position:sticky;top:88px}}@media (max-width:1023px){.cd2 .cd2-col{gap:48px}}.cd2 .route-head{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:36px;display:flex}.cd2 .route-string{position:relative}.cd2 .route-string .rs-tag{background:var(--cream-50);letter-spacing:.18em;text-transform:uppercase;color:var(--deep-300);padding:4px 12px;font-size:11px;font-weight:500;position:absolute;top:-12px;left:32px}.cd2 .rs-pills{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.cd2 .rs-pill{background:var(--cream-100);color:var(--deep-700);border-radius:999px;padding:5px 14px;font-size:14px}.cd2 .rs-pill.hot{background:var(--terra-50);color:var(--terra-600);font-weight:500}.cd2 .rs-arrow{color:var(--deep-200);flex-shrink:0}.cd2 .rs-note{color:var(--deep-300);align-items:center;gap:8px;margin-top:16px;font-size:13px;display:flex}.cd2 .days{flex-direction:column;gap:20px;display:flex}.cd2 .postcard{border:1px solid var(--cream-200);background:#fff;border-radius:18px;transition:transform .2s,box-shadow .25s;position:relative;overflow:hidden;box-shadow:0 1px #0f4c5c0a}.cd2 .postcard:hover{transform:translateY(-2px);box-shadow:0 24px 36px -22px #0f4c5c40}.cd2 .postcard.hl{box-shadow:0 0 0 1px var(--terra-200);background:linear-gradient(#fbede7 0%,#fff 30%)}.cd2 .pc-grid{grid-template-columns:1fr;display:grid}@media (min-width:640px){.cd2 .pc-grid{grid-template-columns:2fr 1fr}}.cd2 .pc-body{min-width:0;padding:28px}.cd2 .pc-art{min-height:180px;position:relative;overflow:hidden}.cd2 .pc-art-img{background-position:50%;background-size:cover;position:absolute;inset:0}.cd2 .pc-art-grad{position:absolute;inset:0}.cd2 .day-banner{background:var(--deep-500);color:var(--cream-50);border-radius:999px;align-items:center;gap:12px;padding:8px 16px 8px 8px;font-size:14px;font-weight:500;display:inline-flex}.cd2 .day-banner-num{background:var(--terra-400);color:#fff;width:32px;height:32px;font-family:var(--font-display),"Playfair Display",serif;border-radius:999px;place-items:center;font-size:17px;font-style:italic;font-weight:700;display:grid}.cd2 .pc-title{font-family:var(--font-display),"Playfair Display",serif;color:var(--deep-700);margin:0 0 10px;font-size:32px;line-height:1.05}.cd2 .pc-kicker{text-transform:uppercase;letter-spacing:.18em;color:var(--deep-300);margin-bottom:10px;font-size:12px}.cd2 .pc-text{color:var(--deep-700);margin:0 0 14px;font-size:15px;line-height:1.6}.cd2 .pc-meta{color:var(--deep-300);flex-wrap:wrap;align-items:center;gap:12px;font-size:13px;display:flex}.cd2 .pc-meta .dot{color:var(--cream-400)}.cd2 .pc-script{font-family:var(--font-script),"Caveat",cursive;color:var(--deep-300);font-size:19px}.cd2 .pc-script.tr{color:var(--terra-500);transform:rotate(-3deg)}.cd2 details.day-more{border-top:1px dashed var(--cream-300)}.cd2 details.day-more>summary{cursor:pointer;color:var(--terra-500);-webkit-user-select:none;user-select:none;align-items:center;gap:12px;padding:14px 28px;font-size:14px;font-weight:600;list-style:none;display:flex}.cd2 details.day-more>summary::-webkit-details-marker{display:none}.cd2 details.day-more>summary:hover{background:var(--cream-100)}.cd2 details.day-more>summary .chev{margin-left:auto;transition:transform .25s}.cd2 details.day-more[open]>summary .chev{transform:rotate(180deg)}.cd2 details.day-more[open]>summary .lbl-c,.cd2 details.day-more>summary .lbl-o{display:none}.cd2 details.day-more[open]>summary .lbl-o{display:inline}.cd2 .day-more-body{padding:4px 28px 28px}.cd2 .dm-ev{border-top:1px dashed var(--cream-200);color:var(--deep-700);gap:14px;padding:10px 0;font-size:14px;display:flex}.cd2 .dm-ev:first-child{border-top:0}.cd2 .dm-ev-time{font-variant-numeric:tabular-nums;color:var(--terra-500);flex-shrink:0;min-width:48px;font-weight:600}.cd2 .day-sail{border:1px dashed var(--cream-300);color:var(--deep-300);background:#fff;border-radius:16px;align-items:center;gap:14px;padding:16px 22px;font-size:14px;display:flex}.cd2 .day-sail .day-banner{background:var(--deep-400)}.cd2 .day-times{color:var(--deep-500);flex-wrap:wrap;gap:8px 18px;margin:0 0 12px;font-size:13px;display:flex}.cd2 .day-times b{color:var(--deep-700);font-variant-numeric:tabular-nums}.cd2 .day-times .lbl{color:var(--deep-300)}.cd2 details.daydesc{margin:10px 0 0}.cd2 details.daydesc>summary{cursor:pointer;color:var(--terra-500);-webkit-user-select:none;user-select:none;align-items:center;gap:7px;font-size:14px;font-weight:600;list-style:none;display:inline-flex}.cd2 details.daydesc>summary::-webkit-details-marker{display:none}.cd2 details.daydesc>summary .chev{transition:transform .25s}.cd2 details.daydesc[open]>summary .chev{transform:rotate(180deg)}.cd2 details.daydesc>summary .lo{display:none}.cd2 details.daydesc[open]>summary .lo{display:inline}.cd2 details.daydesc[open]>summary .lc{display:none}.cd2 .daydesc-body{border-top:1px dashed var(--cream-200);margin-top:12px;padding-top:14px}.cd2 .exc-wrap{border-top:1px dashed var(--cream-200);margin-top:14px;padding-top:14px}.cd2 .exc-kicker{letter-spacing:.16em;text-transform:uppercase;color:var(--deep-300);margin-bottom:10px;font-size:11px;font-weight:600}.cd2 .exc-variant{border:1px solid var(--cream-200);border-radius:12px;margin-bottom:8px;padding:12px 14px}.cd2 .exc-variant:last-child{margin-bottom:0}.cd2 .exc-variant.inc{background:#f3f9ee;border-color:#cde7bc}.cd2 .exc-variant-h{color:var(--deep-700);justify-content:space-between;align-items:center;gap:10px;font-size:14px;font-weight:600;display:flex}.cd2 .exc-tag{border-radius:999px;flex-shrink:0;padding:3px 9px;font-size:11px;font-weight:700}.cd2 .exc-tag.inc{color:#3e6e27;background:#e4f2d9}.cd2 .exc-tag.paid{background:var(--cream-200);color:var(--deep-500)}.cd2 .exc-variant p{color:var(--deep-500);margin:6px 0 0;font-size:13px;line-height:1.55}.cd2 details.exc-acc{cursor:pointer}.cd2 details.exc-acc>summary{cursor:pointer;list-style:none}.cd2 details.exc-acc>summary::-webkit-details-marker{display:none}.cd2 details.exc-acc>summary .chev{color:var(--deep-300);transition:transform .25s}.cd2 details.exc-acc[open]>summary .chev{transform:rotate(180deg)}.cd2 details.exc-acc>summary{transition:color .15s}.cd2 details.exc-acc:hover>summary{color:var(--terra-500)}.cd2 .daygal{scrollbar-width:thin;gap:8px;margin-top:12px;padding:2px;display:flex;overflow-x:auto}.cd2 .daygal button{cursor:pointer;background:var(--cream-200);border:0;border-radius:10px;flex:none;width:104px;height:74px;padding:0;position:relative;overflow:hidden}.cd2 .daygal img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;display:block}.cd2 .daygal .more{color:#fff;background:#092e388c;place-items:center;font-size:14px;font-weight:600;display:grid;position:absolute;inset:0}.cd2 .ab-grid{grid-template-columns:1fr;gap:20px;display:grid}@media (min-width:768px){.cd2 .ab-grid{grid-template-columns:1fr 1fr}}.cd2 .inc-list{color:var(--deep-700);flex-direction:column;gap:12px;margin:0;padding:0;font-size:14px;list-style:none;display:flex}.cd2 .inc-list li{align-items:flex-start;gap:10px;line-height:1.5;display:flex}.cd2 .inc-mark{border-radius:999px;flex-shrink:0;place-items:center;width:20px;height:20px;margin-top:1px;font-size:12px;font-weight:700;display:grid}.cd2 .inc-mark.in{color:#3e6e27;background:#e4f2d9}.cd2 .inc-mark.out{background:var(--cream-200);color:var(--deep-400)}.cd2 .cd2-prose{color:var(--deep-700);font-size:14px;line-height:1.65}.cd2 .cd2-prose :where(ul,ol){margin:8px 0;padding-left:20px}.cd2 .cd2-prose li{margin:4px 0}.cd2 .cd2-prose img{display:none}.cd2 .cd2-prose a,.cd2 .cd2-a{color:var(--deep-500);text-underline-offset:3px;font-weight:600;text-decoration:underline;transition:color .18s}.cd2 .cd2-prose a:hover,.cd2 .cd2-a:hover{color:var(--terra-500)}.cd2 .ship-sec{border-top:1px dashed var(--cream-300);margin-top:18px;padding-top:16px}.cd2 .ship-sec.first{border-top:0;margin-top:0;padding-top:0}.cd2 .visa-note{background:var(--cream-100);border:1px solid var(--cream-300);color:var(--deep-500);border-radius:12px;align-items:flex-start;gap:10px;margin-top:18px;padding:12px 16px;font-size:13px;line-height:1.5;display:flex}.cd2 .visa-note svg{color:var(--deep-300);flex-shrink:0;margin-top:1px}.cd2 .sea-wrap{flex-direction:column;gap:22px;display:flex}.cd2 .sea-pax{background:var(--cream-100);border:1px solid var(--cream-300);border-radius:16px;padding:18px 20px}.cd2 .sea-pax-row{flex-wrap:wrap;align-items:flex-end;gap:18px;display:flex}.cd2 .sea-stepper{align-items:center;gap:10px;margin-top:6px;display:inline-flex}.cd2 .sea-stepper button{border:1px solid var(--deep-200);width:30px;height:30px;color:var(--deep-600);cursor:pointer;background:#fff;border-radius:9px;font-size:16px}.cd2 .sea-stepper select{border:1px solid var(--deep-200);height:32px;color:var(--deep-700);background:#fff;border-radius:9px;padding:0 8px}.cd2 .sea-stepper span{text-align:center;min-width:18px;color:var(--deep-700);font-weight:600}.cd2 .sea-cur{border:1px solid var(--cream-300);background:#fff;border-radius:999px;gap:4px;margin-top:14px;padding:3px;display:inline-flex}.cd2 .sea-cur button{color:var(--deep-400);cursor:pointer;background:0 0;border:0;border-radius:999px;padding:6px 14px;font-size:12px;font-weight:600}.cd2 .sea-cur button.on{background:var(--deep-600);color:#fff}.cd2 .sea-steps{border-bottom:1px solid var(--cream-300);flex-wrap:wrap;gap:22px;padding-bottom:12px;display:flex}.cd2 .sea-step{color:var(--deep-300);align-items:center;gap:7px;font-size:13px;display:inline-flex}.cd2 .sea-step b{background:var(--cream-200);width:22px;height:22px;color:var(--deep-400);border-radius:999px;place-items:center;font-size:12px;display:grid}.cd2 .sea-step.on{color:var(--deep-700);font-weight:600}.cd2 .sea-step.on b{background:var(--terra-400);color:#fff}.cd2 .sea-note{background:var(--cream-100);border:1px solid var(--cream-300);color:var(--deep-500);border-radius:12px;padding:12px 16px;font-size:13px;line-height:1.5}.cd2 .sea-tiles{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:10px;display:grid}.cd2 .sea-tile{border:1px solid var(--cream-300);cursor:pointer;text-align:left;background:#fff;border-radius:14px;flex-direction:column;align-items:flex-start;gap:4px;padding:12px 14px;display:flex}.cd2 .sea-tile span{color:var(--deep-500);font-size:13px}.cd2 .sea-tile b{color:var(--deep-700);font-size:15px}.cd2 .sea-tile.on{background:var(--deep-600);border-color:var(--deep-600)}.cd2 .sea-tile.on span,.cd2 .sea-tile.on b{color:#fff}.cd2 .sea-cards{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px;display:grid}.cd2 .sea-card{flex-direction:column;padding:0;display:flex;overflow:hidden}.cd2 .sea-card img{-o-object-fit:cover;object-fit:cover;width:100%;height:170px}.cd2 .sea-card-b{flex-direction:column;padding:18px;display:flex}.cd2 .sea-meta{color:var(--deep-300);flex-wrap:wrap;gap:6px 14px;margin-bottom:10px;font-size:13px;display:flex}.cd2 .sea-price{align-items:baseline;gap:6px;margin:8px 0 12px;display:flex}.cd2 .sea-price b{color:var(--deep-700);font-size:20px;font-family:var(--font-display),"Playfair Display",serif}.cd2 .sea-price span{color:var(--deep-300);font-size:12px}.cd2 .sea-sum{background:var(--cream-100);border:1px solid var(--cream-300);color:var(--deep-400);border-radius:12px;flex-wrap:wrap;gap:8px 26px;padding:12px 18px;font-size:13px;display:flex}.cd2 .sea-sum b{color:var(--deep-700)}.cd2 .sea-tariff{cursor:pointer}.cd2 .sea-tariff.on{border-color:var(--terra-400);box-shadow:0 0 0 1px var(--terra-400) inset}.cd2 .sea-tariff-h{color:var(--deep-700);align-items:center;gap:10px;margin-bottom:8px;font-weight:600;display:flex}.cd2 .sea-actions{flex-wrap:wrap;justify-content:space-between;gap:14px;display:flex}.cd2 .sea-cab-list{flex-wrap:wrap;gap:8px;display:flex}.cd2 .sea-cab{color:#3e6e27;background:#e4f2d9;border-radius:999px;padding:7px 14px;font-size:13px;font-weight:600}.cd2 .sea-fine{color:var(--deep-300);margin:0;font-size:12px;line-height:1.5}.cd-bm-ctx{white-space:pre-wrap;font:inherit;color:var(--deep-600,#33474d);background:var(--cream-100,#f6efe0);border:1px solid var(--cream-300,#e7decf);border-radius:12px;margin:0 0 14px;padding:12px 14px;font-size:13px;line-height:1.55}.cd2 .ship-sec-h{font-family:var(--font-display),"Playfair Display",serif;letter-spacing:.16em;text-transform:uppercase;color:var(--terra-500);margin:0 0 8px;font-size:14px}.cd2 .svc-chip{background:var(--cream-100);color:var(--deep-600);border:1px solid var(--cream-200);border-radius:999px;align-items:center;gap:8px;padding:8px 14px;font-size:14px;display:inline-flex}.cd2 .ship-album{background:var(--deep-600);position:relative}.cd2 .ship-body{grid-template-columns:1fr;gap:32px;padding:32px;display:grid}@media (min-width:1024px){.cd2 .ship-body{grid-template-columns:5fr 7fr}}.cd2 .step-num{background:var(--terra-400);color:#fff;width:32px;height:32px;font-family:var(--font-display),"Playfair Display",serif;border-radius:999px;flex-shrink:0;place-items:center;font-size:16px;font-style:italic;font-weight:700;display:grid}.cd2 .cdpass{filter:drop-shadow(0 16px 28px #0f4c5c29);width:100%;max-width:none;margin:0;display:block;position:relative}.cd2 .bp-card{background:var(--cream-50);border:2px dashed var(--cream-300);border-radius:16px;overflow:hidden}.cd2 .bp-top{background:var(--deep-500);color:var(--cream-50);padding:14px 18px 18px;position:relative}.cd2 .bp-perf{background-color:var(--deep-500);background-image:radial-gradient(circle,var(--cream-50) 3px,transparent 3.5px);background-position:5px;background-repeat:repeat-x;background-size:11px 11px;height:11px}.cd2 .bp-perf.cream{background-color:var(--cream-50)}.cd2 .bp-mid{flex-direction:column;gap:11px;padding:14px 18px;display:flex}.cd2 .bp-mono{letter-spacing:.14em;text-transform:uppercase;color:var(--deep-300);margin-bottom:3px;font-size:9px}.cd2 .bp-big{font-family:var(--font-display),"Playfair Display",serif;color:var(--deep-700);font-size:17px;line-height:1}.cd2 .bp-grid2{grid-template-columns:1fr 1fr;gap:10px;display:grid}.cd2 .bp-bot{background:#f6efe099;padding:12px 18px 18px}.cd2 .bp-price{font-family:var(--font-display),"Playfair Display",serif;color:var(--deep-700);font-size:28px;font-style:italic;line-height:1}.cd2 .bp-old{color:var(--deep-300);font-size:12px;text-decoration:line-through}.cd2 .bp-disc{background:var(--terra-400);color:#fff;border-radius:999px;align-items:center;padding:2px 7px;font-size:10px;font-weight:700;display:inline-flex}.cd2 .bp-tape{background:#ebb39ab3;border-left:1px dashed #e0785680;border-right:1px dashed #e0785680;width:60px;height:20px;position:absolute;top:-9px;left:18px;transform:rotate(-4deg);box-shadow:0 3px 6px -3px #00000026}.cd2 .cdpass .cta-pill{padding:11px 18px!important;font-size:14px!important}.cd2 .cd2-fullsec{margin-top:72px}.cd2 .cd2-cta{border-radius:22px;margin-top:48px;overflow:hidden}.cd2 .cd2-cta-tel{color:#fff;font-family:var(--font-display),"Playfair Display",serif;border-bottom:1px dashed #ffffff80;padding-bottom:2px;font-size:20px;font-style:italic;text-decoration:none}.cd2 .cd2-cta-tel:hover{border-bottom-style:solid}.cd2 .help-banner{background:var(--deep-500);color:var(--cream-50);border-radius:22px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:24px;padding:28px 32px;display:flex}.cd2 .help-banner .cd2-disp{color:var(--cream-50)}.cd2 .soft-card{overflow:visible}.cd2 .soft-card>.stamp-circle{z-index:3;position:absolute;top:-26px;right:-10px}.cd2 .soft-card>.stamp{z-index:3;position:absolute;top:-14px;right:-6px}@media (max-width:680px){.cd2 .soft-card>.stamp-circle{width:70px;height:70px;font-size:13px;top:-18px;right:6px}.cd2 .soft-card>.stamp{font-size:12px;right:6px}.cd2-main-wrap{padding:36px 18px 72px}.cd2 .hero-inner{padding:32px 18px 0}.cd2 .pc-body{padding:20px}.cd2 .bp-top,.cd2 .bp-mid,.cd2 .bp-bot{padding-left:18px;padding-right:18px}}.cd2 .bk-steps{flex-direction:column;gap:14px;margin:0;padding:0;list-style:none;display:flex}.cd2 .bk-steps li{color:var(--deep-700);gap:14px;font-size:15px;line-height:1.5;display:flex}.cd2 .bk-meta{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:20px;display:flex}.cd2 .bk-free{color:var(--deep-500);font-size:14px}.cd2 .bk-free strong{color:var(--terra-500);font-size:16px}.cd2 .bk-toggle{background:var(--cream-100);border:1px solid var(--cream-200);border-radius:999px;padding:4px;display:inline-flex}.cd2 .bk-toggle button{cursor:pointer;color:var(--deep-500);background:0 0;border:0;border-radius:999px;padding:8px 18px;font-size:14px;font-weight:500}.cd2 .bk-toggle button.on{background:var(--deep-500);color:var(--cream-50)}.cd2 .bk-toggle button:disabled{opacity:.45;cursor:not-allowed}.cd2 .bk-cats{grid-template-columns:1fr;gap:16px;display:grid}@media (min-width:720px){.cd2 .bk-cats{grid-template-columns:1fr 1fr}}.cd2 .bk-cat{border:1px solid var(--cream-200);background:#fff;border-radius:18px;flex-direction:column;display:flex;overflow:hidden}.cd2 .bk-cat-img{background:var(--cream-200);background-position:50%;background-size:cover;place-items:center;height:170px;display:grid;position:relative}.cd2 .bk-cat-img.noimg{background:linear-gradient(135deg,var(--deep-400),var(--deep-600));height:130px}.cd2 .bk-cat-img-ph{font-family:var(--font-script),"Caveat",cursive;color:#fbf7efeb;text-align:center;flex-direction:column;align-items:center;gap:8px;padding:0 16px;font-size:21px;display:flex}.cd2 .bk-cat-img.noimg svg{color:var(--terra-300)}.cd2 .bk-cat-body{flex-direction:column;flex:1;gap:10px;padding:20px;display:flex}.cd2 .bk-cat-top{justify-content:space-between;align-items:baseline;gap:12px;display:flex}.cd2 .bk-cat-name{color:var(--deep-700);margin:0;font-size:21px}.cd2 .bk-cat-cap{color:var(--deep-300);white-space:nowrap;font-size:12px}.cd2 .bk-cat-desc{color:var(--deep-500);max-height:64px;font-size:13px;line-height:1.55;transition:max-height .25s;position:relative;overflow:hidden}.cd2 .bk-cat-desc.open{max-height:1400px}.cd2 .bk-cat-desc:not(.open):after{content:"";background:linear-gradient(#0000,#fff);height:28px;position:absolute;bottom:0;left:0;right:0}.cd2 .bk-cat-more{cursor:pointer;color:var(--terra-500);background:0 0;border:0;align-self:flex-start;padding:0;font-size:13px;font-weight:600}.cd2 .bk-cat-foot{justify-content:space-between;align-items:flex-end;gap:12px;margin-top:auto;padding-top:8px;display:flex}.cd2 .bk-cat-old{color:var(--deep-300);align-items:center;gap:8px;font-size:13px;display:flex}.cd2 .bk-cat-disc{background:var(--terra-400);color:#fff;border-radius:999px;padding:1px 7px;font-size:11px;font-weight:700}.cd2 .bk-cat-cur{color:var(--deep-300);align-items:baseline;gap:5px;font-size:13px;display:flex}.cd2 .bk-cat-cur b{font-family:var(--font-display),"Playfair Display",serif;color:var(--deep-700);font-size:22px;font-style:italic}.cd2 .bk-cat .cta-pill{white-space:nowrap;padding:10px 18px!important;font-size:14px!important}.cd2 .scheme{position:relative}.cd2 .scheme-legend{color:var(--deep-500);flex-wrap:wrap;align-items:center;gap:18px;margin-bottom:18px;font-size:13px;display:flex}.cd2 .scheme-legend .sw{vertical-align:-2px;border-radius:4px;width:14px;height:14px;margin-right:6px;display:inline-block}.cd2 .scheme-deck{margin-bottom:18px}.cd2 .scheme-deck-name{letter-spacing:.16em;text-transform:uppercase;color:var(--deep-300);margin-bottom:10px;font-size:11px;font-weight:600}.cd2 .cab{cursor:pointer;width:38px;height:30px;color:var(--brand-deep-600);font-variant-numeric:tabular-nums;border:0;border-radius:6px;font-size:11px;font-weight:600;transition:transform .12s}.cd2 .cab.free{background:#bfe3a8}.cd2 .cab.sold{color:#7d3b30;background:#e8a89b}.cd2 .cab:hover{outline:2px solid var(--deep-500);z-index:2;transform:scale(1.12)}.cd2 .scheme-tip{z-index:60;border:1px solid var(--cream-200);pointer-events:none;background:#fff;border-radius:14px;width:260px;position:fixed;overflow:hidden;box-shadow:0 20px 40px -16px #0f4c5c59}.cd2 .scheme-tip-img{background-position:50%;background-size:cover;background-color:var(--cream-200);height:120px}.cd2 .scheme-tip-body{padding:12px 14px}.cd2 .scheme-tip-h{font-family:var(--font-display),"Playfair Display",serif;color:var(--deep-700);font-size:18px}.cd2 .scheme-tip-cat{color:var(--terra-500);margin-top:2px;font-size:13px;font-weight:600}.cd2 .scheme-tip-meta{color:var(--deep-300);margin-top:4px;font-size:12px}.cd2 .scheme-tip-foot{border-top:1px dashed var(--cream-200);justify-content:space-between;align-items:center;gap:10px;margin-top:10px;padding-top:10px;font-size:13px;display:flex}.cd2 .scheme-tip-foot .ok{color:#3e6e27;font-weight:600}.cd2 .scheme-tip-foot .no{color:var(--terra-600);font-weight:600}.cd2 .scheme-tip-price{font-family:var(--font-display),"Playfair Display",serif;color:var(--deep-700);font-size:16px;font-style:italic}.cd2 .sea-locked-h{font-family:var(--font-display),"Playfair Display",serif;color:var(--deep-700);margin:2px 0 14px;font-size:20px}.cd2 .sea-locked-stage{position:relative}.cd2 .sea-locked-grid{filter:blur(5px)saturate(.65);opacity:.55;pointer-events:none;-webkit-user-select:none;user-select:none;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px;display:grid}.cd2 .sea-locked-card{border:1px solid var(--cream-300);background:linear-gradient(180deg,var(--cream-200),#fff 60%);border-radius:16px;height:228px}.cd2 .sea-locked-msg{border:1px solid var(--cream-300);width:max-content;max-width:min(440px,90%);height:max-content;color:var(--deep-600);text-align:left;background:#fff;border-radius:16px;align-items:flex-start;gap:12px;margin:auto;padding:18px 22px;font-size:14px;line-height:1.55;display:flex;position:absolute;inset:0;box-shadow:0 20px 54px -20px #14283c4d}.cd2 .sea-locked-msg svg{color:var(--terra-500);flex:none;margin-top:1px}.cd2 .sea-locked-msg b{color:var(--deep-700);white-space:nowrap}.cd2 .crf{flex-direction:column;gap:18px;display:flex}.cd2 .crf-head h3{font-family:var(--font-display),"Playfair Display",serif}.cd2 .crf-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px;display:grid}.cd2 .crf-f{flex-direction:column;gap:6px;display:flex}.cd2 .crf-f>span{color:var(--deep-400);font-size:12px;font-weight:600}.cd2 .crf-f input,.cd2 .crf textarea{border:1px solid var(--cream-300);font:inherit;color:var(--deep-700);box-sizing:border-box;background:#fff;border-radius:12px;width:100%;padding:11px 14px;font-size:14px}.cd2 .crf-f input:focus,.cd2 .crf textarea:focus{border-color:var(--terra-400);box-shadow:0 0 0 3px var(--terra-50);outline:none}.cd2 .crf textarea{resize:vertical;min-height:80px}.cd2 .crf-pax{flex-wrap:wrap;gap:30px;display:flex}.cd2 .crf-ck{color:var(--deep-500);cursor:pointer;align-items:flex-start;gap:10px;font-size:13px;line-height:1.5;display:flex}.cd2 .crf-ck input{accent-color:var(--terra-500);flex:none;margin-top:2px}.cd2 .crf-err{color:#b3402f;margin:0;font-size:13px}.cd2 .crf-actions{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px;display:flex}.cd2 .crf-ok{text-align:center;padding:34px 18px}.cd2 .crf-ok-ic{color:#3e6e27;background:#e4f2d9;border-radius:999px;place-items:center;width:54px;height:54px;margin:0 auto 14px;font-size:26px;display:grid}.cta-pill:disabled{opacity:.5;pointer-events:none}.cd2 .cta-pill.cta-light{background:var(--brand-cream-200);color:var(--brand-deep-600);box-shadow:none;border:1px solid #0f4c5c2e;border-radius:9999px;gap:0;padding:0;transition:background .32s,border-color .32s,box-shadow .32s,transform .22s;display:inline-block}@media (hover:hover){.cd2 .cta-pill.cta-light:hover{background:var(--brand-terra-400);border-color:var(--brand-terra-400);transform:translateY(-2px);box-shadow:0 18px 30px -16px #e078568c}}.cd2 .sea-cta{border:1.5px solid var(--terra-400);color:var(--terra-600);cursor:pointer;background:0 0;border-radius:999px;align-items:center;gap:8px;padding:11px 22px;font-size:14px;font-weight:600;text-decoration:none;transition:background .25s,color .25s,box-shadow .25s,transform .2s;display:inline-flex}.cd2 .sea-cta svg{transition:transform .25s}@media (hover:hover){.cd2 .sea-cta:hover{background:var(--terra-400);color:#fff;transform:translateY(-1px);box-shadow:0 14px 26px -14px #e078568c}.cd2 .sea-cta:hover svg{transform:translate(3px,-3px)}}.cd2 .cbf-wrap{max-width:1180px;margin:0 auto;padding:32px 20px 60px}.cd2 .cbf-back{color:var(--deep-500);cursor:pointer;background:0 0;border:0;margin-bottom:6px;padding:6px 0;font-size:14px}.cd2 .cbf-back:hover{color:var(--terra-500)}.cd2 .cbf-title{font-family:var(--font-display),"Playfair Display",serif;color:var(--deep-700);margin:0 0 18px;font-size:34px}.cd2 .cbf-steps{border-bottom:1px solid var(--cream-300);flex-wrap:wrap;gap:24px;margin-bottom:24px;padding-bottom:14px;display:flex}.cd2 .cbf-step{color:var(--deep-300);align-items:center;gap:8px;font-size:13px;display:inline-flex}.cd2 .cbf-step b{background:var(--cream-200);width:24px;height:24px;color:var(--deep-400);border-radius:999px;place-items:center;font-size:12px;display:grid}.cd2 .cbf-step.on{color:var(--deep-700);font-weight:600}.cd2 .cbf-step.on b{background:var(--terra-400);color:#fff}.cd2 .cbf-grid{grid-template-columns:1fr 340px;align-items:start;gap:26px;display:grid}.cd2 .cbf-side{flex-direction:column;gap:16px;display:flex;position:sticky;top:20px}.cd2 .cbf-card{border:1px solid var(--cream-300);background:#fff;border-radius:16px;padding:18px 20px}.cd2 .cbf-card-h{font-family:var(--font-display),"Playfair Display",serif;color:var(--deep-700);margin-bottom:12px;font-size:18px}.cd2 .cbf-card-sub{color:var(--deep-400);margin:12px 0 4px;font-size:12px;font-weight:600}.cd2 .cbf-cruise-dates{color:var(--deep-600);background:var(--cream-100);border-radius:10px;padding:8px 12px;font-size:13px}.cd2 .cbf-route{color:var(--deep-600);font-size:13px;line-height:1.5}.cd2 .cbf-ship{color:var(--deep-700);font-size:15px;font-weight:600}.cd2 .cbf-chips{gap:8px;margin-bottom:6px;display:flex}.cd2 .cbf-chips span{background:var(--cream-200);color:var(--deep-600);border-radius:999px;padding:4px 12px;font-size:12px}.cd2 .cbf-total{border-top:1px solid var(--cream-300);justify-content:space-between;align-items:baseline;margin-top:14px;padding-top:14px;display:flex}.cd2 .cbf-total b{font-family:var(--font-display),"Playfair Display",serif;color:var(--deep-700);font-size:22px}.cd2 .cbf-note-warn{color:var(--deep-400);border-left:3px solid var(--terra-400);margin:12px 0 0;padding-left:10px;font-size:12px;line-height:1.5}.cd2 .cbf-banner{background:var(--terra-50);border:1px solid var(--terra-200);color:var(--deep-700);border-radius:14px;flex-wrap:wrap;justify-content:space-between;gap:10px;margin-bottom:20px;padding:14px 18px;font-weight:600;display:flex}.cd2 .cbf-banner-chips{gap:8px;display:flex}.cd2 .cbf-banner-chips i{color:var(--deep-500);background:#fff;border-radius:999px;padding:4px 12px;font-size:12px;font-style:normal;font-weight:500}.cd2 .cbf-pane{flex-direction:column;gap:18px;display:flex}.cd2 .cbf-person{border:1px solid var(--cream-300);border-radius:16px;flex-direction:column;gap:14px;padding:20px;display:flex}.cd2 .cbf-person-h{font-family:var(--font-display),"Playfair Display",serif;color:var(--deep-700);font-size:18px}.cd2 .cbf-hint{color:var(--deep-500);background:var(--cream-100);border-left:3px solid var(--terra-400);border-radius:8px;margin:0;padding:10px 14px;font-size:13px;line-height:1.5}.cd2 .cbf-gender{color:var(--deep-600);gap:22px;font-size:14px;display:flex}.cd2 .cbf-gender label,.cd2 .cbf-radios label{cursor:pointer;align-items:center;gap:7px;display:inline-flex}.cd2 .cbf-gender input,.cd2 .cbf-radios input{accent-color:var(--terra-500)}.cd2 .cbf-paygrid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));align-items:start;gap:14px;display:grid}.cd2 .cbf-radios{color:var(--deep-600);flex-direction:column;gap:8px;margin-top:4px;font-size:14px;display:flex}.cd2 .cbf-ready{color:#2f6b2a;background:#eaf6e4;border:1px solid #bfe0ae;border-radius:12px;padding:14px 18px;font-size:14px;line-height:1.5}.cd2 .cbf-sum{border:1px solid var(--cream-300);color:var(--deep-600);border-radius:12px;padding:14px 18px;font-size:13px;line-height:1.6}.cd2 .cbf-sum-h{color:var(--deep-700);margin-bottom:4px;font-weight:700}.cd2 .cbf-actions{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px;margin-top:6px;display:flex}.cd2 .cbf-ok{text-align:center;align-items:center;padding:50px 20px}.cd2 .cbf-ok-ic{color:#2f6b2a;background:#eaf6e4;border-radius:999px;place-items:center;width:60px;height:60px;margin:0 auto;font-size:30px;display:grid}@media (max-width:900px){.cd2 .cbf-grid{grid-template-columns:1fr}.cd2 .cbf-side{position:static}}.cd2 .crf-f select{border:1px solid var(--cream-300);font:inherit;color:var(--deep-700);box-sizing:border-box;appearance:none;cursor:pointer;background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23C8623F' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-position:right 14px center;background-repeat:no-repeat;border-radius:12px;width:100%;padding:11px 38px 11px 14px;font-size:14px}.cd2 .crf-f select:focus{border-color:var(--terra-400);box-shadow:0 0 0 3px var(--terra-50);outline:none}.cd2 .crf-f .crf-date{border:1px solid var(--cream-300);font:inherit;color:var(--deep-700);box-sizing:border-box;text-align:left;cursor:pointer;background:#fff;border-radius:12px;justify-content:space-between;align-items:center;gap:8px;width:100%;padding:11px 14px;font-size:14px;display:flex}.cd2 .crf-f .crf-date:hover{border-color:var(--terra-400)}.cd2 .cbf-paystatic{color:var(--deep-600);background:var(--cream-100);border:1px solid var(--cream-300);border-radius:10px;padding:11px 14px;font-size:14px}.cd2 .fsel{position:relative}.cd2 .fsel-trig{box-sizing:border-box;border:1px solid var(--cream-300);width:100%;font:inherit;color:var(--deep-700);cursor:pointer;text-align:left;background:#fff;border-radius:12px;justify-content:space-between;align-items:center;gap:10px;padding:11px 14px;font-size:14px;display:flex}.cd2 .fsel-trig:hover{border-color:var(--terra-400)}.cd2 .fsel-trig.ph{color:var(--deep-300)}.cd2 .fsel-trig:focus-visible{border-color:var(--terra-400);box-shadow:0 0 0 3px var(--terra-50);outline:none}.cd2 .fsel-chev{color:var(--terra-500);flex:none;transition:transform .2s}.cd2 .fsel-chev.up{transform:rotate(180deg)}.cd2 .fsel-list{z-index:60;border:1px solid var(--cream-300);background:#fff;border-radius:14px;flex-direction:column;gap:2px;max-height:260px;padding:6px;display:flex;position:absolute;top:calc(100% + 6px);left:0;right:0;overflow:auto;box-shadow:0 22px 50px -18px #14283c47}.cd2 .fsel-opt{text-align:left;width:100%;font:inherit;color:var(--deep-700);cursor:pointer;background:0 0;border:0;border-radius:9px;padding:10px 12px;font-size:14px;display:block}.cd2 .fsel-opt:hover{background:var(--cream-100)}.cd2 .fsel-opt.on{background:var(--terra-50);color:var(--terra-600);font-weight:600}.cd2 .ccart{z-index:1000;border:1px solid var(--cream-300);background:#fff;border-radius:16px;width:360px;max-width:calc(100vw - 32px);position:fixed;bottom:24px;right:24px;overflow:hidden;box-shadow:0 24px 60px -20px #14283c59}.cd2 .ccart-head{background:var(--deep-700);color:#fff;cursor:pointer;width:100%;font:inherit;text-align:left;border:0;align-items:center;gap:10px;padding:14px 18px;display:flex}.cd2 .ccart-title{font-size:14px}.cd2 .ccart-sum{margin-left:auto;font-size:15px;font-weight:700}.cd2 .ccart-chev{flex:none;transition:transform .2s}.cd2 .ccart-chev.up{transform:rotate(180deg)}.cd2 .ccart-body{max-height:0;transition:max-height .3s;overflow:hidden}.cd2 .ccart.open .ccart-body{max-height:60vh;overflow:auto}.cd2 .ccart-list{flex-direction:column;gap:6px;padding:8px;display:flex}.cd2 .ccart-it{border:1px solid var(--cream-300);border-radius:10px;justify-content:space-between;align-items:center;gap:10px;padding:10px 12px;display:flex}.cd2 .ccart-it-l{flex-direction:column;display:flex}.cd2 .ccart-it-l b{color:var(--deep-700);font-size:14px}.cd2 .ccart-it-l span{color:var(--deep-400);font-size:12px}.cd2 .ccart-it-r{align-items:center;gap:10px;display:flex}.cd2 .ccart-it-r>span{color:var(--deep-700);white-space:nowrap;font-size:14px;font-weight:600}.cd2 .ccart-x{color:var(--deep-300);cursor:pointer;background:0 0;border:0;font-size:14px}.cd2 .ccart-x:hover{color:#b3402f}.cd2 .ccart-foot{border-top:1px solid var(--cream-300);padding:14px 16px}.cd2 .ccart-total{justify-content:space-between;align-items:baseline;margin-bottom:10px;display:flex}.cd2 .ccart-total b{font-family:var(--font-display),"Playfair Display",serif;color:var(--deep-700);font-size:20px}.cd2 .ccart-go{background:var(--terra-400);color:#fff;cursor:pointer;border:0;border-radius:999px;width:100%;padding:12px;font-size:14px;font-weight:600;transition:background .2s}.cd2 .ccart-go:hover{background:var(--terra-500)}@media (max-width:900px){.cd2 .ccart{border-radius:0 0 16px 16px;width:100%;max-width:none;inset:0 0 auto}.cd2 .ccart.open .ccart-body{max-height:50vh}}.cd2 .scheme{flex-direction:column;gap:14px;display:flex}.cd2 .scheme-legend{color:var(--deep-600);flex-wrap:wrap;gap:20px;font-size:13px;display:flex}.cd2 .scheme-legend span{align-items:center;gap:7px;display:inline-flex}.cd2 .scheme-legend .sw{border-radius:4px;width:14px;height:14px;display:inline-block}.cd2 .sw.free{background:#cde8bc}.cd2 .sw.booked{background:#f6e2b0}.cd2 .sw.sold{background:#f0c2ba}.cd2 .scheme-hint{color:var(--deep-400);margin:0;font-size:12.5px;line-height:1.5}.cd2 .scheme-deck{flex-direction:column;gap:8px;display:flex}.cd2 .scheme-deck-name{color:var(--deep-500);text-transform:uppercase;letter-spacing:.04em;font-size:13px;font-weight:600}.cd2 .scheme-row{flex-wrap:wrap;gap:6px;display:flex}.cd2 .scheme .cab{cursor:pointer;border:1px solid #0000;border-radius:8px;min-width:42px;height:38px;padding:0 8px;font-size:13px;font-weight:600;transition:transform .12s,box-shadow .12s}.cd2 .scheme .cab.free{color:#356b22;background:#cde8bc}.cd2 .scheme .cab.booked{color:#8a5e10;background:#f6e2b0}.cd2 .scheme .cab.sold{color:#a23b2b;cursor:pointer;background:#f0c2ba}.cd2 .scheme .cab:hover{transform:translateY(-1px);box-shadow:0 6px 14px -6px #14283c66}.cd2 .scheme .cab.incart{outline:2px solid var(--terra-500);outline-offset:1px}.cd2 .scheme-pop-ov{z-index:1100;background:#141e2873;justify-content:center;align-items:center;padding:18px;display:flex;position:fixed;inset:0}.cd2 .scheme-pop{background:#fff;border-radius:18px;width:min(440px,94vw);position:relative;overflow:hidden;box-shadow:0 30px 70px -22px #14283c80}.cd2 .scheme-pop-x{z-index:2;width:30px;height:30px;color:var(--deep-600);cursor:pointer;background:#ffffffe6;border:0;border-radius:999px;font-size:14px;position:absolute;top:10px;right:10px}.cd2 .scheme-pop-img{background-position:50%;background-size:cover;height:180px}.cd2 .scheme-pop-b{flex-direction:column;gap:8px;padding:18px 20px 20px;display:flex}.cd2 .scheme-pop-h{font-family:var(--font-display),"Playfair Display",serif;color:var(--deep-700);font-size:22px}.cd2 .scheme-pop-st{border-radius:999px;align-self:flex-start;padding:3px 12px;font-size:12px;font-weight:600}.cd2 .scheme-pop-st.free{color:#356b22;background:#cde8bc}.cd2 .scheme-pop-st.booked{color:#8a5e10;background:#f6e2b0}.cd2 .scheme-pop-st.sold{color:#a23b2b;background:#f0c2ba}.cd2 .scheme-pop-meta{color:var(--deep-500);flex-wrap:wrap;gap:6px 14px;font-size:13px;display:flex}.cd2 .scheme-pop-foot{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-top:6px;display:flex}.cd2 .scheme-pop-price{flex-direction:column;line-height:1.15;display:flex}.cd2 .scheme-pop-price s{color:var(--deep-300);font-size:12px}.cd2 .scheme-pop-price b{font-family:var(--font-display),"Playfair Display",serif;color:var(--deep-700);font-size:20px}.cd2 .scheme-pop-acts{align-items:center;gap:10px;display:flex}.cd2 .scheme-pop-more{color:var(--terra-600);cursor:pointer;background:0 0;border:0;font-size:13px;font-weight:600;text-decoration:underline}.cd2 .scheme-pop-add{background:var(--terra-400);color:#fff;cursor:pointer;border:0;border-radius:999px;padding:10px 18px;font-size:13px;font-weight:600}.cd2 .scheme-pop-add:hover{background:var(--terra-500)}.cd2 .scheme-pop-incart{color:#356b22;font-size:13px;font-weight:600}.cd2 .cmod-ov{z-index:1200;background:#141e2880;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.cd2 .cmod{background:#fff;border-radius:20px;flex-direction:column;width:min(880px,96vw);max-height:92vh;display:flex;position:relative;overflow:hidden;box-shadow:0 34px 80px -24px #14283c8c}.cd2 .cmod-x{z-index:3;width:34px;height:34px;color:var(--deep-600);cursor:pointer;background:#ffffffeb;border:0;border-radius:999px;font-size:15px;position:absolute;top:14px;right:14px}.cd2 .cmod-grid{flex:1;grid-template-columns:1fr 1fr;gap:0;min-height:0;display:grid;overflow:hidden}.cd2 .cmod-l{border-right:1px solid var(--cream-200);padding:26px;overflow-y:auto}.cd2 .cmod-ph{background:var(--cream-100);border:1px dashed var(--cream-300);height:170px;color:var(--deep-300);border-radius:14px;flex-direction:column;justify-content:center;align-items:center;gap:8px;margin-bottom:16px;font-size:13px;display:flex}.cd2 .cmod-desc{color:var(--deep-600);font-size:13.5px;line-height:1.6}.cd2 .cmod-desc strong{color:var(--deep-700)}.cd2 .cmod-r{flex-direction:column;gap:14px;padding:26px;display:flex;overflow-y:auto}.cd2 .cmod-h{font-family:var(--font-display),"Playfair Display",serif;color:var(--deep-700);font-size:24px}.cd2 .cmod-cat{color:var(--deep-500);margin-top:-6px;font-size:14px}.cd2 .cmod-srv-h{text-transform:uppercase;letter-spacing:.04em;color:var(--deep-400);margin-bottom:8px;font-size:12px;font-weight:700}.cd2 .cmod-srv ul{grid-template-columns:1fr 1fr;gap:8px 14px;margin:0;padding:0;list-style:none;display:grid}.cd2 .cmod-srv li{color:var(--deep-600);align-items:center;gap:8px;font-size:13px;display:flex}.cd2 .cmod-srv li img{-o-object-fit:contain;object-fit:contain;flex:none;width:18px;height:18px}.cd2 .cmod-srv li i{background:var(--terra-400);border-radius:999px;flex:none;width:6px;height:6px}.cd2 .cmod-tar{flex-direction:column;gap:8px;display:flex}.cd2 .cmod-tar-i{border:1px solid var(--cream-300);cursor:pointer;color:var(--deep-700);border-radius:12px;align-items:center;gap:10px;padding:11px 14px;font-size:14px;display:flex}.cd2 .cmod-tar-i.on{border-color:var(--terra-400);box-shadow:0 0 0 1px var(--terra-400) inset}.cd2 .cmod-tar-i input{accent-color:var(--terra-500)}.cd2 .cmod-tar-i b{margin-left:auto}.cd2 .cmod-foot{border-top:1px solid var(--cream-200);flex-wrap:wrap;align-items:center;gap:14px;padding-top:14px;display:flex}.cd2 .cmod-old{color:var(--deep-300);font-size:13px}.cd2 .cmod-price{font-family:var(--font-display),"Playfair Display",serif;color:var(--deep-700);font-size:22px}.cd2 .cmod-add{background:var(--terra-400);color:#fff;cursor:pointer;border:0;border-radius:999px;margin-left:auto;padding:12px 22px;font-size:14px;font-weight:600}.cd2 .cmod-add:hover{background:var(--terra-500)}.cd2 .cmod-incart{color:#356b22;margin-left:auto;font-size:14px;font-weight:600}.cd2 .cmod-done{background:#ffffffc7;justify-content:center;align-items:center;padding:20px;display:flex;position:absolute;inset:0}.cd2 .cmod-done-card{border:1px solid var(--cream-300);text-align:center;background:#fff;border-radius:18px;max-width:420px;padding:26px;box-shadow:0 24px 60px -20px #14283c66}.cd2 .cmod-done-h{font-family:var(--font-display),"Playfair Display",serif;color:var(--deep-700);margin-bottom:18px;font-size:19px}.cd2 .cmod-done-acts{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}@media (max-width:760px){.cd2 .cmod-grid{grid-template-columns:1fr}.cd2 .cmod-l{border-right:0;border-bottom:1px solid var(--cream-200)}}.cd2 .clist{flex-direction:column;gap:18px;display:flex}.cd2 .clist-filters{flex-wrap:wrap;align-items:flex-end;gap:14px 18px;display:flex}.cd2 .clist-f{flex-direction:column;gap:6px;min-width:180px;display:flex}.cd2 .clist-f>span{color:var(--deep-400);font-size:12px;font-weight:600}.cd2 .clist-cats{position:relative}.cd2 .clist-cats>summary{cursor:pointer;border:1px solid var(--cream-300);color:var(--deep-700);background:#fff;border-radius:12px;padding:11px 14px;font-size:14px;list-style:none}.cd2 .clist-cats>summary::-webkit-details-marker{display:none}.cd2 .clist-cats[open]>summary{border-color:var(--terra-400)}.cd2 .clist-cats-list{z-index:60;border:1px solid var(--cream-300);background:#fff;border-radius:14px;flex-direction:column;gap:2px;min-width:260px;max-height:280px;padding:8px;display:flex;position:absolute;top:calc(100% + 6px);left:0;overflow:auto;box-shadow:0 22px 50px -18px #14283c47}.cd2 .clist-cats-list label{color:var(--deep-700);cursor:pointer;border-radius:8px;align-items:center;gap:9px;padding:8px 10px;font-size:13px;display:flex}.cd2 .clist-cats-list label:hover{background:var(--cream-100)}.cd2 .clist-cats-list input{accent-color:var(--terra-500)}.cd2 .clist-only{color:var(--deep-600);cursor:pointer;align-items:center;gap:9px;font-size:13px;display:inline-flex}.cd2 .clist-only input{accent-color:var(--terra-500)}.cd2 .clist-cards{flex-direction:column;gap:16px;display:flex}.cd2 .clist-card{border:1px solid var(--cream-300);border-radius:16px;flex-direction:column;gap:12px;padding:20px;display:flex}.cd2 .clist-card-top{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.cd2 .clist-card-name{font-family:var(--font-display),"Playfair Display",serif;color:var(--deep-700);font-size:19px}.cd2 .clist-card-sub{color:var(--deep-400);margin-top:3px;font-size:13px}.cd2 .clist-card-price{text-align:right;white-space:nowrap}.cd2 .clist-card-price span{color:var(--deep-300);font-size:12px}.cd2 .clist-card-price b{font-family:var(--font-display),"Playfair Display",serif;color:var(--deep-700);margin-left:4px;font-size:20px}.cd2 .clist-srv{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:7px 16px;margin:0;padding:0;list-style:none;display:grid}.cd2 .clist-srv li{color:var(--deep-600);align-items:center;gap:8px;font-size:13px;display:flex}.cd2 .clist-srv li img{-o-object-fit:contain;object-fit:contain;flex:none;width:17px;height:17px}.cd2 .clist-srv li i{background:var(--terra-400);border-radius:999px;flex:none;width:6px;height:6px}.cd2 .clist-more{color:var(--terra-600);cursor:pointer;background:0 0;border:0;align-self:flex-start;font-size:13px;font-weight:600;text-decoration:underline}.cd2 .clist-desc{color:var(--deep-600);font-size:13px;line-height:1.6}.cd2 .clist-chips{border-top:1px solid var(--cream-200);flex-wrap:wrap;align-items:center;gap:8px;padding-top:12px;display:flex}.cd2 .clist-chips-h{color:var(--deep-500);margin-right:4px;font-size:13px}.cd2 .clist-chip{cursor:pointer;border:1px solid #0000;border-radius:8px;min-width:46px;height:36px;padding:0 10px;font-size:13px;font-weight:600;transition:transform .12s}.cd2 .clist-chip.free{color:#356b22;background:#cde8bc}.cd2 .clist-chip.sold{color:#a23b2b;background:#f0c2ba}.cd2 .clist-chip:hover{transform:translateY(-1px)}.cd2 .scheme-zoom{align-self:flex-end;gap:6px;display:flex}.cd2 .scheme-zoom button{border:1px solid var(--cream-300);width:34px;height:34px;color:var(--deep-600);cursor:pointer;background:#fff;border-radius:999px;font-size:16px}.cd2 .scheme-zoom button:hover{border-color:var(--terra-400);color:var(--terra-500)}.cd2 .scheme-svg-wrap{border:1px solid var(--cream-300);background:#eaf4fb;border-radius:14px;max-height:78vh;padding:12px;overflow:auto}.cd2 .scheme-svg svg{max-width:none;display:block}.cd2 .scheme-svg g[data-cabin-id]:hover rect{stroke:var(--brand-deep-600)!important;stroke-width:1.4px!important}.cd2 .scheme-svg g[data-cabin-id].cst-free rect{fill:#cde8bc!important}.cd2 .scheme-svg g[data-cabin-id].cst-booked rect{fill:#f6e2b0!important}.cd2 .scheme-svg g[data-cabin-id].cst-sold rect{fill:#f0c2ba!important}.cd2 .scheme-svg g[data-cabin-id]{cursor:pointer}.cd2 .clist-card-top{flex-wrap:wrap;align-items:flex-start;gap:18px;display:flex}.cd2 .clist-card-ph{background:var(--cream-200) center/cover no-repeat;border:1px solid var(--cream-300);border-radius:12px;flex:none;width:150px;height:104px}.cd2 .clist-card-tt{flex:1;min-width:180px}.cd2 .clist-card-nums{color:var(--deep-300);margin-top:6px;font-size:12px;line-height:1.5}.cd2 .clist-card-per{color:var(--deep-300);font-size:11px;display:block}@media (max-width:560px){.cd2 .clist-card-ph{width:100%;height:150px}}.cd2 .scheme-pop2{z-index:1150;pointer-events:none;position:fixed;top:46%;left:50%;transform:translate(-50%,-50%)}.cd2 .scheme-pop2-in{pointer-events:auto;background:#fff;border-radius:18px;width:min(420px,92vw);position:relative;overflow:hidden;box-shadow:0 30px 70px -20px #14283c8c}.cd2 .scheme-pop2-img{background-position:50%;background-size:cover;height:168px}.cd2 .cmod-gal{flex-direction:column;gap:8px;margin-bottom:16px;display:flex}.cd2 .cmod-gal-main{background:var(--cream-200) center/cover no-repeat;border-radius:14px;height:240px;position:relative}.cd2 .cmod-gal-nav{width:34px;height:34px;color:var(--deep-700);cursor:pointer;background:#ffffffeb;border:0;border-radius:999px;font-size:18px;position:absolute;top:50%;transform:translateY(-50%)}.cd2 .cmod-gal-nav.prev{left:10px}.cd2 .cmod-gal-nav.next{right:10px}.cd2 .cmod-gal-c{color:#fff;background:#141e2899;border-radius:999px;padding:3px 10px;font-size:12px;position:absolute;bottom:10px;right:12px}.cd2 .cmod-gal-th{gap:6px;display:flex}.cd2 .cmod-gal-th button{background:var(--cream-200) center/cover no-repeat;cursor:pointer;border:2px solid #0000;border-radius:8px;width:54px;height:40px;padding:0}.cd2 .cmod-gal-th button.on{border-color:var(--terra-400)}.cd2 .clist-card-ph{position:relative}.cd2 .clist-ph-n{color:#fff;background:#141e2899;border-radius:999px;padding:2px 9px;font-size:11px;position:absolute;bottom:8px;right:8px}.cd2 .scheme-svg-wrap{cursor:grab;border:1px solid var(--cream-300);background:#eaf4fb;border-radius:14px;width:100%;max-height:82vh;padding:12px;overflow:auto}.cd2 .scheme-svg-wrap.drag{cursor:grabbing;-webkit-user-select:none;user-select:none}.cd2 .scheme-svg{width:100%;transition:none}.cd2 .scheme-svg svg{width:100%;max-width:none;height:auto;display:block}.cd2 .cbf-cabin{border:1px solid var(--cream-300);background:var(--cream-50);border-radius:16px;flex-direction:column;gap:14px;padding:18px 20px;display:flex}.cd2 .cbf-cabin-top{align-items:center;gap:12px;display:flex}.cd2 .cbf-cabin-h{font-family:var(--font-display),"Playfair Display",serif;color:var(--deep-700);font-size:19px}.cd2 .cbf-cabin-free{color:#356b22;background:#cde8bc;border-radius:999px;padding:3px 12px;font-size:12px;font-weight:600}.cd2 .cbf-cabin-chips{flex-wrap:wrap;gap:8px;display:flex}.cd2 .cbf-cabin-chips i{color:var(--deep-600);border:1px solid var(--cream-300);background:#fff;border-radius:999px;padding:4px 12px;font-size:12px;font-style:normal}.cd2 .cbf-cabin .cbf-person{background:#fff}.cd2 .clist-card{padding:18px 20px}.cd2 .clist-card-grid{grid-template-columns:minmax(260px,1.2fr) minmax(220px,1fr) minmax(260px,1.2fr);align-items:start;gap:0;display:grid}.cd2 .clist-col{padding:0 22px}.cd2 .clist-col1{padding-left:0}.cd2 .clist-col2{border-left:1px solid var(--cream-300);border-right:1px solid var(--cream-300);min-height:200px}.cd2 .clist-col3{flex-direction:column;gap:10px;padding-right:0;display:flex}.cd2 .clist-col-h{text-transform:uppercase;letter-spacing:.04em;color:var(--deep-500);font-size:13px;font-weight:700}.cd2 .clist-col-h-row{justify-content:space-between;align-items:baseline;gap:10px;display:flex}.cd2 .clist-left{color:var(--terra-600);font-size:12.5px;font-weight:600}.cd2 .clist-left.sold{color:#a23b2b}.cd2 .clist-place{color:var(--deep-500);font-size:13px}.cd2 .clist-card-name{font-family:var(--font-display),"Playfair Display",serif;color:var(--deep-700);margin-bottom:12px;font-size:19px;line-height:1.25}.cd2 .clist-card-ph{background:var(--cream-200) center/cover no-repeat;border:1px solid var(--cream-300);border-radius:12px;width:100%;height:170px;margin-bottom:12px;position:relative}.cd2 .clist-card-gal{color:var(--deep-700);cursor:pointer;background:#ffffffe6;border:0;border-radius:999px;padding:6px 14px;font-size:12px;font-weight:600;position:absolute;top:12px;left:12px;box-shadow:0 6px 16px -6px #14283c59}.cd2 .clist-card-gal:hover{background:#fff}.cd2 .clist-card-nums{color:var(--deep-500);font-size:12.5px;line-height:1.5}.cd2 .clist-card-nums b{color:var(--deep-700);font-weight:600}.cd2 .clist-srv-empty{color:var(--deep-300);margin:0;font-size:13px}.cd2 .clist-price-foot{border-top:1px solid var(--cream-300);flex-direction:column;align-items:flex-end;gap:2px;margin-top:auto;padding-top:10px;display:flex}.cd2 .clist-price-foot s{color:var(--deep-300);font-size:12px}.cd2 .clist-price-foot b{font-family:var(--font-display),"Playfair Display",serif;color:var(--deep-700);font-size:18px}@media (max-width:900px){.cd2 .clist-card-grid{grid-template-columns:1fr}.cd2 .clist-col{padding:14px 0;border:0!important;border-top:1px solid var(--cream-300)!important}.cd2 .clist-col1{padding-top:0;border-top:0!important}}.cd2 .cg-ov{z-index:1200;background:#141e28b3;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.cd2 .cg-modal{background:#fff;border-radius:18px;width:min(1100px,96vw);max-height:92vh;padding:24px;position:relative;overflow:auto;box-shadow:0 34px 80px -22px #0000008c}.cd2 .cg-x{width:36px;height:36px;color:var(--deep-700);cursor:pointer;z-index:3;background:#fffffff2;border:0;border-radius:999px;font-size:15px;position:absolute;top:14px;right:14px}.cd2 .cg-h{font-family:var(--font-display),"Playfair Display",serif;color:var(--deep-700);margin-bottom:14px;font-size:22px}.cd2 .sea-kid{align-items:center;gap:8px;display:flex}.cd2 .sea-kid .fs-trigger{min-width:80px;height:38px}.cd2 .sea-kid-x{border:1px solid var(--cream-300);width:32px;height:32px;color:var(--deep-400);cursor:pointer;background:#fff;border-radius:50%;justify-content:center;align-items:center;font-size:13px;line-height:1;transition:all .2s;display:flex}.cd2 .sea-kid-x:hover{background:var(--terra-50);border-color:var(--terra-300);color:var(--terra-600)}@media (max-width:768px){.cd2 .cd2-h2{font-size:28px;line-height:1.15}.cd2 .cd2-eyebrow{font-size:18px}.cd2 .cd2-disp{font-size:18px!important}.cd2 .cd2-section{padding-top:0;padding-bottom:0}.cd2 .cd2-main-wrap{padding-top:18px}}@media (max-width:480px){.cd2 .cd2-h2{font-size:24px}.cd2 .cd2-eyebrow{font-size:15px}}@media (max-width:680px){.cd2 .bk-meta{flex-direction:column;align-items:flex-start;gap:10px}.cd2 .bk-toggle{width:100%}.cd2 .bk-toggle button{flex:1}.cd2 .bk-free{font-size:14px}.cd2 .bk-steps{font-size:13.5px}.cd2 .bk-steps li{gap:10px}}@media (max-width:760px){.cd2 .sea-pax-row{flex-direction:column;align-items:stretch;gap:14px}.cd2 .sea-pax-row>div{width:100%}.cd2 .sea-pax-row .cta-pill{width:100%;margin-left:0!important}.cd2 .sea-stepper,.cd2 .sea-kid{width:fit-content}}@media (max-width:680px){.cd2 .sea-cur{flex-wrap:wrap}.cd2 .sea-cur button{flex:40%}.cd2 .sea-steps{flex-wrap:wrap;gap:8px}.cd2 .sea-step{font-size:13px}.cd2 .sea-actions{flex-direction:column-reverse;align-items:stretch;gap:10px}.cd2 .sea-actions>*{width:100%}.cd2 .sea-sum{flex-direction:column;align-items:flex-start;gap:4px;font-size:13.5px}}@media (max-width:480px){.cd2 .sea-cards,.cd2 .sea-tiles,.cd2 .sea-locked-grid{grid-template-columns:1fr!important}.cd2 .sea-cab-list{gap:6px}.cd2 .sea-cab{font-size:13px}}@media (max-width:900px){.cd2 .cbf-wrap{padding-left:14px;padding-right:14px}.cd2 .cbf-title{font-size:26px}.cd2 .cbf-side{margin-top:18px}.cd2 .cbf-banner{flex-direction:column;align-items:flex-start;gap:10px}.cd2 .cbf-banner-chips{flex-wrap:wrap}}@media (max-width:680px){.cd2 .cbf-title{font-size:22px}.cd2 .cbf-pane{padding:16px}.cd2 .cbf-person-h{font-size:15px}.cd2 .crf-grid{gap:10px;grid-template-columns:1fr!important}.cd2 .cbf-paygrid{grid-template-columns:1fr}.cd2 .cbf-cabin-chips{flex-wrap:wrap;gap:6px;font-size:12px}.cd2 .cbf-cabin-top{flex-flow:wrap;gap:8px}.cd2 .cbf-actions{flex-direction:column-reverse;align-items:stretch;gap:10px}.cd2 .cbf-actions>*{width:100%!important}.cd2 .cbf-gender{flex-wrap:wrap;gap:10px}.cd2 .cbf-steps{flex-wrap:wrap;gap:6px;font-size:12.5px}.cd2 .cbf-step{padding:6px 10px}.cd2 .cbf-cabin{padding:14px}.cd2 .cbf-sum{padding:12px;font-size:13.5px}.cd2 .cbf-sum-h,.cd2 .cbf-back{font-size:14px}.cd2 .cbf-ok{padding:24px 16px}}@media (max-width:760px){.cd2 .cmod{border-radius:14px;max-height:96vh}.cd2 .cmod-l,.cd2 .cmod-r{padding:18px}.cd2 .cmod-h{font-size:20px}.cd2 .cmod-cat{font-size:13.5px}.cd2 .cmod-foot{flex-wrap:wrap;gap:10px}.cd2 .cmod-add{width:100%}.cd2 .cmod-tar-i{flex-wrap:wrap}.cd2 .cmod-srv ul{grid-template-columns:1fr 1fr}.cd2 .cmod-gal-main{height:200px}.cd2 .cmod-done-card{padding:20px 16px}.cd2 .cmod-done-acts{flex-direction:column;align-items:stretch}.cd2 .cmod-done-acts>*{width:100%!important}}@media (max-width:380px){.cd2 .cmod-ov{padding:10px}.cd2 .cmod-srv ul{grid-template-columns:1fr}}@media (max-width:768px){.cd2 .scheme-hint{font-size:13px}.cd2 .scheme-zoom{top:8px;right:8px}.cd2 .scheme-zoom button{width:34px;height:34px;font-size:18px}.cd2 .scheme-svg-wrap{max-height:60vh}.cd2 .scheme-legend{flex-wrap:wrap;gap:10px;font-size:12.5px}}@media (max-width:640px){.cd2.scheme-pop2.portal{width:auto!important;inset:auto 8px 8px!important;transform:none!important}.cd2.scheme-pop2.portal .scheme-pop2-in{border-radius:14px;width:auto}.cd2.scheme-pop2.portal .scheme-pop2-img{height:140px}.cd2.scheme-pop2.portal .scheme-pop-foot{flex-direction:column;align-items:stretch;gap:10px}.cd2.scheme-pop2.portal .scheme-pop-acts{flex-wrap:wrap}.cd2.scheme-pop2.portal .scheme-pop-acts button{flex:1}}.cd2 .scheme-svg-wrap{touch-action:pan-x pan-y;-webkit-overflow-scrolling:touch}@media (max-width:900px){.cd2 .clist-filters{flex-wrap:wrap;gap:12px}.cd2 .clist-f{flex:calc(50% - 6px);min-width:140px}.cd2 .clist-only{flex:100%}}@media (max-width:680px){.cd2 .clist-card-ph{height:200px}.cd2 .clist-card-name{font-size:18px}.cd2 .clist-card-gal{padding:6px 12px;font-size:12px}.cd2 .clist-col-h-row{flex-wrap:wrap;gap:6px}.cd2 .clist-chips{gap:6px}.cd2 .clist-chip{padding:6px 10px;font-size:13px}.cd2 .clist-price-foot b{font-size:18px}}@media (max-width:768px){.cd2-booking+.ccart-bar,.ccart-bar.is-mobile{border-bottom:1px solid var(--cream-300);border-radius:0;position:fixed;inset:0 0 auto;box-shadow:0 6px 18px -8px #14283c2e}}@media (max-width:680px){.cd2 .fl-cta.cd2-cta{background-position:50%;padding:32px 18px}.cd2 .fl-cta-in h2{font-size:22px}.cd2 .fl-cta-in p{font-size:14px}.cd2-cta-tel{font-size:16px}}@media (max-width:768px){.cd2 .cd2-nav-tabs{-webkit-overflow-scrolling:touch;flex-wrap:nowrap;overflow-x:auto}.cd2 .cd2-nav-tabs::-webkit-scrollbar{display:none}.cd2 .cd2-nav-tabs>*{flex-shrink:0}.cd2 .hero h1{line-height:1.15;font-size:24px!important}.cd2 .hero{padding-top:80px;padding-bottom:60px;min-height:auto!important}}@media (max-width:900px){.cd2 .fl-cta{background-position:50%;background-size:cover;background-attachment:scroll!important}.cd2 .fl-cta-in{background:linear-gradient(#062b36c7,#062b36eb)}}@media (max-width:768px){.cd2 .cd2-section{margin-top:0;padding-top:0;padding-bottom:0}.cd2 .cd2-section+.cd2-section{margin-top:18px}.cd2 .cd2-main-wrap{gap:14px;padding-top:12px;padding-bottom:8px}.cd2 .cd2-grid{gap:14px}.cd2 .cd2-col{gap:32px}.cd2 .cd2-cta{margin-top:18px!important}}.cd2 .cdpass{border-radius:16px;overflow:hidden}@media (max-width:768px){.cd2 .tab-nav{border-top:1px solid var(--cream-300);z-index:1100;padding:6px 0 calc(6px + env(safe-area-inset-bottom));background:#fff;border-bottom:0;inset:auto 0 0;box-shadow:0 -8px 24px -10px #14283c2e;position:fixed!important}.cd2 .tab-nav .container,.cd2 .tab-nav>div{padding:0}.cd2 .tab-row{gap:0;display:flex;overflow:visible}.cd2 .tab-link{text-align:center;border-top:2px solid #0000;border-bottom:0;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:3px;padding:6px 2px;font-size:10.5px;line-height:1.1;display:flex}.cd2 .tab-link svg{opacity:.8;width:18px;height:18px}.cd2 .tab-lbl-full{display:none}.cd2 .tab-lbl-mob{display:inline}.cd2 .tab-link.active{border-top-color:var(--terra-400);color:var(--terra-500)}.cd2 .tab-link.active svg{color:var(--terra-400);opacity:1}body:has(.cd2 .tab-nav){padding-bottom:64px}.cd2 .cmod-ov{overscroll-behavior:contain;align-items:stretch;padding:0!important}.cd2 .cmod{border-radius:0;flex-direction:column;width:100%;max-width:100%;height:100dvh;display:flex;max-height:100dvh!important}.cd2 .cmod-grid{-webkit-overflow-scrolling:touch;overscroll-behavior:contain;flex:1;overflow:auto}.cd2 .cmod-x{top:env(safe-area-inset-top,8px);border:1px solid var(--cream-300);background:#fff;width:38px;height:38px;right:12px}.cd2 .cmod-l{border-bottom:1px solid var(--cream-200);padding:18px 18px 12px;border-right:0!important}.cd2 .cmod-r{padding:14px 18px 24px}.cd2 .cmod-gal-main{border-radius:12px;height:220px;position:relative}.cd2 .cmod-desc{font-size:13.5px;line-height:1.55}.cd2 .cmod-done{padding:env(safe-area-inset-top,20px) 16px env(safe-area-inset-bottom,20px);position:fixed;inset:0}.cd2 .cmod-done-card{max-width:none}}.cd2 .cmod-ov{touch-action:none}.cd2 .cmod{touch-action:auto}.cd2 .cmod-grid{touch-action:pan-y}@media (max-width:768px){.cd2 .day-art,.cd2 .day-photo,.cd2 .day-photos,.cd2 .day-thumb,.cd2 .day-art-img,.cd2 .cruise-day-art{display:none!important}.cd2 .day-row,.cd2 .timeline-day{gap:8px;padding:10px 14px}.cd2 .day-title{font-size:14px!important}.cd2 .day-date{font-size:13px}.cd2 .day-stop,.cd2 .stop-row{padding:6px 0;font-size:13px}.cd2 .exc-acc summary{padding:8px 12px;font-size:13.5px}.cd2 .route-full{font-size:13px!important}.cd2 details.day-card{margin-bottom:6px}.cd2 details.day-card summary{padding:10px 14px;font-size:13.5px}.cd2 .ab-files a,.cd2 .ab-pdf,.cd2 .ab-doc{white-space:nowrap;flex-wrap:nowrap;gap:6px;padding:8px 12px;font-size:13px}.cd2 .ab-files svg,.cd2 .ab-files img,.cd2 .ab-pdf svg,.cd2 .ab-doc svg{flex-shrink:0;width:18px;height:18px}.cd2 .ab-files{flex-wrap:wrap;gap:8px}.cd2 .cta-pill{min-height:46px}.cd2 button{min-height:38px}.cd2 .pc-art{display:none!important}.cd2 .pc-grid{grid-template-columns:1fr!important}.cd2 .postcard{padding:14px 16px}.cd2 .postcard+.postcard{margin-top:10px}.cd2 .pc-title{margin:6px 0 4px;font-size:17px!important}.cd2 .day-banner{padding:5px 10px;font-size:12.5px}.cd2 .day-banner-num{font-size:14px}.cd2 .day-times{flex-wrap:wrap;gap:8px 14px;font-size:13px}.cd2 .pc-kicker{font-size:11.5px}.cd2 .daydesc summary{padding:8px 0;font-size:13.5px}.cd2 .daydesc-body .cdp,.cd2 .daydesc-body .day-photos,.cd2 .daydesc-body .cruise-day-photos{display:none!important}.cd2 .day-sail{padding:14px 16px}.cd2 .route-string{padding:12px 14px;margin-bottom:18px!important}.cd2 .days{gap:8px}.cd2 .route-string .rs-tag{font-size:10.5px}.cd2 .route-string .rs-pill{padding:3px 7px;font-size:11px}.cd2 .route-string .rs-arrow{width:14px;height:10px}.cd2 .route-head{flex-direction:column;align-items:flex-start;gap:10px}.cd2 .route-head .cta-ghost{padding:6px 12px;font-size:13px}.cd2 .cd2-about-dl{gap:5px;padding:6px 11px;font-size:12px}.cd2 .ccart-bar,.ccart-bar{border:0;border-bottom:1px solid var(--cream-300);padding:env(safe-area-inset-top,8px) 14px 8px;z-index:1090;border-radius:0;box-shadow:0 4px 14px -6px #14283c33;width:100%!important;max-width:none!important;position:fixed!important;inset:0 0 auto!important}}@media (max-width:640px){.cd2.scheme-pop2.portal{bottom:calc(72px + env(safe-area-inset-bottom,0px))!important;z-index:1095!important}}@media (max-width:768px){.cd2 .scheme-svg-wrap{padding-bottom:12px}.cd2 #booking{padding-bottom:24px}}:is(body:has(.cmod-ov) .cd2 .tab-nav,body:has(.cbf-wrap) .cd2 .tab-nav,body:has(.scheme-pop2.portal) .cd2 .tab-nav){display:none!important}:is(body:has(.cmod-ov),body:has(.cbf-wrap)){padding-bottom:0!important}@media (max-width:768px){.cd2 #booking,.cd2 .cd2-booking{padding-bottom:80px}.cd2 .clist{padding-bottom:24px}.cd2 .cd2-cta{margin-bottom:24px!important}}.cd2 .day-acc{background:var(--deep-700);color:#fff;border:1px solid var(--deep-600);border-radius:10px;margin-bottom:8px;overflow:hidden}.cd2 .day-acc[open]{color:var(--deep-800);border-color:var(--cream-300);background:#fff}.cd2 .day-acc>summary{cursor:pointer;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:14px 16px;font-size:14px;font-weight:500;list-style:none;display:grid}.cd2 .day-acc>summary::-webkit-details-marker{display:none}.cd2 .day-acc-n{font-family:var(--font-display),"Playfair Display",serif;letter-spacing:.01em;font-size:17px;font-weight:600}.cd2 .day-acc-date{opacity:.92;font-size:13.5px}.cd2 .day-acc-chev{opacity:.85;transition:transform .25s}.cd2 .day-acc[open] .day-acc-chev{color:var(--terra-500);transform:rotate(180deg)}.cd2 .day-acc-body{color:var(--deep-700);border-top:1px solid var(--cream-200);background:#fff;padding:14px 16px 18px;font-size:13.5px;line-height:1.55}.cd2 .day-acc-title{font-family:var(--font-display),"Playfair Display",serif;color:var(--deep-700);margin:0 0 6px;font-size:18px}.cd2 .day-acc-note{letter-spacing:.16em;text-transform:uppercase;color:var(--terra-500);margin-bottom:10px;font-size:11.5px}.cd2 .day-acc-times{color:var(--deep-500);flex-wrap:wrap;gap:10px 16px;margin:6px 0 10px;font-size:13px;display:flex}.cd2 .day-acc-times .lbl{text-transform:uppercase;letter-spacing:.08em;color:var(--deep-300);margin-right:4px;font-size:11px}.cd2 .day-acc-times b{color:var(--deep-700)}.cd2 .day-acc-hl{background:var(--terra-500);border-color:var(--terra-500)}.cd2 .day-acc-hl[open]{background:#fff}.cd2 .day-acc-sail{background:var(--deep-600)}.cd2 .day-acc-sail[open]{background:#fff}.cd2 .cd2-mob-cta{display:none}@media (max-width:1023px){.cd2 .bp-bot .cta-pill{display:none}.cd2 .cd2-mob-cta{z-index:950;margin-bottom:8px;display:block;position:sticky;top:10px}.cd2 .cd2-mob-cta-pill{width:100%}}.cd2 .bk-help{background:var(--cream-50);border:1px solid var(--cream-200);border-radius:16px;margin-bottom:24px;padding:18px 22px}.cd2 .bk-help-h{color:var(--deep-700);margin-bottom:12px;font-size:14px;font-weight:600}.cd2 .bk-help .bk-steps{gap:10px}.cd2 .bk-help .bk-steps li{align-items:flex-start;gap:10px;font-size:14px}.cd2 .bk-help .step-num{background:var(--cream-200);color:var(--deep-700);width:24px;height:24px;font-family:inherit;font-size:13px;font-style:normal;font-weight:600}.cd2 .bk-help .bk-steps li>span:last-child{padding-top:3px}.cd2 .bk-cart-i{vertical-align:-3px;color:#3a7a23;justify-content:center;align-items:center;margin:0 1px;display:inline-flex}.cd2 .clist-chip{align-items:center;gap:5px;display:inline-flex}.cd2 .clist-chip .chip-cart{opacity:.85;flex-shrink:0}.cd2 .clist-chip.sold .chip-cart{display:none}.cd2 .cmod-pax{border-top:1px solid var(--cream-200);margin-top:18px;padding-top:18px}.cd2 .cmod-pax-note{color:var(--deep-300);margin-bottom:12px;font-size:12px}.cd2 .cmod-pax-toggle{color:var(--deep-700);cursor:pointer;align-items:center;gap:8px;margin-bottom:12px;font-size:13px;display:flex}.cd2 .cmod-pax-toggle input{accent-color:var(--deep-500)}.cd2 .cmod-pax-row{border:1px solid var(--cream-200);background:#fff;border-radius:10px;grid-template-columns:28px 1fr auto auto;align-items:center;gap:10px;margin-bottom:8px;padding:8px 10px;display:grid}.cd2 .cmod-pax-row.disabled{opacity:.45}.cd2 .cmod-pax-i{background:var(--cream-200);width:24px;height:24px;color:var(--deep-700);border-radius:999px;place-items:center;font-size:12px;font-weight:600;display:grid}.cd2 .cmod-pax-sel{appearance:none;color:var(--deep-700);cursor:pointer;background:0 0;border:0;padding-right:16px;font-size:14px;font-weight:500}.cd2 .cmod-pax-sel:disabled{cursor:not-allowed;color:var(--deep-300)}.cd2 .cmod-pax-price{color:var(--deep-700);white-space:nowrap;font-size:13px;font-weight:600}.cd2 .cmod-pax-h{color:var(--deep-500);letter-spacing:.12em;text-transform:uppercase;margin:14px 0 8px;font-size:12px}.cd2 .cmod-pax-warn{color:var(--terra-600);background:var(--terra-50);border-radius:8px;margin-top:10px;padding:8px 10px;font-size:12px}.cd2 .cmod-price-sub{color:var(--deep-300);margin-left:4px;font-size:12px;font-weight:400}.cd2 .cmod-add[disabled]{opacity:.5;cursor:not-allowed}.cd2 .cmod-pax-ios{background:var(--cream-300);cursor:pointer;border-radius:999px;outline:0;flex:none;align-items:center;width:40px;height:22px;transition:background .2s;display:inline-flex}.cd2 .cmod-pax-ios span{background:#fff;border-radius:999px;width:18px;height:18px;margin-left:2px;transition:transform .2s;display:block;box-shadow:0 1px 4px #00000040}.cd2 .cmod-pax-ios.on{background:var(--terra-400)}.cd2 .cmod-pax-ios.on span{transform:translate(18px)}.cd2 .cmod-pax-toggle{color:var(--deep-700);cursor:default;justify-content:space-between;align-items:center;gap:8px;margin-bottom:10px;font-size:13.5px;display:flex}.cd2 .cmod-pax-add{border:1px dashed var(--cream-300);width:100%;color:var(--deep-500);cursor:pointer;text-align:center;background:#fff;border-radius:10px;padding:9px 14px;font-size:13.5px;transition:border-color .15s,color .15s}.cd2 .cmod-pax-add:hover{border-color:var(--terra-400);color:var(--terra-500)}.cd2 .cmod-pax-del{width:26px;height:26px;color:var(--deep-400);cursor:pointer;background:0 0;border:0;border-radius:999px;place-items:center;padding:0;font-size:20px;line-height:1;transition:background .15s,color .15s;display:grid}.cd2 .cmod-pax-del:hover{background:var(--cream-200);color:#c0392b}.cd2 .cmod-pax-del-ph{width:26px;height:26px;display:block}.cd2 .cmod-pax-row.has-age{grid-template-rows:auto auto;row-gap:6px}.cd2 .cmod-pax-age{color:var(--deep-500);border-top:1px dashed var(--cream-200);grid-column:2/-1;align-items:center;gap:8px;padding-top:6px;font-size:12.5px;display:flex}.cd2 .cmod-pax-age-l{white-space:nowrap}.cd2 .cmod-pax-age-sel{appearance:none;border:1px solid var(--cream-300);color:var(--deep-700);cursor:pointer;background:#fff;border-radius:6px;padding:4px 22px 4px 8px;font-size:13px}.cd2 .cmod-pax-sel{appearance:none;color:var(--deep-700);cursor:pointer;background:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23737583' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M6 9l6 6 6-6'/></svg>") right 4px center/11px no-repeat;border:1px solid #0000;border-radius:7px;padding:5px 22px 5px 8px;font-size:14px;font-weight:500;transition:background-color .15s,border-color .15s}.cd2 .cmod-pax-sel:hover:not(:disabled){border-color:var(--cream-300);background-color:#fff}.cd2 .cmod-pax-sel:focus{border-color:var(--terra-400);background-color:#fff;outline:0}.cd2 .cmod-pax-sel:disabled{cursor:not-allowed;color:var(--deep-300);opacity:.65;background-image:none;padding-right:8px}.cd2 .cmod-pax-age-sel{appearance:none;border:1px solid var(--cream-300);color:var(--deep-700);cursor:pointer;background:#fff url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='11' height='11' viewBox='0 0 24 24' fill='none' stroke='%23737583' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M6 9l6 6 6-6'/></svg>") right 8px center/10px no-repeat;border-radius:8px;min-width:90px;padding:5px 26px 5px 10px;font-size:13px;font-weight:500;transition:border-color .15s,box-shadow .15s}.cd2 .cmod-pax-age-sel:hover{border-color:var(--terra-400)}.cd2 .cmod-pax-age-sel:focus{border-color:var(--terra-500);outline:0;box-shadow:0 0 0 3px #d97c521f}.cd2 .cmod-pax-row.has-age>.cmod-pax-i,.cd2 .cmod-pax-row.has-age>.cmod-pax-sel,.cd2 .cmod-pax-row.has-age>.cmod-pax-price,.cd2 .cmod-pax-row.has-age>.cmod-pax-del,.cd2 .cmod-pax-row.has-age>.cmod-pax-del-ph{grid-row:1;align-self:center}.cd2 .cmod-pax-row.has-age>.cmod-pax-age{grid-row:2}.sim-cr{background:var(--cream-50);border-top:1px solid var(--cream-200)}.sim-cr-h{flex-wrap:wrap;align-items:baseline;gap:14px;margin-bottom:22px;display:flex}.sim-cr-h h2{color:var(--deep-700);letter-spacing:-.01em;margin:0;font-size:26px;font-weight:600}.sim-cr-h-sub{color:var(--deep-400);font-size:13px}.sim-cr-list{flex-direction:column;gap:14px;display:flex}.sim-cr-more{justify-content:center;margin-top:24px;display:flex}.sim-cr-more-btn{border:1.5px solid var(--terra-400);color:var(--terra-500);cursor:pointer;background:#fff;border-radius:999px;align-items:center;gap:8px;padding:12px 28px;font-size:14px;font-weight:600;transition:background-color .2s,color .2s;display:inline-flex}.sim-cr-more-btn:hover{background:var(--terra-400);color:#fff}.sim-cr-more-btn svg{transition:transform .2s}.sim-cr-more-btn:hover svg{transform:translateY(2px)}@media (max-width:760px){.sim-cr-h h2{font-size:22px}}.hcr-form{flex-direction:column;gap:12px;display:flex}.hcr-tabs{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffff1f;border:1px solid #ffffff2e;border-radius:999px;gap:4px;width:fit-content;padding:3px;display:inline-flex}.hcr-tab{color:#ffffffc7;cursor:pointer;background:0 0;border:0;border-radius:999px;padding:7px 16px;font-size:13px;font-weight:600;transition:background-color .2s,color .2s}.hcr-tab:hover{color:#fff}.hcr-tab.is-on{color:var(--deep-700);background:#fff}.hcr-select{width:100%;height:42px;color:var(--deep-700);cursor:pointer;appearance:none;background-color:#ffffffeb;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23434452' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M6 9l6 6 6-6'/></svg>");background-position:right 10px center;background-repeat:no-repeat;background-size:11px;border:1px solid #ffffff40;border-radius:10px;padding:0 32px 0 12px;font-size:14px;font-weight:500}.hcr-select:focus{border-color:var(--terra-400);outline:0}.cd2 .crm{font-family:var(--font-manrope), system-ui, sans-serif;padding:0 4px}.cd2 .crm-rail{position:relative}.cd2 .crm-river{pointer-events:none;z-index:0;width:80px;position:absolute;top:0;left:0}.cd2 .crm-rows{z-index:1;position:relative}.cd2 .crm-row{-moz-column-gap:12px;cursor:pointer;text-align:left;width:100%;color:inherit;background:0 0;border:0;grid-template-columns:80px 1fr auto;align-items:center;column-gap:12px;padding:0;transition:background-color .2s;display:grid}.cd2 .crm-row:hover{background-color:#d97c520a}.cd2 .crm-mark{background:var(--cream-50);border:1.5px solid var(--deep-700);width:36px;height:36px;color:var(--deep-700);font-family:var(--font-display), Georgia, serif;box-shadow:0 0 0 4px var(--cream-50);border-radius:50%;justify-content:center;align-items:center;margin:0 auto;font-size:16px;font-weight:500;line-height:1;transition:all .25s cubic-bezier(.3,.7,.3,1);display:flex}.cd2 .crm-mark.is-on{background:var(--terra-400);border-color:var(--terra-400);color:#fff;width:52px;height:52px;box-shadow:0 0 0 6px #d97c522e,0 0 0 12px #d97c5212}.cd2 .crm-meta{min-width:0}.cd2 .crm-kicker{letter-spacing:.18em;color:#364a568c;text-transform:uppercase;margin-bottom:4px;font-size:9px;font-weight:600;display:block}.cd2 .crm-kicker.terra{color:var(--terra-400)}.cd2 .crm-city{font-family:var(--font-display), Georgia, serif;color:var(--deep-700);font-size:20px;font-weight:500;line-height:1.05;display:block}.cd2 .crm-city.is-on{font-size:24px;font-style:italic}.cd2 .crm-times{text-align:right;white-space:nowrap;flex-direction:column;gap:2px;font-size:12px;line-height:1.5;display:flex}.cd2 .crm-arr{color:#364a56a6}.cd2 .crm-dep{color:var(--terra-400);font-weight:500}.cd2 .crm-body{background:var(--cream-100);z-index:2;border:1px solid #364a5614;border-radius:14px;margin:-6px 0 18px 80px;padding:16px;position:relative}.cd2 .crm-times-row{border-bottom:1px dashed #364a5624;gap:24px;margin-bottom:12px;padding-bottom:12px;display:flex}.cd2 .crm-time-big{font-family:var(--font-display), Georgia, serif;color:var(--deep-700);margin-top:2px;font-size:22px;font-weight:500;line-height:1}.cd2 .crm-body-text{color:var(--deep-500);font-size:13.5px;line-height:1.6}.cd2 .crm-body-text+.crm-body-text{margin-top:10px}.cd2 .crm-stop+.crm-stop{border-top:1px dashed #364a5624;margin-top:14px;padding-top:14px}.cd2 .crm-exc{margin-top:14px}.cd2 .crm-exc-row{background:var(--cream-50);border-radius:8px;justify-content:space-between;gap:12px;margin-top:6px;padding:9px 12px;font-size:13px;display:flex}.cd2 .crm-exc-row em{color:var(--terra-500);font-size:11px;font-style:normal;font-weight:600}.cd2 .crm-exc-row.inc em{color:#1f7a3a}@media (min-width:1024px){.cd2 .crm{display:none}}.cd2 .crm-rows>div+div>.crm-row{border-top:0;position:relative}.cd2 .crm-rows>div+div>.crm-row:before{content:"";pointer-events:none;background:#364a5614;height:1px;position:absolute;top:0;left:80px;right:0}.cd2 .crm-toolbar{justify-content:flex-end;padding:0 4px 14px;display:flex}.cd2 .crm-toggle-all{background:var(--cream-50);color:var(--deep-700);font-family:var(--font-manrope), system-ui, sans-serif;letter-spacing:.02em;cursor:pointer;border:1px solid #364a5626;border-radius:999px;align-items:center;gap:6px;padding:6px 12px;font-size:12px;font-weight:600;transition:background-color .15s,border-color .15s;display:inline-flex}.cd2 .crm-toggle-all:hover{background:var(--cream-100);border-color:var(--terra-400);color:var(--terra-500)}.cd2 .crm-rows>div+div{position:relative}.cd2 .crm-rows>div+div:before{content:"";pointer-events:none;z-index:1;background:#364a5614;height:1px;position:absolute;top:0;left:80px;right:0}.cd2 .crm-rows>div+div>.crm-row:before{display:none}.cd2 .crm-rows>div+div>.crm-row{border-top:0}.cd2 .crm-mark{font-family:var(--font-manrope), system-ui, sans-serif;font-weight:600}.cd2 .crm-body{border-bottom:1px solid #364a5614;margin-bottom:0;padding-bottom:16px}.cd2 .crm-rows>div:has(>.crm-body)+div:before{display:none}.cd2.hcs{font-family:var(--font-sans), system-ui, sans-serif;color:var(--deep-700);flex-direction:column;gap:32px;display:flex}.cd2 .hcs-head{flex-wrap:wrap;align-items:center;gap:24px;display:flex}.cd2 .hcs-h{white-space:nowrap;font-family:var(--font-sans), system-ui, sans-serif;color:var(--deep-500);flex-shrink:0;align-items:center;gap:8px;margin:0;font-size:22px;font-weight:500;line-height:1.1;display:inline-flex}.cd2 .hcs-h em{font-family:var(--font-script), cursive;color:var(--terra-400);font-size:28px;font-style:normal;font-weight:500;position:relative;top:2px}.cd2 .hcs-tabs{flex-wrap:wrap;gap:8px;display:flex}.cd2 .hcs-tab{color:var(--deep-700);cursor:pointer;white-space:nowrap;background:#e078560f;border:1px solid #e0785638;border-radius:10px;padding:9px 18px;font-family:inherit;font-size:13px;font-weight:500;transition:background-color .18s,border-color .18s,color .18s,box-shadow .18s}.cd2 .hcs-tab:hover{border-color:var(--terra-400);color:var(--terra-500);background:#e0785624}.cd2 .hcs-tab.is-on{background:var(--terra-400);border-color:var(--terra-400);color:var(--cream-50);box-shadow:0 4px 12px -4px #e0785673}.cd2 .hcs-tab.is-on:hover{background:var(--terra-500);border-color:var(--terra-500)}.cd2 .hcs-tab-dot{display:none}.cd2 .hcs-fields{grid-template-columns:1.05fr .95fr 1.05fr 1.25fr 1.1fr auto;align-items:stretch;gap:10px;display:grid}.cd2 .hcs-field{background:var(--cream-50);border:1px solid var(--cream-300);cursor:pointer;border-radius:12px;flex-direction:column;justify-content:center;min-height:56px;padding:10px 14px;transition:border-color .2s,box-shadow .2s,background-color .2s;display:flex;position:relative}.cd2 .hcs-field:hover{border-color:var(--terra-400);background:#fff}.cd2 .hcs-field.is-open,.cd2 .hcs-field:focus-within{border-color:var(--terra-400);background:#fff;box-shadow:0 0 0 3px #e0785626}.cd2 .hcs-field[role=button]:focus-visible{outline:2px solid var(--terra-400);outline-offset:2px}.cd2 .hcs-label{letter-spacing:.16em;text-transform:uppercase;color:var(--deep-700);opacity:.6;margin-bottom:4px;font-family:inherit;font-size:9.5px;font-weight:600;display:block}.cd2 .hcs-row{text-align:left;width:100%;color:inherit;background:0 0;border:0;align-items:center;gap:8px;padding:0;font-family:inherit;font-size:14px;line-height:1.4;display:flex}.cd2 .hcs-ico{color:var(--terra-500);flex-shrink:0;display:flex}.cd2 .hcs-ico svg{width:16px;height:16px}.cd2 .hcs-val{color:var(--deep-700);text-overflow:ellipsis;white-space:nowrap;flex:1;font-family:inherit;font-size:14px;font-weight:500;line-height:1.2;overflow:hidden}.cd2 .hcs-ph{color:#364a5680;font-weight:400}.cd2 .hcs-chev{color:var(--deep-500);flex-shrink:0;transition:transform .2s,color .2s;display:flex}.cd2 .hcs-chev.is-open{color:var(--terra-500);transform:rotate(180deg)}.cd2 .hcs-field-date .hcs-date-wrap{flex:1;min-width:0}.cd2 .hcs-field-date .hcs-date-wrap>div{width:100%}.cd2 .hcs-field-date .cr-cal-trigger{width:100%;color:var(--deep-700);font-family:inherit;font-size:14px;background:0 0!important;border:0!important;height:auto!important;min-height:0!important;padding:0!important}.cd2 .hcs-field-date .cr-cal-trigger:hover,.cd2 .hcs-field-date .cr-cal-trigger.is-open{background:0 0!important;border:0!important}.cd2 .hcs-field-date .cr-cal-icon{display:none}.cd2 .hcs-field-date .cr-cal-value{color:var(--deep-700);font-size:14px}.cd2 .hcs-menu{border:1px solid var(--cream-300);z-index:40;background:#fff;border-radius:12px;max-height:320px;padding:4px;position:absolute;top:calc(100% + 6px);left:-1px;right:-1px;overflow-y:auto;box-shadow:0 20px 44px -14px #00000038}.cd2 .hcs-menu-item{width:100%;color:var(--deep-700);text-align:left;cursor:pointer;background:0 0;border:0;border-radius:8px;align-items:center;gap:10px;padding:10px 12px;font-family:inherit;font-size:14px;transition:background-color .15s,color .15s;display:flex}.cd2 .hcs-menu-item:hover{background:var(--cream-50)}.cd2 .hcs-menu-item.is-on{color:var(--terra-500);background:#e078561f;font-weight:500}.cd2 .hcs-menu-mark{width:14px;height:14px;color:var(--terra-500);flex-shrink:0;justify-content:center;align-items:center;display:flex}.cd2 .hcs-menu-mark-empty{border:1.5px solid #364a5640;border-radius:50%;width:8px;height:8px}.cd2 .hcs-menu-grouped{max-height:380px;padding:6px}.cd2 .hcs-menu-search{width:100%;color:var(--deep-700);background:var(--cream-50);border:1px solid #e0785638;border-radius:10px;outline:none;margin-bottom:6px;padding:9px 12px;font-family:inherit;font-size:14px}.cd2 .hcs-menu-search:focus{border-color:var(--terra-400);background:#fff}.cd2 .hcs-menu-group{margin-top:6px}.cd2 .hcs-menu-group:first-of-type{margin-top:0}.cd2 .hcs-menu-group-h{letter-spacing:.16em;text-transform:uppercase;color:var(--deep-500);opacity:.6;padding:7px 12px 4px;font-size:10px;font-weight:600}.cd2 .hcs-menu-empty{text-align:center;color:var(--deep-400);padding:20px;font-size:13px}.cd2 .hcs-cta{background:var(--terra-400);color:var(--cream-50);cursor:pointer;white-space:nowrap;border:0;border-radius:12px;justify-content:center;align-items:center;gap:8px;min-height:56px;padding:0 22px;font-family:inherit;font-size:14px;font-weight:500;transition:background-color .2s,box-shadow .2s;display:flex;position:relative;box-shadow:0 1px 2px #0000000d}.cd2 .hcs-cta:hover{background:var(--terra-500);box-shadow:0 2px 4px #00000014}.cd2 .hcs-cta-ico{display:flex}.cd2 .hcs-cta-ico svg{width:16px;height:16px}.cd2 .hcs-cta-glow{display:none}@media (max-width:1100px){.cd2 .hcs-fields{grid-template-columns:1fr 1fr 1fr}.cd2 .hcs-cta{grid-column:1/-1}}@media (max-width:700px){.cd2 .hcs-fields{grid-template-columns:1fr 1fr}}@media (max-width:480px){.cd2 .hcs-fields{grid-template-columns:1fr}.cd2 .hcs-h{font-size:20px}.cd2 .hcs-h em{font-size:24px}}.adm2-scope-switch{background:#eef0f1;border-radius:8px;gap:2px;padding:3px;display:inline-flex}.adm2-scope-btn{color:#6a7a72;border-radius:6px;padding:6px 14px;font-size:13px;font-weight:600;text-decoration:none;transition:all .15s}.adm2-scope-btn:hover{color:#0f3f3a}.adm2-scope-btn.is-active{color:#0f3f3a;background:#fff;box-shadow:0 1px 2px #0000000f}.clients-uon-grid{border-collapse:collapse;background:#fff;width:100%;font-size:12.5px}.clients-uon-grid thead th{color:#586068;text-align:left;text-transform:uppercase;letter-spacing:.4px;background:#f4f5f6;border-bottom:1px solid #d8dde0;padding:8px 10px;font-size:11px;font-weight:600;position:sticky;top:0}.clients-uon-grid tbody td{vertical-align:top;border-bottom:1px solid #eef0f1;padding:10px}.clients-uon-grid tbody tr:hover{background:#fafbfc}.cu-id{color:#6a7a72;font-family:ui-monospace,Menlo,monospace;font-size:11px}.cu-name{color:inherit;text-decoration:none;display:block}.cu-name-ru{color:#0f3f3a;font-weight:600;line-height:1.25}.cu-name-en{color:#8a948c;text-transform:uppercase;letter-spacing:.4px;margin-top:2px;font-size:11px}.cu-name:hover .cu-name-ru{color:#b0563a;text-decoration:underline}.cu-mono{font-family:ui-monospace,Menlo,monospace}.cu-sub{color:#8a948c;margin-top:2px;font-size:11px}.cu-mgr{color:#586068;font-size:12px}.cu-tag{color:#586068;background:#eef0f1;border-radius:10px;margin-bottom:2px;margin-right:3px;padding:1px 8px;font-size:10.5px;display:inline-block}.cu-amount{text-align:center;color:#586068}.cu-contact-main{font-size:12px}.cu-contact-extra{color:#8a948c;margin-top:1px;font-size:11px}.cu-pager{flex-wrap:wrap;align-items:center;gap:8px;padding:14px 4px;display:flex}.cu-pager-btn{cursor:pointer;color:#0f3f3a;background:#fff;border:1px solid #d8dde0;border-radius:6px;padding:6px 12px;font-size:13px}.cu-pager-btn:hover:not(:disabled){background:#f4f5f6}.cu-pager-btn:disabled{opacity:.4;cursor:not-allowed}.cu-pager-info{color:#0f3f3a;padding:0 8px;font-weight:600}.cu-pager-jump{color:#586068;align-items:center;gap:6px;margin-left:auto;font-size:13px;display:flex}.cu-pager-jump input{text-align:center;border:1px solid #d8dde0;border-radius:4px;width:60px;padding:4px 8px;font-size:13px}.cu-btn{cursor:pointer;color:#586068;background:#fff;border:1px solid #d8dde0;border-radius:6px;padding:6px 14px;font-size:13px}.cu-btn:hover{background:#f4f5f6}.bcf-grid{gap:14px;margin-top:14px;display:grid}.bcf-section{background:#fff;border:1px solid #e6e8eb;border-radius:8px;padding:16px}.bcf-h{text-transform:uppercase;letter-spacing:.5px;color:#586068;margin:0 0 10px;font-size:13px;font-weight:600}.bcf-req{color:#dc2626;margin-left:2px}.bcf-row{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px;margin-bottom:10px;display:grid}.bcf-row label{color:#586068;flex-direction:column;gap:4px;font-size:12px;display:flex}.bcf-row input,.bcf-row select,.bcf-section textarea{color:#0f3f3a;background:#fff;border:1px solid #d8dde0;border-radius:5px;width:100%;padding:8px 10px;font-family:inherit;font-size:13px}.bcf-row input:focus,.bcf-row select:focus,.bcf-section textarea:focus{border-color:#b0563a;outline:none}.bcf-section textarea{resize:vertical;width:100%}.bcf-search{position:relative}.bcf-search input{border:1px solid #d8dde0;border-radius:5px;width:100%;padding:9px 12px;font-size:13px}.bcf-dropdown{z-index:10;background:#fff;border:1px solid #d8dde0;border-radius:5px;max-height:280px;margin-top:2px;position:absolute;top:100%;left:0;right:0;overflow-y:auto;box-shadow:0 8px 24px #00000014}.bcf-dropdown-item{text-align:left;cursor:pointer;background:0 0;border:none;border-bottom:1px solid #f1f3f4;width:100%;padding:8px 12px;display:block}.bcf-dropdown-item:hover{background:#f8f9fa}.bcf-dropdown-name{color:#0f3f3a;font-size:13px;font-weight:500}.bcf-dropdown-sub{color:#8a948c;margin-top:2px;font-size:11px}.bcf-btn-add{color:#b0563a;cursor:pointer;background:0 0;border:1px dashed #b0563a;border-radius:5px;margin-top:8px;padding:6px 12px;font-size:12px}.bcf-btn-add:hover{background:#fff5f0}.bcf-new-client{background:#fafbfc;border-radius:5px;flex-direction:column;gap:8px;margin-top:10px;padding:12px;display:flex}.bcf-new-client input{border:1px solid #d8dde0;border-radius:5px;padding:7px 10px;font-size:13px}.bcf-selected{background:#ecfdf5;border:1px solid #a7f3d0;border-radius:5px;justify-content:space-between;align-items:center;padding:10px 14px;display:flex}.bcf-selected-text{color:#0f3f3a;font-weight:600}.bcf-btn-ghost{cursor:pointer;color:#586068;background:0 0;border:1px solid #d8dde0;border-radius:5px;padding:4px 10px;font-size:12px}.bcf-btn-ghost:hover{background:#fff}.bcf-btn-primary{color:#fff;cursor:pointer;background:#b0563a;border:none;border-radius:5px;padding:9px 16px;font-size:13px;font-weight:600}.bcf-btn-primary:hover{background:#9c4d33}.bcf-btn-primary:disabled{opacity:.6;cursor:not-allowed}.bcf-btn-big{padding:12px 24px;font-size:14px}.bcf-actions{background:#fafbfc;border-radius:8px;flex-direction:column;align-items:flex-end;gap:10px;margin-top:20px;padding:14px;display:flex}.bcf-error{color:#dc2626;background:#fef2f2;border-radius:5px;align-self:stretch;padding:8px 14px;font-size:13px}@media (max-width:1024px){.adm-page-head{padding-top:46px}}.cd-trigger-icon:before{content:"×";font-size:17px;line-height:1}.cd-trigger-btn .cd-x:before{content:"×"}.adm2-modal-close:before{content:"×";font-size:18px;line-height:1}
