@import "https://fonts.googleapis.com/css2?family=Work+Sans:wght@400;500;600;700;800&display=swap";.full_page_loader{justify-content:center;align-items:center;gap:14px;min-height:50vh;display:flex}.full_page_loader_spinner{border:5px solid #fe7f2d29;border-top-color:#fe7f2d;border-radius:50%;width:28px;height:28px;animation:.9s linear infinite loader_spin}.full_page_loader_text{font-family:var(--font-family-base);letter-spacing:-.02em;color:#264653;align-items:center;font-size:26px;font-weight:600;line-height:1;display:flex}.full_page_loader_text span{opacity:0;animation:1.4s infinite loader_dots}.full_page_loader_text span:first-child{animation-delay:0s}.full_page_loader_text span:nth-child(2){animation-delay:.2s}.full_page_loader_text span:nth-child(3){animation-delay:.4s}@keyframes floating_logo{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-16px)rotate(4deg)}}@keyframes loader_spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes loader_dots{0%,20%{opacity:0}50%{opacity:1}to{opacity:0}}@media (width<=768px){.full_page_loader{gap:12px}.full_page_loader_spinner{border-width:3px;width:24px;height:24px}.full_page_loader_text{font-size:24px}}@media (width<=480px){.full_page_loader_spinner{width:22px;height:22px}.full_page_loader_text{font-size:20px}}.admin_sidebar{color:#fff;width:220px;height:100vh;transition:width var(--admin-sidebar-transition);background:#111827;border-right:1px solid #374151;padding-top:20px;position:fixed;top:0;left:0;overflow:hidden auto}.admin_sidebar.collapsed{width:60px}.admin_sidebar .toggle_btn{cursor:pointer;color:#fff;background:#1f2937;border:none;border-radius:8px;width:38px;height:38px;margin-bottom:20px;margin-left:10px;padding:10px}.admin_sidebar .toggle_btn:hover{background:#374151}.admin_sidebar .sidebar_nav{flex-direction:column;gap:15px;padding:10px;display:flex}.admin_sidebar .sidebar_link{color:#d1d5db;border-radius:10px;align-items:center;padding:10px;text-decoration:none;display:flex;overflow:hidden}.admin_sidebar .sidebar_link:hover{color:#fff;background:#1f2937}.admin_sidebar .sidebar_link.active{color:#fff;background:#374151}.admin_sidebar.collapsed .sidebar_link{justify-content:center}.admin_sidebar .sidebar_text{opacity:1;white-space:nowrap;max-width:120px;transition:opacity var(--admin-sidebar-transition);overflow:hidden}.admin_sidebar.collapsed .sidebar_text{opacity:0;max-width:0}.admin_sidebar .sidebar_icon{transition:margin-right var(--admin-sidebar-transition);margin-right:10px;font-size:18px}.admin_sidebar.collapsed .sidebar_icon{margin-right:0}.admin_navbar{z-index:100;background:#fff;border-bottom:1px solid #111827;justify-content:space-between;align-items:center;min-height:60px;padding:0 25px;display:flex;position:sticky;top:0}.admin_navbar .navbar_left h2{color:#111827;margin:0}.admin_navbar .navbar_right{align-items:center;gap:20px;display:flex}.admin_navbar .admin_name{color:#374151;font-weight:500}.admin_navbar .logout_btn{color:#991b1b;cursor:pointer;background:#fee2e2;border:none;border-radius:8px;padding:8px 14px;font-weight:600}.admin_navbar .logout_btn:hover{background:#fecaca}.admin_layout_wrapper{background:#f9fafb;flex-direction:column;height:100vh;min-height:0;display:flex;overflow:hidden}.admin_main_wrapper{height:100vh;transition:margin-left var(--admin-sidebar-transition);flex-direction:column;display:flex}.outlet_overflow_y{overflow-y:auto}.dcm_overlay{z-index:9999;background:#00000073;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.dcm_modal{background:#fff;border:1px solid #e5e7eb;border-radius:14px;width:100%;max-width:480px;padding:24px}.dcm_modal h2{color:#111827;margin:0 0 12px}.dcm_modal p{color:#374151;margin-bottom:12px}.dcm_name{color:#111827;background:#f3f4f6;border:1px solid #d1d5db;border-radius:10px;margin-bottom:14px;padding:12px 14px;font-weight:700}.dcm_modal input{border:1px solid #d1d5db;border-radius:10px;outline:none;width:100%;padding:12px 14px}.dcm_modal input:focus{border-color:#111827}.dcm_actions{justify-content:flex-end;gap:12px;margin-top:20px;display:flex}.dcm_cancel{color:#111827;cursor:pointer;background:#f3f4f6;border:none;border-radius:10px;padding:10px 16px}.dcm_delete{color:#991b1b;cursor:pointer;background:#fee2e2;border:none;border-radius:10px;padding:10px 16px;font-weight:700}.dcm_delete:disabled{opacity:.5;cursor:not-allowed}.admin_table_wrapper{background:#fff;border:1px solid #d1d5db;border-radius:14px;width:100%;overflow-x:auto}.admin_table_pagination{justify-content:flex-start;align-items:center;gap:12px;padding:16px;display:flex}.admin_table_pagination span{color:#374151;font-size:14px;font-weight:600}.admin_table_pagination select{cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:10px;outline:none;padding:10px 12px}.admin_table_pagination .admin_table_btn{color:#fff;cursor:pointer;background:#111827;border:none;border-radius:10px;padding:10px 14px;font-size:14px;font-weight:600}.admin_table_pagination .admin_table_btn:hover{opacity:.92}.admin_table_pagination .admin_table_btn:disabled{opacity:.5;cursor:not-allowed}.admin_table{border-collapse:separate;border-spacing:0;width:100%;min-width:1200px}.admin_table thead th{color:#111827;text-align:left;white-space:nowrap;background:#f9fafb;border-bottom:1px solid #e5e7eb;padding:14px;font-size:14px;font-weight:700}.admin_table tbody td{vertical-align:top;color:#374151;background:#fff;border-bottom:1px solid #e5e7eb;padding:14px;font-size:14px}.admin_table tbody tr:hover td{background:#fafafa}.admin_table .admin_table_actions{gap:10px;display:flex}.admin_table .admin_table_actions .admin_table_btn{cursor:pointer;border:none;border-radius:10px;padding:10px 14px;font-size:14px;font-weight:600}.admin_table .admin_table_actions .admin_table_btn:hover{opacity:.92}.admin_table .admin_table_actions .admin_table_btn:disabled{opacity:.5;cursor:not-allowed}.admin_table .admin_table_actions .view_btn{color:#3088a3;background:#eef4ff}.admin_table .admin_table_actions .edit_btn{color:#3730a3;background:#eef2ff}.admin_table .admin_table_actions .delete_btn{color:#991b1b;background:#fee2e2}.admin_table_empty{text-align:center;color:#6b7280;padding:40px 20px}.admin_table_page{background:#f9fafb;padding:24px}.admin_table_toolbar{justify-content:space-between;align-items:center;gap:12px;margin-bottom:18px;display:flex}.admin_table_toolbar .admin_table_page_title{color:#111827;font-size:28px;font-weight:700}.admin_table_toolbar .admin_table_page_count{color:#6b7280;margin-top:4px;font-size:14px}.admin_table_toolbar .admin_search_create_wrapper{justify-content:center;align-items:center;gap:14px;display:flex}.admin_table_toolbar .admin_search_wrapper{align-items:center;display:flex;position:relative}.admin_table_toolbar .admin_table_search{background:#fff;border:1px solid #d1d5db;border-radius:10px;outline:none;width:280px;padding:12px 36px 12px 14px;font-size:14px}.admin_table_toolbar .admin_table_search:focus{border-color:#111827}.admin_table_toolbar .admin_search_clear{cursor:pointer;background:0 0;border:none;padding:0;font-size:18px;line-height:1;position:absolute;right:12px}.admin_table_toolbar .admin_search_clear:hover{opacity:.7}.admin_table_toolbar .admin_table_create_btn{color:#fff;cursor:pointer;background:#111827;border:none;border-radius:10px;padding:10px 14px;font-size:14px;font-weight:600}.admin_table_toolbar .admin_table .admin_table_create_btn:hover{opacity:.92}.admin_table_toolbar .admin_table .admin_table_create_btn:disabled{opacity:.5;cursor:not-allowed}@media (width<=768px){.admin_table_toolbar{flex-direction:column;align-items:flex-start}.admin_table thead th,.admin_table tbody td{padding:12px}}.pae_page{flex-direction:column;flex:1;min-height:0;padding:24px;display:flex;overflow:hidden}.pae_back_btn{cursor:pointer;color:#fff;background-color:#111827;border:none;border-radius:10px;align-items:center;gap:8px;width:fit-content;margin-bottom:20px;padding:8px 14px;font-size:14px;font-weight:600;text-decoration:none;display:flex}.pae_back_btn:hover{background:#1f2937;text-decoration:none}.pae_back_btn .pae_back_icon{font-size:14px}.pae_topbar{background:#fff;border:1px solid #e5e7eb;border-radius:14px;flex-direction:column;gap:12px;padding:16px 20px;display:flex;box-shadow:0 8px 20px #0000000d}.pae_topbar h1{color:#111827;margin:0;font-size:24px;font-weight:700}.pae_topbar_head{justify-content:space-between;align-items:center;display:flex}.pae_save{color:#fff;cursor:pointer;background:#111827;border:none;border-radius:10px;padding:12px 18px;font-weight:700}.pae_save:hover{opacity:.92}.pae_save_disabled{pointer-events:none;opacity:1;color:#6b7280!important;cursor:not-allowed!important;background:#d1d5db!important;border-color:#d1d5db!important}.pae_error_box{color:#991b1b;background:#fef2f2;border:1px solid #dc2626;border-radius:10px;padding:14px;font-size:14px}.pae_error_box ul{margin:8px 0 0;padding-left:18px}.pae_error_input{background:#fff5f5;border-color:#dc2626!important}.pae_card_error{border-color:#dc2626!important}.pae_error_text{color:#dc2626;margin:10px 0;font-size:12px;font-weight:500}.pae_error_text2{color:#dc2626;margin:0 0 20px;font-size:12px;font-weight:500}.pae_divider{background:#5a5a5a;height:1px;margin:20px 5px}.pae_divider2{background:#b9b9b9;height:1px;margin:8px 0 20px}.pae_grid{flex:1;grid-template-columns:repeat(1,minmax(0,1fr));gap:18px;min-height:0;padding:5px 15px 5px 0;display:grid;overflow-y:auto}.pae_full{grid-column:1/-1}.pae_card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:18px}.pae_card h2{color:#111827;margin:0 0 14px;font-size:18px}.pae_card h3{color:#374151;margin:16px 0 10px;font-size:14px}.pae_card input:not([type=checkbox]):not([type=radio]),.pae_card textarea,.pae_card select{border:1px solid #d1d5db;border-radius:10px;outline:none;width:100%;margin-bottom:12px;padding:11px 12px;font-size:14px}.pae_card textarea{resize:vertical;min-height:120px}.pae_card input[type=checkbox],.pae_card input[type=radio]{width:auto}.pae_card input:focus,.pae_card textarea:focus,.pae_card select:focus{border-color:#111827}.pae_switch input[type=checkbox]{cursor:pointer}.pae_card input:disabled,.pae_card textarea:disabled,.pae_card select:disabled{cursor:not-allowed;opacity:.7;background:#f3f4f6}.pae_card input:disabled{color:#6b7280;border-color:#d1d5db}.pae_label{color:#374151;margin-bottom:6px;font-size:13px;font-weight:700;display:block}.pae_switch{align-items:center;gap:10px;font-weight:600;display:flex}.pae_row{flex-direction:column;width:100%;display:flex}.pae_input_row{align-items:start;gap:10px;width:100%;display:flex}.pae_input_row input{flex:1;margin-bottom:0}.pae_bottom{width:100%}.pae_remove{flex-shrink:0}.pae_small{color:#3730a3;cursor:pointer;background:#eef2ff;border:none;border-radius:10px;padding:10px 14px;font-weight:700}.pae_remove{color:#991b1b;cursor:pointer;background:#fee2e2;border:none;border-radius:10px;padding:10px 14px}.pae_upload{background:#f8fafc;border:1px dashed #cbd5e1;border-radius:12px;margin-bottom:12px;padding:14px}.pae_preview{object-fit:contain;background:#fff;border:1px solid #e5e7eb;border-radius:10px;width:fit-content;max-height:220px;margin:10px 0}.pae_thumb_grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.pae_thumb_item{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:10px}.pae_category{background:#fafafa;border:1px solid #e5e7eb;border-radius:14px;margin-bottom:16px;padding:16px}.pae_cat_top{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.pae_checks{gap:10px;display:grid}.pae_checks label{cursor:pointer;align-items:center;gap:8px;width:fit-content;font-size:14px;display:flex}.pae_checks input[type=radio]{cursor:pointer}.pae_multiselect{flex-direction:column;gap:8px;display:flex}.pae_multi_item{cursor:pointer;background:#fafafa;border:1px solid #bdbdbd;border-radius:10px;align-items:center;gap:10px;padding:12px 14px;font-size:14px;transition:all .2s;display:flex}.pae_multi_item:hover{background:#f3f4f6;border-color:#111827}.pae_multi_item.active{color:#fff;background:#111827;border-color:#111827}.pae_check{font-size:14px;font-weight:700}.pae_hint{color:#6b7280;word-break:break-all;margin-top:10px;font-size:12px}.pae_hint2{color:#6b7280;word-break:break-all;margin-bottom:10px;font-size:12px}.pae_required{color:red}.pae_pdf_link{color:#3730a3;word-break:break-all;background:#eef2ff;border-radius:10px;margin-bottom:10px;padding:10px 14px;font-size:14px;font-weight:700;text-decoration:none;display:inline-block}.pae_pdf_link:hover{opacity:.9}@media (width<=992px){.pae_grid{grid-template-columns:1fr}.pae_thumb_grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=640px){.pae_topbar{gap:12px}.pae_thumb_grid{grid-template-columns:1fr}}.admin_dashboard_stats{grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:30px;display:grid}.admin_dashboard_stats .stat_card{background:#fff;border:1px solid #c8c8c8;border-radius:14px;padding:20px}.admin_dashboard_stats .stat_title{color:#6b7280;font-size:14px}.admin_dashboard_stats .stat_value{color:#111827;margin-top:10px;font-size:22px}.admin_dashboard{background:#f9fafb;padding:24px}.admin_dashboard .dashboard_title{color:#111827;margin-bottom:30px}.admin_gst_export_page{background:#f9fafb;padding:24px}.admin_gst_export_page .admin_gst_export_title{color:#111827;margin-bottom:30px}.admin_gst_export_page .gst_export_card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:24px}.admin_gst_export_page .gst_filters{gap:20px;display:flex}.admin_gst_export_page .gst_field{flex-direction:column;gap:8px;display:flex}.admin_gst_export_page .gst_field select{min-width:220px;padding:10px}.admin_gst_export_page .gst_status_section{margin-top:24px}.admin_gst_export_page .gst_status_badge{border:1px solid #d1d5db;border-radius:8px;padding:10px 14px;font-weight:600;display:inline-block}.admin_gst_export_page .gst_status_badge.ready{color:#166534;background:#dcfce7;border-color:#86efac}.admin_gst_export_page .gst_status_badge.locked{color:#9a3412;background:#ffedd5;border-color:#fdba74}.admin_gst_export_page .gst_status_badge.future{color:#991b1b;background:#fee2e2;border-color:#fca5a5}.admin_gst_export_page .gst_status_message{margin-top:12px}.admin_gst_export_page .gst_status_message p{margin:4px 0}.admin_gst_export_page .gst_summary_section{margin-top:24px}.admin_gst_export_page .gst_summary_item{margin-top:8px}.admin_gst_export_page .gst_files_list{margin-top:8px;padding-left:20px;list-style:outside}.admin_gst_export_page .gst_files_list li,.admin_gst_export_page .gst_file_name{margin-top:4px}.admin_gst_export_page .gst_actions{margin-top:24px}.admin_gst_export_page .gst_download_btn{cursor:pointer;color:#fff;background-color:#166534;border:none;border-radius:8px;padding:12px 18px;font-weight:600}.admin_login_page{justify-content:center;align-items:center;padding:60px 20px;display:flex}.admin_login_page .admin_login_card{background:#fff;border-radius:10px;width:380px;padding:35px;box-shadow:0 10px 25px #00000014}.admin_login_page .admin_login_title{text-align:center;color:#111827;margin-bottom:25px;font-size:22px;font-weight:600}.admin_login_page .admin_login_form{flex-direction:column;gap:14px;display:flex}.admin_login_page .admin_login_form input{border:1px solid #d1d5db;border-radius:6px;outline:none;padding:12px 14px;font-size:14px;transition:border .2s}.admin_login_page .admin_login_form input:focus{border-color:#2563eb}.admin_login_page .admin_login_btn{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:6px;margin-top:8px;padding:12px;font-size:15px;font-weight:500;transition:background .2s}.admin_login_page .admin_login_btn:hover{background:#1d4ed8}.admin_login_page .admin_login_error{color:#dc2626;text-align:center;background:#fee2e2;border:1px solid #fca5a5;border-radius:6px;margin:15px 0;padding:10px;font-size:14px}.admin_login_page .auth-switch{text-align:center;color:#6b7280;margin-top:18px;font-size:14px}.admin_login_page .auth-link{color:#2563eb;cursor:pointer;font-weight:500}.admin_login_page .auth-link:hover{text-decoration:underline}.announcement-bar{white-space:nowrap;background:#233d4d;width:100%;font-weight:600;overflow:hidden}.announcement-track{width:max-content;padding:10px 0;animation:25s linear infinite scrollAnnouncement;display:flex}.announcement-track span{letter-spacing:-.02em;color:#fff;margin-right:30px;font-family:Work Sans,sans-serif;font-size:14px;font-weight:600;line-height:32px}@keyframes scrollAnnouncement{0%{transform:translate(0)}to{transform:translate(-50%)}}.header{z-index:100;background-color:#f8fafc;position:sticky;top:0}.header .header_wrapper{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:24px 20px;display:flex;position:relative}.header .mobile_menu_icon{display:none}.header .logo{cursor:pointer}.header .logo img{object-fit:contain;width:206px;height:60px;display:block}.header .nav_links{gap:64px;display:flex;position:absolute;left:50%;transform:translate(-50%)}.header .nav_links a{letter-spacing:-.02em;color:#000;font-family:Work Sans,sans-serif;font-size:18px;font-weight:400;line-height:26px}.header .nav_links a:hover{letter-spacing:-.02em;color:#fe7f2d;font-family:Work Sans,sans-serif;font-size:18px;font-weight:400;line-height:26px}.header .header_right{align-items:center;gap:24px;display:flex}.header .buy_btn{letter-spacing:-.02em;color:#f8fafc;border-radius:8px;min-width:108px;height:50px;font-family:Work Sans,sans-serif;font-size:18px;font-weight:600;line-height:26px}.header .user_icon{cursor:pointer;background:#d2d2d2;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.header .user_icon:hover{background:#fe7f2d}.header .user_icon img{width:90%}.header .user_icon.logged_in{background:#fe7f2d}.header .user_icon.logged_in img{filter:brightness(0)invert()}.header .user_menu{position:relative}.header .dropdown{opacity:0;visibility:hidden;z-index:1000;background:#fff;border:1px solid #d1d1d1;border-radius:14px;flex-direction:column;gap:12px;width:180px;padding:16px;transition:opacity .25s,transform .25s,visibility .25s;display:flex;position:absolute;top:calc(100% + 12px);right:0;transform:translateY(10px)scale(.96);box-shadow:0 20px 40px #00000014,0 4px 10px #0000000a}.header .user_menu:hover .dropdown{opacity:1;visibility:visible;transform:translateY(0)scale(1)}.header .dropdown:before{content:"";background:#fff;border-top:1px solid #e5e7eb;border-left:1px solid #e5e7eb;width:12px;height:12px;position:absolute;top:-6px;right:16px;transform:rotate(45deg)}.header .dropdown .username{font-family:Work Sans,sans-serif;font-size:14px;font-weight:600;line-height:auto;letter-spacing:-.02em;color:#264653;border-bottom:1px solid #d1d1d1;padding-bottom:10px}.header .dropdown button{cursor:pointer;width:100%;font-family:Work Sans,sans-serif;font-size:13px;font-weight:500;line-height:auto;letter-spacing:-.02em;color:#4f5a6c;border:none;border-radius:8px;justify-content:flex-start;align-items:center;padding:10px 12px;transition:all .2s;display:flex}.header .dropdown .dashboard_btn{color:#111827;background:#f9fafb;border:1px solid #e5e7eb}.header .dropdown .dashboard_btn:hover{color:#fff;background:#fe7f2d;border:1px solid #0000;transform:translate(4px)}.header .dropdown .logout_btn{color:#fef2f2;background:#dc2626}.header .dropdown .logout_btn:hover{transform:translate(4px)}.header .user_menu:before{content:"";width:80px;height:16px;position:absolute;top:100%;right:0}.header_mobile_menu{z-index:999;background:#fff;width:100%;height:100vh;transition:all .3s;position:fixed;top:0;left:-100%;overflow-y:auto}.header_mobile_menu.active{left:0}.header_mobile_menu .mobile_menu_top{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:16px 15px;display:flex}.header_mobile_menu .mobile_menu_top img{object-fit:contain;height:32px}.header_mobile_menu .mobile_menu_logo{align-items:center;display:flex}.header_mobile_menu .close_icon{cursor:pointer;color:#264653;justify-content:center;align-items:center;width:22px;height:22px;display:flex}.header_mobile_menu .close_icon:hover{color:#fe7f2d}.header_mobile_menu .close_icon svg{width:14px;height:14px}.header_mobile_menu .mobile_menu_links{flex-direction:column;gap:30px;padding:30px 15px;display:flex}.header_mobile_menu .mobile_menu_links a{letter-spacing:-.02em;color:#000;font-family:Work Sans,sans-serif;font-size:18px;font-weight:400;line-height:26px}.header_mobile_menu .mobile_menu_links a:hover{color:#fe7f2d}@media (width<=991px){.header .header_wrapper{padding:16px 15px}.header .mobile_menu_icon{cursor:pointer;display:block}.header .mobile_menu_icon img{width:20px}.header .logo{position:absolute;left:50%;transform:translate(-50%)}.header .logo img{object-fit:contain;width:103px;height:30px;display:block}.header .nav_links,.header .buy_btn{display:none}.header .user_icon{width:30px;height:30px}.header .user_icon img{width:90%}.header .dropdown{right:-6px}}.footer{background-color:#233d4d;padding:80px 20px 40px}.footer .footer_top{justify-content:space-between;gap:15px;display:flex}.footer .footer_brand{flex-direction:column;justify-content:space-between;gap:32px;max-width:320px;display:flex}.footer .footer_logo img{width:206px;height:auto;display:block}.footer .footer_brand_text{letter-spacing:-.02em;color:#f8fafc;font-family:Work Sans,sans-serif;font-size:16px;font-weight:400;line-height:22px}.footer .footer_socials{align-items:center;gap:28px;display:flex}.footer .footer_socials .social_icon{cursor:pointer;color:#9fb3c8;justify-content:center;align-items:center;transition:color .3s,transform .2s;display:flex}.footer .footer_socials .social_icon svg{min-width:24px;min-height:24px}.footer .footer_socials .social_icon:hover{color:#fe7f2d;transform:translateY(-2px)}.footer .footer_columns_row{justify-content:space-between;align-items:flex-start;gap:120px;display:flex}.footer .footer_columns_row .footer_column{flex-direction:column;justify-content:space-between;gap:24px;display:flex}.footer .footer_columns_row .footer_column h3{letter-spacing:-.02em;color:#fff;font-family:Work Sans,sans-serif;font-size:18px;font-weight:600;line-height:26px}.footer .footer_columns_row .footer_column ul{flex-direction:column;justify-content:space-between;gap:15px;height:100%;display:flex}.footer .footer_columns_row .footer_column li{cursor:pointer;letter-spacing:-.02em;color:#7a99ac;font-family:Work Sans,sans-serif;font-size:16px;font-weight:400;line-height:24px;transition:color .2s}.footer .footer_columns_row .footer_column li:hover{color:#fe7f2d}.footer .footer_columns_row .footer_column li a{color:inherit;width:100%;text-decoration:none;transition:all .2s;display:inline-block}.footer .footer_columns_row .footer_column li a:hover{color:#fe7f2d;transform:translate(4px)}.footer .footer_bottom{text-align:center;border-top:1.6px solid #467a9a40;margin-top:40px;padding-top:40px}.footer .footer_bottom p{letter-spacing:-.02em;color:#467a9a;font-family:Work Sans,sans-serif;font-size:16px;font-weight:400;line-height:24px}@media (width<=768px){.footer .footer_top{text-align:center;flex-direction:column;align-items:center;gap:40px}.footer .footer_brand{text-align:center;align-items:center;max-width:100%}.footer .footer_columns_row{justify-content:center;max-width:400px}}@media (width<=480px){.footer{padding:40px 20px 20px}.footer .footer_top{justify-content:initial;flex-direction:column;gap:40px;display:flex}.footer .footer_brand{text-align:center;max-width:initial;flex-direction:column;justify-content:center;align-items:center;gap:40px;display:flex}.footer .footer_logo img{width:206px;height:auto}.footer .footer_brand_text{letter-spacing:-.02em;color:#f8fafc;font-family:Work Sans,sans-serif;font-size:14px;font-weight:400;line-height:20px}.footer .footer_socials{gap:28px}.footer .footer_socials .social_icon svg{min-width:24px;min-height:24px}.footer .footer_columns_row{justify-content:space-between;align-items:flex-start;gap:40px;display:flex}.footer .footer_columns_row .footer_column{gap:24px}.footer .footer_columns_row .footer_column h3{letter-spacing:-.02em;color:#fff;font-family:Work Sans,sans-serif;font-size:16px;font-weight:600;line-height:24px}.footer .footer_columns_row .footer_column ul{gap:24px}.footer .footer_columns_row .footer_column li{letter-spacing:-.02em;color:#7a99ac;font-family:Work Sans,sans-serif;font-size:14px;font-weight:400;line-height:20px}.footer .footer_bottom{margin-top:40px;padding-top:20px}.footer .footer_bottom p{letter-spacing:-.02em;color:#467a9a;font-family:Work Sans,sans-serif;font-size:12px;font-weight:500;line-height:20px}}.public_layout_wrapper{flex-direction:column;justify-content:space-between;min-height:100vh;display:flex}.public_main_wrapper{padding:60px 20px}.container{width:100%;max-width:1240px;margin:0 auto}@media (width<=1200px){.public_main_wrapper{padding:48px 20px}}@media (width<=991px){.public_main_wrapper{padding:40px 18px}}@media (width<=768px){.public_main_wrapper{padding:32px 16px}}@media (width<=480px){.public_main_wrapper{padding:24px 15px}}.btn{cursor:pointer}.btn_primary--fill{color:#fff;background:linear-gradient(43deg,#e8a838 0%,#fe7f2d 100%);border:none}.btn_primary--fill:hover{background:linear-gradient(#e8a838 0%,#fe7f2d 100%)}.btn_primary--outline{color:#fe7f2d;background:0 0;border:1px solid #fe7f2d}.btn_primary--outline:hover{color:#fff;background:linear-gradient(#e8a838 0%,#fe7f2d 100%)}.input,.textarea{letter-spacing:-.02em;border-radius:8px;outline:none;font-family:Work Sans,sans-serif;font-size:16px;font-weight:400;line-height:22px;transition:all .2s}.input{min-height:58px;padding:0 20px}.textarea{resize:none;min-height:178px;padding:18px 24px}.input::placeholder,.textarea::placeholder{color:#757575}.input_default,.textarea_default{color:#000;background:#fff;border:1.5px solid #d4d4d4}.input_default:focus,.textarea_default:focus{border-color:#fe7f2d}.input_outline,.textarea_outline{color:#fff;background:0 0;border:1.5px solid #fe7f2d}.input_outline::placeholder,.textarea_outline::placeholder{color:#467a9a}.input_outline:focus,.textarea_outline:focus{box-shadow:0 0 0 2px #fe7f2d26}.input_filled,.textarea_filled{color:#000;background:#fff2ea;border:1.5px solid #0000}.input_filled:focus,.textarea_filled:focus{background:#fff;border-color:#fe7f2d}.input_error{border:1px solid #ef4444}.input_error_text{color:#ef4444;margin-top:4px;font-size:13px;display:block}@media (width<=1200px){.input,.textarea{font-size:15px;line-height:21px}.input{min-height:56px;padding:0 18px}.textarea{min-height:170px;padding:18px 20px}.input_error_text{font-size:12px}}@media (width<=991px){.input,.textarea{font-size:15px;line-height:20px}.input{min-height:54px;padding:0 18px}.textarea{min-height:165px;padding:16px 18px}.input_error_text{font-size:12px}}@media (width<=768px){.input,.textarea{font-size:14px;line-height:20px}.input{min-height:52px;padding:0 16px}.textarea{min-height:160px;padding:16px}.input_error_text{font-size:11px}}@media (width<=480px){.input,.textarea{letter-spacing:-.02em;font-family:Work Sans,sans-serif;font-size:14px;font-weight:400;line-height:20px}.input{min-height:52px;padding:0 16px}.textarea{min-height:158px;padding:16px}}.product_card{cursor:pointer;background:#fff;border:1.5px solid #d4d4d4;border-radius:20px;flex-direction:column;height:100%;transition:all .25s;display:flex;overflow:hidden}.product_card:hover{border-color:#fe7f2d;transform:translateY(-6px);box-shadow:0 18px 40px #26465314}.product_card .product_card_image{aspect-ratio:1;background:#f8fafc;width:100%;position:relative;overflow:hidden}.product_card .product_card_image img{object-fit:cover;width:100%;height:100%;transition:transform .3s;display:block}.product_card:hover .product_card_image img{transform:scale(1.04)}.product_card .product_card_content{flex-direction:column;flex:1;padding:22px;display:flex}.product_card .product_card_title{font-family:var(--font-family-base);letter-spacing:-.02em;color:#264653;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:10px;font-size:20px;font-weight:700;line-height:28px;display:-webkit-box;overflow:hidden}.product_card .product_card_price{align-items:center;gap:10px;margin-top:auto;margin-bottom:20px;display:flex}.product_card .product_card_old_price{font-family:var(--font-family-base);letter-spacing:-.02em;color:#9ca3af;font-size:15px;font-weight:500;line-height:22px;text-decoration:line-through}.product_card .product_card_new_price{font-family:var(--font-family-base);letter-spacing:-.02em;color:#fe7f2d;font-size:22px;font-weight:700;line-height:30px}.product_card .product_card_button{width:100%;min-height:52px;font-family:var(--font-family-base);letter-spacing:-.02em;border-radius:12px;font-size:15px;font-weight:600;line-height:22px}@media (width<=1200px){.product_card{border-radius:18px}.product_card .product_card_content{padding:20px}.product_card .product_card_title{font-size:18px;line-height:26px}.product_card .product_card_new_price{font-size:20px;line-height:28px}}@media (width<=991px){.product_card{border-radius:16px}.product_card .product_card_content{padding:18px}.product_card .product_card_title{margin-bottom:8px;font-size:17px;line-height:24px}.product_card .product_card_price{margin-bottom:18px}.product_card .product_card_old_price{font-size:14px}.product_card .product_card_new_price{font-size:18px;line-height:26px}.product_card .product_card_button{min-height:48px;font-size:14px;line-height:20px}}@media (width<=768px){.product_card{border-radius:14px}.product_card .product_card_content{padding:16px}.product_card .product_card_title{font-size:16px;line-height:22px}.product_card .product_card_price{gap:8px;margin-bottom:16px}.product_card .product_card_old_price{font-size:13px}.product_card .product_card_new_price{font-size:17px;line-height:24px}.product_card .product_card_button{border-radius:10px;min-height:46px;font-size:13px;line-height:18px}}@media (width<=480px){.product_card{border-radius:12px}.product_card .product_card_content{padding:14px}.product_card .product_card_title{margin-bottom:6px;font-size:15px;line-height:20px}.product_card .product_card_old_price{font-size:12px}.product_card .product_card_new_price{font-size:16px;line-height:22px}.product_card .product_card_button{min-height:44px;font-size:12px;line-height:18px}}.all-products-page .all-products-page_header{margin-bottom:50px}.all-products-page .all-products-page_title{font-family:var(--font-heading);color:var(--text-black);margin-bottom:8px;font-size:38px}.all-products-page .all-products-page_description{color:var(--text-dim-gray);max-width:600px;font-size:15px}.all-products-page .all-products-page_grid{grid-template-columns:repeat(3,1fr);gap:28px;display:grid}@media (width<=991px){.all-products-page .all-products-page_grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.all-products-page .all-products-page_grid{grid-template-columns:1fr}}.password_input_wrapper{width:100%;position:relative}.password_input{padding-right:52px!important}.password_toggle_btn{cursor:pointer;color:#d4d4d4;background:0 0;border:none;justify-content:center;align-items:center;width:20px;height:20px;padding:0;transition:all .2s;display:flex;position:absolute;top:50%;right:16px;transform:translateY(-50%)}.password_toggle_btn:hover{color:#fe7f2d}.password_toggle_btn svg{width:100%;height:100%}.password_toggle_btn:disabled{cursor:not-allowed;opacity:.5}.skeleton{background:var(--skeleton-base);border-radius:12px;position:relative;overflow:hidden}.skeleton:before{content:"";will-change:transform;background:linear-gradient(90deg,#0000,#fff6,#0000);animation:2.4s linear infinite shimmer;position:absolute;inset:0;transform:translate(-100%)}.skeleton_text{color:#0000!important}.skeleton_circle{border-radius:999px}@keyframes shimmer{to{transform:translate(100%)}}.auth_page{justify-content:center;align-items:center;padding:60px 20px;display:flex}.auth_card{background:#fff;border:1.5px solid #d4d4d4;border-radius:24px;width:100%;max-width:460px;padding:40px;box-shadow:0 20px 60px #26465314}.auth_title{text-align:center;font-family:var(--font-family-base);letter-spacing:-.02em;color:#264653;margin-bottom:28px;font-size:32px;font-weight:700;line-height:40px}.auth_form{flex-direction:column;gap:18px;display:flex}.auth_form .input{width:100%}.auth_btn{width:100%;min-height:58px;font-family:var(--font-family-base);letter-spacing:-.02em;border-radius:14px;margin-top:4px;font-size:16px;font-weight:600;line-height:22px;transition:all .2s}.auth_btn:disabled{opacity:.5;cursor:not-allowed}.auth_error,.auth_success{text-align:center;font-family:var(--font-family-base);letter-spacing:-.02em;border-radius:12px;margin-top:18px;padding:14px 16px;font-size:14px;font-weight:500;line-height:20px}.auth_error{color:#dc2626;background:#fef2f2;border:1.5px solid #fecaca}.auth_success{color:#067647;background:#ecfdf3;border:1.5px solid #abefc6}.auth_link{width:fit-content;font-family:var(--font-family-base);letter-spacing:-.02em;color:#fe7f2d;cursor:pointer;font-size:14px;font-weight:500;line-height:20px;text-decoration:underline;transition:all .2s}.auth_link_disabled{opacity:.5;pointer-events:none;cursor:not-allowed}.auth_link:hover{color:#e66a1a}.auth_form .auth_link{margin-top:-4px;margin-left:auto}.auth_switch{text-align:center;font-family:var(--font-family-base);letter-spacing:-.02em;color:#6b7280;margin-top:24px;font-size:14px;font-weight:500;line-height:20px}@media (width<=1200px){.auth_page{padding:48px 20px}.auth_card{max-width:430px;padding:36px}.auth_title{margin-bottom:24px;font-size:28px;line-height:36px}}@media (width<=991px){.auth_page{padding:40px 18px}.auth_card{border-radius:22px;max-width:420px;padding:32px}.auth_title{margin-bottom:22px;font-size:26px;line-height:34px}.auth_form{gap:16px}.auth_btn{min-height:56px;font-size:15px;line-height:20px}}@media (width<=768px){.auth_page{padding:32px 16px}.auth_card{border-radius:18px;max-width:100%;padding:24px}.auth_title{margin-bottom:20px;font-size:22px;line-height:30px}.auth_form{gap:14px}.auth_btn{border-radius:12px;min-height:52px;font-size:14px;line-height:20px}.auth_error,.auth_success{padding:12px 14px;font-size:13px;line-height:18px}}@media (width<=480px){.auth_page{padding:24px 15px}.auth_card{border-radius:16px;padding:18px}.auth_title{margin-bottom:18px;font-size:20px;line-height:28px}.auth_btn{min-height:50px;font-size:13px;line-height:18px}.auth_switch,.auth_link,.auth_error,.auth_success{font-size:12px;line-height:18px}}.auth_skeleton_title{text-align:center;border-radius:10px;width:240px;height:40px;margin-left:auto;margin-right:auto}.auth_skeleton_input{border:none;border-radius:12px;height:58px}.auth_skeleton_forgot{border-radius:6px;width:140px;height:20px;margin-top:-4px;margin-left:auto}.auth_page_skeleton .auth_btn{background:var(--skeleton-base)}.auth_skeleton_button{border-radius:12px;height:58px}.auth_switch_skeleton{justify-content:center;align-items:center;gap:5px;display:flex}.auth_skeleton_footer_text{border-radius:6px;width:150px;height:20px}.auth_skeleton_footer_link{border-radius:6px;width:60px;height:20px}@media (width<=1200px){.auth_skeleton_title{width:220px;height:38px}.auth_skeleton_input{border-radius:10px;height:56px}.auth_skeleton_forgot{width:130px;height:18px}.auth_skeleton_button{border-radius:10px;height:56px}.auth_skeleton_footer_text{width:140px;height:18px}.auth_skeleton_footer_link{width:56px;height:18px}}@media (width<=991px){.auth_skeleton_title{width:200px;height:36px}.auth_skeleton_input{border-radius:10px;height:54px}.auth_skeleton_forgot{width:120px;height:18px}.auth_skeleton_button{border-radius:10px;height:54px}.auth_skeleton_footer_text{width:130px;height:18px}.auth_skeleton_footer_link{width:52px;height:18px}}@media (width<=768px){.auth_skeleton_title{width:190px;height:34px}.auth_skeleton_input{border-radius:10px;height:52px}.auth_skeleton_forgot{width:115px;height:18px}.auth_skeleton_button{border-radius:10px;height:52px}.auth_skeleton_footer_text{width:125px;height:18px}.auth_skeleton_footer_link{width:50px;height:18px}}@media (width<=480px){.auth_skeleton_title{border-radius:8px;width:180px;height:32px}.auth_skeleton_input{border-radius:8px;height:48px}.auth_skeleton_forgot{width:110px;height:16px}.auth_skeleton_button{border-radius:8px;height:48px}.auth_skeleton_footer_text{width:120px;height:16px}.auth_skeleton_footer_link{width:48px;height:16px}}.reset_password_skeleton_title{text-align:center;border-radius:10px;width:300px;height:40px;margin-left:auto;margin-right:auto}.reset_password_skeleton_input{border:none;border-radius:12px;height:58px}.reset_password_skeleton .auth_btn{background:var(--skeleton-base)}.reset_password_skeleton_button{border-radius:12px;height:58px}@media (width<=1200px){.reset_password_skeleton_title{width:270px;height:38px}.reset_password_skeleton_input,.reset_password_skeleton_button{border-radius:10px;height:56px}}@media (width<=991px){.reset_password_skeleton_title{width:240px;height:36px}.reset_password_skeleton_input,.reset_password_skeleton_button{border-radius:10px;height:54px}}@media (width<=768px){.reset_password_skeleton_title{width:220px;height:34px}.reset_password_skeleton_input,.reset_password_skeleton_button{border-radius:10px;height:52px}}@media (width<=480px){.reset_password_skeleton_title{border-radius:8px;width:190px;height:32px}.reset_password_skeleton_input,.reset_password_skeleton_button{border-radius:8px;height:48px}}.reset_invalid_access_page{justify-content:center;align-items:center;padding:60px 20px;display:flex}.reset_invalid_access_card{text-align:center;background:#fff;border:1.5px solid #fe7f2d;border-radius:28px;width:100%;max-width:620px;padding:56px 46px;box-shadow:0 18px 60px #2646530f}.reset_invalid_access_icon{background:linear-gradient(#fe7f2d1f 0%,#e8a8382e 100%);border-radius:50%;justify-content:center;align-items:center;width:100px;height:100px;margin:0 auto 24px;font-size:42px;display:flex}.reset_invalid_access_icon img{object-fit:contain;width:52%;height:52%}.reset_invalid_access_title{font-family:var(--font-family-base);letter-spacing:-.03em;color:#264653;margin-bottom:16px;font-size:36px;font-weight:700;line-height:44px}.reset_invalid_access_text{max-width:500px;font-family:var(--font-family-base);letter-spacing:-.02em;color:#b45309;margin:0 auto 16px;font-size:16px;font-weight:600;line-height:30px}.reset_invalid_access_subtext{max-width:480px;font-family:var(--font-family-base);letter-spacing:-.02em;color:#6b7280;margin:0 auto 34px;font-size:15px;font-weight:500;line-height:28px}.reset_invalid_access_text strong,.reset_invalid_access_subtext strong{font-weight:700}.reset_invalid_access_btn{min-width:260px;min-height:56px;font-family:var(--font-family-base);letter-spacing:-.02em;border-radius:14px;padding:0 28px;font-size:15px;font-weight:600;line-height:22px;transition:all .25s}.reset_invalid_access_btn:hover{transform:translateY(-2px)}@media (width<=1200px){.reset_invalid_access_card{border-radius:24px;max-width:580px;padding:48px 40px}.reset_invalid_access_title{font-size:32px;line-height:40px}}@media (width<=991px){.reset_invalid_access_page{padding:40px 18px}.reset_invalid_access_card{border-radius:22px;padding:42px 34px}.reset_invalid_access_icon{width:90px;height:90px;margin-bottom:22px;font-size:36px}.reset_invalid_access_title{margin-bottom:14px;font-size:28px;line-height:36px}.reset_invalid_access_text{font-size:15px;line-height:26px}.reset_invalid_access_subtext{margin-bottom:30px;font-size:14px;line-height:24px}.reset_invalid_access_btn{min-height:52px;font-size:14px}}@media (width<=768px){.reset_invalid_access_page{padding:32px 16px}.reset_invalid_access_card{border-radius:18px;padding:36px 24px}.reset_invalid_access_icon{width:80px;height:80px;margin-bottom:20px;font-size:30px}.reset_invalid_access_title{font-size:24px;line-height:32px}.reset_invalid_access_text{margin-bottom:14px;font-size:14px;line-height:24px}.reset_invalid_access_subtext{margin-bottom:26px;font-size:13px;line-height:22px}.reset_invalid_access_btn{width:100%;min-width:initial;border-radius:12px;min-height:50px;font-size:14px}}@media (width<=480px){.reset_invalid_access_page{padding:24px 15px}.reset_invalid_access_card{border-radius:16px;padding:30px 18px}.reset_invalid_access_icon{width:72px;height:72px;margin-bottom:18px;font-size:26px}.reset_invalid_access_title{margin-bottom:12px;font-size:20px;line-height:28px}.reset_invalid_access_text{margin-bottom:12px;font-size:13px;line-height:22px}.reset_invalid_access_subtext{margin-bottom:22px;font-size:12px;line-height:20px}.reset_invalid_access_btn{min-height:46px;font-size:13px}}.templary_toast{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff5;border:1.5px solid #e8ecf1;border-left:5px solid #fe7f2d;border-radius:18px;align-items:center;gap:14px;width:100%;min-width:240px;max-width:320px;padding:16px 18px;animation:.28s toast_slide_in;display:flex;position:relative;overflow:hidden;box-shadow:0 14px 40px #2646531a,0 2px 10px #2646530a}.toast_icon{width:46px;height:46px;font-family:var(--font-family-base);border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;font-size:18px;font-weight:700;line-height:1;display:flex}.templary_toast.success{border-color:#22c55e}.templary_toast.success .toast_icon{color:#16a34a;background:#22c55e1f}.templary_toast.error{border-color:#ef4444}.templary_toast.error .toast_icon{color:#dc2626;background:#ef44441f}.templary_toast.info{border-color:#fe7f2d}.templary_toast.info .toast_icon{color:#fe7f2d;background:#fe7f2d1f}.toast_content{flex:1;align-items:center;display:flex}.toast_content p{font-family:var(--font-family-base);letter-spacing:-.02em;color:#264653;word-break:break-word;margin:0;font-size:15px;font-weight:600;line-height:22px}@keyframes toast_slide_in{0%{opacity:0;transform:translateY(-10px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@media (width<=768px){.templary_toast{width:calc(100vw - 24px);min-width:unset;max-width:unset;border-radius:16px;padding:14px 16px}.toast_icon{border-radius:12px;width:42px;height:42px;font-size:16px}.toast_content p{font-size:14px;line-height:20px}}@media (width<=480px){.templary_toast{border-radius:14px;padding:13px 14px}.toast_icon{border-radius:10px;width:38px;height:38px;font-size:15px}.toast_content p{font-size:13px;line-height:18px}}.empty_checkout{justify-content:center;align-items:center;padding:60px 20px;display:flex}.empty_checkout_card{text-align:center;background:#fff;border:1.5px solid #d4d4d4;border-radius:28px;width:100%;max-width:640px;padding:56px 46px;box-shadow:0 18px 60px #2646530f}.empty_checkout_icon{color:#fe7f2d;background:linear-gradient(#fe7f2d1f 0%,#e8a8382e 100%);border-radius:50%;justify-content:center;align-items:center;width:110px;height:110px;margin:0 auto 26px;font-size:42px;display:flex}.empty_checkout_icon img{object-fit:contain;width:52%;height:52%}.empty_checkout_title{font-family:var(--font-family-base);letter-spacing:-.03em;color:#264653;margin-bottom:16px;font-size:36px;font-weight:700;line-height:44px}.empty_checkout_text{max-width:500px;font-family:var(--font-family-base);letter-spacing:-.02em;color:#6b7280;margin:0 auto 34px;font-size:16px;font-weight:500;line-height:30px}.empty_checkout_actions{justify-content:center;align-items:center;gap:14px;display:flex}.empty_checkout_actions .btn{min-width:220px;min-height:56px;font-family:var(--font-family-base);letter-spacing:-.02em;border-radius:14px;padding:0 26px;font-size:15px;font-weight:600;line-height:22px;transition:all .25s}.empty_checkout_actions .btn:hover{transform:translateY(-2px)}@media (width<=1200px){.empty_checkout_card{border-radius:24px;max-width:580px;padding:48px 40px}.empty_checkout_title{font-size:32px;line-height:40px}}@media (width<=991px){.empty_checkout{padding:40px 18px}.empty_checkout_card{border-radius:22px;padding:42px 34px}.empty_checkout_icon{width:96px;height:96px;margin-bottom:22px;font-size:36px}.empty_checkout_title{margin-bottom:14px;font-size:28px;line-height:36px}.empty_checkout_text{margin-bottom:30px;font-size:15px;line-height:26px}.empty_checkout_actions .btn{min-width:190px;min-height:52px;font-size:14px}}@media (width<=768px){.empty_checkout{padding:32px 16px}.empty_checkout_card{border-radius:18px;padding:36px 24px}.empty_checkout_icon{width:84px;height:84px;margin-bottom:20px;font-size:30px}.empty_checkout_title{font-size:24px;line-height:32px}.empty_checkout_text{margin-bottom:26px;font-size:14px;line-height:24px}.empty_checkout_actions{flex-direction:column}.empty_checkout_actions .btn{width:100%;min-width:initial;border-radius:12px;min-height:50px;font-size:14px}}@media (width<=480px){.empty_checkout{padding:24px 15px}.empty_checkout_card{border-radius:16px;padding:30px 18px}.empty_checkout_icon{width:74px;height:74px;margin-bottom:18px;font-size:26px}.empty_checkout_title{margin-bottom:12px;font-size:20px;line-height:28px}.empty_checkout_text{margin-bottom:22px;font-size:13px;line-height:22px}.empty_checkout_actions .btn{min-height:46px;font-size:13px}}.checkout_payment_loader{z-index:9999;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#f8fafce0;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.checkout_payment_loader_card{text-align:center;background:#fff;border:1.5px solid #d4d4d4;border-radius:28px;width:100%;max-width:520px;padding:52px 42px;animation:3s ease-in-out infinite payment_loader_float;box-shadow:0 18px 60px #26465314}.checkout_payment_loader_spinner_wrapper{background:linear-gradient(#fe7f2d1a 0%,#e8a83829 100%);border-radius:50%;justify-content:center;align-items:center;width:110px;height:110px;margin:0 auto 28px;display:flex}.checkout_payment_loader_spinner{border:4px solid #fe7f2d2e;border-top-color:#fe7f2d;border-radius:50%;width:54px;height:54px;animation:.9s linear infinite payment_loader_spin}.checkout_payment_loader_title{font-family:var(--font-family-base);letter-spacing:-.03em;color:#264653;margin-bottom:14px;font-size:32px;font-weight:700;line-height:42px}.checkout_payment_loader_text{max-width:420px;font-family:var(--font-family-base);letter-spacing:-.02em;color:#6b7280;margin:0 auto;font-size:16px;font-weight:500;line-height:30px}@keyframes payment_loader_spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes payment_loader_float{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@media (width<=1200px){.checkout_payment_loader_card{border-radius:24px;max-width:500px;padding:48px 38px}.checkout_payment_loader_title{font-size:28px;line-height:38px}}@media (width<=991px){.checkout_payment_loader_card{border-radius:22px;padding:42px 34px}.checkout_payment_loader_spinner_wrapper{width:96px;height:96px;margin-bottom:24px}.checkout_payment_loader_spinner{width:48px;height:48px}.checkout_payment_loader_title{margin-bottom:12px;font-size:26px;line-height:36px}.checkout_payment_loader_text{font-size:15px;line-height:26px}}@media (width<=768px){.checkout_payment_loader{padding:16px}.checkout_payment_loader_card{border-radius:18px;padding:36px 24px}.checkout_payment_loader_spinner_wrapper{width:84px;height:84px;margin-bottom:20px}.checkout_payment_loader_spinner{border-width:3px;width:42px;height:42px}.checkout_payment_loader_title{font-size:22px;line-height:32px}.checkout_payment_loader_text{font-size:14px;line-height:24px}}@media (width<=480px){.checkout_payment_loader{padding:15px}.checkout_payment_loader_card{border-radius:16px;padding:30px 18px}.checkout_payment_loader_spinner_wrapper{width:74px;height:74px;margin-bottom:18px}.checkout_payment_loader_spinner{width:36px;height:36px}.checkout_payment_loader_title{margin-bottom:10px;font-size:20px;line-height:28px}.checkout_payment_loader_text{font-size:13px;line-height:22px}}.checkout_page .page_wrapper{grid-template-columns:1fr 672px;gap:80px;display:grid}.checkout_left{flex-direction:column;gap:48px;display:flex}.checkout_left .user_billing_section{border-bottom:1px solid #858b8e;flex-direction:column;gap:40px;padding-bottom:40px;display:flex}.checkout_left .user_billing_section .section_title{letter-spacing:-.02em;color:#264653;font-family:Work Sans,sans-serif;font-size:40px;font-weight:600;line-height:48px}.checkout_left .user_billing_section .user_billing_inputs{flex-direction:column;gap:24px;display:flex}.checkout_left .user_billing_section .input_row{gap:24px;width:100%;display:flex}.checkout_left .user_billing_section .input_row .input_group,.checkout_left .user_billing_section .user_billing_inputs input{width:100%}.checkout_left .addon_section{flex-direction:column;gap:24px;display:flex}.checkout_left .addon_heading{letter-spacing:-.02em;color:#264653;font-family:Work Sans,sans-serif;font-size:24px;font-weight:600;line-height:32px}.checkout_left .addon_section .addons_cards_wrapper,.checkout_left .addon_section .addons_cards_wrapper .addon_group{flex-direction:column;gap:16px;display:flex}.checkout_left .addon_section .addon_card{background-color:#fff;border:1px solid #fe7f2d;border-radius:16px;overflow:hidden}.checkout_left .addon_section .addon_top{flex-direction:column;gap:24px;padding:24px 24px 32px;display:flex}.checkout_left .addon_section .addon_top .addon_title{letter-spacing:-.02em;color:#264653;font-family:Work Sans,sans-serif;font-size:24px;font-weight:600;line-height:32px}.checkout_left .addon_section .addon_details{justify-content:space-between;gap:16px;display:flex}.checkout_left .addon_section .addon_details .addon_details_left{gap:16px;max-width:352px;display:flex}.checkout_left .addon_section .addon_details .addon_image img{object-fit:cover;width:80px;height:80px}.checkout_left .addon_section .addon_info{letter-spacing:-.02em;color:#4f5a6c;font-family:Work Sans,sans-serif;font-size:18px;font-weight:500;line-height:26px}.checkout_left .addon_section .addon_price{letter-spacing:-.02em;background:linear-gradient(18deg,#e8a838 0%,#fe7f2d 100%);-webkit-text-fill-color:transparent;color:#0000;-webkit-background-clip:text;background-clip:text;font-family:Work Sans,sans-serif;font-size:24px;font-weight:600;line-height:32px}.checkout_left .addon_section .addon_bottom{background-color:#fff2ea;border-top:1px solid #fe7f2d;align-items:center;gap:16px;padding:24px 32px;display:flex}.checkout_left .addon_section .addon_bottom .right_arrow_icon{justify-content:center;align-items:center;display:flex}@keyframes arrowMove{0%{transform:translate(0)}50%{transform:translate(5px)}to{transform:translate(0)}}.checkout_left .addon_section .addon_bottom .right_arrow_icon img{width:auto;height:20px;animation:1s ease-in-out infinite arrowMove}.checkout_left .addon_section .addon_bottom .checkbox_area{align-items:center;gap:12px;height:fit-content;display:flex}.checkout_left .checkbox_area input[type=checkbox]{appearance:none;cursor:pointer;border:2px solid #fe7f2d;width:20px;height:20px;transition:all .2s;position:relative}.checkout_left .checkbox_area input[type=checkbox]:checked{background:#fe7f2d;border-color:#fe7f2d}.checkout_left .checkbox_area input[type=checkbox]:after{content:"";border:2px solid #fff;border-width:0 2px 2px 0;width:5px;height:10px;transition:all .2s;position:absolute;top:0;left:4.5px;transform:rotate(45deg)scale(0)}.checkout_left .checkbox_area input[type=checkbox]:checked:after{transform:rotate(45deg)scale(1)}.checkout_left .checkbox_area label{cursor:pointer;letter-spacing:-.02em;color:#264653;font-family:Work Sans,sans-serif;font-size:18px;font-weight:500;line-height:26px}.checkout_right{background:#fff;border:1px solid #d4d4d4;border-radius:16px;flex-direction:column;gap:40px;height:fit-content;padding:32px 40px;display:flex}.checkout_right .order_title{letter-spacing:-.02em;color:#264653;font-family:Work Sans,sans-serif;font-size:32px;font-weight:600;line-height:40px}.checkout_right .order_product{justify-content:space-between;align-items:center;gap:16px;display:flex}.checkout_right .product_details{justify-content:center;gap:16px;display:flex}.checkout_right .product_details .radio_circle{align-self:center}.checkout_right .product_details .radio_circle img{width:20px;height:20px}.checkout_right .product_details .product_img img{object-fit:cover;width:96px;height:96px}.checkout_right .product_details .product_info{flex-direction:column;gap:12px;display:flex}.checkout_right .product_details .product_info h4{letter-spacing:-.02em;color:#264653;font-family:Work Sans,sans-serif;font-size:24px;font-weight:600;line-height:32px}.checkout_right .product_details .product_info p{letter-spacing:-.02em;color:#4f5a6c;font-family:Work Sans,sans-serif;font-size:16px;font-weight:400;line-height:22px}.checkout_right .order_product .product_price{text-align:right;flex-direction:column;gap:8px;display:flex}.checkout_right .order_product .product_price .price{letter-spacing:-.02em;color:#264653;font-family:Work Sans,sans-serif;font-size:32px;font-weight:600;line-height:40px}.checkout_right .order_product .product_price .old_price{letter-spacing:-.02em;color:#d3d8db;font-family:Work Sans,sans-serif;font-size:24px;font-weight:500;line-height:30px;text-decoration:line-through}.checkout_right .order_product .product_price .item_remove_icon{color:#ef4444;cursor:pointer;justify-content:flex-end;align-items:center;display:flex}.checkout_right .order_product .product_price .item_remove_icon svg{width:12px;height:12px}.checkout_right .discount_box{flex-direction:column;gap:16px;display:flex}.checkout_right .discount_box .discount_text{letter-spacing:-.02em;color:#fe7f2d;font-family:Work Sans,sans-serif;font-size:18px;font-weight:600;line-height:26px}.checkout_right .discount_box .discount_input_area{gap:16px;width:100%;display:flex}.checkout_right .discount_box .discount_input_area input{flex:1}.checkout_right .discount_box .discount_input_area button{letter-spacing:-.02em;color:#f8fafc;border-radius:8px;width:96px;height:auto;font-family:Work Sans,sans-serif;font-size:18px;font-weight:600;line-height:26px}.checkout_right .summary_section{flex-direction:column;gap:24px;display:flex}.checkout_right .summary_header{color:#4f5a6c;border-bottom:1px dashed #c4c8cb;justify-content:space-between;gap:15px;padding-bottom:24px;display:flex}.checkout_right .summary_header .items_head,.checkout_right .summary_header .items_total{letter-spacing:-.02em;font-family:Work Sans,sans-serif;font-size:24px;font-weight:600;line-height:32px}.checkout_right .summary_list{flex-direction:column;gap:18px;display:flex}.checkout_right .summary_row{justify-content:space-between;align-items:center;gap:15px;display:flex}.checkout_right .summary_row p:first-child{letter-spacing:-.02em;color:#838a97;font-family:Work Sans,sans-serif;font-size:16px;font-weight:400;line-height:22px}.checkout_right .summary_row p:nth-child(2){letter-spacing:-.02em;color:#4f5a6c;font-family:Work Sans,sans-serif;font-size:18px;font-weight:600;line-height:26px}.checkout_right .addon_summary_row p:first-child{letter-spacing:-.02em;color:#fe7f2d;font-family:Work Sans,sans-serif;font-size:16px;font-weight:400;line-height:22px}.checkout_right .addon_summary_row p:nth-child(2){letter-spacing:-.02em;color:#fe7f2d;font-family:Work Sans,sans-serif;font-size:18px;font-weight:600;line-height:26px}.checkout_right .total_row{flex-direction:column;gap:16px;display:flex}.checkout_right .total_row .tax_summary{flex-direction:column;gap:12px;display:flex}.checkout_right .total_row .tax_summary .tax_summary_row{justify-content:space-between;align-items:center;gap:15px;display:flex}.checkout_right .total_row .tax_summary .tax_summary_row p:first-child{letter-spacing:-.02em;color:#264653;font-family:Work Sans,sans-serif;font-size:18px;font-weight:600;line-height:26px}.checkout_right .total_row .tax_summary .tax_summary_row p:nth-child(2){letter-spacing:-.02em;color:#4f5a6c;font-family:Work Sans,sans-serif;font-size:18px;font-weight:600;line-height:26px}.checkout_right .total_row .total_content{justify-content:space-between;gap:15px;display:flex}.checkout_right .total_row .total_content .total_text{letter-spacing:-.02em;color:#264653;font-family:Work Sans,sans-serif;font-size:32px;font-weight:600;line-height:40px}.checkout_right .total_row .total_content .total_amount_wrapper{flex-direction:column;align-items:flex-end;display:flex}.checkout_right .total_row .total_content .total_amount{letter-spacing:-.02em;color:#264653;font-family:Work Sans,sans-serif;font-size:32px;font-weight:600;line-height:40px}.checkout_right .total_row .total_content .tax_helper_text{letter-spacing:-.01em;color:#264653;opacity:.75;font-family:Work Sans,sans-serif;font-size:14px;font-weight:500;line-height:20px}.checkout_right .order_btn{letter-spacing:-.02em;color:#f8fafc;border-radius:16px;width:100%;height:88px;font-family:Work Sans,sans-serif;font-size:32px;font-weight:600;line-height:40px}.checkout_right .payment_section{flex-direction:column;gap:40px;display:flex}.checkout_right .payment_section .payment_header{flex-direction:column;justify-content:center;align-items:center;gap:8px;display:flex}.checkout_right .payment_section .payment_header .poweredby_text{justify-content:center;align-items:center;gap:8px;display:flex}.checkout_right .payment_section .payment_header .poweredby_text .shield_icon{object-fit:contain;width:20px;height:20px}.checkout_right .payment_section .payment_header .poweredby_text p{letter-spacing:-.02em;color:#072654;font-family:Work Sans,sans-serif;font-size:14px;font-weight:600;line-height:22px}.checkout_right .payment_section .razorpay_logo{object-fit:contain;width:auto;height:48px}.checkout_right .payment_methods{flex-wrap:wrap;justify-content:center;gap:8px;display:flex}.checkout_right .payment_icon_box{background:#fff;border:1px solid #f3f3f3;border-radius:8px;justify-content:center;align-items:center;width:66px;height:48px;display:flex}.checkout_right .payment_icon_box img{object-fit:contain;max-width:80%;max-height:70%}@media (width<=1300px){.checkout_page .page_wrapper{gap:40px}}@media (width<=1200px){.checkout_page .page_wrapper{grid-template-columns:1fr;gap:32px}.checkout_left{gap:40px}.checkout_left .user_billing_section{gap:32px;padding-bottom:32px}.checkout_left .user_billing_section .section_title{font-size:36px;line-height:44px}.checkout_left .user_billing_section .user_billing_inputs,.checkout_left .user_billing_section .input_row,.checkout_left .addon_section{gap:20px}.checkout_left .addon_heading{font-size:22px;line-height:30px}.checkout_left .addon_section .addons_cards_wrapper,.checkout_left .addon_section .addon_group{gap:14px}.checkout_left .addon_section .addon_top{gap:20px;padding:22px 22px 28px}.checkout_left .addon_section .addon_top .addon_title{font-size:22px;line-height:30px}.checkout_left .addon_section .addon_details{gap:14px}.checkout_left .addon_section .addon_details .addon_details_left{gap:14px;max-width:100%}.checkout_left .addon_section .addon_details .addon_image img{width:72px;height:72px}.checkout_left .addon_section .addon_info{font-size:16px;line-height:24px}.checkout_left .addon_section .addon_price{font-size:22px;line-height:30px}.checkout_left .addon_section .addon_bottom{gap:14px;padding:20px 24px}.checkout_left .addon_section .addon_bottom .right_arrow_icon img{height:16px}.checkout_left .addon_section .addon_bottom .checkbox_area{gap:10px}.checkout_left .checkbox_area label{font-size:16px;line-height:24px}.checkout_right{gap:32px;padding:28px 32px}.checkout_right .order_title{font-size:28px;line-height:36px}.checkout_right .order_product,.checkout_right .product_details{gap:14px}.checkout_right .product_details .product_img img{width:84px;height:84px}.checkout_right .product_details .product_info{gap:10px}.checkout_right .product_details .product_info h4{font-size:22px;line-height:30px}.checkout_right .product_details .product_info p{font-size:15px;line-height:21px}.checkout_right .order_product .product_price{gap:6px}.checkout_right .order_product .product_price .price{font-size:28px;line-height:36px}.checkout_right .order_product .product_price .old_price{font-size:20px;line-height:28px}.checkout_right .discount_box{gap:14px}.checkout_right .discount_box .discount_text{font-size:16px;line-height:24px}.checkout_right .discount_box .discount_input_area{gap:12px}.checkout_right .discount_box .discount_input_area button{width:88px;font-size:16px;line-height:24px}.checkout_right .summary_section{gap:20px}.checkout_right .summary_header{padding-bottom:20px}.checkout_right .summary_header .items_head,.checkout_right .summary_header .items_total{font-size:22px;line-height:30px}.checkout_right .summary_list{gap:14px}.checkout_right .summary_row p:first-child,.checkout_right .addon_summary_row p:first-child{font-size:15px;line-height:21px}.checkout_right .summary_row p:nth-child(2),.checkout_right .addon_summary_row p:nth-child(2){font-size:16px;line-height:24px}.checkout_right .total_row{gap:14px}.checkout_right .total_row .tax_summary{gap:10px}.checkout_right .total_row .tax_summary .tax_summary_row p:first-child,.checkout_right .total_row .tax_summary .tax_summary_row p:nth-child(2){font-size:16px;line-height:24px}.checkout_right .total_row .total_content{gap:2px}.checkout_right .total_row .total_content .total_text,.checkout_right .total_row .total_content .total_amount{font-size:28px;line-height:36px}.checkout_right .total_row .total_content .tax_helper_text{font-size:13px;line-height:18px}.checkout_right .order_btn{height:76px;font-size:28px;line-height:36px}.checkout_right .payment_section{gap:32px}.checkout_right .payment_section .payment_header .poweredby_text p{font-size:13px;line-height:20px}.checkout_right .payment_section .razorpay_logo{height:40px}.checkout_right .payment_methods{gap:6px}.checkout_right .payment_icon_box{width:58px;height:42px}}@media (width<=768px){.checkout_page .page_wrapper,.checkout_left{gap:28px}.checkout_left .user_billing_section{gap:24px;padding-bottom:24px}.checkout_left .user_billing_section .section_title{font-size:28px;line-height:36px}.checkout_left .user_billing_section .user_billing_inputs,.checkout_left .user_billing_section .input_row,.checkout_left .addon_section{gap:16px}.checkout_left .addon_heading{font-size:18px;line-height:26px}.checkout_left .addon_section .addons_cards_wrapper,.checkout_left .addon_section .addon_group{gap:12px}.checkout_left .addon_section .addon_top{gap:16px;padding:18px 18px 22px}.checkout_left .addon_section .addon_top .addon_title{font-size:18px;line-height:26px}.checkout_left .addon_section .addon_details{gap:16px}.checkout_left .addon_section .addon_details .addon_details_left{gap:12px}.checkout_left .addon_section .addon_details .addon_image img{width:64px;height:64px}.checkout_left .addon_section .addon_info{font-size:14px;line-height:20px}.checkout_left .addon_section .addon_price{font-size:18px;line-height:26px}.checkout_left .addon_section .addon_bottom{gap:10px;padding:16px 18px}.checkout_left .addon_section .addon_bottom .right_arrow_icon img{height:13px}.checkout_left .addon_section .addon_bottom .checkbox_area{gap:8px}.checkout_left .checkbox_area label{font-size:14px;line-height:20px}.checkout_right{border-radius:12px;gap:24px;padding:20px}.checkout_right .order_title{font-size:22px;line-height:30px}.checkout_right .order_product{gap:12px}.checkout_right .product_details{gap:10px}.checkout_right .product_details .radio_circle img{width:16px;height:16px}.checkout_right .product_details .product_img img{width:64px;height:64px}.checkout_right .product_details .product_info{gap:6px}.checkout_right .product_details .product_info h4{font-size:18px;line-height:26px}.checkout_right .product_details .product_info p{font-size:13px;line-height:18px}.checkout_right .order_product .product_price{gap:4px}.checkout_right .order_product .product_price .price{font-size:20px;line-height:28px}.checkout_right .order_product .product_price .old_price{font-size:16px;line-height:22px}.checkout_right .discount_box{gap:10px}.checkout_right .discount_box .discount_text{font-size:14px;line-height:20px}.checkout_right .discount_box .discount_input_area{gap:8px}.checkout_right .discount_box .discount_input_area button{width:76px;font-size:14px;line-height:20px}.checkout_right .summary_section{gap:16px}.checkout_right .summary_header{padding-bottom:16px}.checkout_right .summary_header .items_head,.checkout_right .summary_header .items_total{font-size:18px;line-height:26px}.checkout_right .summary_list{gap:10px}.checkout_right .summary_row p:first-child,.checkout_right .addon_summary_row p:first-child{font-size:13px;line-height:18px}.checkout_right .summary_row p:nth-child(2),.checkout_right .addon_summary_row p:nth-child(2){font-size:14px;line-height:20px}.checkout_right .total_row{gap:12px}.checkout_right .total_row .tax_summary{gap:8px}.checkout_right .total_row .tax_summary .tax_summary_row p:first-child,.checkout_right .total_row .tax_summary .tax_summary_row p:nth-child(2){font-size:14px;line-height:20px}.checkout_right .total_row .total_content{gap:2px}.checkout_right .total_row .total_content .total_text,.checkout_right .total_row .total_content .total_amount{font-size:20px;line-height:28px}.checkout_right .total_row .total_content .tax_helper_text{font-size:12px;line-height:16px}.checkout_right .order_btn{border-radius:12px;height:64px;font-size:22px;line-height:30px}.checkout_right .payment_section{gap:24px}.checkout_right .payment_section .payment_header,.checkout_right .payment_section .payment_header .poweredby_text{gap:4px}.checkout_right .payment_section .payment_header .poweredby_text .shield_icon{width:14px;height:14px}.checkout_right .payment_section .payment_header .poweredby_text p{font-size:11px;line-height:16px}.checkout_right .payment_section .razorpay_logo{height:30px}.checkout_right .payment_methods{gap:6px}.checkout_right .payment_icon_box{border-radius:6px;width:48px;height:34px}}@media (width<=480px){.checkout_page .page_wrapper{grid-template-columns:1fr;gap:24px}.checkout_left{gap:24px}.checkout_left .user_billing_section{gap:24px;padding-bottom:24px}.checkout_left .user_billing_section .section_title{letter-spacing:-.02em;color:#264653;font-family:Work Sans,sans-serif;font-size:28px;font-weight:600;line-height:36px}.checkout_left .user_billing_section .user_billing_inputs{gap:16px}.checkout_left .user_billing_section .input_row{flex-direction:column;gap:16px;display:flex}.checkout_left .addon_heading{letter-spacing:-.02em;color:#264653;font-family:Work Sans,sans-serif;font-size:16px;font-weight:600;line-height:24px}.checkout_left .addon_section .addon_top{gap:16px;padding:24px 20px;display:flex}.checkout_left .addon_section .addon_top .addon_title{letter-spacing:-.02em;color:#264653;font-family:Work Sans,sans-serif;font-size:16px;font-weight:600;line-height:24px}.checkout_left .addon_section .addon_details .addon_image img{object-fit:cover;width:64px;height:64px}.checkout_left .addon_section .addon_info{letter-spacing:-.02em;color:#4f5a6c;font-family:Work Sans,sans-serif;font-size:14px;font-weight:400;line-height:20px}.checkout_left .addon_section .addon_price{letter-spacing:-.02em;font-family:Work Sans,sans-serif;font-size:16px;font-weight:600;line-height:24px}.checkout_left .addon_section .addon_bottom{padding:16px 20px}.checkout_left .addon_section .addon_bottom .right_arrow_icon img{width:auto;height:12px}.checkout_left .checkbox_area label{letter-spacing:-.02em;color:#264653;font-family:Work Sans,sans-serif;font-size:14px;font-weight:500;line-height:24px}.checkout_right{border-radius:8px;gap:20px;padding:16px}.checkout_right .order_title{letter-spacing:-.02em;color:#264653;font-family:Work Sans,sans-serif;font-size:20px;font-weight:600;line-height:28px}.checkout_right .order_product,.checkout_right .product_details{gap:12px}.checkout_right .product_details .radio_circle img{display:none}.checkout_right .product_details .product_img img{width:56px;height:56px}.checkout_right .product_details .product_info{gap:4px}.checkout_right .product_details .product_info h4{letter-spacing:-.02em;color:#264653;font-family:Work Sans,sans-serif;font-size:14px;font-weight:600;line-height:20px}.checkout_right .product_details .product_info p{letter-spacing:-.02em;color:#4f5a6c;font-family:Work Sans,sans-serif;font-size:12px;font-weight:400;line-height:16px}.checkout_right .order_product .product_price{gap:4px}.checkout_right .order_product .product_price .price{letter-spacing:-.02em;color:#264653;font-family:Work Sans,sans-serif;font-size:18px;font-weight:600;line-height:24px}.checkout_right .order_product .product_price .old_price{letter-spacing:-.02em;color:#d3d8db;font-family:Work Sans,sans-serif;font-size:12px;font-weight:500;line-height:20px}.checkout_right .discount_box{gap:8px}.checkout_right .discount_box .discount_text{letter-spacing:-.02em;color:#fe7f2d;font-family:Work Sans,sans-serif;font-size:12px;font-weight:500;line-height:20px}.checkout_right .discount_box .discount_input_area{gap:8px}.checkout_right .discount_box .discount_input_area button{letter-spacing:-.02em;color:#f8fafc;border-radius:8px;width:70px;height:auto;font-family:Work Sans,sans-serif;font-size:14px;font-weight:500;line-height:20px}.checkout_right .summary_section{gap:12px}.checkout_right .summary_header{padding-bottom:12px}.checkout_right .summary_header .items_head,.checkout_right .summary_header .items_total{letter-spacing:-.02em;font-family:Work Sans,sans-serif;font-size:14px;font-weight:600;line-height:20px}.checkout_right .summary_list{gap:8px}.checkout_right .summary_row{gap:15px}.checkout_right .summary_row p:first-child{letter-spacing:-.02em;color:#838a97;font-family:Work Sans,sans-serif;font-size:12px;font-weight:400;line-height:16px}.checkout_right .summary_row p:nth-child(2){letter-spacing:-.02em;color:#4f5a6c;font-family:Work Sans,sans-serif;font-size:12px;font-weight:600;line-height:16px}.checkout_right .addon_summary_row p:first-child,.checkout_right .addon_summary_row p:nth-child(2){color:#fe7f2d}.checkout_right .total_row{gap:10px}.checkout_right .total_row .tax_summary{gap:6px}.checkout_right .total_row .tax_summary .tax_summary_row p:first-child,.checkout_right .total_row .tax_summary .tax_summary_row p:nth-child(2){font-size:12px;line-height:16px}.checkout_right .total_row .total_content{gap:2px}.checkout_right .total_row .total_content .total_text,.checkout_right .total_row .total_content .total_amount{letter-spacing:-.02em;color:#264653;font-family:Work Sans,sans-serif;font-size:18px;font-weight:600;line-height:24px}.checkout_right .total_row .total_content .tax_helper_text{font-size:11px;line-height:14px}.checkout_right .order_btn{letter-spacing:-.02em;color:#f8fafc;border-radius:12px;width:100%;height:60px;font-family:Work Sans,sans-serif;font-size:20px;font-weight:600;line-height:28px}.checkout_right .payment_section{gap:20px}.checkout_right .payment_section .payment_header,.checkout_right .payment_section .payment_header .poweredby_text{gap:4px}.checkout_right .payment_section .payment_header .poweredby_text .shield_icon{object-fit:contain;width:10px;height:10px}.checkout_right .payment_section .payment_header .poweredby_text p{letter-spacing:-.02em;color:#072654;font-family:Work Sans,sans-serif;font-size:9px;font-weight:500;line-height:16px}.checkout_right .payment_section .razorpay_logo{object-fit:contain;width:auto;height:24px}.checkout_right .payment_methods{gap:4px}.checkout_right .payment_icon_box{border-radius:4px;width:35px;height:24px}.checkout_right .payment_icon_box img{object-fit:contain;max-width:80%;max-height:70%}}.checkout_skeleton .section_title,.checkout_skeleton .addon_heading{color:#0000}.checkout_skeleton_heading{border-radius:12px;width:320px;height:56px}.checkout_skeleton_addon_heading{border-radius:12px;width:220px;height:40px}.checkout_skeleton_input{border-radius:12px;width:100%;height:76px}.checkout_skeleton .addon_card.checkout_skeleton_addon_card{background:var(--skeleton-base);border-color:var(--skeleton-base)}.checkout_skeleton_addon_card{width:100%;height:280px}.checkout_skeleton .divider{background:var(--skeleton-base)}.checkout_skeleton_summary{border-radius:24px;width:100%;height:100%;min-height:1000px}@media (width<=1200px){.checkout_skeleton_heading{width:280px;height:52px}.checkout_skeleton_addon_heading{width:200px;height:36px}.checkout_skeleton_input{height:72px}.checkout_skeleton_addon_card{height:260px}.checkout_skeleton_summary{min-height:800px}}@media (width<=991px){.checkout_skeleton_heading{width:260px;height:48px}.checkout_skeleton_addon_heading{width:180px;height:34px}.checkout_skeleton_input{height:68px}.checkout_skeleton_addon_card{height:240px}.checkout_skeleton_summary{min-height:700px}}@media (width<=480px){.checkout_skeleton_heading{width:220px;height:40px}.checkout_skeleton_addon_heading{width:160px;height:30px}.checkout_skeleton_input{border-radius:10px;height:56px}.checkout_skeleton_addon_card{border-radius:12px;height:220px}.checkout_skeleton_summary{border-radius:16px;min-height:640px}}.custom_select_wrapper{width:100%;position:relative}.custom_select_trigger{cursor:pointer;text-align:left;background:#fff;justify-content:space-between;align-items:center;width:100%;display:flex}.custom_select_text{color:#000}.custom_select_text.placeholder{color:#757575}.custom_select_arrow{color:#757575;justify-content:center;align-items:center;transition:transform .2s;display:flex}.custom_select_arrow.open{transform:rotate(180deg)}.custom_select_trigger:focus .custom_select_arrow,.custom_select_arrow.open{color:#fe7f2d}.custom_select_dropdown{z-index:100;background:#fff;border:1.5px solid #d4d4d4;border-radius:12px;width:100%;position:absolute;top:calc(100% + 8px);left:0;overflow:hidden;box-shadow:0 10px 30px #00000014}.custom_select_search{border-bottom:1px solid #eee;padding:12px}.custom_select_search .input{width:100%}.custom_select_options{max-height:240px;overflow-y:auto}.custom_select_option{text-align:left;cursor:pointer;background:0 0;border:none;width:100%;padding:14px 18px;font-family:inherit;transition:all .2s}.custom_select_option:hover{background:#fff4ec}.custom_select_option.active{color:#fe7f2d;background:#fff4ec;font-weight:500}.custom_select_empty{text-align:center;color:#757575;padding:20px}.custom_select_option,.custom_select_empty{letter-spacing:-.02em;font-family:Work Sans,sans-serif;font-size:16px;font-weight:400;line-height:22px}@media (width<=1200px){.custom_select_option,.custom_select_empty{font-size:15px;line-height:21px}}@media (width<=991px){.custom_select_option,.custom_select_empty{font-size:15px;line-height:20px}}@media (width<=768px){.custom_select_option,.custom_select_empty{font-size:14px;line-height:20px}}@media (width<=480px){.custom_select_option,.custom_select_empty{letter-spacing:-.02em;font-size:14px;line-height:20px}}.contact_page .page_wrapper{grid-template-columns:1fr 1fr;gap:120px;display:grid}.contact_page .content_left{flex-direction:column;justify-content:space-between;gap:24px;display:flex}.contact_page .content_title{letter-spacing:-.02em;color:#264653;font-family:Work Sans,sans-serif;font-size:64px;font-weight:600;line-height:72px}.contact_page .content_description{letter-spacing:-.02em;color:#4f5a6c;font-family:Work Sans,sans-serif;font-size:18px;font-weight:500;line-height:26px}.contact_page .contact_info{flex-direction:column;gap:24px;display:flex}.contact_page .info_item{align-items:center;gap:16px;display:flex}.contact_page .icon{background-color:#fff;border:1px solid #ffeee3;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;display:flex}.contact_page .mail_icon,.contact_page .tel_icon{width:32px;height:32px}.contact_page .mail_icon img,.contact_page .tel_icon img{width:12px;height:auto}.contact_page .info_text{letter-spacing:-.02em;color:#4f5a6c;font-family:Work Sans,sans-serif;font-size:18px;font-weight:600;line-height:26px}.contact_page .contact_form{flex-direction:column;gap:40px;display:flex}.contact_page .inputs_area{flex-direction:column;gap:24px;display:flex}.contact_page .inputs_area .form_row{grid-template-columns:1fr 1fr;gap:24px;display:grid}.contact_error,.contact_success{font-family:var(--font-family-base);letter-spacing:-.02em;font-size:16px;font-weight:500;line-height:20px}.contact_error{color:#dc2626}.contact_success{color:#067647}.contact_page .contact_form .submit_button{letter-spacing:-.02em;color:#fff;border-radius:16px;width:100%;height:80px;font-family:Work Sans,sans-serif;font-size:32px;font-weight:600;line-height:40px}.contact_page .contact_form .submit_button:disabled{opacity:.7;cursor:not-allowed}@media (width<=1200px){.contact_page .page_wrapper{gap:80px}.contact_page .content_left{gap:22px}.contact_page .content_title{font-size:54px;line-height:62px}.contact_page .content_description{font-size:17px;line-height:24px}.contact_page .contact_info{gap:20px}.contact_page .info_item{gap:14px}.contact_page .mail_icon,.contact_page .tel_icon{width:30px;height:30px}.contact_page .mail_icon img,.contact_page .tel_icon img{width:11px}.contact_page .info_text{font-size:17px;line-height:24px}.contact_page .contact_form{gap:32px}.contact_page .inputs_area,.contact_page .inputs_area .form_row{gap:20px}.contact_page .contact_form .submit_button{height:72px;font-size:28px;line-height:36px}}@media (width<=991px){.contact_page .page_wrapper{gap:48px}.contact_page .content_left{gap:20px}.contact_page .content_title{font-size:44px;line-height:52px}.contact_page .content_description{font-size:16px;line-height:22px}.contact_page .contact_info{gap:18px}.contact_page .info_item{gap:12px}.contact_page .mail_icon,.contact_page .tel_icon{width:28px;height:28px}.contact_page .mail_icon img,.contact_page .tel_icon img{width:10px}.contact_page .info_text{font-size:16px;line-height:22px}.contact_page .contact_form{gap:28px}.contact_page .inputs_area,.contact_page .inputs_area .form_row{gap:18px}.contact_page .contact_form .submit_button{border-radius:14px;height:68px;font-size:24px;line-height:32px}}@media (width<=768px){.contact_page .page_wrapper{grid-template-columns:1fr;gap:40px}.contact_page .content_left{text-align:center;justify-content:center;align-items:center;gap:18px}.contact_page .content_title{font-size:36px;line-height:44px}.contact_page .content_description{font-size:15px;line-height:21px}.contact_page .contact_info{flex-direction:row;justify-content:center;gap:25px;width:100%;display:flex}.contact_page .info_item{gap:10px}.contact_page .icon{border-radius:7px}.contact_page .mail_icon,.contact_page .tel_icon{width:26px;height:26px}.contact_page .mail_icon img,.contact_page .tel_icon img{width:10px}.contact_page .info_text{font-size:15px;line-height:21px}.contact_page .contact_form{gap:20px}.contact_page .inputs_area{gap:16px}.contact_page .inputs_area .form_row{grid-template-columns:1fr;gap:16px}.contact_page .contact_form .submit_button{border-radius:12px;height:64px;font-size:22px;line-height:30px}}@media (width<=480px){.contact_page .page_wrapper{gap:32px}.contact_page .content_left{text-align:center;justify-content:center;align-items:center;gap:24px}.contact_page .content_title{letter-spacing:-.02em;color:#264653;font-family:Work Sans,sans-serif;font-size:32px;font-weight:600;line-height:40px}.contact_page .content_description{letter-spacing:-.02em;color:#4f5a6c;font-family:Work Sans,sans-serif;font-size:14px;font-weight:400;line-height:20px}.contact_page .contact_info{flex-direction:row;justify-content:space-between;gap:15px;width:100%;display:flex}.contact_page .info_item{gap:6px}.contact_page .icon{border-radius:6px}.contact_page .mail_icon,.contact_page .tel_icon{width:24px;height:24px}.contact_page .mail_icon img,.contact_page .tel_icon img{width:9px;height:auto}.contact_page .info_text{letter-spacing:-.02em;color:#4f5a6c;font-family:Work Sans,sans-serif;font-size:14px;font-weight:500;line-height:20px}.contact_page .contact_form,.contact_page .inputs_area{gap:16px}.contact_page .inputs_area .form_row{grid-template-columns:1fr;gap:16px}.contact_page .contact_form .submit_button{letter-spacing:-.02em;color:#fff;border-radius:12px;height:60px;font-family:Work Sans,sans-serif;font-size:20px;font-weight:600;line-height:28px}}.contact_skeleton_title{border-radius:12px;width:100%;max-width:520px;height:144px}.contact_skeleton_description{border-radius:12px;width:100%;max-width:620px;height:78px}.contact_skeleton .icon{background:var(--skeleton-base);border-color:var(--skeleton-base)}.contact_skeleton_icon{width:32px;height:32px}.contact_skeleton_info_text{border-radius:8px;width:220px;height:26px}.contact_skeleton_input{border-radius:16px;width:100%;height:80px}.contact_skeleton_textarea{border-radius:16px;width:100%;height:240px}.contact_skeleton_button{border-radius:16px;width:100%;height:80px}@media (width<=1200px){.contact_skeleton_title{height:124px}.contact_skeleton_description{height:72px}.contact_skeleton_icon{width:30px;height:30px}.contact_skeleton_info_text{width:200px;height:24px}.contact_skeleton_input{height:72px}.contact_skeleton_textarea{height:220px}.contact_skeleton_button{height:72px}}@media (width<=991px){.contact_skeleton_title{height:104px}.contact_skeleton_description{height:66px}.contact_skeleton_icon{width:28px;height:28px}.contact_skeleton_info_text{width:180px;height:22px}.contact_skeleton_input{border-radius:14px;height:68px}.contact_skeleton_textarea{border-radius:14px;height:200px}.contact_skeleton_button{border-radius:14px;height:68px}}@media (width<=768px){.contact_skeleton_title{height:88px}.contact_skeleton_description{height:60px}.contact_skeleton_icon{width:26px;height:26px}.contact_skeleton_info_text{width:160px;height:21px}.contact_skeleton_input{border-radius:12px;height:64px}.contact_skeleton_textarea{border-radius:12px;height:180px}.contact_skeleton_button{border-radius:12px;height:64px}}@media (width<=480px){.contact_skeleton_title{border-radius:8px;height:88px}.contact_skeleton_description{border-radius:8px;height:60px}.contact_skeleton_icon{width:24px;height:24px}.contact_skeleton_info_text{width:120px;height:20px}.contact_skeleton_input{border-radius:12px;height:60px}.contact_skeleton_textarea{border-radius:12px;height:160px}.contact_skeleton_button{border-radius:12px;height:60px}}.legal_page .page_wrapper{flex-direction:column;gap:56px;display:flex}.legal_page .page_header{border-bottom:2px solid #fe7f2d;flex-direction:column;gap:8px;display:flex}.legal_page .page_title{letter-spacing:-.02em;color:#264653;font-family:Work Sans,sans-serif;font-size:64px;font-weight:600;line-height:72px}.legal_page .page_updated{letter-spacing:-.02em;color:#4f5a6c;margin-bottom:40px;font-family:Work Sans,sans-serif;font-size:18px;font-style:italic;line-height:26px}.legal_page .page_content{flex-direction:column;gap:56px;display:flex}.legal_page .section_block{flex-direction:column;gap:24px;display:flex}.legal_page .section_title{letter-spacing:-.02em;color:#264653;font-family:Work Sans,sans-serif;font-size:40px;font-weight:600;line-height:48px}.legal_page .section_details{letter-spacing:-.02em;color:#4f5a6c;flex-direction:column;gap:20px;font-family:Work Sans,sans-serif;font-size:18px;font-weight:500;line-height:26px;display:flex}.legal_page .description_list_group{flex-direction:column;gap:20px;display:flex}.legal_page .list_group{padding-left:20px;list-style-type:disc}.legal_page .page_disclaimer{letter-spacing:-.02em;color:#4f5a6c;font-family:Work Sans,sans-serif;font-size:18px;font-style:italic;line-height:18px}@media (width<=1200px){.legal_page .page_wrapper{gap:48px}.legal_page .page_header{gap:6px}.legal_page .page_title{font-size:54px;line-height:62px}.legal_page .page_updated{margin-bottom:32px;font-size:16px;line-height:24px}.legal_page .page_content{gap:48px}.legal_page .section_block{gap:20px}.legal_page .section_title{font-size:34px;line-height:42px}.legal_page .section_details{gap:18px;font-size:17px;line-height:24px}.legal_page .description_list_group{gap:18px}.legal_page .page_disclaimer{font-size:16px;line-height:24px}}@media (width<=991px){.legal_page .page_wrapper{gap:40px}.legal_page .page_header{gap:6px}.legal_page .page_title{font-size:44px;line-height:52px}.legal_page .page_updated{margin-bottom:28px;font-size:14px;line-height:22px}.legal_page .page_content{gap:40px}.legal_page .section_block{gap:18px}.legal_page .section_title{font-size:28px;line-height:36px}.legal_page .section_details{gap:16px;font-size:16px;line-height:22px}.legal_page .description_list_group{gap:16px}.legal_page .list_group{padding-left:18px}.legal_page .page_disclaimer{font-size:14px;line-height:22px}}@media (width<=768px){.legal_page .page_wrapper{gap:32px}.legal_page .page_header{gap:4px}.legal_page .page_title{font-size:36px;line-height:44px}.legal_page .page_updated{margin-bottom:22px;font-size:12px;line-height:20px}.legal_page .page_content{gap:32px}.legal_page .section_block{gap:14px}.legal_page .section_title{font-size:24px;line-height:32px}.legal_page .section_details{gap:14px;font-size:15px;line-height:21px}.legal_page .description_list_group{gap:14px}.legal_page .list_group{padding-left:16px}.legal_page .page_disclaimer{font-size:12px;line-height:18px}}@media (width<=480px){.legal_page .page_wrapper{gap:24px}.legal_page .page_header{gap:4px}.legal_page .page_title{letter-spacing:-.02em;color:#264653;font-family:Work Sans,sans-serif;font-size:32px;font-weight:600;line-height:40px}.legal_page .page_updated{letter-spacing:-.02em;color:#4f5a6c;margin-bottom:16px;font-family:Work Sans,sans-serif;font-size:10px;font-style:italic;line-height:26px}.legal_page .page_content{gap:24px}.legal_page .section_block{gap:8px}.legal_page .section_title{letter-spacing:-.02em;color:#264653;font-family:Work Sans,sans-serif;font-size:20px;font-weight:600;line-height:28px}.legal_page .section_details{letter-spacing:-.02em;color:#4f5a6c;gap:10px;font-family:Work Sans,sans-serif;font-size:14px;font-weight:400;line-height:20px}.legal_page .description_list_group{gap:10px}.legal_page .page_disclaimer{letter-spacing:-.02em;color:#4f5a6c;font-family:Work Sans,sans-serif;font-size:10px;font-style:italic;line-height:16px}}.legal_page_skeleton .page_header{border-color:var(--skeleton-base)}.legal_skeleton_title{border-radius:12px;width:420px;height:72px}.legal_skeleton_updated{border-radius:8px;width:220px;height:26px;margin-bottom:40px}.legal_skeleton_section_title{border-radius:10px;width:320px;height:48px}.legal_skeleton_line{border-radius:8px;width:100%;height:26px}.legal_skeleton_line.short{width:72%}.legal_skeleton_disclaimer{border-radius:8px;width:100%;height:20px}@media (width<=1200px){.legal_skeleton_title{height:62px}.legal_skeleton_updated{height:24px;margin-bottom:32px}.legal_skeleton_section_title{height:42px}.legal_skeleton_line{height:24px}.legal_skeleton_disclaimer{height:18px}}@media (width<=991px){.legal_skeleton_title{width:340px;height:52px}.legal_skeleton_updated{width:180px;height:22px;margin-bottom:28px}.legal_skeleton_section_title{width:260px;height:36px}.legal_skeleton_line{height:22px}.legal_skeleton_disclaimer{height:16px}}@media (width<=768px){.legal_skeleton_title{width:280px;height:44px}.legal_skeleton_updated{width:160px;height:20px;margin-bottom:22px}.legal_skeleton_section_title{width:220px;height:32px}.legal_skeleton_line{height:21px}.legal_skeleton_disclaimer{height:14px}}@media (width<=480px){.legal_skeleton_title{border-radius:8px;width:220px;height:40px}.legal_skeleton_updated{border-radius:6px;width:120px;height:16px;margin-bottom:16px}.legal_skeleton_section_title{border-radius:8px;width:180px;height:28px}.legal_skeleton_line{border-radius:6px;height:20px}.legal_skeleton_disclaimer{border-radius:6px;height:14px}}.product_hero .product_hero_wrapper{grid-template-columns:1fr 500px;gap:44px;display:grid}.product_hero_left{flex-direction:column;gap:24px;min-width:0;display:flex}.product_hero_left .product_image{border-radius:16px;overflow:hidden}.product_hero_left .product_image img{object-fit:cover;width:100%;height:480px;transition:opacity .3s;display:block}.product_hero_left .product_thumbnails{scroll-behavior:smooth;gap:16px;width:100%;display:flex;overflow-x:auto}.product_hero_left .product_thumbnails::-webkit-scrollbar{display:none}.product_hero_left .product_thumbnails{-ms-overflow-style:none;scrollbar-width:none;scroll-snap-type:none}.product_hero_left .thumbnail{cursor:pointer;scroll-snap-align:center;opacity:.2;border:2px solid #0000;border-radius:8px;flex:none;width:117px;height:80px;overflow:hidden}.product_hero_left .thumbnail.active{opacity:1;border:2px solid #fe7f2d}.product_hero_left .thumbnail img{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.product_hero_right{flex-direction:column;justify-content:space-between;gap:15px;display:flex}.product_hero_right .product_title{letter-spacing:-.02em;color:#264653;font-family:Work Sans,sans-serif;font-size:40px;font-weight:600;line-height:48px}.product_hero_right .highlights_box{border:1px solid #fe7f2d;border-radius:16px;flex-direction:column;gap:16px;padding:16px 32px;display:flex}.product_hero_right .highlights_title{letter-spacing:-.02em;color:#fe7f2d;font-family:Work Sans,sans-serif;font-size:24px;font-weight:600;line-height:32px}.product_hero_right .highlights_list{flex-direction:column;gap:12px;display:flex}.product_hero_right .highlights_list li{letter-spacing:-.02em;color:#4f5a6c;align-items:center;gap:10px;font-family:Work Sans,sans-serif;font-size:18px;font-weight:600;line-height:26px;display:flex}.product_hero_right .highlights_list li .highlights_icon{width:20px;height:20px}.product_hero_right .price_cta_box{flex-direction:column;gap:24px;display:flex}.product_hero_right .product_price_box{align-items:center;gap:24px;display:flex}.product_hero_right .old_price{letter-spacing:-.02em;color:#cdd4d9;font-family:Work Sans,sans-serif;font-size:48px;font-weight:600;line-height:56px;text-decoration:line-through}.product_hero_right .new_price{letter-spacing:-.02em;color:#fe7f2d;font-family:Work Sans,sans-serif;font-size:48px;font-weight:600;line-height:56px}.product_hero_right .product_cta{letter-spacing:-.02em;color:#fff;border-radius:16px;width:100%;height:80px;font-family:Work Sans,sans-serif;font-size:32px;font-weight:600;line-height:40px}@media (width<=1200px){.product_hero .product_hero_wrapper{grid-template-columns:1fr 460px;gap:36px}.product_hero_left .product_image img{height:420px}.product_hero_left .thumbnail{width:100px;height:70px}.product_hero_right .product_title{font-size:36px;line-height:44px}.product_hero_right .highlights_box{padding:14px 24px}.product_hero_right .highlights_title{font-size:22px;line-height:30px}.product_hero_right .highlights_list li{font-size:16px;line-height:24px}.product_hero_right .old_price,.product_hero_right .new_price{font-size:42px;line-height:50px}.product_hero_right .product_cta{height:72px;font-size:28px;line-height:36px}}@media (width<=991px){.product_hero .product_hero_wrapper{grid-template-columns:1fr;gap:40px}.product_hero_left{width:100%;margin:0 auto}.product_hero_left .product_image img{height:500px}.product_hero_right{gap:20px;width:100%;margin:0 auto}.product_hero_right .product_title{font-size:32px;line-height:40px}.product_hero_right .highlights_box{padding:14px 22px}.product_hero_right .highlights_title{font-size:20px;line-height:28px}.product_hero_right .highlights_list li{font-size:15px;line-height:22px}.product_hero_right .old_price,.product_hero_right .new_price{font-size:36px;line-height:44px}.product_hero_right .product_cta{height:68px;font-size:24px;line-height:32px}}@media (width<=768px){.product_hero .product_hero_wrapper{gap:32px}.product_hero_left{gap:16px}.product_hero_left .product_image{border-radius:12px}.product_hero_left .product_image img{height:420px}.product_hero_left .product_thumbnails{gap:12px}.product_hero_left .thumbnail{width:88px;height:62px}.product_hero_right{gap:16px}.product_hero_right .product_title{font-size:28px;line-height:36px}.product_hero_right .highlights_box{border-radius:14px;gap:12px;padding:12px 20px}.product_hero_right .highlights_title{font-size:18px;line-height:26px}.product_hero_right .highlights_list li{gap:8px;font-size:14px;line-height:20px}.product_hero_right .highlights_list li .highlights_icon{width:18px;height:18px}.product_hero_right .price_cta_box{gap:16px}.product_hero_right .product_price_box{gap:14px}.product_hero_right .old_price,.product_hero_right .new_price{font-size:32px;line-height:40px}.product_hero_right .product_cta{border-radius:12px;height:60px;font-size:20px;line-height:28px}}@media (width<=480px){.product_hero .product_hero_wrapper{gap:24px}.product_hero_left{gap:12px}.product_hero_left .product_image{aspect-ratio:360/248;border-radius:8px;height:auto}.product_hero_left .product_image img{object-fit:contain;width:100%;height:100%}.product_hero_left .product_thumbnails{gap:10px}.product_hero_left .thumbnail{border:1px solid #fe7f2d;border-radius:5px;width:70px;height:48px}.product_hero_right{gap:12px}.product_hero_right .product_title{color:#264653;font-family:Work Sans,sans-serif;font-size:28px;font-weight:600;line-height:36px}.product_hero_right .highlights_box{border:.7px solid #fe7f2d;border-radius:12px;gap:12px;padding:12px 22px}.product_hero_right .highlights_title{letter-spacing:-.02em;color:#fe7f2d;font-family:Work Sans,sans-serif;font-size:16px;font-weight:600;line-height:24px}.product_hero_right .highlights_list li{letter-spacing:-.02em;color:#4f5a6c;gap:8px;font-family:Work Sans,sans-serif;font-size:14px;font-weight:500;line-height:20px}.product_hero_right .highlights_list li .highlights_icon{width:16px;height:16px}.product_hero_right .price_cta_box{gap:12px}.product_hero_right .product_price_box{gap:16px}.product_hero_right .old_price{letter-spacing:-.02em;color:#cdd4d9;font-family:Work Sans,sans-serif;font-size:32px;font-weight:600;line-height:40px}.product_hero_right .new_price{letter-spacing:-.02em;color:#fe7f2d;font-family:Work Sans,sans-serif;font-size:32px;font-weight:600;line-height:40px}.product_hero_right .product_cta{letter-spacing:-.02em;color:#fff;border-radius:12px;width:100%;height:60px;font-family:Work Sans,sans-serif;font-size:20px;font-weight:600;line-height:28px}}.product_hero_skeleton_image{border-radius:16px;width:100%;height:480px}.product_hero_skeleton .thumbnail{opacity:1;cursor:default;border:none}.product_hero_skeleton_thumbnail{opacity:1!important}.product_hero_skeleton .product_title{color:#0000}.product_hero_skeleton_title{border-radius:12px;width:100%;height:96px}.product_hero_skeleton .highlights_box{border-color:var(--skeleton-base)}.product_hero_skeleton .highlights_title,.product_hero_skeleton .highlights_text{color:#0000}.product_hero_skeleton_highlights_title{border-radius:8px;width:140px;height:32px}.product_hero_skeleton_highlight_text{border-radius:8px;width:100%;height:26px}.product_hero_skeleton .old_price,.product_hero_skeleton .new_price{color:#0000}.product_hero_skeleton_old_price{border-radius:8px;flex-shrink:0;width:140px;height:56px}.product_hero_skeleton_new_price{border-radius:8px;flex-shrink:0;width:180px;height:56px}.product_hero_skeleton_cta{border-radius:16px;width:100%;height:80px}@media (width<=1200px){.product_hero_skeleton_image{height:420px}.product_hero_skeleton_title{height:88px}.product_hero_skeleton_highlights_title{width:130px;height:30px}.product_hero_skeleton_highlight_text{height:24px}.product_hero_skeleton_old_price{width:130px;height:52px}.product_hero_skeleton_new_price{width:170px;height:52px}.product_hero_skeleton_cta{height:72px}}@media (width<=991px){.product_hero_skeleton_image{height:360px}.product_hero_skeleton_title{height:80px}.product_hero_skeleton_highlights_title{width:120px;height:28px}.product_hero_skeleton_highlight_text{height:22px}.product_hero_skeleton_old_price{width:120px;height:48px}.product_hero_skeleton_new_price{width:150px;height:48px}.product_hero_skeleton_cta{border-radius:14px;height:68px}}@media (width<=480px){.product_hero_skeleton_image{aspect-ratio:360/248;border-radius:8px;height:auto}.product_hero_skeleton_title{height:72px}.product_hero_skeleton_highlights_title{width:100px;height:24px}.product_hero_skeleton_highlight_text{height:20px}.product_hero_skeleton_old_price{width:100px;height:40px}.product_hero_skeleton_new_price{width:120px;height:40px}.product_hero_skeleton_cta{border-radius:12px;height:60px}}.product_features .product_features_wrapper{background:linear-gradient(#2b4c61 0%,#233d4d 100%);border-radius:24px;flex-direction:column;justify-content:center;align-items:center;gap:40px;padding:64px 32px;display:flex}.product_features_heading h2{letter-spacing:-.02em;color:#f8fafc;font-family:Work Sans,sans-serif;font-size:40px;font-weight:600;line-height:48px}.product_features_wrapper .divider{background:#4c86aa;border-radius:80px;width:120px;height:4px}.product_features_list{justify-content:center;align-items:center;row-gap:32px;display:flex}.product_features_list .desktop_view{justify-content:center;align-items:center;display:flex}.product_features_list .tablet_view{display:none}.product_features_list .product_features_row{justify-content:center;display:flex}.product_feature_item{align-items:center;display:flex}.product_feature_item .feature_content{text-align:center;flex-direction:column;align-items:center;gap:24px;max-width:165px;display:flex}.product_feature_item .feature_value{font-family:Work Sans,sans-serif;font-size:48px;font-weight:600;line-height:auto;letter-spacing:-.02em;color:#eda036}.product_feature_item .feature_icon img{width:40px;height:40px}.product_feature_item .feature_label{letter-spacing:-.02em;color:#fff;font-family:Work Sans,sans-serif;font-size:24px;font-weight:500;line-height:30px}.product_feature_item .feature_divider{background:#3e596a;align-self:center;width:2px;height:95px;margin:0 32px}@media (width<=1200px){.product_features .product_features_wrapper{border-radius:22px;gap:36px;padding:56px 28px}.product_features_heading h2{font-size:36px;line-height:44px}.product_features_wrapper .divider{width:100px;height:3px}.product_feature_item .feature_content{gap:20px;max-width:150px}.product_feature_item .feature_value{font-size:42px}.product_feature_item .feature_icon img{width:36px;height:36px}.product_feature_item .feature_label{font-size:20px;line-height:26px}.product_feature_item .feature_divider{height:84px;margin:0 28px}}@media (width<=991px){.product_features .product_features_wrapper{border-radius:20px;gap:32px;padding:48px 24px}.product_features_heading h2{font-size:34px;line-height:42px}.product_features_wrapper .divider{width:80px;height:3px}.product_features_list{row-gap:24px}.product_features_list .desktop_view{display:none}.product_features_list .tablet_view{flex-direction:column;gap:24px;display:flex}.product_feature_item .feature_content{gap:16px;max-width:130px}.product_feature_item .feature_value{font-size:36px}.product_feature_item .feature_icon img{width:32px;height:32px}.product_feature_item .feature_label{font-size:18px;line-height:24px}.product_feature_item .feature_divider{height:72px;margin:0 24px}}@media (width<=768px){.product_features .product_features_wrapper{border-radius:16px;gap:24px;padding:40px 20px}.product_features_heading h2{text-align:center;font-size:30px;line-height:38px}.product_features_wrapper .divider{width:60px;height:2px}.product_features_list{row-gap:20px}.product_feature_item .feature_content{gap:12px;max-width:100px}.product_feature_item .feature_value{font-size:28px}.product_feature_item .feature_icon img{width:28px;height:28px}.product_feature_item .feature_label{font-size:16px;line-height:22px}.product_feature_item .feature_divider{height:56px;margin:0 18px}}@media (width<=480px){.product_features .product_features_wrapper{border-radius:12px;gap:16px;padding:32px 16px}.product_features .product_features_container{gap:16px}.product_features_heading h2{letter-spacing:-.02em;color:#f8fafc;font-family:Work Sans,sans-serif;font-size:28px;font-weight:600;line-height:36px}.product_features_wrapper .divider{background:#4c86aa;border-radius:22px;width:33.87px;height:1.13px}.product_features_list{row-gap:16px}.product_feature_item .feature_content{gap:8px;max-width:80px}.product_feature_item .feature_value{font-family:Work Sans,sans-serif;font-size:20px;font-weight:600;line-height:auto;letter-spacing:-.02em;color:#eda036}.product_feature_item .feature_icon img{width:24px;height:24px}.product_feature_item .feature_label{letter-spacing:-.02em;color:#fff;font-family:Work Sans,sans-serif;font-size:14px;font-weight:500;line-height:20px}.product_feature_item .feature_divider{background:#3e596a;width:.92px;height:43.75px;margin:0 14.74px}}.product_features_skeleton .product_features_wrapper{background:var(--skeleton-base);border-radius:24px;width:100%;height:360px}@media (width<=991px){.product_features_skeleton .product_features_wrapper{border-radius:20px;height:340px}}@media (width<=480px){.product_features_skeleton .product_features_wrapper{border-radius:12px;height:178px}}.product_promo_wrapper{grid-template-columns:1fr 512px;align-items:center;gap:88px;display:grid}.product_promo_content{flex-direction:column;justify-content:space-between;gap:15px;height:100%;display:flex}.product_promo_content .highlight{color:#fe7f2d}.product_promo_badge{background-color:#d4edeb;border:1px solid #2a9d8f;border-radius:999px;align-items:center;gap:16px;width:fit-content;padding:16px 32px;display:inline-flex}.product_promo_badge p{letter-spacing:-.02em;color:#2a9d8f;font-family:Work Sans,sans-serif;font-size:18px;font-weight:600;line-height:26px}.product_promo_badge .badge_dot{background:#2a9d8f;border-radius:50%;width:8px;height:8px}.product_promo_title{letter-spacing:-.02em;color:#264653;font-family:Work Sans,sans-serif;font-size:40px;font-weight:600;line-height:48px}.product_promo_title .highlight{color:#fe7f2d}.product_promo_subtitle{letter-spacing:-.02em;color:#4f5a6c;font-family:Work Sans,sans-serif;font-size:18px;font-weight:500;line-height:26px}.product_promo_subtitle strong{font-weight:700}.product_promo_cta{letter-spacing:-.02em;color:#fff;border-radius:12px;width:100%;padding:22px 12px;font-family:Work Sans,sans-serif;font-size:32px;font-weight:600;line-height:40px}.product_promo_cta .cta_mobile{display:none}.cta_points_cont{flex-direction:column;gap:24px;display:flex}.product_promo_points{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.product_promo_points .promot_item{justify-content:center;align-items:center;gap:4px;display:flex}.product_promo_points .promot_item img{width:16px;height:16px}.product_promo_points .promot_item span{letter-spacing:-.02em;color:#4f5a6c;font-family:Work Sans,sans-serif;font-size:14px;font-weight:600;line-height:22px}.product_promo_media{justify-content:center;display:flex}.product_promo_image img{width:100%;height:auto}@media (width<=1200px){.product_promo_wrapper{grid-template-columns:1fr 440px;gap:56px}.product_promo_badge{gap:14px;padding:14px 28px}.product_promo_badge p{font-size:16px;line-height:24px}.product_promo_title{font-size:36px;line-height:44px}.product_promo_subtitle{font-size:16px;line-height:24px}.product_promo_cta{padding:20px 12px;font-size:28px;line-height:36px}}@media (width<=991px){.product_promo_wrapper{grid-template-columns:1fr;gap:40px}.product_promo_content{text-align:center;align-items:center;gap:24px;width:100%;max-width:700px;margin:0 auto}.product_promo_media{width:100%;max-width:500px;margin:0 auto}.product_promo_image img{width:100%;height:auto}.product_promo_badge{gap:12px;padding:12px 24px}.product_promo_badge p{font-size:15px;line-height:22px}.product_promo_title{font-size:32px;line-height:40px}.product_promo_subtitle{font-size:15px;line-height:22px}.product_promo_cta{padding:18px 12px;font-size:24px;line-height:32px}.cta_points_cont{gap:18px}}@media (width<=768px){.product_promo_wrapper{gap:32px}.product_promo_content{gap:20px}.product_promo_badge{gap:10px;padding:10px 20px}.product_promo_badge p{font-size:14px;line-height:20px}.product_promo_badge .badge_dot{width:6px;height:6px}.product_promo_title{font-size:28px;line-height:36px}.product_promo_subtitle{font-size:14px;line-height:20px}.product_promo_cta{padding:16px 12px;font-size:20px;line-height:28px}.cta_points_cont{gap:14px}.product_promo_points{justify-content:center}.product_promo_media{order:2}}@media (width<=480px){.product_promo_wrapper{grid-template-columns:1fr;gap:24px}.product_promo_content{text-align:center;align-items:center;gap:24px}.product_promo_badge{gap:9px;padding:9px 16px}.product_promo_badge p{letter-spacing:-.02em;color:#2a9d8f;font-family:Work Sans,sans-serif;font-size:12px;font-weight:500;line-height:20px}.product_promo_badge .badge_dot{width:4.3px;height:4.3px}.product_promo_title{letter-spacing:-.02em;color:#264653;font-family:Work Sans,sans-serif;font-size:28px;font-weight:600;line-height:36px}.product_promo_subtitle{letter-spacing:-.02em;color:#4f5a6c;font-family:Work Sans,sans-serif;font-size:14px;font-weight:500;line-height:20px}.product_promo_subtitle strong{font-weight:700}.cta_points_cont{flex-direction:column;gap:12px;display:flex}.product_promo_cta{letter-spacing:-.02em;color:#fff;border-radius:12px;width:100%;font-family:Work Sans,sans-serif;font-size:20px;font-weight:600;line-height:28px}.product_promo_cta .cta_desktop{display:none}.product_promo_cta .cta_mobile{display:inline}.product_promo_points{justify-content:center;gap:12px}.product_promo_points .promot_item{align-items:center;gap:4px}.product_promo_points .promot_item img{width:12px;height:12px}.product_promo_points .promot_item span{letter-spacing:-.02em;color:#4f5a6c;font-family:Work Sans,sans-serif;font-size:12px;font-weight:600;line-height:16px}.product_promo_media{order:2}}.product_promo_skeleton .product_promo_badge{background:var(--skeleton-base);border-color:var(--skeleton-base);width:180px;height:58px}.product_promo_skeleton_title{border-radius:12px;width:100%;height:144px}.product_promo_skeleton_subtitle{border-radius:12px;width:100%;height:78px}.product_promo_skeleton .product_promo_cta{color:#0000}.product_promo_skeleton_point{border-radius:999px;width:140px;height:28px}.product_promo_skeleton .product_promo_media{border-radius:24px;width:100%;height:520px}@media (width<=1200px){.product_promo_skeleton .product_promo_badge{width:170px;height:52px}.product_promo_skeleton_title{height:132px}.product_promo_skeleton_subtitle{height:72px}.product_promo_skeleton_point{width:130px;height:26px}.product_promo_skeleton .product_promo_media{height:460px}}@media (width<=991px){.product_promo_skeleton .product_promo_badge{width:160px;height:48px}.product_promo_skeleton_title{height:120px}.product_promo_skeleton_subtitle{height:66px}.product_promo_skeleton_point{width:120px;height:24px}.product_promo_skeleton .product_promo_media{max-width:500px;height:420px;margin:0 auto}}@media (width<=768px){.product_promo_skeleton .product_promo_badge{width:145px;height:42px}.product_promo_skeleton_title{height:108px}.product_promo_skeleton_subtitle{height:60px}.product_promo_skeleton_point{width:110px;height:22px}.product_promo_skeleton .product_promo_media{border-radius:18px;height:360px}}@media (width<=480px){.product_promo_skeleton .product_promo_badge{width:120px;height:38px}.product_promo_skeleton_title{height:108px}.product_promo_skeleton_subtitle{height:80px}.product_promo_skeleton_point{width:100px;height:20px}.product_promo_skeleton .product_promo_media{border-radius:12px;height:320px}}.product_categories_wrapper{flex-direction:column;gap:40px;display:flex}.product_category_card{background:linear-gradient(90deg,#1f7a76 0%,#6fc2bd 100%);border-radius:24px;grid-template-columns:1fr 560px;align-items:center;gap:30px;height:360px;padding-left:80px;display:grid;overflow:hidden}.product_category_content{flex-direction:column;gap:32px;display:flex}.tab_title_cont{flex-direction:column;gap:8px;display:flex}.product_category_tag{letter-spacing:-.02em;color:#fff;background:linear-gradient(25deg,#e8a838 0%,#fe7f2d 100%);border-radius:999px;width:fit-content;padding:8px 24px;font-family:Work Sans,sans-serif;font-size:24px;font-weight:500;line-height:30px}.product_category_title{letter-spacing:-.02em;color:#fff;font-family:Work Sans,sans-serif;font-size:40px;font-weight:600;line-height:48px}.product_category_description{letter-spacing:-.02em;color:#f8fafc;max-width:430px;font-family:Work Sans,sans-serif;font-size:18px;font-weight:500;line-height:26px}.product_category_media{width:100%;height:100%;overflow:hidden}.product_category_media picture{width:100%;height:100%;display:block}.product_category_image{object-fit:cover;width:100%;height:100%;display:block}@media (width<=1200px){.product_categories_wrapper{gap:32px}.product_category_card{border-radius:20px;grid-template-columns:1fr 480px;gap:24px;height:320px;padding-left:56px}.product_category_content{gap:24px}.product_category_tag{padding:7px 22px;font-size:20px;line-height:26px}.product_category_title{font-size:36px;line-height:44px}.product_category_description{max-width:390px;font-size:17px;line-height:25px}}@media (width<=991px){.product_categories_wrapper{gap:24px}.product_category_card{border-radius:18px;grid-template-columns:1fr;gap:24px;height:auto;padding:32px 32px 0}.product_category_content{text-align:center;align-items:center;gap:16px}.tab_title_cont{align-items:center;gap:12px}.product_category_tag{padding:6px 18px;font-size:16px;line-height:22px}.product_category_title{font-size:28px;line-height:36px}.product_category_description{max-width:100%;font-size:15px;line-height:22px}.product_category_media{height:auto}}@media (width<=768px){.product_category_card{padding:28px 28px 0}}@media (width<=480px){.product_categories_wrapper{gap:16px}.product_category_card{min-height:initial;border-radius:6px;grid-template-columns:1fr;gap:30px;height:auto;padding:32px 25px 0}.product_category_content{text-align:center;align-items:center;gap:8px}.tab_title_cont{align-items:center;gap:16px}.product_category_tag{letter-spacing:-.02em;color:#fff;padding:6px 18px;font-family:Work Sans,sans-serif;font-size:14px;font-weight:500;line-height:20px}.product_category_title{letter-spacing:-.02em;color:#fff;font-family:Work Sans,sans-serif;font-size:28px;font-weight:600;line-height:36px}.product_category_description{letter-spacing:-.02em;color:#f8fafc;font-family:Work Sans,sans-serif;font-size:14px;font-weight:400;line-height:20px}}.product_categories_skeleton .product_category_card{background:var(--skeleton-base);min-height:360px}.product_usecases_wrapper{grid-template-columns:1fr 640px;align-items:stretch;gap:88px;display:grid}.product_usecases_content{flex-direction:column;justify-content:space-between;gap:40px;height:100%;display:flex}.product_usecases_badge{background-color:#d4edeb;border:1px solid #2a9d8f;border-radius:999px;align-items:center;gap:16px;width:fit-content;padding:16px 32px;display:inline-flex}.product_usecases_badge p{letter-spacing:-.02em;color:#2a9d8f;font-family:Work Sans,sans-serif;font-size:18px;font-weight:600;line-height:26px}.product_usecases_heading{flex-direction:column;gap:16px;display:flex}.product_usecases_title{letter-spacing:-.02em;color:#264653;font-family:Work Sans,sans-serif;font-size:40px;font-weight:600;line-height:48px}.product_usecases_description{letter-spacing:-.02em;color:#4f5a6c;font-family:Work Sans,sans-serif;font-size:18px;font-weight:500;line-height:26px}.product_usecases_cta{letter-spacing:-.02em;color:#fff;border-radius:12px;width:100%;padding:22px 12px;font-family:Work Sans,sans-serif;font-size:32px;font-weight:600;line-height:40px}.product_usecases_grid{grid-template-columns:1fr 1fr;gap:24px;height:100%;display:grid}.product_usecase_item{text-align:center;background:0 0;border:2px solid #e5e7eb;border-radius:24px;flex-direction:column;justify-content:center;align-items:center;gap:24px;height:100%;padding:32px;display:flex}.usecase_icon img{width:auto;height:40px}.usecase_title{letter-spacing:-.02em;color:#264653;font-family:Work Sans,sans-serif;font-size:24px;font-weight:600;line-height:32px}@media (width<=1200px){.product_usecases_wrapper{grid-template-columns:1fr 460px;gap:56px}.product_usecases_content{gap:32px}.product_usecases_badge{gap:14px;padding:14px 28px}.product_usecases_badge p{font-size:16px;line-height:24px}.product_usecases_heading{gap:14px}.product_usecases_title{font-size:36px;line-height:44px}.product_usecases_description{font-size:16px;line-height:24px}.product_usecases_cta{padding:20px 12px;font-size:28px;line-height:36px}.product_usecases_grid{gap:20px}.product_usecase_item{border-radius:20px;gap:20px;padding:28px}.usecase_icon img{height:36px}.usecase_title{font-size:22px;line-height:30px}}@media (width<=991px){.product_usecases_wrapper{grid-template-columns:1fr;gap:40px}.product_usecases_content{text-align:center;align-items:center;gap:24px;width:100%;max-width:700px;margin:0 auto}.product_usecases_badge{gap:12px;padding:12px 24px}.product_usecases_badge p{font-size:15px;line-height:22px}.product_usecases_heading{gap:12px;width:100%}.product_usecases_title{font-size:32px;line-height:40px}.product_usecases_description{font-size:15px;line-height:22px}.product_usecases_cta{padding:18px 12px;font-size:24px;line-height:32px}.product_usecases_grid{gap:18px;width:100%;max-width:700px;margin:0 auto}.product_usecase_item{border-radius:18px;gap:18px;padding:24px}.usecase_icon img{height:32px}.usecase_title{font-size:20px;line-height:28px}}@media (width<=768px){.product_usecases_wrapper{gap:32px}.product_usecases_content{gap:20px}.product_usecases_badge{gap:10px;padding:10px 20px}.product_usecases_badge p{font-size:14px;line-height:20px}.product_usecases_title{font-size:28px;line-height:36px}.product_usecases_description{font-size:14px;line-height:20px}.product_usecases_cta{padding:16px 12px;font-size:20px;line-height:28px}.product_usecases_grid{gap:14px}.product_usecase_item{border-radius:16px;gap:14px;padding:18px}.usecase_icon img{height:28px}.usecase_title{font-size:16px;line-height:22px}}@media (width<=480px){.product_usecases_wrapper{grid-template-columns:1fr;gap:24px}.product_usecases_content{text-align:center;align-items:center;gap:24px}.product_usecases_badge{gap:9px;padding:9px 16px}.product_usecases_badge p{letter-spacing:-.02em;color:#2a9d8f;font-family:Work Sans,sans-serif;font-size:12px;font-weight:500;line-height:20px}.product_usecases_title{letter-spacing:-.02em;color:#264653;font-family:Work Sans,sans-serif;font-size:28px;font-weight:600;line-height:36px}.product_usecases_description{letter-spacing:-.02em;color:#4f5a6c;font-family:Work Sans,sans-serif;font-size:14px;font-weight:500;line-height:20px}.product_usecases_cta{letter-spacing:-.02em;color:#fff;border-radius:12px;width:100%;height:60px;font-family:Work Sans,sans-serif;font-size:20px;font-weight:600;line-height:28px}.product_usecases_grid{gap:13px}.product_usecase_item{border:1px solid #e5e7eb;border-radius:13px;gap:13px;padding:12px}.usecase_icon span{font-size:28px}.usecase_title{letter-spacing:-.02em;color:#264653;font-family:Work Sans,sans-serif;font-size:13px;font-weight:600;line-height:17.5px}}.product_usecases_skeleton .product_usecases_badge{background:var(--skeleton-base);border-color:var(--skeleton-base);width:180px;height:58px}.product_usecases_skeleton_title{border-radius:12px;width:100%;height:144px}.product_usecases_skeleton_description{border-radius:12px;width:100%;height:78px}.product_usecases_skeleton .product_usecases_cta{color:#0000}.product_usecases_skeleton .product_usecase_item{background:var(--skeleton-base);border-color:var(--skeleton-base);min-height:220px}@media (width<=1200px){.product_usecases_skeleton .product_usecases_badge{width:170px;height:52px}.product_usecases_skeleton_title{height:132px}.product_usecases_skeleton_description{height:72px}.product_usecases_skeleton .product_usecase_item{min-height:200px}}@media (width<=991px){.product_usecases_skeleton .product_usecases_badge{width:160px;height:48px}.product_usecases_skeleton_title{height:120px}.product_usecases_skeleton_description{height:66px}.product_usecases_skeleton .product_usecase_item{min-height:180px}}@media (width<=768px){.product_usecases_skeleton .product_usecases_badge{width:145px;height:42px}.product_usecases_skeleton_title{height:108px}.product_usecases_skeleton_description{height:60px}.product_usecases_skeleton .product_usecase_item{min-height:160px}}@media (width<=480px){.product_usecases_skeleton .product_usecases_badge{width:120px;height:38px}.product_usecases_skeleton_title{height:108px}.product_usecases_skeleton_description{height:80px}.product_usecases_skeleton .product_usecase_item{min-height:160px}}.product_faq_wrapper{flex-direction:column;align-items:center;gap:64px;max-width:840px;margin:0 auto;display:flex}.product_faq_title{text-align:center;flex-direction:column;align-items:center;gap:16px;display:flex}.product_faq_title h2{letter-spacing:-.02em;color:#264653;font-family:Work Sans,sans-serif;font-size:64px;font-weight:600;line-height:72px}.product_faq_title p{letter-spacing:-.02em;color:#4f5a6c;font-family:Work Sans,sans-serif;font-size:18px;font-weight:500;line-height:26px}.product_faq_list{flex-direction:column;gap:12px;width:100%;display:flex}.product_faq_item{cursor:pointer;background:0 0;border:1.6px solid #d4d4d4;border-radius:12px;padding:24px 16px 24px 32px;transition:all .2s}.product_faq_question{justify-content:space-between;gap:16px;display:flex}.product_faq_question p{letter-spacing:-.02em;color:#264653;font-family:Work Sans,sans-serif;font-size:18px;font-weight:600;line-height:26px}.faq_icon{color:#fe7f2d;background:#fff2ea;border-radius:50%;justify-content:center;align-items:center;min-width:32px;height:32px;transition:color .3s;display:flex}.product_faq_item.active .faq_icon{color:#fff;background-color:#fe7f2d}.faq_icon svg{width:16px;height:16px;transition:transform .3s}.product_faq_item.active .faq_icon svg{transform:rotate(180deg)}.product_faq_answer{margin-top:16px}.product_faq_answer p{letter-spacing:-.02em;color:#4f5a6c;font-family:Work Sans,sans-serif;font-size:16px;font-weight:400;line-height:24px}@media (width<=1200px){.product_faq_wrapper{gap:56px;max-width:760px}.product_faq_title{gap:14px}.product_faq_title h2{font-size:56px;line-height:64px}.product_faq_title p{font-size:17px;line-height:25px}.product_faq_item{padding:22px 16px 22px 28px}.product_faq_question p{font-size:17px;line-height:25px}.product_faq_answer p{font-size:15px;line-height:23px}}@media (width<=991px){.product_faq_wrapper{gap:48px;max-width:100%}.product_faq_title{gap:14px}.product_faq_title h2{font-size:48px;line-height:56px}.product_faq_title p{font-size:16px;line-height:24px}.product_faq_list{gap:10px}.product_faq_item{padding:20px 16px 20px 24px}.product_faq_question p{font-size:16px;line-height:24px}.faq_icon{min-width:30px;height:30px}.faq_icon svg{width:15px;height:15px}.product_faq_answer{margin-top:14px}.product_faq_answer p{font-size:15px;line-height:22px}}@media (width<=768px){.product_faq_wrapper{gap:36px}.product_faq_title{gap:12px}.product_faq_title h2{font-size:40px;line-height:48px}.product_faq_title p{font-size:15px;line-height:22px}.product_faq_item{padding:18px 14px 18px 20px}.product_faq_question{gap:14px}.product_faq_question p{font-size:15px;line-height:22px}.faq_icon{min-width:28px;height:28px}.faq_icon svg{width:14px;height:14px}.product_faq_answer{margin-top:12px}.product_faq_answer p{font-size:14px;line-height:21px}}@media (width<=480px){.product_faq_wrapper{gap:24px}.product_faq_title{gap:12px}.product_faq_title h2{letter-spacing:-.02em;color:#264653;font-family:Work Sans,sans-serif;font-size:36px;font-weight:600;line-height:44px}.product_faq_title p{letter-spacing:-.02em;color:#4f5a6c;font-family:Work Sans,sans-serif;font-size:14px;font-weight:400;line-height:20px}.product_faq_list{gap:12px}.product_faq_item{border-radius:12px;padding:24px 16px 24px 20px}.product_faq_question{gap:16px}.product_faq_question p{letter-spacing:-.02em;color:#264653;font-family:Work Sans,sans-serif;font-size:14px;font-weight:600;line-height:20px}.faq_icon{min-width:32px;height:32px}.faq_icon svg{width:16px;height:16px}.product_faq_answer{margin-top:12px}.product_faq_answer p{letter-spacing:-.02em;color:#4f5a6c;font-family:Work Sans,sans-serif;font-size:14px;font-weight:400;line-height:22px}}.product_faq_skeleton .product_faq_title{width:100%}.product_faq_skeleton_title{border-radius:12px;width:100%;max-width:620px;height:144px}.product_faq_skeleton_subtitle{border-radius:12px;width:100%;max-width:520px;height:52px}.product_faq_skeleton_question{border-radius:8px;width:100%;height:26px}.product_faq_skeleton .faq_icon{background:var(--skeleton-base)}@media (width<=480px){.product_faq_skeleton_title{height:88px}.product_faq_skeleton_subtitle{height:40px}.product_faq_skeleton_question{height:20px}}.product_empty_state{padding:60px 0}.product_empty_state .empty_state_card{text-align:center;background:#fff;border:1px solid #e7e7e7;border-radius:32px;flex-direction:column;align-items:center;max-width:720px;margin:0 auto;padding:64px 48px;display:flex}.product_empty_state .empty_state_title{letter-spacing:-.03em;color:#264653;font-family:Work Sans,sans-serif;font-size:40px;font-weight:700;line-height:48px}.product_empty_state .empty_state_description{letter-spacing:-.02em;color:#4f5a6c;max-width:460px;margin-top:18px;font-family:Work Sans,sans-serif;font-size:16px;font-weight:500;line-height:26px}.product_empty_state .empty_state_button{letter-spacing:-.02em;border-radius:16px;width:100%;max-width:300px;height:62px;margin-top:34px;font-family:Work Sans,sans-serif;font-size:18px;font-weight:600;line-height:26px}@media (width<=1200px){.product_empty_state{padding:50px 0}.product_empty_state .empty_state_card{max-width:680px;padding:56px 42px}.product_empty_state .empty_state_title{font-size:36px;line-height:44px}.product_empty_state .empty_state_description{font-size:15px;line-height:24px}.product_empty_state .empty_state_button{height:58px;font-size:17px;line-height:24px}}@media (width<=991px){.product_empty_state{padding:40px 0}.product_empty_state .empty_state_card{border-radius:24px;max-width:100%;padding:48px 36px}.product_empty_state .empty_state_title{font-size:32px;line-height:40px}.product_empty_state .empty_state_description{margin-top:16px;font-size:14px;line-height:22px}.product_empty_state .empty_state_button{border-radius:14px;height:54px;margin-top:30px;font-size:16px;line-height:22px}}@media (width<=768px){.product_empty_state{padding:30px 0}.product_empty_state .empty_state_card{padding:40px 28px}.product_empty_state .empty_state_title{font-size:28px;line-height:36px}.product_empty_state .empty_state_description{font-size:13px;line-height:20px}.product_empty_state .empty_state_button{height:50px;font-size:15px;line-height:20px}}@media (width<=480px){.product_empty_state{padding:20px 0}.product_empty_state .empty_state_card{border-radius:20px;padding:32px 20px}.product_empty_state .empty_state_title{font-size:24px;line-height:32px}.product_empty_state .empty_state_description{margin-top:14px;font-size:12px;line-height:18px}.product_empty_state .empty_state_button{border-radius:12px;height:46px;margin-top:24px;font-size:14px;line-height:18px}}.product_page{flex-direction:column;gap:120px;display:flex}.mobile_buy_bar{z-index:999;width:100%;padding:12px 16px calc(12px + env(safe-area-inset-bottom));-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffeb;border-top:2px solid #fe7f2d;transition:transform .35s cubic-bezier(.22,1,.36,1);display:none;position:fixed;bottom:0;left:0;right:0;transform:translateY(120%);box-shadow:0 -2px 10px #0f172a0f,0 -8px 24px #fe7f2d1a}.mobile_buy_bar.show{transform:translateY(0)}.mobile_buy_bar_content{justify-content:space-between;align-items:center;gap:16px;display:flex}.mobile_buy_bar_info{flex-direction:column;gap:4px;min-width:0;display:flex}.mobile_buy_bar_name{font-family:var(--font-family-base);color:#111827;white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:600;line-height:18px;overflow:hidden}.mobile_buy_bar_price_box{align-items:center;gap:8px;display:flex}.mobile_buy_bar_old_price{font-family:var(--font-family-base);color:#b8c0cc;font-size:14px;font-weight:600;line-height:18px;text-decoration:line-through}.mobile_buy_bar_price{font-family:var(--font-family-base);color:#fe7f2d;font-size:18px;font-weight:700;line-height:22px}.mobile_buy_bar_btn{min-width:120px;height:48px;font-family:var(--font-family-base);border-radius:14px;flex-shrink:0;padding:0 20px;font-size:14px;font-weight:700;line-height:20px}@media (width<=768px){.mobile_buy_bar{display:block}.product_page{padding-bottom:92px}}@media (width<=480px){.product_page{gap:48px}}.purchase_success_page .page_wrapper{flex-direction:column;align-items:center;gap:40px;display:flex}.purchase_success_page .success_content{text-align:center;flex-direction:column;align-items:center;gap:16px;display:flex}.purchase_success_page .success_icon{justify-content:center;align-items:center;display:flex}.purchase_success_page .success_icon img{width:128px;height:auto}.purchase_success_page .page_title{letter-spacing:-.02em;color:#2a9d8f;font-family:Work Sans,sans-serif;font-size:40px;font-weight:600;line-height:48px}.purchase_success_page .access_details{text-align:center;flex-direction:column;align-items:center;gap:12px;display:flex}.purchase_success_page .access_details .main_heading{letter-spacing:-.02em;color:#264653;font-family:Work Sans,sans-serif;font-size:48px;font-weight:600;line-height:56px}.purchase_success_page .access_details .page_description{letter-spacing:-.02em;color:#4f5a6c;font-family:Work Sans,sans-serif;font-size:18px;font-weight:500;line-height:26px}.purchase_success_page .purchase_card{background:#fff;border:3px solid #6fc2bd;border-radius:16px;flex-direction:column;gap:48px;width:100%;max-width:840px;padding:40px;display:flex}.purchase_success_page .product_row{flex-direction:column;gap:10px;display:flex}.purchase_success_page .product_wrapper{justify-content:space-between;align-items:center;gap:48px;display:flex}.purchase_success_page .product_left{align-items:center;gap:16px;display:flex}.purchase_success_page .product_image{justify-content:center;align-items:center;display:flex}.purchase_success_page .product_image img{object-fit:contain;width:88px;height:88px}.purchase_success_page .product_left .product_info{flex-direction:column;gap:12px;display:flex}.purchase_success_page .product_left .product_info .product_title{letter-spacing:-.02em;color:#264653;font-family:Work Sans,sans-serif;font-size:24px;font-weight:600;line-height:32px}.purchase_success_page .product_left .product_info .product_meta{letter-spacing:-.02em;color:#4f5a6c;font-family:Work Sans,sans-serif;font-size:16px;font-weight:400;line-height:22px}.purchase_success_page .download_button{letter-spacing:-.02em;border-radius:8px;min-width:203px;padding:22px 12px;font-family:Work Sans,sans-serif;font-size:18px;font-weight:600;line-height:28px}.purchase_success_page .addons_wrapper{flex-direction:column;gap:10px;display:flex}.purchase_success_page .addons_wrapper .addon_product_row{justify-content:space-between;display:flex}.purchase_success_page .product_order_details{grid-template-columns:minmax(0,max-content) max-content minmax(0,max-content);justify-content:space-between;align-items:start;gap:20px;display:grid}.purchase_success_page .product_order_details .detail_item{flex-direction:column;gap:8px;min-width:0;display:flex}.purchase_success_page .detail_item .label{letter-spacing:-.02em;color:#aaa;font-family:Work Sans,sans-serif;font-size:16px;font-weight:500;line-height:22px}.purchase_success_page .detail_item .value{letter-spacing:-.02em;color:#4f5a6c;font-family:Work Sans,sans-serif;font-size:16px;font-weight:500;line-height:22px}.purchase_success_page .detail_item .order_id_value,.purchase_success_page .detail_item .email_value{white-space:nowrap;text-overflow:ellipsis;width:100%;min-width:0;overflow:hidden}.invoice_actions{flex-direction:column;justify-content:center;align-items:flex-start;gap:16px;display:flex}.invoice_text{color:var(--text-secondary);font-size:18px}.purchase_success_page .summary_section{flex-direction:column;gap:24px;display:flex}.purchase_success_page .summary_header{color:#4f5a6c;border-bottom:1px dashed #c4c8cb;justify-content:space-between;gap:15px;padding-bottom:24px;display:flex}.purchase_success_page .summary_header .items_head,.purchase_success_page .summary_header .items_total{letter-spacing:-.02em;font-family:Work Sans,sans-serif;font-size:24px;font-weight:600;line-height:32px}.purchase_success_page .summary_list{flex-direction:column;gap:18px;display:flex}.purchase_success_page .summary_row{justify-content:space-between;align-items:center;gap:15px;display:flex}.purchase_success_page .summary_row p:first-child{letter-spacing:-.02em;color:#838a97;font-family:Work Sans,sans-serif;font-size:16px;font-weight:400;line-height:22px}.purchase_success_page .summary_row p:nth-child(2){letter-spacing:-.02em;color:#4f5a6c;font-family:Work Sans,sans-serif;font-size:18px;font-weight:600;line-height:26px}.purchase_success_page .total_row{justify-content:space-between;align-items:center;gap:15px;display:flex}.purchase_success_page .total_text,.purchase_success_page .total_amount{letter-spacing:-.02em;color:#264653;font-family:Work Sans,sans-serif;font-size:32px;font-weight:600;line-height:40px}@media (width<=1200px){.purchase_success_page .page_wrapper{gap:36px}.purchase_success_page .success_content{gap:14px}.purchase_success_page .success_icon img{width:110px}.purchase_success_page .page_title{font-size:36px;line-height:44px}.purchase_success_page .access_details{gap:10px}.purchase_success_page .access_details .main_heading{font-size:42px;line-height:50px}.purchase_success_page .access_details .page_description{font-size:17px;line-height:24px}.purchase_success_page .purchase_card{gap:40px;max-width:780px;padding:32px}.purchase_success_page .product_wrapper{gap:36px}.purchase_success_page .product_left{gap:14px}.purchase_success_page .product_image img{width:80px;height:80px}.purchase_success_page .product_left .product_info{gap:10px}.purchase_success_page .product_left .product_info .product_title{font-size:22px;line-height:30px}.purchase_success_page .product_left .product_info .product_meta{font-size:15px;line-height:21px}.purchase_success_page .download_button{min-width:190px;padding:20px 12px;font-size:16px;line-height:24px}.purchase_success_page .product_order_details{gap:18px}.purchase_success_page .detail_item .label,.purchase_success_page .detail_item .value{font-size:15px;line-height:21px}.purchase_success_page .summary_section{gap:20px}.purchase_success_page .summary_header{padding-bottom:20px}.purchase_success_page .summary_header .items_head,.purchase_success_page .summary_header .items_total{font-size:22px;line-height:30px}.purchase_success_page .summary_list{gap:16px}.purchase_success_page .summary_row p:first-child{font-size:15px;line-height:21px}.purchase_success_page .summary_row p:nth-child(2){font-size:16px;line-height:24px}.purchase_success_page .total_text,.purchase_success_page .total_amount{font-size:28px;line-height:36px}}@media (width<=991px){.purchase_success_page .page_wrapper{gap:32px}.purchase_success_page .success_content{gap:12px}.purchase_success_page .success_icon img{width:92px}.purchase_success_page .page_title{font-size:30px;line-height:38px}.purchase_success_page .access_details .main_heading{font-size:36px;line-height:44px}.purchase_success_page .access_details .page_description{font-size:16px;line-height:22px}.purchase_success_page .purchase_card{gap:32px;max-width:100%;padding:28px}.purchase_success_page .product_wrapper{gap:24px}.purchase_success_page .product_image img{width:72px;height:72px}.purchase_success_page .product_left .product_info{gap:8px}.purchase_success_page .product_left .product_info .product_title{font-size:20px;line-height:28px}.purchase_success_page .product_left .product_info .product_meta{font-size:14px;line-height:20px}.purchase_success_page .download_button{min-width:180px;padding:18px 12px;font-size:15px;line-height:22px}.purchase_success_page .product_order_details{gap:14px}.purchase_success_page .detail_item{gap:6px}.purchase_success_page .detail_item .label,.purchase_success_page .detail_item .value{font-size:14px;line-height:20px}.purchase_success_page .summary_section{gap:18px}.purchase_success_page .summary_header{padding-bottom:18px}.purchase_success_page .summary_header .items_head,.purchase_success_page .summary_header .items_total{font-size:20px;line-height:28px}.purchase_success_page .summary_list{gap:14px}.purchase_success_page .summary_row p:first-child{font-size:14px;line-height:20px}.purchase_success_page .summary_row p:nth-child(2){font-size:15px;line-height:22px}.purchase_success_page .total_text,.purchase_success_page .total_amount{font-size:24px;line-height:32px}}@media (width<=768px){.purchase_success_page .page_wrapper{gap:28px}.purchase_success_page .success_content{gap:10px}.purchase_success_page .success_icon img{width:72px}.purchase_success_page .page_title{font-size:24px;line-height:32px}.purchase_success_page .access_details{gap:10px}.purchase_success_page .access_details .main_heading{font-size:30px;line-height:38px}.purchase_success_page .access_details .page_description{font-size:15px;line-height:21px}.purchase_success_page .purchase_card{border-width:2px;border-radius:14px;gap:28px;padding:22px}.purchase_success_page .product_wrapper{justify-content:initial;align-items:initial;flex-direction:column;gap:20px}.purchase_success_page .product_left{gap:12px}.purchase_success_page .product_image img{width:64px;height:64px}.purchase_success_page .product_left .product_info{gap:6px}.purchase_success_page .product_left .product_info .product_title{font-size:18px;line-height:26px}.purchase_success_page .product_left .product_info .product_meta{font-size:13px;line-height:18px}.purchase_success_page .download_button{width:100%;min-width:initial;border-radius:10px;padding:16px 12px;font-size:18px;line-height:26px}.purchase_success_page .product_order_details{gap:12px}.purchase_success_page .detail_item{gap:4px}.purchase_success_page .detail_item .label,.purchase_success_page .detail_item .value{font-size:13px;line-height:18px}.purchase_success_page .summary_section{gap:16px}.purchase_success_page .summary_header{padding-bottom:16px}.purchase_success_page .summary_header .items_head,.purchase_success_page .summary_header .items_total{font-size:18px;line-height:26px}.purchase_success_page .summary_list{gap:12px}.purchase_success_page .summary_row p:first-child{font-size:13px;line-height:18px}.purchase_success_page .summary_row p:nth-child(2){font-size:14px;line-height:20px}.purchase_success_page .total_text,.purchase_success_page .total_amount{font-size:20px;line-height:28px}}@media (width<=480px){.purchase_success_page .page_wrapper{gap:24px}.purchase_success_page .success_content{gap:6px}.purchase_success_page .success_icon img{width:56px;height:auto}.purchase_success_page .page_title{letter-spacing:-.02em;color:#2a9d8f;font-family:Work Sans,sans-serif;font-size:20px;font-weight:600;line-height:28px}.purchase_success_page .access_details{gap:12px;width:100%}.purchase_success_page .access_details .main_heading{letter-spacing:-.02em;color:#264653;font-family:Work Sans,sans-serif;font-size:32px;font-weight:600;line-height:40px}.purchase_success_page .access_details .page_description{letter-spacing:-.02em;color:#4f5a6c;font-family:Work Sans,sans-serif;font-size:14px;font-weight:400;line-height:20px}.purchase_success_page .purchase_card{border:1.25px solid #6fc2bd;border-radius:12px;gap:20px;padding:15px}.purchase_success_page .product_wrapper{justify-content:initial;align-items:initial;flex-direction:column;gap:25px}.purchase_success_page .product_left{gap:12px}.purchase_success_page .product_image img{object-fit:contain;width:56px;height:56px}.purchase_success_page .product_left .product_info{gap:4px}.purchase_success_page .product_left .product_info .product_title{letter-spacing:-.02em;color:#264653;font-family:Work Sans,sans-serif;font-size:14px;font-weight:600;line-height:20px}.purchase_success_page .product_left .product_info .product_meta{letter-spacing:-.02em;color:#4f5a6c;font-family:Work Sans,sans-serif;font-size:12px;font-weight:400;line-height:16px}.purchase_success_page .download_button{min-width:initial;letter-spacing:-.02em;border-radius:12px;width:100%;font-family:Work Sans,sans-serif;font-size:20px;font-weight:600;line-height:28px}.purchase_success_page .product_order_details{gap:10px}.purchase_success_page .product_order_details .detail_item{gap:0}.purchase_success_page .detail_item .label{letter-spacing:-.02em;color:#aaa;font-family:Work Sans,sans-serif;font-size:12px;font-weight:500;line-height:20px}.purchase_success_page .detail_item .value{letter-spacing:-.02em;color:#4f5a6c;font-family:Work Sans,sans-serif;font-size:12px;font-weight:500;line-height:20px}.purchase_success_page .summary_section{gap:12px}.purchase_success_page .summary_header{padding-bottom:12px}.purchase_success_page .summary_header .items_head,.purchase_success_page .summary_header .items_total{letter-spacing:-.02em;font-family:Work Sans,sans-serif;font-size:14px;font-weight:600;line-height:20px}.purchase_success_page .summary_list{gap:8px}.purchase_success_page .summary_row{gap:15px}.purchase_success_page .summary_row p:first-child{letter-spacing:-.02em;color:#838a97;font-family:Work Sans,sans-serif;font-size:12px;font-weight:400;line-height:16px}.purchase_success_page .summary_row p:nth-child(2){letter-spacing:-.02em;color:#4f5a6c;font-family:Work Sans,sans-serif;font-size:12px;font-weight:600;line-height:16px}.purchase_success_page .total_row{gap:15px}.purchase_success_page .total_text,.purchase_success_page .total_amount{letter-spacing:-.02em;color:#264653;font-family:Work Sans,sans-serif;font-size:18px;font-weight:600;line-height:24px}}.purchase_success_skeleton_icon{width:128px;height:128px}.purchase_success_skeleton_title{border-radius:12px;width:320px;height:48px}.purchase_success_skeleton .access_details{align-items:center}.purchase_success_skeleton_heading{border-radius:12px;width:620px;height:64px}.purchase_success_skeleton_description{border-radius:8px;width:520px;height:28px}.purchase_success_skeleton .purchase_card{border-color:var(--skeleton-base);background:var(--skeleton-base)}.purchase_success_skeleton_product_image{border-radius:12px;width:88px;height:88px}.purchase_success_skeleton_product_title{border-radius:8px;width:320px;height:32px}.purchase_success_skeleton_product_meta{border-radius:8px;width:220px;height:22px}.purchase_success_skeleton_button{border-radius:8px;width:203px;height:58px}.purchase_success_skeleton_purchase_card{border-radius:16px;width:100%;max-width:840px;height:480px}@media (width<=991px){.purchase_success_skeleton_icon{width:110px;height:110px}.purchase_success_skeleton_title{width:280px;height:42px}.purchase_success_skeleton_heading{width:520px;height:56px}.purchase_success_skeleton_description{width:440px;height:26px}.purchase_success_skeleton_product_image{width:76px;height:76px}.purchase_success_skeleton_product_title{width:260px;height:28px}.purchase_success_skeleton_product_meta{width:180px}.purchase_success_skeleton_button{width:180px;height:52px}}@media (width<=480px){.purchase_success_skeleton_icon{width:88px;height:88px}.purchase_success_skeleton_title{border-radius:8px;width:220px;height:36px}.purchase_success_skeleton_heading{border-radius:8px;width:100%;height:88px}.purchase_success_skeleton_description{border-radius:8px;width:100%;height:40px}.purchase_success_skeleton_product_image{border-radius:8px;width:64px;height:64px}.purchase_success_skeleton_product_title{width:180px;height:24px}.purchase_success_skeleton_product_meta{width:140px;height:20px}.purchase_success_skeleton_button{border-radius:10px;width:100%;height:52px}}.user_dashboard .user_dashboard_wrapper{gap:30px;max-width:1200px;margin:auto;display:flex}.user_dashboard .dashboard_sidebar{background:#fff;border:1.5px solid #d4d4d4;border-radius:16px;width:260px;height:fit-content;padding:28px 22px;position:sticky;top:20px}.user_dashboard .dashboard_sidebar h3{font-family:var(--font-family-base);letter-spacing:-.02em;color:#264653;margin-bottom:20px;font-size:18px;font-weight:600;line-height:26px}.user_dashboard .dashboard_sidebar ul{flex-direction:column;gap:10px;display:flex}.user_dashboard .dashboard_sidebar li{cursor:pointer;font-family:var(--font-family-base);letter-spacing:-.02em;color:#4f5a6c;border:1.5px solid #0000;border-radius:12px;padding:14px 16px;font-size:15px;font-weight:500;line-height:22px;transition:all .2s}.user_dashboard .dashboard_sidebar li:hover{color:#fe7f2d;background:#fff2ea;border-color:#fe7f2d}.user_dashboard .dashboard_sidebar li.active{color:#fe7f2d;background:#fff2ea;border-color:#fe7f2d;font-weight:600}.user_dashboard .dashboard_content{flex:1}.user_dashboard .account_details_tab{background:#fff;border:1.5px solid #d4d4d4;border-radius:16px;padding:32px}.user_dashboard .account_details_tab h3{font-family:var(--font-family-base);letter-spacing:-.02em;color:#264653;margin-bottom:24px;font-size:24px;font-weight:600;line-height:32px}.user_dashboard .account_details_tab .account_form{flex-direction:column;gap:22px;display:flex}.user_dashboard .account_details_tab .form_group{flex-direction:column;width:100%;display:flex}.user_dashboard .account_details_tab .form_group label{font-family:var(--font-family-base);letter-spacing:-.02em;color:#4f5a6c;margin-bottom:8px;font-size:14px;font-weight:500;line-height:20px}.user_dashboard .account_details_tab .form_group input{width:100%}.user_dashboard .account_details_tab .input_disabled{color:#838a97;cursor:not-allowed;background:#f8fafc}.user_dashboard .account_details_tab .input_disabled::placeholder{color:#aaa}.user_dashboard .account_details_tab .password_box{background:#fffbf8;border:1.5px solid #ffe2cf;border-radius:16px;flex-direction:column;gap:18px;margin-top:2px;padding:24px;display:flex}.user_dashboard .account_details_tab .password_box h4{font-family:var(--font-family-base);letter-spacing:-.02em;color:#264653;font-size:18px;font-weight:600;line-height:26px}.user_dashboard .account_details_tab .save_btn{width:fit-content;min-width:200px;min-height:56px;font-family:var(--font-family-base);letter-spacing:-.02em;cursor:pointer;border-radius:12px;padding:0 26px;font-size:16px;font-weight:600;line-height:24px}.user_dashboard .orders_tab .status{font-family:var(--font-family-base);letter-spacing:-.02em;color:#2a9d8f;font-size:15px;font-weight:600;line-height:22px}.order_actions{align-items:center;gap:10px;display:flex}.user_dashboard .view_order_tab{background:#fff;border:1.5px solid #d4d4d4;border-radius:16px;padding:32px}.user_dashboard .view_order_tab .back_top_btn{min-height:42px;font-family:var(--font-family-base);letter-spacing:-.02em;color:#fe7f2d;cursor:pointer;background:0 0;border:1.5px solid #fe7f2d;border-radius:6px;align-items:center;gap:8px;margin-bottom:24px;padding:0 22px;font-size:15px;font-weight:600;line-height:22px;transition:all .2s;display:inline-flex}.user_dashboard .view_order_tab .back_top_btn img{object-fit:contain;width:14px;height:14px}.user_dashboard .view_order_tab .back_top_btn:hover{background:#fff2ea}.user_dashboard .view_order_tab .order_meta{font-family:var(--font-family-base);letter-spacing:-.02em;color:#4f5a6c;margin-bottom:28px;font-size:14px;font-weight:400;line-height:24px}.user_dashboard .view_order_tab .status_text{color:#2a9d8f;font-weight:600}.user_dashboard .totals_table{table-layout:fixed}.user_dashboard .totals_table th:first-child,.user_dashboard .totals_table td:first-child{width:80%}.user_dashboard .totals_table th:last-child,.user_dashboard .totals_table td:last-child{width:20%}.user_dashboard .view_order_tab .billing_box{margin-top:32px}.user_dashboard .billing_card{background:linear-gradient(#fff 0%,#fffbf8 100%);border:1.5px solid #ffe2cf;border-radius:16px;flex-direction:column;gap:18px;padding:24px;display:flex}.user_dashboard .billing_row{flex-direction:column;gap:6px;display:flex}.user_dashboard .billing_row:not(:last-child){border-bottom:1px solid #f3e2d7;padding-bottom:18px}.user_dashboard .billing_label{font-family:var(--font-family-base);letter-spacing:.04em;text-transform:uppercase;color:#fe7f2d;font-size:12px;font-weight:600;line-height:18px}.user_dashboard .billing_value{font-family:var(--font-family-base);letter-spacing:-.02em;color:#264653;word-break:break-word;font-size:15px;font-weight:500;line-height:22px}.user_dashboard .table_section{background:#fff;border:1.5px solid #d4d4d4;border-radius:16px;padding:32px}.user_dashboard .table_section h3,.user_dashboard .downloads_tab h3{font-family:var(--font-family-base);letter-spacing:-.02em;color:#264653;margin-bottom:24px;font-size:24px;font-weight:600;line-height:32px}.user_dashboard .table_section table{border-collapse:collapse;table-layout:auto;width:100%}.user_dashboard .table_section th,.user_dashboard .table_section td{text-align:left;border-bottom:1px solid #e5e7eb;padding:16px 14px}.user_dashboard .table_section th{font-family:var(--font-family-base);letter-spacing:-.02em;color:#264653;font-size:15px;font-weight:600;line-height:22px}.user_dashboard .table_section td{font-family:var(--font-family-base);letter-spacing:-.02em;color:#4f5a6c;font-size:15px;font-weight:500;line-height:22px}.user_dashboard .table_section tr{transition:all .2s}.user_dashboard .table_section tbody tr:hover{background:#fffbf8}.user_dashboard .section_title{font-family:var(--font-family-base);letter-spacing:-.02em;color:#264653;margin:32px 0 14px;font-size:18px;font-weight:600;line-height:26px}.user_dashboard .wc_table{border-collapse:collapse;width:100%}.user_dashboard .wc_table th{text-align:left;font-family:var(--font-family-base);letter-spacing:-.02em;color:#264653;border-bottom:1.5px solid #e5e7eb;padding:16px 14px;font-size:14px;font-weight:600;line-height:22px}.user_dashboard .wc_table td{font-family:var(--font-family-base);letter-spacing:-.02em;color:#4f5a6c;border-bottom:1px solid #e5e7eb;padding:16px 14px;font-size:14px;font-weight:500;line-height:22px}.user_dashboard .wc_table .total_row td{font-size:15px}.user_dashboard .product_group_total td{background:#fffbf8;border-top:1.5px solid #ffe2cf;border-bottom:none;font-size:14px}.user_dashboard .product_group_total{border-bottom:12px solid #fff}.user_dashboard .download_item_main{font-family:var(--font-family-base);letter-spacing:-.02em;color:#264653;font-size:15px;font-weight:600;line-height:22px}.user_dashboard .download_item_addon{font-family:var(--font-family-base);letter-spacing:-.02em;color:#838a97;margin-top:4px;padding-left:14px;font-size:13px;font-weight:500;line-height:20px}.user_dashboard .addon_btn_row{margin-top:6px}.user_dashboard .order_id_cell{background:#fff;border:1.5px solid #d4d4d4;border-radius:10px;align-items:center;gap:6px;padding:8px 10px;transition:all .2s;display:inline-flex;position:relative}.user_dashboard .order_id_cell:hover{background:#fff2ea;border-color:#fe7f2d}.user_dashboard .order_id_cell .order_id_short{color:#264653;letter-spacing:.4px;font-family:monospace;font-size:13px;line-height:18px}.user_dashboard .order_id_cell .copy_icon{cursor:pointer;opacity:0;background:0 0;border:none;justify-content:center;align-items:center;width:18px;height:18px;padding:0;transition:all .2s;display:flex;transform:translateY(2px)}.user_dashboard .order_id_cell .copy_icon img{object-fit:contain;width:14px;height:14px}.user_dashboard .order_id_cell:hover .copy_icon{opacity:1;transform:translateY(0)}.user_dashboard .order_id_cell .copy_icon:active{transform:scale(.92)}.user_dashboard .order_id_null{color:#aaa;font-size:12px}.user_dashboard .dashboard_content .btn{min-height:46px;font-family:var(--font-family-base);letter-spacing:-.02em;border-radius:10px;padding:0 18px;font-size:14px;font-weight:600;line-height:20px;transition:all .2s}.user_dashboard .dashboard_content .btn:disabled{opacity:.3;cursor:not-allowed;box-shadow:none;color:#fff!important;background:#000!important;border:1px solid #000!important}.user_dashboard .dashboard_content .btn.primary{background:linear-gradient(43deg,#e8a838 0%,#fe7f2d 100%)}.user_dashboard .dashboard_content .btn.primary:hover{background:linear-gradient(#e8a838 0%,#fe7f2d 100%)}.user_dashboard .addon_btn{background:#2a9d8f!important}.user_dashboard .addon_btn:hover{background:#23867a!important}.user_dashboard .dashboard_total_row{background:#fffbf8;border:1.5px solid #ffe2cf;border-radius:16px;flex-direction:column;gap:16px;padding:24px;display:flex}.user_dashboard .dashboard_tax_summary{flex-direction:column;gap:12px;display:flex}.user_dashboard .dashboard_tax_summary_row{justify-content:space-between;align-items:center;gap:16px;display:flex}.user_dashboard .dashboard_tax_summary_row p:first-child{font-family:var(--font-family-base);letter-spacing:-.02em;color:#264653;font-size:15px;font-weight:600;line-height:22px}.user_dashboard .dashboard_tax_summary_row p:nth-child(2){font-family:var(--font-family-base);letter-spacing:-.02em;color:#4f5a6c;font-size:15px;font-weight:600;line-height:22px}.user_dashboard .dashboard_total_content{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.user_dashboard .dashboard_payment_row{border-top:1px solid #f3e2d7;justify-content:space-between;align-items:center;padding-top:14px;display:flex}.user_dashboard .dashboard_payment_label{font-family:var(--font-family-base);letter-spacing:-.02em;color:#264653;font-size:14px;font-weight:600;line-height:20px}.user_dashboard .dashboard_total_left{flex-direction:column;gap:4px;display:flex}.user_dashboard .dashboard_total_text{font-family:var(--font-family-base);letter-spacing:-.02em;color:#264653;font-size:28px;font-weight:600;line-height:36px}.user_dashboard .dashboard_payment_method{font-family:var(--font-family-base);letter-spacing:-.02em;color:#4f5a6c;text-transform:capitalize;font-size:14px;font-weight:500;line-height:20px}.user_dashboard .dashboard_total_amount_wrapper{flex-direction:column;align-items:flex-end;display:flex}.user_dashboard .dashboard_total_amount{font-family:var(--font-family-base);letter-spacing:-.02em;color:#264653;font-size:28px;font-weight:600;line-height:36px}.user_dashboard .dashboard_tax_helper_text{font-family:var(--font-family-base);letter-spacing:-.01em;color:#264653;opacity:.75;font-size:13px;font-weight:500;line-height:18px}.user_dashboard .account_details_tab .input_error{background:#fef2f2!important;border-color:#dc2626!important}.user_dashboard .account_details_tab .password_message{font-family:var(--font-family-base);letter-spacing:-.02em;margin-top:-6px;font-size:14px;font-weight:500;line-height:20px}.user_dashboard .account_details_tab .password_message.error{color:#dc2626}.user_dashboard .account_details_tab .password_message.success{color:#16a34a}@media (width<=1200px){.user_dashboard .user_dashboard_wrapper{gap:24px}.user_dashboard .dashboard_sidebar{width:240px;padding:24px 18px}.user_dashboard .dashboard_sidebar h3{margin-bottom:18px;font-size:17px;line-height:24px}.user_dashboard .dashboard_sidebar ul{gap:8px}.user_dashboard .dashboard_sidebar li{padding:12px 14px;font-size:14px;line-height:20px}.user_dashboard .account_details_tab,.user_dashboard .view_order_tab,.user_dashboard .table_section{padding:28px}.user_dashboard .account_details_tab h3,.user_dashboard .table_section h3,.user_dashboard .downloads_tab h3{margin-bottom:20px;font-size:22px;line-height:30px}.user_dashboard .account_details_tab .account_form{gap:20px}.user_dashboard .account_details_tab .password_box{gap:16px;padding:20px}.user_dashboard .account_details_tab .password_box h4{font-size:17px;line-height:24px}.user_dashboard .account_details_tab .save_btn{min-width:190px;min-height:54px;font-size:15px;line-height:22px}.user_dashboard .table_section th,.user_dashboard .table_section td,.user_dashboard .wc_table th,.user_dashboard .wc_table td{padding:14px 12px}.user_dashboard .table_section th,.user_dashboard .table_section td{font-size:14px;line-height:20px}.user_dashboard .section_title{margin:28px 0 12px;font-size:17px;line-height:24px}.user_dashboard .order_id_cell{padding:7px 9px}.user_dashboard .order_id_cell .order_id_short{font-size:12px}.user_dashboard .dashboard_content .btn{min-height:44px;padding:0 16px;font-size:13px;line-height:18px}.user_dashboard .view_order_tab .billing_box{margin-top:28px}.user_dashboard .billing_card{border-radius:14px;gap:16px;padding:22px}.user_dashboard .billing_row:not(:last-child){padding-bottom:16px}.user_dashboard .billing_label{font-size:11px;line-height:16px}.user_dashboard .billing_value{font-size:14px;line-height:20px}}@media (width<=991px){.user_dashboard .user_dashboard_wrapper{flex-direction:column;gap:20px}.user_dashboard .dashboard_sidebar{border-radius:14px;width:100%;padding:22px 18px;position:static}.user_dashboard .dashboard_sidebar h3{margin-bottom:16px;font-size:16px;line-height:22px}.user_dashboard .dashboard_sidebar ul{flex-direction:row;gap:10px}.user_dashboard .dashboard_sidebar li{border:1.5px solid #d4d4d4;border-radius:10px;width:100%;padding:10px 14px;font-size:13px;line-height:18px}.user_dashboard .account_details_tab,.user_dashboard .view_order_tab,.user_dashboard .table_section{border-radius:14px;padding:24px}.user_dashboard .account_details_tab h3,.user_dashboard .table_section h3,.user_dashboard .downloads_tab h3{margin-bottom:18px;font-size:20px;line-height:28px}.user_dashboard .account_details_tab .account_form{gap:18px}.user_dashboard .account_details_tab .form_group label{margin-bottom:6px;font-size:13px;line-height:18px}.user_dashboard .account_details_tab .password_box{gap:14px;padding:18px}.user_dashboard .account_details_tab .password_box h4{font-size:16px;line-height:22px}.user_dashboard .account_details_tab .save_btn{min-width:180px;min-height:52px;padding:0 22px;font-size:14px;line-height:20px}.user_dashboard .view_order_tab .back_top_btn{min-height:40px;margin-bottom:20px;padding:0 18px;font-size:14px;line-height:20px}.user_dashboard .view_order_tab .order_meta{margin-bottom:24px;font-size:13px;line-height:20px}.user_dashboard .table_section th,.user_dashboard .table_section td,.user_dashboard .wc_table th,.user_dashboard .wc_table td{padding:12px 10px;font-size:13px;line-height:18px}.user_dashboard .section_title{margin:24px 0 10px;font-size:16px;line-height:22px}.user_dashboard .download_item_main{font-size:14px;line-height:20px}.user_dashboard .download_item_addon{font-size:12px;line-height:18px}.user_dashboard .dashboard_content .btn{border-radius:8px;min-height:42px;padding:0 14px;font-size:12px;line-height:18px}.user_dashboard .view_order_tab .billing_box{margin-top:24px}.user_dashboard .billing_card{border-radius:14px;gap:14px;padding:20px}.user_dashboard .billing_row{gap:4px}.user_dashboard .billing_row:not(:last-child){padding-bottom:14px}.user_dashboard .billing_label{font-size:11px;line-height:16px}.user_dashboard .billing_value{font-size:13px;line-height:19px}}@media (width<=768px){.user_dashboard .user_dashboard_wrapper{gap:16px}.user_dashboard .dashboard_sidebar{border-radius:12px;padding:18px 16px}.user_dashboard .dashboard_sidebar h3{margin-bottom:14px;font-size:15px;line-height:20px}.user_dashboard .dashboard_sidebar ul{gap:8px}.user_dashboard .dashboard_sidebar li{border-radius:8px;padding:9px 12px;font-size:12px;line-height:18px}.user_dashboard .account_details_tab,.user_dashboard .view_order_tab,.user_dashboard .table_section{border-radius:12px;padding:18px}.user_dashboard .account_details_tab h3,.user_dashboard .table_section h3,.user_dashboard .downloads_tab h3{margin-bottom:16px;font-size:18px;line-height:24px}.user_dashboard .account_details_tab .account_form{gap:16px}.user_dashboard .account_details_tab .form_group label{font-size:12px;line-height:16px}.user_dashboard .account_details_tab .password_box{border-radius:12px;padding:16px}.user_dashboard .account_details_tab .password_box h4{font-size:15px;line-height:20px}.user_dashboard .account_details_tab .save_btn{width:100%;min-width:initial;min-height:48px;font-size:14px;line-height:20px}.user_dashboard .view_order_tab{overflow-x:auto}.user_dashboard .view_order_tab .wc_table{min-width:640px}.user_dashboard .view_order_tab .back_top_btn{justify-content:center;min-height:38px;margin-bottom:18px;font-size:13px;line-height:18px}.user_dashboard .view_order_tab .back_top_btn img{width:12px;height:12px}.user_dashboard .view_order_tab .order_meta{margin-bottom:20px;font-size:12px;line-height:24px}.user_dashboard .table_section{overflow-x:auto}.user_dashboard .table_section table,.user_dashboard .wc_table{min-width:640px}.user_dashboard .table_section th,.user_dashboard .table_section td,.user_dashboard .wc_table th,.user_dashboard .wc_table td{padding:10px 8px;font-size:12px;line-height:16px}.user_dashboard .section_title{margin:20px 0 8px;font-size:15px;line-height:20px}.user_dashboard .order_id_cell{gap:4px;padding:6px 8px}.user_dashboard .order_id_cell .copy_icon{opacity:1;transform:translateY(0)}.user_dashboard .order_id_cell .copy_icon img{width:12px;height:12px}.user_dashboard .dashboard_content .btn{min-height:40px;padding:0 12px}.user_dashboard .view_order_tab .billing_box{margin-top:20px}.user_dashboard .billing_card{border-radius:12px;gap:12px;padding:16px}.user_dashboard .billing_row:not(:last-child){padding-bottom:12px}.user_dashboard .billing_label{font-size:10px;line-height:14px}.user_dashboard .billing_value{font-size:12px;line-height:18px}.user_dashboard .dashboard_total_row{border-radius:12px;gap:14px;padding:18px}.user_dashboard .dashboard_tax_summary{gap:8px}.user_dashboard .dashboard_tax_summary_row p:first-child,.user_dashboard .dashboard_tax_summary_row p:nth-child(2){font-size:13px;line-height:18px}.user_dashboard .dashboard_total_text,.user_dashboard .dashboard_total_amount{font-size:22px;line-height:30px}.user_dashboard .dashboard_payment_method,.user_dashboard .dashboard_tax_helper_text{font-size:12px;line-height:16px}}@media (width<=480px){.user_dashboard .user_dashboard_wrapper{gap:14px}.user_dashboard .dashboard_sidebar{padding:14px}.user_dashboard .dashboard_sidebar ul{flex-direction:column;gap:6px;display:flex}.user_dashboard .dashboard_sidebar li{width:100%}.user_dashboard .account_details_tab,.user_dashboard .view_order_tab,.user_dashboard .table_section{padding:14px}.user_dashboard .account_details_tab h3,.user_dashboard .table_section h3,.user_dashboard .downloads_tab h3{font-size:16px;line-height:22px}.user_dashboard .account_details_tab .password_box{padding:14px}.user_dashboard .account_details_tab .save_btn{border-radius:10px;min-height:46px}.user_dashboard .view_order_tab .wc_table{min-width:560px}.user_dashboard .view_order_tab .back_top_btn{border-radius:8px;min-height:36px;padding:0 14px;font-size:12px}.user_dashboard .table_section table,.user_dashboard .wc_table{min-width:560px}.user_dashboard .view_order_tab .billing_box{margin-top:18px}.user_dashboard .billing_card{border-radius:10px;gap:10px;padding:14px}.user_dashboard .billing_row:not(:last-child){padding-bottom:10px}.user_dashboard .billing_label{font-size:10px;line-height:14px}.user_dashboard .billing_value{font-size:12px;line-height:17px}.user_dashboard .dashboard_total_row{border-radius:10px;gap:12px;padding:14px}.user_dashboard .dashboard_total_content{gap:10px}.user_dashboard .dashboard_total_text,.user_dashboard .dashboard_total_amount{font-size:18px;line-height:24px}.user_dashboard .dashboard_tax_summary_row p:first-child,.user_dashboard .dashboard_tax_summary_row p:nth-child(2),.user_dashboard .dashboard_payment_method,.user_dashboard .dashboard_tax_helper_text{font-size:11px;line-height:14px}}.user_dashboard_skeleton .dashboard_wrapper{align-items:stretch}.user_dashboard_skeleton .dashboard_sidebar{background:var(--skeleton-base);border:none;border-radius:16px;min-height:280px}.user_dashboard_skeleton .dashboard_content{background:var(--skeleton-base);border-radius:16px;min-height:920px}@media (width<=1200px){.user_dashboard_skeleton .dashboard_sidebar{min-height:240px}.user_dashboard_skeleton .dashboard_content{min-height:820px}}@media (width<=991px){.user_dashboard_skeleton .dashboard_wrapper{grid-template-columns:1fr}.user_dashboard_skeleton .dashboard_sidebar{border-radius:14px;min-height:125px}.user_dashboard_skeleton .dashboard_content{border-radius:14px;min-height:720px}}@media (width<=768px){.user_dashboard_skeleton .dashboard_sidebar{border-radius:12px}.user_dashboard_skeleton .dashboard_content{min-height:620px}}@media (width<=480px){.user_dashboard_skeleton .dashboard_sidebar{min-height:190px}}.not_found_page{background:radial-gradient(circle at 0 0,#fe7f2d2e,#0000 32%),radial-gradient(circle at 100% 100%,#2a9d8f29,#0000 30%),radial-gradient(circle,#e8a8381a,#0000 45%),linear-gradient(#fff8f3 0%,#f8fafc 45%,#f3f7fa 100%);justify-content:center;align-items:center;min-height:100vh;padding:60px 20px;display:flex;position:relative;overflow:hidden}.not_found_page:before,.not_found_page:after{content:"";opacity:.06;pointer-events:none;background-image:url(/logo.png);background-position:50%;background-repeat:no-repeat;background-size:contain;animation:8s ease-in-out infinite floating_logo;position:absolute}.not_found_page:before{width:260px;height:260px;top:8%;left:6%}.not_found_page:after{width:220px;height:220px;animation-delay:2s;bottom:6%;right:4%}.not_found_card{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);text-align:center;background:#ffffffe0;border:1.5px solid #d4d4d4;border-radius:28px;width:100%;max-width:620px;padding:60px 48px;animation:4s ease-in-out infinite card_float;position:relative;overflow:hidden}.not_found_card:before{content:"";background:#fe7f2d1a;border-radius:50%;width:240px;height:240px;position:absolute;top:-120px;right:-120px}.not_found_card:after{content:"";background:#2a9d8f1a;border-radius:50%;width:200px;height:200px;position:absolute;bottom:-100px;left:-100px}.not_found_code_wrapper{z-index:1;margin-bottom:10px;position:relative}.not_found_code{font-family:var(--font-family-base);letter-spacing:-.06em;background:linear-gradient(#fe7f2d 0%,#e8a838 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-size:140px;font-weight:800;line-height:1;animation:3s ease-in-out infinite code_pulse}.not_found_title{z-index:1;font-family:var(--font-family-base);letter-spacing:-.03em;color:#264653;margin-bottom:14px;font-size:36px;font-weight:700;line-height:44px;position:relative}.not_found_text{z-index:1;max-width:460px;font-family:var(--font-family-base);letter-spacing:-.02em;color:#6b7280;margin:0 auto 32px;font-size:16px;font-weight:500;line-height:28px;position:relative}.not_found_btn{z-index:1;min-width:220px;min-height:58px;font-family:var(--font-family-base);letter-spacing:-.02em;border-radius:14px;justify-content:center;align-items:center;padding:0 28px;font-size:16px;font-weight:600;line-height:22px;transition:all .25s;display:inline-flex;position:relative}.not_found_btn:hover{transform:translateY(-2px)}@keyframes card_float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes code_pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.92;transform:scale(1.04)}}@media (width<=1200px){.not_found_card{border-radius:24px;max-width:560px;padding:52px 40px}.not_found_code{font-size:120px}.not_found_title{font-size:32px;line-height:40px}}@media (width<=991px){.not_found_page{padding:40px 18px}.not_found_card{border-radius:22px;padding:44px 32px}.not_found_code{font-size:100px}.not_found_title{margin-bottom:12px;font-size:28px;line-height:36px}.not_found_text{margin-bottom:28px;font-size:15px;line-height:24px}.not_found_btn{min-height:54px;font-size:15px}}@media (width<=768px){.not_found_page{min-height:calc(100vh - 90px);padding:32px 16px}.not_found_card{border-radius:18px;padding:36px 24px}.not_found_code{font-size:84px}.not_found_title{font-size:24px;line-height:32px}.not_found_text{margin-bottom:24px;font-size:14px;line-height:22px}.not_found_btn{width:100%;min-width:initial;border-radius:12px;min-height:50px;font-size:14px}}@media (width<=480px){.not_found_page{padding:24px 15px}.not_found_card{border-radius:16px;padding:30px 18px}.not_found_code{font-size:72px}.not_found_title{margin-bottom:10px;font-size:20px;line-height:28px}.not_found_text{margin-bottom:20px;font-size:13px;line-height:20px}.not_found_btn{min-height:46px;font-size:13px}}:root{--font-family-base:"Work Sans", sans-serif;--skeleton-base:#e5e7eb;--skeleton-shimmer:#fff6;--admin-sidebar-transition:.3s ease}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-family-base);background-color:#f8fafc;overflow-x:hidden}img{-webkit-user-drag:none;-khtml-user-drag:none;-moz-user-drag:none;-o-user-drag:none;user-drag:none;-webkit-user-select:none;user-select:none;pointer-events:auto}ul,ol{margin:0;padding:0;list-style:none}a{text-decoration:none}
