.elementor-988465 .elementor-element.elementor-element-bda5931{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:-120px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-988465 .elementor-element.elementor-element-b9c4e4a{width:100%;max-width:100%;}.elementor-988465 .elementor-element.elementor-element-f28dc48{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:120px;--padding-bottom:120px;--padding-left:0px;--padding-right:0px;}.elementor-988465 .elementor-element.elementor-element-f28dc48:not(.elementor-motion-effects-element-type-background), .elementor-988465 .elementor-element.elementor-element-f28dc48 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-vamtam_accent_3 );}.elementor-988465 .elementor-element.elementor-element-ca93c30{width:100%;max-width:100%;}.elementor-988465 .elementor-element.elementor-element-5f3a2f3{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;}.elementor-988465 .elementor-element.elementor-element-5f3a2f3:not(.elementor-motion-effects-element-type-background), .elementor-988465 .elementor-element.elementor-element-5f3a2f3 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-vamtam_accent_3 );}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-b9c4e4a *//* ==================================================
   HERO
================================================== */

.to-hero{

    background:#f6f6f4;

    padding:120px 48px 110px;
}

.to-hero-grid{

    max-width:1480px;

    margin:0 auto;

    display:flex;

    align-items:center;

    justify-content:space-between;

    gap:110px;
}

/* ==================================================
   LEFT
================================================== */

.to-hero-content{

    width:70%;

    max-width:650px;
}

.to-hero-content h2{

    margin:0 0 34px;

    font-size:65px;

    line-height:1.1;

    letter-spacing:-0.045em;

    font-weight:500;

    color:#232323;

    font-family:'Inter',sans-serif !important;
}

.to-hero-content p{

    margin:0 0 45px;

    max-width:580px;

    font-size:20px;

    line-height:1.65;

    color:#666666;

    font-family:'Inter',sans-serif !important;
}

/* ==================================================
   BUTTON
================================================== */

.to-hero-buttons{

    display:flex;

    align-items:center;

    gap:16px;
}

.to-btn-secondary{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    height:56px;

    padding:0 30px;

    border:1px solid #232323;

    color:#232323;

    background:transparent;

    text-decoration:none;

    font-size:16px;

    font-weight:500;

    transition:.25s ease;

    font-family:'Inter',sans-serif !important;
}

.to-btn-secondary:hover{

    background:#232323;

    color:#ffffff;
}

/* ==================================================
   IMAGE
================================================== */

.to-hero-image{

    width:52%;

    padding-top:90px;
}

.to-hero-image img{

    width:100%;

    display:block;

    aspect-ratio:4/5;

    object-fit:cover;
}

/* ==================================================
   FORCE INTER
================================================== */


/* ==================================================
   MOBILE
================================================== */

@media(max-width:980px){

    .to-hero{

        padding:80px 24px 70px;
    }

    .to-hero-grid{

        flex-direction:column;

        gap:48px;
    }

    .to-hero-content{

        width:100%;

        max-width:100%;
    }

    .to-hero-image{

        width:100%;
    }

    .to-hero-content h2{

        font-size:54px;

        line-height:0.95;
    }

    .to-hero-content p{

        font-size:18px;

        max-width:100%;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ca93c30 */<style>

/* ==========================
   FAQ
========================== */


body .to-faq-section{
    background:#D6D0C6 !important;
}

.to-faq-wrapper{
    max-width:1280px;
    margin:0 auto;
}

/* CATEGORY */

.to-faq-category-title{
    font-family:'Inter',sans-serif !important;
    font-size:30px !important;
    line-height:1.2 !important;
    letter-spacing:-0.03em !important;
    font-weight:500 !important;
    color:#232323 !important;
    margin:20px 0 20px 0 !important;
    padding-top:0 !important;
}

/* ITEM */

.faq-item{
    border-top:1px solid rgba(35,35,35,0.10);
}

.faq-item:last-child{
    border-bottom:1px solid rgba(35,35,35,0.10);
}

/* QUESTION */

.faq-question{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:40px;
    cursor:pointer;
    padding:4px 0;
}

.faq-question span:first-child{
    font-family:'Inter',sans-serif;
    font-size:15px;
    line-height:1.1;
    font-weight:400;
    color:#232323;
}

/* PLUS */

.faq-icon{
    flex-shrink:0;
    width:32px;
    text-align:center;
    font-family:'Inter',sans-serif;
    font-size:42px;
    line-height:1;
    font-weight:300;
    color:#7d8993;
    transition:0.25s ease;
}

/* OPEN STATE */

.faq-item.active .faq-icon{
    transform:rotate(45deg);
}

/* ANSWER */

.faq-answer{
    display:none;
    padding:0 120px 36px 0;
}

.faq-answer p{
    font-family:'Inter',sans-serif;
    font-size:15px;
    line-height:1.75;
    font-weight:400;
    color:#6f6f6f;
    margin:0;
}

/* MOBILE */

@media (max-width:991px){

    .to-faq-category-title{
        font-size:42px;
        margin-bottom:28px;
        padding-top:50px;
    }

    .faq-question{
        padding:24px 0;
    }

    .faq-question span:first-child{
        font-size:17px;
    }

    .faq-answer{
        padding:0 0 24px;
    }

    .faq-answer p{
        font-size:16px;
    }

    .faq-icon{
        font-size:34px;
    }

}

</style>/* End custom CSS */
/* Start custom CSS *//* ==================================================
   TECHNICAL OFFICE TYPOGRAPHY
================================================== */

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
div,
a,
li,
strong,
em,
blockquote,
label,
input,
textarea,
select,
button{

    font-family:'Inter',sans-serif !important;
}

/* ==================================================
   FORCE H2
================================================== */

h2{

    font-size:45px !important;
    line-height:1.02 !important;
    letter-spacing:-0.05em !important;
    font-weight:500 !important;
}

/* ==================================================
   HERO H1
================================================== */

.to-hero-content h1{

    margin:0 0 34px !important;

    font-family:'Inter',sans-serif !important;

    font-size:45px !important;

    line-height:1.1 !important;

    letter-spacing:-0.045em !important;

    font-weight:500 !important;

    color:#232323 !important;
}/* End custom CSS */