.styles_banner__gL1dd{height:100vh;margin:0 auto;background-size:cover;background-position:50%;background-repeat:no-repeat;display:flex;align-items:center;color:white}.styles_main_btn__4e78G{border-radius:5px;padding:15px 20px;background:var(--violet);border:none;color:#fff;cursor:pointer;font-size:16px;font-weight:600;transition:.2s;margin-top:30px}.styles_main_btn__4e78G:hover{background-color:var(--gold);color:rgb(15,15,15)}.styles_banner_title___y59s{width:80%}.styles_banner_title___y59s p{width:100%;font-size:22px}.styles_order_btn__ZtyxW{border-radius:5px;padding:13px;background:var(--violet);border:none;color:#fff;cursor:pointer;margin-top:30px;font-size:16px;font-weight:600;width:160px;font-family:var(--btn-text);transition:.2s}.styles_order_btn__ZtyxW:hover{color:var(--text-color);background-color:var(--gold)}.styles_banner_title_text__CdwuY{display:flex;flex-direction:column;gap:.5rem}.styles_title_text__V2NNk{font-size:58px;font-style:normal;font-weight:600;line-height:normal;letter-spacing:1px;color:var(--gold)}.styles_title_text_desc__gbc6W{font-size:22px;line-height:30px;font-weight:300;position:relative;width:702px}.styles_breadcrumbs_wrapper___PdEw{width:1200px;margin:auto}.styles_breadcrumbs__fq_ak{font-size:12px;display:flex;gap:.5rem;margin-top:10px}.styles_breadcrumbs__fq_ak a{text-decoration:none;color:var(--violet);font-weight:600}.styles_breadcrumbs__fq_ak a:hover{text-decoration:underline}.styles_breadcrumbs__fq_ak span{color:#585858}.styles_banner_container__JHyq8{margin:0 auto;width:1200px;display:flex;align-items:center;justify-content:space-around}.styles_image_wrapper___guyN{align-self:start;width:860px;max-width:100%;height:auto;border-radius:5px}.styles_section_image__eI8l_{border-radius:5px}.styles_section_text_content__tz4vb{margin:0 auto;width:1200px;padding:10px 0}.styles_section_text_content_title__jSOR8{width:100%;font-size:32px;font-weight:600;color:var(--text-color);padding:10px 0}.styles_section_text_content_title__jSOR8 span{font-size:18px;font-weight:400}.styles_section_text_content_title__jSOR8 p{font-size:15px;font-weight:400}.styles_description___J20Y{padding:10px 0;width:75%;font-size:18px;color:var(--text-color)}.styles_process_list__Dp53l{list-style-type:none;padding:0;margin:20px 0}.styles_process_list__Dp53l li{background-color:#f9f9f9;border:1px solid #e0e0e0;border-radius:8px;margin-bottom:10px;display:flex;flex-direction:column;transition:background-color .3s ease,box-shadow .3s ease;box-shadow:0 2px 4px rgba(0,0,0,.1);height:100%}.styles_process_list__Dp53l li:hover{background-color:#f0f0f0;box-shadow:0 4px 8px rgba(0,0,0,.2)}.styles_process_list__Dp53l strong{font-weight:600;font-size:18px;color:#333}.styles_process_list__Dp53l .styles_description___J20Y{font-size:16px;color:#555;display:none;opacity:0;transition:opacity .5s ease;padding:15px}.styles_process_list__Dp53l .styles_description___J20Y.styles_open__lkJUE{display:block;opacity:1;padding-top:10px}.styles_process_list_two__O0Cae{list-style:none;margin:0;display:grid;grid-template-columns:auto auto auto;justify-content:space-between;align-items:center;counter-reset:step-counter;grid-gap:30px;gap:30px;padding:30px 0}.styles_process_list_two__O0Cae li{background-color:#f9f9f9;display:flex;flex-direction:column;padding:20px;border-left:4px solid var(--violet);border-radius:8px;position:relative;box-shadow:0 4px 8px rgba(0,0,0,.1);transition:transform .3s ease;counter-increment:step-counter;flex:1 1;text-align:center}.styles_process_list_two__O0Cae li:before{content:counter(step-counter);font-size:20px;font-weight:700;color:white;background-color:var(--violet);display:flex;justify-content:center;align-items:center;width:30px;height:30px;border-radius:50%;position:absolute;top:-20px;left:50%;transform:translateX(-50%)}.styles_process_list_two__O0Cae li:after{content:"";position:absolute;top:50%;right:-30px;width:20px;height:4px;background-color:#742f8b;transform:translateY(-50%)}.styles_process_list_two__O0Cae li:last-child:after{display:none}.styles_process_list_two__O0Cae strong{font-size:18px;color:#333}.styles_process_list_two__O0Cae span{font-size:16px;color:#666;margin-top:10px}.styles_toggleButton__Vvbt0{display:flex;justify-content:space-between;align-items:center;width:100%;padding:15px;cursor:pointer;border:none}.styles_toggleArrow__2OhB7{background:none;border:none;cursor:pointer;font-size:24px;color:var(--light-blue);transition:transform .3s ease}.styles_toggleArrow__2OhB7:hover{color:var(--violet)}.styles_toggleArrow__2OhB7.styles_open__lkJUE{transform:rotate(180deg)}.styles_title_two__taO4b{font-size:30px;margin:30px 0;width:74%;color:#333}.styles_document_table__iED4L{width:100%;border-collapse:collapse;margin:30px 0;font-size:16px;font-family:Inter,sans-serif;background-color:#ffffff;border-radius:12px;box-shadow:0 6px 18px rgba(0,0,0,.1);overflow:hidden}.styles_document_table__iED4L thead{background-color:var(--violet);color:#fff}.styles_document_table__iED4L th{padding:16px 20px;text-align:left;text-transform:uppercase;font-weight:700;letter-spacing:.05rem;font-size:16px}.styles_document_table__iED4L td{padding:16px 20px;font-size:16px;font-weight:600;color:var(--text-color);vertical-align:top}.styles_document_table__iED4L tbody tr:nth-child(2n){background-color:#f9f9f9}.styles_document_table__iED4L tbody tr:hover{background-color:#f0f4ff;transition:background-color .3s ease}.styles_document_table__iED4L td:last-child{text-align:left;color:#666;font-weight:500}.styles_document_table__iED4L tbody tr:last-child td{border-bottom:none}.styles_pricing_table__kuOjB{width:100%;border-collapse:collapse;margin:20px 0;font-size:18px;font-family:Inter,sans-serif;box-shadow:0 4px 12px rgba(0,0,0,.1);border-radius:8px;overflow:hidden}.styles_pricing_table__kuOjB thead{background-color:#742f8b;color:white}.styles_pricing_table__kuOjB td,.styles_pricing_table__kuOjB th{padding:15px;text-align:left}.styles_pricing_table__kuOjB tbody tr{background-color:#f9f9f9;transition:background-color .3s ease}.styles_pricing_table__kuOjB tbody tr:nth-child(2n){background-color:#f1f1f1}.styles_pricing_table__kuOjB tbody tr:hover{background-color:#e0e0e0}.styles_pricing_table__kuOjB td{border-bottom:1px solid #ddd}.styles_pricing_table__kuOjB tbody tr:last-child td{border-bottom:none}.styles_special_wrapper__0mKY2{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1rem;gap:1rem;grid-auto-flow:dense}.styles_special_wrapper__0mKY2>div:last-child,.styles_special_wrapper__0mKY2>div:nth-last-child(2),.styles_special_wrapper__0mKY2>div:nth-last-child(3){grid-column:span 1}.styles_special_wrapper__0mKY2>div:nth-last-child(3){grid-column-start:2;grid-column-end:4}@media (max-width:820px){.styles_banner__gL1dd{height:100vh;background-size:cover;background-position:50%;background-repeat:no-repeat;justify-content:center;color:white}.styles_banner__gL1dd,.styles_banner_container__JHyq8{width:100%;margin:0 auto;display:flex;align-items:center}.styles_banner_container__JHyq8{height:100%;flex-direction:column;justify-content:space-around}.styles_breadcrumbs_wrapper___PdEw{display:flex;justify-content:flex-start;flex-wrap:wrap;font-size:16px;padding:0 5px}.styles_breadcrumbs__fq_ak{display:flex;gap:.5rem;align-items:center}.styles_breadcrumbs__fq_ak a{text-decoration:none;color:var(--violet);white-space:nowrap}.styles_breadcrumbs__fq_ak a:hover{text-decoration:underline}.styles_breadcrumbs__fq_ak span{color:#585858;white-space:nowrap}.styles_section_text_content__tz4vb{width:100%;padding:10px}.styles_section_text_content_title__jSOR8{width:100%;font-size:26px;font-weight:600}.styles_description___J20Y{width:100%;font-size:16px}.styles_special_wrapper__0mKY2{display:grid;grid-template-columns:auto;grid-gap:1rem;gap:1rem;grid-auto-flow:dense}.styles_special_wrapper__0mKY2>div:last-child,.styles_special_wrapper__0mKY2>div:nth-last-child(2),.styles_special_wrapper__0mKY2>div:nth-last-child(3){grid-column:span 1}.styles_special_wrapper__0mKY2>div:nth-last-child(3){grid-column-start:2;grid-column-end:1}.styles_title_two__taO4b{font-size:24px;width:100%;text-align:center}.styles_banner_title___y59s{width:100%;margin-top:15px;text-align:center}.styles_banner_title___y59s p{width:100%;font-size:22px}.styles_banner_title_text__CdwuY{display:flex;flex-direction:column;gap:.5rem}.styles_title_text__V2NNk{font-size:36px;font-style:normal;line-height:normal;letter-spacing:1px}.styles_title_text_desc__gbc6W{font-size:22px;line-height:30px;font-weight:300;position:relative;width:100%}.styles_selectCountryTitle__HB16A{font-size:38px;margin-left:40px}.styles_process_list_two__O0Cae{flex-direction:column;grid-template-columns:auto;padding:30px 0;width:100%;gap:10px}.styles_process_list_two__O0Cae li{margin-bottom:20px;padding:20px 9px}.styles_process_list_two__O0Cae li:after{display:none}.styles_process_list_two__O0Cae li:before{top:50%;left:-40px;transform:translateY(-50%);content:counter(step-counter);font-size:20px;font-weight:700;color:white;background-color:var(--violet);display:flex;justify-content:center;align-items:center;width:30px;height:30px;border-radius:50%;position:absolute;top:-20px;left:50%;transform:translateX(-50%)}.styles_document_table__iED4L td,.styles_document_table__iED4L th{padding:12px 14px;font-size:16px}.styles_document_table__iED4L{font-size:16px}}