.cta{.container{background-image:url(/images/components/background-cta.png);padding:128px 0 128px 128px;border-radius:64px;.content_cta{width:100%;max-width:640px}}}@media (max-width:1224px){.cta{.container{background-image:url(/images/components/background-cta2.png);padding:64px 20px;background-position:50%}}}.process{padding:128px 0;.container{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:64px;.top_process{text-align:center}.bottom_process{display:flex;align-items:center;justify-content:center;gap:16px;flex-wrap:wrap;.card_process{width:100%;max-width:226px;height:500px;padding:56px 24px 220px;text-align:center;cursor:pointer;transition:max-width .4s ease;overflow:hidden;p.body18{opacity:0;max-height:0;overflow:hidden;transition:opacity .15s ease,max-height .2s ease}}.card_process:first-child{background-image:url(/images/components/process1.png)}.card_process:nth-child(2){background-image:url(/images/components/process2.png)}.card_process:nth-child(3){background-image:url(/images/components/process3.png)}.card_process:nth-child(4){background-image:url(/images/components/process4.png)}.card_process_active{max-width:496px;p.body18{opacity:1;max-height:200px;transition:opacity .3s ease .3s,max-height .4s ease}}}}}@media (max-width:1224px){.process{padding:60px 0 0;.container{.bottom_process{.card_process{max-width:496px;height:auto;p.body18{opacity:1;max-height:200px}}}}}}@media (max-width:800px){.process{.container{.bottom_process{gap:0}}}}.sidebar_overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.6);backdrop-filter:blur(4px);opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;z-index:998}.sidebar_overlay.active{opacity:1;visibility:visible}.sidebar_form{position:fixed;top:0;right:-100%;width:100%;max-width:480px;height:100%;background:linear-gradient(150deg,#0a0a0a,#151517 50%,#0a0a0a);padding:32px;overflow-y:auto;transition:right .4s cubic-bezier(.4,0,.2,1);z-index:999;display:flex;flex-direction:column}.sidebar_form.active{right:0}.sidebar_header{justify-content:space-between;margin-bottom:16px}.sidebar_close,.sidebar_header{display:flex;align-items:center}.sidebar_close{justify-content:center;width:40px;height:40px;border-radius:50%;background:hsla(0,0%,100%,.1);color:var(--white);cursor:pointer;transition:background .2s ease}.sidebar_close:hover{background:hsla(0,0%,100%,.2)}.sidebar_form_content{display:flex;flex-direction:column;gap:20px;flex:1}.sidebar_form_content .input_box{width:100%}.sidebar_form_content .alert_success{width:100%;padding:12px 16px;background:rgba(34,197,94,.15);border:1px solid rgba(34,197,94,.4);border-radius:8px;color:#4ade80}.sidebar_form_content .alert_error{width:100%;padding:12px 16px;background:rgba(239,68,68,.15);border:1px solid rgba(239,68,68,.4);border-radius:8px;color:#f87171}.input_sidebar,.input_sidebar_select{width:100%;padding:12px 0;background:transparent;outline:none;border:none;border-bottom:1px solid #3a3a3a;transition:border-color .2s ease}.input_sidebar:focus,.input_sidebar_select:focus{border-color:var(--primary)}.input_sidebar_select{cursor:pointer}.input_sidebar_select option{background:#0a0a0a;color:#fff;padding:12px}.sidebar_form_content textarea.input_sidebar{resize:none;min-height:80px}.sidebar_submit{width:100%;margin-top:8px}.sidebar_submit:disabled{opacity:.7;cursor:not-allowed}.sidebar_form_content .loading_button{display:flex;align-items:center;justify-content:center;gap:8px}.sidebar_form_content .spinner{width:16px;height:16px;border:2px solid hsla(0,0%,100%,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.sidebar_form_content .text-center{text-align:center}@media (max-width:520px){.sidebar_form{max-width:100%;padding:24px 20px}.sidebar_header h2{font-size:20px}}