.vf_bt_1{
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.vf_bt_1__text, .vf_bt_1__text p{
    font-size: 20px;
}


.vf_bt_2{
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.vf_bt_2 h2{
    margin-bottom: 3rem;
}

.vf_bt_2__item-list{
    display: flex;
    justify-content: space-around;
}

.vf_bt_2__item{
    text-align: center;

}

.vf_bt_2__item img {
    margin-bottom: 1rem;
}

.vf_bt_2__item span{
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    display: block;

}


.vf_bt_11{
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.vf_bt_11 h2{
    margin-bottom: 3rem;
}

.vf_bt_11__item{
    margin-bottom: 1.5rem;
}

.vf_bt_11__item > div{
    border-radius: 1rem;
    padding: 1rem 2rem;
    min-height: 260px;
}

.vf_bt_11__item img{
    margin-bottom:0.75rem;
}

.vf_bt_11__item-title {
    font-weight: 700;
    font-size: 25px;
    line-height: 25px;
    display: block;
    margin-bottom:1rem;
}

.vf_bt_11__item-text {
    font-size: 18px;
    line-height: 18px;
}


.row.vf_bt_21__item-list{
    margin-left: 0;
    margin-right: 0;
}

.vf_bt_21__item-list .vf_bt_21__item:first-child:before{
    content: unset;
    display: none;
}

.vf_bt_21__item-list .vf_bt_21__item:last-child:after{
    content: unset;
    display: none;
}

.vf_bt_21__item{
    margin-bottom:1.5rem;
    position: relative;
}

.vf_bt_21__item:before{
    content: "";
    position: absolute;
    height: 2px;
    width: calc(50% - 20px);
    z-index: -1;
    background: linear-gradient(90deg, var(--fresh-pink) 0%, var(--fresh-blue) 100%);
    top: 16px;
    left: 0;
    background-position: right;
    background-size: 300%;
}

.vf_bt_21__item:after{
    content: "";
    position: absolute;
    height: 2px;
    width: calc(50% - 20px);
    z-index: -1;
    background: linear-gradient(90deg, var(--fresh-pink) -100%, var(--fresh-blue) 100%);
    top: 16px;
    right: 0;
    background-position: left;
    background-size: 300%;
}

.vf_bt_21__item > div {
    text-align: center;
}

.vf_bt_21__item-title{
    display: block;
    text-align: center;
}

.vf_bt_21__item-text{
    display: block;
    text-align: center;
    margin-bottom:1rem;
}

.vf_bt_21__item-num{
    position: relative;
    display: inline-block;
    text-align: center;
    width: 35px;
    height: 35px;
    font-size: 16px;
    line-height: 16px;
    background: linear-gradient(90deg, var(--fresh-pink) 0%, var(--fresh-blue) 100%);
    color: #fff;
    border-radius: 99px;
    padding: 8px;
    margin-bottom:1rem;
}

.vf_bt_21__item-title{
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    margin-bottom:1rem;
}

.vf_bt_21__item-text{
    font-size: 16px;
}

.vf_bt_12__carusel-item {
    padding-left: 10px;
    padding-right: 10px;
}

.vf_bt_12__carusel-item > div{
    border-radius: 1rem;
    padding:2rem 2rem;
}

.owl-carousel.owl-carousel-vf-block .owl-item .vf_bt_12__carusel-item img {
    width: 70px;
    margin-bottom:1rem;
}

.vf_bt_12__item-title{
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    display: block;
    margin-bottom:1rem;
    min-height: 100px;
}

.vf_bt_12__item-text{
    font-size: 20px;
    display: block;
    margin-bottom:2rem;
    min-height: 100px;
}

.vf_bt_1002{
    padding-top: 4rem;
    padding-bottom: 4rem;
    position: relative;
    font-weight: 400;
    font-size: 20px;
    line-height: 35px;
}

.vf_bt_1002:before{
    content: "";
    width: 100vw;
    height: 100%;
    position: absolute;
    left: calc( (-1) * ((100vw - 100%) / 2) );
    top: 0;
    background-color: #e4f0ff;
    z-index: -1;
    pointer-events: none;
}

.vf_bt_1002__text{
    margin-bottom:2rem;
}


.vf_bt_3{
    padding-top:2rem;
    padding-bottom:2rem;
    font-size: 20px;
}

.vf_bt_3__text{
    padding-top:2rem;
    padding-bottom:2rem;
    text-align: center;

}





.vf_bt_4{
    position: relative;
    color:#fff;
    font-weight: 400;
    font-size: 20px;
    line-height: 35px;
    padding-top:2rem;
    padding-bottom:2rem;
    margin-bottom: 2rem;
}

.vf_bt_4:before{
    content: "";
    width: 100vw;
    height: 100%;
    position: absolute;
    left: calc( (-1) * ((100vw - 100%) / 2) );
    top: 0;
    background: linear-gradient(90deg, var(--fresh-pink) 0%, var(--fresh-blue) 100%);
    z-index: -1;
    pointer-events: none;
}


.vf_bt_4__item{
    padding-bottom: 2rem;
}

.vf_bt_4__item h3{
    font-size: 32px;
    font-weight: 600;
    padding-bottom: 1rem;
}

.vf_bt_4__item span {
    line-height: 1.6rem;
    display: inline-block;
}

.vf_bt_4__item__title{
    display: flex;
    margin-bottom: 1rem;
    align-items: center;
    min-height: 90px;
}

.vf_bt_4__item__title img{
    margin-right: 20px;
    width: 70px;
}

.vf_bt_4__item__title span{
    font-size: 32px;
    font-weight: 700;
}

.vf_bt_4__item__text{
    padding-left:75px;
}



.vf_bt_5__text{
    padding-top:3rem;
}

.vf_bt_5__description{
    align-content: center;
}





.owl-carousel-vf-block .owl-nav{
    display: none;
}

.owl-theme.owl-carousel-vf-block .owl-dots {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.owl-theme.owl-carousel-vf-block .owl-dots .owl-dot span {
    width: 17px;
    height: 17px;
    background-color: #FFF;
    border-color: #D9D9D9;
    border-width: 1px;
    border-style: solid;
}

.owl-theme.owl-carousel-vf-block .owl-dots .owl-dot.active span {
    background-color: #D9D9D9;
    border-color: #D9D9D9;
}

.vf_bt_1001{
}


/* xxl (larger desktops, 1400px and up) */
@media (min-width: 1400px) {

}


/* xl (large desktops, 1200px and up) */
@media (min-width: 1200px) and (max-width: 1399.98px) {

}


/* lg (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {

}


/* md (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {

}


/* sm (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {

}


/* xs (landscape phones, 576px and up) */
@media (max-width: 575.98px) {

}