.hero_slide {
    padding: 9.556vw 0;
    position: relative;
    overflow: hidden;
    height: auto;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: cover;
}
.heroright_shape {
    position: absolute;
    right: -6.667vw;
    max-width: 32.844vw;
    overflow: hidden;
    filter: blur(0.889vw);
    top: 7.733vw;
}
.hero_content {
    max-width: 85vw;
    width: 100%;
}
.hero_content p {
    font-size: 1.778vw;
    color: #33D8E5;
    line-height: 2.667vw;
}
.hero_content .btn {
    margin-top: 2.356vw;
}
.hero_content h1 {
    margin-bottom: 2.578vw;
    color: #FFF;
    font-family: 'Circular Std';
    font-size: 5.333vw;
    font-style: normal;
    font-weight: 500;
    line-height: 135%;
}
.hero_slider .slick-track {
    display: flex;
}
.slide_1{
    background-color: #F5F5F7;
}
.slide_2{
   background-color: #8155A1; 
}
.slide_2 h1 {
    color: #ffffff;
}
.slide_2 .btn {
    background: #FFF;
    border: solid 3px #FFF;
    color: #8155A1;
}

.slide_2 .btn:hover {
    background: #AB85C7;
}

.hero_slider .hero_slide:before {
    content: '';
    background: linear-gradient(90deg, rgba(10, 159, 171, 0.70) 0%, rgba(10, 159, 171, 0.00) 100%);
    background-blend-mode: multiply;
    position: absolute;
    left: 0;
    top: 0;
    width: 45.733vw;
    height: 100%;
    display: inline-block;
    z-index: -1;
}

@media only screen and (max-width:1199px){
.slide_2 .btn {
    border: solid 2px #FFF;
}
.hero_content {
    max-width: 70vw;
    width: 100%;
}
}
@media only screen and (max-width:991px){
    .hero_content h1 {
        font-size: 40px;
        line-height: 50px;
    }
    .hero_content {
        max-width: 65vw;
        width: 100%;
    }
    .hero_content p {
        font-size: 18px;
        line-height: 27px;
    }
}
@media only screen and (max-width:767px){
    .hero_content {
        max-width: 100%;
        text-align: center;
    }
    .hero_content .btn {
        margin-top: 90px;
    }
    .hero_content p {
        max-width: 312px;
        margin: 0 auto;
    }
    .hero_slider ul.slick-dots {
        bottom: 30px;
    }
    .heroright_shape {
        right: 0;
        max-width: 100%;
        overflow: hidden;
        filter: blur(12.5px);
        bottom: auto;
        position: relative;
        margin-bottom: -200px;
        top: 20px;
    }

    .hero_slide {
        padding: 46px 0 90px 0;
        background-position: center;
    }
    
    .hero_content {
        max-width: 342px;
        margin: 0 auto;
    }
    
    .hero_content h1 {
        font-size: 38px;
        line-height: 52.3px;
        margin-bottom: 45px;
    }
    
    .hero_slider .hero_slide:before {
        width: 100%;
        background: linear-gradient(90deg, rgba(10, 159, 171, 0.30) 0%, rgba(10, 159, 171, 0.00) 100%);
        mix-blend-mode: multiply;
    }
}

@media only screen and (max-width:374px){

}