.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: 140px;
    object-fit: contain;
}
.py-80{
    padding-top: 80px;
    padding-bottom: 80px;
}
.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;
}
.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%);
}

li.list {
    display: flex;
    gap: 20px;
    line-height: 2;
}
.hero label {
    font-size: 12px;
    line-height: normal;
}

.hero .hs-form .hs-form-field {
    position: relative;
    margin-bottom: 0px;
}

.hero .hs-form .hs-form-field input {
    font-size: 16px;
}

.hero .hs-form .hs-form-field select {
    font-size: 15px;
}

.hero .hs-form-private {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.hero .hs-form-private .hs_message, .hero .hs-form-private .hs_submit.hs-submit, .hero .hs-form-private .hs_leadsource, .hero .hs-form-private .hs-fieldtype-select, .hero  .hs-dependent-field {
    grid-column: 1 / -1;
}
.hero .hs-form-private .hs_message textarea {
    display: block;
    padding: 10px 20px;
    height: 100px;
    resize: none;
    font-size: 16px;
    line-height: 1.5;
}
.hero .hs-form .hs-error-msgs .hs-error-msg {
    color: red;
    font-size: 13px;
    display: inline-block;
    margin: 0;
    position: absolute;
    inset: 0;
    left: 0;
}
.hero .hs-form-private .hs_submit.hs-submit input.hs-button.primary.large {
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    width: 100%;
}
@media (max-width: 1199px){
    .hero .hs-form-private {
        grid-template-columns: 1fr;
        gap: 16px;
    }

}
@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%;
    }
}