:root{
    --main: #88CDD3;
    --title: #002856;
    --text: #7A8CA1;
    --white: #fff;
    --black: #000;
    --green: #74b800;
    --line: #88cdd326;
    --line2: #E6E6E6;
    --footer1: #002856;
    --footer2: #001442;
    --footer-design: #00002E;
    --roboto: "Roboto", sans-serif;
    --pop: "Poppins", sans-serif;
    --arch: "Archivo", sans-serif;
    --sour: "Source Sans Pro", sans-serif;
}

body{
    font-family: var(--sour);
    font-size: 16px;
    font-weight: 400;
    line-height: 115.956%;
}

.tupp{
    text-transform: uppercase;
}

.tlc{
    text-transform: lowercase;
}

html::-webkit-scrollbar{
    width: 10px;
}

html::-webkit-scrollbar-track{
    background: #f2F2F2;
}

html::-webkit-scrollbar-thumb{
    background: var(--title);
    border-radius: 15px;
}

a{
    text-decoration: none;
    color: #000;
}

hr{
    opacity: 100% !important;
    -webkit-opacity: 100% !important;
}

.uptitle{
    color: #88CDD3;
    font-family: var(--arch);
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 5px;
}

.sectitle{
    color: var(--title);
    font-family: var(--arch);
    font-size: 42px;
    font-weight: 400;
    line-height: 46px;
}

.sectitle.g{
    color: var(--green);
}

.text{
    color: var(--text);
}

.telp,
.mailp{
    display: block;
}

