*{margin:0;padding:0;box-sizing:border-box}
img{display:block;max-width:100%;height:auto}
body{font-family:'Bitter',serif;font-size:16px;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#1a1a1a;background:#fff}
::selection{background:#da1c531a}
::placeholder{color:#da1c5366}
.Hdr{background:linear-gradient(135deg,#FDE4B4 0%,#fff 100%);border-bottom:2px solid #DA1C53;box-shadow:0 8px 24px #0000000f;padding:48px 24px 36px}
.HdrWrp{max-width:1366px;margin:0 auto}
.LgWrp{text-align:center;margin-bottom:36px}
.LgCntr{display:inline-block;background:#fff;padding:12px;border-radius:12px;box-shadow:0 4px 16px #00000014 inset 0 2px 4px #ffffff80;border:1px solid #da1c5326}
.Lg{width:40px;height:40px;object-fit:contain}
.BrndTxt{display:block;font-size:28px;font-weight:700;letter-spacing:-.02em;color:#DA1C53;margin-top:12px}
.NvWrp{text-align:center}
.Nv{display:inline-flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:8px 24px;list-style:none}
.NvItm{position:relative}
.NvLnk{display:inline-block;padding:12px 20px;font-size:16px;font-weight:400;letter-spacing:.01em;color:#1a1a1a;text-decoration:none;background:#ffffffb3;border-radius:12px;border:1px solid transparent;transition:all .25s ease;min-height:44px;display:flex;align-items:center}
.NvLnk:hover{background:#fff;border-color:#DA1C53;color:#DA1C53;box-shadow:0 4px 12px #da1c5326}
.Ftr{background:linear-gradient(135deg,#2147BA 0%,#1a3a8f 100%);color:#fff;padding:72px 24px 48px;margin-top:96px}
.FtrWrp{max-width:1366px;margin:0 auto}
.FtrGrd{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:48px;margin-bottom:48px}
.FtrCl h3{font-size:18px;font-weight:700;letter-spacing:-.01em;margin-bottom:24px;color:#FDE4B4}
.FtrCl p{font-size:15px;letter-spacing:.02em;line-height:1.6;opacity:.9}
.FtrCntct{list-style:none}
.FtrCntct li{margin-bottom:12px;font-size:15px;letter-spacing:.02em;opacity:.9}
.FtrCntct a{color:#fff;text-decoration:none;transition:color .25s ease}
.FtrCntct a:hover{color:#FDE4B4}
.FtrNv{list-style:none}
.FtrNv li{margin-bottom:12px}
.FtrNv a{color:#fff;text-decoration:none;font-size:15px;letter-spacing:.02em;opacity:.9;transition:all .25s ease;display:inline-block}
.FtrNv a:hover{opacity:1;color:#FDE4B4;transform:translateX(4px)}
.FtrDvdr{height:1px;background:#fde4b44d;margin:48px 0 36px}
.FtrBtm{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:24px}
.FtrLgWrp{display:flex;align-items:center;gap:16px}
.FtrLgCntr{background:#ffffff1a;padding:8px;border-radius:12px;box-shadow:0 4px 12px #00000026 inset 0 2px 4px #ffffff1a;border:1px solid #fde4b433}
.FtrLg{width:32px;height:32px;object-fit:contain}
.CpyTxt{font-size:14px;letter-spacing:.02em;opacity:.8}
.CnsntPp{position:fixed;top:24px;left:24px;max-width:420px;background:#fff;border-radius:12px;box-shadow:0 16px 48px #0003;padding:32px;z-index:9999;border:2px solid #DA1C53;display:none}
.CnsntPp.Shwng{display:block;animation:SldInRght .4s ease forwards}
.CnsntPp.Clsng{animation:SldOutRght .4s ease forwards}
@keyframes SldInRght {
from{transform:translateX(-120%);opacity:0}
to{transform:translateX(0);opacity:1}
}
@keyframes SldOutRght {
from{transform:translateX(0);opacity:1}
to{transform:translateX(-120%);opacity:0}
}
.CnsntPp h3{font-size:20px;font-weight:700;letter-spacing:-.01em;margin-bottom:16px;color:#DA1C53}
.CnsntPp p{font-size:14px;letter-spacing:.01em;line-height:1.6;margin-bottom:24px;color:#333}
.CnsntCtgrs{margin-bottom:24px}
.CnsntCtgr{margin-bottom:12px;padding:12px;background:#fde4b433;border-radius:8px}
.CnsntCtgr label{display:flex;align-items:center;gap:8px;font-size:14px;letter-spacing:.01em;cursor:pointer}
.CnsntCtgr input[type="radio"]{width:18px;height:18px;cursor:pointer}
.CnsntBtns{display:flex;gap:12px;flex-wrap:wrap}
.CnsntBtn{flex:1;min-width:120px;padding:12px 24px;font-size:14px;font-weight:700;letter-spacing:.02em;border-radius:12px;border:2px solid #DA1C53;background:transparent;color:#DA1C53;cursor:pointer;transition:all .25s ease;font-family:'Bitter',serif}
.CnsntBtn:hover{background:#DA1C53;color:#fff;box-shadow:0 4px 16px #da1c534d}
.CnsntBtn.Prm{background:#DA1C53;color:#fff}
.CnsntBtn.Prm:hover{background:#b01642;border-color:#b01642}
@media (max-width: 768px) {
.Hdr{padding:36px 16px 24px}
.BrndTxt{font-size:22px}
.Nv{gap:6px 12px}
.NvLnk{padding:10px 16px;font-size:15px}
.Ftr{padding:48px 16px 36px}
.FtrGrd{grid-template-columns:1fr;gap:36px}
.FtrBtm{flex-direction:column;text-align:center}
.CnsntPp{left:16px;right:16px;max-width:none;padding:24px}
.CnsntBtns{flex-direction:column}
.CnsntBtn{width:100%}
}
@media (max-width: 375px) {
.BrndTxt{font-size:20px}
.NvLnk{font-size:14px;padding:8px 12px}
.CnsntPp{top:16px;left:12px;right:12px;padding:20px}
}
@media (min-width: 1366px) {
.Hdr{padding:60px 24px 48px}
.BrndTxt{font-size:32px}
}
.doc-d-block{max-width:1366px;margin:0 auto;padding:48px 24px}
.doc-d-block p{font-size:16px;line-height:1.5;letter-spacing:.01em;margin-bottom:24px;color:#1a1a1a}
.doc-d-block p:last-child{margin-bottom:0}
.doc-d-block ul,.doc-d-block ol{font-size:16px;line-height:1.5;letter-spacing:.01em;margin-bottom:24px;padding-left:24px;color:#1a1a1a}
.doc-d-block ul:last-child,.doc-d-block ol:last-child{margin-bottom:0}
.doc-d-block li{margin-bottom:12px}
.doc-d-block li:last-child{margin-bottom:0}
.doc-d-block ul ul,.doc-d-block ul ol,.doc-d-block ol ul,.doc-d-block ol ol{margin-top:12px;margin-bottom:12px}
.doc-d-block strong,.doc-d-block b{font-weight:700;color:#000}
.doc-d-block em,.doc-d-block i{font-style:italic}
.doc-d-block hr{border:none;border-top:1px solid #e0e0e0;margin:48px 0}
.doc-d-block div{margin-bottom:24px}
.doc-d-block div:last-child{margin-bottom:0}
@media (max-width: 768px) {
.doc-d-block{padding:24px}
.doc-d-block hr{margin:24px 0}
}
@media (max-width: 375px) {
.doc-d-block{padding:24px 16px}
}
.IntrvwPg{max-width:1366px;margin:0 auto;background:#fff;color:#1a1a1a;line-height:1.5;-webkit-font-smoothing:antialiased}
.IntrvwPg *{box-sizing:border-box}
.IntrvwPg ::selection{background:#da1c531a}
.IntrvwPg ::-moz-selection{background:#da1c531a}
.HrBlck{position:relative;min-height:480px;padding:96px 24px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;background:#f9f9f9;overflow:hidden}
.HrBlck::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-image:repeating-linear-gradient(0deg,transparent,transparent 2px,#00000008 2px,#00000008 4px),repeating-linear-gradient(90deg,transparent,transparent 2px,#00000008 2px,#00000008 4px);pointer-events:none}
.HrBlck::after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 20% 30%,#da1c5314 0%,transparent 40%),radial-gradient(circle at 80% 70%,#2147ba14 0%,transparent 40%);pointer-events:none}
.HrBlck-cntnt{position:relative;z-index:2;max-width:900px}
.HrBlck-sbtl{font-size:14px;letter-spacing:.08em;text-transform:uppercase;color:#DA1C53;margin:0 0 24px;font-weight:600}
.HrBlck-ttl{font-size:56px;line-height:1.2;letter-spacing:-.02em;margin:0 0 24px;font-weight:700}
.HrBlck-mta{display:flex;flex-direction:row;gap:32px;align-items:center;justify-content:center;flex-wrap:wrap;margin-top:32px}
.HrBlck-mtaItm{display:flex;flex-direction:row;align-items:center;gap:12px;font-size:15px;color:#666}
.HrBlck-mtaItm strong{color:#1a1a1a;font-weight:600}
.IntrvwImg{width:100%;max-width:1366px;margin:0 auto;position:relative;overflow:hidden}
.IntrvwImg img{width:100%;height:520px;object-fit:cover;display:block}
.CntntWrp{max-width:800px;margin:0 auto;padding:72px 24px}
.CntntWrp p{font-size:18px;line-height:1.7;margin:0 0 24px;letter-spacing:.01em;color:#2a2a2a}
.CntntWrp h2{font-size:32px;line-height:1.3;letter-spacing:-.01em;margin:48px 0 24px;font-weight:700;color:#1a1a1a}
.CntntWrp abbr{text-decoration:none;border-bottom:1px dotted #DA1C53;cursor:help}
.CntntWrp details{margin:24px 0;padding:24px;background:#f5f5f5;border-radius:12px;border-left:4px solid #DA1C53}
.CntntWrp summary{font-weight:600;cursor:pointer;font-size:17px;color:#1a1a1a;letter-spacing:.01em}
.CntntWrp details[open] summary{margin-bottom:16px;color:#DA1C53}
.ActnBar{background:linear-gradient(135deg,#2147BA 0%,#DA1C53 50%,#FDE4B4 100%);padding:48px 24px;position:relative;overflow:hidden}
.ActnBar::before{content:'';position:absolute;top:50%;left:50%;width:600px;height:600px;background:radial-gradient(circle,#ffffff26 0%,transparent 70%);transform:translate(-50%,-50%);pointer-events:none}
.ActnBar-cntnt{max-width:800px;margin:0 auto;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:32px;position:relative;z-index:2}
.ActnBar-txt{flex:1}
.ActnBar-hdng{font-size:28px;line-height:1.3;letter-spacing:-.01em;margin:0 0 12px;font-weight:700;color:#fff}
.ActnBar-sbtxt{font-size:16px;line-height:1.5;margin:0;color:#ffffffe6}
.CpyLnkBtn{background:#fff;color:#DA1C53;padding:16px 32px;border-radius:12px;font-size:16px;font-weight:600;border:none;cursor:pointer;transition:all .3s ease;letter-spacing:.02em;white-space:nowrap;box-shadow:0 8px 24px #00000026}
.CpyLnkBtn:hover{background:#f5f5f5;transform:translateY(-2px);box-shadow:0 12px 32px #0003}
.CpyLnkBtn:active{transform:translateY(0)}
.InfoGrid{padding:72px 24px;background:#fafafa}
.InfoGrid-wrp{max-width:1200px;margin:0 auto}
.InfoGrid-hdng{font-size:36px;line-height:1.3;letter-spacing:-.01em;margin:0 0 48px;font-weight:700;text-align:center;color:#1a1a1a}
.InfoGrid-grd{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.InfoCrd{background:#fff;padding:32px;border-radius:12px;box-shadow:0 8px 24px #0000000f;position:relative;overflow:hidden}
.InfoCrd::before{content:'';position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(180deg,#DA1C53 0%,#2147BA 100%)}
.InfoCrd-num{font-size:64px;line-height:1;font-weight:700;color:#da1c531f;margin:0 0 16px;letter-spacing:-.03em}
.InfoCrd-ttl{font-size:20px;line-height:1.4;font-weight:700;margin:0 0 12px;color:#1a1a1a;letter-spacing:-.01em}
.InfoCrd-txt{font-size:15px;line-height:1.6;margin:0;color:#555;letter-spacing:.01em}
.Prgrss{position:fixed;top:0;left:0;width:100%;height:4px;background:#0000000d;z-index:1000;pointer-events:none}
.Prgrss-bar{height:100%;background:linear-gradient(90deg,#DA1C53 0%,#2147BA 100%);width:0;transition:width .1s linear}
.FtrBlck{padding:72px 24px;background:#1a1a1a;color:#fff;text-align:center}
.FtrBlck-wrp{max-width:800px;margin:0 auto}
.FtrBlck-hdng{font-size:28px;line-height:1.3;letter-spacing:-.01em;margin:0 0 16px;font-weight:700}
.FtrBlck-txt{font-size:16px;line-height:1.6;margin:0 0 32px;color:#fffc;letter-spacing:.01em}
.FtrBlck-lnks{display:flex;flex-direction:row;gap:24px;justify-content:center;flex-wrap:wrap}
.FtrBlck-lnk{color:#DA1C53;text-decoration:none;font-size:15px;font-weight:600;letter-spacing:.02em;transition:color .3s ease}
.FtrBlck-lnk:hover{color:#f36}
.DvdrLn{height:1px;background:repeating-linear-gradient(90deg,#DA1C53 0px,#DA1C53 8px,transparent 8px,transparent 16px);margin:72px auto;max-width:600px;opacity:.3}
@media (max-width: 768px) {
.HrBlck{padding:64px 24px;min-height:360px}
.HrBlck-ttl{font-size:36px}
.HrBlck-mta{flex-direction:column;gap:16px}
.IntrvwImg img{height:320px}
.CntntWrp{padding:48px 24px}
.CntntWrp p{font-size:16px}
.CntntWrp h2{font-size:26px;margin:32px 0 16px}
.ActnBar-cntnt{flex-direction:column;text-align:center}
.InfoGrid{padding:48px 24px}
.InfoGrid-hdng{font-size:28px;margin-bottom:32px}
.InfoGrid-grd{grid-template-columns:1fr;gap:24px}
.FtrBlck{padding:48px 24px}
.FtrBlck-hdng{font-size:24px}
.FtrBlck-lnks{flex-direction:column;gap:16px}
}
@media (min-width: 769px) and (max-width: 1366px) {
.HrBlck-ttl{font-size:48px}
.InfoGrid-grd{grid-template-columns:repeat(2,1fr)}
}
.IntvwPg{max-width:1366px;margin:0 auto;background:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.IntvwPg *{box-sizing:border-box}
.IntvwPg ::selection{background:#da1c531a}
.IntvwPg ::-moz-selection{background:#da1c531a}
.IntvwPg ::placeholder{color:#da1c5366}
.IntvwPg ::-webkit-input-placeholder{color:#da1c5366}
.IntvwPg ::-moz-placeholder{color:#da1c5366;opacity:1}
.IntvwPg :-ms-input-placeholder{color:#da1c5366}
.HrBlck{position:relative;min-height:85vh;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:24px;background:linear-gradient(135deg,#FDE4B4 0%,#fff 50%,#2147ba14 100%)}
.HrBlck::before{content:'';position:absolute;top:10%;right:8%;width:400px;height:400px;background:radial-gradient(circle,#da1c5326,transparent 70%);border-radius:50%;animation:MrphBlb 12s ease-in-out infinite;z-index:1}
@keyframes MrphBlb {
0%,100%{transform:translate(0,0) scale(1);opacity:.6}
33%{transform:translate(-40px,60px) scale(1.15);opacity:.4}
66%{transform:translate(60px,-30px) scale(0.9);opacity:.7}
}
.HrBlck::after{content:'';position:absolute;bottom:15%;left:5%;width:350px;height:350px;background:radial-gradient(circle,#2147ba1f,transparent 70%);border-radius:50%;animation:MrphBlb 15s ease-in-out infinite reverse;z-index:1}
.HrCntnr{position:relative;z-index:2;max-width:900px;text-align:center}
.HrSbttl{font-size:14px;line-height:1.5;letter-spacing:.08em;color:#666;margin:0 0 24px;text-transform:uppercase}
.HrTtl{font-size:64px;line-height:1.2;letter-spacing:-.02em;color:#1a1a1a;margin:0 0 24px;font-weight:700}
.HrTtl .Accnt{color:#DA1C53}
.HrDscrptn{font-size:18px;line-height:1.5;letter-spacing:.01em;color:#4a4a4a;margin:0 auto;max-width:700px}
.PstGrd{padding:96px 24px;background:#fff;position:relative}
.PstGrd::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-image:repeating-linear-gradient(0deg,transparent,transparent 49px,#da1c5308 49px,#da1c5308 50px),repeating-linear-gradient(90deg,transparent,transparent 49px,#da1c5308 49px,#da1c5308 50px);pointer-events:none;z-index:0}
.PstGrdWrp{max-width:1366px;margin:0 auto;position:relative;z-index:1}
.PstGrdHdr{text-align:center;margin-bottom:72px}
.PstGrdTtl{font-size:48px;line-height:1.3;letter-spacing:-.015em;color:#1a1a1a;margin:0;font-weight:700}
.PstGrdTtl .Scd{color:#2147BA}
.PstLst{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin:0;padding:0;list-style:none}
.PstCrd{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 8px 24px #0000000f;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column}
.PstCrd:hover{transform:translateY(-4px);box-shadow:0 16px 32px #0000001a}
.PstImgWrp{position:relative;width:100%;padding-bottom:100%;overflow:hidden;background:#f5f5f5}
.PstImg{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}
.PstCntnt{padding:24px;display:flex;flex-direction:column;flex-grow:1}
.PstMta{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;font-size:12px;line-height:1.5;letter-spacing:.05em;color:#999;text-transform:uppercase}
.PstAthr{color:#2147BA;font-weight:600}
.PstRdtm{color:#999}
.PstSbttl{font-size:13px;line-height:1.5;letter-spacing:.03em;color:#DA1C53;margin:0 0 8px;font-weight:600}
.PstTtl{font-size:20px;line-height:1.4;letter-spacing:-.01em;color:#1a1a1a;margin:0 0 12px;font-weight:700}
.PstDscrptn{font-size:15px;line-height:1.5;letter-spacing:.005em;color:#666;margin:0 0 16px;flex-grow:1}
.PstLnk{display:inline-flex;align-items:center;font-size:14px;line-height:1.5;letter-spacing:.02em;color:#DA1C53;text-decoration:none;font-weight:600;transition:color .3s ease}
.PstLnk:hover{color:#2147BA}
.Fnl{padding:96px 24px;background:linear-gradient(180deg,#fde4b44d 0%,#2147ba0d 100%);position:relative}
.FnlShp{position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#FDE4B4 0%,#DA1C53 50%,#2147BA 100%)}
.FnlWrp{max-width:1366px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}
.FnlCntnt{padding-right:24px}
.FnlTtl{font-size:42px;line-height:1.3;letter-spacing:-.015em;color:#1a1a1a;margin:0 0 24px;font-weight:700}
.FnlTxt{font-size:16px;line-height:1.5;letter-spacing:.005em;color:#4a4a4a;margin:0 0 16px}
.FnlVsl{position:relative;display:flex;align-items:center;justify-content:center}
.FnlImgWrp{position:relative;width:100%;max-width:500px;border-radius:12px;overflow:hidden;box-shadow:0 16px 48px #0000001f}
.FnlImgWrp::before{content:'';display:block;padding-bottom:100%}
.FnlImg{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}
.FnlImgWrp::after{content:'';position:absolute;top:-3px;left:-3px;right:-3px;bottom:-3px;border:3px solid #DA1C53;border-radius:12px;pointer-events:none}
.Prcs{padding:96px 24px;background:#fff}
.PrcsWrp{max-width:1366px;margin:0 auto}
.PrcsHdr{text-align:center;margin-bottom:72px}
.PrcsTtl{font-size:48px;line-height:1.3;letter-spacing:-.015em;color:#1a1a1a;margin:0;font-weight:700;position:relative;display:inline-block}
.PrcsTtl::before{content:'01';position:absolute;top:-40px;left:50%;transform:translateX(-50%);font-size:120px;line-height:1;letter-spacing:-.03em;color:#da1c5314;font-weight:700;z-index:-1}
.PrcsGrd{display:grid;grid-template-columns:repeat(3,1fr);gap:48px}
.PrcsItm{text-align:center}
.PrcsNmbr{font-size:56px;line-height:1;letter-spacing:-.02em;color:#2147BA;margin:0 0 24px;font-weight:300}
.PrcsNm{font-size:22px;line-height:1.4;letter-spacing:-.01em;color:#1a1a1a;margin:0 0 12px;font-weight:600}
.PrcsDscrptn{font-size:15px;line-height:1.5;letter-spacing:.005em;color:#666;margin:0}
@media (max-width: 1366px) {
.HrTtl{font-size:56px}
.PstGrdTtl,.PrcsTtl{font-size:42px}
}
@media (max-width: 768px) {
.HrBlck{min-height:70vh;padding:48px 24px}
.HrTtl{font-size:42px}
.HrDscrptn{font-size:16px}
.PstGrd,.Fnl,.Prcs{padding:72px 24px}
.PstGrdTtl,.FnlTtl,.PrcsTtl{font-size:36px}
.PstLst{grid-template-columns:repeat(2,1fr);gap:24px}
.FnlWrp{grid-template-columns:1fr;gap:48px}
.FnlCntnt{padding-right:0}
.PrcsGrd{grid-template-columns:1fr;gap:48px}
.PrcsTtl::before{font-size:80px;top:-30px}
}
@media (max-width: 375px) {
.HrBlck{padding:36px 16px}
.HrTtl{font-size:32px}
.PstGrd,.Fnl,.Prcs{padding:48px 16px}
.PstGrdTtl,.FnlTtl,.PrcsTtl{font-size:28px}
.PstLst{grid-template-columns:1fr}
.PrcsNmbr{font-size:42px}
.PrcsTtl::before{font-size:60px;top:-20px}
}
.LrnPrg{max-width:1366px;margin:0 auto;background:#fff;color:#1a1a1a;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.LrnPrg ::selection{background:#da1c531a}
.LrnPrg h1{font-size:52px;line-height:1.5;letter-spacing:-.02em;font-weight:700}
.LrnPrg h2{font-size:48px;line-height:1.5;letter-spacing:-.01em;font-weight:700}
.LrnPrg h3{font-size:22px;line-height:1.5;letter-spacing:.01em;font-weight:600}
.LrnPrg h4{font-size:18px;line-height:1.5;letter-spacing:.015em;font-weight:600}
.LrnPrg p,.LrnPrg li{font-size:16px;line-height:1.5;letter-spacing:.02em}
.LrnPrg input::placeholder{color:#da1c534d}
.HrBlck{position:relative;padding:120px 24px;background:linear-gradient(135deg,#FDE4B4 0%,#fff 40%,#fff 100%);overflow:hidden}
.HrBlck::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:repeating-linear-gradient(0deg,transparent,transparent 2px,#2147ba05 2px,#2147ba05 4px);animation:scnln 8s linear infinite;pointer-events:none;z-index:1}
@keyframes scnln {
0%{transform:translateY(0)}
100%{transform:translateY(40px)}
}
.HrBlck::after{content:'';position:absolute;top:-200px;right:-200px;width:600px;height:600px;background:radial-gradient(circle,#da1c5326 0%,transparent 70%);filter:blur(80px);z-index:0}
.BntWrp{display:grid;grid-template-columns:1.2fr 0.8fr;grid-template-rows:auto auto;gap:24px;max-width:1200px;margin:0 auto;position:relative;z-index:2}
.BntTxt1{grid-column:1 / 2;grid-row:1 / 2;display:flex;flex-direction:column;justify-content:center;padding:48px;background:#fffc;backdrop-filter:blur(10px);border-radius:12px;box-shadow:0 8px 32px #0000000f}
.BntTxt1 h1{margin:0 0 24px}
.BntTxt1 h1 span:first-child{color:#2147BA}
.BntTxt1 h1 span:last-child{color:#DA1C53;display:block}
.BntTxt1 p{margin:0;color:#444}
.BntImg1{grid-column:2 / 3;grid-row:1 / 3;position:relative;border-radius:12px;overflow:hidden;box-shadow:0 16px 48px #0000001f}
.BntImg1 img{width:100%;height:100%;object-fit:cover;object-position:center 30%;filter:brightness(0.95)}
.BntImg1::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(ellipse at center,transparent 30%,#0006 100%);z-index:1}
.BntImg1::after{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:300px;height:300px;background:#ffffff26;filter:blur(60px);z-index:2;pointer-events:none}
.BntTxt2{grid-column:1 / 2;grid-row:2 / 3;padding:32px 48px;background:#2147ba0d;border-radius:12px;border-left:4px solid #2147BA}
.BntTxt2 p{margin:0;font-weight:500;color:#2147BA}
@media (max-width: 768px) {
.HrBlck{padding:80px 24px}
.BntWrp{grid-template-columns:1fr;grid-template-rows:auto auto auto}
.BntTxt1{grid-column:1 / 2;grid-row:1 / 2;padding:32px 24px}
.BntTxt1 h1{font-size:36px}
.BntImg1{grid-column:1 / 2;grid-row:2 / 3;height:300px}
.BntTxt2{grid-column:1 / 2;grid-row:3 / 4;padding:24px}
}
.DvdrSvg1{display:block;width:100%;height:120px;background:linear-gradient(135deg,#FDE4B4 0%,#fff 40%)}
.DvdrSvg1 svg{display:block;width:100%;height:100%}
.StrcBlck{padding:120px 24px;background:#fff;position:relative}
.StrcCntnr{max-width:900px;margin:0 auto}
.StrcCntnr h2{text-align:center;margin:0 0 72px;color:#1a1a1a}
.AccWrp{display:flex;flex-direction:column;gap:0}
.AccItem{border-bottom:2px solid #f0f0f0}
.AccTrgr{position:absolute;opacity:0;pointer-events:none}
.AccLbl{display:flex;align-items:center;justify-content:space-between;padding:32px 24px;cursor:pointer;transition:all .3s ease;background:#fff}
.AccLbl:hover{background:#fafafa}
.AccLbl h4{margin:0;color:#1a1a1a;transition:color .3s ease}
.AccIcn{width:32px;height:32px;border:2px solid #DA1C53;border-radius:12px;display:flex;align-items:center;justify-content:center;position:relative;flex-shrink:0;transition:all .3s ease;margin-left:24px}
.AccIcn::before,.AccIcn::after{content:'';position:absolute;background:#DA1C53;transition:all .3s ease}
.AccIcn::before{width:14px;height:2px}
.AccIcn::after{width:2px;height:14px}
.AccTrgr:checked + .AccLbl .AccIcn{background:#DA1C53;transform:rotate(90deg)}
.AccTrgr:checked + .AccLbl .AccIcn::before,.AccTrgr:checked + .AccLbl .AccIcn::after{background:#fff}
.AccTrgr:checked + .AccLbl h4{color:#DA1C53}
.AccPnl{max-height:0;overflow:hidden;transition:max-height .4s ease,padding .4s ease;padding:0 24px;background:#fafafa}
.AccTrgr:checked ~ .AccPnl{max-height:500px;padding:24px}
.AccPnl p{margin:0 0 16px;color:#444}
.AccPnl p:last-child{margin:0}
@media (max-width: 768px) {
.StrcBlck{padding:80px 24px}
.StrcCntnr h2{font-size:36px;margin-bottom:48px}
.AccLbl{padding:24px 16px}
.AccLbl h4{font-size:16px}
.AccPnl{padding:0 16px}
.AccTrgr:checked ~ .AccPnl{padding:16px}
}
.MtrcsBlck{padding:120px 24px;background:linear-gradient(180deg,#2147BA 0%,#1a3a9a 100%);position:relative;overflow:hidden}
.MtrcsBlck::before{content:'';position:absolute;bottom:-300px;left:-300px;width:700px;height:700px;background:#fde4b41a;border-radius:50%;filter:blur(100px);pointer-events:none}
.MtrcsCntnr{max-width:1200px;margin:0 auto;position:relative;z-index:1}
.MtrcsCntnr h3{text-align:center;margin:0 0 72px;color:#fff;font-size:28px}
.MtrcsGrd{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}
.MtrcCrd{padding:48px 36px;background:#ffffff14;backdrop-filter:blur(10px);border-radius:12px;border:1px solid #ffffff26;box-shadow:inset 0 1px 0 #ffffff1a;position:relative;overflow:hidden}
.MtrcCrd::before{content:'';position:absolute;top:0;left:0;width:100%;height:2px;background:linear-gradient(90deg,#DA1C53 0%,#FDE4B4 100%)}
.MtrcNmbr{font-size:64px;font-weight:700;color:#FDE4B4;margin:0 0 12px;letter-spacing:-.03em;line-height:1}
.MtrcLbl{font-size:18px;color:#ffffffe6;margin:0;font-weight:500}
@media (max-width: 768px) {
.MtrcsBlck{padding:80px 24px}
.MtrcsCntnr h3{font-size:24px;margin-bottom:48px}
.MtrcsGrd{grid-template-columns:1fr}
.MtrcCrd{padding:36px 24px}
.MtrcNmbr{font-size:48px}
}
.DvdrSvg2{display:block;width:100%;height:100px;background:linear-gradient(180deg,#2147BA 0%,#1a3a9a 100%)}
.DvdrSvg2 svg{display:block;width:100%;height:100%}
.BnftsBlck{padding:120px 24px;background:#fafafa;position:relative}
.BnftsCntnr{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:0.9fr 1.1fr;gap:48px;align-items:start}
.BnftsLft{position:sticky;top:120px}
.BnftsLft h2{margin:0 0 32px;color:#1a1a1a;position:relative}
.BnftsLft h2::before{content:'01';position:absolute;top:-20px;left:-10px;font-size:120px;font-weight:700;color:#da1c5314;z-index:-1;line-height:1}
.BnftsLft p{margin:0;color:#666}
.BnftsRght{display:flex;flex-direction:column;gap:24px}
.BnftItm{padding:36px;background:#fff;border-radius:12px;box-shadow:0 4px 16px #0000000a;position:relative;counter-increment:bnft}
.BnftItm::before{content:'0' counter(bnft);position:absolute;top:16px;right:24px;font-size:48px;font-weight:700;color:#2147ba1a;line-height:1}
.BnftsRght{counter-reset:bnft}
.BnftItm h4{margin:0 0 12px;color:#2147BA}
.BnftItm p{margin:0;color:#444}
@media (max-width: 768px) {
.BnftsBlck{padding:80px 24px}
.BnftsCntnr{grid-template-columns:1fr;gap:48px}
.BnftsLft{position:static}
.BnftsLft h2{font-size:36px}
.BnftItm{padding:24px}
.BnftItm::before{font-size:36px;top:12px;right:16px}
}
.NtfcBlck{padding:24px;background:#fff;max-width:1200px;margin:0 auto 48px}
.NtfcWrp{display:flex;align-items:center;justify-content:space-between;padding:24px 32px;background:linear-gradient(135deg,#da1c530d 0%,#2147ba0d 100%);border-left:4px solid #DA1C53;border-radius:12px;gap:24px;position:relative}
.NtfcCntnt{display:flex;align-items:center;gap:20px;flex:1}
.NtfcIcn{width:48px;height:48px;background:#DA1C53;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 4px 12px #da1c5340}
.NtfcIcn::before{content:'i';font-size:24px;font-weight:700;color:#fff;font-style:normal}
.NtfcTxt p{margin:0;color:#1a1a1a;font-weight:500}
.NtfcCls{width:32px;height:32px;background:transparent;border:none;cursor:pointer;position:relative;flex-shrink:0;transition:transform .2s ease}
.NtfcCls:hover{transform:scale(1.1)}
.NtfcCls::before,.NtfcCls::after{content:'';position:absolute;top:50%;left:50%;width:18px;height:2px;background:#999;transition:background .2s ease}
.NtfcCls::before{transform:translate(-50%,-50%) rotate(45deg)}
.NtfcCls::after{transform:translate(-50%,-50%) rotate(-45deg)}
.NtfcCls:hover::before,.NtfcCls:hover::after{background:#DA1C53}
@media (max-width: 768px) {
.NtfcWrp{flex-direction:column;align-items:flex-start;padding:20px}
.NtfcCntnt{width:100%}
.NtfcCls{position:absolute;top:16px;right:16px}
}
.CrsIdx{max-width:1366px;margin:0 auto;background:#fff;color:#1a1a1a}
.CrsIdx ::selection{background:#da1c531a}
.CrsIdx ::placeholder{color:#da1c5366}
.CrsIdx .HdGrd{position:relative;min-height:520px;display:flex;align-items:center;padding:24px;overflow:hidden;background:linear-gradient(135deg,#FDE4B4 0%,#DA1C53 50%,#2147BA 100%);background-size:200% 200%;animation:grdShft 15s ease infinite}
@keyframes grdShft {
0%{background-position:0 50%}
50%{background-position:100% 50%}
100%{background-position:0 50%}
}
.CrsIdx .HdCnt{position:relative;z-index:2;max-width:700px}
.CrsIdx .HdH1{font-size:56px;font-weight:800;line-height:1.5;letter-spacing:-.02em;color:#fff;margin:0 0 24px;-webkit-font-smoothing:antialiased}
.CrsIdx .HdP{font-size:20px;font-weight:300;line-height:1.5;letter-spacing:.01em;color:#fff;margin:0;-webkit-font-smoothing:antialiased}
.CrsIdx .HdImg{position:absolute;right:0;top:0;width:45%;height:100%;object-fit:cover;object-position:center;opacity:0;animation:rvlImg 1.2s ease-out .5s forwards}
.CrsIdx .HdImg::after{content:'';position:absolute;right:0;top:0;width:100%;height:100%;background:linear-gradient(to left,transparent 0%,#da1c534d 100%);pointer-events:none}
@keyframes rvlImg {
to{opacity:1}
}
.CrsIdx .HdDcr{position:absolute;bottom:48px;left:48px;width:180px;height:180px;border-radius:12px;background:#fde4b426;pointer-events:none;z-index:1}
.CrsIdx .SplitBlk{display:grid;grid-template-columns:60fr 40fr;gap:0;padding:0;background:#f8f9fa}
.CrsIdx .SplitLft{padding:96px 48px;background:#fff;display:flex;flex-direction:column;gap:24px}
.CrsIdx .SplitRgt{padding:96px 48px;background:#f8f9fa;display:flex;flex-direction:column;gap:24px}
.CrsIdx .SplitH2{font-size:42px;font-weight:800;line-height:1.5;letter-spacing:-.01em;margin:0;-webkit-font-smoothing:antialiased}
.CrsIdx .SplitH2 .clr1{color:#DA1C53}
.CrsIdx .SplitH2 .clr2{color:#2147BA}
.CrsIdx .SplitP{font-size:16px;font-weight:300;line-height:1.5;letter-spacing:.02em;margin:0;-webkit-font-smoothing:antialiased}
.CrsIdx .SplitStrong{font-weight:600;color:#2147BA}
.CrsIdx .SplitLst{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:24px}
.CrsIdx .SplitItm{position:relative;padding-left:56px;font-size:16px;font-weight:400;line-height:1.5;letter-spacing:.01em;-webkit-font-smoothing:antialiased}
.CrsIdx .SplitItm::before{content:'0' counter(item);counter-increment:item;position:absolute;left:0;top:-4px;font-size:48px;font-weight:800;color:#da1c5326;line-height:1;letter-spacing:-.02em}
.CrsIdx .SplitLst{counter-reset:item}
.CrsIdx .SplitH4{font-size:16px;font-weight:700;line-height:1.5;letter-spacing:0;margin:0 0 8px;color:#1a1a1a;-webkit-font-smoothing:antialiased}
.CrsIdx .SplitTxt{font-size:16px;font-weight:300;line-height:1.5;letter-spacing:.02em;margin:0;color:#4a4a4a;-webkit-font-smoothing:antialiased}
.CrsIdx .NavStcky{position:sticky;top:0;background:#fff;border-bottom:2px solid #f0f0f0;z-index:100;padding:24px}
.CrsIdx .NavLnks{display:flex;gap:48px;list-style:none;margin:0;padding:0;justify-content:center}
.CrsIdx .NavA{font-size:16px;font-weight:500;line-height:1.5;letter-spacing:.01em;color:#6a6a6a;text-decoration:none;padding:8px 0;border-bottom:3px solid transparent;transition:all .3s ease;-webkit-font-smoothing:antialiased}
.CrsIdx .NavA:hover{color:#DA1C53;border-bottom-color:#DA1C53}
.CrsIdx .NavA.actv{color:#2147BA;border-bottom-color:#2147BA}
.CrsIdx .TrplCol{display:grid;grid-template-columns:200px 1fr 200px;gap:48px;padding:96px 48px;background:linear-gradient(180deg,#FDE4B4 0%,#fde4b433 50%,#fff 100%)}
.CrsIdx .TrplSdb{display:flex;flex-direction:column;gap:24px}
.CrsIdx .TrplMn{display:flex;flex-direction:column;gap:24px}
.CrsIdx .TrplH3{font-size:38px;font-weight:800;line-height:1.5;letter-spacing:-.01em;margin:0;color:#1a1a1a;-webkit-font-smoothing:antialiased}
.CrsIdx .TrplPrg{font-size:16px;font-weight:300;line-height:1.5;letter-spacing:.02em;margin:0;color:#3a3a3a;-webkit-font-smoothing:antialiased}
.CrsIdx .TrplSdbTtl{font-size:14px;font-weight:700;line-height:1.5;letter-spacing:.03em;margin:0 0 12px;color:#2147BA;text-transform:uppercase;-webkit-font-smoothing:antialiased}
.CrsIdx .TrplSdbItm{font-size:14px;font-weight:400;line-height:1.5;letter-spacing:.01em;color:#5a5a5a;margin:0;padding:8px 0;border-bottom:1px dotted #d0d0d0;-webkit-font-smoothing:antialiased}
.CrsIdx .TrplSdbItm:last-child{border-bottom:none}
.CrsIdx .TrplImg{width:100%;height:auto;border-radius:12px;object-fit:cover;box-shadow:0 8px 32px #00000014;opacity:0;animation:rvlImg 1s ease-out forwards}
.CrsIdx .CrrnrTri{position:absolute;width:0;height:0;pointer-events:none}
.CrsIdx .CrrnrTri.tpLft{top:0;left:0;border-top:120px solid #da1c531f;border-right:120px solid transparent}
.CrsIdx .CrrnrTri.btmRgt{bottom:0;right:0;border-bottom:140px solid #2147ba14;border-left:140px solid transparent}
.CrsIdx .GrphBlk{position:relative;padding:96px 48px;background:#fff;overflow:hidden}
.CrsIdx .GrphBlk .CrrnrTri.tpLft{border-top-color:#fde4b44d}
.CrsIdx .GrphBlk .CrrnrTri.btmRgt{border-bottom-color:#2147ba0f}
.CrsIdx .GrphCnt{max-width:900px;margin:0 auto;display:flex;flex-direction:column;gap:48px}
.CrsIdx .GrphH2{font-size:42px;font-weight:800;line-height:1.5;letter-spacing:-.01em;margin:0;color:#1a1a1a;text-align:center;-webkit-font-smoothing:antialiased}
.CrsIdx .GrphSvg{width:100%;height:auto}
.CrsIdx .GrphLn{fill:none;stroke:#DA1C53;stroke-width:3;stroke-linecap:round;stroke-linejoin:round}
.CrsIdx .GrphAxs{stroke:#d0d0d0;stroke-width:2}
.CrsIdx .GrphDt{fill:#6a6a6a;font-size:14px;font-weight:400;letter-spacing:.01em}
.CrsIdx .GrphTxt{font-size:16px;font-weight:300;line-height:1.5;letter-spacing:.02em;margin:0;text-align:center;color:#4a4a4a;-webkit-font-smoothing:antialiased}
.CrsIdx .FrmSct{padding:96px 48px;background:linear-gradient(135deg,#fff 0%,#f8f9fa 50%,#FDE4B4 100%);position:relative}
.CrsIdx .FrmSct::before{content:'';position:absolute;top:0;left:50%;transform:translateX(-50%);width:90%;height:2px;background:repeating-linear-gradient(to right,#d0d0d0 0px,#d0d0d0 6px,transparent 6px,transparent 12px)}
.CrsIdx .FrmWrp{max-width:700px;margin:0 auto;background:#fff;padding:48px;border-radius:12px;box-shadow:0 16px 48px #0000000f}
.CrsIdx .FrmH2{font-size:38px;font-weight:800;line-height:1.5;letter-spacing:-.01em;margin:0 0 24px;color:#1a1a1a;-webkit-font-smoothing:antialiased}
.CrsIdx .FrmP{font-size:16px;font-weight:300;line-height:1.5;letter-spacing:.02em;margin:0 0 48px;color:#4a4a4a;-webkit-font-smoothing:antialiased}
.CrsIdx .Frm{display:flex;flex-direction:column;gap:24px}
.CrsIdx .FrmGrp{display:flex;flex-direction:column;gap:8px}
.CrsIdx .FrmLbl{font-size:14px;font-weight:600;line-height:1.5;letter-spacing:.01em;color:#2a2a2a;-webkit-font-smoothing:antialiased}
.CrsIdx .FrmInpt{padding:16px;border:2px solid #e0e0e0;border-radius:12px;font-size:16px;font-weight:400;line-height:1.5;letter-spacing:.01em;color:#1a1a1a;background:#fff;transition:border-color .3s ease;-webkit-font-smoothing:antialiased}
.CrsIdx .FrmInpt:focus{outline:none;border-color:#DA1C53}
.CrsIdx .FrmTxtar{padding:16px;border:2px solid #e0e0e0;border-radius:12px;font-size:16px;font-weight:400;line-height:1.5;letter-spacing:.01em;color:#1a1a1a;background:#fff;resize:vertical;min-height:120px;transition:border-color .3s ease;-webkit-font-smoothing:antialiased}
.CrsIdx .FrmTxtar:focus{outline:none;border-color:#DA1C53}
.CrsIdx .FrmBtn{padding:18px 48px;background:#2147BA;color:#fff;border:none;border-radius:12px;font-size:16px;font-weight:700;line-height:1.5;letter-spacing:.02em;cursor:pointer;transition:all .3s ease;-webkit-font-smoothing:antialiased;box-shadow:0 8px 24px #2147ba33}
.CrsIdx .FrmBtn:hover{background:#1a3a9a;box-shadow:0 12px 32px #2147ba4d;transform:translateY(-2px)}
.CrsIdx .FrmBtn:active{transform:translateY(0);box-shadow:0 4px 16px #2147ba33}
.CrsIdx .FtrBlk{padding:96px 48px;background:#1a1a1a;color:#fff;position:relative;overflow:hidden}
.CrsIdx .FtrBlk::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(to right,#DA1C53 0%,#2147BA 50%,#FDE4B4 100%)}
.CrsIdx .FtrGrd{display:grid;grid-template-columns:repeat(3,1fr);gap:48px;max-width:1200px;margin:0 auto}
.CrsIdx .FtrCol{display:flex;flex-direction:column;gap:16px}
.CrsIdx .FtrH4{font-size:18px;font-weight:700;line-height:1.5;letter-spacing:.01em;margin:0 0 8px;color:#FDE4B4;-webkit-font-smoothing:antialiased}
.CrsIdx .FtrP{font-size:14px;font-weight:300;line-height:1.5;letter-spacing:.02em;margin:0;color:#d0d0d0;-webkit-font-smoothing:antialiased}
.CrsIdx .FtrA{font-size:14px;font-weight:400;line-height:1.5;letter-spacing:.01em;color:#d0d0d0;text-decoration:none;transition:color .3s ease;-webkit-font-smoothing:antialiased}
.CrsIdx .FtrA:hover{color:#DA1C53}
@media (max-width: 1366px) {
.CrsIdx .HdH1{font-size:48px}
.CrsIdx .TrplCol{grid-template-columns:180px 1fr 180px;gap:36px;padding:72px 36px}
}
@media (max-width: 768px) {
.CrsIdx .HdGrd{min-height:400px;padding:24px}
.CrsIdx .HdH1{font-size:36px}
.CrsIdx .HdP{font-size:16px}
.CrsIdx .HdImg{width:100%;opacity:.3}
.CrsIdx .HdDcr{display:none}
.CrsIdx .SplitBlk{grid-template-columns:1fr}
.CrsIdx .SplitLft,.CrsIdx .SplitRgt{padding:48px 24px}
.CrsIdx .SplitH2{font-size:32px}
.CrsIdx .NavLnks{flex-direction:column;gap:16px;align-items:center}
.CrsIdx .TrplCol{grid-template-columns:1fr;gap:24px;padding:48px 24px}
.CrsIdx .TrplSdb{order:2}
.CrsIdx .TrplMn{order:1}
.CrsIdx .TrplH3{font-size:28px}
.CrsIdx .GrphBlk{padding:48px 24px}
.CrsIdx .GrphH2{font-size:32px}
.CrsIdx .FrmSct{padding:48px 24px}
.CrsIdx .FrmWrp{padding:32px 24px}
.CrsIdx .FrmH2{font-size:28px}
.CrsIdx .FtrBlk{padding:48px 24px}
.CrsIdx .FtrGrd{grid-template-columns:1fr;gap:32px}
}
@media (max-width: 375px) {
.CrsIdx .HdH1{font-size:28px}
.CrsIdx .SplitH2{font-size:26px}
.CrsIdx .TrplH3{font-size:24px}
.CrsIdx .GrphH2{font-size:26px}
.CrsIdx .FrmH2{font-size:24px}
.CrsIdx .FrmBtn{padding:16px 32px}
}
.CntctPg{margin:0;padding:0;max-width:100%;overflow-x:hidden;background:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.CntctPg *{box-sizing:border-box}
.CntctPg ::selection{background:#da1c531a}
.CntctPg ::placeholder{color:#da1c534d}
.CntctPg .Hdr{position:relative;padding:120px 24px 180px;background:linear-gradient(135deg,#FDE4B4 0%,#fff 40%,#FDE4B4 100%);overflow:hidden;max-width:1366px;margin:0 auto}
.CntctPg .GeomShp{position:absolute;border-radius:12px;opacity:.15;animation:floatShp 25s infinite ease-in-out}
.CntctPg .GeomShp:nth-child(1){width:280px;height:280px;background:#2147BA;top:10%;left:-5%;animation-delay:0s}
.CntctPg .GeomShp:nth-child(2){width:200px;height:200px;background:#DA1C53;bottom:15%;right:8%;animation-delay:-8s}
.CntctPg .GeomShp:nth-child(3){width:160px;height:160px;background:#2147BA;top:40%;right:-3%;animation-delay:-15s}
@keyframes floatShp {
0%,100%{transform:translate(0,0) rotate(0deg)}
33%{transform:translate(30px,-30px) rotate(120deg)}
66%{transform:translate(-20px,20px) rotate(240deg)}
}
.CntctPg .HdrCntnt{position:relative;z-index:2;max-width:800px;margin:0 auto;text-align:center}
.CntctPg .HdrCntnt h1{font-size:64px;line-height:1.5;letter-spacing:-.02em;margin:0 0 24px;font-weight:700;color:#1a1a1a}
.CntctPg .AccntTxt{color:#DA1C53}
.CntctPg .HdrCntnt p{font-size:16px;line-height:1.5;letter-spacing:.01em;color:#4a4a4a;margin:0}
.CntctPg .BlrBlb{position:absolute;border-radius:50%;filter:blur(80px);opacity:.4;z-index:1}
.CntctPg .BlrBlb-v1{width:400px;height:400px;background:#da1c534d;top:-10%;left:15%}
.CntctPg .BlrBlb-v2{width:350px;height:350px;background:#2147ba40;bottom:-8%;right:20%}
.CntctPg .FrmSctn{position:relative;padding:0 24px 80px;max-width:1366px;margin:-100px auto 0;z-index:5}
.CntctPg .FrmWrp{background:#fff;border-radius:12px;padding:64px 48px;box-shadow:0 8px 32px #00000014;max-width:700px;margin:0 auto;position:relative}
.CntctPg .FrmWrp::before{content:'';position:absolute;top:0;left:0;right:0;height:6px;background:linear-gradient(90deg,#FDE4B4 0%,#DA1C53 50%,#2147BA 100%);border-radius:12px 12px 0 0}
.CntctPg .FrmWrp h2{font-size:28px;line-height:1.5;letter-spacing:-.01em;margin:0 0 48px;font-weight:700;color:#1a1a1a;text-align:center}
.CntctPg .FrmWrp form{display:flex;flex-direction:column;gap:24px}
.CntctPg .FldGrp{display:flex;flex-direction:column;gap:8px}
.CntctPg .FldGrp label{font-size:14px;line-height:1.5;letter-spacing:.02em;color:#2a2a2a;font-weight:600;text-transform:uppercase}
.CntctPg .FldGrp input[type="text"],.CntctPg .FldGrp input[type="email"],.CntctPg .FldGrp input[type="tel"]{padding:16px 20px;border:2px solid #e0e0e0;border-radius:12px;font-size:16px;line-height:1.5;letter-spacing:.01em;color:#1a1a1a;background:#fafafa;transition:all .3s ease}
.CntctPg .FldGrp input[type="text"]:focus,.CntctPg .FldGrp input[type="email"]:focus,.CntctPg .FldGrp input[type="tel"]:focus{outline:none;border-color:#DA1C53;background:#fff;box-shadow:0 4px 16px #da1c531f}
.CntctPg .ChcGrp{display:flex;flex-direction:column;gap:8px}
.CntctPg .ChcGrp > label{font-size:14px;line-height:1.5;letter-spacing:.02em;color:#2a2a2a;font-weight:600;text-transform:uppercase;margin-bottom:8px}
.CntctPg .ChcItm{display:flex;align-items:center;gap:12px;padding:12px 16px;background:#fafafa;border-radius:12px;border:2px solid transparent;transition:all .3s ease;cursor:pointer}
.CntctPg .ChcItm:hover{background:#f5f5f5;border-color:#e0e0e0}
.CntctPg .ChcItm input[type="checkbox"]{appearance:none;width:24px;height:24px;border:2px solid #DA1C53;border-radius:6px;cursor:pointer;position:relative;flex-shrink:0;transition:all .3s ease}
.CntctPg .ChcItm input[type="checkbox"]:checked{background:#DA1C53}
.CntctPg .ChcItm input[type="checkbox"]:checked::after{content:'';position:absolute;top:3px;left:7px;width:6px;height:10px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}
.CntctPg .ChcItm span{font-size:16px;line-height:1.5;letter-spacing:.01em;color:#3a3a3a}
.CntctPg .PrvGrp{display:flex;align-items:flex-start;gap:12px;padding:16px;background:#fde4b433;border-radius:12px;margin-top:8px}
.CntctPg .PrvGrp input[type="checkbox"]{appearance:none;width:20px;height:20px;border:2px solid #DA1C53;border-radius:6px;cursor:pointer;position:relative;flex-shrink:0;margin-top:2px;transition:all .3s ease}
.CntctPg .PrvGrp input[type="checkbox"]:checked{background:#DA1C53}
.CntctPg .PrvGrp input[type="checkbox"]:checked::after{content:'';position:absolute;top:2px;left:6px;width:4px;height:8px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}
.CntctPg .PrvGrp label{font-size:14px;line-height:1.5;letter-spacing:.01em;color:#4a4a4a;cursor:pointer}
.CntctPg .PrvGrp a{color:#2147BA;text-decoration:underline}
.CntctPg .PrvGrp a:hover{color:#DA1C53}
.CntctPg .SbmtBtn{padding:18px 40px;background:#1a1a1a;color:#fff;border:none;border-radius:12px;font-size:16px;line-height:1.5;letter-spacing:.02em;font-weight:700;text-transform:uppercase;cursor:pointer;transition:all .3s ease;margin-top:8px}
.CntctPg .SbmtBtn:hover{background:#DA1C53;box-shadow:0 8px 24px #da1c5340;transform:translateY(-2px)}
.CntctPg .SbmtBtn:active{transform:translateY(0)}
.CntctPg .InfoSctn{padding:80px 24px;background:linear-gradient(165deg,#fff 0%,#FDE4B4 50%,#fff 100%);position:relative;max-width:1366px;margin:0 auto}
.CntctPg .InfoSctn::before{content:'';position:absolute;top:-50px;left:0;right:0;height:50px;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 50" preserveAspectRatio="none"><path d="M0,25 Q150,15 300,28 T600,22 T900,30 T1200,20 L1200,50 L0,50 Z" fill="white"/><path d="M0,30 Q200,18 400,32 T800,25 T1200,28 L1200,50 L0,50 Z" fill="white" opacity="0.7"/></svg>') no-repeat;background-size:100% 100%}
.CntctPg .InfoCntnt{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:48px;max-width:1100px;margin:0 auto}
.CntctPg .InfoCrd{padding:48px 32px;background:#fff;border-radius:12px;box-shadow:0 16px 48px #0000000f inset 0 -2px 8px #00000008;position:relative;text-align:center;transition:all .3s ease}
.CntctPg .InfoCrd:hover{transform:translateY(-8px);box-shadow:0 24px 64px #0000001f}
.CntctPg .InfoCrd::before{content:'';position:absolute;top:-1px;left:24px;right:24px;height:4px;background:linear-gradient(90deg,#DA1C53,#2147BA);border-radius:12px 12px 0 0}
.CntctPg .CrdNmbr{position:absolute;top:20px;right:24px;font-size:120px;line-height:1;font-weight:700;color:#da1c5314;letter-spacing:-.05em;pointer-events:none}
.CntctPg .InfoCrd h3{font-size:20px;line-height:1.5;letter-spacing:.01em;margin:0 0 16px;font-weight:700;color:#1a1a1a;position:relative;z-index:1}
.CntctPg .InfoCrd p{font-size:16px;line-height:1.5;letter-spacing:.01em;color:#4a4a4a;margin:0 0 8px;position:relative;z-index:1;word-break:break-word}
.CntctPg .InfoCrd p:last-child{margin:0}
.CntctPg .InfoCrd a{color:#2147BA;text-decoration:none;transition:color .3s ease}
.CntctPg .InfoCrd a:hover{color:#DA1C53;text-decoration:underline}
.CntctPg .DvdSvg{width:100%;height:80px;display:block}
@media (max-width: 768px) {
.CntctPg .Hdr{padding:80px 24px 140px}
.CntctPg .HdrCntnt h1{font-size:42px}
.CntctPg .FrmSctn{margin:-80px auto 0;padding:0 24px 60px}
.CntctPg .FrmWrp{padding:48px 32px}
.CntctPg .FrmWrp h2{font-size:24px;margin:0 0 32px}
.CntctPg .InfoCntnt{grid-template-columns:1fr;gap:32px}
.CntctPg .GeomShp:nth-child(1){width:200px;height:200px}
.CntctPg .GeomShp:nth-child(2){width:140px;height:140px}
.CntctPg .GeomShp:nth-child(3){width:120px;height:120px}
.CntctPg .CrdNmbr{font-size:80px}
}
@media (max-width: 375px) {
.CntctPg .Hdr{padding:60px 20px 120px}
.CntctPg .HdrCntnt h1{font-size:32px}
.CntctPg .FrmWrp{padding:36px 24px}
.CntctPg .InfoSctn{padding:60px 20px}
}
@media (min-width: 1366px) {
.CntctPg .Hdr,.CntctPg .FrmSctn,.CntctPg .InfoSctn{border-radius:0}
}
.BtPg{max-width:1366px;margin:0 auto;background:#fff;color:#1a1a1a}
.BtPg *{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.BtPg ::selection{background:#da1c531a}
.BtPg ::-moz-selection{background:#da1c531a}
.BtPg ::placeholder{color:#da1c5366}
.HrBlck{position:relative;min-height:70vh;display:flex;align-items:center;overflow:hidden;padding:24px}
.HrBlck::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#FDE4B4 0%,#fde4b44d 50%,#2147ba1a 100%);z-index:1}
.ImgDst{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}
.ImgDst img{width:100%;height:100%;object-fit:cover;filter:grayscale(100%);opacity:.3}
.TtlCntnr{position:relative;z-index:2;max-width:800px;padding:48px;border:2px solid #da1c5333;background:#fffffff2;border-radius:12px;animation:sldIn 1.2s ease-out}
@keyframes sldIn {
from{opacity:0;transform:translateY(30px)}
to{opacity:1;transform:translateY(0)}
}
.TtlCntnr h1{font-size:52px;line-height:1.5;letter-spacing:-.02em;margin:0 0 24px;font-weight:700}
.TtlCntnr h1 .Accnt{color:#DA1C53}
.TtlCntnr p{font-size:16px;line-height:1.5;letter-spacing:.01em;margin:0}
.GrdSctn{display:grid;grid-template-columns:1fr 3fr;gap:48px;padding:72px 24px;background:#fff}
.LftAccnt{position:relative}
.LrgBrckt{font-size:180px;line-height:1;color:#2147ba1a;font-weight:700;position:sticky;top:24px}
.RghtCntnt{display:flex;flex-direction:column;gap:48px}
.TxtBlck h2{font-size:36px;line-height:1.5;letter-spacing:-.01em;margin:0 0 24px;font-weight:700;color:#2147BA}
.TxtBlck p{font-size:16px;line-height:1.5;letter-spacing:.01em;margin:0 0 24px}
.TxtBlck p:last-child{margin-bottom:0}
.PrfSctn{background:linear-gradient(180deg,#FDE4B4 0%,#fde4b433 100%);padding:72px 24px;position:relative}
.PrfSctn::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-image:url("data:image/svg+xml,%3Csvg width='100' height='100' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence baseFrequency='0.9' numOctaves='4'/%3E%3C/filter%3E%3Crect width='100' height='100' filter='url(%23noise)' opacity='0.05'/%3E%3C/svg%3E");animation:grn 8s steps(10) infinite;pointer-events:none}
@keyframes grn {
0%,100%{transform:translate(0,0)}
10%{transform:translate(-5%,-5%)}
20%{transform:translate(-10%,5%)}
30%{transform:translate(5%,-10%)}
40%{transform:translate(-5%,15%)}
50%{transform:translate(10%,5%)}
60%{transform:translate(5%,-15%)}
70%{transform:translate(-10%,10%)}
80%{transform:translate(15%,0)}
90%{transform:translate(0,10%)}
}
.PrfGrd{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;position:relative;z-index:1}
.PrfCrd{background:#fff;border-radius:12px;padding:24px;box-shadow:0 8px 32px #00000014;display:flex;flex-direction:column;align-items:center;text-align:center}
.PrfImg{width:120px;height:120px;border-radius:12px;overflow:hidden;margin-bottom:24px;border:3px solid #DA1C53}
.PrfImg img{width:100%;height:100%;object-fit:cover;object-position:center top}
.PrfCrd h3{font-size:20px;line-height:1.5;letter-spacing:-.01em;margin:0 0 12px;font-weight:700;color:#1a1a1a}
.PrfRl{font-size:14px;line-height:1.5;letter-spacing:.02em;color:#2147BA;margin:0 0 24px;font-weight:600}
.SttsRw{display:flex;gap:24px;width:100%;justify-content:center}
.SttItm{display:flex;flex-direction:column;align-items:center}
.SttVl{font-size:24px;line-height:1.5;letter-spacing:-.02em;font-weight:700;color:#DA1C53}
.SttLbl{font-size:12px;line-height:1.5;letter-spacing:.03em;color:#666;text-transform:uppercase}
.DvdWtr{height:120px;width:100%;position:relative;overflow:hidden}
.DvdWtr svg{position:absolute;bottom:0;left:0;width:100%;height:100%}
.MsnSctn{padding:72px 24px;background:#fff}
.MsnGrd{display:grid;grid-template-columns:repeat(2,1fr);gap:48px}
.MsnTxt{position:relative}
.NmbrBg{position:absolute;top:-24px;left:-24px;font-size:180px;line-height:1;font-weight:700;color:#da1c530d;z-index:0}
.MsnTxt h2{position:relative;z-index:1;font-size:32px;line-height:1.5;letter-spacing:-.01em;margin:0 0 24px;font-weight:700}
.MsnTxt p{position:relative;z-index:1;font-size:16px;line-height:1.5;letter-spacing:.01em;margin:0}
.MsnImg{border-radius:12px;overflow:hidden;box-shadow:0 16px 48px #0000001f}
.MsnImg img{width:100%;height:100%;object-fit:cover}
.TmlnSctn{background:linear-gradient(135deg,#2147ba0d 0%,#fde4b44d 100%);padding:72px 24px;position:relative;overflow:hidden}
.TmlnTtl{text-align:center;margin-bottom:48px}
.TmlnTtl h2{font-size:42px;line-height:1.5;letter-spacing:-.02em;margin:0 0 24px;font-weight:700}
.TmlnTtl h2 span:first-child{color:#2147BA}
.TmlnTtl h2 span:last-child{color:#DA1C53}
.TmlnTtl p{font-size:16px;line-height:1.5;letter-spacing:.01em;margin:0;max-width:700px;margin-left:auto;margin-right:auto}
.HrzScrl{display:flex;gap:24px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:24px;scrollbar-width:thin;scrollbar-color:#DA1C53 #da1c531a}
.HrzScrl::-webkit-scrollbar{height:8px}
.HrzScrl::-webkit-scrollbar-track{background:#da1c531a;border-radius:12px}
.HrzScrl::-webkit-scrollbar-thumb{background:#DA1C53;border-radius:12px}
.TmlnCrd{min-width:320px;background:#fff;border-radius:12px;padding:24px;box-shadow:0 8px 24px #00000014;scroll-snap-align:start;display:flex;flex-direction:column;gap:24px}
.TmlnYr{font-size:48px;line-height:1;letter-spacing:-.03em;font-weight:700;color:#2147BA}
.TmlnCrd h3{font-size:18px;line-height:1.5;letter-spacing:0;margin:0;font-weight:700;color:#1a1a1a}
.TmlnCrd p{font-size:16px;line-height:1.5;letter-spacing:.01em;margin:0}
.TmlnImg{width:100%;height:180px;border-radius:12px;overflow:hidden}
.TmlnImg img{width:100%;height:100%;object-fit:cover}
.VlsSctn{padding:72px 24px;background:#fff}
.VlsHdr{margin-bottom:48px}
.VlsHdr h2{font-size:38px;line-height:1.5;letter-spacing:-.01em;margin:0 0 24px;font-weight:700;color:#DA1C53}
.VlsHdr p{font-size:16px;line-height:1.5;letter-spacing:.01em;margin:0;max-width:800px}
.ClmnFlw{column-count:3;column-gap:24px}
.VlItm{break-inside:avoid;background:linear-gradient(135deg,#2147ba08 0%,#fde4b433 100%);border-radius:12px;padding:24px;margin-bottom:24px;position:relative;box-shadow:inset 0 2px 8px #00000008}
.VlNmbr{font-size:64px;line-height:1;font-weight:700;color:#da1c5326;margin:0 0 12px}
.VlItm h3{font-size:18px;line-height:1.5;letter-spacing:0;margin:0 0 12px;font-weight:700;color:#2147BA}
.VlItm p{font-size:16px;line-height:1.5;letter-spacing:.01em;margin:0}
@media (max-width: 1366px) {
.TtlCntnr h1{font-size:44px}
.GrdSctn{grid-template-columns:1fr 2.5fr;gap:36px}
.LrgBrckt{font-size:140px}
}
@media (max-width: 768px) {
.HrBlck{min-height:50vh;padding:24px}
.TtlCntnr{padding:24px}
.TtlCntnr h1{font-size:32px}
.GrdSctn{grid-template-columns:1fr;gap:24px;padding:48px 24px}
.LrgBrckt{display:none}
.RghtCntnt{gap:36px}
.TxtBlck h2{font-size:28px}
.PrfSctn{padding:48px 24px}
.PrfGrd{grid-template-columns:1fr}
.MsnSctn{padding:48px 24px}
.MsnGrd{grid-template-columns:1fr;gap:36px}
.NmbrBg{font-size:120px}
.TmlnSctn{padding:48px 24px}
.TmlnTtl h2{font-size:32px}
.TmlnCrd{min-width:280px}
.VlsSctn{padding:48px 24px}
.VlsHdr h2{font-size:28px}
.ClmnFlw{column-count:1}
}
@media (max-width: 375px) {
.TtlCntnr h1{font-size:26px}
.TxtBlck h2{font-size:24px}
.TmlnTtl h2{font-size:26px}
.VlsHdr h2{font-size:24px}
.TmlnCrd{min-width:260px}
}
.NwsPg{max-width:1366px;margin:0 auto;background:#fff;color:#1a1a1a;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.NwsPg *{box-sizing:border-box}
.NwsPg ::selection{background:#da1c531a}
.NwsPg ::-moz-selection{background:#da1c531a}
.NwsPg .HdrTtl{padding:120px 24px 80px;position:relative;overflow:hidden;background:linear-gradient(135deg,#FDE4B4 0%,#fff 40%,#f8f9fa 100%)}
.NwsPg .HdrTtl::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#2147ba14 0%,transparent 70%);border-radius:50%;filter:blur(60px);pointer-events:none}
.NwsPg .HdrTtl::after{content:'';position:absolute;bottom:-30%;left:-5%;width:500px;height:500px;background:radial-gradient(circle,#da1c530f 0%,transparent 70%);border-radius:50%;filter:blur(50px);pointer-events:none}
.NwsPg .TtlCntr{max-width:1100px;margin:0 auto;position:relative;z-index:2;display:grid;grid-template-columns:repeat(12,1fr);gap:24px;align-items:center}
.NwsPg .TtlTxt{grid-column:1 / 8}
.NwsPg .TtlTxt h1{font-size:68px;line-height:1.2;margin:0 0 24px;letter-spacing:-.02em;font-weight:700}
.NwsPg .TtlTxt h1 .Acnt{color:#DA1C53}
.NwsPg .TtlQte{font-size:20px;line-height:1.6;color:#4a4a4a;margin:0;letter-spacing:.01em;max-width:520px}
.NwsPg .ImgFrgmnt{grid-column:8 / 13;position:relative;height:400px}
.NwsPg .FrgPrt{position:absolute;overflow:hidden;border-radius:12px;box-shadow:0 8px 32px #0000001f}
.NwsPg .FrgPrt::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:repeating-linear-gradient(0deg,transparent,transparent 2px,#00000008 2px,#00000008 4px);pointer-events:none;z-index:2;animation:GrnMv 8s linear infinite}
@keyframes GrnMv {
0%{transform:translateY(0)}
100%{transform:translateY(40px)}
}
.NwsPg .FrgPrt img{width:100%;height:100%;object-fit:cover;display:block}
.NwsPg .Frg1{top:0;left:0;width:180px;height:240px;opacity:.85}
.NwsPg .Frg2{top:60px;right:80px;width:200px;height:200px;opacity:.9}
.NwsPg .Frg3{bottom:0;left:60px;width:160px;height:180px;opacity:.8}
.NwsPg .Frg4{bottom:40px;right:0;width:140px;height:160px;opacity:.75}
.NwsPg .BlbShp{position:absolute;border-radius:50%;filter:blur(80px);pointer-events:none;z-index:1}
.NwsPg .Blb1{top:10%;right:20%;width:300px;height:300px;background:#da1c5326}
.NwsPg .Blb2{bottom:15%;left:25%;width:250px;height:250px;background:#2147ba1f}
.NwsPg .CtntMn{display:grid;grid-template-columns:1fr 340px;gap:48px;padding:80px 24px;max-width:1100px;margin:0 auto}
.NwsPg .MnCl{display:flex;flex-direction:column;gap:64px}
.NwsPg .ArtclBlck{position:relative}
.NwsPg .ArtclBlck::before{content:attr(data-num);position:absolute;top:-20px;left:-24px;font-size:140px;font-weight:700;color:#da1c530f;line-height:1;z-index:0;pointer-events:none}
.NwsPg .ArtclHdr{position:relative;z-index:1;margin-bottom:24px}
.NwsPg .ArtclHdr h2{font-size:36px;line-height:1.3;margin:0 0 12px;font-weight:700;letter-spacing:-.01em;color:#1a1a1a}
.NwsPg .ArtclMta{display:flex;align-items:center;gap:16px;font-size:14px;color:#6a6a6a;letter-spacing:.02em}
.NwsPg .MtaDt{display:flex;align-items:center;gap:8px}
.NwsPg .MtaDt::before{content:'';width:4px;height:4px;background:#DA1C53;border-radius:50%}
.NwsPg .ArtclCnt{position:relative;z-index:1}
.NwsPg .ArtclCnt p{font-size:16px;line-height:1.7;margin:0 0 16px;color:#2a2a2a;letter-spacing:.01em}
.NwsPg .ArtclCnt p:last-child{margin-bottom:0}
.NwsPg .SdbrRght{position:sticky;top:24px;height:fit-content}
.NwsPg .SdbrSct{background:#f8f9fa;border-radius:12px;padding:32px 24px;margin-bottom:24px}
.NwsPg .SdbrSct h3{font-size:20px;font-weight:700;margin:0 0 20px;color:#1a1a1a;letter-spacing:-.01em}
.NwsPg .CtgrLst{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}
.NwsPg .CtgrLst li{position:relative;padding-left:32px;font-size:15px;line-height:1.5;color:#4a4a4a;letter-spacing:.01em}
.NwsPg .CtgrLst li::before{content:counter(item, decimal-leading-zero);counter-increment:item;position:absolute;left:0;top:0;font-size:18px;font-weight:700;color:#2147ba4d}
.NwsPg .CtgrLst{counter-reset:item}
.NwsPg .CntctBx{background:linear-gradient(135deg,#2147BA 0%,#DA1C53 100%);border-radius:12px;padding:32px 24px;color:#fff;text-align:center}
.NwsPg .CntctBx h3{font-size:22px;font-weight:700;margin:0 0 16px;letter-spacing:-.01em}
.NwsPg .CntctBx p{font-size:14px;line-height:1.6;margin:0 0 24px;opacity:.95;letter-spacing:.01em}
.NwsPg .CntctBx a{display:inline-block;background:#fff;color:#2147BA;padding:14px 32px;border-radius:12px;text-decoration:none;font-weight:600;font-size:15px;letter-spacing:.01em;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 4px 16px #00000026}
.NwsPg .CntctBx a:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0003}
.NwsPg .CntctBx a:active{transform:translateY(0)}
.NwsPg .DvdrZgzg{width:100%;height:40px;margin:80px 0}
.NwsPg .Cmpr{background:#f8f9fa;padding:80px 24px;position:relative;overflow:hidden}
.NwsPg .CmprWrp{max-width:1100px;margin:0 auto}
.NwsPg .CmprTtl{text-align:center;margin-bottom:48px}
.NwsPg .CmprTtl h2{font-size:42px;line-height:1.3;margin:0 0 16px;font-weight:700;letter-spacing:-.01em}
.NwsPg .CmprTtl h2 .Acnt{color:#2147BA}
.NwsPg .CmprTtl p{font-size:18px;line-height:1.6;color:#4a4a4a;margin:0;letter-spacing:.01em}
.NwsPg .SldrCntnr{position:relative;width:100%;max-width:800px;margin:0 auto;overflow:hidden;border-radius:12px;box-shadow:0 16px 48px #00000026}
.NwsPg .CmprSldr{position:relative;width:100%;padding-bottom:66.67%;background:#fff}
.NwsPg .ImgLyr{position:absolute;top:0;left:0;width:100%;height:100%}
.NwsPg .ImgLyr img{width:100%;height:100%;object-fit:cover;display:block;filter:grayscale(100%)}
.NwsPg .ImgAftr{position:absolute;top:0;left:0;width:50%;height:100%;overflow:hidden}
.NwsPg .ImgAftr img{width:200%;height:100%;object-fit:cover;display:block;filter:grayscale(100%)}
.NwsPg .ImgAftr::after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:#2147ba66;mix-blend-mode:multiply;pointer-events:none}
.NwsPg .SldrCtrl{position:absolute;top:0;left:0;width:100%;height:100%;-webkit-appearance:none;appearance:none;background:transparent;outline:none;margin:0;cursor:ew-resize;z-index:3}
.NwsPg .SldrCtrl::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:4px;height:100%;background:#DA1C53;cursor:ew-resize;box-shadow:0 0 0 2px #ffffff,0 4px 16px #0000004d}
.NwsPg .SldrCtrl::-moz-range-thumb{width:4px;height:100%;background:#DA1C53;cursor:ew-resize;border:2px solid #fff;box-shadow:0 4px 16px #0000004d;border-radius:0}
.NwsPg .SldrHndl{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:48px;height:48px;background:#DA1C53;border:3px solid #fff;border-radius:50%;pointer-events:none;z-index:2;box-shadow:0 4px 16px #0003;display:flex;align-items:center;justify-content:center}
.NwsPg .SldrHndl::before,.NwsPg .SldrHndl::after{content:'';position:absolute;width:0;height:0;border-style:solid}
.NwsPg .SldrHndl::before{border-width:6px 8px 6px 0;border-color:transparent #fff transparent transparent;left:12px}
.NwsPg .SldrHndl::after{border-width:6px 0 6px 8px;border-color:transparent transparent transparent #fff;right:12px}
.NwsPg .SldrLbl{position:absolute;bottom:16px;padding:8px 16px;background:#000000b3;color:#fff;font-size:14px;font-weight:600;border-radius:8px;letter-spacing:.02em;backdrop-filter:blur(8px)}
.NwsPg .LblBfr{left:16px}
.NwsPg .LblAftr{right:16px}
.NwsPg .StrpPtrn{position:absolute;top:0;right:0;width:300px;height:100%;background:repeating-linear-gradient(45deg,transparent,transparent 20px,#da1c5308 20px,#da1c5308 40px);pointer-events:none;z-index:0}
@media (max-width: 1366px) {
.NwsPg .TtlTxt h1{font-size:56px}
.NwsPg .ImgFrgmnt{height:350px}
}
@media (max-width: 768px) {
.NwsPg .HdrTtl{padding:80px 24px 60px}
.NwsPg .TtlCntr{grid-template-columns:1fr;gap:40px}
.NwsPg .TtlTxt{grid-column:1 / -1}
.NwsPg .TtlTxt h1{font-size:42px}
.NwsPg .TtlQte{font-size:18px}
.NwsPg .ImgFrgmnt{grid-column:1 / -1;height:300px}
.NwsPg .CtntMn{grid-template-columns:1fr;padding:60px 24px;gap:48px}
.NwsPg .SdbrRght{position:static}
.NwsPg .ArtclHdr h2{font-size:28px}
.NwsPg .ArtclBlck::before{font-size:100px;left:-12px}
.NwsPg .Cmpr{padding:60px 24px}
.NwsPg .CmprTtl h2{font-size:32px}
.NwsPg .CmprTtl p{font-size:16px}
.NwsPg .DvdrZgzg{margin:60px 0}
}
@media (max-width: 375px) {
.NwsPg .HdrTtl{padding:60px 16px 40px}
.NwsPg .TtlTxt h1{font-size:36px}
.NwsPg .TtlQte{font-size:16px}
.NwsPg .CtntMn{padding:40px 16px}
.NwsPg .ArtclHdr h2{font-size:24px}
.NwsPg .ArtclBlck::before{font-size:80px}
.NwsPg .Cmpr{padding:40px 16px}
.NwsPg .CmprTtl h2{font-size:28px}
.NwsPg .SldrLbl{font-size:12px;padding:6px 12px}
}
.ScssPg{background:#FAFAFA;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px;position:relative;overflow:hidden}
.ScssPg::before{content:'';position:absolute;top:-50%;right:-20%;width:80%;height:150%;background:linear-gradient(135deg,#FDE4B4 0%,#fde4b44d 40%,#2147ba1a 70%,#2147BA 100%);border-radius:50%;filter:blur(80px);opacity:.4;z-index:1;pointer-events:none}
.ScssPg::after{content:'';position:absolute;bottom:-30%;left:-10%;width:60%;height:100%;background:radial-gradient(circle at 30% 70%,#da1c5326 0%,transparent 60%);filter:blur(60px);z-index:1;pointer-events:none}
.CntnrScs{max-width:720px;width:100%;position:relative;z-index:2}
.Crd{background:#FFF;border-radius:12px;padding:72px 48px;box-shadow:0 8px 32px #0000000f;text-align:center;position:relative}
.IcnWrp{width:96px;height:96px;margin:0 auto 32px;position:relative}
.IcnWrp::before{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:120px;height:120px;background:linear-gradient(135deg,#FDE4B4,#da1c531a);border-radius:50%;filter:blur(24px);opacity:.6;animation:pls 2.5s ease-in-out infinite}
@keyframes pls {
0%,100%{transform:translate(-50%,-50%) scale(1);opacity:.6}
50%{transform:translate(-50%,-50%) scale(1.15);opacity:.4}
}
.IcnCrcl{width:96px;height:96px;background:linear-gradient(135deg,#2147BA,#DA1C53);border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative;animation:rttn 20s linear infinite}
@keyframes rttn {
from{transform:rotate(0deg)}
to{transform:rotate(360deg)}
}
.IcnCrcl::before{content:'';position:absolute;width:80px;height:80px;background:#FFF;border-radius:50%}
.ChckMrk{position:relative;z-index:3;width:48px;height:48px}
.ChckMrk::before,.ChckMrk::after{content:'';position:absolute;background:#2147BA;border-radius:4px}
.ChckMrk::before{width:6px;height:24px;bottom:8px;left:18px;transform:rotate(45deg);animation:drwLn1 .6s ease-out .3s both}
.ChckMrk::after{width:6px;height:14px;bottom:16px;left:6px;transform:rotate(-45deg);animation:drwLn2 .4s ease-out .5s both}
@keyframes drwLn1 {
from{height:0}
to{height:24px}
}
@keyframes drwLn2 {
from{height:0}
to{height:14px}
}
.Ttl{font-size:42px;font-weight:700;letter-spacing:-.02em;line-height:1.2;margin:0 0 16px;color:#1A1A1A}
.Ttl .Accnt{color:#DA1C53}
.Dscrptn{font-size:18px;line-height:1.6;color:#4A4A4A;margin:0 0 48px;letter-spacing:.01em}
.ActnGrp{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}
.BtnPrmry{background:#DA1C53;color:#FFF;padding:16px 40px;border-radius:12px;text-decoration:none;font-size:16px;font-weight:600;letter-spacing:.02em;transition:all .3s ease;display:inline-block;box-shadow:0 4px 16px #da1c5333}
.BtnPrmry:hover{background:#B91645;box-shadow:0 6px 24px #da1c534d;transform:translateY(-2px)}
.BtnScndry{background:#FFF;color:#2147BA;padding:16px 40px;border-radius:12px;text-decoration:none;font-size:16px;font-weight:600;letter-spacing:.02em;transition:all .3s ease;display:inline-block;border:2px solid #2147BA}
.BtnScndry:hover{background:#2147BA;color:#FFF;transform:translateY(-2px)}
.InfBlck{margin-top:48px;padding-top:48px;border-top:1px solid #E8E8E8}
.InfTtl{font-size:16px;font-weight:700;letter-spacing:.03em;text-transform:uppercase;color:#2147BA;margin:0 0 24px}
.InfGrd{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}
.InfItm{text-align:left}
.InfLbl{font-size:14px;color:#7A7A7A;margin:0 0 8px;letter-spacing:.02em}
.InfVl{font-size:16px;color:#1A1A1A;font-weight:600;margin:0;letter-spacing:.01em;word-break:break-word}
.InfVl a{color:#DA1C53;text-decoration:none;transition:color .2s ease}
.InfVl a:hover{color:#B91645;text-decoration:underline}
@media (max-width: 768px) {
.Crd{padding:48px 32px}
.Ttl{font-size:32px}
.Dscrptn{font-size:16px;margin-bottom:32px}
.ActnGrp{flex-direction:column}
.BtnPrmry,.BtnScndry{width:100%;text-align:center}
.InfGrd{grid-template-columns:1fr;gap:20px}
.IcnWrp{width:80px;height:80px;margin-bottom:24px}
.IcnCrcl{width:80px;height:80px}
.IcnCrcl::before{width:66px;height:66px}
.ChckMrk{width:40px;height:40px}
.ChckMrk::before{height:20px;left:15px}
.ChckMrk::after{height:12px;left:5px}
}
@media (max-width: 375px) {
.Crd{padding:40px 24px}
.Ttl{font-size:28px}
.BtnPrmry,.BtnScndry{padding:14px 32px;font-size:15px}
}