html,
body {
    background-color: #ffffff;
    margin: 0;
    padding: 0;
}

body fuse-splash-screen {
    position: fixed;
    inset: 0;
    z-index: 999999;
    display: block;
    overflow: hidden;
    background: #ffffff;
    pointer-events: none;
    opacity: 1;
    visibility: visible;
    transition: opacity 320ms cubic-bezier(0.4, 0, 0.2, 1);
}

body fuse-splash-screen,
body fuse-splash-screen * {
    box-sizing: border-box;
}

body fuse-splash-screen .splash-content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 624.464px;
    display: flex;
    flex-direction: column;
    align-items: center;
    transform: translate(-50%, -50%) scale(0.74);
    transform-origin: center;
}

body fuse-splash-screen .splash-visual {
    position: relative;
    width: 624.464px;
    height: 504px;
    flex: 0 0 auto;
}

body fuse-splash-screen .splash-visual__shape {
    position: absolute;
    display: block;
    border-radius: 885.765px;
}

body fuse-splash-screen .splash-visual__shape--navy {
    top: 0;
    left: 0;
    width: 464.141px;
    height: 325.962px;
    background: #ecedf9;
}

body fuse-splash-screen .splash-visual__shape--orange {
    top: 148.81px;
    left: 399.48px;
    width: 224.984px;
    height: 157.666px;
    background: #ffc8b3;
}

body fuse-splash-screen .splash-visual__illustration {
    position: absolute;
    top: 162.98px;
    left: 162.98px;
    width: 320.493px;
    height: 341.019px;
    display: block;
    object-fit: fill;
}

body fuse-splash-screen .splash-copy {
    margin-top: 64px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 35px;
    font-family: 'Inter', Arial, sans-serif;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
}

body fuse-splash-screen .splash-copy__eyebrow,
body fuse-splash-screen .splash-copy__title {
    margin: 0;
}

body fuse-splash-screen .splash-copy__eyebrow {
    color: #ff6d34;
    font-size: 40px;
    font-weight: 500;
    letter-spacing: 1.6px;
}

body fuse-splash-screen .splash-copy__title {
    color: #050f69;
    font-size: 64px;
    font-weight: 700;
    letter-spacing: 2.56px;
}

body fuse-splash-screen .splash-loader {
    width: 148px;
    height: 148px;
    margin-top: -3px;
    position: relative;
    flex: 0 0 auto;
}

body fuse-splash-screen .splash-loader__dot {
    position: absolute;
    top: 67.192px;
    width: 14.208px;
    height: 14.208px;
    overflow: visible;
    transform-origin: center;
    will-change: transform;
}

body fuse-splash-screen .splash-loader__dot path {
    animation: splash-dot-one-fill 2s linear infinite;
}

body fuse-splash-screen .splash-loader__dot--one {
    left: 29.304px;
    animation: splash-dot-one-size 2s linear infinite;
}

body fuse-splash-screen .splash-loader__dot--two {
    left: 67.518px;
    animation: splash-dot-two-size 2s linear infinite;
}

body fuse-splash-screen .splash-loader__dot--two path {
    animation-name: splash-dot-two-fill;
}

body fuse-splash-screen .splash-loader__dot--three {
    left: 105.712px;
    animation: splash-dot-three-size 2s linear infinite;
}

body fuse-splash-screen .splash-loader__dot--three path {
    animation-name: splash-dot-three-fill;
}

@keyframes splash-dot-one-size {
    0%, 100% { transform: scale(1); }
    5% { transform: scale(1.10806); }
    10% { transform: scale(1.32396); }
    15% { transform: scale(1.48598); }
    16.667% { transform: scale(1.5); }
    20% { transform: scale(1.44796); }
    25% { transform: scale(1.25); }
    30% { transform: scale(1.05204); }
    33.333%, 100% { transform: scale(1); }
}

@keyframes splash-dot-two-size {
    0%, 16.667%, 100% { transform: scale(1); }
    20% { transform: scale(1.05204); }
    25% { transform: scale(1.25); }
    30% { transform: scale(1.44796); }
    33.333% { transform: scale(1.5); }
    35% { transform: scale(1.48598); }
    40% { transform: scale(1.32396); }
    45% { transform: scale(1.10806); }
    50%, 100% { transform: scale(1); }
}

@keyframes splash-dot-three-size {
    0%, 33.333% { transform: scale(1); }
    35% { transform: scale(1.01402); }
    40% { transform: scale(1.17604); }
    45% { transform: scale(1.39194); }
    50%, 100% { transform: scale(1.5); }
}

@keyframes splash-dot-one-fill {
    0% { fill: #ffc8b3; animation-timing-function: cubic-bezier(0.333, 0, 0.667, 1); }
    16.667% { fill: #ff6d34; animation-timing-function: cubic-bezier(0.333, 0, 0.667, 1); }
    33.333%, 100% { fill: #ffc8b3; }
}

@keyframes splash-dot-two-fill {
    0%, 16.667% { fill: #ffc8b3; }
    33.333% { fill: #ff6d34; animation-timing-function: cubic-bezier(0.333, 0, 0.667, 1); }
    50%, 100% { fill: #ffc8b3; }
}

@keyframes splash-dot-three-fill {
    0%, 33.333% { fill: #ffc8b3; }
    50%, 100% { fill: #ff6d34; }
}

body fuse-splash-screen .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

body:not(.fuse-splash-screen-hidden) {
    overflow: hidden;
}

body.fuse-splash-screen-hidden fuse-splash-screen {
    visibility: hidden;
    opacity: 0;
}

@media (max-width: 760px) {
    body fuse-splash-screen .splash-content {
        top: 50%;
        transform: translate(-50%, -50%) scale(0.46);
    }
}

@media (max-height: 820px) and (min-width: 761px) {
    body fuse-splash-screen .splash-content {
        top: 50%;
        transform: translate(-50%, -50%) scale(0.6);
    }
}

@media (prefers-reduced-motion: reduce) {
    body fuse-splash-screen .splash-loader__dot,
    body fuse-splash-screen .splash-loader__dot path {
        animation: none;
    }

    body fuse-splash-screen .splash-loader__dot path {
        fill: #ffc8b3;
    }

    body fuse-splash-screen .splash-loader__dot--three path {
        fill: #ff6d34;
    }
}
