*{margin:0;padding:0;box-sizing:border-box}
ul,ol{list-style:none}
h1,h2,h3,h4,h5,h6{font-weight:700}
figure,blockquote{margin:0}
body{font-family:'Merriweather',serif;background-color:#FAFAFA;color:#2C2C2C;line-height:1.7;font-size:16px}
.site_header{background:linear-gradient(135deg,#FFF 0%,#F5F5F5 100%);box-shadow:0 4px 6px #0b518e14;padding:0}
.header_top_row{padding:32px 20px;background-color:#e4f3d84d;border-bottom:2px solid #ff743926}
.brand_center_wrap{max-width:1366px;margin:0 auto;text-align:center}
.company_name_large{font-size:48px;color:#0B518E;margin-bottom:8px;font-weight:700;letter-spacing:-.5px}
.tagline_text{font-size:18px;color:#FF7439;font-weight:400}
.header_bottom_row{padding:20px;background-color:#FFF}
.bottom_row_container{max-width:1366px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;gap:40px}
.logo_holder{flex-shrink:0}
.site_logo_img{height:90px;width:90px;display:block;background-color:#e4f3d866;padding:8px;border-radius:12px;box-shadow:0 2px 4px #0b518e1f}
.main_nav_wrapper{flex-grow:1;display:flex;justify-content:flex-end}
.nav_list{display:flex;gap:8px;align-items:center;flex-wrap:wrap}
.nav_item{position:relative}
.nav_link{display:block;padding:12px 24px;color:#0B518E;text-decoration:none;font-size:16px;font-weight:400;border-radius:8px;transition:background-color 0.2s,color .2s}
.nav_link:hover{background-color:#ff74391a;color:#FF7439}
.nav_has_sub:hover .sub_nav_list{display:block}
.sub_nav_list{display:none;position:absolute;top:100%;left:0;background-color:#FFF;box-shadow:0 6px 12px #0b518e26;border-radius:10px;min-width:200px;padding:8px 0;z-index:1000;margin-top:4px}
.sub_nav_list:hover{display:block}
.sub_nav_item{margin:0}
.sub_nav_link{display:block;padding:10px 20px;color:#2C2C2C;text-decoration:none;font-size:15px;transition:background-color .2s}
.sub_nav_link:hover{background-color:#e4f3d880}
.site_footer{background:linear-gradient(180deg,#0B518E 0%,#084170 100%);padding:40px 20px;margin-top:80px}
.footer_container{max-width:1366px;margin:0 auto}
.footer_content_wrap{display:flex;flex-direction:column;align-items:center;gap:20px}
.footer_nav{width:100%}
.footer_links{display:flex;justify-content:center;gap:32px;flex-wrap:wrap}
.footer_link{color:#E4F3D8;text-decoration:none;font-size:14px;padding:8px 16px;border-radius:6px;transition:background-color .2s}
.footer_link:hover{background-color:#ff743933}
.copyright_text{text-align:center;color:#E4F3D8;font-size:14px}
.cookie_popup{position:fixed;bottom:20px;right:20px;background-color:#FFF;box-shadow:0 6px 16px #0b518e33;border-radius:0;padding:24px;max-width:420px;z-index:10000;border:2px solid #0B518E}
.cookie_content{display:flex;flex-direction:column;gap:16px}
.cookie_title{font-size:18px;color:#0B518E;font-weight:700}
.cookie_description{font-size:14px;color:#2C2C2C;line-height:1.6}
.cookie_buttons{display:flex;gap:10px;flex-wrap:wrap}
.cookie_btn{padding:10px 20px;border:none;border-radius:0;font-family:'Merriweather',serif;font-size:14px;font-weight:700;cursor:pointer;transition:opacity .2s}
.cookie_btn:hover{opacity:.85}
.cookie_reject{background-color:#E0E0E0;color:#2C2C2C}
.cookie_settings{background-color:#0B518E;color:#FFF}
.cookie_accept{background-color:#FF7439;color:#FFF}
.cookie_modal{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0009;z-index:10001;display:flex;align-items:center;justify-content:center;padding:20px}
.cookie_modal_content{background-color:#FFF;border-radius:0;padding:32px;max-width:560px;width:100%;box-shadow:0 8px 24px #0b518e4d}
.modal_title{font-size:22px;color:#0B518E;margin-bottom:24px;font-weight:700}
.cookie_category{margin-bottom:20px;padding:16px;background-color:#e4f3d84d;border-radius:8px}
.category_label{display:flex;align-items:center;gap:12px;cursor:pointer;margin-bottom:8px}
.category_check{width:20px;height:20px;cursor:pointer}
.category_check:disabled{cursor:not-allowed}
.category_name{font-size:16px;color:#0B518E;font-weight:700}
.category_desc{font-size:13px;color:#2C2C2C;margin-left:32px;line-height:1.5}
.modal_buttons{display:flex;gap:12px;margin-top:24px}
.modal_btn{padding:12px 24px;border:none;border-radius:0;font-family:'Merriweather',serif;font-size:14px;font-weight:700;cursor:pointer;flex:1;transition:opacity .2s}
.modal_btn:hover{opacity:.85}
.modal_cancel{background-color:#E0E0E0;color:#2C2C2C}
.modal_save{background-color:#FF7439;color:#FFF}
@media (max-width: 768px) {
.company_name_large{font-size:36px}
.tagline_text{font-size:16px}
.bottom_row_container{flex-direction:column;gap:20px;align-items:center}
.main_nav_wrapper{justify-content:center}
.nav_list{justify-content:center}
.cookie_popup{left:20px;right:20px;max-width:none}
.cookie_buttons{flex-direction:column}
.cookie_btn{width:100%}
.modal_buttons{flex-direction:column}
.footer_links{flex-direction:column;gap:16px;align-items:center}
}
@media (max-width: 480px) {
.company_name_large{font-size:28px}
.site_logo_img{height:70px;width:70px}
.nav_link{padding:10px 16px;font-size:15px}
}
.doc-body{max-width:1366px;margin:0 auto;padding:80px 20px;background:#fff}
.doc-body h1{font-size:42px;line-height:1.2;color:#0B518E;margin:0 0 40px;padding:0;font-weight:700}
.doc-body h2{font-size:32px;line-height:1.3;color:#0B518E;margin:60px 0 24px;padding:0;font-weight:600}
.doc-body h3{font-size:24px;line-height:1.4;color:#FF7439;margin:40px 0 20px;padding:0;font-weight:600}
.doc-body h4{font-size:20px;line-height:1.4;color:#333;margin:32px 0 16px;padding:0;font-weight:600}
.doc-body h5{font-size:18px;line-height:1.5;color:#333;margin:28px 0 14px;padding:0;font-weight:600}
.doc-body h6{font-size:16px;line-height:1.5;color:#555;margin:24px 0 12px;padding:0;font-weight:600}
.doc-body p{font-size:16px;line-height:1.8;color:#333;margin:0 0 20px;padding:0;max-width:800px}
.doc-body strong,.doc-body b{font-weight:700;color:#0B518E}
.doc-body em,.doc-body i{font-style:italic;color:#555}
.doc-body div{margin:0;padding:0}
.doc-body ul{margin:0 0 20px;padding:0 0 0 24px;list-style:disc}
.doc-body ol{margin:0 0 20px;padding:0 0 0 24px;list-style:decimal}
.doc-body li{font-size:16px;line-height:1.8;color:#333;margin:0 0 12px;padding:0 0 0 8px}
.doc-body a{color:#FF7439;text-decoration:underline;transition:color .3s ease}
.doc-body a:hover{color:#0B518E}
.doc-body table{width:100%;max-width:800px;border-collapse:collapse;margin:0 0 30px}
.doc-body th,.doc-body td{padding:12px 16px;border:1px solid #e0e0e0;text-align:left;font-size:15px;line-height:1.6}
.doc-body th{background:#0b518e14;color:#0B518E;font-weight:600}
.doc-body td{color:#333}
@media (max-width: 1024px) {
.doc-body{padding:60px 24px}
.doc-body h1{font-size:36px;margin-bottom:32px}
.doc-body h2{font-size:28px;margin:48px 0 20px}
.doc-body h3{font-size:22px;margin:36px 0 18px}
}
@media (max-width: 768px) {
.doc-body{padding:40px 20px}
.doc-body h1{font-size:30px;margin-bottom:28px}
.doc-body h2{font-size:24px;margin:40px 0 18px}
.doc-body h3{font-size:20px;margin:32px 0 16px}
.doc-body h4{font-size:18px;margin:28px 0 14px}
.doc-body p,.doc-body li{font-size:15px;line-height:1.7}
.doc-body table{font-size:14px}
.doc-body th,.doc-body td{padding:10px 12px}
}
@media (max-width: 480px) {
.doc-body{padding:32px 16px}
.doc-body h1{font-size:26px;margin-bottom:24px}
.doc-body h2{font-size:22px;margin:36px 0 16px}
.doc-body h3{font-size:18px;margin:28px 0 14px}
.doc-body ul,.doc-body ol{padding-left:20px}
.doc-body table{display:block;overflow-x:auto}
}
.about_wrapper{max-width:1366px;margin:0 auto;padding:0}
.story_hero{position:relative;min-height:520px;display:flex;align-items:center;padding:80px 40px;overflow:hidden;background:linear-gradient(135deg,#ff74391f 0%,#0b518e14 100%)}
.story_hero::before{content:'';position:absolute;top:-120px;right:-80px;width:420px;height:420px;background:radial-gradient(circle,#e4f3d880 0%,transparent 70%);border-radius:50%;z-index:1}
.story_hero::after{content:'';position:absolute;bottom:-60px;left:-100px;width:340px;height:340px;background:radial-gradient(circle,#0b518e26 0%,transparent 70%);border-radius:50%;z-index:1}
.hero_content_wrapper{position:relative;z-index:2;max-width:920px;margin:0 auto}
.hero_main_heading{font-size:3.2rem;line-height:1.2;color:#1a1a1a;margin:0 0 28px;font-weight:700}
.hero_main_heading .accent_word{position:relative;color:#FF7439;display:inline-block}
.hero_main_heading .accent_word::after{content:'';position:absolute;bottom:8px;left:0;width:100%;height:4px;background:linear-gradient(90deg,#FF7439 0%,#ff74394d 100%);border-radius:2px}
.hero_description{font-size:1.15rem;line-height:1.7;color:#333;margin:0 0 32px}
.hero_image_block{position:relative;margin:48px 0 0;border-radius:12px;overflow:hidden;box-shadow:0 8px 24px #00000026}
.hero_image_block::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:repeating-linear-gradient(0deg,#00000005 0px,transparent 2px,transparent 4px,#00000005 6px);z-index:2;pointer-events:none}
.hero_image_block::after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,#ffffff26 0%,transparent 40%,transparent 60%,#00000026 100%);z-index:3;pointer-events:none}
.hero_feature_image{width:100%;height:auto;display:block;position:relative;z-index:1}
.story_details{padding:100px 40px;background:#fff}
.detail_container{max-width:1366px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start}
.detail_left{position:relative}
.detail_section_title{font-size:2.6rem;line-height:1.25;color:#1a1a1a;margin:0 0 32px;font-weight:700}
.detail_section_title::before{content:'';position:absolute;left:-40px;top:8px;width:6px;height:80px;background:linear-gradient(180deg,#FF7439 0%,#0B518E 100%);border-radius:3px}
.detail_text_block{margin:0 0 28px}
.detail_paragraph{font-size:1.05rem;line-height:1.75;color:#444;margin:0 0 20px}
.detail_paragraph:last-child{margin-bottom:0}
.detail_highlight{color:#0B518E;font-weight:600}
.detail_right{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.detail_image_card{position:relative;border-radius:10px;overflow:hidden;box-shadow:0 4px 16px #0000001f;transition:transform .3s ease,box-shadow .3s ease}
.detail_image_card:hover{transform:translateY(-6px);box-shadow:0 8px 28px #0000002e}
.detail_image_card:nth-child(1){grid-column:1 / 2;margin-top:0}
.detail_image_card:nth-child(2){grid-column:2 / 3;margin-top:40px}
.detail_image_card:nth-child(3){grid-column:1 / 3;margin-top:0}
.detail_card_image{width:100%;height:auto;display:block}
.story_approach{padding:100px 40px;background:linear-gradient(165deg,#e4f3d84d 0%,#ff743914 100%);position:relative}
.story_approach::before{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:600px;height:600px;background:radial-gradient(circle,#0b518e0f 0%,transparent 70%);border-radius:50%;z-index:1}
.approach_wrapper{max-width:1366px;margin:0 auto;position:relative;z-index:2}
.approach_header{text-align:center;margin:0 0 64px}
.approach_title{font-size:2.8rem;line-height:1.2;color:#1a1a1a;margin:0 0 20px;font-weight:700}
.approach_subtitle{font-size:1.15rem;line-height:1.6;color:#555;margin:0}
.approach_grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.approach_card{background:#fff;border-radius:12px;padding:40px 32px;box-shadow:0 3px 12px #00000014;position:relative;transition:transform .3s ease,box-shadow .3s ease}
.approach_card:hover{transform:translateY(-8px);box-shadow:0 8px 28px #00000026}
.approach_card::before{content:'';position:absolute;top:0;left:0;width:100%;height:5px;background:linear-gradient(90deg,#FF7439 0%,#0B518E 100%);border-radius:12px 12px 0 0}
.card_number{font-size:3rem;font-weight:800;color:#ff743933;margin:0 0 16px;line-height:1}
.card_heading{font-size:1.45rem;line-height:1.3;color:#1a1a1a;margin:0 0 16px;font-weight:700}
.card_description{font-size:1.02rem;line-height:1.7;color:#555;margin:0}
.story_team{padding:100px 40px;background:#fff}
.team_container{max-width:1000px;margin:0 auto}
.team_intro{text-align:center;margin:0 0 60px}
.team_heading{font-size:2.6rem;line-height:1.25;color:#1a1a1a;margin:0 0 24px;font-weight:700}
.team_intro_text{font-size:1.1rem;line-height:1.7;color:#555;margin:0}
.team_member_spotlight{display:flex;gap:48px;align-items:center;background:linear-gradient(135deg,#e4f3d840 0%,#0b518e14 100%);border-radius:14px;padding:48px;box-shadow:0 4px 16px #0000001a}
.member_photo_wrapper{flex-shrink:0;position:relative}
.member_photo_wrapper::before{content:'';position:absolute;top:-12px;left:-12px;width:calc(100% + 24px);height:calc(100% + 24px);background:linear-gradient(135deg,#FF7439 0%,#0B518E 100%);border-radius:50%;z-index:1}
.member_portrait{width:200px;height:200px;border-radius:50%;object-fit:cover;position:relative;z-index:2;border:6px solid #fff;box-shadow:0 6px 20px #00000026}
.member_info{flex:1}
.member_name{font-size:2rem;line-height:1.2;color:#1a1a1a;margin:0 0 8px;font-weight:700}
.member_role{font-size:1.15rem;line-height:1.4;color:#FF7439;margin:0 0 20px;font-weight:600}
.member_bio{font-size:1.05rem;line-height:1.7;color:#444;margin:0}
@media (max-width: 1024px) {
.detail_container{grid-template-columns:1fr;gap:60px}
.detail_section_title::before{left:0;top:-20px;width:80px;height:6px}
.approach_grid{grid-template-columns:1fr;gap:24px}
.team_member_spotlight{flex-direction:column;text-align:center}
}
@media (max-width: 768px) {
.story_hero{min-height:400px;padding:60px 24px}
.hero_main_heading{font-size:2.2rem}
.hero_description{font-size:1.05rem}
.story_details{padding:60px 24px}
.detail_section_title{font-size:2rem}
.detail_right{grid-template-columns:1fr;gap:20px}
.detail_image_card:nth-child(2){margin-top:0}
.detail_image_card:nth-child(3){grid-column:1 / 2}
.story_approach{padding:60px 24px}
.approach_title{font-size:2rem}
.approach_card{padding:32px 24px}
.story_team{padding:60px 24px}
.team_heading{font-size:2rem}
.team_member_spotlight{padding:32px 24px;gap:32px}
.member_portrait{width:160px;height:160px}
.member_name{font-size:1.65rem}
}
.title_hero_wrap{position:relative;min-height:480px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:linear-gradient(135deg,#0B518E 0%,#FF7439 100%)}
.title_hero_wrap::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(./uploads/2025-01-07-area8.jpg);background-size:cover;background-position:center;background-attachment:fixed;opacity:.15;z-index:1}
.title_hero_wrap::after{content:'';position:absolute;bottom:-2px;left:0;width:100%;height:120px;background:linear-gradient(to bottom,transparent,#fff);z-index:2}
.geometric_accent_one{position:absolute;top:60px;right:8%;width:180px;height:180px;border:3px solid #e4f3d866;border-radius:50%;z-index:2}
.geometric_accent_two{position:absolute;bottom:80px;left:5%;width:120px;height:120px;background:#ff743933;transform:rotate(45deg);z-index:2}
.title_content_inner{position:relative;z-index:3;max-width:900px;margin:0 auto;padding:80px 20px;text-align:center}
.title_content_inner h1{font-size:52px;font-weight:700;color:#fff;margin:0 0 28px;line-height:1.2;text-shadow:2px 4px 8px #0000004d}
.title_description_text{font-size:20px;color:#E4F3D8;line-height:1.6;margin:0;font-weight:400}
.learning_tips_section{padding:90px 20px;background:#fff}
.learning_tips_container{max-width:1366px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:start}
.tips_left_content{position:relative}
.tips_left_content h2{font-size:38px;font-weight:700;color:#0B518E;margin:0 0 24px;line-height:1.3;position:relative;display:inline-block}
.tips_left_content h2::after{content:'';position:absolute;bottom:-8px;left:0;width:60%;height:4px;background:linear-gradient(to right,#FF7439,transparent)}
.tips_intro_text{font-size:17px;color:#333;line-height:1.8;margin:32px 0 0}
.tips_visual_wrapper{position:relative;margin:48px 0 0}
.tips_visual_wrapper img{width:100%;height:auto;border-radius:12px;box-shadow:4px 6px 16px #0b518e26;display:block}
.tips_decorative_shape{position:absolute;bottom:-20px;right:-20px;width:140px;height:140px;background:#e4f3d8b3;border-radius:50%;z-index:-1}
.tips_right_content{display:flex;flex-direction:column;gap:26px}
.tip_card_item{background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);border-left:5px solid #FF7439;padding:28px 32px;border-radius:10px;box-shadow:2px 4px 12px #0000000f;transition:all .3s ease;position:relative;overflow:hidden}
.tip_card_item::before{content:'';position:absolute;top:0;right:0;width:80px;height:80px;background:#0b518e0d;border-radius:0 0 0 100%;transition:all .3s ease}
.tip_card_item:hover{transform:translateX(8px);box-shadow:4px 8px 20px #ff74392e}
.tip_card_item:hover::before{width:120px;height:120px}
.tip_card_item h3{font-size:22px;font-weight:600;color:#0B518E;margin:0 0 14px;line-height:1.4}
.tip_card_item p{font-size:16px;color:#555;line-height:1.7;margin:0}
.expert_insights_section{padding:100px 20px;background:linear-gradient(to bottom,#fff 0%,#E4F3D8 100%);position:relative}
.expert_insights_section::before{content:'';position:absolute;top:0;left:0;width:100%;height:2px;background:linear-gradient(to right,transparent,#FF7439,transparent)}
.expert_insights_container{max-width:1366px;margin:0 auto}
.expert_header_block{text-align:center;margin:0 0 60px}
.expert_header_block h2{font-size:42px;font-weight:700;color:#0B518E;margin:0 0 20px;line-height:1.2}
.expert_header_block p{font-size:18px;color:#444;line-height:1.6;max-width:720px;margin:0 auto}
.expert_profiles_grid{display:grid;grid-template-columns:1fr 1fr;gap:50px;margin:0 0 70px}
.expert_profile_card{background:#fff;border-radius:14px;padding:40px;box-shadow:3px 5px 18px #0b518e1f;display:flex;gap:28px;align-items:start;position:relative;overflow:hidden}
.expert_profile_card::after{content:'';position:absolute;top:0;left:0;width:5px;height:100%;background:linear-gradient(to bottom,#FF7439,#0B518E)}
.expert_image_holder{flex-shrink:0}
.expert_image_holder img{width:110px;height:110px;border-radius:50%;object-fit:cover;border:4px solid #E4F3D8;box-shadow:2px 4px 10px #0000001a;display:block}
.expert_text_content h3{font-size:24px;font-weight:600;color:#0B518E;margin:0 0 10px;line-height:1.3}
.expert_role_label{font-size:15px;color:#FF7439;font-weight:500;margin:0 0 18px;text-transform:uppercase;letter-spacing:.5px}
.expert_text_content p{font-size:16px;color:#555;line-height:1.7;margin:0}
.practical_steps_wrapper{background:#fff;border-radius:14px;padding:50px;box-shadow:3px 6px 20px #0b518e1a}
.practical_steps_wrapper h3{font-size:32px;font-weight:700;color:#0B518E;margin:0 0 36px;text-align:center;position:relative;padding-bottom:16px}
.practical_steps_wrapper h3::after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:100px;height:4px;background:#FF7439;border-radius:2px}
.steps_list_container{display:flex;flex-direction:column;gap:20px}
.step_item_row{display:grid;grid-template-columns:60px 1fr;gap:24px;align-items:start;padding:22px;background:linear-gradient(135deg,#f9fafb 0%,#fff 100%);border-radius:10px;border:2px solid transparent;transition:all .3s ease}
.step_item_row:hover{border-color:#E4F3D8;box-shadow:2px 4px 14px #ff74391f}
.step_number_badge{width:60px;height:60px;background:linear-gradient(135deg,#FF7439 0%,#0B518E 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:700;color:#fff;box-shadow:2px 4px 8px #ff74394d;flex-shrink:0}
.step_text_block h4{font-size:20px;font-weight:600;color:#0B518E;margin:0 0 10px;line-height:1.4}
.step_text_block p{font-size:16px;color:#555;line-height:1.7;margin:0}
@media (max-width: 1024px) {
.title_content_inner h1{font-size:42px}
.title_description_text{font-size:18px}
.learning_tips_container{grid-template-columns:1fr;gap:50px}
.expert_profiles_grid{grid-template-columns:1fr;gap:35px}
.practical_steps_wrapper{padding:40px 30px}
}
@media (max-width: 768px) {
.title_hero_wrap{min-height:380px}
.title_content_inner{padding:60px 20px}
.title_content_inner h1{font-size:34px;margin:0 0 20px}
.title_description_text{font-size:17px}
.geometric_accent_one{width:120px;height:120px;top:40px;right:4%}
.geometric_accent_two{width:80px;height:80px;bottom:60px}
.learning_tips_section{padding:60px 20px}
.tips_left_content h2{font-size:30px}
.tips_intro_text{font-size:16px}
.tips_visual_wrapper{margin:32px 0 0}
.tip_card_item{padding:24px 26px}
.tip_card_item h3{font-size:20px}
.expert_insights_section{padding:70px 20px}
.expert_header_block h2{font-size:32px}
.expert_header_block p{font-size:16px}
.expert_profile_card{flex-direction:column;padding:30px;gap:20px}
.expert_image_holder img{width:90px;height:90px}
.practical_steps_wrapper{padding:35px 24px}
.practical_steps_wrapper h3{font-size:26px}
.step_item_row{grid-template-columns:50px 1fr;gap:18px;padding:18px}
.step_number_badge{width:50px;height:50px;font-size:20px}
.step_text_block h4{font-size:18px}
}
.wrap_main{max-width:1366px;margin:0 auto;padding:0 20px}
.title_section{padding:60px 0;display:flex;align-items:center;gap:40px;background:linear-gradient(135deg,#e4f3d84d 0%,#ff74390d 100%);position:relative}
.title_section::before,.title_section::after{content:'';position:absolute;width:60px;height:60px;border:2px solid #0b518e33}
.title_section::before{top:20px;left:20px;border-right:none;border-bottom:none}
.title_section::after{bottom:20px;right:20px;border-left:none;border-top:none}
.title_text_area{flex:1;padding-left:40px}
.title_text_area h1{font-size:42px;line-height:1.2;color:#0B518E;margin:0 0 24px;font-weight:700}
.title_theses{display:flex;flex-direction:column;gap:12px}
.title_theses p{font-size:18px;line-height:1.6;color:#333;margin:0}
.title_image_card{width:380px;height:480px;position:relative;border-radius:12px;overflow:hidden;box-shadow:0 8px 24px #0b518e26}
.title_image_card img{width:100%;height:100%;object-fit:cover}
.schedule_rhythm_block{padding:80px 0;background:#fff}
.schedule_rhythm_block h2{font-size:36px;color:#0B518E;margin:0 0 48px;text-align:center;font-weight:700}
.schedule_content_wrapper{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}
.schedule_visual_side{position:relative}
.schedule_image_holder{width:100%;height:420px;border-radius:12px;overflow:hidden;box-shadow:0 4px 16px #0000001a}
.schedule_image_holder img{width:100%;height:100%;object-fit:cover}
.schedule_text_side{padding:20px 0}
.time_management_section{margin-bottom:40px}
.time_management_section h3{font-size:24px;color:#FF7439;margin:0 0 16px;font-weight:600}
.time_management_section p{font-size:17px;line-height:1.7;color:#444;margin:0 0 12px}
.schedule_grid_items{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin-top:32px}
.schedule_item_card{background:#e4f3d866;padding:24px;border-radius:8px;border-left:4px solid #FF7439;transition:all .3s ease}
.schedule_item_card:hover{transform:translateY(-4px);box-shadow:0 6px 20px #ff743926}
.schedule_item_card h4{font-size:19px;color:#0B518E;margin:0 0 12px;font-weight:600}
.schedule_item_card p{font-size:16px;line-height:1.6;color:#555;margin:0}
.after_learning_zone{padding:80px 0;background:linear-gradient(180deg,#e4f3d833 0%,#0b518e0d 100%);position:relative}
.after_learning_zone::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,transparent 0%,#FF7439 50%,transparent 100%)}
.after_learning_zone h2{font-size:36px;color:#0B518E;margin:0 0 56px;text-align:center;font-weight:700;position:relative}
.after_learning_zone h2::after{content:'';position:absolute;bottom:-16px;left:50%;transform:translateX(-50%);width:80px;height:4px;background:#FF7439;border-radius:2px}
.support_layout_flex{display:flex;gap:50px;align-items:center}
.support_details_column{flex:1}
.support_feature_row{display:flex;align-items:start;gap:20px;margin-bottom:32px;padding:24px;background:#fff;border-radius:8px;box-shadow:0 2px 12px #0000000f;transition:all .3s ease}
.support_feature_row:hover{box-shadow:0 4px 20px #0b518e1f;transform:translateX(8px)}
.support_icon_box{width:56px;height:56px;background:linear-gradient(135deg,#FF7439 0%,#ff7439b3 100%);border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.support_icon_box svg{width:28px;height:28px;fill:#fff}
.support_text_block h3{font-size:20px;color:#0B518E;margin:0 0 10px;font-weight:600}
.support_text_block p{font-size:16px;line-height:1.6;color:#555;margin:0}
.support_image_column{flex:0 0 450px}
.support_profile_wrapper{position:relative}
.support_main_image{width:100%;height:520px;border-radius:12px;overflow:hidden;box-shadow:0 8px 32px #0b518e33}
.support_main_image img{width:100%;height:100%;object-fit:cover}
.support_badge_overlay{position:absolute;bottom:30px;left:30px;background:#fffffff2;padding:20px 28px;border-radius:8px;box-shadow:0 4px 16px #00000026;backdrop-filter:blur(10px)}
.support_badge_overlay h4{font-size:18px;color:#FF7439;margin:0 0 6px;font-weight:600}
.support_badge_overlay p{font-size:15px;color:#0B518E;margin:0;font-weight:500}
@media (max-width: 1024px) {
.title_section{flex-direction:column;padding:40px 0}
.title_text_area{padding-left:0}
.title_text_area h1{font-size:34px}
.title_image_card{width:100%;height:400px}
.schedule_content_wrapper{grid-template-columns:1fr;gap:40px}
.schedule_grid_items{grid-template-columns:1fr}
.support_layout_flex{flex-direction:column-reverse}
.support_image_column{flex:0 0 auto;width:100%}
}
@media (max-width: 768px) {
.wrap_main{padding:0 16px}
.title_section::before,.title_section::after{width:40px;height:40px}
.title_text_area h1{font-size:28px}
.title_theses p{font-size:16px}
.title_image_card{height:320px}
.schedule_rhythm_block h2,.after_learning_zone h2{font-size:28px;margin-bottom:32px}
.schedule_image_holder{height:300px}
.time_management_section h3{font-size:20px}
.support_feature_row{flex-direction:column;align-items:start}
.support_main_image{height:400px}
.support_badge_overlay{left:20px;bottom:20px;padding:16px 20px}
}
.debug_grid{max-width:1366px;margin:0 auto;padding:0 20px}
.contact_hero_wrapper{background:linear-gradient(135deg,#0b518e14 0%,#e4f3d899 100%);padding:80px 0 60px;position:relative;overflow:hidden}
.contact_hero_wrapper::before{content:'';position:absolute;width:400px;height:400px;background:#ff74391f;border-radius:50%;top:-150px;right:-100px;z-index:1}
.contact_hero_wrapper::after{content:'';position:absolute;width:280px;height:280px;background:#0b518e14;border-radius:50%;bottom:-80px;left:-50px;z-index:1}
.hero_content_wrap{position:relative;z-index:2}
.primary_heading_contact{font-size:48px;line-height:1.2;color:#0B518E;margin:0 0 16px;font-weight:700}
.secondary_heading_contact{font-size:26px;line-height:1.4;color:#FF7439;margin:0 0 24px;font-weight:500}
.hero_description_text{font-size:18px;line-height:1.7;color:#333;max-width:720px}
.form_section_container{background:#fff;padding:80px 0}
.form_layout_grid{display:grid;grid-template-columns:1fr 1.2fr;gap:60px;align-items:start}
.contact_info_block{background:linear-gradient(165deg,#0B518E 0%,#0b518ed9 100%);padding:48px;border-radius:12px;color:#fff;position:relative;overflow:hidden}
.contact_info_block::before{content:'';position:absolute;width:200px;height:200px;background:#ff743926;border-radius:50%;top:-60px;right:-60px}
.info_block_title{font-size:28px;font-weight:600;margin:0 0 32px;position:relative;z-index:2}
.contact_detail_item{margin-bottom:28px;position:relative;z-index:2}
.contact_detail_item:last-child{margin-bottom:0}
.detail_label{font-size:14px;font-weight:500;text-transform:uppercase;letter-spacing:.5px;color:#ffffffb3;margin-bottom:8px}
.detail_value{font-size:17px;line-height:1.6;color:#fff}
.detail_value a{color:#fff;text-decoration:none;transition:color .3s ease}
.detail_value a:hover{color:#E4F3D8}
.form_wrapper_main{background:#f8f9fa;padding:48px;border-radius:12px;border:2px solid #E4F3D8}
.form_title_block{margin-bottom:36px}
.form_main_title{font-size:32px;font-weight:600;color:#0B518E;margin:0 0 12px}
.form_subtitle_text{font-size:16px;line-height:1.6;color:#666}
.contact_form_element{display:flex;flex-direction:column}
.form_field_group{margin-bottom:24px}
.field_label_text{font-size:15px;font-weight:500;color:#333;margin-bottom:8px;display:block}
.text_input_field{width:100%;padding:14px 18px;font-size:16px;border:2px solid #ddd;border-radius:8px;background:#fff;transition:all .3s ease;box-sizing:border-box}
.text_input_field:focus{outline:none;border-color:#FF7439;box-shadow:0 0 0 3px #ff74391a}
.select_dropdown_field{width:100%;padding:14px 18px;font-size:16px;border:2px solid #ddd;border-radius:8px;background:#fff;cursor:pointer;transition:all .3s ease;box-sizing:border-box;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23333' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 18px center;padding-right:45px}
.select_dropdown_field:focus{outline:none;border-color:#FF7439;box-shadow:0 0 0 3px #ff74391a}
.privacy_checkbox_wrapper{margin-bottom:28px;display:flex;align-items:start;gap:12px}
.checkbox_input_element{width:20px;height:20px;margin-top:2px;cursor:pointer;flex-shrink:0}
.checkbox_label_text{font-size:14px;line-height:1.6;color:#555}
.checkbox_label_text a{color:#FF7439;text-decoration:none;font-weight:500;transition:color .3s ease}
.checkbox_label_text a:hover{color:#0B518E}
.submit_button_wrapper{display:flex;justify-content:flex-end}
.form_submit_button{background:linear-gradient(135deg,#FF7439 0%,#ff7439d9 100%);color:#fff;padding:16px 48px;font-size:17px;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #ff74394d}
.form_submit_button:hover{transform:translateY(-2px);box-shadow:0 6px 16px #ff743966}
.form_submit_button:active{transform:translateY(0)}
.additional_info_section{background:#f8f9fa;padding:70px 0}
.info_cards_grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.info_card_item{background:#fff;padding:36px 28px;border-radius:10px;border-left:4px solid #FF7439;box-shadow:0 2px 8px #0000000f;transition:all .3s ease}
.info_card_item:hover{transform:translateY(-4px);box-shadow:0 6px 16px #0000001a}
.card_icon_wrapper{width:56px;height:56px;background:linear-gradient(135deg,#0b518e1a 0%,#e4f3d866 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:20px}
.card_icon_wrapper svg{width:28px;height:28px;fill:#0B518E}
.info_card_title{font-size:20px;font-weight:600;color:#0B518E;margin:0 0 12px}
.info_card_description{font-size:15px;line-height:1.7;color:#666;margin:0}
@media (max-width: 1024px) {
.primary_heading_contact{font-size:40px}
.secondary_heading_contact{font-size:22px}
.form_layout_grid{gap:40px}
.info_cards_grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width: 768px) {
.contact_hero_wrapper{padding:60px 0 40px}
.primary_heading_contact{font-size:32px}
.secondary_heading_contact{font-size:20px}
.hero_description_text{font-size:16px}
.form_layout_grid{grid-template-columns:1fr;gap:32px}
.contact_info_block{padding:36px 28px}
.form_wrapper_main{padding:32px 24px}
.form_main_title{font-size:26px}
.info_cards_grid{grid-template-columns:1fr;gap:24px}
.submit_button_wrapper{justify-content:stretch}
.form_submit_button{width:100%}
}
@media (max-width: 480px) {
.primary_heading_contact{font-size:28px}
.secondary_heading_contact{font-size:18px}
.contact_info_block{padding:28px 20px}
.form_wrapper_main{padding:24px 18px}
}
.hero_wrapper{position:relative;min-height:520px;display:flex;align-items:center;justify-content:center;overflow:hidden;margin-bottom:80px}
.hero_background_image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;filter:blur(4px);transform:scale(1.1)}
.hero_overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#0b518ebf 0%,#ff743999 100%)}
.hero_content_wrapper{position:relative;z-index:2;text-align:center;max-width:900px;padding:60px 24px;background:#ffffff1f;backdrop-filter:blur(12px);border-radius:12px;box-shadow:0 8px 32px #0003;margin:0 24px}
.hero_main_title{font-size:3.2rem;font-weight:700;color:#fff;margin:0 0 16px;line-height:1.2;text-shadow:0 2px 8px #0000004d}
.hero_subtitle{font-size:1.8rem;font-weight:400;color:#E4F3D8;margin:0 0 12px;line-height:1.4}
.hero_description{font-size:1.15rem;color:#fff;margin:0;line-height:1.6;opacity:.95}
.learning_structure_section{max-width:1366px;margin:0 auto 100px;padding:0 24px}
.structure_intro_wrapper{max-width:820px;margin:0 auto 60px}
.structure_section_heading{font-size:2.4rem;font-weight:700;color:#0B518E;margin:0 0 24px;line-height:1.3;position:relative;padding-bottom:16px}
.structure_section_heading::after{content:'';position:absolute;bottom:0;left:0;width:80px;height:4px;background:linear-gradient(90deg,#FF7439 0%,#0B518E 100%);border-radius:2px}
.structure_intro_text{font-size:1.05rem;color:#2c3e50;line-height:1.75;margin:0 0 18px}
.modules_grid_container{display:grid;grid-template-columns:repeat(2,1fr);gap:32px;margin-bottom:50px}
.module_card_item{background:#fff;border:2px solid #E4F3D8;border-radius:10px;padding:32px;transition:all .3s ease;position:relative;overflow:hidden}
.module_card_item::before{content:'';position:absolute;top:0;left:0;width:100%;height:6px;background:linear-gradient(90deg,#FF7439 0%,#0B518E 100%);transform:scaleX(0);transform-origin:left;transition:transform .4s ease}
.module_card_item:hover::before{transform:scaleX(1)}
.module_card_item:hover{border-color:#FF7439;box-shadow:0 6px 24px #ff743926;transform:translateY(-4px)}
.module_number_badge{display:inline-block;background:linear-gradient(135deg,#FF7439 0%,#0B518E 100%);color:#fff;font-size:.9rem;font-weight:700;padding:6px 16px;border-radius:20px;margin-bottom:16px}
.module_title_text{font-size:1.5rem;font-weight:700;color:#0B518E;margin:0 0 16px;line-height:1.4}
.module_description_text{font-size:1rem;color:#2c3e50;line-height:1.7;margin:0 0 20px}
.module_skills_list{list-style:none;padding:0;margin:0}
.module_skill_item{font-size:.95rem;color:#34495e;line-height:1.6;padding-left:24px;margin-bottom:10px;position:relative}
.module_skill_item::before{content:'';position:absolute;left:0;top:8px;width:12px;height:12px;background:#FF7439;border-radius:50%}
.instructors_showcase_area{max-width:1366px;margin:0 auto 100px;padding:0 24px;background:linear-gradient(180deg,#fff 0%,#E4F3D8 100%);border-radius:16px;padding:70px 24px}
.instructors_heading_block{text-align:center;margin-bottom:50px}
.instructors_main_heading{font-size:2.2rem;font-weight:700;color:#0B518E;margin:0 0 18px;line-height:1.3}
.instructors_subheading_text{font-size:1.1rem;color:#34495e;max-width:680px;margin:0 auto;line-height:1.65}
.instructors_profiles_grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.instructor_profile_card{background:#fff;border-radius:12px;padding:0;box-shadow:0 4px 16px #0b518e1a;transition:all .35s ease;overflow:hidden}
.instructor_profile_card:hover{box-shadow:0 8px 32px #ff743933;transform:translateY(-6px)}
.instructor_image_wrapper{width:100%;height:280px;overflow:hidden;position:relative}
.instructor_photo{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}
.instructor_profile_card:hover .instructor_photo{transform:scale(1.08)}
.instructor_info_wrapper{padding:28px}
.instructor_name_text{font-size:1.35rem;font-weight:700;color:#0B518E;margin:0 0 8px;line-height:1.3}
.instructor_role_text{font-size:.95rem;color:#FF7439;font-weight:600;margin:0 0 16px;text-transform:uppercase;letter-spacing:.5px}
.instructor_bio_text{font-size:.98rem;color:#2c3e50;line-height:1.65;margin:0 0 20px}
.instructor_expertise_tags{display:flex;flex-wrap:wrap;gap:8px}
.expertise_tag_item{font-size:.85rem;color:#0B518E;background:#E4F3D8;padding:6px 14px;border-radius:16px;border:1px solid #0b518e33}
.enrollment_cta_wrapper{text-align:center;margin-top:60px}
.enrollment_button_link{display:inline-block;background:linear-gradient(135deg,#FF7439 0%,#0B518E 100%);color:#fff;font-size:1.1rem;font-weight:700;padding:16px 48px;border-radius:8px;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 16px #ff74394d;position:relative;z-index:10}
.enrollment_button_link:hover{box-shadow:0 6px 24px #ff743973;transform:translateY(-2px)}
@media (max-width: 1024px) {
.hero_main_title{font-size:2.6rem}
.hero_subtitle{font-size:1.5rem}
.modules_grid_container{grid-template-columns:1fr;gap:24px}
.instructors_profiles_grid{grid-template-columns:1fr;gap:32px}
}
@media (max-width: 768px) {
.hero_wrapper{min-height:440px;margin-bottom:60px}
.hero_main_title{font-size:2rem}
.hero_subtitle{font-size:1.2rem}
.hero_description{font-size:1rem}
.structure_section_heading{font-size:1.9rem}
.module_card_item{padding:24px}
.instructors_showcase_area{padding:50px 20px}
.instructors_main_heading{font-size:1.8rem}
.instructor_image_wrapper{height:240px}
}
.success_wrapper{background:linear-gradient(135deg,#E4F3D8 0%,#fff 100%);min-height:85vh;display:flex;align-items:center;justify-content:center;padding:60px 20px}
.success_container{max-width:780px;margin:0 auto;text-align:center}
.success_icon_area{margin-bottom:32px;position:relative;display:inline-block}
.success_check_circle{width:120px;height:120px;background:linear-gradient(135deg,#FF7439 0%,#ff8f5c 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px #ff74394d;animation:pulse_effect 2s ease-in-out infinite}
@keyframes pulse_effect {
0%,100%{transform:scale(1);box-shadow:0 8px 24px #ff74394d}
50%{transform:scale(1.05);box-shadow:0 12px 32px #ff743966}
}
.success_check_circle svg{width:64px;height:64px;fill:none;stroke:#fff;stroke-width:4;stroke-linecap:round;stroke-linejoin:round}
.success_heading{font-size:42px;font-weight:700;color:#0B518E;margin:0 0 20px;line-height:1.2}
.success_message{font-size:18px;color:#2c3e50;line-height:1.7;margin:0 0 28px}
.success_details_box{background:#fff;border-radius:12px;padding:32px;margin:0 0 36px;box-shadow:0 4px 12px #0b518e14;border-left:4px solid #FF7439}
.success_info_list{list-style:none;padding:0;margin:0;text-align:left}
.success_info_list li{padding:14px 0 14px 40px;position:relative;font-size:16px;color:#34495e;line-height:1.6;border-bottom:1px solid #ecf0f1}
.success_info_list li:last-child{border-bottom:none}
.success_info_list li::before{content:'';position:absolute;left:0;top:18px;width:24px;height:24px;background:linear-gradient(135deg,#FF7439 0%,#ff8f5c 100%);border-radius:50%;display:flex;align-items:center;justify-content:center}
.success_info_list li::after{content:'✓';position:absolute;left:7px;top:17px;color:#fff;font-size:14px;font-weight:700}
.success_actions{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}
.button_primary_success{background:linear-gradient(135deg,#0B518E 0%,#0d6bb3 100%);color:#fff;padding:16px 40px;border-radius:10px;text-decoration:none;font-size:17px;font-weight:600;display:inline-flex;align-items:center;gap:10px;transition:all .3s ease;box-shadow:0 4px 12px #0b518e33;border:none}
.button_primary_success:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0b518e4d;background:linear-gradient(135deg,#0d6bb3 0%,#0B518E 100%)}
.button_secondary_success{background:#fff;color:#0B518E;padding:16px 40px;border-radius:10px;text-decoration:none;font-size:17px;font-weight:600;display:inline-flex;align-items:center;gap:10px;transition:all .3s ease;border:2px solid #0B518E}
.button_secondary_success:hover{background:#0B518E;color:#fff;transform:translateY(-2px);box-shadow:0 6px 20px #0b518e33}
.success_footer_note{margin-top:40px;padding-top:28px;border-top:2px solid #0b518e1a}
.success_footer_note p{font-size:15px;color:#7f8c8d;line-height:1.6;margin:0 0 12px}
.success_contact_info{display:flex;gap:28px;justify-content:center;flex-wrap:wrap;margin-top:20px}
.success_contact_item{display:flex;align-items:center;gap:8px;font-size:15px;color:#34495e;text-decoration:none}
.success_contact_item:hover{color:#FF7439}
.success_contact_item svg{width:20px;height:20px;fill:#FF7439}
@media (max-width: 768px) {
.success_wrapper{padding:40px 16px;min-height:75vh}
.success_heading{font-size:32px}
.success_message{font-size:16px}
.success_details_box{padding:24px 20px}
.success_info_list li{font-size:15px;padding-left:36px}
.success_actions{flex-direction:column;gap:12px}
.button_primary_success,.button_secondary_success{width:100%;justify-content:center;padding:14px 24px;font-size:16px}
.success_contact_info{flex-direction:column;gap:16px}
.success_check_circle{width:100px;height:100px}
.success_check_circle svg{width:52px;height:52px}
}
@media (max-width: 480px) {
.success_heading{font-size:28px}
.success_details_box{padding:20px 16px}
.success_info_list li{font-size:14px}
}