body {
    font-family: 'Montserrat', sans-serif !important;
    overflow-x: hidden !important; 
}

.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__MaF4Cj1H {
    background-color: #334163;
}

.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 / 50%);
    color: #ffffff;
    border-radius: 50%;
    width: 52px;
    height: 52px;
    line-height: 52px;
    text-align: center;
}

.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;
    }
}