:root{font-family:'PT Serif',serif;font-size:16px;line-height:1.6;color:#2a2a2a;background-color:#FCFEFA}
html{scroll-behavior:smooth}
body{margin:0;padding:0;font-family:'PT Serif',serif;background-color:#FCFEFA;color:#2a2a2a}
*{box-sizing:border-box}
.top_hdr{background:linear-gradient(135deg,#FCFEFA 0%,#f5f5f0 100%);box-shadow:0 4px 12px #d4483214;padding:0}
.brnd_row{background-color:#00613c08;padding:28px 20px;border-bottom:1px solid #00613c1f}
.brnd_ctr{max-width:1280px;margin:0 auto;text-align:center}
.comp_nm{font-family:'Bitter',serif;font-size:3.2rem;font-weight:700;color:#D44832;margin:0 0 8px;letter-spacing:-.5px;text-shadow:2px 2px 4px #00613c1a}
.tgln{font-size:1.1rem;color:#00613C;margin:0;font-weight:400}
.nav_row{padding:0 20px}
.nav_ctr{max-width:1280px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:18px 0;gap:30px}
.lg_wrap{flex-shrink:0;display:flex;align-items:center}
.lg_img{height:95px;width:95px;object-fit:contain;background-color:#fcfefacc;border-radius:4px;padding:6px;box-shadow:0 2px 8px #00613c26}
.mn_nav{display:flex;gap:8px;flex-wrap:wrap;align-items:center;justify-content:flex-end}
.nv_lnk{font-family:'Bitter',serif;font-size:1.05rem;color:#00613C;text-decoration:none;padding:10px 18px;border-radius:3px;transition:background-color .2s ease,color .2s ease;white-space:nowrap}
.nv_lnk:hover{background-color:#d4483214;color:#D44832}
.ft_base{background:linear-gradient(180deg,#00613C 0%,#004d2f 100%);color:#FCFEFA;padding:60px 20px 30px;margin-top:80px}
.ft_ctr{max-width:1280px;margin:0 auto}
.ft_grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:40px;margin-bottom:40px}
.ft_hdng{font-family:'Bitter',serif;font-size:1.8rem;color:#D44832;margin:0 0 16px}
.ft_desc{font-size:.95rem;line-height:1.7;margin-bottom:20px;color:#fcfefae6}
.cntct_info{display:flex;flex-direction:column;gap:12px}
.cntct_itm{font-size:.9rem;margin:0;display:flex;align-items:flex-start;gap:8px;color:#fcfefad9}
.cntct_itm i{color:#D44832;font-size:1.2rem;flex-shrink:0;margin-top:2px}
.cntct_itm a{color:#fcfefad9;text-decoration:none;transition:color .2s ease}
.cntct_itm a:hover{color:#D44832}
.ft_ttl{font-family:'Bitter',serif;font-size:1.2rem;color:#FCFEFA;margin:0 0 18px;border-bottom:2px solid #d4483266;padding-bottom:8px}
.ft_lst{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}
.ft_link{color:#fcfefacc;text-decoration:none;font-size:.95rem;transition:color .2s ease,padding-left .2s ease;display:inline-block}
.ft_link:hover{color:#D44832;padding-left:6px}
.ft_txt{font-size:.9rem;margin:8px 0;color:#fcfefacc}
.ft_btm{border-top:1px solid #fcfefa33;padding-top:25px;text-align:center}
.cpyrght{font-size:.9rem;margin:0;color:#fcfefab3}
.ckie_modal{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0009;z-index:10000;display:flex;align-items:flex-start;justify-content:center;padding:40px 20px;opacity:0;transition:opacity .3s ease}
.ckie_modal.showing{opacity:1}
.ckie_cnt{background-color:#FCFEFA;border-radius:5px;box-shadow:0 12px 32px #00613c40;padding:35px 40px;max-width:650px;width:100%;transform:translateY(-20px);transition:transform .3s ease}
.ckie_modal.showing .ckie_cnt{transform:translateY(0)}
.ckie_hdng{font-family:'Bitter',serif;font-size:1.6rem;color:#00613C;margin:0 0 14px}
.ckie_txt{font-size:1rem;color:#2a2a2a;margin:0 0 24px;line-height:1.6}
.ckie_opts{display:flex;flex-direction:column;gap:16px;margin-bottom:28px}
.ckie_opt{display:flex;align-items:flex-start;padding:16px;border:2px solid #00613c33;border-radius:4px;cursor:pointer;transition:border-color .2s ease,background-color .2s ease}
.ckie_opt:hover{border-color:#D44832;background-color:#d4483208}
.ckie_radio{margin-right:12px;margin-top:3px;accent-color:#D44832;cursor:pointer}
.ckie_opt > span{display:block}
.ckie_lbl{font-family:'Bitter',serif;font-size:1.1rem;font-weight:700;color:#00613C;margin-bottom:4px}
.ckie_desc{font-size:.9rem;color:#5a5a5a}
.ckie_acts{display:flex;gap:16px;justify-content:flex-end}
.ckie_link{font-family:'Bitter',serif;color:#FCFEFA;background-color:#D44832;padding:12px 26px;text-decoration:none;border-radius:3px;font-size:1rem;transition:background-color .2s ease;box-shadow:0 3px 8px #d4483240}
.ckie_link:hover{background-color:#b83a28}
.ckie_link_alt{background-color:#00613C;box-shadow:0 3px 8px #00613c40}
.ckie_link_alt:hover{background-color:#004d2f}
@media (max-width: 768px) {
.comp_nm{font-size:2.2rem}
.tgln{font-size:.95rem}
.nav_ctr{flex-direction:column;gap:20px;padding:16px 0}
.lg_img{height:80px;width:80px}
.mn_nav{justify-content:center;width:100%}
.nv_lnk{font-size:.95rem;padding:8px 14px}
.ft_grid{grid-template-columns:1fr;gap:30px}
.ckie_cnt{padding:28px 24px}
.ckie_acts{flex-direction:column}
.ckie_link{text-align:center}
}
@media (max-width: 480px) {
.comp_nm{font-size:1.8rem}
.mn_nav{flex-direction:column;gap:6px}
.nv_lnk{width:100%;text-align:center}
}
.policy-8cq3-details{max-width:1280px;margin:0 auto;padding:60px 20px;background:#FCFEFA}
.policy-8cq3-details h1{font-size:2.8rem;line-height:1.2;color:#00613C;margin:0 0 40px;font-weight:700;letter-spacing:-.02em}
.policy-8cq3-details h2{font-size:2rem;line-height:1.3;color:#00613C;margin:50px 0 24px;font-weight:600;border-bottom:3px solid #D44832;padding-bottom:12px}
.policy-8cq3-details h3{font-size:1.5rem;line-height:1.4;color:#D44832;margin:40px 0 20px;font-weight:600}
.policy-8cq3-details h4{font-size:1.25rem;line-height:1.4;color:#00613C;margin:32px 0 16px;font-weight:600}
.policy-8cq3-details h5{font-size:1.1rem;line-height:1.4;color:#00613C;margin:28px 0 14px;font-weight:600}
.policy-8cq3-details h6{font-size:1rem;line-height:1.4;color:#00613C;margin:24px 0 12px;font-weight:600;text-transform:uppercase;letter-spacing:.05em}
.policy-8cq3-details p{font-size:1.05rem;line-height:1.75;color:#2a2a2a;margin:0 0 20px;max-width:75ch}
.policy-8cq3-details ul{margin:0 0 24px;padding:0 0 0 30px;list-style-type:none}
.policy-8cq3-details ul li{font-size:1.05rem;line-height:1.7;color:#2a2a2a;margin:0 0 12px;position:relative;padding-left:12px}
.policy-8cq3-details ul li::before{content:'';position:absolute;left:-18px;top:11px;width:6px;height:6px;background:#D44832;border-radius:2px}
.policy-8cq3-details ol{margin:0 0 24px;padding:0 0 0 30px;counter-reset:policy-counter;list-style:none}
.policy-8cq3-details ol li{font-size:1.05rem;line-height:1.7;color:#2a2a2a;margin:0 0 12px;position:relative;padding-left:12px;counter-increment:policy-counter}
.policy-8cq3-details ol li::before{content:counter(policy-counter) ".";position:absolute;left:-30px;color:#D44832;font-weight:600}
.policy-8cq3-details strong,.policy-8cq3-details b{font-weight:600;color:#00613C}
.policy-8cq3-details em,.policy-8cq3-details i{font-style:italic;color:#4a4a4a}
.policy-8cq3-details hr{border:none;height:2px;background:linear-gradient(to right,#D44832,#d448321a);margin:48px 0}
.policy-8cq3-details div{margin:0 0 20px}
.policy-8cq3-details h1 + p,.policy-8cq3-details h2 + p,.policy-8cq3-details h3 + p{margin-top:0}
.policy-8cq3-details ul ul,.policy-8cq3-details ol ol{margin:12px 0}
.policy-8cq3-details ul ul li::before{background:#00613C;width:4px;height:4px;border-radius:50%}
@media (max-width: 768px) {
.policy-8cq3-details{padding:40px 16px}
.policy-8cq3-details h1{font-size:2rem;margin-bottom:30px}
.policy-8cq3-details h2{font-size:1.6rem;margin-top:40px}
.policy-8cq3-details h3{font-size:1.3rem;margin-top:32px}
.policy-8cq3-details p,.policy-8cq3-details ul li,.policy-8cq3-details ol li{font-size:1rem;line-height:1.7}
}
@media (max-width: 480px) {
.policy-8cq3-details{padding:30px 12px}
.policy-8cq3-details h1{font-size:1.75rem;margin-bottom:24px}
.policy-8cq3-details h2{font-size:1.4rem;margin-top:32px;margin-bottom:20px}
.policy-8cq3-details ul,.policy-8cq3-details ol{padding-left:24px}
}
.hero_wrap{max-width:1280px;margin:3rem auto;padding:0 1.5rem;display:grid;grid-template-columns:1fr;gap:2.5rem;align-items:center}
.hero_wrap .txt_zone{order:1}
.hero_wrap .img_zone{order:2;position:relative}
.hero_wrap .problem_header{font-size:1rem;font-weight:500;color:#D44832;margin-bottom:.75rem;letter-spacing:.02em}
.hero_wrap .main_headline{font-size:2.2rem;line-height:1.15;font-weight:700;color:#00613C;margin-bottom:1.5rem}
.hero_wrap .divider_accent{width:80px;height:3px;background:linear-gradient(90deg,#D44832 0%,#00613C 100%);margin-bottom:1.5rem;border-radius:2px}
.hero_wrap .solution_text{font-size:1.1rem;line-height:1.65;color:#2a2a2a;margin-bottom:2rem}
.hero_wrap .cta_btn{background:#D44832;color:#FCFEFA;padding:.9rem 2.2rem;border-radius:4px;font-weight:600;text-decoration:none;display:inline-block;transition:all .3s ease;box-shadow:0 4px 12px #d4483240}
.hero_wrap .cta_btn:hover{background:#b33a28;transform:translateY(-2px);box-shadow:0 6px 18px #d4483259}
.hero_wrap .img_zone img{width:100%;height:auto;border-radius:6px;box-shadow:0 8px 24px #00613c26;animation:float_img 6s ease-in-out infinite}
@keyframes float_img {
0%,100%{transform:translateY(0)}
50%{transform:translateY(-12px)}
}
.competency_area{background:linear-gradient(135deg,#00613c0d 0%,#d448320d 100%);padding:4.5rem 0;margin-top:3rem}
.competency_area .inner_container{max-width:1280px;margin:0 auto;padding:0 1.5rem}
.competency_area .section_label{font-size:.9rem;font-weight:600;color:#D44832;text-transform:uppercase;letter-spacing:.1em;margin-bottom:.75rem}
.competency_area .section_title{font-size:2rem;font-weight:700;color:#00613C;margin-bottom:1rem;line-height:1.25}
.competency_area .section_desc{font-size:1.05rem;line-height:1.7;color:#3a3a3a;margin-bottom:3rem;max-width:720px}
.competency_area .skills_grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}
.competency_area .skill_card{background:#FCFEFA;padding:2rem;border-radius:5px;border-left:4px solid #D44832;box-shadow:0 3px 10px #00000014;transition:all .3s ease}
.competency_area .skill_card:hover{transform:translateX(6px);box-shadow:0 6px 18px #0000001f}
.competency_area .skill_card .icon_holder{font-size:2.5rem;color:#00613C;margin-bottom:1rem}
.competency_area .skill_card h3{font-size:1.25rem;font-weight:700;color:#00613C;margin-bottom:.75rem}
.competency_area .skill_card p{font-size:.95rem;line-height:1.6;color:#4a4a4a}
.methodology_zone{padding:5rem 0;position:relative;overflow:hidden}
.methodology_zone::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(45deg,#d4483208 25%,transparent 25%,transparent 75%,#d4483208 75%,#d4483208),linear-gradient(45deg,#d4483208 25%,transparent 25%,transparent 75%,#d4483208 75%,#d4483208);background-size:60px 60px;background-position:0 0,30px 30px;z-index:-1;opacity:.4}
.methodology_zone .content_wrap{max-width:1280px;margin:0 auto;padding:0 1.5rem;display:grid;grid-template-columns:1fr;gap:3rem;align-items:start}
.methodology_zone .txt_column h2{font-size:1.9rem;font-weight:700;color:#00613C;margin-bottom:1.25rem}
.methodology_zone .txt_column .intro_para{font-size:1.05rem;line-height:1.7;color:#3a3a3a;margin-bottom:2.5rem}
.methodology_zone .approach_list{display:flex;flex-direction:column;gap:1.5rem}
.methodology_zone .approach_item{background:#FCFEFA;padding:1.75rem;border-radius:5px;border-top:3px solid #D44832;box-shadow:0 4px 12px #0000000f;position:relative}
.methodology_zone .approach_item::before{content:'';position:absolute;left:0;top:0;width:5px;height:100%;background:linear-gradient(180deg,#D44832 0%,#00613C 100%);border-radius:5px 0 0 5px}
.methodology_zone .approach_item h4{font-size:1.15rem;font-weight:700;color:#00613C;margin-bottom:.5rem}
.methodology_zone .approach_item p{font-size:.95rem;line-height:1.65;color:#4a4a4a}
.methodology_zone .visual_column{position:relative}
.methodology_zone .visual_column img{width:100%;height:auto;border-radius:6px;box-shadow:0 10px 30px #00613c33}
.business_segment{background:#00613C;padding:5rem 0;color:#FCFEFA;position:relative}
.business_segment::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:2px;background:linear-gradient(90deg,transparent 0%,#D44832 50%,transparent 100%)}
.business_segment .container_inner{max-width:1280px;margin:0 auto;padding:0 1.5rem}
.business_segment .header_zone{text-align:center;margin-bottom:3.5rem}
.business_segment .header_zone h2{font-size:2rem;font-weight:700;margin-bottom:1rem;color:#FCFEFA}
.business_segment .header_zone p{font-size:1.05rem;line-height:1.7;max-width:680px;margin:0 auto;opacity:.95}
.business_segment .features_layout{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2rem}
.business_segment .feature_box{background:#fcfefa14;padding:2rem;border-radius:5px;border:1px solid #fcfefa26;transition:all .3s ease}
.business_segment .feature_box:hover{background:#fcfefa1f;border-color:#D44832;transform:translateY(-4px)}
.business_segment .feature_box .icon_wrap{font-size:2.2rem;color:#D44832;margin-bottom:1.25rem}
.business_segment .feature_box h3{font-size:1.2rem;font-weight:700;margin-bottom:.75rem;color:#FCFEFA}
.business_segment .feature_box p{font-size:.95rem;line-height:1.65;opacity:.9}
.flexibility_section{padding:5rem 0;background:linear-gradient(180deg,#FCFEFA 0%,#fcfefa80 100%)}
.flexibility_section .wrapper_content{max-width:1280px;margin:0 auto;padding:0 1.5rem}
.flexibility_section .top_intro{max-width:780px;margin-bottom:3rem}
.flexibility_section .top_intro h2{font-size:1.95rem;font-weight:700;color:#00613C;margin-bottom:1rem}
.flexibility_section .top_intro p{font-size:1.05rem;line-height:1.7;color:#3a3a3a}
.flexibility_section .options_grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2.5rem}
.flexibility_section .option_card{background:#FCFEFA;padding:2.25rem;border-radius:6px;box-shadow:0 5px 15px #00613c1a;border-left:5px solid #D44832;position:relative;overflow:hidden}
.flexibility_section .option_card::after{content:'';position:absolute;top:-50%;right:-50%;width:200px;height:200px;background:radial-gradient(circle,#d4483214 0%,transparent 70%);border-radius:50%}
.flexibility_section .option_card .num_badge{display:inline-block;background:#D44832;color:#FCFEFA;font-size:.85rem;font-weight:700;padding:.35rem .9rem;border-radius:3px;margin-bottom:1rem}
.flexibility_section .option_card h3{font-size:1.3rem;font-weight:700;color:#00613C;margin-bottom:.75rem}
.flexibility_section .option_card p{font-size:.98rem;line-height:1.65;color:#4a4a4a}
.ecosystem_area{background:linear-gradient(135deg,#d4483214 0%,#00613c14 100%);padding:5rem 0;position:relative}
.ecosystem_area .content_holder{max-width:1280px;margin:0 auto;padding:0 1.5rem}
.ecosystem_area .main_layout{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}
.ecosystem_area .text_side h2{font-size:2rem;font-weight:700;color:#00613C;margin-bottom:1.25rem}
.ecosystem_area .text_side .lead_text{font-size:1.1rem;line-height:1.7;color:#3a3a3a;margin-bottom:2.5rem}
.ecosystem_area .path_steps{display:flex;flex-direction:column;gap:1.75rem}
.ecosystem_area .step_block{display:flex;align-items:flex-start;gap:1.25rem}
.ecosystem_area .step_block .step_icon{flex-shrink:0;width:48px;height:48px;background:#D44832;color:#FCFEFA;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.3rem;font-weight:700;box-shadow:0 4px 10px #d448324d}
.ecosystem_area .step_block .step_content h4{font-size:1.15rem;font-weight:700;color:#00613C;margin-bottom:.5rem}
.ecosystem_area .step_block .step_content p{font-size:.95rem;line-height:1.65;color:#4a4a4a}
.ecosystem_area .image_side{position:relative}
.ecosystem_area .image_side img{width:100%;height:auto;border-radius:6px;box-shadow:0 12px 32px #00613c2e}
.trust_proof_zone{padding:5rem 0;background:#FCFEFA}
.trust_proof_zone .inner_wrap{max-width:1280px;margin:0 auto;padding:0 1.5rem}
.trust_proof_zone .heading_area{text-align:center;margin-bottom:3.5rem}
.trust_proof_zone .heading_area h2{font-size:2rem;font-weight:700;color:#00613C;margin-bottom:1rem}
.trust_proof_zone .heading_area p{font-size:1.05rem;line-height:1.7;color:#3a3a3a;max-width:680px;margin:0 auto}
.trust_proof_zone .stats_row{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:2rem;margin-bottom:3.5rem}
.trust_proof_zone .stat_item{text-align:center;padding:2rem 1.5rem;background:linear-gradient(135deg,#00613c0d 0%,#d448320d 100%);border-radius:5px;border-top:3px solid #D44832}
.trust_proof_zone .stat_item .stat_number{font-size:2.5rem;font-weight:700;color:#D44832;margin-bottom:.5rem;line-height:1}
.trust_proof_zone .stat_item .stat_label{font-size:1rem;font-weight:600;color:#00613C}
.trust_proof_zone .testimonial_card{background:linear-gradient(135deg,#00613c14 0%,#d4483214 100%);padding:2.5rem;border-radius:6px;border-left:4px solid #00613C;box-shadow:0 6px 18px #00000014;display:grid;grid-template-columns:auto 1fr;gap:2rem;align-items:center}
.trust_proof_zone .testimonial_card .avatar_holder{flex-shrink:0}
.trust_proof_zone .testimonial_card .avatar_holder img{width:100px;height:100px;border-radius:50%;object-fit:cover;border:4px solid #FCFEFA;box-shadow:0 4px 12px #00000026}
.trust_proof_zone .testimonial_card .quote_content{position:relative}
.trust_proof_zone .testimonial_card .quote_content::before{content:'"';position:absolute;top:-1.5rem;left:-1rem;font-size:4rem;font-weight:700;color:#D44832;opacity:.3;line-height:1}
.trust_proof_zone .testimonial_card .quote_text{font-size:1.05rem;line-height:1.7;color:#2a2a2a;font-style:italic;margin-bottom:1rem}
.trust_proof_zone .testimonial_card .author_info{display:flex;flex-direction:column}
.trust_proof_zone .testimonial_card .author_name{font-size:1.05rem;font-weight:700;color:#00613C}
.trust_proof_zone .testimonial_card .author_role{font-size:.9rem;color:#4a4a4a}
@media (min-width: 768px) {
.hero_wrap{grid-template-columns:1.2fr 0.8fr;gap:3.5rem}
.hero_wrap .txt_zone{order:1}
.hero_wrap .img_zone{order:2}
.hero_wrap .main_headline{font-size:2.8rem}
.methodology_zone .content_wrap{grid-template-columns:1.1fr 0.9fr;gap:4rem}
.ecosystem_area .main_layout{grid-template-columns:1fr 1fr;gap:4rem}
}
@media (max-width: 767px) {
.flexibility_section .options_grid{grid-template-columns:1fr}
.trust_proof_zone .testimonial_card{grid-template-columns:1fr;gap:1.5rem;text-align:center}
.trust_proof_zone .testimonial_card .avatar_holder img{margin:0 auto}
}
.cnt_header{position:relative;padding:80px 20px;overflow:hidden;background:linear-gradient(135deg,#FCFEFA 0%,#f0f0eb 100%);margin-bottom:60px}
.hdr_grid{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;position:relative;z-index:2}
.hdr_txt{padding:20px}
.hdr_txt h1{font-size:3.2em;color:#D44832;margin:0 0 20px;line-height:1.1;font-weight:700}
.hdr_txt .subtitle{font-size:1.3em;color:#00613C;margin:0 0 30px;line-height:1.4}
.hdr_txt .action_bt{display:inline-block;padding:16px 40px;background:#D44832;color:#FCFEFA;text-decoration:none;border-radius:4px;font-weight:600;transition:all .3s ease;box-shadow:0 4px 12px #d448324d}
.hdr_txt .action_bt:hover{background:#b83a28;transform:translateY(-2px);box-shadow:0 6px 16px #d4483266}
.hdr_visual{position:relative;height:450px}
.img_collage{position:relative;width:100%;height:100%}
.img_piece{position:absolute;overflow:hidden;border-radius:3px;box-shadow:0 8px 20px #00000026}
.img_piece img{width:100%;height:100%;object-fit:cover}
.piece_one{width:60%;height:65%;top:0;left:0;z-index:3;transform:rotate(-2deg)}
.piece_two{width:55%;height:60%;bottom:0;right:0;z-index:2;transform:rotate(3deg)}
.geo_shape{position:absolute;border-radius:50%;background:#00613c26;z-index:1}
.shape_one{width:200px;height:200px;top:-50px;right:100px}
.shape_two{width:150px;height:150px;bottom:50px;left:50px;background:#d448321a}
.cnt_zone{max-width:1280px;margin:0 auto 80px;padding:0 20px}
.info_cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;margin-bottom:60px}
.card_item{background:#FCFEFA;padding:35px 30px;border-radius:5px;box-shadow:0 6px 18px #00613c1f;border-left:4px solid #00613C;transition:all .3s ease}
.card_item:hover{transform:translateY(-5px);box-shadow:0 10px 24px #00613c2e}
.card_item .icn{font-size:2.8em;color:#D44832;margin-bottom:20px;display:block}
.card_item h3{font-size:1.4em;color:#00613C;margin:0 0 12px;font-weight:600}
.card_item p{color:#333;margin:0;line-height:1.6;font-size:1.05em}
.card_item a{color:#D44832;text-decoration:none;font-weight:600;transition:color .3s ease}
.card_item a:hover{color:#b83a28}
.form_wrapper{background:linear-gradient(145deg,#FCFEFA 0%,#f5f5ef 100%);padding:60px 40px;border-radius:6px;box-shadow:0 10px 30px #00000014;max-width:700px;margin:0 auto}
.form_wrapper h2{font-size:2.2em;color:#00613C;margin:0 0 15px;text-align:center}
.form_wrapper .intro_txt{text-align:center;color:#555;margin:0 0 40px;font-size:1.1em}
.form_wrapper form{display:flex;flex-direction:column;gap:25px}
.field_grp{display:flex;flex-direction:column}
.field_grp label{font-weight:600;color:#00613C;margin-bottom:8px;font-size:1.05em}
.field_grp input,.field_grp select{padding:14px 16px;border:2px solid #e0e0d8;border-radius:4px;font-size:1.05em;transition:all .3s ease;background:#fff}
.field_grp input:focus,.field_grp select:focus{outline:none;border-color:#D44832;box-shadow:0 0 0 3px #d448321a}
.field_grp select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%2300613C' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;padding-right:40px}
.privacy_check{display:flex;align-items:flex-start;gap:10px}
.privacy_check input[type="checkbox"]{width:20px;height:20px;margin-top:2px;cursor:pointer;flex-shrink:0;accent-color:#D44832}
.privacy_check label{color:#555;font-size:.95em;line-height:1.5;cursor:pointer}
.privacy_check label a{color:#D44832;text-decoration:underline;font-weight:600}
.privacy_check label a:hover{color:#b83a28}
.submit_bt{padding:16px 32px;background:#00613C;color:#FCFEFA;border:none;border-radius:4px;font-size:1.15em;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 6px 14px #00613c4d}
.submit_bt:hover{background:#004d2e;transform:translateY(-2px);box-shadow:0 8px 18px #00613c66}
.submit_bt:active{transform:translateY(0)}
@media (max-width: 768px) {
.hdr_grid{grid-template-columns:1fr;gap:30px}
.hdr_txt h1{font-size:2.4em}
.hdr_txt .subtitle{font-size:1.1em}
.hdr_visual{height:350px}
.info_cards{grid-template-columns:1fr}
.form_wrapper{padding:40px 25px}
.form_wrapper h2{font-size:1.8em}
}
@media (max-width: 480px) {
.cnt_header{padding:60px 15px}
.hdr_txt h1{font-size:2em}
.hdr_visual{height:280px}
.form_wrapper{padding:30px 20px}
}
.pg_wrap{max-width:1280px;margin:0 auto;padding:0 20px}
.ttl_lyt{display:flex;gap:60px;align-items:center;margin:80px 0;position:relative}
.ttl_lyt::before{content:'';position:absolute;top:-20px;left:-20px;width:80px;height:2px;background:#D44832}
.ttl_lyt::after{content:'';position:absolute;bottom:-20px;right:-20px;width:2px;height:80px;background:#00613C}
.ttl_img_side{flex:0 0 380px;position:relative}
.ttl_img_side img{width:100%;height:520px;object-fit:cover;border-radius:4px;filter:brightness(1.05) contrast(0.95);box-shadow:0 8px 24px #d4483226}
.ttl_txt_side{flex:1}
.ttl_txt_side h1{font-size:2.8em;line-height:1.2;color:#1a1a1a;margin:0 0 24px}
.ttl_txt_side h1 .hlt{color:#D44832;position:relative}
.ttl_txt_side h1 .hlt::after{content:'';position:absolute;bottom:-4px;left:0;width:100%;height:3px;background:linear-gradient(90deg,#D44832,transparent)}
.ttl_txt_side p{font-size:1.1em;line-height:1.7;color:#4a4a4a;margin:0}
.story_seg{background:linear-gradient(135deg,#FCFEFA 0%,#00613c08 100%);padding:90px 0;margin:60px 0}
.story_grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start}
.story_txt h2{font-size:2.2em;color:#1a1a1a;margin:0 0 32px;position:relative;display:inline-block}
.story_txt h2::before{content:'';position:absolute;top:-12px;left:-12px;width:40px;height:40px;border:2px solid #00613C;border-right:none;border-bottom:none}
.story_txt .yr_mark{font-size:3.5em;font-weight:700;color:#D44832;line-height:1;margin:0 0 16px;opacity:.9}
.story_txt p{font-size:1.05em;line-height:1.8;color:#3a3a3a;margin:0 0 20px}
.story_visual{position:relative}
.story_visual img{width:100%;height:440px;object-fit:cover;border-radius:3px;box-shadow:0 12px 32px #00613c2e}
.story_visual::before{content:'';position:absolute;bottom:-20px;right:-20px;width:200px;height:200px;background:#d448321a;z-index:-1}
.story_visual::after{content:'';position:absolute;top:-20px;left:-20px;width:100px;height:100px;border:3px solid #00613C;border-radius:50%;opacity:.3;z-index:-1}
.tm_showcase{margin:100px 0}
.tm_showcase h2{font-size:2.4em;color:#1a1a1a;text-align:center;margin:0 0 70px;position:relative}
.tm_showcase h2::after{content:'';position:absolute;bottom:-16px;left:50%;transform:translateX(-50%);width:80px;height:4px;background:linear-gradient(90deg,transparent,#D44832,transparent)}
.tm_cards{display:grid;grid-template-columns:repeat(2,1fr);gap:50px}
.tm_crd{background:#FCFEFA;border-radius:5px;padding:0;box-shadow:0 6px 20px #00000014;transition:all .3s ease;overflow:hidden}
.tm_crd:hover{transform:translateY(-8px);box-shadow:0 16px 40px #d4483226}
.tm_crd_img{width:100%;height:320px;overflow:hidden;position:relative}
.tm_crd_img img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}
.tm_crd:hover .tm_crd_img img{transform:scale(1.05)}
.tm_crd_cnt{padding:32px}
.tm_crd_cnt h3{font-size:1.5em;color:#1a1a1a;margin:0 0 8px}
.tm_crd_cnt .role{font-size:.95em;color:#D44832;font-weight:600;margin:0 0 20px;text-transform:uppercase;letter-spacing:.5px}
.tm_crd_cnt p{font-size:1em;line-height:1.7;color:#555;margin:0}
.approach_seg{background:linear-gradient(180deg,#d448320d 0%,#FCFEFA 100%);padding:90px 0;margin:80px 0 0}
.approach_hd{text-align:center;margin:0 0 60px}
.approach_hd h2{font-size:2.3em;color:#1a1a1a;margin:0 0 20px}
.approach_hd p{font-size:1.15em;color:#4a4a4a;max-width:700px;margin:0 auto;line-height:1.7}
.approach_grd{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.approach_itm{background:#FCFEFA;padding:40px 30px;border-radius:4px;border-top:4px solid #00613C;box-shadow:0 8px 20px #0000000f;transition:border-color .3s ease}
.approach_itm:hover{border-top-color:#D44832}
.approach_itm .icn{font-size:2.5em;color:#00613C;margin:0 0 20px;display:block}
.approach_itm h3{font-size:1.3em;color:#1a1a1a;margin:0 0 16px}
.approach_itm p{font-size:.98em;line-height:1.7;color:#555;margin:0}
@media (max-width: 1024px) {
.ttl_lyt{gap:40px;margin:60px 0}
.ttl_img_side{flex:0 0 320px}
.ttl_img_side img{height:440px}
.ttl_txt_side h1{font-size:2.3em}
.story_grid{gap:50px}
.approach_grd{grid-template-columns:repeat(2,1fr);gap:35px}
}
@media (max-width: 768px) {
.ttl_lyt{flex-direction:column;gap:30px;margin:40px 0}
.ttl_img_side{flex:none;width:100%}
.ttl_img_side img{height:360px}
.ttl_txt_side h1{font-size:1.9em}
.story_seg{padding:60px 0;margin:40px 0}
.story_grid{grid-template-columns:1fr;gap:40px}
.story_txt .yr_mark{font-size:2.8em}
.story_visual img{height:320px}
.tm_cards{grid-template-columns:1fr;gap:40px}
.approach_grd{grid-template-columns:1fr;gap:30px}
}
@media (max-width: 480px) {
.pg_wrap{padding:0 16px}
.ttl_txt_side h1{font-size:1.6em}
.ttl_img_side img{height:280px}
.story_txt h2{font-size:1.7em}
.tm_showcase h2{font-size:1.8em}
.tm_crd_img{height:260px}
.approach_hd h2{font-size:1.8em}
}
.evnt_pg{background:#FCFEFA;width:100%}
.tp_blck{max-width:1280px;margin:0 auto;padding:80px 20px;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;position:relative}
.tp_lft{position:relative;z-index:2}
.tp_lft h1{font-size:3.2rem;line-height:1.1;color:#00613C;margin:0 0 20px;font-weight:700}
.tp_lft .sub_txt{font-size:1.25rem;color:#444;margin:0 0 35px;line-height:1.6}
.tp_lft .cta_wrp{display:inline-block}
.tp_lft .cta_wrp a{background:#D44832;color:#FCFEFA;padding:16px 40px;text-decoration:none;border-radius:4px;font-weight:600;font-size:1.05rem;display:inline-block;transition:all .3s ease;box-shadow:0 4px 12px #d448324d}
.tp_lft .cta_wrp a:hover{background:#b93b2a;transform:translateY(-2px);box-shadow:0 6px 20px #d4483266}
.tp_rght{position:relative;height:480px}
.tp_rght .img_frg{position:absolute;overflow:hidden;border-radius:3px;box-shadow:0 8px 24px #00613c26}
.tp_rght .img_frg:nth-child(1){width:65%;height:70%;top:0;left:0;z-index:2}
.tp_rght .img_frg:nth-child(2){width:55%;height:65%;bottom:0;right:0;z-index:1}
.tp_rght .img_frg img{width:100%;height:100%;object-fit:cover;display:block;opacity:.85}
.tp_rght .shp_acc{position:absolute;width:120px;height:120px;border-radius:50%;background:#d448321f;top:50%;left:50%;transform:translate(-50%,-50%);z-index:0}
.tp_rght .shp_acc::before{content:'';position:absolute;width:80px;height:80px;border:3px solid #00613c33;border-radius:50%;top:50%;left:50%;transform:translate(-50%,-50%)}
.evnt_ctlg{max-width:1280px;margin:0 auto;padding:100px 20px}
.ctlg_hdr{text-align:center;margin:0 0 70px}
.ctlg_hdr h2{font-size:2.5rem;color:#00613C;margin:0 0 15px;font-weight:700}
.ctlg_hdr p{font-size:1.15rem;color:#555;margin:0;line-height:1.6}
.evnt_grd{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.evnt_crd{background:#FCFEFA;border:2px solid #00613c26;border-radius:5px;padding:0;transition:all .3s ease;position:relative;overflow:hidden}
.evnt_crd:hover{border-color:#D44832;transform:translateY(-6px);box-shadow:0 12px 28px #00613c33}
.evnt_crd .crd_img{width:100%;height:200px;overflow:hidden;position:relative}
.evnt_crd .crd_img img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}
.evnt_crd:hover .crd_img img{transform:scale(1.08)}
.evnt_crd .crd_tag{position:absolute;top:15px;right:15px;background:#D44832;color:#FCFEFA;padding:6px 16px;border-radius:3px;font-size:.85rem;font-weight:600;z-index:2}
.evnt_crd .crd_bdy{padding:30px 25px}
.evnt_crd .crd_bdy h3{font-size:1.4rem;color:#00613C;margin:0 0 12px;font-weight:700}
.evnt_crd .crd_bdy .dt_inf{display:flex;align-items:center;gap:8px;margin:0 0 15px;color:#666;font-size:.95rem}
.evnt_crd .crd_bdy .dt_inf i{color:#D44832;font-size:1.1rem}
.evnt_crd .crd_bdy .dsc_txt{font-size:1rem;color:#555;line-height:1.65;margin:0 0 20px}
.evnt_crd .crd_bdy .prg_bar{margin:0 0 15px}
.evnt_crd .crd_bdy .prg_bar .lbl{display:flex;justify-content:space-between;margin:0 0 8px;font-size:.9rem;color:#666}
.evnt_crd .crd_bdy .prg_bar .trck{width:100%;height:8px;background:#00613c1a;border-radius:10px;overflow:hidden}
.evnt_crd .crd_bdy .prg_bar .fll{height:100%;background:linear-gradient(90deg,#00613C 0%,#D44832 100%);border-radius:10px;transition:width .6s ease}
.evnt_crd .crd_bdy .crd_ft{display:flex;justify-content:space-between;align-items:center;padding:20px 0 0;border-top:1px solid #00613c1a}
.evnt_crd .crd_bdy .crd_ft .prc{font-size:1.5rem;color:#D44832;font-weight:700}
.evnt_crd .crd_bdy .crd_ft .enrl_btn{background:#00613C;color:#FCFEFA;padding:10px 24px;text-decoration:none;border-radius:3px;font-size:.95rem;font-weight:600;transition:all .3s ease;display:inline-block}
.evnt_crd .crd_bdy .crd_ft .enrl_btn:hover{background:#004d2f;transform:scale(1.05)}
.evnt_crd.fll_evnt .crd_tag{background:#666}
.evnt_crd.fll_evnt .crd_bdy .crd_ft .enrl_btn{background:#999;cursor:not-allowed;pointer-events:none}
@media (max-width: 968px) {
.tp_blck{grid-template-columns:1fr;gap:50px;padding:60px 20px}
.tp_lft h1{font-size:2.5rem}
.tp_rght{height:380px}
.evnt_grd{grid-template-columns:repeat(2,1fr);gap:30px}
.ctlg_hdr h2{font-size:2rem}
}
@media (max-width: 640px) {
.tp_lft h1{font-size:2rem}
.tp_lft .sub_txt{font-size:1.1rem}
.tp_rght{height:320px}
.evnt_grd{grid-template-columns:1fr;gap:25px}
.ctlg_hdr h2{font-size:1.75rem}
.evnt_ctlg{padding:60px 20px}
}
.pth_wrp{max-width:1280px;margin:0 auto;padding:80px 20px 40px}
.pth_hdr{text-align:center;margin-bottom:100px}
.pth_hdr .ttl{font-size:48px;color:#D44832;margin-bottom:20px;font-weight:700;line-height:1.2}
.pth_hdr .desc{font-size:20px;color:#00613C;max-width:720px;margin:0 auto;line-height:1.6}
.stg_grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;margin-bottom:120px;align-items:center}
.stg_visual{position:relative}
.stg_visual img{width:100%;height:520px;object-fit:cover;border-radius:4px;box-shadow:8px 8px 0 #d4483226}
.stg_txt .stg_num{font-size:72px;color:#d4483233;font-weight:700;line-height:1;margin-bottom:10px}
.stg_txt .stg_name{font-size:32px;color:#00613C;margin-bottom:18px;font-weight:600}
.stg_txt .stg_info{font-size:18px;color:#333;line-height:1.7;margin-bottom:12px}
.stg_grid.rvrs{grid-template-columns:1fr 1fr}
.stg_grid.rvrs .stg_visual{order:2}
.stg_grid.rvrs .stg_txt{order:1}
.ftr_strps{background:linear-gradient(135deg,#00613c0d 0%,#d448320d 100%);padding:80px 20px;margin-bottom:100px}
.ftr_cntr{max-width:1280px;margin:0 auto}
.ftr_cntr .sec_ttl{font-size:38px;color:#D44832;margin-bottom:50px;text-align:center;font-weight:600}
.ftr_lst{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.ftr_itm{background:#FCFEFA;padding:35px 28px;border-radius:3px;box-shadow:0 4px 12px #00613c14;position:relative;transition:transform .3s ease}
.ftr_itm:hover{transform:translateY(-5px);box-shadow:0 8px 20px #d448321f}
.ftr_itm .ic_wrap{width:56px;height:56px;background:#d448321a;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:20px}
.ftr_itm .ic_wrap i{font-size:28px;color:#D44832}
.ftr_itm .ftr_nm{font-size:22px;color:#00613C;margin-bottom:12px;font-weight:600}
.ftr_itm .ftr_dsc{font-size:16px;color:#555;line-height:1.6}
.tm_blk{max-width:1280px;margin:0 auto 100px;padding:0 20px}
.tm_blk .tm_hd{font-size:38px;color:#00613C;margin-bottom:60px;text-align:center;font-weight:600}
.tm_crd_wrp{display:flex;gap:30px;align-items:stretch}
.tm_crd{flex:1;background:#FCFEFA;border:2px solid #00613c26;border-radius:4px;padding:40px 30px;text-align:center;transition:border-color .3s ease}
.tm_crd:hover{border-color:#D44832}
.tm_crd .pht_wrp{width:120px;height:120px;border-radius:50%;overflow:hidden;margin:0 auto 24px;border:4px solid #d4483233}
.tm_crd .pht_wrp img{width:100%;height:100%;object-fit:cover}
.tm_crd .nm{font-size:24px;color:#00613C;margin-bottom:8px;font-weight:600}
.tm_crd .rl{font-size:16px;color:#D44832;margin-bottom:18px;font-weight:500}
.tm_crd .qte{font-size:16px;color:#444;line-height:1.7;font-style:italic}
.cta_fnl{background:linear-gradient(120deg,#00613C 0%,#00613ce6 100%);padding:100px 20px;text-align:center}
.cta_fnl .cta_ttl{font-size:42px;color:#FCFEFA;margin-bottom:24px;font-weight:700}
.cta_fnl .cta_sub{font-size:20px;color:#fcfefae6;margin-bottom:40px;max-width:680px;margin-left:auto;margin-right:auto;line-height:1.5}
.cta_fnl .btn_wrp{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}
.cta_fnl .btn_prim{background:#D44832;color:#FCFEFA;padding:18px 45px;border-radius:4px;text-decoration:none;font-size:18px;font-weight:600;transition:all .3s ease;display:inline-block;box-shadow:0 6px 16px #d448324d}
.cta_fnl .btn_prim:hover{background:#b93a28;transform:translateY(-2px);box-shadow:0 10px 24px #d4483266}
.cta_fnl .btn_sec{background:transparent;color:#FCFEFA;padding:18px 45px;border-radius:4px;text-decoration:none;font-size:18px;font-weight:600;border:2px solid #FCFEFA;transition:all .3s ease;display:inline-block}
.cta_fnl .btn_sec:hover{background:#fcfefa26;transform:translateY(-2px)}
@media (max-width: 968px) {
.pth_hdr .ttl{font-size:38px}
.pth_hdr .desc{font-size:18px}
.stg_grid{grid-template-columns:1fr;gap:40px;margin-bottom:80px}
.stg_grid.rvrs .stg_visual{order:1}
.stg_grid.rvrs .stg_txt{order:2}
.stg_visual img{height:420px}
.ftr_lst{grid-template-columns:1fr;gap:30px}
.tm_crd_wrp{flex-direction:column}
.cta_fnl .cta_ttl{font-size:34px}
.cta_fnl .btn_wrp{flex-direction:column;align-items:center}
.cta_fnl .btn_prim,.cta_fnl .btn_sec{width:100%;max-width:320px}
}
@media (max-width: 640px) {
.pth_wrp{padding:60px 16px 30px}
.pth_hdr{margin-bottom:60px}
.pth_hdr .ttl{font-size:32px}
.pth_hdr .desc{font-size:16px}
.stg_txt .stg_num{font-size:56px}
.stg_txt .stg_name{font-size:26px}
.stg_txt .stg_info{font-size:16px}
.stg_visual img{height:320px}
.ftr_strps{padding:60px 16px;margin-bottom:70px}
.ftr_cntr .sec_ttl{font-size:30px;margin-bottom:40px}
.tm_blk .tm_hd{font-size:30px;margin-bottom:40px}
.cta_fnl{padding:70px 16px}
.cta_fnl .cta_ttl{font-size:28px}
.cta_fnl .cta_sub{font-size:17px}
}
.sccs_wrp{max-width:1280px;margin:0 auto;padding:0 1.5rem}
.hro_blck{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;padding:5rem 0;min-height:85vh}
.lft_vis{position:relative}
.img_frm{position:relative;aspect-ratio:4/5;background:linear-gradient(135deg,#D44832 0%,#00613C 100%);border-radius:4px;padding:1.5rem}
.img_frm::before{content:'';position:absolute;top:-1.5rem;left:-1.5rem;right:1.5rem;bottom:1.5rem;border:3px solid #D44832;border-radius:4px;z-index:-1}
.img_innr{width:100%;height:100%;background:linear-gradient(to bottom,#d4483226,#00613c26);border-radius:2px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}
.img_innr::before{content:'';position:absolute;width:200%;height:200%;background:repeating-linear-gradient(45deg,transparent,transparent 20px,#fcfefa0d 20px,#fcfefa0d 40px);animation:ptrn_mv 20s linear infinite}
@keyframes ptrn_mv {
0%{transform:translate(0,0)}
100%{transform:translate(40px,40px)}
}
.shp_grp{position:relative;z-index:2}
.shp_itm{width:120px;height:120px;margin:0 auto 2rem;background:linear-gradient(135deg,#D44832,#00613C);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 30px #d448324d}
.shp_itm i{font-size:3.5rem;color:#FCFEFA}
.geo_shps{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:2rem}
.geo_bx{aspect-ratio:1;background:#FCFEFA;border-radius:3px;box-shadow:0 4px 12px #00613c26;display:flex;align-items:center;justify-content:center;transition:all .3s ease}
.geo_bx:hover{transform:translateY(-5px);box-shadow:0 8px 20px #d4483240}
.geo_bx svg{width:50%;height:50%}
.rght_cntnt{padding-left:2rem}
.msg_tag{display:inline-block;background:#00613c1a;color:#00613C;padding:.5rem 1.25rem;border-radius:25px;font-size:.9rem;font-weight:600;margin-bottom:1.5rem}
.main_ttl{font-size:3.5rem;line-height:1.1;color:#00613C;margin-bottom:1.5rem;font-weight:800}
.main_ttl .hghlght{color:#D44832;position:relative;display:inline-block}
.main_ttl .hghlght::after{content:'';position:absolute;bottom:.2rem;left:0;right:0;height:.5rem;background:#d4483233;z-index:-1}
.sub_desc{font-size:1.25rem;line-height:1.7;color:#333;margin-bottom:2.5rem}
.nxt_stps{background:linear-gradient(135deg,#d4483214 0%,#00613c14 100%);border-left:4px solid #D44832;padding:1.75rem;border-radius:4px;margin-bottom:2.5rem}
.nxt_stps h3{font-size:1.15rem;color:#00613C;margin-bottom:1rem;font-weight:700}
.stps_lst{list-style:none;padding:0;margin:0}
.stps_lst li{padding:.75rem 0;display:flex;align-items:start;gap:1rem}
.stps_lst li::before{content:'✓';color:#D44832;font-weight:700;font-size:1.25rem;flex-shrink:0}
.btn_grp{display:flex;gap:1.25rem;flex-wrap:wrap}
.prim_btn{background:#D44832;color:#FCFEFA;padding:1rem 2.5rem;border-radius:4px;text-decoration:none;font-weight:700;display:inline-flex;align-items:center;gap:.75rem;transition:all .3s ease;box-shadow:0 6px 20px #d448324d;border:none;cursor:pointer}
.prim_btn:hover{background:#b83a27;transform:translateY(-2px);box-shadow:0 10px 30px #d4483266;color:#FCFEFA}
.sec_btn{background:transparent;color:#00613C;padding:1rem 2.5rem;border-radius:4px;text-decoration:none;font-weight:700;display:inline-flex;align-items:center;gap:.75rem;transition:all .3s ease;border:2px solid #00613C}
.sec_btn:hover{background:#00613C;color:#FCFEFA;transform:translateY(-2px)}
@media (max-width: 1024px) {
.hro_blck{grid-template-columns:1fr;padding:3rem 0;gap:2.5rem}
.lft_vis{order:2}
.rght_cntnt{order:1;padding-left:0}
.main_ttl{font-size:2.75rem}
.img_frm{max-width:500px;margin:0 auto}
}
@media (max-width: 768px) {
.main_ttl{font-size:2.25rem}
.sub_desc{font-size:1.1rem}
.btn_grp{flex-direction:column}
.prim_btn,.sec_btn{width:100%;justify-content:center}
.geo_shps{grid-template-columns:repeat(2,1fr);gap:1rem}
.shp_itm{width:90px;height:90px}
.shp_itm i{font-size:2.5rem}
.img_frm::before{top:-1rem;left:-1rem;right:1rem;bottom:1rem}
}
@media (max-width: 480px) {
.sccs_wrp{padding:0 1rem}
.main_ttl{font-size:1.85rem}
.sub_desc{font-size:1rem}
.nxt_stps{padding:1.25rem}
.geo_shps{grid-template-columns:1fr}
}