:root{
    --main: #1A3F71;
    --linear: linear-gradient(90deg, #0068B3 0%, #164596 100%);
    --title: #232D51;
    --text: #666666;
    --text2: #9B9B9B;
    --white: #fff;
    --black: #000;
    --line: #B5B5B5;
    --footer1: #143158;
    --footer2: #1A3F71;
    --footer-design: #143158;
    --roboto: "Roboto", sans-serif;
    --sus: "Suse", sans-serif;
}

body{
    font-family: var(--sus);
    font-size: 18px;
    font-weight: 300;
    line-height: 1.27;
}

.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;
}

.sectitle{
    width: fit-content;
    color: transparent;
    font-size: 50px;
    font-weight: 700;
    background: var(--linear);
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -moz-background-clip: text !important;
}

.text{
    color: var(--text);
}

.sectitle.w{
    background: var(--white);
}

.text.w{
    color: var(--white);
}

.text p:not(:last-child){
    margin-bottom: 1rem;
}

.text strong{
    color: #0068B3;
    font-weight: 700;
}

.telp,
.mailp{
    display: block;
}

.mailp{
    word-break: break-word;
}

.dbtn{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    grid-gap: 1rem;
    width: fit-content;
    border: 1px solid transparent;
    border-radius: 8px;
    color: var(--white);
    font-size: 20px;
    font-weight: 500;
    line-height: 1.25;
    background: var(--linear);
    padding: 10px 1rem;
    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.w{
    border-color: var(--white);
    background: transparent;
}

.dbtn.b{
    background: #009EE2;
}

.dbtn:hover{
    color: var(--main);
    border-color: var(--white);
    background: var(--white);
}

.wpcf7-not-valid-tip{
    position: absolute;
    font-size: 14px !important;
    bottom: -32px;
}

h1.entry-title{
    text-align: center;
    margin: 30px 0;
}

.separator{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    grid-gap: 10.4rem;
    max-width: calc(1180px + 140px);
    height: 48px;
    background: url(../../assets/img/icc.svg) no-repeat center;
    margin: 50px auto;
    padding: 0 70px;
}

.separator::before,
.separator::after{
    content: '';
    width: 100%;
    height: 14px;
    background: url(../../assets/img/line.svg) repeat-x left center;
}

.form .row{
    grid-gap: 25px 0;
}

.form .row>*{
    padding: 0 5px;
}

.form .ipts{
    width: 100%;
    color: var(--title);
    font-size: 17px;
    line-height: 1;
    border: none;
    border-bottom: 1px solid #00000099;
    border-radius: 0;
    outline: none;
    -moz-outline: none;
    padding: 10px;
}

.form .ipts::placeholder{color:var(--text)}
.form .ipts:-moz-placeholder{color:var(--text)}
.form .ipts::-moz-placeholder{color:var(--text)}
.form .ipts:-ms-input-placeholder{color:var(--text)}
.form .ipts::-webkit-input-placeholder{color:var(--text)}

.form textarea{
    height: 121px;
    border: 1px solid #00000099 !important;
    border-bottom-right-radius: 51px !important;
    resize: none;
}

.form .tlb{
    color: var(--text2);
    font-size: 17px;
    line-height: 1.17;
}

.form .dbtn{
    position: relative;
    width: 100%;
    padding-left: 68px;
}

.form .dbtn::before{
    content: url('data:image/svg+xml;utf8,<svg width="38" height="15" viewBox="0 0 38 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 7.5H37M37 7.5L29 15.5M37 7.5L29 -0.5" stroke="white" stroke-width="1.5" stroke-miterlimit="10"/></svg>');
    position: absolute;
    left: 15px;
    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;
}

.form .dbtn:hover{
    color: var(--white);
    background: var(--linear);
    padding-left: 15px;
}

.form .dbtn:hover::before{
    left: 79px;
}

.ban{
    background: var(--linear);
    border-bottom-right-radius: 150px;
    padding: 2.46rem 0;
}

.ban .df{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.ban .title{
    color: var(--white);
    font-size: 40px;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 10px;
}

.ban img{
    width: 60px;
    aspect-ratio: 1/1;
    object-fit: contain;
    -o-object-fit: contain;
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
    -ms-filter: brightness(0) invert(1);
}

.pathbox .back{
    display: none;
    display: -webkit-none;
}

.pathbox .path,
.pathbox .path>*:not(:last-child){
    display: flex;
    display: -webkit-flex;
    align-items: center;
    grid-gap: 5px;
}

.pathbox .path>*{
    color: var(--white);
    font-size: 20px;
    font-weight: 400;
    line-height: 1.25;
}

.pathbox .path>*:not(:last-child)::after{
    content: '|';
}

.pathbox .path>*:last-child,
.pathbox .path>*:last-child::after{
    font-weight: 700;
}

@media(max-width:768px){
    .pathbox,
    .pathbox .path{
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
    }
    .separator{
        margin: 1rem 0;
        padding: 0 20px;
    }
    .ban{
        border-bottom-right-radius: 12vw;
        padding: 2rem 0;
    }
}

@media(max-width:575px){
    .dbtn{
        width: 100%;
    }
    .sectitle{
        font-size: clamp(16px,8.69565vw,50px) !important;
    }
}