*{margin:0;padding:0;box-sizing:border-box}
body{font-family:'Figtree',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;font-size:16px;line-height:1.6;color:#00193E;background:linear-gradient(135deg,#E9E9E9 0%,#fff 100%);min-height:100vh;display:flex;flex-direction:column}
.site_header{background:linear-gradient(157deg,#00193E 0%,#001a3f 35%,#00244d 100%);padding:28px 0;box-shadow:0 4px 8px #00193e26;position:relative}
.header_wrapper{max-width:1280px;margin:0 auto;padding:0 24px}
.header_row_top{margin-bottom:18px}
.logo_container{display:inline-block}
.logo_link{display:block;background:#effb021f;padding:14px;border-radius:12px;box-shadow:0 3px 10px #effb0233 inset 0 1px 3px #ffffff1a;transition:all .3s ease}
.logo_link:hover{background:#effb022e;box-shadow:0 5px 15px #effb024d}
.brand_logo{display:block;width:110px;height:110px;object-fit:contain}
.header_row_middle{margin-bottom:22px;text-align:center;padding-left:60px}
.company_title_wrapper{display:inline-block}
.company_name_text{font-size:38px;font-weight:700;color:#EFFB02;text-shadow:2px 2px 6px #0000004d;letter-spacing:.5px}
.header_row_bottom{display:flex;justify-content:flex-end;padding-right:40px}
.main_navigation{background:#e9e9e914;border-radius:10px;padding:10px 20px;backdrop-filter:blur(8px)}
.nav_list{list-style:none;display:flex;gap:32px;align-items:center}
.nav_item{position:relative}
.nav_link{color:#E9E9E9;text-decoration:none;font-weight:500;font-size:17px;padding:8px 14px;display:block;border-radius:8px;transition:color .25s ease,background-color .25s ease}
.nav_link:hover{color:#EFFB02;background-color:#effb021a}
.main_content{flex:1}
.site_footer{background:linear-gradient(162deg,#001529 0%,#00193E 60%,#001a42 100%);color:#E9E9E9;padding:42px 0 20px;margin-top:80px;border-top:3px solid #effb0233}
.footer_wrapper{max-width:1280px;margin:0 auto;padding:0 24px}
.footer_content{display:flex;gap:60px;flex-wrap:wrap;margin-bottom:32px}
.company_info_card{flex:1;min-width:280px;max-width:500px}
.footer_logo_block{margin-bottom:18px;background:#effb0214;display:inline-block;padding:10px;border-radius:10px}
.footer_brand_logo{display:block;width:60px;height:60px}
.description_text{font-size:15px;line-height:1.65;margin-bottom:22px;color:#c4c4c4}
.contact_block{display:flex;flex-direction:column;gap:12px}
.contact_item{display:flex;align-items:center;gap:10px;font-size:14px}
.contact_item i{color:#EFFB02;font-size:18px}
.contact_item a{color:#E9E9E9;text-decoration:none;transition:color .25s ease}
.contact_item a:hover{color:#EFFB02}
.footer_links_section{display:flex;align-items:flex-start}
.footer_nav{display:flex;flex-direction:column;gap:14px}
.footer_link{color:#c4c4c4;text-decoration:none;font-size:15px;transition:color .25s ease}
.footer_link:hover{color:#EFFB02}
.copyright_bar{padding-top:24px;border-top:1px solid #e9e9e926;text-align:center}
.copyright_text{font-size:14px;color:#a0a0a0}
.cookie_panel{position:fixed;right:24px;top:50%;transform:translateY(-50%) translateX(120%);width:420px;max-width:calc(100vw - 48px);background:linear-gradient(145deg,#fff 0%,#f5f5f5 100%);border-radius:16px;box-shadow:0 8px 32px #00193e40;z-index:10000;transition:transform .4s cubic-bezier(0.68,-0.55,0.265,1.55)}
.cookie_panel.show{transform:translateY(-50%) translateX(0)}
.cookie_panel_inner{padding:28px}
.cookie_tabs{display:flex;gap:8px;margin-bottom:20px;border-bottom:2px solid #E9E9E9;padding-bottom:8px}
.tab_button{background:transparent;border:none;color:#00193E;font-size:15px;font-weight:600;padding:8px 16px;cursor:pointer;border-radius:8px;transition:background-color .25s ease,color .25s ease;font-family:'Figtree',sans-serif}
.tab_button:hover{background-color:#00193e0d}
.tab_button.active{background-color:#EFFB02;color:#00193E}
.tab_content{display:none}
.tab_content.active{display:block}
.cookie_title{font-size:20px;font-weight:700;color:#00193E;margin-bottom:12px}
.cookie_description{font-size:14px;line-height:1.6;color:#4a4a4a;margin-bottom:20px}
.cookie_category{margin-bottom:18px;padding:14px;background:#e9e9e94d;border-radius:10px}
.cookie_label{display:flex;align-items:center;gap:10px;cursor:pointer;font-weight:600;margin-bottom:6px}
.cookie_checkbox{width:20px;height:20px;cursor:pointer}
.cookie_checkbox:disabled{cursor:not-allowed;opacity:.6}
.cookie_category_name{font-size:15px;color:#00193E}
.cookie_category_desc{font-size:13px;color:#5a5a5a;line-height:1.5;margin-left:30px}
.cookie_actions{display:flex;gap:12px;margin-top:24px}
.cookie_btn{flex:1;padding:12px 24px;border:none;border-radius:50px;font-size:15px;font-weight:600;cursor:pointer;transition:all .3s ease;font-family:'Figtree',sans-serif}
.cookie_btn.reject{background:#E9E9E9;color:#00193E}
.cookie_btn.reject:hover{background:#d4d4d4}
.cookie_btn.accept{background:linear-gradient(135deg,#EFFB02 0%,#d4e002 100%);color:#00193E;box-shadow:0 4px 12px #effb024d}
.cookie_btn.accept:hover{box-shadow:0 6px 16px #effb0266;transform:translateY(-2px)}
@media (max-width: 968px) {
.header_row_middle{padding-left:0;margin-bottom:18px}
.header_row_bottom{padding-right:0;justify-content:center}
.nav_list{flex-wrap:wrap;justify-content:center;gap:16px}
.company_name_text{font-size:32px}
.footer_content{flex-direction:column;gap:36px}
.company_info_card{max-width:100%}
}
@media (max-width: 640px) {
.brand_logo{width:85px;height:85px}
.company_name_text{font-size:26px}
.nav_list{flex-direction:column;gap:8px}
.nav_link{font-size:16px;padding:10px 18px}
.cookie_panel{right:12px;left:12px;width:auto;max-width:none}
.cookie_actions{flex-direction:column}
.site_header{padding:20px 0}
}
.job_wrapper{max-width:1280px;margin:0 auto;padding:0 20px}
.career_intro{padding:80px 0 60px;background:linear-gradient(127deg,#E9E9E9 0%,#EFFB02 100%);margin-bottom:0}
.career_intro .intro_content{max-width:820px;margin:0 auto}
.career_intro .intro_title{font-size:48px;font-weight:700;color:#00193E;margin-bottom:24px;line-height:1.2}
.career_intro .intro_description{font-size:20px;line-height:1.6;color:#00193E;margin-bottom:0}
.team_culture{padding:90px 0;background:#fff}
.team_culture .culture_grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}
.team_culture .culture_visual{position:relative}
.team_culture .culture_visual img{width:100%;height:520px;object-fit:cover;border-radius:12px;box-shadow:4px 4px 0 #00193e26}
.team_culture .culture_text .section_label{display:inline-block;padding:8px 16px;background:#EFFB02;color:#00193E;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;border-radius:8px;margin-bottom:20px}
.team_culture .culture_text h2{font-size:38px;font-weight:700;color:#00193E;margin-bottom:28px;line-height:1.3}
.team_culture .culture_text p{font-size:18px;line-height:1.7;color:#00193E;margin-bottom:20px}
.team_culture .culture_highlights{display:flex;flex-direction:column;gap:16px;margin-top:32px}
.team_culture .highlight_item{display:flex;align-items:start;gap:14px}
.team_culture .highlight_item .icon_box{width:44px;height:44px;background:linear-gradient(135deg,#00193E 0%,#003876 100%);border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:3px 3px 0 #effb024d}
.team_culture .highlight_item .icon_box i{color:#EFFB02;font-size:22px}
.team_culture .highlight_item .highlight_text{flex:1}
.team_culture .highlight_item h4{font-size:18px;font-weight:600;color:#00193E;margin-bottom:6px}
.team_culture .highlight_item p{font-size:16px;line-height:1.6;color:#00193E;margin:0}
.positions_section{padding:0 0 90px;background:linear-gradient(214deg,#E9E9E9 0%,#fff 100%)}
.positions_section .positions_header{text-align:center;margin-bottom:60px}
.positions_section .positions_header h2{font-size:42px;font-weight:700;color:#00193E;margin-bottom:18px;line-height:1.2}
.positions_section .positions_header p{font-size:19px;line-height:1.6;color:#00193E;max-width:720px;margin:0 auto}
.positions_section .positions_container{display:grid;grid-template-columns:repeat(auto-fit,minmax(380px,1fr));gap:28px}
.positions_section .position_card{background:#fff;padding:36px;border-radius:12px;border:2px solid #E9E9E9;transition:all .3s ease;box-shadow:2px 2px 0 #00193e0d}
.positions_section .position_card:hover{border-color:#EFFB02;transform:translateY(-4px);box-shadow:4px 6px 0 #effb0266}
.positions_section .position_card .card_top{display:flex;justify-content:space-between;align-items:start;margin-bottom:24px}
.positions_section .position_card .position_type{display:inline-block;padding:6px 12px;background:#00193E;color:#EFFB02;font-size:13px;font-weight:600;border-radius:8px;text-transform:uppercase;letter-spacing:.4px}
.positions_section .position_card h3{font-size:26px;font-weight:700;color:#00193E;margin-bottom:16px;line-height:1.3}
.positions_section .position_card .position_meta{display:flex;gap:20px;margin-bottom:20px}
.positions_section .position_card .meta_item{display:flex;align-items:center;gap:8px;font-size:15px;color:#00193E}
.positions_section .position_card .meta_item i{color:#EFFB02;background:#00193E;width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:6px;font-size:14px}
.positions_section .position_card .position_description{font-size:16px;line-height:1.7;color:#00193E;margin-bottom:24px}
.positions_section .position_card .requirements_list{margin-bottom:28px}
.positions_section .position_card .requirements_list h5{font-size:16px;font-weight:600;color:#00193E;margin-bottom:12px}
.positions_section .position_card .requirements_list ul{list-style:none;padding:0;margin:0}
.positions_section .position_card .requirements_list li{padding-left:28px;position:relative;font-size:15px;line-height:1.6;color:#00193E;margin-bottom:8px}
.positions_section .position_card .requirements_list li::before{content:'';position:absolute;left:0;top:8px;width:16px;height:16px;background:#EFFB02;border-radius:4px;box-shadow:2px 2px 0 #00193e26}
.positions_section .position_card .apply_link{display:inline-flex;align-items:center;gap:10px;padding:14px 32px;background:linear-gradient(135deg,#00193E 0%,#003876 100%);color:#EFFB02;font-size:16px;font-weight:600;text-decoration:none;border-radius:10px;transition:all .3s ease;box-shadow:3px 3px 0 #effb024d}
.positions_section .position_card .apply_link:hover{transform:translateX(4px);box-shadow:5px 5px 0 #effb0280}
.positions_section .position_card .apply_link i{font-size:18px}
.application_process{padding:90px 0;background:#fff}
.application_process .process_header{max-width:680px;margin:0 auto 70px}
.application_process .process_header h2{font-size:40px;font-weight:700;color:#00193E;margin-bottom:20px;line-height:1.2;text-align:center}
.application_process .process_header p{font-size:18px;line-height:1.6;color:#00193E;text-align:center}
.application_process .process_timeline{position:relative;max-width:900px;margin:0 auto}
.application_process .timeline_connector{position:absolute;left:50%;top:0;bottom:0;width:3px;background:linear-gradient(180deg,#EFFB02 0%,#00193E 100%);transform:translateX(-50%);z-index:1}
.application_process .process_step{position:relative;display:grid;grid-template-columns:1fr 1fr;gap:60px;margin-bottom:80px;z-index:2}
.application_process .process_step:nth-child(even) .step_content{grid-column:2;text-align:left}
.application_process .process_step:nth-child(even) .step_number_wrap{grid-column:1;grid-row:1;justify-content:start}
.application_process .process_step:nth-child(odd) .step_content{grid-column:1;text-align:right}
.application_process .process_step:nth-child(odd) .step_number_wrap{grid-column:2;justify-content:end}
.application_process .step_number_wrap{display:flex;align-items:center;height:100%}
.application_process .step_number{width:80px;height:80px;background:linear-gradient(135deg,#00193E 0%,#003876 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:32px;font-weight:700;color:#EFFB02;box-shadow:4px 4px 0 #effb0266;position:relative;z-index:3}
.application_process .step_content h4{font-size:24px;font-weight:700;color:#00193E;margin-bottom:14px;line-height:1.3}
.application_process .step_content p{font-size:17px;line-height:1.7;color:#00193E;margin:0}
.application_process .step_content .step_duration{display:inline-block;margin-top:12px;padding:6px 14px;background:#E9E9E9;color:#00193E;font-size:14px;font-weight:600;border-radius:8px}
.application_process .cta_wrapper{text-align:center;margin-top:70px}
.application_process .cta_button{display:inline-flex;align-items:center;gap:12px;padding:18px 42px;background:#EFFB02;color:#00193E;font-size:18px;font-weight:700;text-decoration:none;border-radius:12px;transition:all .3s ease;box-shadow:4px 4px 0 #00193e33}
.application_process .cta_button:hover{transform:translate(2px,2px);box-shadow:2px 2px 0 #00193e33}
.application_process .cta_button i{font-size:20px}
@media (max-width: 1024px) {
.team_culture .culture_grid{gap:40px}
.positions_section .positions_container{grid-template-columns:1fr}
.application_process .timeline_connector{left:40px}
.application_process .process_step{grid-template-columns:80px 1fr;gap:30px}
.application_process .process_step:nth-child(even) .step_content,.application_process .process_step:nth-child(odd) .step_content{grid-column:2;text-align:left}
.application_process .process_step:nth-child(even) .step_number_wrap,.application_process .process_step:nth-child(odd) .step_number_wrap{grid-column:1;grid-row:1;justify-content:start}
}
@media (max-width: 768px) {
.career_intro{padding:60px 0 40px}
.career_intro .intro_title{font-size:36px}
.career_intro .intro_description{font-size:18px}
.team_culture{padding:60px 0}
.team_culture .culture_grid{grid-template-columns:1fr;gap:40px}
.team_culture .culture_visual img{height:380px}
.team_culture .culture_text h2{font-size:32px}
.positions_section{padding:0 0 60px}
.positions_section .positions_header{margin-bottom:40px}
.positions_section .positions_header h2{font-size:34px}
.positions_section .positions_container{grid-template-columns:1fr}
.positions_section .position_card{padding:28px}
.positions_section .position_card h3{font-size:22px}
.application_process{padding:60px 0}
.application_process .process_header h2{font-size:32px}
.application_process .step_number{width:60px;height:60px;font-size:24px}
.application_process .process_step{grid-template-columns:60px 1fr;gap:20px;margin-bottom:50px}
.application_process .step_content h4{font-size:20px}
.application_process .cta_button{padding:16px 36px;font-size:16px}
}
@media (max-width: 480px) {
.career_intro .intro_title{font-size:28px}
.team_culture .culture_text h2{font-size:26px}
.positions_section .positions_header h2{font-size:28px}
.positions_section .position_card .card_top{flex-direction:column;gap:12px}
.positions_section .position_card .position_meta{flex-direction:column;gap:10px}
.application_process .process_header h2{font-size:26px}
}
.title_hero_wrapper{position:relative;min-height:520px;display:flex;align-items:center;margin-bottom:80px;overflow:hidden}
.title_hero_background{position:absolute;top:0;right:0;width:55%;height:100%;z-index:1}
.title_hero_background img{width:100%;height:100%;object-fit:cover;filter:blur(2px);opacity:.92}
.title_hero_background::before{content:'';position:absolute;top:20px;left:-30px;width:2px;height:80px;background:linear-gradient(135deg,#EFFB02 0%,#00193E 100%);z-index:2}
.title_hero_background::after{content:'';position:absolute;bottom:20px;right:30px;width:80px;height:2px;background:linear-gradient(45deg,#00193E 0%,#EFFB02 100%);z-index:2}
.hero_content_container{max-width:1280px;width:100%;margin:0 auto;padding:0 20px;position:relative;z-index:3}
.hero_text_block{max-width:580px;background:#fffffff7;padding:50px 45px;border-radius:12px;box-shadow:0 4px 8px #00193e26}
.hero_text_block h1{font-size:42px;line-height:1.2;color:#00193E;margin:0 0 18px;font-weight:700}
.hero_tagline_text{font-size:18px;line-height:1.6;color:#333;margin:0 0 32px}
.hero_buttons_row{display:flex;gap:16px;flex-wrap:wrap}
.btn_primary_hero{background:linear-gradient(125deg,#EFFB02 0%,#d4e002 100%);color:#00193E;padding:14px 32px;border-radius:10px;text-decoration:none;font-weight:600;font-size:16px;display:inline-flex;align-items:center;gap:8px;box-shadow:0 3px 6px #0000001f;transition:transform 0.3s,box-shadow .3s}
.btn_primary_hero:hover{transform:translateY(-2px);box-shadow:0 6px 12px #0000002e}
.btn_secondary_hero{background:#00193E;color:#EFFB02;padding:14px 32px;border-radius:10px;text-decoration:none;font-weight:600;font-size:16px;display:inline-flex;align-items:center;gap:8px;box-shadow:0 3px 6px #0000001f;transition:transform 0.3s,box-shadow .3s}
.btn_secondary_hero:hover{transform:translateY(-2px);box-shadow:0 6px 12px #0000002e}
.connections_section_wrapper{padding:70px 0;background:linear-gradient(160deg,#E9E9E9 0%,#f5f5f5 100%)}
.connections_inner_container{max-width:1280px;margin:0 auto;padding:0 20px}
.connections_section_wrapper h2{font-size:36px;color:#00193E;margin:0 0 16px;font-weight:700;position:relative;display:inline-block}
.connections_section_wrapper h2::after{content:'';position:absolute;bottom:-8px;left:0;width:60%;height:4px;background:linear-gradient(90deg,#EFFB02 0%,transparent 100%);border-radius:2px}
.connections_intro_text{font-size:17px;line-height:1.7;color:#333;margin:0 0 50px;max-width:780px}
.connections_grid_layout{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px}
.connection_card_item{background:#fff;padding:35px 28px;border-radius:14px;box-shadow:0 3px 6px #00193e1a;transition:transform 0.3s,box-shadow .3s;position:relative}
.connection_card_item::before{content:'';position:absolute;top:0;left:0;width:5px;height:100%;background:linear-gradient(180deg,#EFFB02 0%,#00193E 100%);border-radius:14px 0 0 14px;opacity:0;transition:opacity .3s}
.connection_card_item:hover{transform:translateY(-4px);box-shadow:0 6px 16px #00193e26}
.connection_card_item:hover::before{opacity:1}
.connection_icon_box{width:56px;height:56px;background:linear-gradient(135deg,#EFFB02 0%,#e8f100 100%);border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:20px}
.connection_icon_box i{font-size:28px;color:#00193E}
.connection_card_item h3{font-size:22px;color:#00193E;margin:0 0 14px;font-weight:600}
.connection_card_item p{font-size:15px;line-height:1.6;color:#555;margin:0}
.partnerships_visual_section{padding:80px 0;background:#fff;position:relative;overflow:hidden}
.partnerships_visual_section::before{content:'';position:absolute;top:-50px;right:-50px;width:300px;height:300px;background:radial-gradient(circle,#effb0226 0%,transparent 70%);border-radius:50%;z-index:1}
.partnerships_inner_box{max-width:1280px;margin:0 auto;padding:0 20px;position:relative;z-index:2}
.partnerships_flex_container{display:flex;gap:50px;align-items:center}
.partnerships_content_area{flex:1}
.partnerships_content_area h2{font-size:38px;color:#00193E;margin:0 0 20px;font-weight:700;line-height:1.2}
.partnerships_description{font-size:16px;line-height:1.7;color:#444;margin:0 0 24px}
.partnerships_list_items{list-style:none;padding:0;margin:0 0 32px}
.partnerships_list_items li{font-size:15px;line-height:1.6;color:#555;padding:12px 0 12px 32px;position:relative}
.partnerships_list_items li::before{content:'';position:absolute;left:0;top:16px;width:18px;height:18px;background:linear-gradient(135deg,#EFFB02 0%,#d4e002 100%);border-radius:50%}
.partnerships_list_items li::after{content:'';position:absolute;left:4px;top:14px;font-size:12px;color:#00193E;font-weight:700}
.partnerships_action_button{background:#00193E;color:#EFFB02;padding:14px 36px;border-radius:10px;text-decoration:none;font-weight:600;font-size:16px;display:inline-flex;align-items:center;gap:10px;box-shadow:0 3px 6px #0000001f;transition:transform 0.3s,box-shadow .3s}
.partnerships_action_button:hover{transform:translateY(-2px);box-shadow:0 6px 12px #0000002e}
.partnerships_image_area{flex:0 0 480px;position:relative}
.partnerships_image_area img{width:100%;height:auto;border-radius:14px;box-shadow:0 6px 20px #00193e26}
.schedule_rhythm_segment{padding:70px 0;background:linear-gradient(210deg,#00193E 0%,#002855 100%);position:relative}
.schedule_inner_wrapper{max-width:1280px;margin:0 auto;padding:0 20px}
.schedule_rhythm_segment h2{font-size:36px;color:#EFFB02;margin:0 0 18px;font-weight:700;text-align:center}
.schedule_subtitle_text{font-size:17px;line-height:1.6;color:#E9E9E9;margin:0 0 50px;text-align:center;max-width:720px;margin-left:auto;margin-right:auto}
.schedule_display_grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:26px}
.schedule_stat_card{background:#ffffff14;padding:32px 24px;border-radius:12px;border:2px solid #effb0233;text-align:center;transition:all .3s;position:relative;overflow:hidden}
.schedule_stat_card::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent 0%,#effb021a 50%,transparent 100%);transition:left .5s}
.schedule_stat_card:hover{border-color:#EFFB02;transform:translateY(-3px)}
.schedule_stat_card:hover::before{left:100%}
.schedule_stat_number{font-size:46px;font-weight:700;color:#EFFB02;margin:0 0 10px;line-height:1}
.schedule_stat_label{font-size:15px;color:#E9E9E9;margin:0;line-height:1.4}
@media (max-width: 968px) {
.title_hero_background{width:100%;opacity:.3}
.hero_text_block{max-width:100%}
.partnerships_flex_container{flex-direction:column}
.partnerships_image_area{flex:1 1 auto;width:100%}
}
@media (max-width: 640px) {
.hero_text_block h1{font-size:32px}
.hero_buttons_row{flex-direction:column}
.btn_primary_hero,.btn_secondary_hero{width:100%;justify-content:center}
.connections_section_wrapper h2,.partnerships_content_area h2,.schedule_rhythm_segment h2{font-size:28px}
.schedule_stat_number{font-size:36px}
}
.contact_page_wrapper{max-width:1280px;margin:0 auto;padding:0 20px}
.contact_hero_area{background:linear-gradient(127deg,#00193E 0%,#003872 100%);padding:80px 20px;margin-bottom:60px;border-radius:12px;position:relative;overflow:hidden}
.contact_hero_area::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#effb021a 0%,transparent 70%);border-radius:50%}
.hero_content_text{max-width:700px;margin:0 auto;text-align:center;position:relative;z-index:2}
.hero_content_text h1{color:#EFFB02;font-size:48px;margin:0 0 20px;line-height:1.2}
.hero_content_text p{color:#E9E9E9;font-size:18px;line-height:1.6;margin:0}
.contact_main_grid{display:grid;grid-template-columns:1fr 1.3fr;gap:60px;margin-bottom:80px}
.info_block_section{background:#E9E9E9;padding:50px 40px;border-radius:12px;box-shadow:0 4px 6px #00193e14}
.info_block_section h2{color:#00193E;font-size:32px;margin:0 0 30px;line-height:1.3}
.contact_detail_item{margin-bottom:32px;padding-bottom:32px;border-bottom:2px solid #00193e1a}
.contact_detail_item:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}
.detail_label{display:flex;align-items:center;gap:12px;margin-bottom:8px}
.detail_label i{color:#EFFB02;background:#00193E;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:8px;font-size:18px}
.detail_label span{color:#00193E;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}
.detail_value{color:#00193E;font-size:18px;line-height:1.6;margin-left:48px}
.detail_value a{color:#00193E;text-decoration:none;transition:color .3s ease}
.detail_value a:hover{color:#003872}
.form_wrapper_section{background:linear-gradient(145deg,#00193E 0%,#002a5c 100%);padding:50px 45px;border-radius:12px;box-shadow:0 6px 12px #00193e26}
.form_wrapper_section h2{color:#EFFB02;font-size:32px;margin:0 0 12px;line-height:1.3}
.form_subtitle_text{color:#E9E9E9;font-size:16px;margin:0 0 35px;line-height:1.5}
.contact_form_element{display:flex;flex-direction:column}
.input_group_wrapper{margin-bottom:24px}
.form_label_text{color:#EFFB02;font-size:14px;font-weight:600;margin-bottom:8px;display:block}
.form_input_field{width:100%;padding:16px 18px;border:2px solid #effb0233;border-radius:8px;background:#e9e9e90d;color:#E9E9E9;font-size:16px;transition:all .3s ease;box-sizing:border-box}
.form_input_field:focus{outline:none;border-color:#EFFB02;background:#e9e9e914}
.form_input_field::placeholder{color:#e9e9e966}
.form_textarea_field{width:100%;padding:16px 18px;border:2px solid #effb0233;border-radius:8px;background:#e9e9e90d;color:#E9E9E9;font-size:16px;min-height:140px;resize:vertical;transition:all .3s ease;box-sizing:border-box;font-family:inherit}
.form_textarea_field:focus{outline:none;border-color:#EFFB02;background:#e9e9e914}
.form_textarea_field::placeholder{color:#e9e9e966}
.privacy_checkbox_wrapper{margin-bottom:28px;display:flex;gap:12px;align-items:flex-start}
.privacy_checkbox_wrapper input[type="checkbox"]{margin-top:4px;width:18px;height:18px;cursor:pointer;flex-shrink:0}
.privacy_text_label{color:#E9E9E9;font-size:14px;line-height:1.6}
.privacy_text_label a{color:#EFFB02;text-decoration:underline;transition:color .3s ease}
.privacy_text_label a:hover{color:#f5ff4d}
.submit_btn_wrapper{text-align:right}
.form_submit_btn{background:#EFFB02;color:#00193E;padding:16px 48px;border:none;border-radius:8px;font-size:16px;font-weight:700;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 8px #effb0233}
.form_submit_btn:hover{background:#f5ff4d;box-shadow:0 6px 12px #effb024d;transform:translateY(-2px)}
.form_submit_btn:active{transform:translateY(0)}
.hours_section_block{background:linear-gradient(118deg,#E9E9E9 0%,#d8d8d8 100%);padding:60px 20px;border-radius:12px;margin-bottom:60px}
.hours_inner_container{max-width:900px;margin:0 auto;text-align:center}
.hours_inner_container h2{color:#00193E;font-size:36px;margin:0 0 16px;position:relative;display:inline-block}
.hours_inner_container h2::after{content:'';position:absolute;bottom:-8px;left:50%;transform:translateX(-50%);width:60px;height:4px;background:#EFFB02;border-radius:2px}
.hours_description{color:#00193E;font-size:18px;line-height:1.7;margin:24px 0 0;max-width:700px;margin-left:auto;margin-right:auto}
@media (max-width: 968px) {
.contact_main_grid{grid-template-columns:1fr;gap:40px}
.contact_hero_area{padding:60px 20px}
.hero_content_text h1{font-size:36px}
.info_block_section,.form_wrapper_section{padding:40px 30px}
}
@media (max-width: 640px) {
.hero_content_text h1{font-size:28px}
.hero_content_text p{font-size:16px}
.info_block_section h2,.form_wrapper_section h2,.hours_inner_container h2{font-size:26px}
.info_block_section,.form_wrapper_section{padding:30px 20px}
.detail_value{margin-left:0;font-size:16px}
.submit_btn_wrapper{text-align:center}
.form_submit_btn{width:100%}
}
.about_hero_wrapper{background:linear-gradient(137deg,#00193E 0%,#1a2d52 50%,#00193E 100%);padding:80px 20px;position:relative;overflow:hidden}
.about_hero_wrapper::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#effb0226 0%,transparent 70%);border-radius:50%}
.hero_content_main{max-width:1280px;margin:0 auto;position:relative;z-index:2}
.hero_content_main h1{color:#EFFB02;font-size:48px;margin:0 0 24px;line-height:1.2}
.hero_content_main .intro_text{color:#E9E9E9;font-size:20px;line-height:1.6;max-width:720px}
.story_section_wrap{padding:90px 20px;background:#E9E9E9}
.story_inner_container{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.story_text_block h2{color:#00193E;font-size:36px;margin:0 0 20px;position:relative;padding-left:20px}
.story_text_block h2::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:6px;height:80%;background:linear-gradient(180deg,#EFFB02 0%,#00193E 100%);border-radius:3px}
.story_text_block p{color:#00193E;font-size:16px;line-height:1.7;margin:0 0 16px}
.story_image_holder{position:relative}
.story_image_holder img{width:100%;height:480px;object-fit:cover;border-radius:12px;box-shadow:4px 4px 12px #00193e33}
.values_grid_section{padding:100px 20px;background:linear-gradient(225deg,#00193E 0%,#0d1f3d 100%);position:relative}
.values_grid_section::after{content:'';position:absolute;bottom:0;left:0;right:0;height:4px;background:linear-gradient(90deg,transparent 0%,#EFFB02 50%,transparent 100%)}
.values_container_wrap{max-width:1280px;margin:0 auto}
.values_container_wrap h2{color:#EFFB02;font-size:40px;text-align:center;margin:0 0 60px}
.values_grid_layout{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.value_card_item{background:#e9e9e914;padding:40px 30px;border-radius:10px;border:2px solid transparent;transition:all .3s ease;position:relative;overflow:hidden}
.value_card_item::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#EFFB02 0%,transparent 100%);transform:scaleX(0);transform-origin:left;transition:transform .4s ease}
.value_card_item:hover{border-color:#EFFB02;background:#e9e9e91f;transform:translateY(-4px);box-shadow:0 6px 20px #effb0226}
.value_card_item:hover::before{transform:scaleX(1)}
.value_icon_holder{width:60px;height:60px;background:linear-gradient(135deg,#EFFB02 0%,#c5cf02 100%);border-radius:12px;display:flex;align-items:center;justify-content:center;margin:0 0 24px}
.value_icon_holder i{font-size:32px;color:#00193E}
.value_card_item h3{color:#EFFB02;font-size:22px;margin:0 0 14px}
.value_card_item p{color:#E9E9E9;font-size:15px;line-height:1.6;margin:0}
.approach_showcase_wrapper{padding:90px 20px;background:#fff}
.approach_content_holder{max-width:1280px;margin:0 auto;display:flex;gap:70px;align-items:flex-start}
.approach_visual_side{flex:1;display:grid;grid-template-columns:1fr 1fr;gap:20px}
.approach_img_box{position:relative}
.approach_img_box img{width:100%;height:240px;object-fit:cover;border-radius:8px;box-shadow:2px 2px 8px #00193e26}
.approach_img_box:first-child{grid-column:1 / -1}
.approach_img_box:first-child img{height:320px}
.approach_text_side{flex:1}
.approach_text_side h2{color:#00193E;font-size:38px;margin:0 0 28px}
.approach_method_list{list-style:none;padding:0;margin:0}
.approach_method_list li{padding:20px 0;border-bottom:1px solid #00193e1a;display:flex;align-items:flex-start;gap:16px}
.approach_method_list li:last-child{border-bottom:none}
.method_icon_wrap{width:40px;height:40px;background:#EFFB02;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.method_icon_wrap i{font-size:20px;color:#00193E}
.method_text_content h4{color:#00193E;font-size:18px;margin:0 0 8px}
.method_text_content p{color:#00193E;font-size:15px;line-height:1.6;margin:0;opacity:.85}
.cta_footer_section{background:linear-gradient(155deg,#EFFB02 0%,#d4df02 100%);padding:70px 20px;text-align:center}
.cta_footer_content{max-width:800px;margin:0 auto}
.cta_footer_content h2{color:#00193E;font-size:36px;margin:0 0 20px}
.cta_footer_content p{color:#00193E;font-size:18px;line-height:1.6;margin:0 0 32px}
.cta_button_wrapper{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}
.btn_primary_cta{background:#00193E;color:#EFFB02;padding:16px 40px;border-radius:10px;text-decoration:none;font-size:16px;font-weight:600;display:inline-flex;align-items:center;gap:10px;transition:all .3s ease;box-shadow:3px 3px 10px #00193e4d}
.btn_primary_cta:hover{transform:translateY(-2px);box-shadow:4px 4px 16px #00193e66;background:#001a42}
.btn_secondary_cta{background:transparent;color:#00193E;padding:16px 40px;border-radius:10px;text-decoration:none;font-size:16px;font-weight:600;display:inline-flex;align-items:center;gap:10px;border:2px solid #00193E;transition:all .3s ease}
.btn_secondary_cta:hover{background:#00193E;color:#EFFB02;transform:translateY(-2px)}
@media (max-width: 1024px) {
.story_inner_container{grid-template-columns:1fr;gap:40px}
.values_grid_layout{grid-template-columns:repeat(2,1fr)}
.approach_content_holder{flex-direction:column;gap:50px}
.hero_content_main h1{font-size:40px}
}
@media (max-width: 768px) {
.about_hero_wrapper{padding:60px 20px}
.hero_content_main h1{font-size:32px}
.hero_content_main .intro_text{font-size:18px}
.story_section_wrap{padding:60px 20px}
.story_text_block h2{font-size:28px}
.values_grid_layout{grid-template-columns:1fr;gap:30px}
.values_container_wrap h2{font-size:32px}
.approach_text_side h2{font-size:30px}
.approach_visual_side{grid-template-columns:1fr}
.approach_img_box:first-child{grid-column:1}
.cta_footer_content h2{font-size:28px}
.cta_button_wrapper{flex-direction:column;align-items:stretch}
.btn_primary_cta,.btn_secondary_cta{justify-content:center}
}
.learning_header{background:linear-gradient(143deg,#00193E 0%,#036 100%);padding:80px 20px;position:relative;overflow:hidden}
.learning_header::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#effb0226 0%,transparent 70%);border-radius:50%}
.header_content_wrapper{max-width:1280px;margin:0 auto;position:relative;z-index:2}
.learning_header h1{color:#EFFB02;font-size:48px;font-weight:700;margin:0 0 24px;line-height:1.2}
.learning_header .intro_text{color:#E9E9E9;font-size:20px;line-height:1.6;max-width:720px}
.programs_grid_section{padding:90px 20px;background:#E9E9E9}
.grid_container_main{max-width:1280px;margin:0 auto}
.programs_grid_section h2{font-size:38px;color:#00193E;margin:0 0 16px;font-weight:700;position:relative;display:inline-block}
.programs_grid_section h2::after{content:'';position:absolute;bottom:-8px;left:0;width:100%;height:4px;background:linear-gradient(90deg,#EFFB02 0%,transparent 100%)}
.grid_intro_paragraph{font-size:18px;color:#00193E;line-height:1.7;margin:32px 0 60px;max-width:800px}
.programs_masonry{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:32px;margin-top:48px}
.program_card{background:#fff;border-radius:12px;box-shadow:0 4px 6px #00193e1a;overflow:hidden;transition:all .3s ease;border:2px solid transparent}
.program_card:hover{transform:translateY(-6px);box-shadow:0 12px 24px #00193e26;border-color:#EFFB02}
.card_image_wrapper{width:100%;height:220px;overflow:hidden;position:relative}
.card_image_wrapper img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}
.program_card:hover .card_image_wrapper img{transform:scale(1.08)}
.card_label{position:absolute;top:16px;left:16px;background:#EFFB02;color:#00193E;padding:6px 14px;border-radius:8px;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.5px}
.card_content_body{padding:28px}
.card_content_body h3{font-size:24px;color:#00193E;margin:0 0 14px;font-weight:700;line-height:1.3}
.card_content_body p{font-size:16px;color:#00193E;line-height:1.6;margin:0 0 20px}
.card_meta_info{display:flex;gap:24px;margin-top:20px;padding-top:20px;border-top:1px solid #E9E9E9}
.meta_item{display:flex;align-items:center;gap:8px;font-size:14px;color:#00193E}
.meta_item i{color:#EFFB02;font-size:18px}
.technical_deep_dive{padding:100px 20px;background:#fff;position:relative}
.technical_deep_dive::before{content:'';position:absolute;top:0;left:0;width:100%;height:8px;background:linear-gradient(90deg,#EFFB02 0%,#00193E 100%)}
.technical_wrapper{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}
.technical_content h2{font-size:42px;color:#00193E;margin:0 0 28px;font-weight:700;line-height:1.2}
.technical_content h2 span{color:#EFFB02;position:relative}
.technical_content h2 span::before{content:'';position:absolute;bottom:-4px;left:0;width:100%;height:3px;background:#00193E}
.technical_list{list-style:none;padding:0;margin:40px 0 0}
.technical_list li{display:flex;gap:16px;margin-bottom:28px;font-size:17px;color:#00193E;line-height:1.6}
.technical_list li::before{content:'';width:24px;height:24px;background:#EFFB02;border-radius:6px;flex-shrink:0;margin-top:2px;box-shadow:0 2px 4px #effb0266}
.technical_visual_side{position:relative}
.visual_box{background:linear-gradient(135deg,#00193E 0%,#036 100%);padding:48px;border-radius:16px;box-shadow:0 8px 32px #00193e33;position:relative;overflow:hidden}
.visual_box::before{content:'';position:absolute;top:-50px;right:-50px;width:200px;height:200px;background:radial-gradient(circle,#effb0233 0%,transparent 70%);border-radius:50%}
.skill_progress_wrapper{position:relative;z-index:2}
.skill_item{margin-bottom:32px}
.skill_label{display:flex;justify-content:space-between;margin-bottom:12px;color:#E9E9E9;font-size:16px;font-weight:600}
.skill_bar_bg{height:12px;background:#e9e9e933;border-radius:8px;overflow:hidden;position:relative}
.skill_bar_fill{height:100%;background:linear-gradient(90deg,#EFFB02 0%,#e8f502 100%);border-radius:8px;box-shadow:0 2px 8px #effb0266;position:relative}
.skill_bar_fill::after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,transparent 0%,#ffffff4d 50%,transparent 100%);animation:shimmer 2s infinite}
@keyframes shimmer {
0%{transform:translateX(-100%)}
100%{transform:translateX(100%)}
}
.cta_footer_section{background:linear-gradient(167deg,#EFFB02 0%,#d9e802 100%);padding:80px 20px;position:relative;overflow:hidden}
.cta_footer_section::before{content:'';position:absolute;bottom:-30%;left:-10%;width:500px;height:500px;background:radial-gradient(circle,#00193e1a 0%,transparent 70%);border-radius:50%}
.cta_content_centered{max-width:800px;margin:0 auto;text-align:center;position:relative;z-index:2}
.cta_footer_section h2{font-size:40px;color:#00193E;margin:0 0 24px;font-weight:700;line-height:1.3}
.cta_footer_section p{font-size:19px;color:#00193E;line-height:1.6;margin:0 0 40px}
.cta_button_wrapper{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}
.btn_primary_cta{background:#00193E;color:#EFFB02;padding:18px 40px;border-radius:10px;font-size:18px;font-weight:700;text-decoration:none;display:inline-flex;align-items:center;gap:12px;box-shadow:0 6px 20px #00193e4d;transition:all .3s ease;border:2px solid #00193E;position:relative;z-index:10}
.btn_primary_cta:hover{background:#002855;transform:translateY(-3px);box-shadow:0 10px 30px #00193e66}
.btn_secondary_cta{background:transparent;color:#00193E;padding:18px 40px;border-radius:10px;font-size:18px;font-weight:700;text-decoration:none;display:inline-flex;align-items:center;gap:12px;border:2px solid #00193E;transition:all .3s ease;position:relative;z-index:10}
.btn_secondary_cta:hover{background:#00193E;color:#EFFB02;transform:translateY(-3px)}
@media (max-width: 1024px) {
.technical_wrapper{grid-template-columns:1fr;gap:60px}
.learning_header h1{font-size:38px}
.programs_grid_section h2{font-size:32px}
.technical_content h2{font-size:36px}
}
@media (max-width: 768px) {
.learning_header{padding:60px 20px}
.learning_header h1{font-size:32px}
.programs_masonry{grid-template-columns:1fr}
.programs_grid_section{padding:60px 20px}
.technical_deep_dive{padding:70px 20px}
.visual_box{padding:32px 24px}
.cta_footer_section h2{font-size:32px}
.cta_button_wrapper{flex-direction:column;align-items:stretch}
.btn_primary_cta,.btn_secondary_cta{justify-content:center}
}
.policy_wrapper{max-width:1280px;margin:0 auto;padding:60px 20px}
.policy_intro_section{background:linear-gradient(128deg,#00193E 0%,#003166 100%);padding:80px 40px;border-radius:12px;margin-bottom:60px;position:relative;overflow:hidden}
.policy_intro_section::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#effb0214 0%,transparent 70%);border-radius:50%}
.policy_intro_section::after{content:'';position:absolute;bottom:-30%;left:-10%;width:400px;height:400px;background:radial-gradient(circle,#effb020d 0%,transparent 70%);border-radius:50%}
.intro_content_holder{position:relative;z-index:2;max-width:900px}
.intro_content_holder h1{color:#EFFB02;font-size:48px;font-weight:700;margin:0 0 20px;line-height:1.2}
.intro_content_holder .update_timestamp{color:#E9E9E9;font-size:16px;margin-bottom:30px;opacity:.9}
.intro_content_holder .policy_summary{color:#E9E9E9;font-size:18px;line-height:1.7;margin:0}
.detailed_policy_section{background:#E9E9E9;padding:0;border-radius:12px;overflow:hidden;box-shadow:0 4px 6px #00193e14}
.policy_blocks_container{display:grid;grid-template-columns:280px 1fr;min-height:600px}
.policy_navigation_sidebar{background:#00193E;padding:40px 20px;border-right:3px solid #EFFB02}
.sidebar_nav_list{list-style:none;margin:0;padding:0}
.sidebar_nav_list li{margin-bottom:8px}
.sidebar_nav_list a{display:block;color:#E9E9E9;text-decoration:none;padding:12px 16px;border-radius:8px;font-size:15px;transition:all .3s ease;border-left:3px solid transparent}
.sidebar_nav_list a:hover{background:#effb021a;border-left-color:#EFFB02;color:#EFFB02;transform:translateX(4px)}
.policy_content_main{padding:50px 60px;background:#fff}
.policy_article_block{margin-bottom:50px;scroll-margin-top:20px}
.policy_article_block:last-child{margin-bottom:0}
.policy_article_block h2{color:#00193E;font-size:32px;font-weight:700;margin:0 0 24px;position:relative;padding-left:20px}
.policy_article_block h2::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:6px;height:36px;background:linear-gradient(180deg,#EFFB02 0%,#00193E 100%);border-radius:3px}
.policy_article_block h3{color:#00193E;font-size:22px;font-weight:600;margin:30px 0 16px}
.policy_article_block p{color:#333;font-size:16px;line-height:1.8;margin:0 0 16px}
.policy_article_block ul{margin:16px 0;padding-left:24px}
.policy_article_block ul li{color:#333;font-size:16px;line-height:1.8;margin-bottom:10px}
.policy_article_block ul li strong{color:#00193E;font-weight:600}
.info_highlight_box{background:linear-gradient(135deg,#effb021f 0%,#00193e0a 100%);border-left:4px solid #EFFB02;padding:20px 24px;margin:24px 0;border-radius:8px}
.info_highlight_box p{margin:0;color:#00193E;font-weight:500}
.cookie_types_grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin:30px 0}
.cookie_type_card{background:#E9E9E9;padding:24px;border-radius:10px;border:2px solid transparent;transition:all .3s ease}
.cookie_type_card:hover{border-color:#EFFB02;transform:translateY(-3px);box-shadow:0 6px 12px #00193e1f}
.cookie_type_card h4{color:#00193E;font-size:18px;font-weight:600;margin:0 0 12px;display:flex;align-items:center;gap:10px}
.cookie_type_card h4::before{content:'';width:8px;height:8px;background:#EFFB02;border-radius:50%;display:inline-block}
.cookie_type_card p{margin:0;font-size:15px;color:#444}
.contact_action_wrapper{background:linear-gradient(135deg,#00193E 0%,#003a7a 100%);padding:40px;border-radius:12px;margin-top:50px;text-align:center}
.contact_action_wrapper h3{color:#EFFB02;font-size:26px;margin:0 0 16px}
.contact_action_wrapper p{color:#E9E9E9;font-size:16px;margin:0 0 24px}
.contact_link_button{display:inline-block;background:#EFFB02;color:#00193E;padding:14px 36px;border-radius:8px;text-decoration:none;font-weight:600;font-size:16px;transition:all .3s ease;box-shadow:0 4px 6px #effb024d}
.contact_link_button:hover{background:#fff;transform:translateY(-2px);box-shadow:0 6px 12px #effb0266}
@media (max-width: 1024px) {
.policy_blocks_container{grid-template-columns:1fr}
.policy_navigation_sidebar{border-right:none;border-bottom:3px solid #EFFB02;padding:30px 20px}
.sidebar_nav_list{display:flex;flex-wrap:wrap;gap:10px}
.sidebar_nav_list li{margin-bottom:0}
.sidebar_nav_list a{font-size:14px;padding:10px 14px}
.policy_content_main{padding:40px 30px}
.cookie_types_grid{grid-template-columns:1fr}
}
@media (max-width: 768px) {
.policy_wrapper{padding:40px 16px}
.policy_intro_section{padding:50px 24px;margin-bottom:40px}
.intro_content_holder h1{font-size:36px}
.intro_content_holder .policy_summary{font-size:16px}
.policy_content_main{padding:30px 20px}
.policy_article_block h2{font-size:26px}
.policy_article_block h3{font-size:20px}
.sidebar_nav_list{flex-direction:column}
.contact_action_wrapper{padding:30px 20px}
}
@media (max-width: 480px) {
.intro_content_holder h1{font-size:28px}
.policy_article_block h2{font-size:22px;padding-left:16px}
.policy_article_block h2::before{height:28px;width:4px}
.cookie_type_card{padding:18px}
}
.privacy_wrapper{width:100%;max-width:1280px;margin:0 auto;padding:60px 20px}
.policy_header_section{background:linear-gradient(137deg,#00193E 0%,#EFFB02 100%);padding:80px 40px;border-radius:12px;margin-bottom:60px;position:relative;overflow:hidden}
.policy_header_section::before{content:'';position:absolute;top:-50%;right:-20%;width:500px;height:500px;background:#effb021a;border-radius:50%}
.policy_header_section .header_title{font-size:48px;color:#EFFB02;margin-bottom:16px;font-weight:700;position:relative;z-index:2}
.policy_header_section .last_update{font-size:16px;color:#E9E9E9;position:relative;z-index:2}
.content_main_block{background:#E9E9E9;padding:50px 40px;border-radius:12px;box-shadow:0 4px 6px #00193e1a}
.policy_intro{margin-bottom:50px;padding-bottom:30px;border-bottom:3px solid #EFFB02}
.policy_intro .intro_text{font-size:18px;line-height:1.7;color:#00193E;margin-bottom:20px}
.policy_section{margin-bottom:45px}
.policy_section .section_heading{font-size:28px;color:#00193E;margin-bottom:20px;font-weight:700;position:relative;padding-left:20px}
.policy_section .section_heading::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:6px;height:28px;background:linear-gradient(180deg,#EFFB02 0%,#00193E 100%);border-radius:3px}
.policy_section .paragraph_content{font-size:16px;line-height:1.8;color:#00193E;margin-bottom:16px}
.policy_section .list_wrapper{margin:20px 0;padding-left:0;list-style:none}
.policy_section .list_wrapper .list_point{padding:12px 0 12px 35px;position:relative;font-size:16px;line-height:1.7;color:#00193E}
.policy_section .list_wrapper .list_point::before{content:'';position:absolute;left:0;top:18px;width:10px;height:10px;background:#EFFB02;border:2px solid #00193E;border-radius:50%}
.subsection_block{margin-top:30px;padding:25px;background:#00193e08;border-radius:8px;border-left:4px solid #EFFB02}
.subsection_block .subsection_title{font-size:20px;color:#00193E;margin-bottom:14px;font-weight:600}
.subsection_block .subsection_text{font-size:15px;line-height:1.8;color:#00193E;margin-bottom:12px}
.highlight_box{background:linear-gradient(94deg,#effb0226 0%,#00193e0d 100%);padding:30px;border-radius:10px;margin:30px 0;border:2px solid #EFFB02}
.highlight_box .highlight_heading{font-size:22px;color:#00193E;margin-bottom:16px;font-weight:700}
.highlight_box .highlight_text{font-size:16px;line-height:1.7;color:#00193E}
.contact_section{background:#00193E;padding:40px;border-radius:12px;margin-top:50px;text-align:center}
.contact_section .contact_title{font-size:26px;color:#EFFB02;margin-bottom:20px;font-weight:700}
.contact_section .contact_info{font-size:16px;color:#E9E9E9;line-height:1.8;margin-bottom:12px}
.contact_section .contact_link{color:#EFFB02;text-decoration:none;font-weight:600;transition:opacity .3s ease}
.contact_section .contact_link:hover{opacity:.8;text-decoration:underline}
.table_wrapper{overflow-x:auto;margin:25px 0}
.data_table{width:100%;border-collapse:collapse;background:#fff;border-radius:8px;overflow:hidden}
.data_table .table_header{background:#00193E;color:#EFFB02;font-weight:700}
.data_table .header_cell{padding:16px;text-align:left;font-size:16px;border-bottom:3px solid #EFFB02}
.data_table .table_row{border-bottom:1px solid #E9E9E9;transition:background .2s ease}
.data_table .table_row:hover{background:#effb020d}
.data_table .data_cell{padding:14px 16px;font-size:15px;color:#00193E}
.policy_divider{height:2px;background:linear-gradient(90deg,transparent 0%,#EFFB02 50%,transparent 100%);margin:40px 0;border:none}
@media (max-width: 768px) {
.privacy_wrapper{padding:40px 16px}
.policy_header_section{padding:50px 24px;margin-bottom:40px}
.policy_header_section .header_title{font-size:32px}
.content_main_block{padding:30px 20px}
.policy_section .section_heading{font-size:24px}
.subsection_block{padding:20px}
.highlight_box{padding:20px}
.contact_section{padding:30px 20px}
.data_table .header_cell,.data_table .data_cell{padding:12px;font-size:14px}
}
@media (max-width: 480px) {
.policy_header_section .header_title{font-size:26px}
.policy_section .section_heading{font-size:20px;padding-left:16px}
.policy_section .list_wrapper .list_point{padding-left:28px}
.subsection_block .subsection_title{font-size:18px}
.highlight_box .highlight_heading{font-size:20px}
}
.success_main_wrapper{max-width:1280px;margin:0 auto;padding:0 20px}
.success_confirmation_area{background:linear-gradient(127deg,#EFFB02 0%,#E9E9E9 100%);padding:80px 20px;text-align:center;position:relative;overflow:hidden}
.success_confirmation_area::before{content:'';position:absolute;top:-50%;right:-10%;width:400px;height:400px;background:radial-gradient(circle,#00193e14 0%,transparent 70%);border-radius:50%}
.success_confirmation_area::after{content:'';position:absolute;bottom:-30%;left:-5%;width:350px;height:350px;background:radial-gradient(circle,#effb024d 0%,transparent 70%);border-radius:50%}
.success_content_inner{position:relative;z-index:2;max-width:680px;margin:0 auto}
.success_icon_holder{margin-bottom:32px}
.success_icon_svg{width:96px;height:96px;margin:0 auto}
.success_content_inner h1{font-size:42px;line-height:1.2;color:#00193E;margin:0 0 24px;font-weight:700}
.success_message_text{font-size:18px;line-height:1.6;color:#00193E;margin:0 0 16px}
.success_detail_text{font-size:16px;line-height:1.5;color:#00193ecc;margin:0}
.next_steps_block{background:#E9E9E9;padding:80px 20px}
.next_steps_inner{max-width:1280px;margin:0 auto}
.steps_header_section{margin-bottom:56px}
.steps_header_section h2{font-size:36px;line-height:1.3;color:#00193E;margin:0 0 16px;font-weight:700}
.steps_intro_paragraph{font-size:17px;line-height:1.6;color:#00193ed9;margin:0;max-width:720px}
.steps_grid_layout{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.step_card_wrapper{background:#fff;padding:40px 32px;border-radius:12px;box-shadow:0 4px 6px #00193e14;position:relative;transition:transform .3s ease,box-shadow .3s ease}
.step_card_wrapper:hover{transform:translateY(-4px);box-shadow:0 8px 12px #00193e1f}
.step_number_badge{position:absolute;top:-16px;left:32px;width:48px;height:48px;background:linear-gradient(135deg,#EFFB02 0%,#00193E 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:700;color:#00193E;box-shadow:0 3px 8px #00193e26}
.step_card_wrapper h3{font-size:22px;line-height:1.3;color:#00193E;margin:0 0 16px;font-weight:600}
.step_description_text{font-size:15px;line-height:1.6;color:#00193ebf;margin:0 0 20px}
.step_action_list{list-style:none;padding:0;margin:0}
.step_action_list li{font-size:14px;line-height:1.5;color:#00193eb3;margin-bottom:8px;padding-left:24px;position:relative}
.step_action_list li::before{content:'';position:absolute;left:0;top:6px;width:12px;height:12px;background:#EFFB02;border-radius:3px;transform:rotate(45deg)}
.step_action_list li:last-child{margin-bottom:0}
.contact_info_wrapper{background:#fff;padding:32px;border-radius:12px;margin-top:48px;border-left:6px solid #EFFB02;box-shadow:0 3px 8px #00193e0f}
.contact_info_wrapper h4{font-size:20px;line-height:1.3;color:#00193E;margin:0 0 20px;font-weight:600}
.contact_methods_grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}
.contact_method_item{display:flex;align-items:flex-start;gap:12px}
.contact_icon_box{width:40px;height:40px;background:linear-gradient(127deg,#EFFB02 0%,#effb024d 100%);border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.contact_icon_box i{font-size:20px;color:#00193E}
.contact_text_wrapper{flex:1}
.contact_label_text{font-size:13px;line-height:1.4;color:#00193e99;margin:0 0 4px;text-transform:uppercase;letter-spacing:.5px}
.contact_value_text{font-size:16px;line-height:1.4;color:#00193E;margin:0;font-weight:500}
.contact_value_text a{color:#00193E;text-decoration:none;transition:color .2s ease}
.contact_value_text a:hover{color:#EFFB02;text-decoration:underline}
@media (max-width: 968px) {
.steps_grid_layout{grid-template-columns:1fr;gap:40px}
.contact_methods_grid{grid-template-columns:1fr;gap:20px}
.success_content_inner h1{font-size:34px}
.steps_header_section h2{font-size:30px}
}
@media (max-width: 640px) {
.success_confirmation_area{padding:60px 20px}
.next_steps_block{padding:60px 20px}
.success_content_inner h1{font-size:28px}
.success_message_text{font-size:16px}
.steps_header_section h2{font-size:26px}
.step_card_wrapper{padding:32px 24px}
.contact_info_wrapper{padding:24px}
.success_icon_svg{width:72px;height:72px}
}