html{scroll-behavior:smooth}#juniors_breadcrumb{background:#fff;padding:10px 0 12px;border-bottom:1px solid #ececec}#juniors_breadcrumb .breadcrumb{background:transparent;margin-bottom:10px;padding:0;font-size:14px;color:#424242}#juniors_breadcrumb .breadcrumb a{color:#424242}#juniors_breadcrumb .breadcrumb a:hover{color:#ff8a00}#juniors_breadcrumb .juniors_sub_tabs{display:flex;flex-wrap:wrap;gap:6px;align-items:center}#juniors_breadcrumb .sub_tab{display:inline-flex;align-items:center;gap:4px;padding:2px 16px;border-radius:6px;font-size:13px;text-decoration:none;border:1px solid #ff8a00;color:#ff8a00;background:#fff;transition:all 0.2s}#juniors_breadcrumb .sub_tab:hover{background:#ffe0b3;text-decoration:none;color:#Eb6212}#juniors_breadcrumb .sub_tab--active{background:#ffe0b3;border:2px solid #Eb6212;color:#Eb6212;font-weight:bold}#juniors_hero{background-color:rgba(255,138,0,0.1);padding:16px 0 0;position:relative;padding-bottom:80px}#juniors_hero .hero_wave_divider{position:absolute;bottom:0;left:0;right:0;height:107px;pointer-events:none;display:flex;align-items:flex-end}#juniors_hero .hero_wave_img{width:100%;height:100%;object-fit:fill;display:block}#juniors_hero .hero_inner{display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:368px}#juniors_hero .hero_content{flex:0 0 auto;max-width:480px;display:flex;flex-direction:column;gap:10px}#juniors_hero .hero_badge{display:inline-flex;align-items:center;align-self:flex-start;gap:8px;padding:4px 16px;border:1px solid #ff8a00;border-radius:9999px;background:#fff}#juniors_hero .hero_badge .hero_badge_logo{height:24px;width:auto}#juniors_hero .hero_badge span{font-size:14px;font-weight:bold;color:#ff8a00;white-space:nowrap}#juniors_hero .hero_title{font-size:48px;font-weight:900;line-height:1.15;margin:0}#juniors_hero .hero_title--dark{color:#272727}#juniors_hero .hero_title--accent{color:#eb6212}#juniors_hero .hero_title--accent-sm{color:#eb6212;font-size:38px}#juniors_hero .hero_desc{font-size:14px;color:#424242;line-height:1.8;margin:0}#juniors_hero .hero_btns{display:flex;gap:10px;flex-wrap:wrap;align-items:center}#juniors_hero .hero_btn--primary{background:#FFa522;border:1px solid #FFa522;color:#fff;border-radius:8px;padding:8px 16px;font-size:16px}#juniors_hero .hero_btn--primary:hover{background:#ff8a00;border-color:#ff8a00;color:#fff;text-decoration:none}#juniors_hero .hero_btn--outline{background:#fff;border:1px solid #ff8a00;color:#ff8a00;border-radius:8px;padding:8px 16px;font-size:16px}#juniors_hero .hero_btn--outline:hover{background:#ffe0b3;text-decoration:none}#juniors_hero .hero_image_wrap{flex:1 0 0;max-width:580px;padding:24px}#juniors_hero .hero_kv{position:relative;width:550px;max-width:100%}#juniors_hero .hero_kv_img{width:550px;max-width:100%;height:367px;object-fit:cover;border-radius:12px;display:block}#juniors_hero .hero_kv_logo{position:absolute;top:24px;left:24px}#juniors_hero .hero_kv_logo_img{height:27px;width:auto}#juniors_hero .hero_kv_overlay{position:absolute;bottom:0;left:12px;display:flex;flex-direction:column;gap:6px;padding-bottom:12px;width:calc( 100% - 1.5rem)}#juniors_hero .hero_stats{display:flex;gap:16px;justify-content:end}#juniors_hero .stat_card{background:rgba(255,255,255,0.8);border-radius:12px;box-shadow:0 4px 4px rgba(0,0,0,0.25);min-width:100px;padding:8px 16px;text-align:center}#juniors_hero .stat_num{font-size:24px;font-weight:bold;color:#ff8a00;line-height:1.2}#juniors_hero .stat_label{font-size:14px;color:#424242}#juniors_hero .hero_tagline{background:#fff;border-left:3px solid #ff8a00;border-radius:9999px;padding:4px 16px;font-size:14px;font-weight:bold;color:#Eb6212;white-space:nowrap}.juniors_section{padding:40px 0}.juniors_section--white{background:#fff}.juniors_section--gray{background:#f7f7f7}.section_title_outer{display:flex;align-items:center;justify-content:center;gap:16px;margin-bottom:24px}.gradient_line{height:4px;width:96px;flex-shrink:0}.gradient_line--left{background:linear-gradient(to right, rgba(251,146,60,0), #fb923c)}.gradient_line--right{background:linear-gradient(to left, rgba(251,146,60,0), #fb923c)}.section_title_box{text-align:center}.section_heading{font-size:36px;font-weight:900;color:#Eb6212;margin:0;white-space:nowrap}.section_subheading{font-size:16px;color:#9e9e9e;margin:4px 0 0}#juniors_about .section_intro{text-align:center;margin-bottom:32px}#juniors_about .section_intro_heading{display:flex;align-items:center;justify-content:center;gap:16px;margin-bottom:16px}#juniors_about .section_intro_heading h2{font-size:48px;font-weight:900;color:#424242;margin:0}#juniors_about .jr_section_logo{height:48px;width:auto}#juniors_about .section_intro_desc{font-size:16px;color:#424242;line-height:1.6;max-width:800px;margin:0 auto 8px}.jr_cards_grid{display:grid;grid-template-columns:repeat(2, 1fr);gap:24px}.jr_card{position:relative;background:#fff;border:2px solid #fed7aa;border-radius:24px;padding:24px;overflow:hidden}.jr_card_decor{position:absolute;top:0;right:0;width:80px;height:80px;border-bottom-left-radius:24px;background:linear-gradient(225deg, #ffedd5 0%, rgba(255,237,213,0) 100%);opacity:0.5}.jr_card_body{display:flex;gap:16px;align-items:flex-start;height:100%}.jr_card_img_wrap{flex:1;border-radius:12px;overflow:hidden}.jr_card_img{width:100%;height:160px;object-fit:cover;display:block}.jr_card_content{flex:1}.jr_card_title{font-size:20px;font-weight:bold;color:#424242;border-left:3px solid #ff8a00;padding-left:12px;margin-bottom:16px}.jr_plans_table{background:#fff;border-radius:12px;box-shadow:0 10px 15px -3px rgba(0,0,0,0.1),0 4px 6px -4px rgba(0,0,0,0.1);overflow:hidden;margin-bottom:40px}.jr_plans_table_head{display:flex;align-items:center;background:#ff8a00;color:#fff;font-size:16px;font-weight:bold;padding:16px 24px}.jr_plans_row{display:flex;align-items:center;border-bottom:1px solid #e5e7eb;padding:16px 24px;font-size:14px}.jr_plans_row--gray{background:#f9fafb}.col_type{width:150px;flex-shrink:0;text-align:center}.col_type strong{display:block;font-size:16px;color:#424242}.col_type span{font-size:12px;color:#9e9e9e}.col_age{width:120px;flex-shrink:0}.col_desc{flex:1;font-weight:bold;padding:0 16px}.col_btn{width:160px;flex-shrink:0;text-align:center}.jr_table_btn{background:#C73825;border:1px solid #C73825;color:#fff;border-radius:6px;padding:4px 12px;font-size:14px;white-space:nowrap}.jr_table_btn:hover{background:#AD2102;border-color:#AD2102;color:#fff;text-decoration:none}.jr_age_table{background:#f5f5f5;border:1px solid #e0e0e0;border-radius:12px;overflow:hidden;margin-bottom:32px}.jr_age_table_head{display:flex;align-items:center;border-bottom:1px solid #e0e0e0}.age_col_label{width:150px;flex-shrink:0;height:56px}.age_col{flex:1;padding:16px 24px;font-size:14px;font-weight:600;color:#424242;white-space:nowrap}.age_col--last{flex:0;padding-right:0}.jr_age_row{display:flex;align-items:center;padding:12px 0}.age_row_label{width:150px;flex-shrink:0;padding:0 24px;font-size:16px;font-weight:bold;color:#424242}.age_row_bar_wrap{flex:1;margin:0 24px;position:relative;background-color:#E0E0E0;border-radius:9999px}.age_bar{border-radius:9999px;padding:4px 16px;font-size:14px;font-weight:bold;color:#fff;text-shadow:0 0 4px rgba(0,0,0,0.25);white-space:nowrap}.age_bar--yellow{background:linear-gradient(175deg, #fdd000 7%, #f39800 75%)}.age_bar--orange{background:linear-gradient(176deg, #f39800 7%, #ed6c00 75%)}.age_bar--red{background:linear-gradient(174deg, #ed6c00 7%, #e8380d 75%)}.age_bar--dark-red{background:linear-gradient(174deg, #e8380d 7%, #c0300a 75%)}.age_bar--gray{background:linear-gradient(167deg, #888 7%, #555 75%)}.jr_cta_outer{display:flex;justify-content:center;margin-top:32px}.jr_cta_btn{background:linear-gradient(166deg, #ffa522 5%, #ff8a00 93%);border:2px solid rgba(255,255,255,0.6);color:#fff;border-radius:8px;padding:14px 32px;font-size:16px;font-weight:bold;box-shadow:0 10px 15px -3px rgba(0,0,0,0.1)}.jr_cta_btn:hover{color:#fff;text-decoration:none;opacity:0.9}.jr_services_wrap{display:flex;gap:24px;align-items:flex-start}.jr_services_left{width:480px;flex-shrink:0;background:#fff;border-radius:12px;box-shadow:0 10px 15px -3px rgba(0,0,0,0.1);overflow:hidden;padding:24px}.jr_services_img_placeholder{width:100%;height:288px;background:#ccc;border-radius:40px 0 0 40px;margin-bottom:24px}.jr_services_img{width:100%;height:288px;object-fit:cover;border-radius:0 40px 0 40px;display:block;margin-bottom:24px}.jr_services_brand{display:flex;flex-direction:column;gap:12px}.jr_services_brand_icon{margin-right:0.5rem;width:32px;height:32px;background:#Eb6212;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.jr_services_brand_icon i{font-size:14px}.jr_services_brand_icon svg{width:14px;height:14px}.jr_services_brand h3{font-size:24px;font-weight:bold;color:#Eb6212;margin-bottom:8px}.jr_services_brand p{font-size:16px;color:#424242;line-height:1.6;margin-bottom:16px}.jr_services_btn{display:block;text-align:center;background:#Eb6212;color:#fff;border-radius:9999px;padding:12px 32px;font-size:16px;width:100%}.jr_services_btn:hover{color:#fff;text-decoration:none;opacity:0.9}.jr_services_right{flex:1;display:flex;flex-direction:column;gap:24px;padding-top:24px}.jr_service_card{position:relative;background:#fff;border:2px solid #ffe0b3;border-radius:12px;padding:16px 24px;display:flex;gap:16px;align-items:center}.jr_service_card h4{font-size:18px;font-weight:bold;color:#424242;margin-bottom:4px}.jr_service_card p{font-size:16px;color:#9e9e9e;margin:0}.jr_service_num{position:absolute;top:-20px;left:-20px;width:40px;height:40px;background:#FFa522;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:bold;color:#fff}.jr_service_icon{width:44px;height:44px;background:#FFa522;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#fff}.jr_service_icon i{font-size:20px;color:#fff}.jr_tools_grid{display:flex;gap:16px;align-items:stretch}.jr_tool_item{flex:1;display:flex;flex-direction:column;align-items:center;text-align:center;gap:16px}.jr_tool_item h3{font-size:18px;font-weight:bold;color:#Eb6212}.jr_tool_item p{font-size:14px;color:#424242;flex:1}.jr_tool_icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center}.jr_tool_icon i{font-size:32px;color:#ff8a00}.jr_tool_icon_img{width:48px;height:48px;object-fit:contain;display:block}.jr_tool_btn{display:block;width:100%;background:rgba(255,138,0,0.1);border:2px solid #ff8a00;color:#ff8a00;border-radius:9999px;padding:8px 16px;font-size:16px;font-weight:bold}.jr_tool_btn:hover{background:#ffe0b3;text-decoration:none;color:#Eb6212}@media screen and (min-width: 768px) and (max-width: 1023px){#juniors_breadcrumb .juniors_sub_tabs{gap:4px}#juniors_breadcrumb .sub_tab{padding:4px 10px;font-size:13px}#juniors_hero .hero_inner{gap:16px}#juniors_hero .hero_content{max-width:380px}#juniors_hero .hero_title{font-size:36px}#juniors_hero .hero_image_wrap{padding:8px}#juniors_hero .hero_kv{width:100%}#juniors_hero .hero_kv_img{width:100%;height:280px}#juniors_hero .hero_stats{gap:8px}#juniors_hero .stat_card{min-width:80px;padding:6px 10px}#juniors_hero .hero_tagline{white-space:normal;font-size:12px}.section_heading{font-size:28px;white-space:normal}#juniors_about .section_intro_heading h2{font-size:32px}.jr_cards_grid{grid-template-columns:repeat(2, 1fr);gap:16px}.jr_card_img{height:120px}.jr_plans_table_head .col_type{width:120px}.jr_plans_table_head .col_age{width:90px}.jr_plans_table_head .col_btn{width:130px}.jr_plans_row .col_type{width:120px}.jr_plans_row .col_age{width:90px}.jr_plans_row .col_btn{width:130px}.age_col_label{width:100px}.age_row_label{width:100px;font-size:13px}.age_col{font-size:13px;padding:12px 8px}.jr_services_wrap{flex-direction:column}.jr_services_left{width:100%}.jr_services_img_placeholder{border-radius:12px;height:200px}.jr_tools_grid{display:grid;grid-template-columns:repeat(2, 1fr);gap:16px}}#transfer_about .tr_about_inner,#gt_about .tr_about_inner{display:flex;gap:32px;align-items:flex-start}#transfer_about .tr_about_img_wrap,#gt_about .tr_about_img_wrap{flex:0 0 auto;width:460px;max-width:100%;border-radius:12px;overflow:hidden;align-self:stretch}#transfer_about .tr_about_img_wrap img,#gt_about .tr_about_img_wrap img{width:100%;height:100%;object-fit:cover}#transfer_about .tr_about_img,#gt_about .tr_about_img{width:100%;height:100%;min-height:360px;object-fit:cover;display:block;border-radius:12px}#transfer_about .tr_about_content,#gt_about .tr_about_content{flex:1;min-width:0;display:flex;flex-direction:column;gap:16px}#transfer_about .tr_about_heading,#gt_about .tr_about_heading{display:flex;align-items:flex-start;gap:16px}#transfer_about .tr_about_heading h2,#gt_about .tr_about_heading h2{font-size:48px;font-weight:900;color:#424242;margin:0;line-height:1.1}#transfer_about .tr_about_logo,#gt_about .tr_about_logo{height:auto;width:150px;flex-shrink:0}#transfer_about .tr_about_subheading,#gt_about .tr_about_subheading{font-size:16px;color:#757575;margin:4px 0 0}#transfer_about .tr_about_desc,#gt_about .tr_about_desc{font-size:16px;color:#424242;line-height:1.6;margin:0}#transfer_about .tr_feature_list,#gt_about .tr_feature_list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}#transfer_about .tr_feature_item,#gt_about .tr_feature_item{display:flex;align-items:center;gap:16px}#transfer_about .tr_feature_tag,#gt_about .tr_feature_tag{display:inline-flex;align-items:center;gap:4px;background:#Eb6212;color:#fff;font-size:16px;font-weight:bold;padding:2px 12px;border-radius:9999px;white-space:nowrap;flex-shrink:0}#transfer_about .tr_feature_tag i,#gt_about .tr_feature_tag i{font-size:12px}#transfer_about .tr_feature_value,#gt_about .tr_feature_value{font-size:16px;font-weight:bold;color:#Eb6212}#transfer_about .tr_about_btns,#gt_about .tr_about_btns{display:flex;gap:12px;flex-wrap:wrap}#transfer_who .tr_age_bar_wrap{display:flex;align-items:center;gap:12px;margin-bottom:32px}#transfer_who .tr_age_bar_wrap>div{display:flex;flex:1;gap:12px;align-items:center}#transfer_who .tr_age_bar_label{font-size:14px;color:#424242;white-space:nowrap;flex-shrink:0}#transfer_who .tr_age_bar_track{flex:1;background:#e0e0e0;border-radius:9999px;height:32px;position:relative;overflow:hidden}#transfer_who .tr_age_bar_fill{position:absolute;left:30%;right:0;top:0;bottom:0;border-radius:9999px;background:linear-gradient(111deg, #ED6C00 7.56%, #E8380D 75.34%);display:flex;align-items:center;justify-content:center}#transfer_who .tr_age_bar_text{font-size:14px;font-weight:bold;color:#fff;white-space:nowrap}#transfer_who .tr_age_bar_link{font-size:13px;color:#Eb6212;white-space:nowrap;flex-shrink:0;text-decoration:none;border-radius:4px;padding:4px 10px;background-color:#ffe0b3;font-weight:bold}#transfer_who .tr_age_bar_link:hover{background:#ffe0b3;text-decoration:none}.tr_who_grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:24px;margin-bottom:32px}.tr_who_card_body{display:flex;flex-direction:column;align-items:center;gap:16px;text-align:center;width:100%}.tr_who_card_img_wrap{width:90px;height:90px;border-radius:50%;overflow:hidden;flex-shrink:0;background-color:#ffe0b3}.tr_who_card_img{width:100%;height:100%;object-fit:none;display:block}.tr_who_card_title{font-size:18px;font-weight:bold;color:#424242;margin:0}.tr_who_card_desc{font-size:14px;color:#424242;margin:0}.tr_alt_section{margin-top:40px}.tr_alt_title{font-size:16px;font-weight:bold;color:#272727;text-align:center;margin-bottom:16px}.tr_alt_grid{display:flex;gap:24px;justify-content:center;flex-wrap:wrap}.tr_alt_card{display:flex;align-items:center;gap:16px;background:#fff;border:2px solid #e0e0e0;border-radius:24px;padding:24px;flex:1;max-width:350px;text-decoration:none;transition:border-color 0.2s}.tr_alt_card:hover{border-color:#ff8a00;text-decoration:none}.tr_alt_icon{width:58px;height:58px;background:#ffe0b3;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.tr_alt_icon i{font-size:24px;color:#Eb6212}.tr_alt_info{flex:1;min-width:0}.tr_alt_info strong{display:block;font-size:18px;font-weight:bold;color:#424242}.tr_alt_info span{font-size:14px;color:#424242}.tr_alt_arrow{font-size:20px;color:#ff8a00;flex-shrink:0}#transfer_countries{background:linear-gradient(to bottom, #fff7ed, #fff)}.tr_cost_card{background:#fff;border:2px solid #fed7aa;border-radius:24px;padding:24px;margin-bottom:40px}.tr_cost_card_header{display:flex;gap:16px;align-items:flex-start;margin-bottom:24px;align-items:center}.tr_cost_icon{font-size:28px;color:#ff8a00;flex-shrink:0;margin-top:4px}.tr_cost_title{font-size:18px;font-weight:bold;color:#424242;margin:0 0 4px}.tr_cost_subtitle{font-size:14px;color:#757575;margin:0}.tr_cost_grid{display:flex;gap:16px;flex-wrap:wrap;margin-bottom:16px}.tr_cost_item{flex:1;min-width:140px;background:#fff;border:2px solid #e0e0e0;border-radius:16px;padding:16px;position:relative;overflow:hidden}.tr_cost_item::after{content:'';position:absolute;top:0;right:0;width:60px;height:60px;background:linear-gradient(225deg, #fed 0%, rgba(255,237,221,0) 100%);border-bottom-left-radius:50px}.tr_cost_country{font-size:16px;font-weight:bold;color:#424242;margin-bottom:6px}.tr_cost_price{font-size:16px;font-weight:bold;color:#Eb6212;margin-bottom:4px}.tr_cost_note{font-size:12px;color:#9e9e9e}.tr_cost_note i{color:#757575}.tr_cost_disclaimer{font-size:12px;color:#9e9e9e;margin:0;padding-left:16px;list-style:disc}.tr_country_grid{display:flex;flex-wrap:wrap;gap:24px;justify-content:center}.tr_country_card{width:314px;display:flex;flex-direction:column;gap:16px}.tr_country_img_wrap{width:100%;height:192px;border-radius:40px 0 40px 0;overflow:hidden;flex-shrink:0}.tr_country_img{width:100%;height:100%;object-fit:cover;display:block}.tr_country_body{display:flex;flex-direction:column;gap:12px;position:relative}.tr_country_name_row{display:flex;flex-direction:column;align-items:baseline;gap:8px;position:relative}.tr_country_name{font-size:30px;font-weight:bold;color:#ff8a00;margin:0}.tr_country_en{font-size:16px;font-weight:bold;color:#9e9e9e}.tr_country_num{position:absolute;right:0;top:-44px;font-size:72px;font-weight:900;color:#ffe0b3;line-height:1;pointer-events:none}.tr_country_desc{font-size:16px;color:#424242;line-height:1.6;margin:0}.tr_country_btn{border:1px solid #ff8a00;color:#ff8a00;background:#fff;border-radius:8px;padding:8px 16px;font-size:16px;transition:background 0.2s, color 0.2s}.tr_country_btn:hover{background:#ff8a00;color:#fff}#transfer_articles .tr_articles_heading{font-size:24px;font-weight:bold;color:#424242;text-align:center;margin-bottom:32px}.tr_articles_swiper_wrap{display:flex;align-items:center;gap:16px}@media screen and (max-width: 767px){.tr_articles_swiper_wrap .tr_articles_nav{display:none}}.tr_articles_swiper_wrap .swiper-pagination{display:none}@media screen and (max-width: 767px){.tr_articles_swiper_wrap .swiper-pagination{display:block;position:static;margin-top:16px}.tr_articles_swiper_wrap .swiper-pagination .swiper-pagination-bullet-active{background:#ff8a00}}.tr_articles_swiper{flex:1;min-width:0}.tr_articles_nav{flex-shrink:0;width:44px;height:44px;border-radius:50%;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:16px;transition:background 0.2s, color 0.2s}.tr_articles_nav--prev{background:#e0e0e0;color:#757575}.tr_articles_nav--prev:hover{background:#bdbdbd}.tr_articles_nav--next{background:#ff8a00;color:#fff}.tr_articles_nav--next:hover{background:#Eb6212}.tr_articles_nav.swiper-button-disabled{opacity:0.4;cursor:default}.tr_articles_grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:15px}.tr_article_card{background:#fff;border:1px solid #eeeeee;overflow:hidden;display:flex;flex-direction:column;text-decoration:none;transition:box-shadow 0.2s;color:#424242}.tr_article_card:hover{box-shadow:0 4px 16px rgba(0,0,0,0.08);text-decoration:none}.tr_article_img_wrap{width:100%;height:140px;flex-shrink:0}.tr_article_img{width:100%;height:100%;object-fit:cover;display:block}.tr_article_img_placeholder{width:100%;height:100%;background:#f5f5f5}.tr_article_content{padding:16px 20px;display:flex;flex-direction:column;gap:8px;flex:1}.tr_article_tag{background:#ff8a00;color:#fff;font-size:12px;padding:2px 8px;border-radius:4px;align-self:flex-start}.tr_article_title{font-size:16px;font-weight:bold;color:#212121;margin:0;line-height:1.4;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.tr_article_date{font-size:12px;color:#9e9e9e;text-align:right;margin-top:auto}.jr_outline_btn{border:1px solid #ff8a00;color:#ff8a00;background:#fff;border-radius:8px;padding:8px 24px;font-size:16px;transition:background 0.2s, color 0.2s}.jr_outline_btn:hover{background:#ff8a00;color:#fff}.juniors_section--faq{background:rgba(255,138,0,0.1)}.tr_faq_panel{display:flex;flex-direction:column;gap:.5rem}.section_subheading{font-size:16px;color:#9e9e9e;text-align:center;margin:0}.tr_faq_tabs{display:flex;gap:16px;margin-bottom:24px;flex-wrap:wrap}.tr_faq_tab{flex:1;border:2px solid #ff8a00;border-radius:9999px;padding:8px 16px;font-size:16px;font-weight:bold;background:rgba(255,138,0,0.1);color:#ff8a00;cursor:pointer;outline:none !important;transition:background 0.2s, color 0.2s}.tr_faq_tab--active{background:#ff8a00;color:#fff}.tr_faq_tab:hover:not(.tr_faq_tab--active){background:#ffe0b3}.tr_faq_list{display:flex;flex-direction:column;gap:16px}.tr_faq_item{box-shadow:0 10px 15px -3px rgba(0,0,0,0.1),0 4px 6px -4px rgba(0,0,0,0.1);border-radius:12px;overflow:hidden}.tr_faq_q{display:flex;align-items:center;justify-content:space-between;background:linear-gradient(to right, #f97316, #fb923c);color:#fff;font-size:16px;font-weight:bold;padding:16px 24px;cursor:pointer;border-radius:12px;user-select:none}.tr_faq_q .tr_faq_arrow{flex-shrink:0;transition:transform 0.2s}.tr_faq_a{max-height:0;overflow:hidden;transition:max-height 0.35s ease, padding 0.35s ease;background:rgba(255,255,255,0.4);padding:0 16px;font-size:16px;color:#000;border-radius:0 0 12px 12px}.tr_faq_a p{margin:0 0 8px}.tr_faq_a p:last-child{margin:0}.tr_faq_a .tr_faq_subtitle{font-weight:bold;margin:12px 0 4px}.tr_faq_a .tr_faq_subtitle:first-child{margin-top:0}.tr_faq_a ul{margin:0 0 4px;padding-left:24px}.tr_faq_a ul li{margin-bottom:4px;list-style:disc}.tr_faq_item--open .tr_faq_q .tr_faq_arrow{transform:rotate(180deg)}.tr_faq_item--open .tr_faq_a{max-height:800px;padding:16px}.gt_highlights{display:flex;flex-direction:column;gap:8px;margin:4px 0 8px}.gt_highlight_item{display:flex;align-items:center;gap:10px}.gt_highlight_icon{width:28px;height:28px;background:#ff8a00;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.gt_highlight_icon i{font-size:12px;color:#fff}.gt_highlight_text{font-size:15px;font-weight:bold;color:#424242}.gt_compare_wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}.gt_compare_table{width:100%;min-width:640px;border-spacing:1px;background:#e0e0e0;font-size:14px;table-layout:fixed}.gt_compare_table tr{border-bottom:1px solid #fff}.gt_compare_table td,.gt_compare_table th{border-right:1px solid #fff}.gt_th_label{background:#fff;padding:8px 12px;width:100px;min-width:100px}.gt_th_col{padding:16px 8px;text-align:center;background:#f5f5f5;vertical-align:middle;width:calc((100% - 100px) / 5)}.gt_th_col--highlight{background:#ffe0b3}.gt_col_icon_img{width:40px;height:40px;object-fit:contain;display:block;margin:0 auto 6px}.gt_col_name{font-size:16px;font-weight:bold;color:#424242;display:block}.gt_col_name--highlight{color:#Eb6212}.gt_td_label{padding:12px 10px;font-size:14px;font-weight:bold;color:#424242;background:#eeeeee;white-space:nowrap;vertical-align:top;text-align:left;padding-top:14px}.gt_td_cell{padding:12px 10px;font-size:14px;color:#424242;background:#FFF3E6;vertical-align:top;text-align:left}.gt_td_cell--highlight{background:#ffe0b3;font-weight:bold;color:#Eb6212}.gt_compare_list{list-style:disc !important;padding-left:20px;margin:0}.gt_compare_list li{margin-bottom:2px;list-style:disc !important}.gt_compare_list--highlight{color:#Eb6212;font-weight:bold}.gt_suitable_age_row{display:flex;align-items:center;gap:16px;margin-bottom:24px;background:#fff;border-radius:12px;padding:12px 16px}.gt_suitable_age_label{font-size:16px;font-weight:bold;color:#424242;white-space:nowrap;min-width:70px}.gt_suitable_age_bar{flex:1}.gt_suitable_age_track{width:100%;background:#e0e0e0;border-radius:9999px;display:flex;justify-content:flex-end;align-items:center}.gt_suitable_age_pill{display:block;background:linear-gradient(174deg, #ed6c00 7.5%, #e8380d 75%);color:#fff;font-size:14px;font-weight:bold;border-radius:9999px;padding:4px 20px;text-shadow:0 0 4px rgba(0,0,0,0.25);width:80%;text-align:center}.gt_suitable_age_link{font-size:14px;font-weight:bold;color:#Eb6212;background:#ffe0b3;border-radius:4px;padding:4px 8px;white-space:nowrap;text-decoration:none;flex-shrink:0}.gt_suitable_age_link:hover{opacity:0.85}.gt_suitable_cards{display:flex;gap:24px;margin-bottom:24px}.gt_suitable_card{flex:1;position:relative;background:#fff;border:2px solid #fed7aa;border-radius:24px;padding:24px;display:flex;flex-direction:column;align-items:center;text-align:center;overflow:hidden}.gt_suitable_card__decor{position:absolute;top:0;right:0;width:80px;height:80px;border-bottom-left-radius:24px;background:linear-gradient(225deg, #ffefd5 0%, rgba(255,237,213,0) 100%);opacity:0.5;pointer-events:none}.gt_suitable_card__icon_wrap{width:90px;height:90px;border-radius:9999px;background:#ffe0b3;display:flex;align-items:center;justify-content:center;margin-bottom:16px;flex-shrink:0}.gt_suitable_card__icon{width:66px;height:66px;object-fit:contain}.gt_suitable_card__title{font-size:18px;font-weight:bold;color:#424242;margin:0 0 8px}.gt_suitable_card__desc{font-size:14px;color:#424242;margin:0;line-height:1.6}.gt_suitable_btns{display:flex;gap:24px;justify-content:center;margin-bottom:24px}.gt_suitable_btn{display:inline-flex;align-items:center;gap:8px;padding:14px 28px;background:linear-gradient(157deg, #ffa522 5%, #ff8a00 93%);color:#fff;font-size:16px;font-weight:bold;border-radius:8px;border:2px solid rgba(255,255,255,0.6);box-shadow:0 10px 15px -3px rgba(0,0,0,0.1),0 4px 6px -4px rgba(0,0,0,0.1);text-decoration:none}.gt_suitable_btn:hover{opacity:0.9;color:#fff}.gt_alt_section{margin-top:8px}.gt_alt_heading{font-size:16px;font-weight:bold;color:#272727;text-align:center;margin-bottom:16px}.gt_alt_cards{display:flex;gap:24px;justify-content:center}.gt_alt_card{flex:1;max-width:350px;position:relative;background:#fff;border:2px solid #e0e0e0;border-radius:24px;padding:20px 24px;display:flex;align-items:center;gap:16px;text-decoration:none;overflow:hidden;transition:border-color 0.2s}.gt_alt_card:hover{border-color:#FFa522}.gt_alt_card__decor{position:absolute;top:0;right:0;width:80px;height:80px;border-bottom-left-radius:24px;background:linear-gradient(225deg, #ffefd5 0%, rgba(255,237,213,0) 100%);opacity:0.5;pointer-events:none}.gt_alt_card__icon_wrap{width:58px;height:58px;border-radius:9999px;background:#ffe0b3;display:flex;align-items:center;justify-content:center;flex-shrink:0}.gt_alt_card__icon{width:34px;height:34px;object-fit:contain}.gt_alt_card__text{flex:1;min-width:0}.gt_alt_card__title{font-size:18px;font-weight:bold;color:#424242}.gt_alt_card__sub{font-size:14px;color:#424242}.gt_alt_card__arrow{font-size:20px;color:#424242;flex-shrink:0}.juniors_section--cost-gradient{background:linear-gradient(to bottom, #fff7ed, #fff)}.gt_cost_subtitle{text-align:center;font-size:16px;color:#757575;margin-bottom:24px}.gt_cost_body{display:flex;gap:24px;align-items:flex-start;margin-bottom:24px}.gt_cost_main_card{flex:1;min-width:0;position:relative;background:#fff;border:2px solid #fed7aa;border-radius:24px;padding:24px;overflow:hidden}.gt_cost_card__decor{position:absolute;top:0;right:0;width:80px;height:80px;border-bottom-left-radius:24px;background:linear-gradient(225deg, #ffefd5 0%, rgba(255,237,213,0) 100%);opacity:0.5;pointer-events:none}.gt_cost_card__header{display:flex;gap:16px;align-items:flex-start;margin-bottom:16px}.gt_cost_card__icon{width:41px;height:41px;flex-shrink:0;object-fit:contain}.gt_cost_card__title{font-size:18px;font-weight:bold;color:#424242;margin-bottom:4px}.gt_cost_card__subtitle{font-size:14px;color:#424242}.gt_cost_group{margin-bottom:12px}.gt_cost_tag{display:inline-block;font-size:14px;font-weight:bold;color:#fff;border-radius:4px;padding:2px 8px;margin-bottom:6px}.gt_cost_tag--include{background:#ff8a00}.gt_cost_tag--exclude{background:#bdbdbd}.gt_cost_list{list-style:none;padding:0;margin:0}.gt_cost_item{display:flex;align-items:center;gap:6px;font-size:14px;font-weight:bold;margin-bottom:4px}.gt_cost_item--include{color:#Eb6212}.gt_cost_item--exclude{color:#424242}.gt_cost_item__icon{width:16px;height:16px;flex-shrink:0}.gt_cost_countries{display:flex;flex-direction:column;gap:16px;width:250px;flex-shrink:0}.gt_cost_country_card{position:relative;background:#fff;border:2px solid #e0e0e0;border-radius:24px;padding:20px 24px;display:flex;align-items:center;gap:8px;overflow:hidden}.gt_cost_country_flag{width:26px;height:26px;object-fit:contain;flex-shrink:0}.gt_cost_country_name{font-size:18px;font-weight:bold;color:#424242}.gt_cost_cta{display:flex;justify-content:center}.camps_type_cards{display:flex;gap:24px}.camps_type_card{flex:1;min-width:0;position:relative;background:#fff;border:2px solid #fed7aa;border-radius:24px;padding:24px;overflow:hidden;display:flex;flex-direction:column;gap:16px}.camps_type_card__top{display:flex;flex-direction:column;align-items:center;text-align:center;gap:8px}.camps_type_card__title{font-size:18px;font-weight:bold;color:#424242}.camps_type_card__sub{font-size:14px;color:#424242}.camps_type_age_row{display:flex;align-items:center;gap:12px}.camps_type_age_label{font-size:16px;font-weight:bold;color:#424242;white-space:nowrap;flex-shrink:0}.camps_type_age_bar{flex:1}.camps_type_age_bar--full .gt_suitable_age_pill{width:100%}.camps_type_info_grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.camps_type_info_box{background:#f5f5f5;border-radius:8px;padding:10px 12px;display:flex;flex-direction:column;gap:4px}.camps_type_info_label{display:flex;align-items:center;gap:6px;font-size:12px;font-weight:bold;color:#eb6212}.camps_type_info_bar{display:inline-block;width:3px;height:12px;background:#eb6212;border-radius:2px;flex-shrink:0}.camps_type_info_value{font-size:15px;font-weight:bold;color:#424242}@media screen and (min-width: 768px) and (max-width: 1023px){#transfer_about .tr_about_inner,#gt_about .tr_about_inner{flex-direction:column}#transfer_about .tr_about_img_wrap,#gt_about .tr_about_img_wrap{width:100%;align-self:auto}#transfer_about .tr_about_img,#gt_about .tr_about_img{height:280px;min-height:0}#transfer_about .tr_about_heading h2,#gt_about .tr_about_heading h2{font-size:36px}}@media screen and (max-width: 767px){#gt_about .tr_about_inner{flex-direction:column}#gt_about .tr_about_img_wrap{width:100%;align-self:auto}#gt_about .tr_about_img{height:240px;min-height:0}#gt_about .tr_about_heading h2{font-size:28px}#gt_about .tr_about_logo{width:56px}#gt_about .tr_about_btns{flex-direction:column}.gt_cost_body{flex-direction:column}.gt_cost_countries{width:100%;flex-direction:row;flex-wrap:wrap}.gt_cost_country_card{flex:1;min-width:calc(50% - 8px)}.gt_suitable_cards{flex-direction:column;gap:16px}.camps_type_cards{flex-direction:column}.camps_type_info_grid{grid-template-columns:1fr 1fr}.gt_suitable_btns{flex-direction:column;align-items:center;gap:12px}.gt_suitable_btn{width:100%;justify-content:center}.gt_alt_cards{flex-direction:column;align-items:center}.gt_alt_card{max-width:100%;width:100%}.gt_suitable_age_row{flex-wrap:wrap}.gt_suitable_age_bar{width:100%;order:3}.gt_suitable_age_link{order:4}.gt_compare_wrap{margin:0;padding:0 16px}.gt_compare_table{min-width:520px;font-size:12px}.gt_th_label{width:72px;min-width:72px;padding:6px 8px}.gt_th_col{padding:8px 4px;width:calc((100% - 72px) / 5)}.gt_col_icon{font-size:20px}.gt_col_name{font-size:11px}.gt_td_label{padding:10px 8px;font-size:12px;white-space:normal}.gt_td_cell{padding:10px 6px;font-size:12px}}@media screen and (min-width: 768px) and (max-width: 1023px){#transfer_about .tr_about_inner{flex-direction:column}#transfer_about .tr_about_img_wrap{width:100%;align-self:auto}#transfer_about .tr_about_img{height:280px;min-height:0}.tr_who_grid{grid-template-columns:repeat(2, 1fr)}.tr_articles_grid{grid-template-columns:repeat(2, 1fr)}}@media screen and (max-width: 767px){#transfer_about .tr_about_inner{flex-direction:column}#transfer_about .tr_about_img_wrap{width:100%;align-self:auto}#transfer_about .tr_about_img{height:220px;min-height:0}#transfer_about .tr_about_heading h2{font-size:24px}#transfer_about .tr_about_btns{flex-direction:column}.tr_who_grid{grid-template-columns:1fr;gap:16px}.tr_alt_grid{flex-direction:column;align-items:stretch}.tr_alt_card{max-width:100%}.tr_cost_grid{flex-direction:column}.tr_cost_item{min-width:100%}.tr_country_grid{flex-direction:column;align-items:center}.tr_country_card{width:100%}.tr_articles_grid{grid-template-columns:1fr}.tr_faq_tabs{flex-direction:column;gap:8px}.tr_faq_tab{flex:none;width:100%}}@media screen and (max-width: 767px){.jr_cta_outer{flex-direction:column;align-items:stretch}.jr_cta_btn{width:100%;text-align:center}#transfer_who .tr_age_bar_wrap{flex-direction:column;align-items:flex-start;gap:8px}#transfer_who .tr_age_bar_wrap>div{width:100%}#transfer_who .tr_age_bar_track{width:100%}#transfer_who .tr_age_bar_link{align-self:center}#juniors_breadcrumb .juniors_sub_tabs{gap:6px;flex-wrap:wrap}#juniors_breadcrumb .sub_tab{padding:4px 10px;font-size:12px}#juniors_hero{padding:16px 0 0;padding-bottom:24px}#juniors_hero .hero_wave_divider{display:none}#juniors_hero .hero_inner{flex-direction:column;gap:24px;min-height:auto}#juniors_hero .hero_content{max-width:100%}#juniors_hero .hero_title{font-size:32px}#juniors_hero .hero_badge span{font-size:12px}#juniors_hero .hero_btns{flex-direction:column}#juniors_hero .hero_btns .btn{width:100%;text-align:center}#juniors_hero .hero_image_wrap{max-width:100%;padding:0;width:100%}#juniors_hero .hero_kv{width:100%}#juniors_hero .hero_kv_img{width:100%;height:200px}#juniors_hero .hero_kv_overlay{left:8px}#juniors_hero .hero_stats{gap:6px}#juniors_hero .stat_card{min-width:70px;padding:4px 8px}#juniors_hero .stat_num{font-size:18px}#juniors_hero .stat_label{font-size:11px}#juniors_hero .hero_tagline{white-space:normal;font-size:11px}.juniors_section{padding:24px 0}.section_title_outer{flex-direction:column;gap:8px}.gradient_line{width:60px;display:none}.section_heading{font-size:24px;white-space:normal}.section_subheading{font-size:14px}#juniors_about .section_intro_heading h2{font-size:24px}#juniors_about .section_intro_desc{font-size:14px}.jr_cards_grid{grid-template-columns:1fr;gap:16px}.jr_card_body{flex-direction:column}.jr_card_img{height:160px}.jr_plans_table_head{display:none}.jr_plans_row{flex-direction:column;align-items:flex-start;gap:8px;padding:16px}.col_type,.col_age,.col_desc,.col_btn{width:100%;padding:0}.col_btn{text-align:left}.col_btn .jr_table_btn{width:100%;text-align:center}.jr_age_table_head{display:none}.jr_age_row{flex-direction:column;align-items:flex-start;padding:8px 16px;gap:4px}.age_row_label{width:100%;font-size:14px}.age_row_bar_wrap{width:100%;padding:0}.age_bar{margin-left:0 !important;width:100% !important;font-size:12px}.jr_services_wrap{flex-direction:column}.jr_services_left{width:100%}.jr_services_img_placeholder{border-radius:12px;height:180px}.jr_services_brand{flex-direction:column}.jr_services_brand h3{font-size:20px}.jr_services_brand p{font-size:14px}.jr_services_right{padding-left:20px}.jr_service_card{padding:16px}.jr_service_card h4{font-size:16px}.jr_service_card p{font-size:14px}.jr_tools_grid{display:grid;grid-template-columns:repeat(2, 1fr);gap:12px}.jr_tool_item h3{font-size:14px}.jr_tool_item p{font-size:12px}.jr_tool_btn{font-size:14px;padding:6px 8px}}#camps_features{background:linear-gradient(to bottom, #fff7ed, #fff)}.camps_features_grid{display:flex;flex-direction:column;gap:24px}.camps_feature_card{background:rgba(255,255,255,0.4);border-radius:12px;padding:24px;display:flex;flex-direction:column;gap:24px}.camps_feature_card__header{display:flex;flex-direction:column;align-items:center;gap:8px}.camps_feature_card__header_icon{width:86px;height:86px;object-fit:contain}.camps_feature_card__header_title{font-size:24px;font-weight:bold;color:#272727;margin:0}.camps_feature_icons{display:grid;grid-template-columns:repeat(4, 1fr);gap:24px}.camps_feature_icon_card{background:#fff;border:2px solid #fed7aa;border-radius:24px;padding:24px;display:flex;flex-direction:column;align-items:center;gap:16px;position:relative;overflow:hidden}.camps_feature_icon_card::before{content:'';position:absolute;top:0;right:-0.5px;width:80px;height:80px;border-radius:0 0 0 24px;background:linear-gradient(225deg, #fde8c8 0%, rgba(253,232,200,0) 100%);opacity:0.5}.camps_feature_icon_wrap{width:90px;height:90px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.camps_feature_icon_wrap img{width:100%;height:100%;object-fit:contain}.camps_feature_icon_card__title{font-size:18px;font-weight:bold;color:#272727;text-align:center;margin:0}.camps_feature_icon_card__desc{font-size:14px;color:#424242;text-align:center;margin:0;line-height:1.6}.camps_feature_details{display:flex;gap:24px}.camps_feature_schedule{flex:1}.camps_feature_campus{flex:1}.camps_feature_section_title{font-size:18px;font-weight:bold;color:#272727;margin:0 0 16px 0}.camps_schedule_timeline{display:flex;flex-direction:column;gap:0}.camps_schedule_time_row{display:flex;align-items:center;gap:16px}.camps_schedule_dot{width:17px;height:17px;border-radius:50%;background:#ff8a00;flex-shrink:0}.camps_schedule_time_label{font-size:14px;font-weight:bold;color:#ff8a00}.camps_schedule_items{display:flex;flex-direction:column;gap:8px;padding:8px 0 8px 33px;border-left:2px solid #fed7aa;margin-left:8px}.camps_schedule_item{display:flex;align-items:center;gap:12px}.camps_schedule_tag{display:inline-flex;align-items:center;padding:2px 10px;border-radius:9999px;font-size:12px;font-weight:bold;white-space:nowrap;background:#ff8a00;color:#fff}.camps_schedule_tag--parent{background:#ffe0b3;color:#Eb6212}.camps_schedule_tag--both{background:linear-gradient(90deg, #ff8a00 0%, #Eb6212 100%);color:#fff}.camps_schedule_item_text{font-size:13px;color:#424242}.camps_schedule_single_text{font-size:14px;color:#424242;padding:8px 0 8px 33px;border-left:2px solid #fed7aa;margin-left:8px}.camps_campus_sub_title{font-size:16px;font-weight:bold;color:#Eb6212;margin:0 0 4px 0}.camps_campus_text{font-size:14px;color:#424242;margin:0 0 12px 0;line-height:1.6}.camps_campus_checks{list-style:none;padding:0;margin:4px 0 0 0}.camps_campus_checks li{display:flex;align-items:flex-start;gap:8px;font-size:14px;color:#424242;margin-bottom:4px}.camps_campus_checks li::before{content:'';display:inline-block;width:16px;height:16px;border-radius:50%;background:#ff8a00;flex-shrink:0;margin-top:1px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3E%3Cpath d='M6.5 11.5L3 8l1-1 2.5 2.5 5-5 1 1z'/%3E%3C/svg%3E")}.camps_feature_stats{display:flex;gap:24px;margin-top:1rem}.camps_feature_stat_box{flex:1;background:#ffe0b3;border-radius:12px;padding:16px 24px;text-align:center}.camps_feature_stat_num{font-size:32px;font-weight:bold;color:#Eb6212;line-height:1.2}.camps_feature_stat_label{font-size:13px;color:#424242;margin-top:4px}.camps_feature_btns{display:flex;gap:16px;justify-content:center}.camps_feature_btn{display:inline-flex;align-items:center;gap:8px;padding:12px 28px;border-radius:9999px;font-size:16px;font-weight:bold;background:linear-gradient(90deg, #FFa522 0%, #Eb6212 100%);color:#fff;text-decoration:none;border:none}.camps_feature_btn:hover{color:#fff;opacity:0.9;text-decoration:none}.camps_faq_tabs{display:flex;gap:16px;justify-content:center;margin-bottom:24px}.camps_faq_tab{flex:0 0 265px;padding:10px 16px;border-radius:9999px;border:2px solid #ff8a00;font-size:16px;font-weight:bold;cursor:pointer;text-align:center;background:transparent;color:#ff8a00;transition:all 0.2s}.camps_faq_tab:hover{background:rgba(255,138,0,0.1)}.camps_faq_tab--active{background:#ff8a00;color:#fff}.camps_faq_tab--active:hover{background:#ff8a00}@media screen and (max-width: 767px){.camps_feature_card{padding:16px}.camps_feature_card__header_title{font-size:20px}.camps_feature_icons{grid-template-columns:repeat(2, 1fr);gap:12px}.camps_feature_icon_card{padding:16px;gap:12px}.camps_feature_icon_card__title{font-size:15px}.camps_feature_icon_card__desc{font-size:13px}.camps_feature_details{flex-direction:column}.camps_feature_stats{flex-direction:column;gap:12px}.camps_feature_stat_num{font-size:24px}.camps_feature_btns{flex-direction:column;align-items:stretch;gap:12px}.camps_feature_btn{justify-content:center}.camps_faq_tabs{flex-direction:column;align-items:stretch;gap:8px}.camps_faq_tab{flex:none;width:100%}}
