.breakdance .bde-section-188-100 .section-container{--bde-grid-gap:var(--bde-column-gap);display:grid;grid-template-columns:repeat(var(--bde-grid-items-per-row,4),minmax(0,1fr));gap:var(--bde-grid-gap);align-items:var(--bde-grid-align-items,stretch);justify-items:var(--bde-grid-justify-items,stretch)}.breakdance .bde-section-188-100 .section-container>*{width:auto!important;height:auto!important}.breakdance .bde-section-188-100 .section-container{--bde-grid-items-per-row:1}.breakdance .bde-section-188-100 .section-container{--bde-section-width:100%}.breakdance .bde-section-188-100 .section-container{padding-left:0px;padding-right:0px;padding-bottom:0px;padding-top:0px}#custom-page{--blue:#134E8E;--blue-deep:#0F3D70;--blue-soft:#E8F0FA;--ink:#172536;--ink-2:#2B3A52;--gold:#FFB33F;--orange:#F40;--paper:#F5F8FC;--paper-2:#EEF2F8;--line:#D9E2EE;--muted:#66758B;--shadow-sm:0 6px 18px rgba(16,24,40,.05);--shadow:0 18px 44px rgba(16,24,40,.06);--shadow-lg:0 30px 70px rgba(16,24,40,.10);--radius-xl:28px;--radius-lg:20px;--radius-md:14px;--ease:cubic-bezier(.2,.7,.2,1);font-family:'Manrope',system-ui,sans-serif;font-size:16.5px;color:var(--ink);background:var(--paper);min-height:100vh;display:flex;flex-direction:column;line-height:1.6;-webkit-font-smoothing:antialiased}:where(#custom-page),:where(#custom-page) *,:where(#custom-page) *::before,:where(#custom-page) *::after{box-sizing:border-box;-webkit-tap-highlight-color:transparent}:where(#custom-page) :where(h1,h2,h3,p,b,span,em){margin:0;padding:0}:where(#custom-page) img{display:block;max-width:100%}:where(#custom-page) svg{display:block;max-width:100%}:where(#custom-page) a{color:inherit;text-decoration:none}#custom-page :focus-visible{outline:2px solid var(--blue);outline-offset:3px;border-radius:4px}#custom-page .err-page{flex:1;display:grid;place-items:center;padding:60px 40px;position:relative;overflow:hidden}#custom-page .err-page::before{content:"";position:absolute;inset:0;background:radial-gradient(1100px 500px at 85% 0%,rgba(19,78,142,.10),transparent 60%),radial-gradient(700px 400px at 0% 70%,rgba(255,179,63,.12),transparent 60%);pointer-events:none}#custom-page .err-page::after{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(19,78,142,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(19,78,142,.05) 1px,transparent 1px);background-size:48px 48px;mask-image:radial-gradient(ellipse at 50% 40%,#000 40%,transparent 78%);-webkit-mask-image:radial-gradient(ellipse at 50% 40%,#000 40%,transparent 78%);pointer-events:none}#custom-page .err-inner{position:relative;z-index:1;max-width:640px;text-align:center}#custom-page .err-logo-link{display:block;width:170px;margin:0 auto 48px}#custom-page .err-logo{width:100%;height:auto;display:block}#custom-page .err-code{font-size:14px;letter-spacing:3.5px;font-weight:700;color:var(--muted);text-transform:uppercase;margin-bottom:22px;display:inline-flex;align-items:center;gap:10px;justify-content:center}#custom-page .err-code::before{content:"";width:8px;height:8px;border-radius:50%;background:var(--orange);box-shadow:0 0 0 4px rgba(255,68,0,.15)}#custom-page .err-code.maint::before{background:var(--gold);box-shadow:0 0 0 4px rgba(255,179,63,.2)}#custom-page .maint-card{margin:0 auto 40px;max-width:520px;background:#fff;border:1px solid var(--line);border-radius:var(--radius-lg);padding:22px 26px;display:flex;align-items:center;gap:18px;box-shadow:var(--shadow)}#custom-page .maint-card-dot{width:12px;height:12px;border-radius:50%;background:var(--gold);flex-shrink:0;position:relative}#custom-page .maint-card-dot::before,#custom-page .maint-card-dot::after{content:"";position:absolute;inset:0;border-radius:50%;background:var(--gold);animation:dpMaintPulse 1.8s cubic-bezier(0,0,.2,1) infinite}#custom-page .maint-card-dot::after{animation-delay:.9s}@keyframes dpMaintPulse{0%{transform:scale(1);opacity:.5}80%,100%{transform:scale(2.4);opacity:0}}#custom-page .maint-card-text{flex:1;text-align:left}#custom-page .maint-card-text b{font-family:'Sora',sans-serif;font-size:17px;color:var(--ink);display:block;margin-bottom:2px;letter-spacing:-.015em;font-weight:700}#custom-page .maint-card-text span{font-size:14px;color:var(--muted)}#custom-page .maint-eta{font-size:14px;color:var(--blue);font-weight:700;padding:7px 12px;border-radius:999px;background:var(--blue-soft);flex-shrink:0}#custom-page .maint-bars{display:flex;gap:4px;align-items:flex-end;justify-content:center;height:44px;margin:0 auto 32px;max-width:220px}#custom-page .maint-bars span{flex:1;background:linear-gradient(180deg,var(--gold),#f59423);border-radius:4px;animation:dpMaintBar 1.4s ease-in-out infinite;min-height:18%}#custom-page .maint-bars span:nth-child(1){animation-delay:0s}#custom-page .maint-bars span:nth-child(2){animation-delay:.12s}#custom-page .maint-bars span:nth-child(3){animation-delay:.24s}#custom-page .maint-bars span:nth-child(4){animation-delay:.36s}#custom-page .maint-bars span:nth-child(5){animation-delay:.48s}#custom-page .maint-bars span:nth-child(6){animation-delay:.6s}#custom-page .maint-bars span:nth-child(7){animation-delay:.72s}@keyframes dpMaintBar{0%,100%{height:22%;opacity:.4}50%{height:100%;opacity:1}}#custom-page .err-title{font-family:'Sora',sans-serif;font-size:clamp(32px,3.2vw,44px);letter-spacing:-.03em;line-height:1.1;color:var(--ink);margin-bottom:16px;font-weight:700;text-wrap:balance}#custom-page .err-title em{font-style:normal;color:var(--blue);position:relative;display:inline-block}#custom-page .err-title em::after{content:"";display:inline-block;width:.14em;height:.14em;border-radius:50%;background:var(--orange);margin-left:.05em;vertical-align:.2em}#custom-page .err-lead{color:var(--muted);font-size:19px;max-width:520px;margin:0 auto 34px;line-height:1.6}#custom-page .err-actions{display:flex;flex-wrap:wrap;gap:12px;justify-content:center}#custom-page .btn{display:inline-flex;align-items:center;gap:8px;padding:12px 20px;border-radius:999px;font-weight:700;font-size:16px;font-family:inherit;transition:transform .2s var(--ease),box-shadow .25s var(--ease),background .2s ease,color .2s ease,border-color .2s ease;border:1px solid transparent;white-space:nowrap;cursor:pointer;text-align:center}#custom-page .btn-primary{background:var(--blue);color:#fff;box-shadow:0 10px 24px rgba(19,78,142,.24)}#custom-page .btn-primary:hover{background:var(--blue-deep);transform:translateY(-2px);box-shadow:0 16px 34px rgba(19,78,142,.30);color:#fff}#custom-page .btn-ghost{background:transparent;color:var(--ink);border-color:var(--line)}#custom-page .btn-ghost:hover{border-color:var(--blue);color:var(--blue);background:rgba(19,78,142,.04)}#custom-page .btn svg{width:14px;height:14px;display:block;flex-shrink:0}#custom-page .err-foot{position:relative;z-index:1;text-align:center;padding:24px;color:var(--muted);font-size:14px;margin-top:auto}#custom-page .err-foot a{color:var(--blue);font-weight:600}#custom-page .err-foot a:hover{color:var(--blue-deep)}@media (prefers-reduced-motion:reduce){#custom-page *,#custom-page *::before,#custom-page *::after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}}@media (max-width:720px){#custom-page .err-page{padding:40px 20px}#custom-page .err-logo-link{width:140px;margin-bottom:36px}#custom-page .err-title{font-size:28px}#custom-page .err-lead{font-size:17px}#custom-page .maint-card{padding:18px 20px;gap:14px}#custom-page .maint-card-text b{font-size:16px}#custom-page .maint-eta{padding:6px 10px;font-size:13px}}@media (max-width:480px){#custom-page .maint-card{flex-direction:column;align-items:flex-start}#custom-page .maint-eta{align-self:stretch;text-align:center}#custom-page .err-actions{flex-direction:column;width:100%}#custom-page .btn{justify-content:center;width:100%}}