html{box-sizing:border-box}
*,:before,:after{box-sizing:inherit}
body,h1,h2,h3,h4,h5,h6,p,ul,ol,li,figure,figcaption,blockquote,dl,dd{margin:0;padding:0}
ul,ol{list-style:none}
img{max-width:100%;display:block}
body{color:#2a2a2a;background:linear-gradient(201deg,#FBFEEF 0%,#fff 100%);min-height:100vh;font:16px/1.6 'Outfit',sans-serif}
.hdr-cntnr{max-width:1320px;margin:0 auto;padding:15px 20px}
.hdr-rw-1{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}
.lg-wrp{flex-shrink:0}
.lg-lnk{display:block;text-decoration:none}
.lg-img{display:block;background:#ffffffd9;padding:8px;border-radius:4px;box-shadow:0 2px 4px #0000001a}
.crdntls-blck{display:flex;align-items:center}
.cntct-info{display:flex;flex-direction:column;align-items:flex-end;gap:4px}
.eml-txt,.phn-txt{font-size:14px;color:#148585;font-weight:500}
.hdr-rw-2{background:linear-gradient(90deg,#F52E80 0%,#148585 100%);border-radius:4px;padding:10px 20px;box-shadow:0 3px 6px #00000026}
.mn-nvgtn{display:flex;justify-content:center}
.nv-lst{display:flex;gap:35px;align-items:center}
.nv-itm{display:block}
.nv-lnk{text-decoration:none;color:#FBFEEF;font-size:16px;font-weight:600;padding:8px 12px;display:block;border-radius:3px;transition:background-color .2s}
.nv-lnk:hover{background-color:#fbfeef26}
.cmpny-nm-rw{text-align:center;margin-top:25px}
.cmpny-ttl{font-size:32px;font-weight:700;color:#148585;letter-spacing:1px}
.ftr-mnstr-cntnr{background:linear-gradient(180deg,#148585 0%,#0d5a5a 100%);color:#FBFEEF;padding:50px 20px 20px;margin-top:80px}
.ftr-tp-sctn{max-width:1320px;margin:0 auto 40px}
.ftr-col-grp{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}
.ftr-col{display:flex;flex-direction:column}
.ftr-lg{margin-bottom:20px;background:#fbfeef1a;padding:10px;border-radius:4px}
.ftr-adr-blck{margin-bottom:15px}
.adr-ln{font-size:14px;line-height:1.5;color:#FBFEEF}
.ftr-cntct-blck .cntct-ln{font-size:14px;line-height:1.7;color:#F52E80;font-weight:500}
.ftr-hdng{font-size:18px;font-weight:700;margin-bottom:15px;color:#F52E80}
.ftr-lnk-lst{display:flex;flex-direction:column;gap:10px}
.ftr-lnk{color:#FBFEEF;text-decoration:none;font-size:14px;transition:color .2s}
.ftr-lnk:hover{color:#F52E80}
.ftr-dsc{font-size:14px;line-height:1.6;color:#FBFEEF}
.ftr-nwsltr-txt{font-size:14px;line-height:1.5;margin-bottom:12px;color:#FBFEEF}
.nwsltr-frm{display:flex;flex-direction:column;gap:10px}
.nwsltr-inpt{font-size:14px;padding:8px 12px;background:#FBFEEF;color:#2a2a2a}
.nwsltr-btn{font-size:14px;padding:8px 16px;background:#F52E80;border-color:#F52E80}
.nwsltr-btn:hover{background:#d42770}
.ftr-mdl-sctn{max-width:1320px;margin:0 auto 30px;padding:25px 0;border-top:2px solid #fbfeef33;border-bottom:2px solid #fbfeef33}
.ftr-dcr-blck{display:flex;justify-content:space-around;align-items:center}
.dcr-itm{display:flex;align-items:center;gap:12px}
.dcr-txt{font-size:15px;font-weight:600;color:#FBFEEF}
.ftr-btm-sctn{max-width:1320px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding-top:20px}
.cpyrght-txt{font-size:14px;color:#FBFEEF}
.ftr-scl-area{display:flex}
.scl-icns{display:flex;gap:15px}
.scl-lnk{color:#FBFEEF;text-decoration:none;transition:color .2s}
.scl-lnk:hover{color:#F52E80}
.cnsnt-wrppr{position:fixed;bottom:25px;right:25px;max-width:420px;z-index:9999;display:none}
.cnsnt-wrppr.is-visible{display:block;animation:slideUpFade .4s ease-out}
@keyframes slideUpFade {
from{opacity:0;transform:translateY(30px)}
to{opacity:1;transform:translateY(0)}
}
.cnsnt-bx{background:#fff;padding:20px;box-shadow:0 4px 12px #0003}
.cnsnt-msg{font-size:14px;line-height:1.5;color:#2a2a2a;margin-bottom:15px}
.cnsnt-btns{display:flex;gap:10px;justify-content:flex-end}
.cnsnt-accpt{font-size:13px;padding:8px 16px}
.cnsnt-dcln{font-size:13px;padding:8px 16px;background:#e0e0e0}
@media (max-width: 968px) {
.ftr-col-grp{grid-template-columns:repeat(2,1fr);gap:25px}
.nv-lst{gap:20px}
}
@media (max-width: 640px) {
.hdr-rw-1{flex-direction:column;align-items:center;gap:15px}
.crdntls-blck{width:100%;justify-content:center}
.cntct-info{align-items:center}
.nv-lst{flex-direction:column;gap:10px}
.cmpny-ttl{font-size:26px}
.ftr-col-grp{grid-template-columns:1fr;gap:30px}
.ftr-dcr-blck{flex-direction:column;gap:15px}
.ftr-btm-sctn{flex-direction:column;gap:15px;text-align:center}
.cnsnt-wrppr{left:15px;right:15px;bottom:15px;max-width:none}
.cnsnt-btns{flex-direction:column}
}
.abt_hro{background:linear-gradient(135deg,#FBFEEF 0%,#F52E80 100%);padding:80px 20px;text-align:center;position:relative;overflow:hidden}
.abt_hro::before{content:'';position:absolute;top:-50%;right:-20%;width:500px;height:500px;background:#14858526;border-radius:50%;z-index:1}
.abt_hro_cntnr{max-width:1320px;margin:0 auto;position:relative;z-index:2}
.abt_hro h1{font-size:48px;color:#1a1a1a;margin-bottom:20px;letter-spacing:-1px}
.abt_hro_txt{font-size:20px;color:#2d2d2d;max-width:720px;margin:0 auto;line-height:1.6}
.stry_sctn{padding:100px 20px;background:#fff}
.stry_grid{max-width:1320px;margin:0 auto;display:grid;grid-template-columns:1fr 1.2fr;gap:60px;align-items:center}
.stry_img_wrp{position:relative}
.stry_img_wrp::after{content:'';position:absolute;top:20px;left:20px;width:100%;height:100%;border:3px solid #F52E80;z-index:-1;border-radius:4px}
.stry_img_wrp img{width:100%;height:420px;object-fit:cover;display:block;border-radius:4px;box-shadow:0 6px 24px #0000001f}
.stry_cntnt h2{font-size:36px;color:#1a1a1a;margin-bottom:24px;position:relative;padding-left:20px}
.stry_cntnt h2::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:6px;height:80%;background:linear-gradient(180deg,#F52E80 0%,#148585 100%);border-radius:3px}
.stry_cntnt p{font-size:17px;line-height:1.7;color:#3d3d3d;margin-bottom:18px}
.stry_cntnt .hghlght{color:#148585;font-weight:600}
.vlues_sctn{padding:90px 20px;background:linear-gradient(201deg,#148585 0%,#FBFEEF 100%);position:relative}
.vlues_sctn::before{content:'';position:absolute;bottom:0;left:0;width:100%;height:4px;background:repeating-linear-gradient(90deg,#F52E80 0px,#F52E80 20px,transparent 20px,transparent 40px)}
.vlues_cntnr{max-width:1320px;margin:0 auto}
.vlues_hdr{text-align:center;margin-bottom:60px}
.vlues_hdr h2{font-size:38px;color:#1a1a1a;margin-bottom:16px}
.vlues_hdr p{font-size:18px;color:#2d2d2d;max-width:640px;margin:0 auto}
.vlues_grd{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.vlu_crd{background:#fff;padding:35px 28px;border-radius:5px;box-shadow:0 4px 16px #00000014;border-left:5px solid #F52E80;transition:all .3s ease;position:relative}
.vlu_crd:nth-child(2){border-left-color:#148585}
.vlu_crd:nth-child(3){border-left-color:#F52E80}
.vlu_crd:hover{transform:translateY(-6px);box-shadow:0 8px 28px #00000024}
.vlu_icn{width:58px;height:58px;margin-bottom:20px;display:flex;align-items:center;justify-content:center}
.vlu_icn svg{width:100%;height:100%}
.vlu_crd h3{font-size:24px;color:#1a1a1a;margin-bottom:14px}
.vlu_crd p{font-size:16px;line-height:1.6;color:#4d4d4d}
.tchr_sctn{padding:100px 20px;background:#fff}
.tchr_cntnr{max-width:1320px;margin:0 auto}
.tchr_hdr{text-align:center;margin-bottom:70px}
.tchr_hdr h2{font-size:40px;color:#1a1a1a;margin-bottom:18px;position:relative;display:inline-block}
.tchr_hdr h2::after{content:'';position:absolute;bottom:-8px;left:50%;transform:translateX(-50%);width:60%;height:3px;background:#F52E80}
.tchr_hdr p{font-size:18px;color:#3d3d3d;max-width:680px;margin:20px auto 0}
.tchr_grd{display:grid;grid-template-columns:repeat(2,1fr);gap:50px;align-items:start}
.tchr_mbr{display:flex;gap:30px;background:linear-gradient(135deg,#FBFEEF 0%,#fff 100%);padding:32px;border-radius:5px;border:2px solid #148585;transition:all .3s ease}
.tchr_mbr:hover{border-color:#F52E80;box-shadow:0 6px 20px #f52e8026}
.tchr_img{flex-shrink:0}
.tchr_img img{width:140px;height:140px;border-radius:50%;object-fit:cover;border:4px solid #148585}
.tchr_inf{flex-grow:1}
.tchr_inf h4{font-size:26px;color:#1a1a1a;margin-bottom:8px}
.tchr_inf h5{font-size:18px;color:#F52E80;margin-bottom:16px;font-weight:600}
.tchr_inf p{font-size:16px;line-height:1.7;color:#4d4d4d}
.apprch_sctn{padding:90px 20px;background:linear-gradient(135deg,#148585 0%,#F52E80 50%,#FBFEEF 100%);position:relative}
.apprch_cntnr{max-width:1320px;margin:0 auto}
.apprch_flx{display:flex;gap:80px;align-items:center}
.apprch_cntnt{flex:1}
.apprch_cntnt h2{font-size:38px;color:#1a1a1a;margin-bottom:28px}
.apprch_lst{list-style:none;padding:0;margin:0}
.apprch_lst li{font-size:17px;color:#2d2d2d;margin-bottom:18px;padding-left:32px;position:relative;line-height:1.6}
.apprch_lst li::before{content:'';position:absolute;left:0;top:6px;width:16px;height:16px;background:#F52E80;transform:rotate(45deg)}
.apprch_img{flex:0 0 480px;position:relative}
.apprch_img::before{content:'';position:absolute;bottom:-15px;right:-15px;width:100%;height:100%;background:#1485854d;border-radius:5px;z-index:-1}
.apprch_img img{width:100%;height:400px;object-fit:cover;border-radius:5px;box-shadow:0 6px 24px #00000026}
.jrny_sctn{padding:100px 20px;background:#fff}
.jrny_cntnr{max-width:1320px;margin:0 auto}
.jrny_hdr{margin-bottom:60px;text-align:center}
.jrny_hdr h2{font-size:40px;color:#1a1a1a;margin-bottom:20px}
.jrny_hdr p{font-size:18px;color:#3d3d3d;max-width:720px;margin:0 auto}
.jrny_tmln{position:relative;padding-left:50px}
.jrny_tmln::before{content:'';position:absolute;left:20px;top:0;bottom:0;width:4px;background:linear-gradient(180deg,#F52E80 0%,#148585 100%)}
.jrny_itm{position:relative;margin-bottom:50px;padding:28px;background:linear-gradient(135deg,#FBFEEF 0%,#fff 100%);border-radius:5px;border:2px solid transparent;transition:all .3s ease}
.jrny_itm:hover{border-color:#148585;box-shadow:0 4px 16px #14858526}
.jrny_itm::before{content:'';position:absolute;left:-44px;top:35px;width:18px;height:18px;background:#F52E80;border:3px solid #fff;border-radius:50%;box-shadow:0 2px 8px #00000026}
.jrny_itm h4{font-size:22px;color:#1a1a1a;margin-bottom:12px}
.jrny_itm h5{font-size:16px;color:#148585;margin-bottom:14px;font-weight:600}
.jrny_itm p{font-size:16px;line-height:1.7;color:#4d4d4d}
.cta_sctn{padding:80px 20px;background:linear-gradient(201deg,#F52E80 0%,#148585 50%,#FBFEEF 100%);text-align:center}
.cta_cntnr{max-width:1320px;margin:0 auto}
.cta_sctn h2{font-size:42px;color:#1a1a1a;margin-bottom:22px}
.cta_sctn p{font-size:19px;color:#2d2d2d;margin-bottom:35px;max-width:680px;margin-left:auto;margin-right:auto}
.cta_btns{display:flex;gap:24px;justify-content:center;flex-wrap:wrap}
.btn_prm{display:inline-block;padding:16px 40px;font-size:18px;text-decoration:none;border-radius:4px;transition:all .3s ease;font-weight:600;position:relative;z-index:10}
.btn_prm.is-primary{background:#148585;color:#FBFEEF;border:2px solid #148585}
.btn_prm.is-primary:hover{background:#0f6a6a;border-color:#0f6a6a;transform:translateY(-3px);box-shadow:0 6px 18px #1485854d}
.btn_prm.is-secondary{background:transparent;color:#1a1a1a;border:2px solid #1a1a1a}
.btn_prm.is-secondary:hover{background:#1a1a1a;color:#FBFEEF;transform:translateY(-3px);box-shadow:0 6px 18px #1a1a1a4d}
@media (max-width: 1024px) {
.stry_grid{grid-template-columns:1fr;gap:50px}
.vlues_grd{grid-template-columns:1fr;gap:30px}
.tchr_grd{grid-template-columns:1fr;gap:40px}
.apprch_flx{flex-direction:column-reverse;gap:50px}
.apprch_img{flex:1;width:100%}
.jrny_tmln{padding-left:40px}
}
@media (max-width: 768px) {
.abt_hro{padding:60px 20px}
.abt_hro h1{font-size:36px}
.abt_hro_txt{font-size:18px}
.stry_sctn,.tchr_sctn,.jrny_sctn{padding:70px 20px}
.vlues_sctn,.apprch_sctn{padding:70px 20px}
.stry_cntnt h2,.vlues_hdr h2,.tchr_hdr h2,.apprch_cntnt h2,.jrny_hdr h2{font-size:30px}
.tchr_mbr{flex-direction:column;text-align:center}
.tchr_img img{margin:0 auto}
.cta_sctn h2{font-size:32px}
.cta_btns{flex-direction:column;align-items:center}
.btn_prm{width:100%;max-width:320px}
}
@media (max-width: 480px) {
.abt_hro h1{font-size:28px}
.stry_img_wrp img{height:300px}
.apprch_img img{height:280px}
.jrny_tmln{padding-left:30px}
.jrny_itm{padding:20px}
}
.prstrt_mn{max-width:1320px;margin:0 auto;padding:0 20px}
.hro_bnr{background:linear-gradient(135deg,#FBFEEF 0%,#fbfeefb3 100%);padding:80px 20px 60px;margin-bottom:60px;border-radius:4px;position:relative;overflow:hidden}
.hro_bnr::before{content:'';position:absolute;top:-50%;right:-10%;width:500px;height:500px;background:radial-gradient(circle,#f52e8014 0%,transparent 70%);border-radius:50%}
.hro_bnr .cntnt_wrp{max-width:780px;position:relative;z-index:2}
.hro_bnr h1{font-size:42px;color:#148585;margin:0 0 24px;line-height:1.2}
.hro_bnr .intro_txt{font-size:18px;color:#2d2d2d;line-height:1.7;margin:0 0 16px}
.rdy_chck_sctn{display:grid;grid-template-columns:1fr 1fr;gap:40px;margin-bottom:70px;padding:0 20px}
.chck_crd{background:#fff;border:3px solid #148585;border-radius:6px;padding:36px 28px;box-shadow:4px 4px 0 #14858526;transition:transform .3s ease,box-shadow .3s ease}
.chck_crd:hover{transform:translateY(-4px);box-shadow:6px 6px 0 #f52e8033}
.chck_crd h3{font-size:24px;color:#F52E80;margin:0 0 20px;position:relative;padding-left:32px}
.chck_crd h3::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:20px;height:20px;background:#F52E80;clip-path:polygon(0 50%,40% 90%,100% 10%,90% 0,40% 70%,10% 40%)}
.chck_crd .lst_itms{list-style:none;padding:0;margin:0}
.chck_crd .lst_itms li{font-size:16px;color:#3a3a3a;line-height:1.6;margin-bottom:14px;padding-left:28px;position:relative}
.chck_crd .lst_itms li::before{content:'';position:absolute;left:0;top:8px;width:16px;height:16px;border:2px solid #148585;border-radius:50%}
.expct_blck{background:linear-gradient(201deg,#F52E80 0%,#148585 50%,#FBFEEF 100%);padding:60px 20px;margin-bottom:70px;position:relative}
.expct_blck .innr_cntnt{max-width:900px;margin:0 auto;background:#fffffff2;padding:48px 40px;border-radius:5px;box-shadow:0 6px 20px #0000001f}
.expct_blck h2{font-size:36px;color:#148585;margin:0 0 32px;text-align:center}
.expct_grd{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.expct_itm{text-align:center}
.expct_itm .icn_wrp{width:80px;height:80px;margin:0 auto 20px;background:#FBFEEF;border:3px solid #F52E80;border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative}
.expct_itm .icn_wrp svg{width:40px;height:40px;fill:#F52E80}
.expct_itm h4{font-size:18px;color:#2d2d2d;margin:0 0 12px}
.expct_itm p{font-size:15px;color:#4a4a4a;line-height:1.5;margin:0}
.tmln_sctn{padding:0 20px;margin-bottom:70px}
.tmln_sctn h2{font-size:34px;color:#F52E80;margin:0 0 50px;text-align:center;position:relative;padding-bottom:20px}
.tmln_sctn h2::after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:120px;height:4px;background:linear-gradient(90deg,#F52E80 0%,#148585 100%)}
.tmln_wrppr{max-width:900px;margin:0 auto;position:relative}
.tmln_wrppr::before{content:'';position:absolute;left:50%;transform:translateX(-50%);top:0;bottom:0;width:3px;background:#148585}
.tmln_stg{display:flex;margin-bottom:50px;position:relative}
.tmln_stg:nth-child(odd){flex-direction:row}
.tmln_stg:nth-child(even){flex-direction:row-reverse}
.tmln_cntnt{width:calc(50% - 40px);background:#fff;border:2px solid #148585;border-radius:4px;padding:28px 24px;box-shadow:3px 3px 0 #1485851a}
.tmln_stg:nth-child(odd) .tmln_cntnt{text-align:right;margin-right:40px}
.tmln_stg:nth-child(even) .tmln_cntnt{text-align:left;margin-left:40px}
.tmln_cntnt h5{font-size:20px;color:#F52E80;margin:0 0 14px}
.tmln_cntnt p{font-size:15px;color:#3a3a3a;line-height:1.6;margin:0}
.tmln_stg::after{content:'';position:absolute;left:50%;top:30px;transform:translateX(-50%);width:20px;height:20px;background:#F52E80;border:4px solid #fff;border-radius:50%;z-index:2;box-shadow:0 0 0 3px #148585}
.tstmnl_gllry{background:#FBFEEF;padding:60px 20px;margin-bottom:70px;border-radius:5px}
.tstmnl_gllry h2{font-size:34px;color:#148585;margin:0 0 50px;text-align:center}
.tstmnl_grd{display:grid;grid-template-columns:1fr 1fr;gap:36px;max-width:1000px;margin:0 auto}
.tstmnl_crd{background:#fff;border-radius:5px;padding:32px;box-shadow:0 4px 12px #00000014;display:flex;flex-direction:column;gap:20px}
.tstmnl_prfl{display:flex;align-items:center;gap:20px}
.tstmnl_prfl img{width:80px;height:80px;border-radius:50%;border:3px solid #F52E80;object-fit:cover}
.tstmnl_nfo h6{font-size:18px;color:#2d2d2d;margin:0 0 6px}
.tstmnl_nfo .rl_txt{font-size:14px;color:#148585;margin:0}
.tstmnl_crd .qte_txt{font-size:15px;color:#3a3a3a;line-height:1.7;margin:0;font-style:italic;position:relative;padding-left:24px}
.tstmnl_crd .qte_txt::before{content:'"';position:absolute;left:0;top:-8px;color:#F52E80;font:48px/1 Georgia,serif}
.fnl_prprtn{padding:0 20px 80px}
.fnl_prprtn .cntnt_bx{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr;gap:50px;align-items:center}
.fnl_prprtn h2{font-size:36px;color:#F52E80;margin:0 0 28px}
.fnl_prprtn .txt_blck p{font-size:16px;color:#3a3a3a;line-height:1.7;margin:0 0 18px}
.fnl_prprtn .txt_blck p:last-child{margin-bottom:0}
.fnl_prprtn .img_wrp{position:relative}
.fnl_prprtn .img_wrp img{width:100%;height:auto;border-radius:5px;border:4px solid #148585;box-shadow:6px 6px 0 #f52e8033}
.fnl_prprtn .img_wrp::before{content:'';position:absolute;top:-12px;right:-12px;width:100%;height:100%;border:3px solid #F52E80;border-radius:5px;z-index:-1}
.cta_actn_wrp{text-align:center;margin-top:40px}
.cta_actn_wrp .btn_prm{display:inline-block;padding:16px 42px;background:#F52E80;color:#fff;font-size:18px;text-decoration:none;border-radius:4px;box-shadow:4px 4px 0 #1485854d;transition:transform .2s ease,box-shadow .2s ease;border:none;cursor:pointer;position:relative;z-index:10}
.cta_actn_wrp .btn_prm:hover{transform:translate(-2px,-2px);box-shadow:6px 6px 0 #14858566}
.cta_actn_wrp .btn_prm:active{transform:translate(0,0);box-shadow:2px 2px 0 #1485854d}
@media (max-width: 968px) {
.hro_bnr h1{font-size:34px}
.rdy_chck_sctn{grid-template-columns:1fr;gap:30px}
.expct_grd{grid-template-columns:1fr;gap:24px}
.tmln_wrppr::before{left:20px}
.tmln_stg,.tmln_stg:nth-child(even){flex-direction:row}
.tmln_cntnt,.tmln_stg:nth-child(odd) .tmln_cntnt,.tmln_stg:nth-child(even) .tmln_cntnt{width:calc(100% - 60px);margin-left:60px;margin-right:0;text-align:left}
.tmln_stg::after{left:20px}
.tstmnl_grd{grid-template-columns:1fr}
.fnl_prprtn .cntnt_bx{grid-template-columns:1fr;gap:30px}
}
@media (max-width: 640px) {
.hro_bnr{padding:50px 20px 40px}
.hro_bnr h1{font-size:28px}
.hro_bnr .intro_txt{font-size:16px}
.chck_crd{padding:24px 20px}
.expct_blck .innr_cntnt{padding:32px 24px}
.expct_blck h2{font-size:28px}
.tmln_sctn h2{font-size:28px}
.tstmnl_gllry h2{font-size:28px}
.fnl_prprtn h2{font-size:28px}
}
.hdr-cntnt{position:relative;width:100%;max-width:1320px;margin:0 auto;padding:80px 20px;background:linear-gradient(201deg,#F52E80 0%,#148585 50%,#FBFEEF 100%);overflow:hidden}
.hdr-cntnt::after{content:'';position:absolute;bottom:-2px;left:0;width:100%;height:60px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 60'%3E%3Cpath fill='%23FBFEEF' d='M0,30 Q300,0 600,30 T1200,30 L1200,60 L0,60 Z'/%3E%3C/svg%3E") no-repeat bottom;background-size:cover}
.hdr-wrpr{position:relative;display:flex;align-items:center;gap:60px;z-index:2}
.hdr-txt-blck{flex:1;color:#FBFEEF}
.hdr-txt-blck h1{font-size:48px;margin:0 0 20px;line-height:1.2;text-shadow:2px 2px 4px #00000026}
.hdr-txt-blck .sbttl-txt{font-size:18px;line-height:1.6;margin:0 0 30px;opacity:.95}
.hdr-img-wrpr{flex:0 0 420px;position:relative}
.hdr-img-wrpr img{width:100%;height:380px;object-fit:cover;border:4px solid #FBFEEF;box-shadow:8px 8px 0 #1485854d;filter:saturate(0.9) contrast(1.1)}
.mn-sctn-cntnr{max-width:1320px;margin:0 auto;padding:0 20px}
.apprch-sctn{padding:80px 0;background:#FBFEEF}
.apprch-grd{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;margin-top:50px}
.apprch-crd{background:#fff;padding:35px;border:3px solid #148585;box-shadow:4px 4px 0 #f52e8033;position:relative;transition:transform .3s ease}
.apprch-crd:hover{transform:translateY(-6px);box-shadow:6px 6px 0 #f52e804d}
.apprch-crd::before{content:'';position:absolute;top:-3px;left:20px;width:60px;height:6px;background:#F52E80}
.apprch-crd h3{font-size:24px;margin:0 0 15px;color:#148585}
.apprch-crd p{font-size:16px;line-height:1.6;margin:0;color:#2c2c2c}
.sctn-hdr{text-align:center;margin-bottom:20px}
.sctn-hdr h2{font-size:40px;margin:0 0 15px;color:#148585;position:relative;display:inline-block}
.sctn-hdr h2::after{content:'';position:absolute;bottom:-8px;left:50%;transform:translateX(-50%);width:80px;height:4px;background:#F52E80}
.sctn-hdr .subhd-txt{font-size:18px;color:#555;max-width:700px;margin:0 auto}
.mthdlgy-sctn{padding:80px 0;background:linear-gradient(180deg,#fff 0%,#FBFEEF 100%)}
.mthdlgy-lyut{display:flex;gap:50px;align-items:center;margin-top:50px}
.mthdlgy-img-blck{flex:0 0 500px}
.mthdlgy-img-blck img{width:100%;height:450px;object-fit:cover;border:4px solid #148585;box-shadow:-6px 6px 0 #f52e8040}
.mthdlgy-cntnt{flex:1}
.mthdlgy-list{list-style:none;padding:0;margin:25px 0 0}
.mthdlgy-list li{padding:18px 0;border-bottom:2px dashed #148585;font-size:16px;line-height:1.6;color:#2c2c2c;position:relative;padding-left:35px}
.mthdlgy-list li:last-child{border-bottom:none}
.mthdlgy-list li::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:20px;height:20px;background:#F52E80;clip-path:polygon(50% 0%,100% 50%,50% 100%,0% 50%)}
.mthdlgy-cntnt h4{font-size:28px;margin:0 0 12px;color:#F52E80}
.mthdlgy-cntnt .intro-prgrph{font-size:17px;line-height:1.7;margin:0;color:#444}
.xprts-sctn{padding:80px 0;background:#fff}
.xprts-grd{display:grid;grid-template-columns:1fr 1fr;gap:50px;margin-top:50px}
.xprt-crd-main{display:flex;gap:30px;background:linear-gradient(135deg,#FBFEEF 0%,#fff 100%);padding:40px;border:3px solid #F52E80;box-shadow:5px 5px 0 #14858533}
.xprt-img-wrpr{flex:0 0 180px}
.xprt-img-wrpr img{width:180px;height:200px;object-fit:cover;border:3px solid #148585;box-shadow:3px 3px 0 #f52e804d}
.xprt-dtls{flex:1}
.xprt-dtls h5{font-size:26px;margin:0 0 8px;color:#148585}
.xprt-dtls .xprt-rl{font-size:16px;color:#F52E80;margin:0 0 18px;font-weight:700}
.xprt-dtls p{font-size:15px;line-height:1.6;margin:0 0 12px;color:#3c3c3c}
.xprt-dtls .xprt-qlfctn{font-size:14px;color:#666;font-style:italic;margin:15px 0 0}
.xprt-cntnt-blck{background:#FBFEEF;padding:40px;border:3px solid #148585;box-shadow:5px 5px 0 #f52e8033;display:flex;flex-direction:column;justify-content:center}
.xprt-cntnt-blck h5{font-size:24px;margin:0 0 20px;color:#F52E80}
.xprt-cntnt-blck .prcss-img{width:100%;height:280px;object-fit:cover;border:3px solid #148585;margin-bottom:20px;box-shadow:4px 4px 0 #f52e8040}
.xprt-cntnt-blck p{font-size:15px;line-height:1.7;margin:0;color:#2c2c2c}
.trstmrthns-sctn{padding:80px 0 100px;background:linear-gradient(180deg,#FBFEEF 0%,#fff 100%)}
.trst-lyut{display:flex;gap:60px;align-items:flex-start;margin-top:50px}
.trst-img-blck{flex:0 0 480px}
.trst-img-blck img{width:100%;height:420px;object-fit:cover;border:4px solid #F52E80;box-shadow:6px 6px 0 #1485854d}
.trst-cntnt-wrpr{flex:1}
.trst-cntnt-wrpr h4{font-size:30px;margin:0 0 25px;color:#148585}
.trst-pnts{display:flex;flex-direction:column;gap:25px}
.trst-pnt-itm{display:flex;gap:20px;align-items:flex-start}
.trst-pnt-icn{flex:0 0 50px;height:50px;background:#F52E80;display:flex;align-items:center;justify-content:center;box-shadow:3px 3px 0 #1485854d}
.trst-pnt-icn svg{width:28px;height:28px;fill:#FBFEEF}
.trst-pnt-txt{flex:1}
.trst-pnt-txt h6{font-size:20px;margin:0 0 8px;color:#F52E80}
.trst-pnt-txt p{font-size:15px;line-height:1.6;margin:0;color:#3c3c3c}
.cta-wrpr{text-align:center;margin-top:40px}
.btn-prmry{display:inline-block;padding:18px 45px;background:#148585;color:#FBFEEF;text-decoration:none;font-size:18px;font-weight:700;border:3px solid #148585;box-shadow:4px 4px 0 #f52e8066;transition:all .3s ease;position:relative;z-index:10}
.btn-prmry:hover{background:#F52E80;border-color:#F52E80;transform:translate(2px,2px);box-shadow:2px 2px 0 #14858566}
.btn-scndry{display:inline-block;padding:16px 40px;background:transparent;color:#148585;text-decoration:none;font-size:17px;font-weight:700;border:3px solid #148585;box-shadow:4px 4px 0 #f52e804d;transition:all .3s ease;margin-left:20px;position:relative;z-index:10}
.btn-scndry:hover{background:#148585;color:#FBFEEF;transform:translate(2px,2px);box-shadow:2px 2px 0 #f52e804d}
@media (max-width: 968px) {
.hdr-wrpr{flex-direction:column;gap:40px}
.hdr-img-wrpr{flex:0 0 auto;width:100%;max-width:500px}
.hdr-img-wrpr img{height:320px}
.hdr-txt-blck h1{font-size:38px}
.apprch-grd{grid-template-columns:1fr;gap:30px}
.mthdlgy-lyut{flex-direction:column;gap:40px}
.mthdlgy-img-blck{flex:0 0 auto;width:100%}
.xprts-grd{grid-template-columns:1fr;gap:40px}
.trst-lyut{flex-direction:column;gap:40px}
.trst-img-blck{flex:0 0 auto;width:100%}
.btn-scndry{margin-left:0;margin-top:15px}
}
@media (max-width: 640px) {
.hdr-cntnt{padding:60px 20px}
.hdr-txt-blck h1{font-size:32px}
.hdr-txt-blck .sbttl-txt{font-size:16px}
.hdr-img-wrpr img{height:280px}
.sctn-hdr h2{font-size:32px}
.apprch-sctn,.mthdlgy-sctn,.xprts-sctn,.trstmrthns-sctn{padding:60px 0}
.apprch-crd{padding:28px}
.xprt-crd-main{flex-direction:column;padding:30px}
.xprt-img-wrpr{flex:0 0 auto;width:100%;text-align:center}
.xprt-img-wrpr img{width:100%;max-width:280px;height:auto}
.mthdlgy-img-blck img,.trst-img-blck img{height:320px}
.xprt-cntnt-blck .prcss-img{height:240px}
.btn-prmry,.btn-scndry{display:block;margin:10px 0}
}
.cntct-wrp{max-width:1320px;margin:0 auto;padding:0 20px}
.hro-cntct{background:linear-gradient(135deg,#148585 0%,#F52E80 100%);padding:80px 0;text-align:center;border-radius:4px;margin-bottom:60px}
.hro-cntct h1{font-size:48px;color:#FBFEEF;margin:0 0 20px;text-shadow:2px 2px 4px #0003}
.hro-cntct .sbtxt{font-size:20px;color:#FBFEEF;max-width:600px;margin:0 auto;line-height:1.6}
.cntct-grd{display:grid;grid-template-columns:1fr 1fr;gap:40px;margin-bottom:80px}
.inf-crd{background:linear-gradient(180deg,#FBFEEF 0%,#fff 100%);padding:40px;border-radius:3px;box-shadow:3px 3px 0 #1485854d;position:relative}
.inf-crd::before{content:'';position:absolute;top:0;left:0;width:5px;height:100%;background:#F52E80}
.inf-crd h3{font-size:24px;color:#148585;margin:0 0 20px}
.inf-crd .dtl-itm{display:flex;align-items:flex-start;margin-bottom:16px;gap:12px}
.inf-crd .dtl-itm .icn-svg{flex-shrink:0;width:24px;height:24px;fill:#F52E80}
.inf-crd .dtl-itm p{margin:0;font-size:16px;color:#2a2a2a;line-height:1.5}
.inf-crd .dtl-itm a{color:#148585;text-decoration:none;transition:color .3s}
.inf-crd .dtl-itm a:hover{color:#F52E80}
.why-sch{background:#FBFEEF;padding:60px 0;margin-bottom:80px;border-radius:4px}
.why-sch .cntct-wrp h2{font-size:36px;color:#148585;text-align:center;margin:0 0 40px}
.why-ftr-grd{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}
.why-ftr-bx{background:#fff;padding:30px;border-radius:3px;box-shadow:2px 2px 6px #0000001a;text-align:center}
.why-ftr-bx .icn-svg{width:48px;height:48px;fill:#F52E80;margin-bottom:20px}
.why-ftr-bx h4{font-size:20px;color:#148585;margin:0 0 12px}
.why-ftr-bx p{font-size:15px;color:#4a4a4a;margin:0;line-height:1.5}
.frm-sctn{background:linear-gradient(225deg,#148585 0%,#FBFEEF 50%,#F52E80 100%);padding:80px 0;margin-bottom:80px;border-radius:4px}
.frm-sctn h2{font-size:36px;color:#fff;text-align:center;margin:0 0 16px;text-shadow:2px 2px 4px #0003}
.frm-sctn .frm-dsc{text-align:center;color:#FBFEEF;font-size:18px;margin:0 0 40px;max-width:700px;margin-left:auto;margin-right:auto}
.cntct-frm-wrp{max-width:800px;margin:0 auto;background:#fff;padding:50px;border-radius:4px;box-shadow:4px 4px 8px #00000026}
.cntct-frm-wrp .frm-rw{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-bottom:24px}
.cntct-frm-wrp .frm-fld{margin-bottom:24px}
.cntct-frm-wrp .frm-fld label{display:block;font-size:16px;color:#148585;margin-bottom:8px;font-weight:600}
.cntct-frm-wrp .frm-fld input{width:100%;padding:14px;font-size:16px;border:2px solid #148585;border-radius:3px;background:#FBFEEF;color:#2a2a2a;transition:border-color 0.3s,background .3s}
.cntct-frm-wrp .frm-fld input:focus{outline:none;border-color:#F52E80;background:#fff}
.rtng-sctn{margin-bottom:32px}
.rtng-sctn h5{font-size:18px;color:#148585;margin:0 0 16px}
.rtng-optns{display:flex;gap:20px;flex-wrap:wrap}
.rtng-optns .rtng-itm{position:relative}
.rtng-optns .rtng-itm input[type="radio"]{position:absolute;opacity:0;cursor:pointer}
.rtng-optns .rtng-itm label{display:flex;align-items:center;gap:8px;padding:12px 20px;border:2px solid #148585;border-radius:3px;background:#FBFEEF;cursor:pointer;font-size:15px;color:#2a2a2a;transition:all .3s}
.rtng-optns .rtng-itm input[type="radio"]:checked + label{background:#F52E80;border-color:#F52E80;color:#fff}
.rtng-optns .rtng-itm label:hover{background:#148585;border-color:#148585;color:#fff}
.rtng-optns .rtng-itm .str-icn{width:18px;height:18px;fill:currentColor}
.prvc-chkbx{margin-bottom:24px;display:flex;align-items:flex-start;gap:12px}
.prvc-chkbx input[type="checkbox"]{margin-top:4px;width:18px;height:18px;cursor:pointer;flex-shrink:0}
.prvc-chkbx label{font-size:14px;color:#4a4a4a;line-height:1.5;cursor:pointer}
.prvc-chkbx label a{color:#148585;text-decoration:underline;transition:color .3s}
.prvc-chkbx label a:hover{color:#F52E80}
.sbmt-btn{width:100%;padding:16px;font-size:18px;background:linear-gradient(90deg,#F52E80 0%,#148585 100%);color:#fff;border:none;border-radius:3px;cursor:pointer;transition:transform 0.3s,box-shadow .3s;box-shadow:3px 3px 0 #14858566}
.sbmt-btn:hover{transform:translateY(-2px);box-shadow:5px 5px 0 #14858566}
.sbmt-btn:active{transform:translateY(0);box-shadow:2px 2px 0 #14858566}
.hrs-sctn{background:#fff;padding:60px 0;margin-bottom:80px}
.hrs-sctn h2{font-size:36px;color:#148585;text-align:center;margin:0 0 40px}
.hrs-grd{display:grid;grid-template-columns:repeat(2,1fr);gap:2px;max-width:600px;margin:0 auto;background:#148585;border:2px solid #148585;border-radius:4px;overflow:hidden}
.hrs-rw{display:contents}
.hrs-dy{background:#FBFEEF;padding:16px 24px;font-size:16px;color:#2a2a2a;font-weight:600}
.hrs-tm{background:#fff;padding:16px 24px;font-size:16px;color:#4a4a4a;text-align:right}
.fq-sctn{background:linear-gradient(180deg,#FBFEEF 0%,#fff 100%);padding:60px 0;border-radius:4px}
.fq-sctn h2{font-size:36px;color:#148585;text-align:center;margin:0 0 16px}
.fq-sctn .fq-intro{text-align:center;font-size:18px;color:#4a4a4a;margin:0 0 40px;max-width:700px;margin-left:auto;margin-right:auto}
.fq-lst{max-width:900px;margin:0 auto}
.fq-itm{background:#fff;margin-bottom:16px;border-radius:3px;box-shadow:2px 2px 6px #00000014;overflow:hidden}
.fq-itm input[type="checkbox"]{position:absolute;opacity:0;pointer-events:none}
.fq-qst{display:block;padding:20px 24px;font-size:18px;color:#148585;cursor:pointer;position:relative;transition:background .3s;font-weight:600}
.fq-qst:hover{background:#FBFEEF}
.fq-qst::after{content:'+';position:absolute;right:24px;top:50%;transform:translateY(-50%);font-size:28px;color:#F52E80;transition:transform .3s}
.fq-itm input[type="checkbox"]:checked + .fq-qst::after{transform:translateY(-50%) rotate(45deg)}
.fq-answr{max-height:0;overflow:hidden;transition:max-height .4s}
.fq-itm input[type="checkbox"]:checked ~ .fq-answr{max-height:500px}
.fq-answr-cntnt{padding:0 24px 20px;font-size:16px;color:#4a4a4a;line-height:1.6}
.final-cta-sctn{background:linear-gradient(201deg,#F52E80 0%,#148585 50%,#FBFEEF 100%);padding:80px 0;text-align:center;border-radius:4px}
.final-cta-sctn h2{font-size:40px;color:#fff;margin:0 0 20px;text-shadow:2px 2px 4px #0003}
.final-cta-sctn p{font-size:18px;color:#FBFEEF;max-width:700px;margin:0 auto 32px;line-height:1.6}
.final-cta-sctn .cta-btn{display:inline-block;padding:18px 40px;font-size:18px;background:#fff;color:#148585;text-decoration:none;border-radius:3px;box-shadow:4px 4px 0 #0003;transition:transform 0.3s,box-shadow .3s;font-weight:600}
.final-cta-sctn .cta-btn:hover{transform:translateY(-3px);box-shadow:6px 6px 0 #0003}
@media (max-width: 992px) {
.cntct-grd{grid-template-columns:1fr;gap:30px}
.why-ftr-grd{grid-template-columns:1fr;gap:24px}
.cntct-frm-wrp .frm-rw{grid-template-columns:1fr;gap:0}
.hrs-grd{grid-template-columns:1fr}
.hrs-tm{text-align:left}
}
@media (max-width: 768px) {
.hro-cntct{padding:60px 0}
.hro-cntct h1{font-size:36px}
.hro-cntct .sbtxt{font-size:18px}
.inf-crd{padding:30px}
.why-sch .cntct-wrp h2,.frm-sctn h2,.hrs-sctn h2,.fq-sctn h2{font-size:28px}
.frm-sctn{padding:60px 0}
.cntct-frm-wrp{padding:30px 20px}
.rtng-optns{flex-direction:column;gap:12px}
.rtng-optns .rtng-itm label{width:100%;justify-content:center}
.final-cta-sctn h2{font-size:32px}
}
@media (max-width: 480px) {
.hro-cntct h1{font-size:28px}
.hro-cntct .sbtxt{font-size:16px}
.inf-crd h3{font-size:20px}
.why-ftr-bx h4{font-size:18px}
.frm-sctn h2,.hrs-sctn h2,.fq-sctn h2{font-size:24px}
.final-cta-sctn h2{font-size:26px}
.final-cta-sctn p{font-size:16px}
}
.prgrm_hdr_wrppr{background:linear-gradient(135deg,#F52E80 0%,#148585 100%);padding:80px 20px 60px;text-align:center;position:relative;overflow:hidden}
.prgrm_hdr_wrppr::before{content:'';position:absolute;top:-50%;right:-10%;width:400px;height:400px;background:#fbfeef1a;border-radius:3px;transform:rotate(45deg)}
.prgrm_hdr_cntnr{max-width:1320px;margin:0 auto;position:relative;z-index:2}
.prgrm_hdr_cntnr h1{color:#FBFEEF;font-size:42px;margin:0 0 20px;text-shadow:2px 2px 4px #0003}
.prgrm_hdr_cntnr .sbttl_txt{color:#FBFEEF;font-size:18px;max-width:700px;margin:0 auto;line-height:1.6}
.ovrvw_sctn{padding:70px 20px;background:#FBFEEF}
.ovrvw_sctn .cntnr_main{max-width:1320px;margin:0 auto;display:flex;flex-direction:row;gap:50px;align-items:center}
.ovrvw_sctn .txt_blck{flex:1}
.ovrvw_sctn .txt_blck h2{color:#148585;font-size:36px;margin:0 0 25px;position:relative;display:inline-block}
.ovrvw_sctn .txt_blck h2::after{content:'';position:absolute;bottom:-8px;left:0;width:60px;height:4px;background:#F52E80;border-radius:2px}
.ovrvw_sctn .txt_blck p{color:#2a2a2a;font-size:16px;line-height:1.7;margin:0 0 18px}
.ovrvw_sctn .img_wrp{flex:0 0 420px}
.ovrvw_sctn .img_wrp img{width:100%;height:auto;border:4px solid #148585;box-shadow:4px 4px 0 #1485854d}
.mdls_grid_sctn{padding:70px 20px;background:linear-gradient(180deg,#fff 0%,#FBFEEF 100%)}
.mdls_grid_sctn .grid_cntnr{max-width:1320px;margin:0 auto}
.mdls_grid_sctn .sctn_ttl{text-align:center;margin-bottom:50px}
.mdls_grid_sctn .sctn_ttl h2{color:#F52E80;font-size:38px;margin:0 0 15px}
.mdls_grid_sctn .sctn_ttl .intro_ln{color:#2a2a2a;font-size:17px;max-width:800px;margin:0 auto}
.mdls_grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}
.mdl_card{background:#fff;border:3px solid #148585;padding:30px 25px;position:relative;transition:transform .3s ease,box-shadow .3s ease}
.mdl_card:hover{transform:translateY(-5px);box-shadow:6px 6px 0 #f52e804d}
.mdl_card .mdl_nmbr{position:absolute;top:-15px;left:20px;background:#F52E80;color:#FBFEEF;width:40px;height:40px;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:700;border:3px solid #148585}
.mdl_card h3{color:#148585;font-size:22px;margin:10px 0 15px}
.mdl_card .mdl_dsc{color:#2a2a2a;font-size:15px;line-height:1.6;margin:0 0 15px}
.mdl_card .tpcs_lst{list-style:none;padding:0;margin:0}
.mdl_card .tpcs_lst li{color:#2a2a2a;font-size:14px;padding-left:20px;position:relative;margin-bottom:8px}
.mdl_card .tpcs_lst li::before{content:'▸';position:absolute;left:0;color:#F52E80;font-size:16px}
.lrng_pth_sctn{padding:70px 20px;background:#148585;position:relative}
.lrng_pth_sctn::before{content:'';position:absolute;top:0;left:0;right:0;height:8px;background:repeating-linear-gradient(90deg,#F52E80 0px,#F52E80 20px,transparent 20px,transparent 40px)}
.lrng_pth_sctn .pth_cntnr{max-width:1320px;margin:0 auto}
.lrng_pth_sctn h2{color:#FBFEEF;font-size:36px;text-align:center;margin:0 0 50px}
.pth_stps{display:flex;flex-direction:column;gap:40px}
.stp_itm{display:flex;flex-direction:row;gap:30px;align-items:flex-start}
.stp_itm:nth-child(even){flex-direction:row-reverse}
.stp_icn_wrp{flex:0 0 100px;text-align:center}
.stp_icn{width:80px;height:80px;background:#F52E80;border:4px solid #FBFEEF;display:flex;align-items:center;justify-content:center;margin:0 auto}
.stp_icn svg{width:40px;height:40px;fill:#FBFEEF}
.stp_cntnt{flex:1;background:#FBFEEF;padding:25px 30px;border-left:5px solid #F52E80}
.stp_itm:nth-child(even) .stp_cntnt{border-left:none;border-right:5px solid #F52E80}
.stp_cntnt h4{color:#148585;font-size:24px;margin:0 0 12px}
.stp_cntnt p{color:#2a2a2a;font-size:15px;line-height:1.6;margin:0}
.tchrs_sctn{padding:70px 20px;background:#FBFEEF}
.tchrs_sctn .tchrs_wrap{max-width:1320px;margin:0 auto}
.tchrs_sctn h2{color:#F52E80;font-size:36px;text-align:center;margin:0 0 45px}
.tchrs_grid{display:grid;grid-template-columns:repeat(3,1fr);gap:35px}
.tchr_card{background:#fff;border:4px solid #148585;overflow:hidden;transition:transform .3s ease}
.tchr_card:hover{transform:scale(1.03)}
.tchr_img_wrp{width:100%;height:280px;overflow:hidden;border-bottom:4px solid #F52E80}
.tchr_img_wrp img{width:100%;height:100%;object-fit:cover;display:block}
.tchr_info{padding:25px 20px}
.tchr_info h5{color:#148585;font-size:20px;margin:0 0 8px}
.tchr_info .tchr_role{color:#F52E80;font-size:15px;margin:0 0 15px;font-weight:700}
.tchr_info .tchr_bio{color:#2a2a2a;font-size:14px;line-height:1.6;margin:0}
.bnfts_sctn{padding:70px 20px;background:linear-gradient(201deg,#F52E80 0%,#148585 50%,#FBFEEF 100%)}
.bnfts_sctn .bnfts_cntr{max-width:1320px;margin:0 auto}
.bnfts_sctn h2{color:#FBFEEF;font-size:36px;text-align:center;margin:0 0 50px;text-shadow:2px 2px 4px #0003}
.bnfts_grid{display:grid;grid-template-columns:repeat(2,1fr);gap:25px}
.bnft_itm{background:#fbfeeff2;padding:30px 25px;border:3px solid #148585;display:flex;flex-direction:row;gap:20px;align-items:flex-start}
.bnft_icn_box{flex:0 0 60px}
.bnft_icn_box svg{width:50px;height:50px;fill:#F52E80}
.bnft_txt_box{flex:1}
.bnft_txt_box h6{color:#148585;font-size:20px;margin:0 0 10px}
.bnft_txt_box p{color:#2a2a2a;font-size:15px;line-height:1.6;margin:0}
.cta_final_sctn{padding:80px 20px;background:#FBFEEF;text-align:center}
.cta_final_sctn .cta_box{max-width:800px;margin:0 auto;background:#fff;border:5px solid #148585;padding:50px 40px;position:relative}
.cta_final_sctn .cta_box::before{content:'';position:absolute;top:-10px;left:-10px;right:-10px;bottom:-10px;border:3px solid #F52E80;pointer-events:none}
.cta_final_sctn h2{color:#148585;font-size:34px;margin:0 0 20px}
.cta_final_sctn .cta_txt{color:#2a2a2a;font-size:17px;line-height:1.7;margin:0 0 35px}
.cta_btns_grp{display:flex;flex-direction:row;gap:20px;justify-content:center;flex-wrap:wrap}
.btn_primary{display:inline-block;padding:16px 35px;background:#F52E80;color:#FBFEEF;text-decoration:none;border:3px solid #148585;font-size:16px;font-weight:700;transition:all .3s ease;position:relative;z-index:10}
.btn_primary:hover{background:#148585;border-color:#F52E80;transform:translateY(-3px);box-shadow:4px 4px 0 #f52e8066}
.btn_secondary{display:inline-block;padding:16px 35px;background:#fff;color:#148585;text-decoration:none;border:3px solid #148585;font-size:16px;font-weight:700;transition:all .3s ease;position:relative;z-index:10}
.btn_secondary:hover{background:#FBFEEF;border-color:#F52E80;color:#F52E80;transform:translateY(-3px);box-shadow:4px 4px 0 #14858566}
@media (max-width: 1024px) {
.ovrvw_sctn .cntnr_main{flex-direction:column}
.ovrvw_sctn .img_wrp{flex:1 1 auto;max-width:500px}
.mdls_grid{grid-template-columns:repeat(2,1fr)}
.tchrs_grid{grid-template-columns:repeat(2,1fr)}
.bnfts_grid{grid-template-columns:1fr}
}
@media (max-width: 768px) {
.prgrm_hdr_cntnr h1{font-size:32px}
.prgrm_hdr_cntnr .sbttl_txt{font-size:16px}
.ovrvw_sctn .txt_blck h2{font-size:28px}
.mdls_grid_sctn .sctn_ttl h2{font-size:30px}
.mdls_grid{grid-template-columns:1fr}
.stp_itm,.stp_itm:nth-child(even){flex-direction:column;align-items:center;text-align:center}
.stp_cntnt,.stp_itm:nth-child(even) .stp_cntnt{border-left:none;border-right:none;border-top:5px solid #F52E80}
.tchrs_grid{grid-template-columns:1fr;max-width:400px;margin:0 auto}
.cta_btns_grp{flex-direction:column;align-items:center}
.btn_primary,.btn_secondary{width:100%;max-width:300px}
}
@media (max-width: 480px) {
.prgrm_hdr_wrppr{padding:60px 20px 40px}
.prgrm_hdr_cntnr h1{font-size:26px}
.ovrvw_sctn,.mdls_grid_sctn,.lrng_pth_sctn,.tchrs_sctn,.bnfts_sctn,.cta_final_sctn{padding:50px 20px}
.cta_final_sctn .cta_box{padding:35px 25px}
}
.cky-plcy-hdr{background:linear-gradient(135deg,#148585 0%,#F52E80 100%);padding:80px 20px;text-align:center;position:relative;overflow:hidden}
.cky-plcy-hdr::before{content:'';position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:repeating-linear-gradient(45deg,transparent,transparent 10px,#fbfeef0d 10px,#fbfeef0d 20px);animation:plcy-shft 20s linear infinite}
@keyframes plcy-shft {
0%{transform:translate(0,0)}
100%{transform:translate(50px,50px)}
}
.cky-plcy-hdr .ttl-wrpr{position:relative;z-index:2;max-width:800px;margin:0 auto}
.cky-plcy-hdr h1{color:#FBFEEF;font-size:3rem;margin:0 0 20px;text-shadow:2px 2px 4px #0000004d}
.cky-plcy-hdr .sbtl{color:#FBFEEF;font-size:1.1rem;opacity:.95;line-height:1.6}
.plcy-cntnr{max-width:1320px;margin:0 auto;padding:60px 20px}
.intro-blck{background:#FBFEEF;padding:50px;border:4px solid #148585;box-shadow:8px 8px 0 #f52e8033;margin-bottom:80px;position:relative}
.intro-blck::after{content:'';position:absolute;top:10px;right:10px;width:60px;height:60px;background:linear-gradient(135deg,#F52E80 0%,#148585 100%);clip-path:polygon(100% 0,100% 100%,0 0)}
.intro-blck h2{color:#148585;font-size:2rem;margin:0 0 20px;position:relative}
.intro-blck h2::before{content:'';position:absolute;left:-30px;top:50%;transform:translateY(-50%);width:15px;height:15px;background:#F52E80;clip-path:polygon(50% 0%,100% 50%,50% 100%,0% 50%)}
.intro-blck p{color:#333;font-size:1.05rem;line-height:1.7;margin:0 0 15px}
.intro-blck .updt-nfo{display:inline-block;background:#148585;color:#FBFEEF;padding:8px 20px;border-radius:4px;font-size:.95rem;margin-top:10px}
.sctn-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:40px;margin-bottom:80px}
.plcy-crd{background:#fff;border:3px solid #148585;padding:40px 30px;position:relative;transition:transform .3s ease}
.plcy-crd:hover{transform:translateY(-5px);box-shadow:6px 6px 0 #f52e804d}
.plcy-crd::before{content:'';position:absolute;top:0;left:0;width:100%;height:6px;background:linear-gradient(90deg,#F52E80 0%,#148585 100%)}
.plcy-crd h3{color:#F52E80;font-size:1.5rem;margin:0 0 20px;position:relative;padding-left:35px}
.plcy-crd h3::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:25px;height:25px;background:#148585;border-radius:3px}
.plcy-crd h3::after{content:'';position:absolute;left:7px;top:50%;transform:translateY(-50%);width:11px;height:11px;background:#FBFEEF;border-radius:2px}
.plcy-crd h4{color:#148585;font-size:1.15rem;margin:25px 0 12px}
.plcy-crd p{color:#444;line-height:1.6;margin:0 0 15px;font-size:.98rem}
.plcy-crd ul{list-style:none;padding:0;margin:15px 0}
.plcy-crd ul li{color:#444;padding:8px 0 8px 30px;position:relative;line-height:1.5;font-size:.95rem}
.plcy-crd ul li::before{content:'';position:absolute;left:0;top:14px;width:0;height:0;border-left:8px solid #F52E80;border-top:5px solid transparent;border-bottom:5px solid transparent}
.dtls-expndr{background:#FBFEEF;margin-bottom:80px}
.dtls-expndr .expndr-wrpr{max-width:1100px;margin:0 auto;padding:60px 30px}
.dtls-expndr h2{color:#148585;font-size:2.2rem;text-align:center;margin:0 0 50px;position:relative;display:inline-block;width:100%}
.dtls-expndr h2::after{content:'';position:absolute;bottom:-15px;left:50%;transform:translateX(-50%);width:120px;height:4px;background:linear-gradient(90deg,#F52E80 0%,#148585 100%)}
.expndr-itm{background:#fff;border-left:5px solid #148585;margin-bottom:25px;overflow:hidden}
.expndr-itm input[type="checkbox"]{display:none}
.expndr-hdr{padding:25px 30px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;background:#fff;transition:background .3s ease;position:relative}
.expndr-hdr:hover{background:#1485850d}
.expndr-hdr h5{color:#148585;margin:0;font-size:1.2rem;flex:1}
.expndr-icn{width:30px;height:30px;position:relative;flex-shrink:0;margin-left:20px}
.expndr-icn::before,.expndr-icn::after{content:'';position:absolute;background:#F52E80;transition:transform .3s ease}
.expndr-icn::before{width:20px;height:3px;top:50%;left:50%;transform:translate(-50%,-50%)}
.expndr-icn::after{width:3px;height:20px;top:50%;left:50%;transform:translate(-50%,-50%)}
.expndr-itm input[type="checkbox"]:checked ~ .expndr-hdr .expndr-icn::after{transform:translate(-50%,-50%) rotate(90deg)}
.expndr-cntnt{max-height:0;overflow:hidden;transition:max-height .4s ease}
.expndr-itm input[type="checkbox"]:checked ~ .expndr-cntnt{max-height:2000px}
.expndr-cntnt-inr{padding:30px;border-top:2px dashed #14858533}
.expndr-cntnt-inr h6{color:#F52E80;font-size:1.1rem;margin:0 0 15px}
.expndr-cntnt-inr p{color:#444;line-height:1.7;margin:0 0 15px}
.expndr-cntnt-inr ul{list-style:none;padding:0;margin:15px 0}
.expndr-cntnt-inr ul li{color:#444;padding:10px 0 10px 35px;position:relative;line-height:1.6}
.expndr-cntnt-inr ul li::before{content:'';position:absolute;left:0;top:16px;width:18px;height:18px;border:3px solid #148585;border-radius:2px}
.expndr-cntnt-inr ul li::after{content:'';position:absolute;left:5px;top:21px;width:8px;height:8px;background:#F52E80;border-radius:1px}
.cntct-blck{background:linear-gradient(201deg,#F52E80 0%,#148585 50%,#FBFEEF 100%);padding:70px 30px;text-align:center;position:relative;overflow:hidden}
.cntct-blck::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:repeating-linear-gradient(90deg,transparent,transparent 40px,#ffffff08 40px,#ffffff08 80px)}
.cntct-blck .cntct-inr{max-width:800px;margin:0 auto;position:relative;z-index:2}
.cntct-blck h3{color:#FBFEEF;font-size:2rem;margin:0 0 25px;text-shadow:2px 2px 4px #0000004d}
.cntct-blck p{color:#FBFEEF;font-size:1.1rem;line-height:1.7;margin:0 0 30px;opacity:.95}
.cntct-blck .cntct-dtls{display:flex;flex-direction:column;gap:15px;align-items:center;margin-top:30px}
.cntct-blck .cntct-dtls a{color:#FBFEEF;text-decoration:none;font-size:1.15rem;padding:15px 30px;background:#ffffff26;border:2px solid #FBFEEF;border-radius:4px;transition:all .3s ease;display:inline-block}
.cntct-blck .cntct-dtls a:hover{background:#FBFEEF;color:#148585;transform:translateY(-3px);box-shadow:4px 4px 0 #0003}
@media (max-width: 768px) {
.cky-plcy-hdr{padding:60px 20px}
.cky-plcy-hdr h1{font-size:2rem}
.intro-blck{padding:30px 20px}
.intro-blck h2::before{display:none}
.sctn-grid{grid-template-columns:1fr;gap:30px}
.plcy-crd{padding:30px 20px}
.dtls-expndr h2{font-size:1.7rem}
.expndr-hdr h5{font-size:1.05rem}
.cntct-blck h3{font-size:1.6rem}
.cntct-blck .cntct-dtls{gap:12px}
}
@media (min-width: 769px) and (max-width: 1024px) {
.sctn-grid{grid-template-columns:repeat(2,1fr)}
}
.prvc-hdr{max-width:1320px;margin:3rem auto 2rem;padding:0 1.5rem}
.prvc-hdr .ttl-wrp{background:linear-gradient(135deg,#F52E80 0%,#148585 100%);padding:2.5rem;border-radius:4px;box-shadow:4px 4px 0 #14858533}
.prvc-hdr .mn-ttl{font-size:2.5rem;color:#FBFEEF;margin:0 0 .75rem;text-shadow:2px 2px 0 #0000001a}
.prvc-hdr .updt-nfo{color:#FBFEEF;font-size:.95rem;margin:0;opacity:.9}
.cntnt-sctn{max-width:1320px;margin:0 auto 2.5rem;padding:0 1.5rem}
.cntnt-sctn .sctn-blck{background:#fff;padding:2rem;border-left:4px solid #F52E80;box-shadow:2px 2px 8px #00000014;margin-bottom:2rem}
.cntnt-sctn .sctn-hdng{font-size:1.75rem;color:#148585;margin:0 0 1.25rem;position:relative;padding-bottom:.5rem}
.cntnt-sctn .sctn-hdng::after{content:'';position:relative;display:block;width:60px;height:3px;background:linear-gradient(90deg,#F52E80 0%,#148585 100%);margin-top:.5rem}
.cntnt-sctn .txt-prgrph{font-size:1rem;line-height:1.7;color:#2d2d2d;margin:0 0 1rem}
.cntnt-sctn .txt-prgrph:last-child{margin-bottom:0}
.cntnt-sctn .lst-itms{margin:1.25rem 0;padding-left:1.5rem}
.cntnt-sctn .lst-itms .lst-ntry{font-size:1rem;line-height:1.7;color:#2d2d2d;margin-bottom:.75rem;position:relative}
.cntnt-sctn .lst-itms .lst-ntry::marker{color:#F52E80}
.cntnt-sctn .strng-txt{color:#148585;font-weight:600}
.grd-lyot{max-width:1320px;margin:0 auto 3rem;padding:0 1.5rem}
.grd-lyot .grd-cntnr{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}
.grd-lyot .crd-blck{background:#fff;padding:2rem;border-radius:4px;border:2px solid #FBFEEF;box-shadow:3px 3px 0 #f52e8026;transition:all .3s ease}
.grd-lyot .crd-blck:hover{transform:translateY(-2px);box-shadow:5px 5px 0 #f52e8040}
.grd-lyot .crd-hdng{font-size:1.4rem;color:#F52E80;margin:0 0 1rem}
.grd-lyot .crd-txt{font-size:.95rem;line-height:1.6;color:#3d3d3d;margin:0}
.dta-tbl-sctn{max-width:1320px;margin:0 auto 3rem;padding:0 1.5rem}
.dta-tbl-sctn .tbl-wrppr{background:linear-gradient(180deg,#FBFEEF 0%,#fff 100%);padding:2.5rem;border-radius:4px;border:2px solid #148585}
.dta-tbl-sctn .tbl-ttl{font-size:1.85rem;color:#148585;margin:0 0 1.5rem;text-align:center}
.dta-tbl-sctn .nfo-tbl{width:100%;border-collapse:separate;border-spacing:0}
.dta-tbl-sctn .tbl-hdr{background:#148585;color:#FBFEEF;font-size:1.1rem;padding:1rem;text-align:left;border:none}
.dta-tbl-sctn .tbl-cll{padding:1rem;border-bottom:1px solid #e0e0e0;font-size:.95rem;color:#2d2d2d;line-height:1.6}
.dta-tbl-sctn .tbl-rw:last-child .tbl-cll{border-bottom:none}
.dta-tbl-sctn .tbl-rw:nth-child(even){background:#fbfeef4d}
.cntct-blck{max-width:1320px;margin:0 auto 3rem;padding:0 1.5rem}
.cntct-blck .cntct-crd{background:linear-gradient(135deg,#148585 0%,#F52E80 100%);padding:2.5rem;border-radius:4px;text-align:center;box-shadow:4px 4px 12px #00000026}
.cntct-blck .cntct-hdng{font-size:1.75rem;color:#FBFEEF;margin:0 0 1rem}
.cntct-blck .cntct-txt{font-size:1rem;line-height:1.6;color:#FBFEEF;margin:0 0 1.5rem}
.cntct-blck .cntct-dtls{display:flex;flex-direction:column;gap:.75rem;align-items:center}
.cntct-blck .dtl-lnk{color:#FBFEEF;font-size:1.05rem;text-decoration:none;padding:.5rem 1rem;background:#ffffff26;border-radius:3px;transition:all .3s ease}
.cntct-blck .dtl-lnk:hover{background:#ffffff40;transform:scale(1.03)}
.dvdr-shp{max-width:1320px;margin:2.5rem auto;padding:0 1.5rem}
.dvdr-shp .shp-ln{height:3px;background:linear-gradient(90deg,transparent 0%,#F52E80 25%,#148585 75%,transparent 100%);border:none}
@media (max-width: 968px) {
.prvc-hdr .mn-ttl{font-size:2rem}
.cntnt-sctn .sctn-hdng{font-size:1.5rem}
.grd-lyot .grd-cntnr{grid-template-columns:1fr;gap:1.5rem}
.dta-tbl-sctn .tbl-wrppr{padding:1.5rem;overflow-x:auto}
.dta-tbl-sctn .nfo-tbl{font-size:.9rem}
.dta-tbl-sctn .tbl-hdr,.dta-tbl-sctn .tbl-cll{padding:.75rem}
}
@media (max-width: 640px) {
.prvc-hdr{margin:2rem auto 1.5rem}
.prvc-hdr .ttl-wrp{padding:1.75rem}
.prvc-hdr .mn-ttl{font-size:1.65rem}
.cntnt-sctn .sctn-blck{padding:1.5rem}
.cntnt-sctn .sctn-hdng{font-size:1.35rem}
.grd-lyot .crd-blck{padding:1.5rem}
.dta-tbl-sctn .tbl-ttl{font-size:1.5rem}
.cntct-blck .cntct-crd{padding:2rem}
.cntct-blck .cntct-hdng{font-size:1.5rem}
}
.sccs_pge_cntnt{max-width:1320px;margin:0 auto;padding:80px 20px}
.sccs_hdr_sctn{text-align:center;margin-bottom:60px;position:relative}
.sccs_hdr_sctn::before{content:'';position:absolute;top:-40px;left:50%;transform:translateX(-50%);width:80px;height:80px;background:linear-gradient(135deg,#F52E80 0%,#148585 100%);border-radius:50%;opacity:.15;z-index:-1}
.sccs_hdr_sctn h1{font-size:2.8rem;color:#F52E80;margin-bottom:20px;position:relative;display:inline-block}
.sccs_hdr_sctn h1::after{content:'';position:absolute;bottom:-10px;left:50%;transform:translateX(-50%);width:60%;height:4px;background:linear-gradient(90deg,transparent 0%,#148585 50%,transparent 100%);border-radius:3px}
.sccs_msg_txt{font-size:1.15rem;line-height:1.7;color:#2d2d2d;max-width:680px;margin:0 auto 30px}
.sccs_icn_dsply{display:inline-flex;align-items:center;justify-content:center;width:120px;height:120px;margin:30px auto 40px;position:relative}
.sccs_icn_dsply svg{width:90px;height:90px;filter:drop-shadow(3px 3px 6px #f52e8033)}
.sccs_icn_dsply::before{content:'';position:absolute;width:100%;height:100%;background:linear-gradient(217deg,#F52E80 0%,#148585 100%);border-radius:50%;opacity:.1;animation:pls_anmtn 2s ease-in-out infinite}
@keyframes pls_anmtn {
0%,100%{transform:scale(1);opacity:.1}
50%{transform:scale(1.15);opacity:.05}
}
.cnfrm_dtls_blck{background:linear-gradient(165deg,#FBFEEF 0%,#fbfeef99 100%);border:3px solid #148585;border-radius:6px;padding:50px 40px;margin:50px auto;max-width:760px;box-shadow:0 6px 20px #14858526;position:relative}
.cnfrm_dtls_blck::before{content:'';position:absolute;top:0;left:0;right:0;height:6px;background:linear-gradient(90deg,#F52E80 0%,#148585 50%,#F52E80 100%);border-radius:3px 3px 0 0}
.dtls_hdng{font-size:1.6rem;color:#148585;margin-bottom:25px;padding-bottom:15px;border-bottom:2px dashed #1485854d}
.dtls_hdng::before{content:'';display:inline-block;margin-right:12px;color:#F52E80;font-weight:700;font-size:1.8rem}
.inf_lst_grp{display:flex;flex-direction:column;gap:18px;margin:30px 0}
.inf_itm_rw{display:flex;flex-direction:row;align-items:flex-start;gap:15px;padding:15px;background:#ffffffb3;border-left:4px solid #F52E80;border-radius:4px;transition:all .3s ease}
.inf_itm_rw:hover{background:#fffffff2;transform:translateX(5px);box-shadow:0 3px 12px #f52e801a}
.inf_lbl_txt{font-weight:700;color:#148585;min-width:140px;font-size:.95rem}
.inf_vl_txt{color:#2d2d2d;line-height:1.6;font-size:.95rem}
.nxt_stps_sctn{margin-top:60px;padding:40px;background:linear-gradient(201deg,#f52e800d 0%,#1485850d 50%,#fbfeef0d 100%);border-radius:6px;border:2px solid #14858533}
.nxt_stps_sctn h2{font-size:1.8rem;color:#F52E80;margin-bottom:30px;text-align:center}
.stps_grd_lyut{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:25px;margin-bottom:35px}
.stp_crd_blck{background:#fffc;padding:28px;border-radius:5px;border:2px solid transparent;box-shadow:0 4px 12px #0000000f;position:relative;transition:all .3s ease}
.stp_crd_blck:hover{border-color:#148585;transform:translateY(-4px);box-shadow:0 6px 18px #14858526}
.stp_nmbr_bdg{position:absolute;top:-15px;left:20px;width:36px;height:36px;background:linear-gradient(135deg,#F52E80 0%,#148585 100%);color:#FBFEEF;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem;box-shadow:0 3px 8px #f52e804d}
.stp_crd_blck h3{font-size:1.2rem;color:#148585;margin-bottom:12px;margin-top:10px}
.stp_crd_blck p{color:#4a4a4a;line-height:1.6;font-size:.95rem}
.actn_btns_cntr{display:flex;flex-direction:row;gap:20px;justify-content:center;margin-top:45px;flex-wrap:wrap}
.prm_btn_lnk{padding:16px 40px;background:linear-gradient(135deg,#F52E80 0%,#148585 100%);color:#FBFEEF;text-decoration:none;border-radius:5px;font-weight:700;font-size:1.05rem;transition:all .3s ease;box-shadow:0 4px 12px #f52e8040;border:none;cursor:pointer;display:inline-block;position:relative;z-index:10}
.prm_btn_lnk:hover{transform:translateY(-3px);box-shadow:0 6px 18px #f52e8059}
.scnd_btn_lnk{padding:16px 40px;background:transparent;color:#148585;text-decoration:none;border-radius:5px;font-weight:700;font-size:1.05rem;transition:all .3s ease;border:3px solid #148585;cursor:pointer;display:inline-block;position:relative;z-index:10}
.scnd_btn_lnk:hover{background:#148585;color:#FBFEEF;transform:translateY(-3px);box-shadow:0 4px 12px #14858540}
.ftr_nte_txt{text-align:center;margin-top:50px;padding:25px;background:#1485850d;border-radius:5px;border:2px dashed #14858533}
.ftr_nte_txt p{color:#4a4a4a;line-height:1.7;font-size:.95rem;margin:0}
.ftr_nte_txt strong{color:#F52E80}
@media (max-width: 768px) {
.sccs_pge_cntnt{padding:50px 15px}
.sccs_hdr_sctn h1{font-size:2rem}
.sccs_msg_txt{font-size:1rem}
.cnfrm_dtls_blck{padding:35px 25px}
.inf_itm_rw{flex-direction:column;gap:8px}
.inf_lbl_txt{min-width:auto}
.nxt_stps_sctn{padding:30px 20px}
.stps_grd_lyut{grid-template-columns:1fr}
.actn_btns_cntr{flex-direction:column;align-items:stretch}
.prm_btn_lnk,.scnd_btn_lnk{text-align:center}
}
@media (min-width: 769px) and (max-width: 1024px) {
.sccs_hdr_sctn h1{font-size:2.4rem}
.stps_grd_lyut{grid-template-columns:repeat(2,1fr)}
}