.inner-page-banner {
    padding-top: 12.292vw;
    padding-bottom: 17.865vw;
    background-color: #F5F5F7;
    text-align: left;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    
}
.inner-page-banner.inner-banner-gradient{
    background: linear-gradient(90deg, #0A9FAB 0%, rgba(10, 159, 171, 0) 100%);
    background-blend-mode: multiply;
}
.inner-page-banner .banner-bg-img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    
}
.inner-page-banner.inner-banner-gradient .banner-bg-img{
    z-index: -1;
}
.inner-page-banner .banner-bg-img img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.inner-page-banner .inner-banner-content {
    max-width: 1300px;
    z-index: 1;
    position: relative;
}

.inner-page-banner h1 {
    font-size: 6.25vw;
    line-height: 135%;
    color: #fff;
    font-weight: 500;
    margin-bottom: 3.646vw;
}
.inner-page-banner h4{
    color: #fff;
    font-size: 1.875vw;
    line-height: 140%;
    letter-spacing: 4.68px;
    margin-bottom: 2.344vw;
}
.inner-page-banner ul{
    margin-left: 26px;
}
.light-text-btn h4{
    color: #33D8E5;
}
.inner-page-banner p ,.inner-page-banner ul li{
    font-size: 2.083vw;
    line-height: 150%;
    color: #fff;
    max-width: 65.667vw;

}
.inner-page-banner .inner-banner-cta{
    margin-top: 7.292vw;
    display: flex;
    align-items: center;
    gap: 3.646vw;
    z-index: 1;
    position: relative;
}
.inner-page-banner .banner-bg-img img.mobile{
    display: none;
}
.inner-page-banner .inner-banner-cta img{
    display: block;
}
.inner-page-banner  .btn.btn-white,.inner-page-banner.light-text-btn .btn.btn-white:hover{
    background: #FFF;
    border: solid 3px #FFF;
    color: #33D8E5;
}
.inner-page-banner.light-text-btn .btn.btn-white{
    background: #33D8E5;
    border: solid 3px #33D8E5;
    color: #fff;
}
.inner-page-banner .btn.btn-white:hover{
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}
/* .inner-page-banner:after {
    content: "";
    position: absolute;
    width: 27.556vw;
    height: 35.111vw;
    background-image: url(../images/inner-page-banner-shape.png);
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background-size: contain;
    background-position: center right;
    background-repeat: no-repeat;
} */
.inner-page-banner.inner-banner-gradient h4,.inner-page-banner.inner-banner-gradient p{
    color: #33D8E5;
}
@media only screen and (min-width: 1200px) {
    .inner-page-banner .container {
        max-width: 88.133vw;
    }
}
@media only screen and (max-width: 1199px) {
    .inner-page-banner{
        padding: 100px 0;
    }
    .inner-page-banner h1 {
        font-size: 42px;
        margin-bottom: 20px;
    }
    .inner-page-banner h4{
        font-size: 22px;
        margin-bottom: 16px;    
    }
    .inner-page-banner p, .inner-page-banner ul li{
        font-size: 20px;
        max-width: 100%;

    }
    .inner-page-banner .inner-banner-cta img {
        max-width: 203px;
    }
}
@media only screen and (max-width: 767px) {
    .inner-page-banner ul{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .inner-page-banner ul li::marker{
        font-size: 25px;
    }
    .inner-page-banner ul li{
        width: fit-content;
    }
    .inner-page-banner.inner-banner-gradient{
        background: linear-gradient(180deg, #0A9FAB 0%, rgba(10, 159, 171, 0) 100%);

    }
    .inner-page-banner .banner-bg-img .desktop{
        display: none  !important;
    }
    .inner-page-banner .banner-bg-img .mobile{
        display: block !important;
    }
    /* .inner-page-banner:after {
        top: auto;
        bottom: -44vw;
        transform: none;
        width: 100vw;
        height: 100vw;
        background-size: contain;
        background-position: top center;
        background-image: url(../images/inner-page-banner-shape-mobile.png);
    } */
    .inner-page-banner {
        overflow: hidden;
        padding: 60px 0 250px;
        text-align: center;
    }
    .inner-page-banner h4{
        font-size: 16px;
        letter-spacing: 2.08px;
        line-height: 150%;
        margin-bottom: 25px;
    }
    .inner-page-banner h1 {
        font-size: 50px;
        line-height: 125%;
        margin-bottom: 30px;
    }
    .inner-page-banner p, .inner-page-banner ul li {
        font-size: 18px;
        line-height: 150%;
    }
    .inner-page-banner .inner-banner-cta{
        flex-wrap: wrap;
        justify-content: center;
        gap: 40px;
        margin-top: 60px;
    }
    .inner-page-banner .btn.btn-white{
        font-size: 22px;
        background-color: #33D8E5;
        border-color: #33D8E5;
        color: #fff;
        padding: 4.5px 28px;
    }
}