html {
    scroll-behavior: smooth;
}
body {
    font-family: "Inter", serif !important;
}
.flash_wrap-effects {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translateX(-85px);
    -ms-transform: translateX(-85px);
    transform: translateX(-85px);
    -webkit-animation-name: btnflash;
    animation-name: btnflash;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.flash_effects {
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, .1)), to(rgba(255, 255, 255, .4)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, .1), rgba(255, 255, 255, .4));
    background: -o-linear-gradient(left, rgba(255, 255, 255, .1), rgba(255, 255, 255, .4));
    background: linear-gradient(90deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .4));
    width: 45px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50px;
    -webkit-transform: skewX(-45deg);
    -ms-transform: skewX(-45deg);
    transform: skewX(-45deg);
}
@-webkit-keyframes btnflash {
    20% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}
@keyframes btnflash {
    20% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}
@media screen and (min-width: 0em) and (max-width: 39.9375em) {
    .yield {
        text-align: inherit !important;
    }
}

.swiper-pagination {
    position: relative;
    bottom: auto;
    left: auto;
    top: auto;
    right: auto;
}
.swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 12px;
    background: #EEF2F5;
    opacity: 1;
}
.reviews-swiper .swiper-pagination {
    display: flex;
    justify-content: flex-end;
    margin-top: 26px;
}
.reviews-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #B829A0;
}
.default-feedback-form h2 {
    color: #343037;
    text-align: center;
    font-family: Inter;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px;
    max-width: 622px;
    text-transform: none;
    margin: 0 auto;
}
.default-feedback-form h5 {
    margin-top: 10px;
    text-align: center;
}
.default-feedback-form .b-form {
    margin-top: 40px;
}
.default-feedback-form .b-button {
    display: inline-flex;
    padding: 0 60px;
    height: 49px;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    border-radius: 5px;
    background: #B829A0;

    color: #FFF;
    font-family: Inter;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border: none;
    box-shadow: none;
}
.default-feedback-form .b-button:hover {
    background: #A1258C;
}
.default-feedback-form .b-form .b-form-block .b-form-block_field {
    border-radius: 5px;
}
.default-feedback-form .b-form .b-form-block .b-form-block_textarea {
    border-radius: 5px;
}
@media (max-width: 640px) {
    .default-feedback-form h2 {
        font-size: 24px;
        line-height: 28px;
    }
    .default-feedback-form .b-form {
        margin-top: 20px;
    }
}
