.MainServ{display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#000;min-height:100svh;padding:5rem 1.5rem 4rem}.MainServ_text{text-align:center;max-width:700px;margin-bottom:2.5rem}.MainServ_text h1{color:#fff;font-size:clamp(1.9rem,5vw,3.25rem);line-height:1.12;margin-bottom:.8rem}.MainServ_text h1 span{color:var(--orange500)}.MainServ_eyebrow{justify-content:center;margin-bottom:1.1rem}.MainServ .hv-eyebrow-rule{background:linear-gradient(90deg,var(--orange500),transparent)}.MainServ .hv-eyebrow-rule--rev{background:linear-gradient(90deg,transparent,var(--orange500))}.MainServ .hv-eyebrow-text{color:#ffffffbf;opacity:1}.MainServ_text p{max-width:520px;margin:0 auto;color:#fff9;font-size:1rem;line-height:1.55}.MainServ_grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;width:100%;max-width:600px}.MainServ_card{position:relative;isolation:isolate;overflow:hidden;display:flex;flex-direction:column;align-items:center;gap:.85rem;padding:1.7rem 1rem 1.4rem;background-color:#ffffff0b;border:1px solid rgba(255,255,255,.1);border-radius:1.1rem;cursor:pointer;transition:background-color .35s ease,border-color .35s ease,transform .4s cubic-bezier(.22,1,.36,1),box-shadow .35s ease}.MainServ_card:after{content:"";position:absolute;left:0;bottom:0;height:3px;width:100%;background:var(--orange500);transform:scaleX(0);transform-origin:left;transition:transform .4s ease}.MainServ_card:hover:after{transform:scaleX(1)}.MainServ_card:hover{background-color:#ffffff14;border-color:var(--orange500);transform:translateY(-6px);box-shadow:0 18px 40px #ff98002e}.MainServ_cardNum{position:absolute;top:.85rem;right:1rem;font-size:.75rem;font-weight:800;letter-spacing:.05em;color:#ffffff47;font-variant-numeric:tabular-nums;transition:color .35s ease}.MainServ_card:hover .MainServ_cardNum{color:var(--orange500)}.MainServ_cardIcon{width:3.5rem;height:3.5rem;display:flex;align-items:center;justify-content:center;background-color:var(--orange50);border-radius:.9rem;transition:background-color .35s ease,transform .35s ease}.MainServ_card:hover .MainServ_cardIcon{background-color:var(--orange500);transform:scale(1.06) translateY(-2px)}.MainServ_cardIcon img{width:60%;height:60%;transition:filter .35s ease}.MainServ_card:hover .MainServ_cardIcon img{filter:brightness(0)}.MainServ_card h4{color:#ffffffd9;font-size:.85rem;font-weight:600;text-align:center;transition:color .3s ease}.MainServ_card:hover h4{color:#fff}.MainServ_cardArrow{font-size:.9rem;font-weight:700;line-height:1;color:var(--orange500);opacity:0;transform:translateY(-5px);transition:opacity .3s ease,transform .3s ease}.MainServ_card:hover .MainServ_cardArrow{opacity:1;transform:translateY(0)}@media(hover:none){.MainServ_cardArrow{opacity:.7;transform:none}.MainServ_card:after{transform:scaleX(1)}}@media screen and (min-width:720px){.MainServ{padding:6rem 2rem 4rem}.MainServ_text p{font-size:1.15rem}.MainServ_grid{grid-template-columns:repeat(4,1fr);max-width:800px;gap:1.2rem}.MainServ_cardIcon{width:4rem;height:4rem}.MainServ_card h4{font-size:.9rem}}@media screen and (min-width:1200px){.MainServ{padding:7rem 2rem 5rem}.MainServ_text p{font-size:1.2rem}.MainServ_grid{max-width:950px;gap:1.5rem}.MainServ_card{padding:2rem 1.1rem 1.7rem}.MainServ_cardIcon{width:4.25rem;height:4.25rem;border-radius:1rem}.MainServ_card h4{font-size:1.05rem}}.SrvSections{width:100%}.SrvWrap{width:100%;overflow-x:clip}.SrvWrap--bordered{border-bottom:1px solid var(--orange100)}.SrvWrap--unified{background-color:var(--orange50)}.SrvSections .SrvWrap:nth-child(2n){background-color:#fff}.Srv{display:flex;flex-direction:column}.Srv_imageWrap{position:relative;width:100%;overflow:hidden;max-height:260px}.Srv_image{width:100%;height:100%;object-fit:cover;display:block}.Srv_imageWrap:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,#140800b8,#14080000 45%);pointer-events:none}.Srv_imageTag{position:absolute;left:0;bottom:0;z-index:2;display:flex;align-items:baseline;gap:.7rem;padding:1.1rem 1.3rem}.Srv_imageNum{font-size:clamp(2.4rem,7vw,3.4rem);font-weight:800;line-height:1;color:#fff;font-variant-numeric:tabular-nums;text-shadow:0 2px 12px rgba(0,0,0,.45)}.Srv_imageKicker{font-size:.72rem;font-weight:700;letter-spacing:.22em;text-transform:uppercase;color:var(--orange400)}.Srv_body{display:flex;flex-direction:column;align-items:center;padding:2rem 1.5rem 2.5rem;text-align:center}.Srv_iconBadge{width:3.2rem;height:3.2rem;display:flex;align-items:center;justify-content:center;border-radius:.8rem;margin-bottom:.9rem}.Srv_iconBadge img{width:60%;height:60%}.Srv_check{flex-shrink:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;margin-right:.7rem;background-color:var(--orange500);border-radius:50%}.Srv_check img{width:13px;margin:0}.Srv_title{font-size:1.4rem;margin-bottom:.3rem;line-height:1.3}.Srv_subtitle{font-size:.85rem;margin-bottom:1.5rem;line-height:1.4}.Srv_cards{display:grid;grid-template-columns:1fr;gap:.5rem;width:100%}.Srv_card{display:flex;align-items:center;padding:.65rem .8rem;border-radius:.7rem;font-size:.82rem;text-align:left;transition:background-color .25s ease,border-color .25s ease,transform .25s ease}.Srv_card h4{font-weight:500;line-height:1.35}.Srv_download{position:relative;isolation:isolate;overflow:hidden;display:inline-flex;align-items:center;gap:.65rem;margin-top:1.5rem;padding:.5rem 1.4rem .5rem .5rem;border-radius:999px;border:none;text-decoration:none;font-weight:700;font-size:.85rem;letter-spacing:.03em;cursor:pointer}.Srv_downloadIcon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:2rem;height:2rem;border-radius:50%;background:var(--orange950)}.Srv_downloadIcon img{width:15px;margin:0;transition:transform .3s ease}.Srv_download:hover .Srv_downloadIcon img{transform:translateY(3px)}.Srv_download:after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(120deg,transparent 30%,rgba(255,255,255,.45),transparent 70%);transform:translate(-130%);transition:transform .6s ease;pointer-events:none}.Srv_download:hover:after{transform:translate(130%)}.SrvWrap--unified .Srv_iconBadge{background-color:var(--orange500)}.SrvWrap--unified .Srv_iconBadge img{filter:brightness(0)}.SrvWrap--unified .Srv_title{color:var(--orange950)}.SrvWrap--unified .Srv_subtitle{color:var(--orange950);opacity:.65}.SrvWrap--unified .Srv_card{background-color:#fff;color:var(--orange950);border:1px solid var(--orange200)}.SrvSections .SrvWrap:nth-child(2n) .Srv_card{background-color:var(--orange50)}.SrvWrap--unified .Srv_card:hover{border-color:var(--orange400);background-color:var(--orange100);transform:translate(4px)}.SrvWrap--unified .Srv_check img{filter:brightness(0)}.SrvWrap--unified .Srv_download{background-color:var(--orange500);color:var(--orange950);box-shadow:0 8px 20px #ff980047;transition:background-color .25s ease,box-shadow .25s ease}.SrvWrap--unified .Srv_download:hover{background-color:var(--orange400);box-shadow:0 12px 28px #ff980061}.SrvWrap--unified .Srv_downloadIcon img{filter:brightness(0) invert(1)}@media screen and (min-width:720px){.Srv_imageWrap{max-height:340px}.Srv_body{padding:2.5rem 2.5rem 3rem}.Srv_iconBadge{width:3.8rem;height:3.8rem}.Srv_title{font-size:1.8rem}.Srv_subtitle{font-size:1rem}.Srv_cards{grid-template-columns:1fr 1fr;gap:.6rem}.Srv_card{font-size:.88rem;padding:.75rem 1rem}.Srv_download{margin-top:2rem;font-size:.9rem;padding:.55rem 1.7rem .55rem .55rem}.Srv_downloadIcon{width:2.2rem;height:2.2rem}.Srv_downloadIcon img{width:16px}}@media screen and (min-width:1000px){.Srv{flex-direction:row;align-items:center;gap:3rem;max-width:1180px;margin:0 auto;min-height:auto;padding:4.5rem 2rem}.Srv--imgRight{flex-direction:row-reverse}.Srv_imageWrap{flex:0 0 44%;height:420px;max-height:none;align-self:center;border-radius:18px;box-shadow:0 18px 40px #4817002e}.Srv_body{flex:1;justify-content:center;align-items:flex-start;text-align:left;padding:0}.Srv_title{font-size:1.6rem}.Srv_subtitle{font-size:.9rem}.Srv_cards{max-width:none}.Srv_card{font-size:.9rem;padding:.7rem .9rem}}@media screen and (min-width:1200px){.Srv{max-width:1240px;gap:4rem;padding:5.5rem 2.5rem}.Srv_imageWrap{height:460px}.Srv_iconBadge{width:3.8rem;height:3.8rem;border-radius:.9rem}.Srv_title{font-size:1.8rem}.Srv_subtitle{font-size:1rem}.Srv_cards{gap:.6rem}.Srv_card{font-size:.95rem;padding:.75rem 1rem}.Srv_download{padding:.6rem 2rem .6rem .6rem;font-size:.95rem}.Srv_downloadIcon{width:2.4rem;height:2.4rem}.Srv_downloadIcon img{width:18px}}