.dbtn{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    grid-gap: 22px;
    width: fit-content;
    color: var(--white);
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 0.027px;
    border: 1px solid transparent;
    background: linear-gradient(to bottom,var(--main),var(--main)) no-repeat right center;
    background-size: 100% 100%;
    padding: 12px 20px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.dbtn.t{
    border-color: var(--white);
    background-size: 0 100%;
    background-position: left center;
}

.dbtn.g{
    background: linear-gradient(to bottom,var(--green),var(--green)) no-repeat right center;
    background-size: 100% 100%;
}

.dbtn::after,
.dbtn.t::after,
.dbtn.t:hover::after{
    content: url('data:image/svg+xml;utf8,<svg width="26" height="18" viewBox="0 0 26 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 9H22M22 9C22 9 17.8855 10.1813 16 12C14.3611 13.5809 13.6237 14.8099 13 17M22 9C22 9 17.8855 7.81875 16 6C14.3611 4.4191 13.6237 3.19006 13 1" stroke="white" stroke-width="2"/></svg>');
    height: 18px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.dbtn:hover::after{
    content: url('data:image/svg+xml;utf8,<svg width="26" height="18" viewBox="0 0 26 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 9H22M22 9C22 9 17.8855 10.1813 16 12C14.3611 13.5809 13.6237 14.8099 13 17M22 9C22 9 17.8855 7.81875 16 6C14.3611 4.4191 13.6237 3.19006 13 1" stroke="rgb(136,205,211)" stroke-width="2"/></svg>');
}

.dbtn.g:hover::after{
    content: url('data:image/svg+xml;utf8,<svg width="26" height="18" viewBox="0 0 26 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 9H22M22 9C22 9 17.8855 10.1813 16 12C14.3611 13.5809 13.6237 14.8099 13 17M22 9C22 9 17.8855 7.81875 16 6C14.3611 4.4191 13.6237 3.19006 13 1" stroke="rgb(115,182,0)" stroke-width="2"/></svg>');
}

.dbtn:hover{
    color: var(--main);
    border-color: var(--main);
    background-size: 0 100%;
}

.dbtn.t:hover{
    color: var(--white);
    border-color: var(--main);
    background-size: 100% 100%;
}

.dbtn.g:hover{
    color: var(--green);
    border-color: var(--green);
}

.wpcf7-not-valid-tip{
    position: absolute;
    font-size: 14px;
    bottom: -20px;
}

h1.entry-title{
    text-align: center;
    margin: 30px 0;
}

.ban{
    background: linear-gradient(90deg, #002856 25.86%, #0028568f 100%), var(--banbg);
    background-size: cover !important;
    padding: 4.46rem 0;
}

.ban .title{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    grid-gap: 1rem;
    color: transparent;
    -webkit-text-stroke: 1px var(--white);
    font-family: var(--arch);
    font-size: 48px;
    font-weight: 900;
    line-height: 52px;
}

.ban .title::before{
    content: '';
    float: left;
    min-width: 58px;
    max-width: 58px;
    height: 65px;
    background: url(../../assets/img/fx.svg) no-repeat center;
    background-size: cover;
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
    -ms-filter: brightness(0) invert(1);
    opacity: 50%;
    -webkit-opacity: 50%;
}

.pathbox{
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    grid-gap: 19px;
    margin-bottom: 3.2rem;
}

.pathbox .back{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    grid-gap: 9px;
    color: #1B1B20;
    font-family: var(--roboto);
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    letter-spacing: 0.024px;
    border: none;
    background: none;
}

.pathbox .back::before{
    content: url('data:image/svg+xml;utf8,<svg width="9" height="13" viewBox="0 0 9 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8 12L2 6.5L8 1" stroke="rgb(27,27,32)" stroke-width="2"/></svg>');
}

.pathbox .path{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    grid-gap: 5px;
    border-left: 1px solid var(--line2);
    padding: 6px 0 6px 19px;
}

.pathbox .path::before{
    content: url('data:image/svg+xml;utf8,<svg width="20" height="17" viewBox="0 0 20 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.99961 15.9997V10.9997H11.9996V15.9997C11.9996 16.5497 12.4496 16.9997 12.9996 16.9997H15.9996C16.5496 16.9997 16.9996 16.5497 16.9996 15.9997V8.99973H18.6996C19.1596 8.99973 19.3796 8.42973 19.0296 8.12973L10.6696 0.599727C10.2896 0.259727 9.70961 0.259727 9.32961 0.599727L0.96961 8.12973C0.62961 8.42973 0.83961 8.99973 1.29961 8.99973H2.99961V15.9997C2.99961 16.5497 3.44961 16.9997 3.99961 16.9997H6.99961C7.54961 16.9997 7.99961 16.5497 7.99961 15.9997Z" fill="rgb(0,40,86)"/></svg>');
}

.pathbox .path>*{
    color: var(--text);
}

.pathbox .path>*:not(:last-child){
    display: flex;
    display: -webkit-flex;
    align-items: center;
    grid-gap: 5px;
}

.pathbox .path>*:not(:last-child)::after{
    content: '/';
}

.pathbox .path>*:last-child{
    color: var(--title);
}

.pagination{
    display: flex;
    display: -webkit-flex;
    align-items: stretch;
    grid-gap: 1rem;
    width: fit-content;
    margin-left: auto;
}

.pagination>*{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    color: #88CDD3;
    font-family: var(--roboto);
    font-size: 18px;
    font-weight: 800;
    line-height: 26px;
    letter-spacing: -0.54px;
    border-radius: 5px;
    background-color: #F2F2F2;
    padding: 10px 22px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.pagination>*:not(:first-child):not(:last-child):hover,
.pagination>*:not(:first-child):not(:last-child).active{
    color: var(--white);
    background-color: var(--title);
}

.pagination>*:first-child,
.pagination>*:last-child{
    background-color: var(--title);
}

.pagination>*:first-child svg path,
.pagination>*:last-child svg path{
    fill: var(--white);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.pagination>*:first-child.disabled,
.pagination>*:last-child.disabled{
    background-color: #F2F2F2;
}

.pagination>*:first-child.disabled svg path,
.pagination>*:last-child.disabled svg path{
    fill: #A9B0C8;
}

@media(max-width:992px){
    .ban{
        padding: 2.4rem 0;
    }
}

@media(max-width:768px){
    .sectitle,
    .ban .title{
        word-break: break-all;
    }
    .ban .title::before{
        display: none;
        display: -webkit-none;
    }
    .pathbox .path{
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
    }
}

@media(max-width:660px){
    .fx:has(.sectitle)::before{
        display: none;
        display: -webkit-none;
    }
}

@media(max-width:425px){
    .sectitle,
    .ban .title{
        font-size: clamp(15px,10.36363vw,42px);
        line-height: clamp(18px,11.96969vw,46px);
    }
}