<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.hero-area-v1, .hero-area-v1 .hero-content {
    position: relative;
    z-index: 1;
    padding-bottom: 135px;
}
.hero-area-v1 {
    background-image: url(../assets/img/ov.png);
    background-size: 100% 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    overflow: hidden;
}
@media (max-width: 424px){
.hero-area-v1 .hero-content {
    text-align: left;
}}
@media (max-width: 767px){
.hero-area-v1 .hero-content {
    padding-top: 110px;
    padding-bottom: 80px;
}}
.hero-area-v1 .hero-content {
    padding-top: 130px;
    text-align: center;
}
.hero-area-v1, .hero-area-v1 .hero-content {
    position: relative;
    z-index: 1;
    padding-bottom: 135px;
}

.hero-area-v1 .hero-content .title-tag {
    margin-bottom: 20px;
    color: #473bf0;
    font-size: 18px;
    font-family: var(--font-cs-medium);
    font-weight: 500;
    line-height: 1.3;
    background-color: transparent;
}

.hero-area-v1 .hero-content .title-tag span {
    background-color: #d3d3f8;
    border-radius: 25px;
    padding: 5px 15px;
    margin-right: 12px;
}
@media (max-width: 424px){
.hero-area-v1 .hero-content .hero-title {
    font-size: 38px;
}}
@media (max-width: 767px){
.hero-area-v1 .hero-content .hero-title {
    font-size: 42px;
}}
@media (max-width: 1199px){
.hero-area-v1 .hero-content .hero-title {
    font-size: 62px;
}}
.hero-area-v1 .hero-content .hero-title {
 margin-top:30px;
    line-height: 1.15;
    margin-bottom: 45px;
    letter-spacing: -1px;
}

.hero-area-v1 .hero-content .hero-title span {
    color: #41ad48;
    padding: 5px 20px;
    position: relative;
    z-index: 1;
}

.hero-area-v1 .hero-content .hero-title span:after {
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    background-image: url(../assets/img/ovm.png);
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: -1;
    background-attachment: scroll;
    background-position: bottom;
    top: auto;
    bottom: 0;
    height: 100%;
}

@media only screen and (min-width:360px) and (max-width:767px) {
..hero-area-v1 .hero-content .hero-title{
	font-size: 35px;
    margin-top: 20px;
}

}</pre></body></html>