.bg-lightgray {
    background-color: #DBDBDB;
}
.text-primary {
    color: #000000;
}
.bg-primary{
    background-color: #001b47;
}
.bg-blue{
    background-color: 	#1c6bff;
}
.text-blue{
    color: 	#1c6bff;
}
.text-white{
    color:	#ffffff;
}
.size-6 {
    width: 2rem;
    height: 2rem
}
.video-custom{
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
    object-fit: cover;
    position: absolute;
}
.bg-form{
    border-radius: 20px;
    border: 1px solid #A4DCDD;
    background: rgba(9, 43, 97, 0.80);
}
.seegreen-linear-gradient {
    background: linear-gradient(178deg, #FFF 16%, #95D6D7 86.71%, #94E4E4 149.37%);
}
.pt-44{
    padding-top: 44px;
}
.bg-light-blue{
    background: linear-gradient(180deg, #FFF 0%, #E7EFFF 100%);
}

.bg-dark-green{
    background-color:  #76E4AC;
}
.font-semi-bold {
    font-weight: 600;
}
.bg-dark-blue{
    background: #143C7D;
}
.bg-light-500 {
    border-radius: 20px;
    border: 1px solid #a4dcdd36;
    background: rgba(9, 43, 97, 0.53);
}
.text-red-light{
    color: #E96259;
}
.text-green-100{
    color:#76E4AC;
}
.bg-dark-blue:before {
    position: absolute;
    content: '';
    max-width: 1374px;
    height: 100%;
    border-radius: 50%;
    background: radial-gradient(156.27% 156.27% at -35.5% -23.81%, rgba(255, 94, 87, 0.50) 0%, rgba(28, 107, 255, 0.50) 100%);
    filter: blur(69.34049987792969px);
    display: flex;
    justify-content: space-between;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    margin: auto;
    width: 100%;
}
img.custom-width
 {
    max-width: 120px;
    object-fit: contain;
}
.py-20{
    padding-top: 100px;
    padding-bottom: 100px;
}
a.bg-blue {
    display: flex;
    width: 240px;
    height: 50px;
    padding: 10px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 0 auto;
    color: #fff !important;
}
a.inline-block.bg-blue:hover {
opacity: 0.7;
}
.mb-10{
    margin-bottom: 40px;
}

.hero-section:after{
    position: absolute;
    inset: 0;
    background: radial-gradient(93.18% 116.65% at 6.25% 0%, rgba(118, 228, 172, 0.50) 0%, rgba(28, 107, 255, 0.50) 100%);
    filter: blur(69.34049987792969px);
    content: '';
}

.hero-section > * {
    position: relative;
    z-index: 99;
}

.btn-book-demo {
    color: #fff !important;
}
.btn-book-demo:hover {
    opacity: 0.8;
}
.bg-rgb-box {
    border-radius: 20px;
    border: 1px solid #a4dcddc2;
    background: rgba(255, 255, 255, 0.76);
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
    min-height: 330px;
}

.border-gradient-grey {
    border: 0px solid;
    border-image-slice: 1;
    border-width: 1px;
    border-image-source: linear-gradient(90deg, rgba(124, 159, 255, 0.05) 0%, rgba(255, 255, 255, 0.50) 50%, rgba(19, 53, 121, 0.50) 100%);
    margin: 40px auto;
    max-width: 280px;
}

.min-height{
    min-height: 620px;
}

.landing-page {
    background: linear-gradient(180deg, #FFF 0%, #E7EFFF 100%);
    z-index: 1;
    position: relative;
}


html[lang] {
    margin-top: 0 !important;
    margin-bottom: 0px !important;
}
.landing-page .bg-gradient-to-b{
    border-radius: 20px;
    background: linear-gradient(180deg, #1C6BFF 0%, #D2E1FF 100%);
}
.landing-page .bg-gradient-to-r{
    background: linear-gradient(180deg, #001B47 0.59%, #0042AD 100%);
}
.glossary-item {
    border-radius: 13.427px;
    background: #F26E70;
    box-shadow: 0px 4.196px 12.588px 0px rgba(0, 0, 0, 0.07);
}
.glossary-item:nth-child(2) {
    background: #A57BEC;
    box-shadow: 0px 4.196px 12.588px 0px rgba(0, 0, 0, 0.07);
}
.glossary-item:nth-child(3) {
    background: #36B682;
    box-shadow: 0px 4.196px 12.588px 0px rgba(0, 0, 0, 0.07);
}
.glossary-item:nth-child(4) {
    background: #36B682;
    box-shadow: 0px 4.196px 12.588px 0px rgba(0, 0, 0, 0.07);
}
.glossary-item:nth-child(5) {
    background: #F26E70;
    box-shadow: 0px 4.196px 12.588px 0px rgba(0, 0, 0, 0.07);
}
button.alpha-btn {
    padding: 10px;
    align-items: center;
    line-height: 0;
    height: 40px;
    width: 40px;
}
button.alpha-btn.active {
    border-radius: 100px;
    background: #1C6BFF;
    color: #fff;
}
.alpha-col {
    display: grid;
}
div#alphabet-filter {
    display: flex;
}
li.list {
    display: flex;
    gap: 20px;
    line-height: 2;
}
@media (max-width: 991px){
    li.list span.size-6 {
        min-width: 24px;
        max-width: 24px;
        height: 24px;
    }
    li.list {
        display: flex;
        gap: 10px;
        align-items: flex-start;
        line-height: 1;
    }
    .landing-page .text-6xl {
        font-size: 2.5rem;
        line-height: 1;
    }
    img.custom-width {
        max-width: 88px;
    }
    .landing-page .gap-16 {
        gap: 1.5rem;
    }
    .landing-page  .pt-20 {
        padding-top: 4rem;
    }
    .landing-page .py-16 {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .min-height {
        min-height: 100%;
    }
}