*{box-sizing:inherit;margin:0;padding:0}
html{box-sizing:border-box}
body{font-family:'Rubik',sans-serif;background-color:#F9FAFA;color:#2c3e50;line-height:1.6}
.header_outer{background:linear-gradient(135deg,#075290 0%,#075290d9 100%);box-shadow:0 4px 12px #07529026}
.header_top_row{padding:24px 0}
.header_container_main{max-width:1400px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px}
.logo_wrapper{background-color:#F9FAFA;padding:12px 18px;border-radius:8px;box-shadow:0 3px 10px #0000001a}
.logo_link{display:block;line-height:0}
.site_logo_img{height:85px;width:85px;display:block}
.main_navigation{display:flex;gap:32px;flex-wrap:wrap;align-items:center}
.main_navigation .nav_link{color:#F9FAFA;text-decoration:none;font-size:15px;font-weight:400;transition:color .2s ease;white-space:nowrap}
.main_navigation .nav_link:hover{color:#F79345}
.header_bottom_bar{background-color:#f9fafa14;padding:14px 0;border-top:1px solid #f9fafa26}
.company_tagline{color:#F9FAFA;font-size:13px;font-weight:400;text-align:center;letter-spacing:.3px}
.footer_wrapper{background-color:#075290;padding:32px 0;margin-top:60px}
.footer_content_inner{max-width:1400px;margin:0 auto;padding:0 20px;display:flex;flex-direction:column;gap:20px}
.footer_nav_links{display:flex;gap:28px;flex-wrap:wrap;justify-content:center;padding-bottom:18px;border-bottom:1px solid #f9fafa33}
.footer_link_item{color:#F9FAFA;text-decoration:none;font-size:14px;border-bottom:1px solid transparent;transition:border-color .2s ease}
.footer_link_item:hover{border-bottom-color:#F79345}
.footer_company_info{text-align:center}
.footer_text_line{color:#f9fafad9;font-size:13px;margin-bottom:6px}
.footer_contact_link{color:#f9fafad9;text-decoration:none;transition:color .2s ease}
.footer_contact_link:hover{color:#F79345}
.cookie_consent_toast{position:fixed;top:20px;left:20px;background-color:#fff;border-radius:8px;box-shadow:0 8px 24px #07529040;padding:20px;max-width:340px;z-index:9999;transform:translateY(-120%);transition:transform .3s ease}
.cookie_consent_toast.cookie_toast_visible{transform:translateY(0)}
.cookie_toast_content{display:flex;flex-direction:column;gap:16px}
.cookie_message_text{font-size:14px;color:#2c3e50;line-height:1.5}
.cookie_settings_group{display:flex;flex-direction:column;gap:10px}
.cookie_toggle_wrapper{display:flex;justify-content:space-between;align-items:center;cursor:pointer}
.cookie_setting_label{font-size:13px;color:#075290;font-weight:700}
.cookie_toggle_input{display:none}
.cookie_toggle_slider{width:44px;height:22px;background-color:#ccc;border-radius:22px;position:relative;transition:background-color .2s ease}
.cookie_toggle_slider::after{content:'';position:absolute;width:18px;height:18px;background-color:#fff;border-radius:50%;top:2px;left:2px;transition:transform .2s ease}
.cookie_toggle_input:checked + .cookie_toggle_slider{background-color:#075290}
.cookie_toggle_input:checked + .cookie_toggle_slider::after{transform:translateX(22px)}
.cookie_action_buttons{display:flex;gap:14px;justify-content:flex-end}
.cookie_btn{background:none;border:none;font-size:14px;font-family:'Rubik',sans-serif;cursor:pointer;text-decoration:underline;padding:6px 12px;transition:color .2s ease}
.cookie_btn_accept{color:#075290}
.cookie_btn_accept:hover{color:#F79345}
.cookie_btn_decline{color:#666}
.cookie_btn_decline:hover{color:#2c3e50}
@media (max-width: 968px) {
.header_container_main{flex-direction:column;align-items:center;text-align:center}
.main_navigation{justify-content:center;gap:20px}
.footer_nav_links{flex-direction:column;gap:14px}
}
@media (max-width: 640px) {
.site_logo_img{height:70px;width:70px}
.main_navigation{flex-direction:column;gap:14px}
.main_navigation .nav_link{font-size:14px}
.company_tagline{font-size:12px}
.cookie_consent_toast{left:10px;right:10px;max-width:none}
}
.agreement-section{max-width:1400px;margin:0 auto;padding:60px 20px;background:#F9FAFA}
.agreement-section p{font-size:16px;line-height:1.75;color:#2c3e50;margin:0 0 20px;text-align:justify}
.agreement-section p:last-child{margin-bottom:0}
.agreement-section strong,.agreement-section b{font-weight:600;color:#075290}
.agreement-section em,.agreement-section i{font-style:italic;color:#34495e}
.agreement-section h1{font-size:42px;font-weight:700;color:#075290;margin:0 0 40px;line-height:1.3}
.agreement-section h2{font-size:32px;font-weight:600;color:#075290;margin:50px 0 25px;line-height:1.4;border-bottom:3px solid #F79345;padding-bottom:12px}
.agreement-section h3{font-size:24px;font-weight:600;color:#075290;margin:40px 0 20px;line-height:1.4}
.agreement-section h4{font-size:20px;font-weight:600;color:#2c3e50;margin:30px 0 15px;line-height:1.5}
.agreement-section h5{font-size:18px;font-weight:600;color:#34495e;margin:25px 0 12px;line-height:1.5}
.agreement-section h6{font-size:16px;font-weight:600;color:#34495e;margin:20px 0 10px;line-height:1.6}
.agreement-section ul,.agreement-section ol{margin:0 0 20px;padding-left:40px}
.agreement-section ul li,.agreement-section ol li{font-size:16px;line-height:1.75;color:#2c3e50;margin-bottom:12px}
.agreement-section ul li:last-child,.agreement-section ol li:last-child{margin-bottom:0}
.agreement-section ul{list-style-type:disc}
.agreement-section ol{list-style-type:decimal}
.agreement-section a{color:#075290;text-decoration:underline;transition:color .3s ease}
.agreement-section a:hover{color:#F79345}
.agreement-section table{width:100%;border-collapse:collapse;margin:30px 0;background:#fff;box-shadow:0 4px 12px #07529014}
.agreement-section thead{background:#075290}
.agreement-section thead tr{border:none}
.agreement-section thead th{padding:18px 20px;text-align:left;font-size:16px;font-weight:600;color:#fff;border-bottom:3px solid #F79345}
.agreement-section tbody tr{border-bottom:1px solid #e1e8ed;transition:background .3s ease}
.agreement-section tbody tr:last-child{border-bottom:none}
.agreement-section tbody tr:hover{background:#07529008}
.agreement-section tbody td{padding:16px 20px;font-size:15px;line-height:1.6;color:#2c3e50}
.agreement-section tbody th{padding:16px 20px;text-align:left;font-size:15px;font-weight:600;color:#075290;background:#0752900d}
.agreement-section div{margin:0}
.agreement-section blockquote{margin:30px 0;padding:20px 25px;background:#0752900d;border-left:5px solid #F79345;font-size:16px;line-height:1.7;color:#34495e}
.agreement-section code{background:#f4f4f4;padding:3px 8px;border-radius:4px;font-family:'Courier New',monospace;font-size:14px;color:#075290}
.agreement-section pre{background:#f4f4f4;padding:20px;border-radius:6px;overflow-x:auto;margin:25px 0}
.agreement-section pre code{background:none;padding:0}
.agreement-section hr{border:none;border-top:2px solid #e1e8ed;margin:50px 0}
@media (max-width: 768px) {
.agreement-section{padding:40px 15px}
.agreement-section h1{font-size:32px;margin-bottom:30px}
.agreement-section h2{font-size:26px;margin:40px 0 20px}
.agreement-section h3{font-size:22px;margin:30px 0 15px}
.agreement-section h4{font-size:19px}
.agreement-section p,.agreement-section ul li,.agreement-section ol li{font-size:15px;text-align:left}
.agreement-section table{font-size:14px}
.agreement-section thead th,.agreement-section tbody td,.agreement-section tbody th{padding:12px 15px;font-size:14px}
.agreement-section ul,.agreement-section ol{padding-left:25px}
}
@media (max-width: 480px) {
.agreement-section{padding:30px 12px}
.agreement-section h1{font-size:28px}
.agreement-section h2{font-size:24px}
.agreement-section table{display:block;overflow-x:auto}
.agreement-section thead th,.agreement-section tbody td,.agreement-section tbody th{padding:10px 12px}
}
.title_wrap_outer{background:linear-gradient(135deg,#075290 0%,#0a6bb8 100%);position:relative;overflow:hidden;padding:80px 20px 90px}
.title_wrap_outer::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:#f793451f;border-radius:50%;z-index:1}
.title_content_inner{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 280px;gap:50px;align-items:center;position:relative;z-index:2}
.title_text_section h1{font-size:48px;color:#F9FAFA;margin:0 0 24px;line-height:1.2;font-weight:700}
.title_text_section p{font-size:19px;color:#F9FAFA;line-height:1.6;margin:0 0 18px;opacity:.95}
.title_image_strip{position:relative;height:320px;border-radius:8px;overflow:hidden;box-shadow:0 12px 28px #07529066}
.title_image_strip img{width:100%;height:100%;object-fit:cover;object-position:center}
.title_image_strip::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,#0752904d 0%,#f7934533 100%)}
.decorative_accent{position:absolute;bottom:20px;left:0;width:140px;height:4px;background:#F79345;box-shadow:0 2px 8px #f7934580}
@media (max-width: 1024px) {
.title_content_inner{grid-template-columns:1fr;gap:40px}
.title_text_section h1{font-size:38px}
.title_image_strip{height:260px}
}
@media (max-width: 768px) {
.title_wrap_outer{padding:60px 20px 70px}
.title_text_section h1{font-size:32px}
.title_text_section p{font-size:17px}
.title_image_strip{height:220px}
}
.challenges_container{max-width:1400px;margin:0 auto;padding:90px 20px}
.challenges_header{text-align:center;margin-bottom:70px}
.challenges_header h2{font-size:42px;color:#075290;margin:0 0 20px;font-weight:700}
.challenges_header h2::after{content:'';display:block;width:80px;height:3px;background:#F79345;margin:16px auto 0}
.challenges_header p{font-size:18px;color:#333;line-height:1.7;max-width:780px;margin:0 auto}
.challenge_grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.challenge_card{background:#F9FAFA;border-radius:8px;padding:40px 30px;position:relative;transition:all .3s ease;border:2px solid transparent}
.challenge_card:hover{border-color:#F79345;box-shadow:0 8px 24px #07529026;transform:translateY(-4px)}
.challenge_card::before{content:'';position:absolute;top:0;left:0;width:5px;height:100%;background:linear-gradient(180deg,#075290 0%,#F79345 100%);border-radius:8px 0 0 8px;opacity:0;transition:opacity .3s ease}
.challenge_card:hover::before{opacity:1}
.challenge_icon_box{width:70px;height:70px;background:linear-gradient(135deg,#075290 0%,#0a6bb8 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:24px}
.challenge_icon_box i{font-size:32px;color:#F9FAFA}
.challenge_card h3{font-size:24px;color:#075290;margin:0 0 16px;font-weight:600}
.challenge_card .problem_text{font-size:16px;color:#555;line-height:1.6;margin-bottom:18px;padding-left:20px;border-left:3px solid #07529033}
.challenge_card .solution_text{font-size:16px;color:#333;line-height:1.6;font-weight:500}
.challenge_card .solution_text::before{content:'→';color:#F79345;font-weight:700;margin-right:8px}
.challenge_visual_block{margin-top:60px;display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}
.challenge_image_wrapper{position:relative;height:420px;border-radius:8px;overflow:hidden;box-shadow:0 10px 30px #07529033}
.challenge_image_wrapper img{width:100%;height:100%;object-fit:cover;object-position:center}
.challenge_stats_panel{display:flex;flex-direction:column;gap:30px}
.stat_row{background:#F9FAFA;padding:28px 32px;border-radius:8px;border-left:5px solid #F79345;transition:all .3s ease}
.stat_row:hover{box-shadow:0 6px 18px #0752901f;transform:translateX(6px)}
.stat_row h4{font-size:20px;color:#075290;margin:0 0 12px;font-weight:600}
.stat_row p{font-size:16px;color:#555;line-height:1.6;margin:0}
@media (max-width: 1024px) {
.challenge_grid{grid-template-columns:repeat(2,1fr)}
.challenge_visual_block{grid-template-columns:1fr}
}
@media (max-width: 768px) {
.challenges_container{padding:60px 20px}
.challenges_header h2{font-size:34px}
.challenge_grid{grid-template-columns:1fr;gap:30px}
.challenge_card{padding:30px 24px}
.challenge_image_wrapper{height:300px}
}
.certification_wrapper{background:linear-gradient(180deg,#F9FAFA 0%,#fff 100%);padding:90px 20px;position:relative}
.certification_wrapper::before{content:'';position:absolute;top:0;left:50%;transform:translateX(-50%);width:100%;max-width:1600px;height:1px;background:linear-gradient(90deg,transparent 0%,#F79345 50%,transparent 100%)}
.certification_inner{max-width:1400px;margin:0 auto}
.certification_heading_block{text-align:center;margin-bottom:70px}
.certification_heading_block h2{font-size:42px;color:#075290;margin:0 0 18px;font-weight:700;position:relative;display:inline-block}
.certification_heading_block h2::before{content:'';position:absolute;top:-12px;left:-20px;width:40px;height:40px;background:#f7934526;border-radius:50%;z-index:-1}
.certification_heading_block p{font-size:18px;color:#333;line-height:1.7;max-width:820px;margin:0 auto}
.cert_layout_grid{display:grid;grid-template-columns:1.2fr 1fr;gap:60px;align-items:start}
.cert_content_column{display:flex;flex-direction:column;gap:35px}
.cert_detail_box{background:#fff;padding:36px 32px;border-radius:8px;box-shadow:0 4px 16px #07529014;border-top:4px solid #075290;transition:all .3s ease}
.cert_detail_box:hover{box-shadow:0 8px 24px #07529026;transform:translateY(-3px)}
.cert_detail_box h3{font-size:24px;color:#075290;margin:0 0 18px;font-weight:600;display:flex;align-items:center;gap:12px}
.cert_detail_box h3 i{font-size:28px;color:#F79345}
.cert_detail_box p{font-size:16px;color:#555;line-height:1.7;margin:0}
.cert_detail_box ul{list-style:none;padding:0;margin:16px 0 0}
.cert_detail_box ul li{font-size:16px;color:#555;line-height:1.8;padding-left:28px;position:relative;margin-bottom:10px}
.cert_detail_box ul li::before{content:'';position:absolute;left:0;top:8px;width:16px;height:16px;background:#F79345;border-radius:3px;transform:rotate(45deg)}
.cert_visual_column{display:flex;flex-direction:column;gap:35px}
.cert_image_showcase{position:relative;height:380px;border-radius:8px;overflow:hidden;box-shadow:0 10px 30px #07529033}
.cert_image_showcase img{width:100%;height:100%;object-fit:cover;object-position:center}
.cert_image_showcase::after{content:'';position:absolute;bottom:0;left:0;right:0;height:40%;background:linear-gradient(0deg,#075290b3 0%,transparent 100%)}
.cert_recognition_panel{background:linear-gradient(135deg,#075290 0%,#0a6bb8 100%);padding:38px 32px;border-radius:8px;color:#F9FAFA;box-shadow:0 8px 20px #0752904d}
.cert_recognition_panel h4{font-size:22px;margin:0 0 18px;font-weight:600;color:#F9FAFA}
.cert_recognition_panel p{font-size:16px;line-height:1.7;margin:0;color:#f9fafaf2}
.cert_action_area{margin-top:60px;text-align:center;padding:50px 30px;background:#F9FAFA;border-radius:8px;border:2px dashed #0752904d}
.cert_action_area h3{font-size:28px;color:#075290;margin:0 0 20px;font-weight:600}
.cert_action_area p{font-size:17px;color:#555;line-height:1.6;margin:0 0 30px;max-width:680px;margin-left:auto;margin-right:auto}
.cert_cta_button{display:inline-block;padding:16px 46px;background:linear-gradient(135deg,#F79345 0%,#ff9d5c 100%);color:#fff;text-decoration:none;font-size:18px;font-weight:600;border-radius:6px;box-shadow:0 6px 18px #f7934566;transition:all .3s ease;position:relative;z-index:10}
.cert_cta_button:hover{transform:translateY(-3px);box-shadow:0 10px 25px #f7934580;background:linear-gradient(135deg,#ff9d5c 0%,#F79345 100%)}
@media (max-width: 1024px) {
.cert_layout_grid{grid-template-columns:1fr;gap:40px}
.certification_heading_block h2{font-size:36px}
}
@media (max-width: 768px) {
.certification_wrapper{padding:60px 20px}
.certification_heading_block h2{font-size:32px}
.cert_detail_box{padding:28px 24px}
.cert_image_showcase{height:280px}
.cert_action_area{padding:40px 24px}
.cert_action_area h3{font-size:24px}
}
.page_top_header{position:relative;background:linear-gradient(135deg,#075290 0%,#0a6bb8 100%);padding:120px 20px 100px;overflow:hidden}
.page_top_header::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:#f7934526;border-radius:50%;filter:blur(80px)}
.page_top_header::after{content:'';position:absolute;bottom:-30%;left:-5%;width:500px;height:500px;background:#f9fafa14;border-radius:50%;filter:blur(60px)}
.header_content_wrapper{max-width:1400px;margin:0 auto;position:relative;z-index:2}
.header_content_wrapper h1{font-size:3.2em;color:#F9FAFA;margin:0 0 24px;font-weight:700;line-height:1.2}
.header_content_wrapper .intro_text{font-size:1.15em;color:#f9fafae6;margin:0 0 36px;max-width:680px;line-height:1.6}
.header_action_button{display:inline-block;background:#F79345;color:#075290;padding:16px 42px;text-decoration:none;border-radius:8px;font-weight:600;font-size:1.05em;transition:all .3s ease;box-shadow:0 6px 20px #f793454d}
.header_action_button:hover{background:#ff9f59;transform:translateY(-2px);box-shadow:0 10px 30px #f7934566}
.contact_main_section{max-width:1400px;margin:0 auto;padding:80px 20px;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}
.contact_info_block{background:#F9FAFA;padding:50px;border-radius:10px;box-shadow:0 8px 24px #07529014}
.contact_info_block h2{font-size:2em;color:#075290;margin:0 0 16px;font-weight:600}
.contact_info_block .subtitle_text{font-size:1.05em;color:#555;margin:0 0 40px;line-height:1.6}
.info_item_group{display:flex;flex-direction:column;gap:28px}
.single_info_item{display:flex;align-items:start;gap:18px}
.info_icon_holder{width:48px;height:48px;background:linear-gradient(135deg,#075290,#0a6bb8);border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.info_icon_holder i{font-size:22px;color:#F9FAFA}
.info_text_content h3{font-size:1.15em;color:#075290;margin:0 0 6px;font-weight:600}
.info_text_content p{font-size:1em;color:#666;margin:0;line-height:1.5}
.info_text_content a{color:#075290;text-decoration:none;transition:color .3s ease}
.info_text_content a:hover{color:#F79345}
.contact_form_wrapper{background:#fff;padding:50px;border-radius:10px;box-shadow:0 12px 32px #0752901f;border:1px solid #0752901a}
.contact_form_wrapper h2{font-size:2em;color:#075290;margin:0 0 12px;font-weight:600}
.form_intro_text{font-size:1.05em;color:#666;margin:0 0 36px;line-height:1.6}
.input_row_double{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:20px}
.form_input_group{display:flex;flex-direction:column;margin-bottom:20px}
.form_input_group label{font-size:.95em;color:#075290;margin-bottom:8px;font-weight:500}
.form_input_group input,.form_input_group textarea{padding:14px 18px;border:2px solid #e0e0e0;border-radius:8px;font-size:1em;transition:all .3s ease;background:#F9FAFA}
.form_input_group input:focus,.form_input_group textarea:focus{outline:none;border-color:#075290;background:#fff;box-shadow:0 4px 12px #0752901a}
.form_input_group textarea{resize:vertical;min-height:140px;font-family:inherit}
.privacy_consent_wrapper{margin:28px 0;display:flex;align-items:start;gap:12px}
.privacy_consent_wrapper input[type="checkbox"]{width:20px;height:20px;margin-top:2px;cursor:pointer;accent-color:#075290}
.privacy_consent_wrapper label{font-size:.92em;color:#666;line-height:1.5;cursor:pointer}
.privacy_consent_wrapper a{color:#075290;text-decoration:none;font-weight:500}
.privacy_consent_wrapper a:hover{color:#F79345;text-decoration:underline}
.form_submit_button{width:100%;padding:16px;background:linear-gradient(135deg,#075290,#0a6bb8);color:#F9FAFA;border:none;border-radius:8px;font-size:1.1em;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 6px 20px #07529033}
.form_submit_button:hover{transform:translateY(-2px);box-shadow:0 10px 30px #0752904d;background:linear-gradient(135deg,#0a6bb8,#075290)}
.alternative_contact_section{max-width:1400px;margin:0 auto;padding:80px 20px;background:linear-gradient(to right,#07529008,#f7934508)}
.alternative_contact_section h2{font-size:2.2em;color:#075290;margin:0 0 50px;text-align:center;font-weight:600}
.contact_methods_grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.method_card{background:#fff;padding:40px 30px;border-radius:10px;text-align:center;transition:all .3s ease;border:2px solid transparent;box-shadow:0 4px 16px #07529014}
.method_card:hover{border-color:#F79345;transform:translateY(-4px);box-shadow:0 12px 28px #07529026}
.method_icon_circle{width:80px;height:80px;background:linear-gradient(135deg,#F79345,#ff9f59);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 24px}
.method_icon_circle i{font-size:36px;color:#fff}
.method_card h3{font-size:1.4em;color:#075290;margin:0 0 12px;font-weight:600}
.method_card p{font-size:1em;color:#666;margin:0 0 20px;line-height:1.5}
.method_card a{display:inline-block;color:#075290;text-decoration:none;font-weight:600;padding:10px 28px;border:2px solid #075290;border-radius:6px;transition:all .3s ease}
.method_card a:hover{background:#075290;color:#F9FAFA}
.location_hours_block{max-width:1400px;margin:0 auto;padding:80px 20px}
.location_hours_block h2{font-size:2.2em;color:#075290;margin:0 0 16px;font-weight:600}
.location_hours_block .section_description{font-size:1.1em;color:#666;margin:0 0 50px;line-height:1.6;max-width:800px}
.location_info_grid{display:grid;grid-template-columns:2fr 1fr;gap:40px}
.address_card{background:#F9FAFA;padding:50px;border-radius:10px;border-left:6px solid #F79345;box-shadow:0 6px 20px #0752901a}
.address_card h3{font-size:1.6em;color:#075290;margin:0 0 24px;font-weight:600;display:flex;align-items:center;gap:12px}
.address_card h3 i{color:#F79345;font-size:1.2em}
.address_card p{font-size:1.1em;color:#555;margin:0 0 12px;line-height:1.6}
.hours_card{background:linear-gradient(135deg,#075290,#0a6bb8);padding:40px;border-radius:10px;color:#F9FAFA;box-shadow:0 8px 24px #07529033}
.hours_card h3{font-size:1.5em;margin:0 0 20px;font-weight:600;display:flex;align-items:center;gap:12px}
.hours_card h3 i{color:#F79345}
.hours_list{display:flex;flex-direction:column;gap:14px}
.hours_list p{font-size:1.05em;margin:0;padding:10px 0;border-bottom:1px solid #f9fafa33;line-height:1.4}
.hours_list p:last-child{border-bottom:none}
@media (max-width: 1024px) {
.contact_main_section{grid-template-columns:1fr;gap:40px}
.contact_methods_grid{grid-template-columns:1fr}
.location_info_grid{grid-template-columns:1fr}
.header_content_wrapper h1{font-size:2.4em}
}
@media (max-width: 768px) {
.input_row_double{grid-template-columns:1fr}
.page_top_header{padding:80px 20px 60px}
.header_content_wrapper h1{font-size:2em}
.contact_info_block,.contact_form_wrapper,.address_card,.hours_card{padding:30px}
.contact_main_section,.alternative_contact_section,.location_hours_block{padding:50px 20px}
}
.learning_hero_outer{position:relative;overflow:hidden;padding:80px 20px;background:linear-gradient(135deg,#075290 0%,#0a6bb8 50%,#075290 100%);background-size:200% 200%;animation:gradient_shift 8s ease infinite}
@keyframes gradient_shift {
0%{background-position:0 50%}
50%{background-position:100% 50%}
100%{background-position:0 50%}
}
.learning_hero_container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.hero_text_area{color:#F9FAFA}
.hero_text_area h1{font-size:48px;line-height:1.2;margin:0 0 30px;font-weight:700}
.hero_features_list{list-style:none;padding:0;margin:0 0 35px}
.hero_features_list li{padding:12px 0 12px 35px;position:relative;font-size:18px;line-height:1.6}
.hero_features_list li::before{content:'';position:absolute;left:0;top:18px;width:20px;height:20px;background:#F79345;border-radius:50%}
.hero_action_btn{display:inline-block;padding:16px 40px;background:#F79345;color:#075290;text-decoration:none;font-weight:600;font-size:18px;border-radius:8px;transition:all .3s ease;box-shadow:0 6px 20px #f793454d}
.hero_action_btn:hover{background:#F9FAFA;transform:translateY(-3px);box-shadow:0 10px 30px #f7934566}
.hero_image_wrapper{position:relative}
.hero_main_image{width:100%;height:500px;object-fit:cover;border-radius:10px;box-shadow:0 15px 40px #0003;filter:blur(0.5px)}
.program_structure_outer{padding:90px 20px;background:#F9FAFA}
.program_structure_container{max-width:1400px;margin:0 auto}
.program_structure_container h2{font-size:40px;color:#075290;margin:0 0 50px;text-align:center;font-weight:700}
.program_grid_layout{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.program_phase_card{background:#fff;padding:35px;border-radius:0;border-left:5px solid #F79345;box-shadow:8px 8px 0 #0752901a;transition:all .3s ease}
.program_phase_card:hover{transform:translateX(10px);box-shadow:12px 12px 0 #07529026}
.phase_number_badge{display:inline-block;width:50px;height:50px;background:linear-gradient(135deg,#075290,#0a6bb8);color:#F9FAFA;border-radius:50%;text-align:center;line-height:50px;font-size:24px;font-weight:700;margin-bottom:20px}
.program_phase_card h3{font-size:24px;color:#075290;margin:0 0 15px;font-weight:600}
.program_phase_card p{font-size:16px;line-height:1.7;color:#333;margin:0 0 20px}
.phase_details_list{list-style:none;padding:0;margin:0}
.phase_details_list li{padding:8px 0 8px 25px;position:relative;font-size:15px;color:#555}
.phase_details_list li::before{content:'▸';position:absolute;left:0;color:#F79345;font-weight:700}
.interactive_progress_outer{padding:90px 20px;background:linear-gradient(180deg,white 0%,#F9FAFA 100%)}
.interactive_progress_container{max-width:1400px;margin:0 auto}
.interactive_progress_container h2{font-size:40px;color:#075290;margin:0 0 60px;text-align:center;font-weight:700}
.skills_tracker_wrapper{display:flex;gap:50px;align-items:flex-start}
.tracker_visual_side{flex:1;position:relative}
.tracker_image_display{width:100%;height:450px;object-fit:cover;border-radius:10px;box-shadow:-10px 10px 30px #07529026}
.tracker_content_side{flex:1}
.skill_progression_item{margin-bottom:35px}
.skill_progression_item h4{font-size:20px;color:#075290;margin:0 0 12px;font-weight:600;display:flex;justify-content:space-between;align-items:center}
.skill_percentage{font-size:16px;color:#F79345;font-weight:700}
.skill_bar_outer{width:100%;height:12px;background:#0752901a;border-radius:6px;overflow:hidden;position:relative}
.skill_bar_fill{height:100%;background:linear-gradient(90deg,#075290,#F79345);border-radius:6px;transition:width 1.5s ease;position:relative}
.skill_bar_fill::after{content:'';position:absolute;top:0;right:0;width:4px;height:100%;background:#ffffff80;border-radius:0 6px 6px 0}
.skill_progression_item:nth-child(1) .skill_bar_fill{width:85%}
.skill_progression_item:nth-child(2) .skill_bar_fill{width:92%}
.skill_progression_item:nth-child(3) .skill_bar_fill{width:78%}
.skill_progression_item:nth-child(4) .skill_bar_fill{width:88%}
.skill_description{margin:10px 0 0;font-size:15px;line-height:1.6;color:#555}
@media (max-width: 1024px) {
.learning_hero_container{grid-template-columns:1fr;gap:40px}
.hero_text_area h1{font-size:38px}
.hero_main_image{height:400px}
.program_grid_layout{grid-template-columns:1fr 1fr}
.skills_tracker_wrapper{flex-direction:column;gap:40px}
}
@media (max-width: 768px) {
.learning_hero_outer{padding:60px 20px}
.hero_text_area h1{font-size:32px;margin-bottom:20px}
.hero_features_list li{font-size:16px;padding-left:30px}
.hero_main_image{height:300px}
.program_structure_outer,.interactive_progress_outer{padding:60px 20px}
.program_structure_container h2,.interactive_progress_container h2{font-size:32px;margin-bottom:35px}
.program_grid_layout{grid-template-columns:1fr;gap:25px}
.program_phase_card{padding:25px}
.tracker_image_display{height:350px}
.skill_progression_item h4{font-size:18px;flex-direction:column;align-items:flex-start;gap:5px}
}
@media (max-width: 480px) {
.hero_text_area h1{font-size:28px}
.hero_action_btn{padding:14px 30px;font-size:16px}
.program_structure_container h2,.interactive_progress_container h2{font-size:28px}
.program_phase_card h3{font-size:20px}
}
.international_hero{background:linear-gradient(135deg,#075290 0%,#0d6bb3 100%);padding:80px 20px;position:relative;overflow:hidden}
.international_hero::before{content:'';position:absolute;top:-50%;right:-20%;width:800px;height:800px;background:#f793451a;border-radius:50%;z-index:1}
.international_hero::after{content:'';position:absolute;bottom:-30%;left:-10%;width:600px;height:600px;background:#f9fafa0d;border-radius:50%;z-index:1}
.hero_content_wrapper{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;position:relative;z-index:2}
.hero_text_section{color:#F9FAFA}
.hero_text_section h1{font-size:52px;line-height:1.2;margin:0 0 24px;font-weight:700}
.hero_text_section h1::before{content:'';display:block;width:80px;height:6px;background:#F79345;margin-bottom:20px;box-shadow:0 4px 12px #f7934566}
.hero_description{font-size:18px;line-height:1.7;margin:0 0 32px;color:#f9fafae6}
.hero_stats_grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:40px}
.stat_card{background:#f9fafa1a;padding:24px;border-radius:8px;border:2px solid #f793454d;transition:all .3s ease}
.stat_card:hover{transform:translateY(-4px);background:#f9fafa26;box-shadow:0 8px 24px #07529066}
.stat_number{font-size:36px;font-weight:700;color:#F79345;margin:0 0 8px}
.stat_label{font-size:14px;color:#F9FAFA;margin:0}
.hero_image_container{position:relative}
.hero_image_container img{width:100%;height:500px;object-fit:cover;border-radius:10px;box-shadow:0 20px 60px #0000004d;filter:saturate(0.8)}
.hero_image_container::before{content:'';position:absolute;top:-20px;right:-20px;width:200px;height:200px;border:3px solid #F79345;border-radius:10px;z-index:-1}
.programs_showcase{padding:100px 20px;background:#F9FAFA;position:relative}
.programs_container{max-width:1400px;margin:0 auto}
.programs_header{text-align:center;max-width:800px;margin:0 auto 60px}
.programs_header h2{font-size:42px;color:#075290;margin:0 0 20px;font-weight:700;position:relative;display:inline-block}
.programs_header h2::after{content:'';position:absolute;bottom:-10px;left:50%;transform:translateX(-50%);width:120px;height:4px;background:linear-gradient(90deg,#075290,#F79345)}
.programs_intro{font-size:18px;line-height:1.6;color:#333;margin:30px 0 0}
.program_cards_layout{display:grid;grid-template-columns:repeat(2,1fr);gap:40px;margin-top:60px}
.program_card_item{background:#fff;border-radius:0;overflow:hidden;box-shadow:0 4px 16px #0752901f;transition:all .4s ease;position:relative}
.program_card_item::before{content:'';position:absolute;top:0;left:0;width:6px;height:100%;background:#F79345;transform:scaleY(0);transform-origin:top;transition:transform .4s ease}
.program_card_item:hover::before{transform:scaleY(1)}
.program_card_item:hover{transform:translateX(8px);box-shadow:0 12px 32px #07529033}
.card_header_section{padding:32px;background:linear-gradient(135deg,#0752900d,#f793450d)}
.card_title{font-size:26px;color:#075290;margin:0 0 16px;font-weight:700}
.card_subtitle{font-size:16px;color:#666;margin:0;line-height:1.6}
.card_body_section{padding:32px}
.features_list{list-style:none;margin:0;padding:0}
.features_list li{padding:12px 0 12px 40px;position:relative;font-size:16px;line-height:1.6;color:#333;border-bottom:1px solid #0752901a}
.features_list li:last-child{border-bottom:none}
.features_list li::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:24px;height:24px;background:#F79345;border-radius:50%;box-shadow:0 2px 8px #f793454d}
.features_list li::after{content:'✓';position:absolute;left:7px;top:50%;transform:translateY(-50%);color:#fff;font-size:14px;font-weight:700}
.card_footer_section{padding:24px 32px;background:#F9FAFA;display:flex;justify-content:space-between;align-items:center}
.duration_badge{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;background:#fff;border-radius:6px;font-size:14px;color:#075290;font-weight:600;box-shadow:0 2px 8px #0752901a}
.cta_button_link{display:inline-block;padding:12px 28px;background:#075290;color:#fff;text-decoration:none;border-radius:8px;font-size:16px;font-weight:600;transition:all .3s ease;box-shadow:0 4px 12px #0752904d;position:relative;z-index:10}
.cta_button_link:hover{background:#F79345;transform:translateY(-2px);box-shadow:0 8px 20px #f7934566}
.support_info_section{margin-top:80px;padding:50px;background:linear-gradient(135deg,#075290,#0d6bb3);border-radius:10px;display:grid;grid-template-columns:2fr 1fr;gap:60px;align-items:center;box-shadow:0 16px 48px #07529033}
.support_text_content{color:#F9FAFA}
.support_text_content h3{font-size:32px;margin:0 0 20px;font-weight:700}
.support_text_content p{font-size:16px;line-height:1.7;margin:0 0 16px;color:#f9fafae6}
.support_advantages_list{list-style:none;margin:24px 0 0;padding:0}
.support_advantages_list li{padding:10px 0;font-size:15px;position:relative;padding-left:28px;line-height:1.6}
.support_advantages_list li::before{content:'→';position:absolute;left:0;color:#F79345;font-size:18px;font-weight:700}
.contact_cta_block{background:#f9fafa1a;padding:32px;border-radius:8px;text-align:center}
.contact_cta_block h4{font-size:22px;color:#F9FAFA;margin:0 0 20px;font-weight:700}
.contact_button_primary{display:inline-block;padding:14px 32px;background:#F79345;color:#fff;text-decoration:none;border-radius:8px;font-size:16px;font-weight:600;transition:all .3s ease;box-shadow:0 4px 16px #f7934566}
.contact_button_primary:hover{background:#fff;color:#075290;transform:translateY(-3px);box-shadow:0 8px 24px #ffffff4d}
@media (max-width: 1024px) {
.hero_content_wrapper{grid-template-columns:1fr;gap:40px}
.hero_text_section h1{font-size:42px}
.hero_stats_grid{grid-template-columns:repeat(3,1fr)}
.program_cards_layout{grid-template-columns:1fr}
.support_info_section{grid-template-columns:1fr;gap:40px}
}
@media (max-width: 768px) {
.international_hero{padding:60px 20px}
.hero_text_section h1{font-size:34px}
.hero_stats_grid{grid-template-columns:1fr;gap:16px}
.programs_showcase{padding:60px 20px}
.programs_header h2{font-size:32px}
.card_header_section,.card_body_section{padding:24px}
.card_footer_section{flex-direction:column;gap:16px;align-items:stretch}
.cta_button_link{text-align:center}
.support_info_section{padding:32px 24px}
.support_text_content h3{font-size:26px}
}
@media (max-width: 480px) {
.hero_text_section h1{font-size:28px}
.hero_description{font-size:16px}
.stat_number{font-size:28px}
.programs_header h2{font-size:26px}
.card_title{font-size:22px}
}
.enterprise_learning_title{max-width:1400px;margin:0 auto;padding:80px 20px;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.title_content_zone h1{font-size:48px;line-height:1.2;color:#075290;margin:0 0 24px}
.title_content_zone .keyword_underline{position:relative;display:inline-block}
.title_content_zone .keyword_underline::after{content:'';position:absolute;bottom:-4px;left:0;right:0;height:3px;background:#F79345}
.title_content_zone p{font-size:18px;line-height:1.7;color:#333;margin:0 0 16px}
.image_with_film{position:relative;overflow:visible;margin-right:-120px}
.image_with_film img{width:100%;height:auto;display:block;border-radius:8px;box-shadow:0 12px 32px #07529026}
.image_with_film::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:repeating-linear-gradient(0deg,transparent,transparent 2px,#00000008 2px,#00000008 4px);pointer-events:none;border-radius:8px}
.image_with_film::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:repeating-linear-gradient(90deg,transparent,transparent 3px,#00000005 3px,#00000005 6px);pointer-events:none;border-radius:8px}
.value_matrix_container{background:linear-gradient(135deg,#F9FAFA 0%,#fff 100%);padding:100px 20px}
.value_matrix_wrapper{max-width:1400px;margin:0 auto}
.value_matrix_header{text-align:center;margin-bottom:70px}
.value_matrix_header h2{font-size:42px;color:#075290;margin:0 0 20px;line-height:1.3}
.value_matrix_header p{font-size:19px;color:#555;line-height:1.6;max-width:800px;margin:0 auto}
.offerings_grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;margin-bottom:80px}
.offering_card{background:#fff;border-radius:10px;padding:40px 30px;box-shadow:0 8px 24px #07529014;transition:all .3s ease;position:relative;overflow:hidden}
.offering_card::before{content:'';position:absolute;top:0;left:0;width:4px;height:0;background:#F79345;transition:height .3s ease}
.offering_card:hover{transform:translateY(-8px);box-shadow:0 16px 40px #07529026}
.offering_card:hover::before{height:100%}
.offering_card h3{font-size:24px;color:#075290;margin:0 0 16px;line-height:1.3}
.offering_card p{font-size:16px;color:#666;line-height:1.7;margin:0 0 12px}
.approach_timeline{background:#fff;border-radius:10px;padding:50px 40px;box-shadow:0 6px 20px #0752900f}
.approach_timeline h3{font-size:32px;color:#075290;margin:0 0 40px;text-align:center}
.timeline_track{display:grid;grid-template-columns:repeat(4,1fr);gap:0;position:relative}
.timeline_track::before{content:'';position:absolute;top:30px;left:60px;right:60px;height:3px;background:linear-gradient(90deg,#075290 0%,#F79345 100%)}
.timeline_phase{position:relative;padding:0 20px;text-align:center}
.phase_marker{width:60px;height:60px;background:#F79345;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 24px;position:relative;z-index:2;border:4px solid #fff;box-shadow:0 4px 12px #f793454d}
.phase_marker span{font-size:24px;font-weight:700;color:#fff}
.timeline_phase h4{font-size:18px;color:#075290;margin:0 0 12px;line-height:1.3}
.timeline_phase p{font-size:14px;color:#666;line-height:1.6;margin:0}
.capabilities_showcase{margin-top:60px;display:flex;gap:30px;align-items:stretch}
.capability_block{flex:1;background:linear-gradient(135deg,#07529008 0%,#f7934508 100%);border-radius:10px;padding:35px 30px;border:2px solid #0752901a;position:relative}
.capability_block::after{content:'';position:absolute;bottom:0;left:30px;right:30px;height:3px;background:linear-gradient(90deg,transparent 0%,#F79345 50%,transparent 100%);opacity:0;transition:opacity .3s ease}
.capability_block:hover::after{opacity:1}
.capability_block h4{font-size:20px;color:#075290;margin:0 0 16px;line-height:1.3}
.capability_block ul{list-style:none;padding:0;margin:0}
.capability_block li{font-size:15px;color:#555;line-height:1.6;margin-bottom:10px;padding-left:28px;position:relative}
.capability_block li::before{content:'→';position:absolute;left:0;color:#F79345;font-weight:700}
.contact_enterprise_zone{margin-top:70px;text-align:center;padding:50px 40px;background:linear-gradient(135deg,#075290 0%,#075290d9 100%);border-radius:10px;position:relative;overflow:hidden}
.contact_enterprise_zone::before{content:'';position:absolute;top:-50%;right:-10%;width:400px;height:400px;background:radial-gradient(circle,#f7934526 0%,transparent 70%);pointer-events:none}
.contact_enterprise_zone h3{font-size:32px;color:#fff;margin:0 0 16px;position:relative;z-index:2}
.contact_enterprise_zone p{font-size:18px;color:#ffffffe6;margin:0 0 30px;position:relative;z-index:2}
.enterprise_action_button{display:inline-block;padding:16px 40px;background:#F79345;color:#fff;text-decoration:none;font-size:17px;font-weight:600;border-radius:8px;transition:all .3s ease;position:relative;z-index:3;box-shadow:0 8px 20px #f793454d}
.enterprise_action_button:hover{background:#e67d2d;transform:translateY(-3px);box-shadow:0 12px 28px #f7934566}
@media (max-width: 1200px) {
.image_with_film{margin-right:-60px}
}
@media (max-width: 968px) {
.enterprise_learning_title{grid-template-columns:1fr;gap:40px;padding:60px 20px}
.image_with_film{margin-right:0;order:-1}
.title_content_zone h1{font-size:38px}
.offerings_grid{grid-template-columns:1fr;gap:30px}
.timeline_track{grid-template-columns:1fr;gap:30px}
.timeline_track::before{display:none}
.capabilities_showcase{flex-direction:column}
.value_matrix_header h2{font-size:34px}
}
@media (max-width: 640px) {
.title_content_zone h1{font-size:32px}
.value_matrix_header h2{font-size:28px}
.approach_timeline h3{font-size:26px}
.contact_enterprise_zone h3{font-size:26px}
.enterprise_action_button{padding:14px 32px;font-size:16px}
}
.success_outer_wrapper{background:linear-gradient(135deg,#F9FAFA 0%,#0752900d 100%);padding:80px 20px;min-height:85vh;display:flex;align-items:center;justify-content:center}
.success_content_container{max-width:1000px;margin:0 auto;width:100%}
.confirmation_block_wrapper{background:#FFF;border-radius:8px;padding:60px 40px;box-shadow:0 8px 24px #0752901f;position:relative;overflow:hidden}
.confirmation_block_wrapper::before{content:'';position:absolute;top:0;left:0;width:6px;height:100%;background:linear-gradient(180deg,#075290 0%,#F79345 100%)}
.icon_success_holder{width:90px;height:90px;margin:0 0 30px;position:relative}
.icon_success_holder svg{width:100%;height:100%}
.confirmation_block_wrapper .success_checkmark_circle{fill:none;stroke:#075290;stroke-width:3;stroke-dasharray:283;stroke-dashoffset:283;animation:circle_draw .8s ease-out forwards}
.confirmation_block_wrapper .success_checkmark_check{fill:none;stroke:#F79345;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:50;stroke-dashoffset:50;animation:check_draw .4s .8s ease-out forwards}
@keyframes circle_draw {
to{stroke-dashoffset:0}
}
@keyframes check_draw {
to{stroke-dashoffset:0}
}
.primary_confirmation_heading{font-size:42px;font-weight:700;color:#075290;margin:0 0 20px;line-height:1.2}
.secondary_confirmation_text{font-size:18px;color:#333;margin:0 0 35px;line-height:1.6}
.message_detail_section{background:#0752900a;border-left:4px solid #F79345;padding:25px 30px;margin:0 0 40px;border-radius:0 6px 6px 0}
.message_detail_section p{margin:0 0 12px;font-size:16px;color:#555;line-height:1.6}
.message_detail_section p:last-child{margin:0}
.message_detail_section strong{color:#075290;font-weight:600}
.next_steps_container{margin:40px 0 0}
.steps_heading_text{font-size:24px;font-weight:600;color:#075290;margin:0 0 25px}
.steps_grid_layout{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:25px;margin:0 0 40px}
.single_step_card{background:#FFF;border:2px solid #F9FAFA;border-radius:6px;padding:25px;transition:all .3s ease;position:relative}
.single_step_card::before{content:'';position:absolute;top:0;left:0;width:100%;height:3px;background:linear-gradient(90deg,#075290 0%,#F79345 100%);opacity:0;transition:opacity .3s ease}
.single_step_card:hover{border-color:#075290;box-shadow:0 6px 18px #0752901a;transform:translateY(-3px)}
.single_step_card:hover::before{opacity:1}
.step_number_badge{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;background:linear-gradient(135deg,#075290 0%,#0a679e 100%);color:#FFF;font-weight:700;font-size:18px;border-radius:50%;margin:0 0 15px}
.step_card_title{font-size:18px;font-weight:600;color:#075290;margin:0 0 10px}
.step_card_description{font-size:15px;color:#666;margin:0;line-height:1.5}
.action_buttons_row{display:flex;flex-wrap:wrap;gap:20px;margin:30px 0 0}
.primary_action_btn{display:inline-flex;align-items:center;gap:10px;background:#075290;color:#FFF;padding:16px 32px;border-radius:6px;text-decoration:none;font-weight:600;font-size:16px;transition:all .3s ease;box-shadow:0 4px 12px #07529033;position:relative;z-index:10}
.primary_action_btn:hover{background:#0a679e;box-shadow:0 6px 16px #0752904d;transform:translateY(-2px)}
.secondary_action_btn{display:inline-flex;align-items:center;gap:10px;background:#FFF;color:#075290;padding:16px 32px;border:2px solid #075290;border-radius:6px;text-decoration:none;font-weight:600;font-size:16px;transition:all .3s ease;position:relative;z-index:10}
.secondary_action_btn:hover{background:#075290;color:#FFF;transform:translateY(-2px)}
.decorative_accent_shape{position:absolute;bottom:-50px;right:-50px;width:200px;height:200px;background:linear-gradient(135deg,#0752900d 0%,#f793450d 100%);border-radius:50%;pointer-events:none}
@media (max-width: 768px) {
.success_outer_wrapper{padding:40px 20px}
.confirmation_block_wrapper{padding:40px 25px}
.primary_confirmation_heading{font-size:32px}
.secondary_confirmation_text{font-size:16px}
.steps_grid_layout{grid-template-columns:1fr}
.action_buttons_row{flex-direction:column}
.primary_action_btn,.secondary_action_btn{width:100%;justify-content:center}
}
@media (max-width: 480px) {
.icon_success_holder{width:70px;height:70px}
.primary_confirmation_heading{font-size:28px}
.message_detail_section{padding:20px}
}