<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.holder{
    position:relative;
    display:block;
    width:90%;
    max-width:1200px;
    margin:auto;
    margin-top:70px;
}
.holder .section1{
    position:relative;
    display: block;
    z-index:10;
}
.holder .section1 .title{
    position:relative;
    width: 60%;
    z-index: 10;
    padding-top: 10%;
    padding-bottom: 20%;
}
.holder .section1 .title h1{
    position: relative;
    display: inline-block;
    font-size:48px;
    line-height:1.1;
}
.holder .section1 .title p{
    position: relative;
    display: block;
    font-size:16px;
    line-height:1.3;
}
.holder .section1 .title h1 span{
    color:#F8CD00;
}
.holder .section1 .title .btn{
    position: relative;
    display: inline-block;
    background-color:#F8CD00;
    color:#000000;
    padding-right:10px;
    vertical-align: middle;
    cursor: pointer;
    font-size:16px;
    text-decoration:none;
}
.holder .section1 .title .btn:hover{
    background-color:#EDA30E;
}
.holder .section1 .title .btn .arrow-right {
    display:inline-block;
    width: 0; 
    height: 0; 
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #FFFFFF;
    padding-right: 10px;
    vertical-align: middle;
}
.holder .section1 .element1{
    position:absolute;
    width: 60%;
    top:0;
    right:0;
    z-index: 1;
}
.holder .section1 .arrow{
    position:relative;
    width:30px;
    margin: auto;
}
.holder .section2{
    position:relative;
    display: block;
    z-index:10;
    padding-top: 5%;
    padding-bottom: 5%;
    text-align: center;
}
.holder .section2 .each_card{
    position: relative;
    display: inline-block;
    width: 27%;
    margin: 3%;
    cursor: pointer;
}
.holder .section2 .each_card .overlay{
    position: absolute;
    display:none;
    z-index: 10;
    width: 100%;
    height: 100%;
    color: #000000;
    background: rgba(255,255,255,0.7);
    padding: 10px;
    text-align: left;
    font-size:16px;
    line-height:1.1;
    font-weight: bold;
}
.holder .section2 .each_card:hover .overlay{
    display: block;
}
.holder .section2 .each_card .overlay .line_holder{
    position:absolute;
    width: 95%;
    left:0;
    bottom:8%;
}
.holder .section2 .each_card .overlay .line_holder .line{
    height:3px;
    width:calc(100% - 15px);
    background-color:#000000;
    display: inline-block;
    vertical-align: middle;
}
.holder .section2 .each_card .overlay .line_holder .arrow_right{
    display: inline-block;
    width: 0;
    height: 0;
    padding: 0;
    margin: 0;
    vertical-align: middle;
    line-height: 0;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-left: 13px solid #000000;
}
.holder .section2 .each_card img{
    position: relative;
    z-index: 9;
    width: 100%;
    top: 15px;
    left: 15px;
}
.holder .section2 .each_card .background{
    position: absolute;
    border: 2px solid #FFFFFF;
    z-index: 8;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}


.element2{
    position:absolute;
    width: 30%;
    top:10%;
    left:0;
    z-index: 1;
}
@media screen and (max-width: 1024px) {
    .holder .section1 .title {
        width: 80%;
        padding-top: 6%;
    }
    .holder .section2 .each_card{
        width: 27%;
        margin: 2%;
    }
}
@media screen and (max-width: 768px) {
    .holder .section1 .title {
        width: 100%;
        padding-top: 2%;
        padding-bottom: 0%;
    }
    .holder .section1 .element1{
        position:relative;
        width: 80%;
        margin-top: -10%;
        margin-left: 30%;
    }
    .holder .section2 .each_card{
        width: 41%;
        margin: 4%;
    }
}
@media screen and (max-width: 600px) {
    .holder .section1 .title h1{
        font-size:42px;
    }
    .holder .section1 .title p{
        font-size:14px;
    }
    .holder .section1 .title .btn{
        font-size:14px;
    }
    .holder .section2 .each_card{
        width: 88%;
        margin: 0%;
        margin-bottom:10%;
    }
}
@media screen and (max-width: 400px) {
    .holder .section1 .title h1{
        font-size:32px;
    }
    .holder .section1 .title p{
        font-size:12px;
    }
    .holder .section1 .title .btn{
        font-size:12px;
    }
}</pre></body></html>