.contact_banner{
    position: relative;
}
.contact_banner:after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(to right, rgba(0,0,0,1) -5%,rgba(0,0,0,0));
    z-index: 2;
}
.contact_banner .content{
    z-index: 9;
}
.contact_banner .head{
    display: flex;
    flex-direction: column;
    color: white;
    justify-content: center;
    height: 76.8rem;
}
.contact_banner .subtitle{
    font-size: 1.5rem;
    letter-spacing: 0.1rem;
    color: rgba(255, 255, 255, 0.8);
}
.contact_banner .content .head h1{
    font-size: 6.4rem;
    line-height: 6.7rem;
    margin-top: 3.1rem;
    color: white;
    font-weight: 600;
    max-width: 93rem;
    margin-bottom: 2.8rem;
}

.contact_banner .content .head h1 span{
    position: relative;
    display: inline-block;
}
.contact_banner .content .head h1 span:after{
    content: "";
    width: 100%;
    height: 0.7rem;
    position: absolute;
    left: 0;
    bottom: 0.3rem;
    background-color: var(--primary);
    z-index: -1;
}
.contact_banner .content .head p{
    font-size: 1.8rem;
    line-height: 2.8rem;
    color: rgba(255, 255, 255, 0.84);
    max-width: 60rem;
    font-weight: 300;
}
.contact_banner .social{
    margin-top: 4.3rem;
}
.contact_banner .social ul{
  display: flex;
  gap: 1.2rem;
}
.contact_banner .social ul li a{
  width: 5.3rem;
  height: 5.3rem;
  display: inline-block;
  text-indent: -9999999px;
  border-radius: 50%;
  position: relative;
  transition: all 0.3s;
  background-color: #FFFFFF;
}
.contact_banner .social ul li a:hover{
  background-color: var(--primary);
}
.contact_banner .social ul li a:after{
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  filter: brightness(0);
  background: url('../images/facebook.svg') no-repeat center/40% 40%;
}
.contact_banner .social ul li.instagram a:after{
  background-image: url('../images/instagram.svg');
}
.contact_banner .social ul li.youtube a:after{
  background-image: url('../images/youtube.svg');
}
.contact_banner .social ul li.linkedin a:after{
  background-image: url('../images/linkedin.svg');
  background-size: 38%;
}
.contact_banner .social ul li.twitter a:after{
  background-image: url('../images/twitter.svg');
  background-size: 35%;
}

.contact_form{
    padding: 12rem 0 12.4rem;
}
.contact_form .title{
    font-size: 3.2rem;
    display: block;
    font-weight: 600;
    color: #1a1626;
    width: 100%;
    margin-bottom: 1rem;
}
.contact_form .left{
    width: 64.3%;
    padding: 2.8rem 5rem;
    border: 1px solid #e8e5f0;
    border-radius: 2rem;
}
.contact_form .right{
    width: 30.06%;
}
.contact_form .form form{
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
    gap: 2.2rem 0;
}
.contact_form .form form strong.title{
    font-size: 3.2rem;
    display: block;
    font-weight: 600;
    color: #1a1626;
    width: 100%;
    margin-bottom: 1rem;
}
.contact_form .form form br{
    display: none;
}
.contact_form .form form .hidden-fields-container{
    display: none;
}
.contact_form .form form .wpcf7-form-control-wrap{
    display: block;
    width: 100%;
}
.contact_form .form form span label,
.contact_form .form form .wpcf7-form-control-wrap label{
    display: flex;
    align-items: center;
    font-size: 1.7rem;
    color: #303030;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 1.2rem;
}
.contact_form .form form span label i{
    color: var(--primary);
    margin-left: 0.4rem;
}
.contact_form .form form span{
    display: block;
    width: 100%;
}
.contact_form .form form span.col2{
    width: 48.6%;
}
.contact_form .form form span input:not([type="checkbox"]),
.contact_form .form form .wpcf7-form-control-wrap input:not([type="checkbox"]){
    line-height: 5.1rem;
    padding: 0 1.5rem;
    border: 1px solid #dddddd;
    border-radius: 0.6rem;
    width: 100%;
    color: #111;
    font-size: 1.6rem;
    transition: all 0.3s;
    box-sizing: border-box;
}
.contact_form .form form span input:not([type="checkbox"]):focus,
.contact_form .form form .wpcf7-form-control-wrap input:not([type="checkbox"]):focus,
.contact_form .form form textarea:focus,
.contact_form .form form span select:focus,
.contact_form .form form .wpcf7-form-control-wrap select:focus{
    border-color: var(--primary);
    outline: none;
}
.contact_form .form form span select,
.contact_form .form form .wpcf7-form-control-wrap select{
    line-height: 5.1rem;
    padding: 0 1.5rem;
    border: 1px solid #dddddd;
    border-radius: 0.6rem;
    width: 100%;
    font-size: 1.6rem;
    color: #60686d;
    background: url('../images/select.svg') no-repeat right 1.9rem center/1.5rem;
    box-sizing: border-box;
    appearance: none;
}

