html,body{margin:0;padding:0;font-family:'Karla',sans-serif;background-color:#f9f9f9;color:#1a1a1a;line-height:1.7;letter-spacing:.02em}
*{box-sizing:border-box}
.header_top_bar{background:linear-gradient(135deg,#005055 0%,#005055e6 100%);padding:22px 0;box-shadow:0 6px 18px #00505526}
.header_top_bar .wrap_container{max-width:1140px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px}
.logo_holder{display:flex;align-items:center;gap:18px}
.logo_holder img{height:85px;width:85px;object-fit:contain;background:#fffffff2;padding:8px;border-radius:28px;box-shadow:0 4px 12px #bd284b33}
.company_masthead{font-size:2rem;font-weight:700;color:#fff;letter-spacing:.03em;text-shadow:0 2px 8px #0003}
.contact_info_data{display:flex;gap:28px;align-items:center;flex-wrap:wrap}
.contact_info_data a{color:#FBD036;text-decoration:none;font-weight:600;font-size:.95rem;transition:color .25s ease}
.contact_info_data a:hover{color:#fff}
.editorial_nav_bar{background:#fff;border-bottom:3px solid #FBD036;box-shadow:0 4px 14px #00000014}
.editorial_nav_bar .nav_wrap{max-width:1140px;margin:0 auto;padding:0 20px}
.main_navi{display:flex;justify-content:center;align-items:center;gap:0;list-style:none;margin:0;padding:0}
.main_navi li{position:relative}
.main_navi li:not(:last-child)::after{content:'';position:absolute;right:0;top:50%;transform:translateY(-50%);width:1px;height:24px;background:#bd284b33}
.main_navi a{display:block;padding:18px 32px;color:#005055;text-decoration:none;font-weight:600;font-size:1rem;transition:background-color .25s ease,color .25s ease}
.main_navi a:hover{background-color:#bd284b14;color:#BD284B}
footer{background:linear-gradient(135deg,#005055 0%,#005055f2 100%);background-image:repeating-linear-gradient(45deg,transparent,transparent 10px,#ffffff05 10px,#ffffff05 20px),linear-gradient(135deg,#005055 0%,#005055f2 100%);padding:48px 0 32px;color:#fff;box-shadow:0 -6px 18px #0000001a}
.footer_content_holder{max-width:1140px;margin:0 auto;padding:0 20px}
.footer_sections_wrap{display:flex;justify-content:space-between;align-items:flex-start;gap:48px;flex-wrap:wrap;margin-bottom:38px}
.footer_info_block{flex:1;min-width:260px}
.footer_info_block h3{font-size:1.3rem;font-weight:700;margin:0 0 18px;color:#FBD036}
.footer_info_block p{margin:8px 0;line-height:1.8;font-size:.95rem}
.footer_link_list{list-style:none;padding:0;margin:0;display:flex;gap:24px}
.footer_link_list a{color:#FBD036;text-decoration:none;font-weight:600;transition:color .25s ease}
.footer_link_list a:hover{color:#fff}
.accessibility_statement{background:#00000026;padding:22px;border-radius:24px;margin-bottom:28px}
.accessibility_statement p{margin:0;font-size:.9rem;line-height:1.7}
.copyright_bar{text-align:center;padding-top:24px;border-top:1px solid #fbd0364d;font-size:.9rem}
.cookie_consent_popup{position:fixed;top:40px;left:50%;transform:translateX(-50%) translateY(-100px);width:90%;max-width:920px;background:#fff;border-radius:32px;box-shadow:0 12px 48px #00000040;z-index:10000;padding:38px 42px;opacity:0;transition:opacity .4s ease,transform .4s ease}
.cookie_consent_popup.show_popup{opacity:1;transform:translateX(-50%) translateY(0)}
.cookie_consent_popup.hide_popup{opacity:0;transform:translateX(-50%) translateY(-100px)}
.cookie_popup_header h2{margin:0 0 16px;font-size:1.6rem;color:#005055;font-weight:700}
.cookie_popup_body p{margin:0 0 24px;color:#333;line-height:1.7}
.consent_categories_holder{margin:28px 0}
.consent_cat_item{margin-bottom:18px;padding:16px;background:#0050550d;border-radius:16px;display:flex;align-items:center;gap:14px}
.consent_cat_item input[type="radio"]{width:20px;height:20px;cursor:pointer}
.consent_cat_item label{font-weight:600;color:#005055;cursor:pointer;flex:1}
.button_holder_consent{display:flex;gap:16px;justify-content:flex-end}
.butt_accept_consent,.butt_reject_consent{padding:14px 32px;border:none;cursor:pointer;font-family:'Karla',sans-serif;font-weight:700;font-size:1rem;transition:background-color .25s ease}
.butt_accept_consent{background:#BD284B;color:#fff}
.butt_accept_consent:hover{background:#9a2140}
.butt_reject_consent{background:#005055;color:#fff}
.butt_reject_consent:hover{background:#003a3d}
@media (max-width: 768px) {
.header_top_bar .wrap_container{flex-direction:column;text-align:center}
.company_masthead{font-size:1.5rem}
.main_navi{flex-direction:column;gap:0}
.main_navi li:not(:last-child)::after{display:none}
.main_navi a{padding:14px 20px;width:100%;text-align:center}
.footer_sections_wrap{flex-direction:column;gap:32px}
.footer_link_list{flex-direction:column;gap:12px}
.cookie_consent_popup{width:95%;padding:28px 24px;top:20px}
.button_holder_consent{flex-direction:column}
.butt_accept_consent,.butt_reject_consent{width:100%}
}
@media (max-width: 480px) {
.logo_holder img{height:65px;width:65px}
.company_masthead{font-size:1.3rem}
.contact_info_data{flex-direction:column;gap:12px}
}
.rules-content{max-width:1140px;margin:60px auto;padding:40px 20px;background:#fff;border-radius:24px;box-shadow:0 8px 24px #bd284b14}
.rules-content p{font-size:16px;line-height:1.8;color:#2c3e50;margin:0 0 20px;text-align:justify}
.rules-content p:last-child{margin-bottom:0}
.rules-content strong,.rules-content b{font-weight:700;color:#005055}
.rules-content a{color:#BD284B;text-decoration:none;border-bottom:2px solid #bd284b4d;transition:all .3s ease;font-weight:600}
.rules-content a:hover{color:#005055;border-bottom-color:#005055}
.rules-content a:active{color:#FBD036;border-bottom-color:#FBD036}
.rules-content table{width:100%;border-collapse:separate;border-spacing:0;margin:30px 0;background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 4px 16px #0050551a}
.rules-content thead{background:linear-gradient(135deg,#BD284B 0%,#005055 100%)}
.rules-content thead tr th{padding:18px 16px;text-align:left;font-size:15px;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:.5px}
.rules-content tbody tr{border-bottom:1px solid #00505514;transition:background-color .2s ease}
.rules-content tbody tr:last-child{border-bottom:none}
.rules-content tbody tr:hover{background-color:#fbd0361a}
.rules-content tbody tr td{padding:16px;font-size:15px;line-height:1.6;color:#2c3e50}
.rules-content th{font-weight:700}
.rules-content td{font-weight:400}
.rules-content div{margin:24px 0}
.rules-content div p:first-child{margin-top:0}
.rules-content div p:last-child{margin-bottom:0}
@media (max-width: 768px) {
.rules-content{margin:30px auto;padding:30px 16px;border-radius:16px}
.rules-content p{font-size:15px;line-height:1.7;margin-bottom:16px;text-align:left}
.rules-content table{margin:20px 0;border-radius:16px;display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}
.rules-content thead tr th{padding:14px 12px;font-size:13px;white-space:nowrap}
.rules-content tbody tr td{padding:12px;font-size:14px}
.rules-content div{margin:18px 0}
}
@media (max-width: 480px) {
.rules-content{margin:20px auto;padding:24px 12px;border-radius:12px}
.rules-content p{font-size:14px;line-height:1.65}
.rules-content thead tr th{padding:12px 10px;font-size:12px}
.rules-content tbody tr td{padding:10px;font-size:13px}
}
.prog_hero{background:linear-gradient(135deg,#bd284b14 0%,#0050551f 100%);padding:80px 20px 60px;position:relative;overflow:hidden}
.prog_hero::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#fbd03626 0%,transparent 70%);border-radius:50%}
.prog_hero_hold{max-width:1140px;margin:0 auto;display:grid;grid-template-columns:1.2fr 1fr;gap:60px;align-items:center;position:relative;z-index:2}
.prog_hero_txt h1{font-size:3.2rem;color:#005055;margin:0 0 24px;line-height:1.2}
.prog_hero_txt h1::before{content:'';display:block;width:80px;height:5px;background:linear-gradient(90deg,#BD284B,#FBD036);margin-bottom:20px;border-radius:10px}
.prog_hero_quote{font-size:1.3rem;color:#333;line-height:1.6;font-style:italic;border-left:4px solid #BD284B;padding-left:24px;margin:0}
.prog_hero_visual{position:relative;border-radius:30px;overflow:hidden;box-shadow:0 12px 40px #bd284b26}
.prog_hero_visual img{width:100%;height:400px;object-fit:cover;display:block;filter:brightness(1.05) contrast(1.05)}
.prog_journey{padding:90px 20px;background:#fff}
.prog_journey_wrap{max-width:1140px;margin:0 auto}
.prog_journey_intro{text-align:center;max-width:700px;margin:0 auto 70px}
.prog_journey_intro h2{font-size:2.6rem;color:#005055;margin:0 0 20px;position:relative;display:inline-block}
.prog_journey_intro h2::after{content:'';position:absolute;bottom:-10px;left:50%;transform:translateX(-50%);width:60px;height:4px;background:#FBD036;border-radius:10px}
.prog_journey_intro p{font-size:1.15rem;color:#555;line-height:1.7;margin:0}
.prog_steps{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}
.prog_step_card{background:linear-gradient(135deg,#f9f9f9 0%,#fff 100%);border-radius:25px;padding:40px 28px;position:relative;box-shadow:0 6px 20px #00505514;transition:all .3s ease;border:2px solid transparent}
.prog_step_card:hover{transform:translateY(-8px);box-shadow:0 12px 35px #bd284b26;border-color:#fbd03666}
.prog_step_num{width:50px;height:50px;background:linear-gradient(135deg,#BD284B,#005055);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.4rem;font-weight:700;margin:0 0 20px}
.prog_step_card h3{font-size:1.35rem;color:#005055;margin:0 0 12px}
.prog_step_card p{font-size:1rem;color:#666;line-height:1.6;margin:0}
.prog_insights{padding:80px 20px;background:linear-gradient(180deg,#0050550f 0%,#fbd0361a 100%)}
.prog_insights_container{max-width:1140px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:start}
.prog_insights_left{position:relative}
.prog_insights_img_wrap{border-radius:35px;overflow:hidden;box-shadow:0 10px 30px #bd284b33;position:relative}
.prog_insights_img_wrap img{width:100%;height:500px;object-fit:cover;display:block}
.prog_insights_img_wrap::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,transparent 60%,#0050554d 100%)}
.prog_insights_right h2{font-size:2.4rem;color:#005055;margin:0 0 30px;position:relative;padding-left:20px}
.prog_insights_right h2::before{content:'';position:absolute;left:0;top:0;bottom:0;width:6px;background:linear-gradient(180deg,#BD284B,#FBD036);border-radius:10px}
.prog_insight_list{display:flex;flex-direction:column;gap:24px}
.prog_insight_item{background:#fff;padding:28px 30px;border-radius:20px;box-shadow:0 4px 15px #00505514;border-left:5px solid #FBD036;transition:all .3s ease}
.prog_insight_item:hover{box-shadow:0 8px 25px #bd284b26;transform:translateX(6px);border-left-color:#BD284B}
.prog_insight_item h4{font-size:1.25rem;color:#005055;margin:0 0 10px}
.prog_insight_item p{font-size:1.05rem;color:#555;line-height:1.6;margin:0}
.prog_team{padding:90px 20px 100px;background:#fff}
.prog_team_holder{max-width:1140px;margin:0 auto}
.prog_team_header{text-align:center;margin-bottom:60px}
.prog_team_header h2{font-size:2.7rem;color:#005055;margin:0 0 18px}
.prog_team_header p{font-size:1.15rem;color:#666;max-width:650px;margin:0 auto;line-height:1.7}
.prog_team_grid{display:grid;grid-template-columns:repeat(2,1fr);gap:50px}
.prog_team_card{display:grid;grid-template-columns:180px 1fr;gap:30px;background:linear-gradient(135deg,#f8f8f8 0%,#fff 100%);border-radius:28px;padding:35px;box-shadow:0 8px 25px #0050551a;transition:all .3s ease;position:relative;overflow:hidden}
.prog_team_card::before{content:'';position:absolute;top:0;left:0;width:5px;height:100%;background:linear-gradient(180deg,#BD284B,#FBD036);opacity:0;transition:opacity .3s ease}
.prog_team_card:hover{transform:translateY(-6px);box-shadow:0 14px 40px #bd284b26}
.prog_team_card:hover::before{opacity:1}
.prog_team_pic{border-radius:20px;overflow:hidden;box-shadow:0 6px 20px #00505526}
.prog_team_pic img{width:100%;height:180px;object-fit:cover;display:block}
.prog_team_info h3{font-size:1.45rem;color:#005055;margin:0 0 8px}
.prog_team_role{font-size:1.05rem;color:#BD284B;margin:0 0 16px;font-weight:600}
.prog_team_info p{font-size:1rem;color:#555;line-height:1.65;margin:0}
@media (max-width: 1024px) {
.prog_hero_hold{grid-template-columns:1fr;gap:40px}
.prog_hero_txt h1{font-size:2.6rem}
.prog_steps{grid-template-columns:repeat(2,1fr)}
.prog_insights_container{grid-template-columns:1fr;gap:50px}
.prog_team_grid{gap:40px}
}
@media (max-width: 768px) {
.prog_hero{padding:60px 20px 50px}
.prog_hero_txt h1{font-size:2.2rem}
.prog_hero_quote{font-size:1.15rem}
.prog_hero_visual img{height:300px}
.prog_steps{grid-template-columns:1fr;gap:25px}
.prog_journey_intro h2{font-size:2.2rem}
.prog_insights_right h2{font-size:2rem}
.prog_insights_img_wrap img{height:350px}
.prog_team_header h2{font-size:2.3rem}
.prog_team_card{grid-template-columns:1fr;gap:25px}
.prog_team_pic img{height:250px}
}
@media (max-width: 480px) {
.prog_hero_txt h1{font-size:1.9rem}
.prog_hero_quote{font-size:1.05rem;padding-left:18px}
.prog_journey{padding:60px 20px}
.prog_journey_intro h2{font-size:1.9rem}
.prog_step_card{padding:30px 22px}
.prog_insights{padding:60px 20px}
.prog_insights_right h2{font-size:1.8rem}
.prog_team{padding:60px 20px 70px}
.prog_team_header h2{font-size:2rem}
.prog_team_card{padding:28px}
}
.about_hero_section{position:relative;width:100%;height:520px;overflow:hidden;background:linear-gradient(135deg,#005055 0%,#BD284B 100%);margin:0}
.hero_img_holder{width:100%;height:100%;position:absolute;top:0;left:0}
.hero_img_holder img{width:100%;height:100%;object-fit:cover;opacity:.35;filter:contrast(1.15)}
.hero_overlay_content{position:relative;max-width:1140px;margin:0 auto;height:100%;display:flex;flex-direction:column;justify-content:center;padding:0 20px;z-index:2}
.hero_title_wrap{display:flex;align-items:baseline;gap:18px;margin-bottom:16px}
.hero_num_accent{font-size:84px;font-weight:700;color:#FBD036;line-height:1;text-shadow:2px 4px 8px #0000004d}
.hero_main_title{font-size:48px;font-weight:600;color:#fff;line-height:1.1;text-shadow:2px 3px 6px #0006}
.hero_subtitle_text{font-size:22px;color:#fff;max-width:680px;line-height:1.5;text-shadow:1px 2px 4px #00000059}
.decorative_dots{position:absolute;bottom:30px;right:40px;display:flex;gap:12px}
.dot_item{width:12px;height:12px;border-radius:50%;background:#fbd03699}
.story_section_block{background:#f9f9f9;padding:80px 20px}
.story_inner_wrap{max-width:1140px;margin:0 auto;display:grid;grid-template-columns:1fr 1.2fr;gap:60px;align-items:center}
.story_img_area{position:relative}
.story_img_area img{width:100%;height:480px;object-fit:cover;border-radius:32px;box-shadow:0 12px 28px #bd284b26}
.story_content_area h2{font-size:36px;color:#005055;margin-bottom:20px;line-height:1.3}
.story_content_area p{font-size:17px;color:#333;line-height:1.7;margin-bottom:18px}
.story_content_area p:last-of-type{margin-bottom:0}
.values_grid_section{padding:80px 20px;background:linear-gradient(165deg,#0050550d 0%,#fbd03614 100%)}
.values_container{max-width:1140px;margin:0 auto}
.values_header_text{text-align:center;margin-bottom:56px}
.values_header_text h2{font-size:38px;color:#BD284B;margin-bottom:14px}
.values_header_text p{font-size:18px;color:#555;max-width:720px;margin:0 auto;line-height:1.6}
.values_cards_holder{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.value_card_unit{background:#fff;padding:40px 28px;border-radius:28px;box-shadow:0 6px 20px #0050551a;transition:transform .3s ease,box-shadow .3s ease;border:2px solid transparent}
.value_card_unit:hover{transform:translateY(-8px);box-shadow:0 14px 32px #bd284b2e;border-color:#FBD036}
.value_icon_wrap{width:68px;height:68px;background:linear-gradient(135deg,#FBD036 0%,#BD284B 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:22px}
.value_icon_wrap svg{width:34px;height:34px;fill:#fff}
.value_card_unit h3{font-size:22px;color:#005055;margin-bottom:12px;font-weight:600}
.value_card_unit p{font-size:16px;color:#444;line-height:1.6}
.team_showcase_block{padding:80px 20px;background:#fff}
.team_holder_main{max-width:1140px;margin:0 auto}
.team_intro_header{max-width:800px;margin:0 auto 50px;text-align:center}
.team_intro_header h2{font-size:36px;color:#BD284B;margin-bottom:18px}
.team_intro_header p{font-size:17px;color:#666;line-height:1.65}
.team_members_layout{display:flex;gap:48px;align-items:flex-start}
.team_member_card{flex:1;background:linear-gradient(145deg,#f4f4f4 0%,#fff 100%);border-radius:32px;padding:36px;box-shadow:0 8px 24px #0050551f;position:relative;overflow:hidden}
.team_member_card::before{content:'';position:absolute;top:0;left:0;width:100%;height:6px;background:linear-gradient(90deg,#BD284B 0%,#FBD036 100%)}
.team_photo_holder{width:140px;height:140px;margin:0 auto 24px;border-radius:50%;overflow:hidden;border:4px solid #FBD036;box-shadow:0 6px 18px #bd284b33}
.team_photo_holder img{width:100%;height:100%;object-fit:cover}
.team_member_card h3{font-size:24px;color:#005055;text-align:center;margin-bottom:8px;font-weight:600}
.team_role_label{font-size:15px;color:#BD284B;text-align:center;margin-bottom:20px;font-weight:500}
.team_member_card p{font-size:16px;color:#444;line-height:1.65;text-align:center}
@media (max-width: 1024px) {
.story_inner_wrap{grid-template-columns:1fr;gap:40px}
.values_cards_holder{grid-template-columns:repeat(2,1fr)}
.team_members_layout{flex-direction:column}
.hero_num_accent{font-size:64px}
.hero_main_title{font-size:38px}
}
@media (max-width: 768px) {
.about_hero_section{height:420px}
.hero_title_wrap{flex-direction:column;gap:8px}
.hero_num_accent{font-size:56px}
.hero_main_title{font-size:32px}
.hero_subtitle_text{font-size:18px}
.values_cards_holder{grid-template-columns:1fr;gap:24px}
.story_img_area img{height:360px}
.decorative_dots{display:none}
}
@media (max-width: 480px) {
.about_hero_section{height:360px}
.hero_num_accent{font-size:48px}
.hero_main_title{font-size:28px}
.hero_subtitle_text{font-size:16px}
.story_section_block,.values_grid_section,.team_showcase_block{padding:60px 20px}
}
.title_mosaic_holder{max-width:1140px;margin:60px auto;padding:0 20px}
.mosaic_grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}
.mosaic_image_zone{position:relative}
.mosaic_image_zone img{width:100%;height:480px;object-fit:cover;border-radius:28px;display:block}
.mosaic_image_zone::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at center,#bd284b00 40%,#bd284ba6 100%);border-radius:28px;pointer-events:none}
.mosaic_text_zone h1{font-size:48px;line-height:1.2;color:#005055;margin:0 0 32px}
.mosaic_text_zone h1::before{content:'';display:block;width:60px;height:4px;background:linear-gradient(90deg,#BD284B,#FBD036);margin-bottom:24px;border-radius:2px}
.mosaic_desc_text{font-size:18px;line-height:1.7;color:#333}
.dot_decoration_line{display:flex;gap:8px;margin:24px 0}
.dot_decoration_line span{width:8px;height:8px;background:#BD284B;border-radius:50%;opacity:.3}
.dot_decoration_line span:nth-child(2){opacity:.5}
.dot_decoration_line span:nth-child(3){opacity:.7}
.dot_decoration_line span:nth-child(4){opacity:.9}
.content_block_diagonal{background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);padding:80px 20px;position:relative;overflow:hidden}
.content_block_diagonal::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#fbd03626 0%,transparent 70%);border-radius:50%}
.diagonal_container{max-width:1140px;margin:0 auto;position:relative;z-index:1}
.diagonal_header{text-align:center;margin-bottom:60px}
.diagonal_header h2{font-size:38px;color:#005055;margin:0 0 16px;position:relative;display:inline-block}
.diagonal_header h2::after{content:'';position:absolute;bottom:-8px;left:50%;transform:translateX(-50%);width:80px;height:3px;background:linear-gradient(90deg,transparent,#BD284B,transparent)}
.materials_grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}
.material_card{background:#fff;border-radius:24px;padding:32px 28px;box-shadow:0 8px 24px #00505514;transition:all .3s ease;border:2px solid transparent}
.material_card:hover{transform:translateY(-8px);box-shadow:0 16px 40px #bd284b26;border-color:#FBD036}
.material_icon_holder{width:64px;height:64px;background:linear-gradient(135deg,#BD284B 0%,#005055 100%);border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:20px}
.material_icon_holder svg{width:32px;height:32px;fill:#fff}
.material_card h3{font-size:22px;color:#005055;margin:0 0 12px}
.material_card p{font-size:16px;line-height:1.6;color:#555;margin:0}
.testimonial_section_wrap{padding:90px 20px;background:#fff}
.testimonial_inner_box{max-width:1140px;margin:0 auto}
.testimonial_layout_flex{display:flex;gap:60px;align-items:center}
.testimonial_photo_area{flex:0 0 380px}
.testimonial_photo_area img{width:100%;height:480px;object-fit:cover;border-radius:32px;box-shadow:12px 12px 0 #fbd0364d}
.testimonial_content_area{flex:1}
.testimonial_content_area h2{font-size:36px;color:#BD284B;margin:0 0 24px;line-height:1.3}
.quote_text_block{font-size:19px;line-height:1.8;color:#333;font-style:italic;padding-left:28px;border-left:4px solid #FBD036;margin:0 0 28px}
.author_info_row{display:flex;align-items:center;gap:16px}
.author_badge{width:48px;height:48px;background:linear-gradient(135deg,#005055,#BD284B);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:18px}
.author_details{flex:1}
.author_name{font-size:18px;font-weight:600;color:#005055;margin:0 0 4px}
.author_role{font-size:15px;color:#777;margin:0}
@media (max-width: 1024px) {
.mosaic_grid{grid-template-columns:1fr;gap:30px}
.mosaic_text_zone h1{font-size:38px}
.materials_grid{grid-template-columns:repeat(2,1fr)}
.testimonial_layout_flex{flex-direction:column;gap:40px}
.testimonial_photo_area{flex:0 0 auto;width:100%;max-width:420px}
}
@media (max-width: 768px) {
.title_mosaic_holder{margin:40px auto}
.mosaic_text_zone h1{font-size:32px;margin-bottom:20px}
.mosaic_desc_text{font-size:16px}
.mosaic_image_zone img{height:320px}
.materials_grid{grid-template-columns:1fr}
.diagonal_header h2{font-size:30px}
.content_block_diagonal{padding:60px 20px}
.testimonial_section_wrap{padding:60px 20px}
.testimonial_content_area h2{font-size:28px}
.quote_text_block{font-size:17px;padding-left:20px}
.testimonial_photo_area img{height:400px}
}
@media (max-width: 480px) {
.mosaic_text_zone h1{font-size:26px}
.material_card{padding:24px 20px}
.testimonial_content_area h2{font-size:24px}
}
.hero_wrap{max-width:1140px;margin:60px auto;padding:0 20px}
.hero_layout{display:flex;flex-direction:row;align-items:center;gap:60px}
.hero_img_holder{flex:0 0 48%;position:relative}
.hero_img_holder img{width:100%;height:520px;object-fit:cover;clip-path:polygon(0 0,100% 0,85% 100%,0% 100%);filter:sepia(0.15) contrast(1.05)}
.hero_text_area{flex:1}
.hero_text_area h1{font-size:42px;line-height:1.2;color:#005055;margin:0 0 24px}
.hero_text_area .intro_list{list-style:none;padding:0;margin:0}
.hero_text_area .intro_list li{font-size:17px;line-height:1.6;color:#333;margin-bottom:16px;padding-left:28px;position:relative}
.hero_text_area .intro_list li::before{content:'';position:absolute;left:0;top:8px;width:14px;height:14px;background:linear-gradient(135deg,#BD284B,#FBD036);border-radius:50%}
.wave_divider{width:100%;height:80px;margin:40px 0;position:relative;overflow:hidden}
.wave_divider svg{width:100%;height:100%}
.ecosystem_holder{background:linear-gradient(135deg,#bd284b14,#00505514);padding:80px 20px;margin:60px 0}
.ecosystem_content{max-width:1140px;margin:0 auto}
.ecosystem_header{text-align:center;margin-bottom:60px}
.ecosystem_header h2{font-size:36px;color:#BD284B;margin:0 0 20px}
.ecosystem_header p{font-size:18px;line-height:1.6;color:#555;max-width:720px;margin:0 auto}
.feature_grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.feature_card{background:#fff;padding:40px 30px;border-radius:32px;box-shadow:0 8px 24px #bd284b1f;transition:transform .3s ease,box-shadow .3s ease}
.feature_card:hover{transform:translateY(-8px);box-shadow:0 16px 40px #0050552e}
.feature_card .card_icon{width:64px;height:64px;margin-bottom:24px}
.feature_card h3{font-size:22px;color:#005055;margin:0 0 16px}
.feature_card p{font-size:16px;line-height:1.6;color:#666;margin:0}
.feature_card .stat_number{display:block;font-size:48px;font-weight:700;color:#FBD036;margin-top:20px;text-shadow:2px 2px 4px #0000001a}
.learning_directions_wrap{max-width:1140px;margin:80px auto;padding:0 20px}
.learning_directions_wrap h2{font-size:36px;color:#005055;margin:0 0 48px;text-align:center;position:relative;padding-bottom:20px}
.learning_directions_wrap h2::after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:120px;height:4px;background:linear-gradient(90deg,#BD284B,#FBD036);border-radius:4px}
.direction_tabs_holder{margin-bottom:40px}
.tab_inputs{display:none}
.tab_labels_row{display:flex;justify-content:center;gap:16px;margin-bottom:40px}
.tab_label{padding:14px 32px;background:#0050551a;border:2px solid transparent;border-radius:28px;cursor:pointer;font-size:16px;color:#005055;transition:all .3s ease;font-weight:500}
.tab_label:hover{background:#bd284b26;border-color:#BD284B}
#dir1:checked ~ .tab_labels_row .tab_label[for="dir1"],#dir2:checked ~ .tab_labels_row .tab_label[for="dir2"],#dir3:checked ~ .tab_labels_row .tab_label[for="dir3"]{background:#BD284B;color:#fff;border-color:#BD284B}
.tab_content_area{display:none;background:#fff;padding:48px;border-radius:32px;box-shadow:0 12px 32px #00505524}
#dir1:checked ~ .tab_content_area.tab_one,#dir2:checked ~ .tab_content_area.tab_two,#dir3:checked ~ .tab_content_area.tab_three{display:block;animation:fadeIn .5s ease}
@keyframes fadeIn {
from{opacity:0;transform:translateY(10px)}
to{opacity:1;transform:translateY(0)}
}
.direction_layout{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}
.direction_img_side img{width:100%;height:380px;object-fit:cover;border-radius:28px;box-shadow:0 8px 20px #0000001f}
.direction_text_side h3{font-size:28px;color:#BD284B;margin:0 0 20px}
.direction_text_side p{font-size:17px;line-height:1.7;color:#444;margin-bottom:20px}
.direction_text_side ul{list-style:none;padding:0;margin:24px 0}
.direction_text_side ul li{font-size:16px;color:#555;padding:10px 0;padding-left:32px;position:relative}
.direction_text_side ul li::before{content:'→';position:absolute;left:0;color:#FBD036;font-size:20px;font-weight:700}
.cta_button_group{margin-top:32px;display:flex;gap:16px}
.btn_primary{display:inline-block;padding:16px 40px;background:linear-gradient(135deg,#BD284B,#005055);color:#fff;text-decoration:none;border-radius:30px;font-size:16px;font-weight:600;transition:all .3s ease;box-shadow:0 6px 20px #bd284b4d;z-index:10;position:relative}
.btn_primary:hover{transform:translateY(-3px);box-shadow:0 10px 28px #bd284b66}
.btn_secondary{display:inline-block;padding:16px 40px;background:#fff;color:#005055;text-decoration:none;border:2px solid #005055;border-radius:30px;font-size:16px;font-weight:600;transition:all .3s ease;z-index:10;position:relative}
.btn_secondary:hover{background:#005055;color:#fff}
@media (max-width: 1024px) {
.hero_layout{gap:40px}
.hero_img_holder{flex:0 0 45%}
.hero_img_holder img{height:440px}
.feature_grid{grid-template-columns:repeat(2,1fr);gap:32px}
.direction_layout{gap:36px}
}
@media (max-width: 768px) {
.hero_layout{flex-direction:column;gap:32px}
.hero_img_holder{flex:1;width:100%}
.hero_img_holder img{height:360px;clip-path:polygon(0 0,100% 0,100% 90%,0% 100%)}
.hero_text_area h1{font-size:32px}
.feature_grid{grid-template-columns:1fr;gap:24px}
.direction_layout{grid-template-columns:1fr;gap:28px}
.direction_img_side img{height:300px}
.tab_labels_row{flex-direction:column;gap:12px}
.tab_label{width:100%;text-align:center}
.tab_content_area{padding:32px 24px}
.cta_button_group{flex-direction:column}
.btn_primary,.btn_secondary{text-align:center}
}
@media (max-width: 480px) {
.hero_wrap{margin:40px auto}
.hero_text_area h1{font-size:28px}
.ecosystem_header h2,.learning_directions_wrap h2{font-size:28px}
.feature_card{padding:32px 24px}
.wave_divider{height:60px}
}
.reach-holder{background:linear-gradient(135deg,#bd284b14 0%,#00505514 100%);padding:120px 20px;position:relative;overflow:hidden}
.reach-holder::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#fbd03626 0%,transparent 70%);border-radius:50%;animation:float-pulse 8s ease-in-out infinite}
@keyframes float-pulse {
0%,100%{transform:translate(0,0) scale(1);opacity:.6}
50%{transform:translate(-30px,-30px) scale(1.1);opacity:.3}
}
.reach-circle-wrap{max-width:680px;margin:0 auto;position:relative}
.reach-image-circ{width:100%;height:480px;border-radius:50%;overflow:hidden;position:relative;box-shadow:0 20px 60px #bd284b40}
.reach-image-circ img{width:100%;height:100%;object-fit:cover;filter:blur(2px)}
.reach-text-center{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;color:#1a1a1a;z-index:10;background:#fffffff2;padding:40px 50px;border-radius:30px;box-shadow:0 10px 40px #00000026}
.reach-text-center .main-heading-text{font-size:42px;font-weight:700;margin:0 0 12px;color:#BD284B;letter-spacing:-.5px}
.reach-text-center .sub-text-intro{font-size:17px;line-height:1.5;color:#005055;margin:0}
.info-data-holder{max-width:1140px;margin:0 auto;padding:80px 20px}
.contact-split-wrap{display:flex;gap:60px;align-items:flex-start}
.info-side{flex:1}
.info-side .section-label{font-size:32px;font-weight:700;color:#1a1a1a;margin:0 0 30px}
.detail-item-box{background:linear-gradient(135deg,#0050550d 0%,#fbd0360d 100%);padding:28px 32px;border-radius:24px;margin-bottom:20px;border:2px solid #bd284b1a;transition:all .3s ease}
.detail-item-box:hover{border-color:#bd284b66;box-shadow:0 8px 24px #bd284b26;transform:translateY(-3px)}
.detail-item-box .item-type{font-size:13px;text-transform:uppercase;letter-spacing:1px;color:#BD284B;margin:0 0 8px;font-weight:600}
.detail-item-box .item-data{font-size:19px;color:#1a1a1a;margin:0;font-weight:500}
.detail-item-box .item-data a{color:#005055;text-decoration:none;transition:color .3s ease}
.detail-item-box .item-data a:hover{color:#BD284B}
.form-side{flex:1}
.form-side .form-heading{font-size:28px;font-weight:700;color:#1a1a1a;margin:0 0 24px}
.contact-form-data{background:#fff;padding:40px;border-radius:32px;box-shadow:0 12px 40px #0050551f}
.field-wrapper{margin-bottom:24px}
.field-wrapper label{display:block;font-size:15px;font-weight:600;color:#005055;margin-bottom:8px}
.field-wrapper input[type="text"],.field-wrapper input[type="email"],.field-wrapper input[type="tel"],.field-wrapper textarea{width:100%;padding:14px 18px;border:2px solid #bd284b33;border-radius:16px;font-size:16px;color:#1a1a1a;transition:all .3s ease;background:#fbd0360d;box-sizing:border-box}
.field-wrapper input[type="text"]:focus,.field-wrapper input[type="email"]:focus,.field-wrapper input[type="tel"]:focus,.field-wrapper textarea:focus{outline:none;border-color:#BD284B;background:#fff;box-shadow:0 4px 12px #bd284b26}
.field-wrapper textarea{min-height:140px;resize:vertical}
.privacy-check-holder{margin:28px 0;display:flex;align-items:flex-start;gap:12px}
.privacy-check-holder input[type="checkbox"]{margin-top:4px;width:20px;height:20px;cursor:pointer;accent-color:#BD284B}
.privacy-check-holder label{font-size:14px;color:#1a1a1a;line-height:1.6}
.privacy-check-holder label a{color:#005055;text-decoration:underline;transition:color .3s ease}
.privacy-check-holder label a:hover{color:#BD284B}
.submit-butt{width:100%;padding:16px 32px;background:linear-gradient(135deg,#BD284B 0%,#8a1f37 100%);color:#fff;font-size:17px;font-weight:700;border:none;border-radius:20px;cursor:pointer;transition:all .3s ease;box-shadow:0 8px 20px #bd284b4d;text-transform:uppercase;letter-spacing:.5px}
.submit-butt:hover{transform:translateY(-2px);box-shadow:0 12px 28px #bd284b66}
.submit-butt:active{transform:translateY(0)}
.hours-data-area{max-width:1140px;margin:0 auto;padding:80px 20px;background:linear-gradient(180deg,#fbd03614 0%,transparent 100%)}
.hours-intro-txt{text-align:center;margin-bottom:50px}
.hours-intro-txt .section-head{font-size:36px;font-weight:700;color:#1a1a1a;margin:0 0 16px}
.hours-intro-txt .desc-text{font-size:17px;color:#005055;margin:0;line-height:1.6}
.hours-grid-display{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;max-width:900px;margin:0 auto}
.day-block-item{background:#fff;padding:26px 30px;border-radius:24px;border-left:5px solid #BD284B;box-shadow:0 6px 20px #0050551a;transition:all .3s ease}
.day-block-item:hover{transform:translateX(5px);box-shadow:0 10px 30px #00505526}
.day-block-item .day-label{font-size:18px;font-weight:700;color:#BD284B;margin:0 0 10px}
.day-block-item .time-value{font-size:16px;color:#1a1a1a;margin:0}
.faq-help-section{max-width:1140px;margin:0 auto;padding:80px 20px}
.faq-title-wrap{text-align:center;margin-bottom:50px}
.faq-title-wrap .faq-main-title{font-size:38px;font-weight:700;color:#1a1a1a;margin:0 0 14px}
.faq-title-wrap .faq-subtitle{font-size:17px;color:#005055;margin:0}
.faq-items-holder{max-width:800px;margin:0 auto}
.faq-single-piece{margin-bottom:18px;border-radius:24px;overflow:hidden;box-shadow:0 4px 16px #bd284b14}
.faq-toggle-input{display:none}
.faq-question-label{display:block;padding:24px 28px;background:linear-gradient(135deg,#0050550d 0%,#fbd0360d 100%);cursor:pointer;font-size:18px;font-weight:600;color:#1a1a1a;transition:all .3s ease;position:relative;padding-right:50px}
.faq-question-label::after{content:'+';position:absolute;right:28px;top:50%;transform:translateY(-50%);font-size:28px;color:#BD284B;transition:transform .3s ease}
.faq-toggle-input:checked + .faq-question-label{background:linear-gradient(135deg,#bd284b1a 0%,#fbd0361a 100%)}
.faq-toggle-input:checked + .faq-question-label::after{content:'−';transform:translateY(-50%) rotate(180deg)}
.faq-answer-content{max-height:0;overflow:hidden;transition:max-height .4s ease;background:#fff}
.faq-toggle-input:checked ~ .faq-answer-content{max-height:500px}
.faq-answer-inner{padding:24px 28px;font-size:16px;color:#1a1a1a;line-height:1.7}
.action-bottom-cta{max-width:1140px;margin:0 auto;padding:80px 20px 100px;text-align:center}
.cta-box-centered{background:linear-gradient(135deg,#BD284B 0%,#8a1f37 100%);padding:60px 40px;border-radius:36px;box-shadow:0 16px 48px #bd284b59}
.cta-box-centered .cta-heading{font-size:34px;font-weight:700;color:#fff;margin:0 0 18px}
.cta-box-centered .cta-description{font-size:17px;color:#ffffffe6;margin:0 0 32px;line-height:1.6}
.cta-buttons-row{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}
.btn-primary-action{display:inline-block;padding:16px 36px;background:#FBD036;color:#1a1a1a;font-size:16px;font-weight:700;text-decoration:none;border-radius:20px;transition:all .3s ease;box-shadow:0 6px 20px #fbd03666}
.btn-primary-action:hover{transform:translateY(-3px);box-shadow:0 10px 28px #fbd03680}
.btn-secondary-outline{display:inline-block;padding:16px 36px;background:transparent;color:#fff;font-size:16px;font-weight:700;text-decoration:none;border:2px solid #fff;border-radius:20px;transition:all .3s ease}
.btn-secondary-outline:hover{background:#fff;color:#BD284B;transform:translateY(-3px);box-shadow:0 8px 24px #ffffff4d}
@media (max-width: 1024px) {
.contact-split-wrap{flex-direction:column;gap:50px}
.reach-holder{padding:80px 20px}
.reach-text-center .main-heading-text{font-size:34px}
}
@media (max-width: 768px) {
.reach-image-circ{height:380px}
.reach-text-center{padding:30px 35px}
.reach-text-center .main-heading-text{font-size:28px}
.reach-text-center .sub-text-intro{font-size:15px}
.info-side .section-label,.form-side .form-heading{font-size:26px}
.contact-form-data{padding:30px 24px}
.hours-grid-display{grid-template-columns:1fr}
.cta-buttons-row{flex-direction:column;align-items:center}
.btn-primary-action,.btn-secondary-outline{width:100%;max-width:300px}
}
@media (max-width: 480px) {
.reach-holder{padding:60px 15px}
.reach-image-circ{height:320px}
.reach-text-center{padding:24px 28px}
.reach-text-center .main-heading-text{font-size:24px}
.info-data-holder,.hours-data-area,.faq-help-section,.action-bottom-cta{padding:50px 15px}
.detail-item-box{padding:20px 24px}
.cta-box-centered{padding:40px 24px}
}
.success_holder{background:linear-gradient(135deg,#bd284b14 0%,#0050550f 100%);padding:80px 20px;min-height:70vh;display:flex;align-items:center;justify-content:center}
.success_inner{max-width:720px;margin:0 auto;text-align:center}
.check_icon_wrap{width:120px;height:120px;margin:0 auto 40px;position:relative}
.check_icon_wrap svg{width:100%;height:100%;filter:drop-shadow(0 8px 24px #bd284b33)}
.circle_bg{fill:#BD284B;animation:pulse-circ 2s ease-in-out infinite}
.check_mark{stroke:#fff;stroke-width:8;stroke-linecap:round;stroke-linejoin:round;fill:none;stroke-dasharray:100;stroke-dashoffset:100;animation:draw-check .8s ease-out .3s forwards}
@keyframes pulse-circ {
0%,100%{transform:scale(1);opacity:1}
50%{transform:scale(1.05);opacity:.9}
}
@keyframes draw-check {
to{stroke-dashoffset:0}
}
.success_title{font-size:42px;font-weight:700;color:#005055;margin:0 0 20px;line-height:1.2}
.success_desc{font-size:18px;color:#555;line-height:1.6;margin:0 0 35px}
.btn_home_wrap{display:flex;justify-content:center;gap:16px;flex-wrap:wrap}
.btn_primary_home{display:inline-block;background:linear-gradient(135deg,#BD284B 0%,#991b3a 100%);color:#fff;padding:16px 40px;border-radius:30px;text-decoration:none;font-size:16px;font-weight:600;transition:all .3s ease;box-shadow:0 6px 20px #bd284b40;position:relative;z-index:10}
.btn_primary_home:hover{transform:translateY(-3px);box-shadow:0 10px 28px #bd284b59;background:linear-gradient(135deg,#d12e54 0%,#BD284B 100%)}
.info_cards_wrap{background:#fff;padding:60px 20px}
.info_cards_inner{max-width:1140px;margin:0 auto}
.cards_grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px}
.info_card{background:linear-gradient(145deg,#f9f9f9 0%,#fff 100%);border:2px solid #0050551a;border-radius:24px;padding:35px 28px;transition:all .4s ease;position:relative;overflow:hidden}
.info_card::before{content:'';position:absolute;top:-50%;right:-50%;width:100%;height:100%;background:radial-gradient(circle,#fbd03626 0%,transparent 70%);transform:scale(0);transition:transform .5s ease}
.info_card:hover::before{transform:scale(2)}
.info_card:hover{transform:translateY(-6px);border-color:#bd284b4d;box-shadow:0 12px 32px #00505526}
.card_icon{width:60px;height:60px;margin-bottom:20px;position:relative;z-index:2}
.card_icon svg{width:100%;height:100%}
.icon_shape{fill:#bd284b1f}
.icon_detail{fill:#BD284B}
.card_title{font-size:22px;font-weight:700;color:#005055;margin:0 0 12px;position:relative;z-index:2}
.card_text{font-size:15px;color:#666;line-height:1.6;margin:0;position:relative;z-index:2}
@media (max-width: 768px) {
.success_holder{padding:60px 20px}
.check_icon_wrap{width:90px;height:90px;margin-bottom:30px}
.success_title{font-size:32px;margin-bottom:16px}
.success_desc{font-size:16px;margin-bottom:28px}
.btn_primary_home{padding:14px 32px;font-size:15px}
.info_cards_wrap{padding:50px 20px}
.cards_grid{grid-template-columns:1fr;gap:24px}
.info_card{padding:30px 24px}
.card_title{font-size:20px}
}
@media (max-width: 480px) {
.success_title{font-size:28px}
.success_desc{font-size:15px}
.btn_home_wrap{flex-direction:column;align-items:stretch}
.btn_primary_home{text-align:center}
}