<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

.container_row{
width: 100%;
}
.seoaudit_box{
    padding: 4em 0;
}
.seoaudit_box .container_row{
display: flex;
flex-direction: column;
row-gap: 40px;
}
.container_row .row:nth-child(even){
flex-direction: row-reverse;
}
.seoaudit_box .row{
row-gap: 40px;
align-items: center;
}
.seoauditsec_box{
background-image: url(../images/seoaudit_boxbg.png);
background-position: center;
background-size: contain;
}

.auditcontent_box{
padding-bottom: 30px;
}
.auditcontent_row{
background-color: #FFF;
padding: 20px;
border-radius:10px
}
.auditcontent_box:before{
content:"";
background-color: #FFF;
width: 30px;
height: 30px;
position: absolute;
bottom: 0;
left: 20px;
clip-path: polygon(100% 0, 0 0, 0 100%);
}
.container_row .row:nth-child(even) .auditcontent_box:before{
left: auto;
right: 20px;
clip-path: polygon(100% 0, 0 0, 100% 100%);
}
.auditcontent_row h3{
font-size: 18px;
margin:  0 0 10px 0;
}
.seoauditsec_box:before{
content:"";
position: absolute;
width: 100%;
height: 100px;
left: 0;
top: 0;
background-image: url(../images/cuvebg.svg);
background-position: center top;
background-repeat: no-repeat;
}
.seoauditsec_box:after{
content:"";
position: absolute;
width: 300px;
height: 300px;
left: 0;
bottom: 0;
background-image: url(../images/rocket.svg);
background-position: left bottom;
background-repeat: no-repeat;
background-size: contain;
}
.seoaudit_box .heading {
    white-space: pre-line;
    word-break: break-word;
}
[class^="col"]{
z-index: 1;
}
.seoauditsec_box [class^="col"] img {
    max-height: 300px;
}
.promotion-box {
  background-color: #111;
  color: #FFF;
  padding: 0 20px;
  display: flex;
  justify-content: center;
}
.promotion-boxrow{
display: flex;
width: 100%;
max-width: 1200px;
gap: 20px;
padding: 10px 0;
margin: 0;
justify-self: center;
align-items: baseline;
justify-content: center;
}
.promotion-boxcol{
}
.protxt-yellow{
color: #FFFF00;
}
.protxt-large{
font-size: 20px;
}
    a.btn-promo {
        display: flex;
        text-decoration: none;
        justify-content: center;
        align-items: center;
        color: #FFF;
        background-color: #CC0000;
        border-radius: 7px;
        padding: 5px 20px;
        min-width: 100px;
        font-size: 20px;
    }
.txtpro{
display: flex;
column-gap: 20px;
}

@media screen and (max-width:1024px) {
.seoaudit_box {
    padding: 3em 0;
}
.seoauditsec_box{
    padding-bottom: 300px;
}
.seoaudit_box .row{
row-gap: 20px;
}
.promotion-box{
display: none;
}
.promotion-box.active{
display: block;
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 99;
background-color: rgba(0,0,0,0.85);
padding: 20px;
}
 .promotion-box.active .promotion-boxrow {
    position: relative;
    background-color: #111;
    padding: 40px 20px;
    border-radius: 10px;
    text-align: center;
    align-items: center;
    opacity: 0;
    top: 0;
    max-width: 550px;
    flex-direction: column;
    margin: 0 auto;
  }
        .promotion-box.active .promotion-boxrow.active {
            opacity: 1;
            transition: all 0.5s;
            top: 50%;
            transform: translateY(-50%);
        }
        .btn-closepromo {
            display: flex;
            width: 35px;
            height: 35px;
            align-items: center;
            justify-content: center;
            border-radius: 10px;
            background-color: #aa0000;
            position: absolute;
            top: -20px;
            right: -10px;
        }
}

@media screen and (max-width:1024px) and (orientation:landscape) {
    .txtpro {
        flex-direction: column;
    }    
}

@media screen and (max-width:768px) {
.seoaudit_box .row{
    flex-direction: column;
    justify-content: center;
}
.seoaudit_box [class^="col"]{
    width: 100%;
}
.seoaudit_box [class^="col"] img{
    max-height: 400px;
}
.auditcontent_box:before{
left: auto;
right: 20px;
clip-path: polygon(100% 0, 0 0, 100% 100%);
}
        .txtpro {
            display: flex;
            flex-direction: column;
    row-gap: 10px;
        }
    .promotion-boxrow {
        align-items: baseline;
    }
}

@media screen and (max-width:767px) and (orientation:portrait) {
.seoaudit_box .heading {
    white-space: normal;
}
        .promotion-boxrow {
            flex-direction: column;
            row-gap: 20px;
            padding-bottom: 15px;
        }
}</pre></body></html>