body {
    font-family: 'Montserrat', sans-serif !important;
    overflow-x: hidden !important;
}

.arp__MaF4Cj1H {
    position: relative;
    background:
        radial-gradient(1200px 600px at 15% -10%, rgb(66 92 158 / 45%), transparent 60%),
        radial-gradient(900px 500px at 100% 0%, rgb(13 110 253 / 20%), transparent 55%),
        #262e46;
}

.arp__MaF4Cj1H::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background:
        radial-gradient(650px 650px at var(--orb1x, 10%) var(--orb1y, 20%), rgb(13 110 253 / 22%), transparent 60%),
        radial-gradient(550px 550px at var(--orb2x, 90%) var(--orb2y, 70%), rgb(110 168 255 / 16%), transparent 60%);
    animation: orbDrift 18s ease-in-out infinite alternate;
}
.arp__MaF4Cj1H > *:not(.modal):not(.modal-backdrop) {
    position: relative;
    z-index: 1;
}
@keyframes orbDrift {
    0%   { --orb1x: 5%;  --orb1y: 10%; --orb2x: 95%; --orb2y: 80%; }
    50%  { --orb1x: 20%; --orb1y: 35%; --orb2x: 80%; --orb2y: 55%; }
    100% { --orb1x: 10%; --orb1y: 5%;  --orb2x: 90%; --orb2y: 90%; }
}

.navbar.border-bottom {
    border-color: rgb(255 255 255 / 8%) !important;
    background: rgb(20 24 40 / 55%) !important;
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
}

h2, h3, h5 {
    letter-spacing: .3px;
}

h3.text-white {
    position: relative;
    padding-bottom: 14px;
}
h3.text-white::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 56px;
    height: 3px;
    border-radius: 3px;
    background: linear-gradient(90deg, #0d6efd, #6ea8ff);
}

.card {
    border: 1px solid rgb(255 255 255 / 8%) !important;
    border-radius: 16px !important;
    background: rgb(255 255 255 / 3%) !important;
    transition: transform .25s ease, border-color .25s ease, background .25s ease;
}
.card:hover {
    transform: translateY(-4px);
    border-color: rgb(13 110 253 / 45%) !important;
    background: rgb(255 255 255 / 5%) !important;
}

.arp__VXrAZy74 {
    background: linear-gradient(135deg, #ffffff 30%, #9fc0ff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow: 0 0 40px rgb(13 110 253 / 35%);
    font-size: clamp(2rem, 5vw, 3rem);
}

.arp__stepCard {
    padding: 2.5rem 1.75rem 2rem;
}
.arp__stepCard .card-text {
    max-width: 30ch;
}
.arp__stepCard ol.card-text {
    max-width: none;
    width: 100%;
}
.arp__stepNum {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    margin-bottom: 1.25rem;
    border-radius: 50%;
    font-size: 1.5rem;
    font-weight: 700;
    color: #eaf1ff;
    background: linear-gradient(135deg, rgb(13 110 253 / 25%), rgb(110 168 255 / 10%));
    box-shadow: 0 0 0 1px rgb(13 110 253 / 35%), 0 0 24px rgb(13 110 253 / 25%);
}

.btn-primary {
    position: relative;
    overflow: hidden;
    border: none !important;
    border-radius: 10px !important;
    background: linear-gradient(135deg, #0d6efd, #3a86ff) !important;
    box-shadow: 0 6px 20px rgb(13 110 253 / 30%);
    transition: box-shadow .25s ease, transform .2s ease;
}
.btn-primary:hover {
    background: linear-gradient(135deg, #0b5ed7, #2f76e8) !important;
    box-shadow: 0 8px 28px rgb(13 110 253 / 45%);
    transform: translateY(-1px);
}
.btn-primary::after {
    content: "";
    position: absolute;
    top: 0;
    left: -60%;
    width: 40%;
    height: 100%;
    background: linear-gradient(115deg, transparent, rgb(255 255 255 / 35%), transparent);
    transform: skewX(-20deg);
    transition: left .5s ease;
}
.btn-primary:hover::after {
    left: 130%;
}

/* Social cards */
.arp__Wb70q1Rp iconify-icon.fs-1 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: rgb(13 110 253 / 12%);
    color: #6ea8ff;
    transition: background .25s ease, color .25s ease, transform .25s ease;
}
.card:hover iconify-icon.fs-1 {
    background: rgb(13 110 253 / 25%);
    color: #ffffff;
    transform: scale(1.08);
}

.spinner-wrapper {
    position: fixed;
    z-index: 999999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-backdrop-filter: blur(.2525rem);
    backdrop-filter: blur(0.2525rem);
}

.spinnerSet {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
}

.arp__Ni9TmzCy1E {
    transition: all 0.5s ease !important;
    animation: pulse 1.5s ease-in-out infinite !important;
}
@keyframes pulse {
	from {
		box-shadow: 0 0 20px #0d6efd;
	}
	50% {
		box-shadow: 0 0 30px #0d6efd;
	}
	to {
		box-shadow: 0 0 20px #0d6efd;
	}
}

.arp__NP9fWMR2 {
    margin-top: 120px !important;
}

.arp__B0RJpvTZ {
    margin-top: 120px !important;
    padding-bottom: 120px !important;
}

.arp__Wb70q1Rp {
    padding-bottom: 120px !important;
}

.back-top {
    cursor: pointer;
    position: fixed !important;
    bottom: 40px;
    right: 40px;
    display: block;
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: rgb(13 110 253 / 35%);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    border: 1px solid rgb(255 255 255 / 15%);
    color: #ffffff;
    border-radius: 50%;
    width: 52px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    box-shadow: 0 4px 16px rgb(13 110 253 / 25%);
}

.back-top:hover {
    background: #0d6efd;
    color: #fff;
}

.back-top.back-top-show {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}

/* ARP Adaptation */
@media screen and (max-width: 991px) {
    .arp__GycMuWsf {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        width: 100% !important;
    }
    .arp__m550Rb3b {
        display: none !important;
    }
    .arp__4u2SmZBF {
        display: none !important;
    }
}

@media screen and (max-width: 450px) {
    .arp__gyJ5aNGw {
        text-align: center !important;
        align-items: center !important;
        justify-content: center !important;
    }
    .arp__gZSyR966 {
        flex-flow: column !important;
        align-items: center !important;
        justify-content: center !important;
    }
    .arp__Y78csULc {
        padding: 20px 0 !important;
    }
    .arp__KGlp7Dy8 {
        text-align: center !important;
    }
}