.contact_form .form form .upload_con{
    padding: 2.6rem;
    border-radius: 0.6rem;
    border: 2px dashed #dddddd;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
}
.contact_form .form form .upload_con:hover{
    border-color: var(--primary);
}
.contact_form .form form .upload_con.has-file{
    border-color: var(--primary);
    background: rgba(var(--primary-rgb, 0, 0, 0), 0.04);
}
.contact_form .form form .upload_con.dragover{
    border-color: var(--primary);
    background: rgba(var(--primary-rgb, 0, 0, 0), 0.06);
}
.contact_form .form form .upload_filename{
    display: block;
    margin-top: 0.8rem;
    font-size: 1.4rem;
    color: var(--primary);
    font-weight: 600;
}
.contact_form .form form .upload_con .upload_hint{
    font-weight: 400;
}
.contact_form .form form .upload_con .icon{
    width: 4.7rem;
    height: 4.7rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem;
}
.contact_form .form form .upload_con p{
    font-size: 1.7rem;
    color: #666666;
}
.contact_form .form form .upload_con p strong{
    font-weight: 600;
    color: #111111;
}
.contact_form .form form .upload_con span{
    font-size: 1.4rem;
    color: #888888;
    margin-top: 0.5rem;
}
.contact_form .form form span.col_file, .contact_form .form form span.col_textarea{
    margin-top: 1rem;
}
.contact_form .form form textarea,
.contact_form .form form .wpcf7-form-control-wrap textarea{
    padding: 1.5rem;
    border: 1px solid #dddddd;
    border-radius: 0.6rem;
    width: 100%;
    font-size: 1.6rem;
    color: #111;
    height: 16.5rem;
    box-sizing: border-box;
    resize: vertical;
}
.contact_form .form form input[type="file"],
.contact_form .form form .wpcf7-file{
    display: none !important;
}
.contact_form .form form > p,
.contact_form .form form > p.agree_row{
    font-size: 1.5rem;
    color: #60686d;
    display: flex;
    align-items: flex-start;
    gap: 1.1rem;
    width: 100%;
    margin: 0;
}
.contact_form .form form > p input[type="checkbox"],
.contact_form .form form .wpcf7-acceptance input[type="checkbox"]{
    width: 1.8rem;
    height: 1.8rem;
    min-width: 1.8rem;
    margin-top: 0.2rem;
    border: 2px solid #333;
    flex-shrink: 0;
}
.contact_form .form form .wpcf7-acceptance .wpcf7-list-item{
    margin: 0;
}
.contact_form .form form .wpcf7-acceptance label{
    display: flex;
    align-items: flex-start;
    gap: 1.1rem;
    font-size: 1.5rem;
    font-weight: 400;
    text-transform: none;
    color: #60686d;
    margin-bottom: 0;
}
.contact_form .form form .wpcf7-acceptance .wpcf7-list-item-label{
    line-height: 1.5;
}
.contact_form .form form .btn{
    width: 100%;
    justify-content: center;
    font-size: 1.8rem;
    margin-top: 2.5rem;
    cursor: pointer;
    position: relative;
}
.contact_form .form form .btn:not(.is-ready){
    opacity: 0.55;
    cursor: not-allowed;
    filter: none;
}
.contact_form .form form .btn.is-ready{
    opacity: 1;
    cursor: pointer;
}
.contact_form .form form .btn.is-ready:hover{
    filter: brightness(120%);
}
.contact_form .form form .btn > p{
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.contact_form .form form > p.agree_row.needs-attention{
    color: #c0392b;
}
.contact_form .form form .btn:after{
    width: 1.7rem;
    height: 1.7rem;
    margin-left: 1.5rem;
}
.contact_form .form form .btn input[type="submit"]{
    display: none;
}
.contact_form .form form .btn input[type="submit"]:disabled{
    display: none;
}
.contact_form .form form > p input:checked,
.contact_form .form form .wpcf7-acceptance input:checked{
    background: url('../images/correct.svg') no-repeat center/100%;
    background-color: var(--primary);
    border-color: var(--primary);
}
.contact_form .form .wpcf7-spinner{ 
    position: absolute;
    right: 1rem;
    width: 24px;

}
.contact_form .form .wpcf7-response-output{
    width: 100%;
    margin: 1.5rem 0 0;
    padding: 1rem 1.5rem;
    border-radius: 0.6rem;
    font-size: 1.5rem; 
}
.contact_form .form .wpcf7-not-valid-tip{
    font-size: 1.3rem;
    color: #c0392b;
    margin-top: 0.5rem;
}

.contact_form .right p{
    font-size: 1.8rem;
    line-height: 2.8rem;
    color: #4f4f4f;
}
.contact_form .right .title{
    font-size: 2.6rem;
    margin-bottom: 0.5rem;
}
.contact_form .right .contact_infos{
    padding: 4.3rem 3.4rem;
    border: 1px solid #b7b7b7;
    border-radius: 1.4rem;
    margin-bottom: 5.2rem;
    margin-top: 2.7rem;
}
.contact_form .right .contact_infos .icon img{
    width: 2.5rem;
    min-width: 2.5rem;
    height: auto;
}
.contact_form .right .contact_infos .icon{
    margin-right: 1.9rem;
    position: relative;
}
.contact_form .right .contact_infos .icon:after{
    content: "";
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 50%;
    background-color: var(--primary);
    position: absolute;
    left: -0.7rem;
    top: -0.7rem;
    z-index: -1;
}
.contact_form .right .contact_infos li{
    display: flex;
    align-items: flex-start;
}
.contact_form .right .contact_infos li + li{
    margin-top: 3rem;
}
.contact_form .right .contact_infos li strong, .contact_form .right .contact_infos li a{
    font-size: 2.2rem;
    color: #0a0a0a;
    font-weight: 600;
    display: block;
    margin-top: -0.6rem;
}
.contact_form .right .contact_infos li p{
    font-size: 1.7rem;
    color: rgba(66, 66, 66, 0.8);
}
.contact_form .right .img{
    aspect-ratio: 431/170;
    border-radius: 1.4rem;
    margin-top: 2.6rem;
}

.contact_map{
    aspect-ratio: 190/64;
}
.contact_map iframe{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: none;
    display: block;
}


@media screen and (min-width: 768px) and (max-width: 1000px) {
    .contact_form .right{
        width: 33.06%;
    }
}

@media screen and (max-width: 768px) {
    .contact_banner .head{
        height: auto;
        padding: 80px 0 50px;
    }
    .contact_banner .content .head h1{
        font-size: 25px;
        line-height: 1.3;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .contact_banner .content .head h1 span:after{
        height: 3px;
    }
    .contact_banner .content .head p{
        font-size: 14px;
        line-height: 1.5;
    }
    .contact_banner .social{
        margin-top: 25px;
    }
    .contact_banner .social ul li a{
        width: 40px;
        height: 40px;
    }
    .contact_form{
        padding: 50px 0;
    }
    .contact_form .flex{
        flex-flow: wrap;
    }
    .contact_form .left{
        width: 100%;
        padding: 20px;
        border-radius: 12px;
    }
    .contact_form .right{
        width: 100%;
        margin-top: 30px;
    }
    .contact_form .title{
        font-size: 22px;
    }
    .contact_form .form form{
        gap: 15px;
    }
    .contact_form .form form span.col2{
        width: 100%;
    }
    .contact_form .form form span input:not([type="checkbox"]),
    .contact_form .form form .wpcf7-form-control-wrap input:not([type="checkbox"]){
        line-height: 40px;
        font-size: 14px;
    }
    .contact_form .form form span select,
    .contact_form .form form .wpcf7-form-control-wrap select{
        line-height: 40px;
        font-size: 14px;
    }
    .contact_form .form form textarea,
    .contact_form .form form .wpcf7-form-control-wrap textarea{
        height: 120px;
        font-size: 14px;
    }
    .contact_form .form form span label{
        font-size: 14px;
        margin-bottom: 5px;
    }
    .contact_form .form form > p,
    .contact_form .form form > p.agree_row{
        font-size: 13px;
    }
    .contact_form .form form .upload_con p{
        font-size: 15px;
    }
    .contact_form .form form .upload_con span{
        font-size: 14px;
    }
    .contact_form .form form > p input[type="checkbox"],
    .contact_form .form form .wpcf7-acceptance input[type="checkbox"]{
        width: 20px;
        height: 20px;
        min-width: 20px;
    }
    .contact_form .form form .btn{
        font-size: 15px;
    }
    .contact_form .right .title{
        font-size: 20px;
    }
    .contact_form .right p{
        font-size: 14px;
        line-height: 1.5;
    }
    .contact_form .right .contact_infos{
        padding: 25px 20px;
        margin-top: 15px;
        margin-bottom: 30px;
    }
    .contact_form .right .contact_infos li strong, .contact_form .right .contact_infos li a{
        font-size: 16px;
    }
    .contact_form .right .contact_infos li p{
        font-size: 14px;
    }
    .contact_form .right .contact_infos li + li{
        margin-top: 20px;
    }
    .contact_map{
        aspect-ratio: 16/9;
    }
}
