@charset "UTF-8";.homeBanner{width:100%;background-size:cover;background-repeat:no-repeat;background-position:50%;position:relative;z-index:0;background-color:var(--primaryColor);margin-top:80px;overflow:hidden}@media (max-width:768px){.homeBanner{margin-top:70px}}@media (max-width:480px){.homeBanner{margin-top:60px}}.homeBanner:after{position:absolute;width:100%;height:100%;top:0;left:0;z-index:-1;background:url(/_next/static/media/bannerLine.059a38ed.svg);background-size:cover;background-repeat:no-repeat;background-position:top}.homeBanner .homeBannerMain{width:100%;display:flex;justify-content:space-between;flex-wrap:wrap;align-items:center}.homeBanner .homeBannerMain .homeBannerDetails{flex:0 0 60%;display:flex;flex-direction:column}@media (max-width:1024px){.homeBanner .homeBannerMain .homeBannerDetails{flex:100% 1;justify-content:center;align-items:center;padding-top:80px}}@media (max-width:768px){.homeBanner .homeBannerMain .homeBannerDetails{padding-top:60px}}.homeBanner .homeBannerMain .homeBannerDetails h1{color:white;font-size:5.3em}@media (max-width:1024px){.homeBanner .homeBannerMain .homeBannerDetails h1{font-size:3.5em;text-align:center}}@media (max-width:768px){.homeBanner .homeBannerMain .homeBannerDetails h1{font-size:2.5em}}@media (max-width:480px){.homeBanner .homeBannerMain .homeBannerDetails h1{font-size:2.2em}}.homeBanner .homeBannerMain .homeBannerDetails p{font-size:20px;color:white;margin-top:20px;line-height:1.5;font-weight:300}@media (max-width:1024px){.homeBanner .homeBannerMain .homeBannerDetails p{font-size:18px;text-align:center;width:75%}}@media (max-width:840px){.homeBanner .homeBannerMain .homeBannerDetails p{width:90%}}@media (max-width:768px){.homeBanner .homeBannerMain .homeBannerDetails p{font-size:16px}}@media (max-width:500px){.homeBanner .homeBannerMain .homeBannerDetails p{width:100%}}.homeBanner .homeBannerMain .homeBannerDetails .bannerBtn{display:flex;margin-top:40px;align-items:center;gap:20px}@media (max-width:500px){.homeBanner .homeBannerMain .homeBannerDetails .bannerBtn{flex-direction:column;margin-top:30px;gap:15px}}.homeBanner .homeBannerMain .homeBannerDetails .bannerBtn .bannerBtnPrimary{padding:16px 34px;background:white;border-radius:50px;display:flex;justify-content:center;align-items:center;color:var(--primaryColor);font-weight:500;font-size:16px;text-decoration:none;transition:.3s}@media (max-width:500px){.homeBanner .homeBannerMain .homeBannerDetails .bannerBtn .bannerBtnPrimary{width:100%}}.homeBanner .homeBannerMain .homeBannerDetails .bannerBtn .bannerBtnPrimary:hover{background:var(--primaryHoverColor);color:white;transition:.3s;border-color:var(--primaryHoverColor)}.homeBanner .homeBannerMain .homeBannerDetails .bannerBtn .bannerBtnSecondary{padding:16px 34px;background:rgba(255,255,255,.1529411765);border-radius:50px;display:flex;justify-content:center;align-items:center;color:white;font-weight:500;font-size:16px;text-decoration:none;transition:.3s}@media (max-width:768px){.homeBanner .homeBannerMain .homeBannerDetails .bannerBtn .bannerBtnSecondary{display:none}}.homeBanner .homeBannerMain .homeBannerDetails .bannerBtn .bannerBtnSecondary:hover{background:var(--primaryHoverColor);color:white;transition:.3s;border-color:var(--primaryHoverColor)}.homeBanner .homeBannerMain .homeBannerDetails .bannerBtn .mobileBannerBtnSecondary{padding:16px 34px;background:rgba(255,255,255,.1529411765);border-radius:50px;display:none;justify-content:center;align-items:center;color:white;font-weight:500;font-size:16px;text-decoration:none;transition:.3s}@media (max-width:768px){.homeBanner .homeBannerMain .homeBannerDetails .bannerBtn .mobileBannerBtnSecondary{display:flex}}.homeBanner .homeBannerMain .homeBannerDetails .bannerBtn .mobileBannerBtnSecondary:hover{background:var(--primaryHoverColor);color:white;transition:.3s;border-color:var(--primaryHoverColor)}.homeBanner .homeBannerMain .homeBannerThumbanil{flex:0 0 40%;position:relative;z-index:0;display:flex}@media (max-width:1024px){.homeBanner .homeBannerMain .homeBannerThumbanil{flex:100% 1;height:400px;margin-top:60px}}@media (max-width:500px){.homeBanner .homeBannerMain .homeBannerThumbanil{height:300px;margin-top:40px}}.homeBanner .homeBannerMain .homeBannerThumbanil:after{position:absolute;content:"";width:100%;height:55%;bottom:0;left:0;z-index:-1;background:#b077ff;-webkit-clip-path:polygon(0 30%,100% 0,100% 100%,0 100%);clip-path:polygon(0 30%,100% 0,100% 100%,0 100%)}.homeBanner .homeBannerMain .homeBannerThumbanil img{width:100%;height:100%;object-fit:contain}.homeBanner .homeBannerMain .homeBannerThumbanil .element1{position:absolute;width:150px;bottom:50px;left:-50px;animation:bounce1 6s linear infinite}@media (max-width:768px){.homeBanner .homeBannerMain .homeBannerThumbanil .element1{left:0}}@media (max-width:480px){.homeBanner .homeBannerMain .homeBannerThumbanil .element1{left:0;width:80px}}.homeBanner .homeBannerMain .homeBannerThumbanil .element1 img{width:100%;height:100%;object-fit:contain}.homeBanner .homeBannerMain .homeBannerThumbanil .element2{position:absolute;width:170px;top:100px;right:-50px;animation:bounce2 5s linear infinite;animation-delay:1s}@media (max-width:768px){.homeBanner .homeBannerMain .homeBannerThumbanil .element2{right:0}}@media (max-width:480px){.homeBanner .homeBannerMain .homeBannerThumbanil .element2{right:0;top:40px;width:100px}}.homeBanner .homeBannerMain .homeBannerThumbanil .element2 img{width:100%;height:100%;object-fit:contain;border-radius:6px;overflow:hidden}.homeBanner .bvideo{position:absolute;width:100%;height:100%;top:0;left:0;z-index:-1;opacity:.1;display:none}.homeBanner .bvideo video{width:100%;height:100%;object-fit:cover}.homeBanner .dots{position:absolute;top:-10%;left:-10%;display:grid;grid-template-columns:repeat(20,100px);grid-template-rows:repeat(20,100px);place-items:center;width:100%;height:100%;z-index:-1;opacity:.7}.homeBanner .dots .dot{width:4px;height:4px;background-color:rgba(255,255,255,.6941176471);border-radius:50%;animation:dot 28s calc(var(--delay1, 0s) + var(--delay2, 0s)) infinite ease-in-out}@keyframes dot{0%{transform:rotate(0deg) translateX(100px)}to{transform:rotate(4turn) translateX(100px)}}.homeBanner .dots .dot:first-child{--hue:259.7248640478}.homeBanner .dots .dot:nth-child(2){--hue:259.3014873826}.homeBanner .dots .dot:nth-child(3){--hue:311.4229397511}.homeBanner .dots .dot:nth-child(4){--hue:306.188202143}.homeBanner .dots .dot:nth-child(5){--hue:50.3491951699}.homeBanner .dots .dot:nth-child(6){--hue:111.2430584573}.homeBanner .dots .dot:nth-child(7){--hue:17.2719349097}.homeBanner .dots .dot:nth-child(8){--hue:268.3210049438}.homeBanner .dots .dot:nth-child(9){--hue:67.3594480467}.homeBanner .dots .dot:nth-child(10){--hue:277.1298025655}.homeBanner .dots .dot:nth-child(11){--hue:335.5631131046}.homeBanner .dots .dot:nth-child(12){--hue:264.9316750791}.homeBanner .dots .dot:nth-child(13){--hue:184.6426433589}.homeBanner .dots .dot:nth-child(14){--hue:89.5248125728}.homeBanner .dots .dot:nth-child(15){--hue:148.2446093628}.homeBanner .dots .dot:nth-child(16){--hue:274.8630968977}.homeBanner .dots .dot:nth-child(17){--hue:227.1127016583}.homeBanner .dots .dot:nth-child(18){--hue:101.7178889463}.homeBanner .dots .dot:nth-child(19){--hue:208.4325737327}.homeBanner .dots .dot:nth-child(20){--hue:260.4664140846}.homeBanner .dots .dot:nth-child(21){--hue:220.6705526112}.homeBanner .dots .dot:nth-child(22){--hue:16.512885674}.homeBanner .dots .dot:nth-child(23){--hue:107.3129385733}.homeBanner .dots .dot:nth-child(24){--hue:337.8804842171}.homeBanner .dots .dot:nth-child(25){--hue:287.2161418126}.homeBanner .dots .dot:nth-child(26){--hue:30.6904685394}.homeBanner .dots .dot:nth-child(27){--hue:157.456860201}.homeBanner .dots .dot:nth-child(28){--hue:232.95413154}.homeBanner .dots .dot:nth-child(29){--hue:74.4342002809}.homeBanner .dots .dot:nth-child(30){--hue:252.9758464602}.homeBanner .dots .dot:nth-child(31){--hue:116.545162374}.homeBanner .dots .dot:nth-child(32){--hue:205.5226903761}.homeBanner .dots .dot:nth-child(33){--hue:78.5622249582}.homeBanner .dots .dot:nth-child(34){--hue:35.9065766581}.homeBanner .dots .dot:nth-child(35){--hue:161.412571443}.homeBanner .dots .dot:nth-child(36){--hue:237.9701839541}.homeBanner .dots .dot:nth-child(37){--hue:121.779695089}.homeBanner .dots .dot:nth-child(38){--hue:314.1445103429}.homeBanner .dots .dot:nth-child(39){--hue:115.3697991001}.homeBanner .dots .dot:nth-child(40){--hue:84.7232979185}.homeBanner .dots .dot:nth-child(41){--hue:33.7556900692}.homeBanner .dots .dot:nth-child(42){--hue:181.5232666168}.homeBanner .dots .dot:nth-child(43){--hue:49.2687667645}.homeBanner .dots .dot:nth-child(44){--hue:65.6857596157}.homeBanner .dots .dot:nth-child(45){--hue:260.692594976}.homeBanner .dots .dot:nth-child(46){--hue:322.7585978379}.homeBanner .dots .dot:nth-child(47){--hue:323.2897965807}.homeBanner .dots .dot:nth-child(48){--hue:214.2054167206}.homeBanner .dots .dot:nth-child(49){--hue:267.7697960982}.homeBanner .dots .dot:nth-child(50){--hue:9.1324358432}.homeBanner .dots .dot:nth-child(51){--hue:31.9234114585}.homeBanner .dots .dot:nth-child(52){--hue:166.2811668743}.homeBanner .dots .dot:nth-child(53){--hue:355.5892883211}.homeBanner .dots .dot:nth-child(54){--hue:42.6314477302}.homeBanner .dots .dot:nth-child(55){--hue:46.0516128207}.homeBanner .dots .dot:nth-child(56){--hue:100.786516254}.homeBanner .dots .dot:nth-child(57){--hue:199.2610730718}.homeBanner .dots .dot:nth-child(58){--hue:290.1614329009}.homeBanner .dots .dot:nth-child(59){--hue:74.6763400155}.homeBanner .dots .dot:nth-child(60){--hue:107.7430058981}.homeBanner .dots .dot:nth-child(61){--hue:21.0291490538}.homeBanner .dots .dot:nth-child(62){--hue:111.75038997}.homeBanner .dots .dot:nth-child(63){--hue:18.5644120392}.homeBanner .dots .dot:nth-child(64){--hue:331.4310555446}.homeBanner .dots .dot:nth-child(65){--hue:88.0230904287}.homeBanner .dots .dot:nth-child(66){--hue:219.121901593}.homeBanner .dots .dot:nth-child(67){--hue:235.5353375016}.homeBanner .dots .dot:nth-child(68){--hue:302.5238409678}.homeBanner .dots .dot:nth-child(69){--hue:8.7155220917}.homeBanner .dots .dot:nth-child(70){--hue:185.4536278563}.homeBanner .dots .dot:nth-child(71){--hue:270.6970073382}.homeBanner .dots .dot:nth-child(72){--hue:54.7093542834}.homeBanner .dots .dot:nth-child(73){--hue:165.378876511}.homeBanner .dots .dot:nth-child(74){--hue:221.7759178335}.homeBanner .dots .dot:nth-child(75){--hue:221.5608183831}.homeBanner .dots .dot:nth-child(76){--hue:119.6794821477}.homeBanner .dots .dot:nth-child(77){--hue:301.0284391998}.homeBanner .dots .dot:nth-child(78){--hue:79.5159476901}.homeBanner .dots .dot:nth-child(79){--hue:33.9264888525}.homeBanner .dots .dot:nth-child(80){--hue:183.5322523467}.homeBanner .dots .dot:nth-child(81){--hue:249.7423874751}.homeBanner .dots .dot:nth-child(82){--hue:354.3023994541}.homeBanner .dots .dot:nth-child(83){--hue:26.2055461311}.homeBanner .dots .dot:nth-child(84){--hue:188.8247150379}.homeBanner .dots .dot:nth-child(85){--hue:209.701111716}.homeBanner .dots .dot:nth-child(86){--hue:89.9291460976}.homeBanner .dots .dot:nth-child(87){--hue:253.5637507191}.homeBanner .dots .dot:nth-child(88){--hue:56.5669260311}.homeBanner .dots .dot:nth-child(89){--hue:251.2020688176}.homeBanner .dots .dot:nth-child(90){--hue:269.2624146558}.homeBanner .dots .dot:nth-child(91){--hue:152.9330944239}.homeBanner .dots .dot:nth-child(92){--hue:29.1341761207}.homeBanner .dots .dot:nth-child(93){--hue:12.325245233}.homeBanner .dots .dot:nth-child(94){--hue:140.6970978471}.homeBanner .dots .dot:nth-child(95){--hue:234.5909293522}.homeBanner .dots .dot:nth-child(96){--hue:270.6771983295}.homeBanner .dots .dot:nth-child(97){--hue:315.3373033629}.homeBanner .dots .dot:nth-child(98){--hue:312.8691374056}.homeBanner .dots .dot:nth-child(99){--hue:179.086694565}.homeBanner .dots .dot:nth-child(100){--hue:168.8777358427}.homeBanner .dots .dot:nth-child(101){--hue:176.4021790808}.homeBanner .dots .dot:nth-child(102){--hue:89.9787810379}.homeBanner .dots .dot:nth-child(103){--hue:279.8697359728}.homeBanner .dots .dot:nth-child(104){--hue:11.3338065048}.homeBanner .dots .dot:nth-child(105){--hue:214.4598722004}.homeBanner .dots .dot:nth-child(106){--hue:198.2376702234}.homeBanner .dots .dot:nth-child(107){--hue:246.9519289217}.homeBanner .dots .dot:nth-child(108){--hue:267.2578396439}.homeBanner .dots .dot:nth-child(109){--hue:265.8691095103}.homeBanner .dots .dot:nth-child(110){--hue:50.0872171473}.homeBanner .dots .dot:nth-child(111){--hue:200.5752398475}.homeBanner .dots .dot:nth-child(112){--hue:216.0274639253}.homeBanner .dots .dot:nth-child(113){--hue:238.7968570044}.homeBanner .dots .dot:nth-child(114){--hue:139.0646347858}.homeBanner .dots .dot:nth-child(115){--hue:130.9676046805}.homeBanner .dots .dot:nth-child(116){--hue:147.274424394}.homeBanner .dots .dot:nth-child(117){--hue:16.9941641902}.homeBanner .dots .dot:nth-child(118){--hue:73.7337197888}.homeBanner .dots .dot:nth-child(119){--hue:34.6263172573}.homeBanner .dots .dot:nth-child(120){--hue:10.6576011939}.homeBanner .dots .dot:nth-child(121){--hue:348.3189091043}.homeBanner .dots .dot:nth-child(122){--hue:32.3045657002}.homeBanner .dots .dot:nth-child(123){--hue:16.6775679388}.homeBanner .dots .dot:nth-child(124){--hue:215.1900065083}.homeBanner .dots .dot:nth-child(125){--hue:349.2873605715}.homeBanner .dots .dot:nth-child(126){--hue:89.0419245393}.homeBanner .dots .dot:nth-child(127){--hue:71.0837365364}.homeBanner .dots .dot:nth-child(128){--hue:301.6168333955}.homeBanner .dots .dot:nth-child(129){--hue:42.660801041}.homeBanner .dots .dot:nth-child(130){--hue:233.1627854396}.homeBanner .dots .dot:nth-child(131){--hue:322.1787949607}.homeBanner .dots .dot:nth-child(132){--hue:132.4763050962}.homeBanner .dots .dot:nth-child(133){--hue:6.8220621659}.homeBanner .dots .dot:nth-child(134){--hue:189.2454667215}.homeBanner .dots .dot:nth-child(135){--hue:154.4308309119}.homeBanner .dots .dot:nth-child(136){--hue:89.3250874685}.homeBanner .dots .dot:nth-child(137){--hue:182.8681186073}.homeBanner .dots .dot:nth-child(138){--hue:36.9951466242}.homeBanner .dots .dot:nth-child(139){--hue:263.1831191236}.homeBanner .dots .dot:nth-child(140){--hue:260.76099312}.homeBanner .dots .dot:nth-child(141){--hue:138.6031129441}.homeBanner .dots .dot:nth-child(142){--hue:186.5589912841}.homeBanner .dots .dot:nth-child(143){--hue:89.7986589683}.homeBanner .dots .dot:nth-child(144){--hue:50.579261761}.homeBanner .dots .dot:nth-child(145){--hue:355.0833923063}.homeBanner .dots .dot:nth-child(146){--hue:218.4304340372}.homeBanner .dots .dot:nth-child(147){--hue:263.0346310565}.homeBanner .dots .dot:nth-child(148){--hue:350.2064318811}.homeBanner .dots .dot:nth-child(149){--hue:318.3205489542}.homeBanner .dots .dot:nth-child(150){--hue:121.3936813289}.homeBanner .dots .dot:nth-child(151){--hue:63.3892716414}.homeBanner .dots .dot:nth-child(152){--hue:93.6908640487}.homeBanner .dots .dot:nth-child(153){--hue:85.264868418}.homeBanner .dots .dot:nth-child(154){--hue:292.0155804056}.homeBanner .dots .dot:nth-child(155){--hue:173.623214641}.homeBanner .dots .dot:nth-child(156){--hue:48.5052857207}.homeBanner .dots .dot:nth-child(157){--hue:355.9130893896}.homeBanner .dots .dot:nth-child(158){--hue:63.4204638566}.homeBanner .dots .dot:nth-child(159){--hue:304.0804793762}.homeBanner .dots .dot:nth-child(160){--hue:42.8684874205}.homeBanner .dots .dot:nth-child(161){--hue:249.390119829}.homeBanner .dots .dot:nth-child(162){--hue:357.3507533274}.homeBanner .dots .dot:nth-child(163){--hue:271.8443071852}.homeBanner .dots .dot:nth-child(164){--hue:297.6126927022}.homeBanner .dots .dot:nth-child(165){--hue:50.1534505677}.homeBanner .dots .dot:nth-child(166){--hue:245.5566127288}.homeBanner .dots .dot:nth-child(167){--hue:279.3822742832}.homeBanner .dots .dot:nth-child(168){--hue:320.7117552925}.homeBanner .dots .dot:nth-child(169){--hue:142.599036778}.homeBanner .dots .dot:nth-child(170){--hue:246.124101646}.homeBanner .dots .dot:nth-child(171){--hue:277.0920245896}.homeBanner .dots .dot:nth-child(172){--hue:130.6728455737}.homeBanner .dots .dot:nth-child(173){--hue:233.9154284711}.homeBanner .dots .dot:nth-child(174){--hue:97.1347725778}.homeBanner .dots .dot:nth-child(175){--hue:133.4771919294}.homeBanner .dots .dot:nth-child(176){--hue:57.3958167152}.homeBanner .dots .dot:nth-child(177){--hue:53.9552933504}.homeBanner .dots .dot:nth-child(178){--hue:196.9374430371}.homeBanner .dots .dot:nth-child(179){--hue:54.2220685814}.homeBanner .dots .dot:nth-child(180){--hue:255.6021560457}.homeBanner .dots .dot:nth-child(181){--hue:148.5383802883}.homeBanner .dots .dot:nth-child(182){--hue:57.9700733335}.homeBanner .dots .dot:nth-child(183){--hue:207.4472129144}.homeBanner .dots .dot:nth-child(184){--hue:342.3885917484}.homeBanner .dots .dot:nth-child(185){--hue:172.5006224054}.homeBanner .dots .dot:nth-child(186){--hue:34.7530461239}.homeBanner .dots .dot:nth-child(187){--hue:105.3688922762}.homeBanner .dots .dot:nth-child(188){--hue:316.5227248621}.homeBanner .dots .dot:nth-child(189){--hue:60.0706047152}.homeBanner .dots .dot:nth-child(190){--hue:10.8204294289}.homeBanner .dots .dot:nth-child(191){--hue:310.4363519072}.homeBanner .dots .dot:nth-child(192){--hue:356.0420169327}.homeBanner .dots .dot:nth-child(193){--hue:62.5481707425}.homeBanner .dots .dot:nth-child(194){--hue:146.851321758}.homeBanner .dots .dot:nth-child(195){--hue:24.6421836152}.homeBanner .dots .dot:nth-child(196){--hue:168.4804403971}.homeBanner .dots .dot:nth-child(197){--hue:253.0979137095}.homeBanner .dots .dot:nth-child(198){--hue:286.5774983506}.homeBanner .dots .dot:nth-child(199){--hue:170.0556002639}.homeBanner .dots .dot:nth-child(200){--hue:244.6712616753}.homeBanner .dots .dot:nth-child(201){--hue:279.2808183566}.homeBanner .dots .dot:nth-child(202){--hue:65.3110606422}.homeBanner .dots .dot:nth-child(203){--hue:220.7526096773}.homeBanner .dots .dot:nth-child(204){--hue:251.2055524432}.homeBanner .dots .dot:nth-child(205){--hue:216.5651409599}.homeBanner .dots .dot:nth-child(206){--hue:209.6795839514}.homeBanner .dots .dot:nth-child(207){--hue:342.1692158397}.homeBanner .dots .dot:nth-child(208){--hue:108.7357412781}.homeBanner .dots .dot:nth-child(209){--hue:198.2802980491}.homeBanner .dots .dot:nth-child(210){--hue:150.7040496703}.homeBanner .dots .dot:nth-child(211){--hue:131.1416957329}.homeBanner .dots .dot:nth-child(212){--hue:104.1229308964}.homeBanner .dots .dot:nth-child(213){--hue:211.5861535931}.homeBanner .dots .dot:nth-child(214){--hue:133.4570286835}.homeBanner .dots .dot:nth-child(215){--hue:165.3616659056}.homeBanner .dots .dot:nth-child(216){--hue:332.4996315697}.homeBanner .dots .dot:nth-child(217){--hue:347.0969546759}.homeBanner .dots .dot:nth-child(218){--hue:198.01844764}.homeBanner .dots .dot:nth-child(219){--hue:332.1254462808}.homeBanner .dots .dot:nth-child(220){--hue:91.8529572718}.homeBanner .dots .dot:nth-child(221){--hue:91.4580020552}.homeBanner .dots .dot:nth-child(222){--hue:96.0458563175}.homeBanner .dots .dot:nth-child(223){--hue:245.6147372605}.homeBanner .dots .dot:nth-child(224){--hue:16.6859372982}.homeBanner .dots .dot:nth-child(225){--hue:145.3462678956}.homeBanner .dots .dot:nth-child(226){--hue:343.067312401}.homeBanner .dots .dot:nth-child(227){--hue:57.0065590827}.homeBanner .dots .dot:nth-child(228){--hue:232.0619757411}.homeBanner .dots .dot:nth-child(229){--hue:44.735216823}.homeBanner .dots .dot:nth-child(230){--hue:327.4084395309}.homeBanner .dots .dot:nth-child(231){--hue:285.7459694786}.homeBanner .dots .dot:nth-child(232){--hue:186.1127665357}.homeBanner .dots .dot:nth-child(233){--hue:163.2846009453}.homeBanner .dots .dot:nth-child(234){--hue:29.6253443919}.homeBanner .dots .dot:nth-child(235){--hue:222.4888180255}.homeBanner .dots .dot:nth-child(236){--hue:166.1352354926}.homeBanner .dots .dot:nth-child(237){--hue:189.4737158355}.homeBanner .dots .dot:nth-child(238){--hue:318.1793746846}.homeBanner .dots .dot:nth-child(239){--hue:102.9340278338}.homeBanner .dots .dot:nth-child(240){--hue:226.456842347}.homeBanner .dots .dot:nth-child(241){--hue:293.0974498843}.homeBanner .dots .dot:nth-child(242){--hue:70.1710816302}.homeBanner .dots .dot:nth-child(243){--hue:176.3809260806}.homeBanner .dots .dot:nth-child(244){--hue:239.50268997}.homeBanner .dots .dot:nth-child(245){--hue:311.2605814337}.homeBanner .dots .dot:nth-child(246){--hue:298.3978454102}.homeBanner .dots .dot:nth-child(247){--hue:81.2011151196}.homeBanner .dots .dot:nth-child(248){--hue:201.0736990062}.homeBanner .dots .dot:nth-child(249){--hue:212.5468575181}.homeBanner .dots .dot:nth-child(250){--hue:231.6337402622}.homeBanner .dots .dot:nth-child(251){--hue:229.795717572}.homeBanner .dots .dot:nth-child(252){--hue:179.1866420169}.homeBanner .dots .dot:nth-child(253){--hue:103.2608015121}.homeBanner .dots .dot:nth-child(254){--hue:111.2094394968}.homeBanner .dots .dot:nth-child(255){--hue:356.8831076984}.homeBanner .dots .dot:nth-child(256){--hue:126.3058848088}.homeBanner .dots .dot:nth-child(257){--hue:172.1416972244}.homeBanner .dots .dot:nth-child(258){--hue:203.9755857721}.homeBanner .dots .dot:nth-child(259){--hue:355.3141396871}.homeBanner .dots .dot:nth-child(260){--hue:179.8922358441}.homeBanner .dots .dot:nth-child(261){--hue:47.6972261353}.homeBanner .dots .dot:nth-child(262){--hue:357.0671897676}.homeBanner .dots .dot:nth-child(263){--hue:35.1731428905}.homeBanner .dots .dot:nth-child(264){--hue:357.6907916654}.homeBanner .dots .dot:nth-child(265){--hue:281.5574043816}.homeBanner .dots .dot:nth-child(266){--hue:207.3141577279}.homeBanner .dots .dot:nth-child(267){--hue:60.0771944233}.homeBanner .dots .dot:nth-child(268){--hue:127.5475894372}.homeBanner .dots .dot:nth-child(269){--hue:91.7941065161}.homeBanner .dots .dot:nth-child(270){--hue:155.9122750953}.homeBanner .dots .dot:nth-child(271){--hue:152.9421889614}.homeBanner .dots .dot:nth-child(272){--hue:108.9112342399}.homeBanner .dots .dot:nth-child(273){--hue:352.2046155906}.homeBanner .dots .dot:nth-child(274){--hue:168.7257433663}.homeBanner .dots .dot:nth-child(275){--hue:3.5493793794}.homeBanner .dots .dot:nth-child(276){--hue:355.227919385}.homeBanner .dots .dot:nth-child(277){--hue:96.5941025177}.homeBanner .dots .dot:nth-child(278){--hue:227.930591131}.homeBanner .dots .dot:nth-child(279){--hue:207.5499584878}.homeBanner .dots .dot:nth-child(280){--hue:324.8394609054}.homeBanner .dots .dot:nth-child(281){--hue:130.4089465508}.homeBanner .dots .dot:nth-child(282){--hue:93.5318081168}.homeBanner .dots .dot:nth-child(283){--hue:268.3784176054}.homeBanner .dots .dot:nth-child(284){--hue:237.6482844935}.homeBanner .dots .dot:nth-child(285){--hue:110.7601420941}.homeBanner .dots .dot:nth-child(286){--hue:88.8024741508}.homeBanner .dots .dot:nth-child(287){--hue:165.2745246072}.homeBanner .dots .dot:nth-child(288){--hue:181.5053854469}.homeBanner .dots .dot:nth-child(289){--hue:204.7759392888}.homeBanner .dots .dot:nth-child(290){--hue:191.439223263}.homeBanner .dots .dot:nth-child(291){--hue:17.7084320481}.homeBanner .dots .dot:nth-child(292){--hue:13.5079326104}.homeBanner .dots .dot:nth-child(293){--hue:110.4366034601}.homeBanner .dots .dot:nth-child(294){--hue:141.7323043229}.homeBanner .dots .dot:nth-child(295){--hue:44.9212690724}.homeBanner .dots .dot:nth-child(296){--hue:137.7287935015}.homeBanner .dots .dot:nth-child(297){--hue:124.4794873327}.homeBanner .dots .dot:nth-child(298){--hue:18.1453742282}.homeBanner .dots .dot:nth-child(299){--hue:345.5524020479}.homeBanner .dots .dot:nth-child(300){--hue:336.5607010211}.homeBanner .dots .dot:nth-child(301){--hue:346.4587008783}.homeBanner .dots .dot:nth-child(302){--hue:167.910794086}.homeBanner .dots .dot:nth-child(303){--hue:160.0134788288}.homeBanner .dots .dot:nth-child(304){--hue:226.8884496912}.homeBanner .dots .dot:nth-child(305){--hue:212.2052555677}.homeBanner .dots .dot:nth-child(306){--hue:188.5783486939}.homeBanner .dots .dot:nth-child(307){--hue:59.0283946406}.homeBanner .dots .dot:nth-child(308){--hue:302.8272706638}.homeBanner .dots .dot:nth-child(309){--hue:340.6623053986}.homeBanner .dots .dot:nth-child(310){--hue:263.8199136604}.homeBanner .dots .dot:nth-child(311){--hue:49.7647940377}.homeBanner .dots .dot:nth-child(312){--hue:265.4772041001}.homeBanner .dots .dot:nth-child(313){--hue:278.8876813205}.homeBanner .dots .dot:nth-child(314){--hue:308.0779208997}.homeBanner .dots .dot:nth-child(315){--hue:117.1778487467}.homeBanner .dots .dot:nth-child(316){--hue:292.4882091444}.homeBanner .dots .dot:nth-child(317){--hue:150.7556506347}.homeBanner .dots .dot:nth-child(318){--hue:45.8811574668}.homeBanner .dots .dot:nth-child(319){--hue:101.7734255678}.homeBanner .dots .dot:nth-child(320){--hue:331.6997421217}.homeBanner .dots .dot:nth-child(321){--hue:242.346870096}.homeBanner .dots .dot:nth-child(322){--hue:349.9917863269}.homeBanner .dots .dot:nth-child(323){--hue:267.0847759437}.homeBanner .dots .dot:nth-child(324){--hue:275.984330824}.homeBanner .dots .dot:nth-child(325){--hue:290.0469978404}.homeBanner .dots .dot:nth-child(326){--hue:45.7946958969}.homeBanner .dots .dot:nth-child(327){--hue:51.6803601214}.homeBanner .dots .dot:nth-child(328){--hue:118.8436370834}.homeBanner .dots .dot:nth-child(329){--hue:315.2440011068}.homeBanner .dots .dot:nth-child(330){--hue:337.743200865}.homeBanner .dots .dot:nth-child(331){--hue:50.8569645577}.homeBanner .dots .dot:nth-child(332){--hue:213.6478100914}.homeBanner .dots .dot:nth-child(333){--hue:260.9209921274}.homeBanner .dots .dot:nth-child(334){--hue:164.4845111774}.homeBanner .dots .dot:nth-child(335){--hue:205.7347165563}.homeBanner .dots .dot:nth-child(336){--hue:180.2550476963}.homeBanner .dots .dot:nth-child(337){--hue:240.0298442309}.homeBanner .dots .dot:nth-child(338){--hue:18.2568554391}.homeBanner .dots .dot:nth-child(339){--hue:289.9607773924}.homeBanner .dots .dot:nth-child(340){--hue:255.1580282603}.homeBanner .dots .dot:nth-child(341){--hue:241.2043186807}.homeBanner .dots .dot:nth-child(342){--hue:222.190719666}.homeBanner .dots .dot:nth-child(343){--hue:233.586548031}.homeBanner .dots .dot:nth-child(344){--hue:153.5962594742}.homeBanner .dots .dot:nth-child(345){--hue:355.6314743829}.homeBanner .dots .dot:nth-child(346){--hue:312.4160883607}.homeBanner .dots .dot:nth-child(347){--hue:27.2276130292}.homeBanner .dots .dot:nth-child(348){--hue:52.5507580653}.homeBanner .dots .dot:nth-child(349){--hue:232.7381138677}.homeBanner .dots .dot:nth-child(350){--hue:77.2970543031}.homeBanner .dots .dot:nth-child(351){--hue:167.0392875127}.homeBanner .dots .dot:nth-child(352){--hue:332.1943022274}.homeBanner .dots .dot:nth-child(353){--hue:288.464189584}.homeBanner .dots .dot:nth-child(354){--hue:284.9927363262}.homeBanner .dots .dot:nth-child(355){--hue:14.3479236671}.homeBanner .dots .dot:nth-child(356){--hue:297.2479032616}.homeBanner .dots .dot:nth-child(357){--hue:223.0668684079}.homeBanner .dots .dot:nth-child(358){--hue:145.150101363}.homeBanner .dots .dot:nth-child(359){--hue:114.0624171051}.homeBanner .dots .dot:nth-child(360){--hue:305.4356200255}.homeBanner .dots .dot:nth-child(361){--hue:280.2665377561}.homeBanner .dots .dot:nth-child(362){--hue:287.5521305274}.homeBanner .dots .dot:nth-child(363){--hue:92.325970472}.homeBanner .dots .dot:nth-child(364){--hue:81.7151575574}.homeBanner .dots .dot:nth-child(365){--hue:321.5613896197}.homeBanner .dots .dot:nth-child(366){--hue:217.0367969615}.homeBanner .dots .dot:nth-child(367){--hue:159.2982197893}.homeBanner .dots .dot:nth-child(368){--hue:62.3252938529}.homeBanner .dots .dot:nth-child(369){--hue:352.9429590199}.homeBanner .dots .dot:nth-child(370){--hue:58.6445725476}.homeBanner .dots .dot:nth-child(371){--hue:64.7495853668}.homeBanner .dots .dot:nth-child(372){--hue:311.9632304405}.homeBanner .dots .dot:nth-child(373){--hue:130.7618057984}.homeBanner .dots .dot:nth-child(374){--hue:55.5108338485}.homeBanner .dots .dot:nth-child(375){--hue:90.1940509723}.homeBanner .dots .dot:nth-child(376){--hue:101.5301160712}.homeBanner .dots .dot:nth-child(377){--hue:54.9307373506}.homeBanner .dots .dot:nth-child(378){--hue:111.0089490813}.homeBanner .dots .dot:nth-child(379){--hue:289.915869933}.homeBanner .dots .dot:nth-child(380){--hue:278.8937150226}.homeBanner .dots .dot:nth-child(381){--hue:158.0271382802}.homeBanner .dots .dot:nth-child(382){--hue:300.7344820285}.homeBanner .dots .dot:nth-child(383){--hue:330.3442309777}.homeBanner .dots .dot:nth-child(384){--hue:291.7814909838}.homeBanner .dots .dot:nth-child(385){--hue:173.8839517717}.homeBanner .dots .dot:nth-child(386){--hue:47.5890828826}.homeBanner .dots .dot:nth-child(387){--hue:40.4101821203}.homeBanner .dots .dot:nth-child(388){--hue:129.2253950504}.homeBanner .dots .dot:nth-child(389){--hue:48.13996645}.homeBanner .dots .dot:nth-child(390){--hue:344.421839798}.homeBanner .dots .dot:nth-child(391){--hue:65.5577426639}.homeBanner .dots .dot:nth-child(392){--hue:209.7829200016}.homeBanner .dots .dot:nth-child(393){--hue:19.4594544415}.homeBanner .dots .dot:nth-child(394){--hue:350.6553364879}.homeBanner .dots .dot:nth-child(395){--hue:162.2650668054}.homeBanner .dots .dot:nth-child(396){--hue:72.0742764561}.homeBanner .dots .dot:nth-child(397){--hue:342.9687151441}.homeBanner .dots .dot:nth-child(398){--hue:219.1815544267}.homeBanner .dots .dot:nth-child(399){--hue:325.9867192145}.homeBanner .dots .dot:nth-child(400){--hue:292.9266180136}.homeBanner .dots .dot:nth-child(20n+1){--delay1:0s}.homeBanner .dots .dot:nth-child(n+1):nth-child(-n+20){--delay2:0s}.homeBanner .dots .dot:nth-child(20n+2){--delay1:-0.3s}.homeBanner .dots .dot:nth-child(n+21):nth-child(-n+40){--delay2:-0.2s}.homeBanner .dots .dot:nth-child(20n+3){--delay1:-0.6s}.homeBanner .dots .dot:nth-child(n+41):nth-child(-n+60){--delay2:-0.4s}.homeBanner .dots .dot:nth-child(20n+4){--delay1:-0.9s}.homeBanner .dots .dot:nth-child(n+61):nth-child(-n+80){--delay2:-0.6s}.homeBanner .dots .dot:nth-child(20n+5){--delay1:-1.2s}.homeBanner .dots .dot:nth-child(n+81):nth-child(-n+100){--delay2:-0.8s}.homeBanner .dots .dot:nth-child(20n+6){--delay1:-1.5s}.homeBanner .dots .dot:nth-child(n+101):nth-child(-n+120){--delay2:-1s}.homeBanner .dots .dot:nth-child(20n+7){--delay1:-1.8s}.homeBanner .dots .dot:nth-child(n+121):nth-child(-n+140){--delay2:-1.2s}.homeBanner .dots .dot:nth-child(20n+8){--delay1:-2.1s}.homeBanner .dots .dot:nth-child(n+141):nth-child(-n+160){--delay2:-1.4s}.homeBanner .dots .dot:nth-child(20n+9){--delay1:-2.4s}.homeBanner .dots .dot:nth-child(n+161):nth-child(-n+180){--delay2:-1.6s}.homeBanner .dots .dot:nth-child(20n+10){--delay1:-2.7s}.homeBanner .dots .dot:nth-child(n+181):nth-child(-n+200){--delay2:-1.8s}.homeBanner .dots .dot:nth-child(20n+11){--delay1:-3s}.homeBanner .dots .dot:nth-child(n+201):nth-child(-n+220){--delay2:-2s}.homeBanner .dots .dot:nth-child(20n+12){--delay1:-3.3s}.homeBanner .dots .dot:nth-child(n+221):nth-child(-n+240){--delay2:-2.2s}.homeBanner .dots .dot:nth-child(20n+13){--delay1:-3.6s}.homeBanner .dots .dot:nth-child(n+241):nth-child(-n+260){--delay2:-2.4s}.homeBanner .dots .dot:nth-child(20n+14){--delay1:-3.9s}.homeBanner .dots .dot:nth-child(n+261):nth-child(-n+280){--delay2:-2.6s}.homeBanner .dots .dot:nth-child(20n+15){--delay1:-4.2s}.homeBanner .dots .dot:nth-child(n+281):nth-child(-n+300){--delay2:-2.8s}.homeBanner .dots .dot:nth-child(20n+16){--delay1:-4.5s}.homeBanner .dots .dot:nth-child(n+301):nth-child(-n+320){--delay2:-3s}.homeBanner .dots .dot:nth-child(20n+17){--delay1:-4.8s}.homeBanner .dots .dot:nth-child(n+321):nth-child(-n+340){--delay2:-3.2s}.homeBanner .dots .dot:nth-child(20n+18){--delay1:-5.1s}.homeBanner .dots .dot:nth-child(n+341):nth-child(-n+360){--delay2:-3.4s}.homeBanner .dots .dot:nth-child(20n+19){--delay1:-5.4s}.homeBanner .dots .dot:nth-child(n+361):nth-child(-n+380){--delay2:-3.6s}.homeBanner .dots .dot:nth-child(20n+20){--delay1:-5.7s}.homeBanner .dots .dot:nth-child(n+381):nth-child(-n+400){--delay2:-3.8s}.homeBanner canvas{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;opacity:.5;display:none}.homeClient{width:100%;position:relative;overflow:hidden;z-index:0;background:#f9f3ff}.homeClient .scroller{width:100%}.homeClient .scroller__inner{padding-block:1rem;display:flex;flex-wrap:wrap;gap:80px}.homeClient .scroller__inner img{width:100px;object-fit:contain}.homeClient .scroller[data-animated=true]{overflow:hidden;-webkit-mask:linear-gradient(90deg,transparent,white 20%,white 80%,transparent);mask:linear-gradient(90deg,transparent,white 20%,white 80%,transparent)}.homeClient .scroller[data-animated=true] .scroller__inner{width:max-content;flex-wrap:nowrap;animation:scroll var(--_animation-duration,40s) var(--_animation-direction,forwards) linear infinite}.homeClient .scroller[data-direction=right]{--_animation-direction:reverse}.homeClient .scroller[data-direction=left]{--_animation-direction:forwards}.homeClient .scroller[data-speed=fast]{--_animation-duration:20s}.homeClient .scroller[data-speed=slow]{--_animation-duration:60s}@keyframes scroll{to{transform:translate(calc(-50% - .5rem))}}.homeFeatures{width:100%;padding:100px 0;background:white;position:relative;overflow:hidden;z-index:0}@media (max-width:768px){.homeFeatures{padding:60px 0}}.homeFeatures .homeFeaturesHead{width:100%;display:flex;flex-direction:column}.homeFeatures .homeFeaturesHead h2{width:70%;color:var(--primaryHoverColor)}@media (max-width:850px){.homeFeatures .homeFeaturesHead h2{width:90%}}@media (max-width:768px){.homeFeatures .homeFeaturesHead h2{width:100%}}.homeFeatures .homeFeaturesHead p{width:65%;margin-top:10px;color:#000;line-height:1.5}@media (max-width:1024px){.homeFeatures .homeFeaturesHead p{width:75%}}@media (max-width:850px){.homeFeatures .homeFeaturesHead p{width:85%}}@media (max-width:768px){.homeFeatures .homeFeaturesHead p{width:100%}}.homeFeatures .homeFeaturesMain{width:100%;margin-top:50px}.homeFeatures .homeFeaturesMain .homeFeaturesList{width:100%;display:flex;flex-wrap:wrap;gap:30px}@media (max-width:768px){.homeFeatures .homeFeaturesMain .homeFeaturesList{gap:20px}}.homeFeatures .homeFeaturesMain .homeFeaturesList .homeFeaturesBox{width:calc(33.3333333333% - 20px);padding:30px;display:flex;flex-direction:column;justify-content:center;align-items:center;background:#e5d2ff;border-radius:20px;gap:30px}@media (max-width:1024px){.homeFeatures .homeFeaturesMain .homeFeaturesList .homeFeaturesBox{width:calc(50% - 15px);padding:25px;gap:25px}}@media (max-width:768px){.homeFeatures .homeFeaturesMain .homeFeaturesList .homeFeaturesBox{width:calc(50% - 10px);padding:20px;gap:20px}}@media (max-width:550px){.homeFeatures .homeFeaturesMain .homeFeaturesList .homeFeaturesBox{width:100%}}.homeFeatures .homeFeaturesMain .homeFeaturesList .homeFeaturesBox .homeFeaturesBoxThumbnail{width:150px;height:150px;border-radius:20px;position:relative;z-index:0;overflow:hidden;background:white;display:flex;justify-content:center;align-items:center}@media (max-width:1024px){.homeFeatures .homeFeaturesMain .homeFeaturesList .homeFeaturesBox .homeFeaturesBoxThumbnail{width:130px;height:130px}}@media (max-width:768px){.homeFeatures .homeFeaturesMain .homeFeaturesList .homeFeaturesBox .homeFeaturesBoxThumbnail{width:100px;height:100px}}@media (max-width:480px){.homeFeatures .homeFeaturesMain .homeFeaturesList .homeFeaturesBox .homeFeaturesBoxThumbnail{width:80px;height:80px}}.homeFeatures .homeFeaturesMain .homeFeaturesList .homeFeaturesBox .homeFeaturesBoxThumbnail img{width:100%;height:100%;object-fit:cover}.homeFeatures .homeFeaturesMain .homeFeaturesList .homeFeaturesBox .homeFeaturesBoxThumbnail .element{position:absolute;top:-50px;left:-50px;width:100px;height:100px;background:var(--primaryColor);background:radial-gradient(circle,rgb(51,47,208) 0,rgb(255,255,255) 100%);border-radius:50px;z-index:-1;animation:roate3 10s linear infinite forwards;display:none}@keyframes roate3{0%{top:-50px;left:-50px}25%{top:-50px;left:calc(100% - 50px)}50%{top:calc(100% - 50px);left:calc(100% - 50px)}75%{top:calc(100% - 50px);left:-50px}to{top:-50px;left:-50px}}.homeFeatures .homeFeaturesMain .homeFeaturesList .homeFeaturesBox .homeFeaturesBoxContent{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.homeFeatures .homeFeaturesMain .homeFeaturesList .homeFeaturesBox .homeFeaturesBoxContent h3{font-size:26px;font-weight:500;text-align:center}@media (max-width:768px){.homeFeatures .homeFeaturesMain .homeFeaturesList .homeFeaturesBox .homeFeaturesBoxContent h3{font-size:22px}}@media (max-width:480px){.homeFeatures .homeFeaturesMain .homeFeaturesList .homeFeaturesBox .homeFeaturesBoxContent h3{font-size:20px}}.homeFeatures .homeFeaturesMain .homeFeaturesList .homeFeaturesBox .homeFeaturesBoxContent p{font-size:16px;font-weight:300;margin-top:10px;color:#000;line-height:1.5;text-align:center}.homeFeatures .homeFeaturesMain .homeFeaturesList .homeFeaturesBox .homeFeaturesBoxContent a{text-decoration:none;padding:14px 24px;font-size:14px;margin-top:20px;border-radius:50px;font-weight:500;transition:.3s;background:white;color:var(--primaryColor);width:100%;display:flex;justify-content:center;align-items:center}.homeFeatures .homeFeaturesMain .homeFeaturesList .homeFeaturesBox .homeFeaturesBoxContent a:hover{background:var(--primaryColor);color:white;transition:.3s;border-color:var(--primaryColor)}.homeFeatures .homeFeaturesFooter{width:100%;display:flex;justify-content:center;align-items:center;margin-top:60px}@media (max-width:768px){.homeFeatures .homeFeaturesFooter{margin-top:40px}}.homeFeatures .homeFeaturesFooter .homeFeaturesFooterLink{text-decoration:none;color:var(--primaryColor);font-size:16px;font-weight:500;padding:14px 30px;border-radius:50px;background:white;border:1px solid var(--primaryColor);transition:.3s}@media (max-width:480px){.homeFeatures .homeFeaturesFooter .homeFeaturesFooterLink{font-size:14px;padding:10px 20px}}.homeFeatures .homeFeaturesFooter .homeFeaturesFooterLink:hover{background:var(--primaryColor);border-color:var(--primaryColor);color:white;transition:.3s}.homeFunFact{width:100%;background:#b077ff;padding:50px 0;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.dev/svgjs' width='1440' height='200' preserveAspectRatio='none' viewBox='0 0 1440 200'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1009%26quot%3b)' fill='none'%3e%3cpath d='M 0%2c94 C 96%2c79.4 288%2c26.6 480%2c21 C 672%2c15.4 768%2c68.8 960%2c66 C 1152%2c63.2 1344%2c18.8 1440%2c7L1440 200L0 200z' fill='rgba(162%2c 95%2c 255%2c 1)'%3e%3c/path%3e%3cpath d='M 0%2c182 C 57.6%2c172.6 172.8%2c138.4 288%2c135 C 403.2%2c131.6 460.8%2c166.6 576%2c165 C 691.2%2c163.4 748.8%2c120 864%2c127 C 979.2%2c134 1036.8%2c196.4 1152%2c200 C 1267.2%2c203.6 1382.4%2c156 1440%2c145L1440 200L0 200z' fill='rgba(144%2c 64%2c 255%2c 1)'%3e%3c/path%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1009'%3e%3crect width='1440' height='200' fill='white'%3e%3c/rect%3e%3c/mask%3e%3c/defs%3e%3c/svg%3e");background-size:cover;background-repeat:no-repeat;background-position:bottom}.homeFunFact .homeFunFactMain{width:100%;display:flex;flex-wrap:wrap;gap:50px;position:relative;z-index:0}.homeFunFact .homeFunFactMain:after{position:absolute;content:"";width:1px;height:100%;border-left:2px dashed white;left:calc(33.3333333333% - 10px);top:0}@media (max-width:890px){.homeFunFact .homeFunFactMain:after{display:none}}.homeFunFact .homeFunFactMain:before{position:absolute;content:"";width:1px;height:100%;border-left:2px dashed white;right:calc(33.3333333333% - 7px);top:0}@media (max-width:890px){.homeFunFact .homeFunFactMain:before{display:none}.homeFunFact .homeFunFactMain{gap:30px}}.homeFunFact .homeFunFactMain .homeFunFactBox{width:calc(33.3333333333% - 34px);display:flex;gap:10px;flex-direction:column}@media (max-width:890px){.homeFunFact .homeFunFactMain .homeFunFactBox{width:calc(50% - 25px);border-top:2px dashed white;border-bottom:2px dashed white;padding:30px 0}.homeFunFact .homeFunFactMain .homeFunFactBox:first-of-type{border-top:none;padding-top:0}.homeFunFact .homeFunFactMain .homeFunFactBox:nth-of-type(2){padding-top:0;border-top:none;border-bottom:2px dashed white}.homeFunFact .homeFunFactMain .homeFunFactBox:nth-of-type(3){border-top:none;border-bottom:none;padding-bottom:0;padding-top:0}}@media (max-width:600px){.homeFunFact .homeFunFactMain .homeFunFactBox{width:100%}}.homeFunFact .homeFunFactMain .homeFunFactBox .homeFunFactBoxCol1{display:flex}.homeFunFact .homeFunFactMain .homeFunFactBox .homeFunFactBoxCol1 h2{font-size:3em;color:white}@media (max-width:768px){.homeFunFact .homeFunFactMain .homeFunFactBox .homeFunFactBoxCol1 h2{font-size:2.5em}}@media (max-width:480px){.homeFunFact .homeFunFactMain .homeFunFactBox .homeFunFactBoxCol1 h2{font-size:2.2em}}.homeFunFact .homeFunFactMain .homeFunFactBox .homeFunFactBoxCol2{display:flex;flex-direction:column}.homeFunFact .homeFunFactMain .homeFunFactBox .homeFunFactBoxCol2 h3{font-size:22px;font-weight:400;width:87%;line-height:1.5;color:white}@media (max-width:1024px){.homeFunFact .homeFunFactMain .homeFunFactBox .homeFunFactBoxCol2 h3{font-size:20px;width:100%}}@media (max-width:890px){.homeFunFact .homeFunFactMain .homeFunFactBox .homeFunFactBoxCol2 h3{width:80%;width:100%}}@media (max-width:768px){.homeFunFact .homeFunFactMain .homeFunFactBox .homeFunFactBoxCol2 h3{font-size:18px;width:80%}}@media (max-width:600px){.homeFunFact .homeFunFactMain .homeFunFactBox .homeFunFactBoxCol2 h3{width:100%}}@media (max-width:480px){.homeFunFact .homeFunFactMain .homeFunFactBox .homeFunFactBoxCol2 h3{font-size:16px}}.homeAbout{width:100%;padding:100px 0}@media (max-width:768px){.homeAbout{padding:60px 0}}.homeAbout .homeAboutMain{width:100%;display:flex;justify-content:space-between;flex-wrap:wrap;align-items:flex-start}.homeAbout .homeAboutMain .homeAboutDetails{flex:0 0 50%;display:flex;flex-direction:column;position:-webkit-sticky;position:sticky;top:100px}@media (max-width:1231px){.homeAbout .homeAboutMain .homeAboutDetails{flex:0 0 55%}}@media (max-width:1132px){.homeAbout .homeAboutMain .homeAboutDetails{flex:100% 1;top:inherit;position:inherit;margin-top:50px}}.homeAbout .homeAboutMain .homeAboutDetails ul{width:100%;margin-top:40px;display:flex;flex-direction:column;gap:20px}.homeAbout .homeAboutMain .homeAboutDetails ul li{width:100%;list-style:none;display:flex;align-items:flex-start;gap:20px}.homeAbout .homeAboutMain .homeAboutDetails ul li .icon{width:50px;height:50px;background:var(--hoverColor);display:flex;justify-content:center;align-items:center;border-radius:10px;color:var(--primaryColor)}.homeAbout .homeAboutMain .homeAboutDetails ul li .icon svg{width:20px;height:20px}.homeAbout .homeAboutMain .homeAboutDetails ul li .details{width:calc(100% - 70px);display:flex;flex-direction:column}.homeAbout .homeAboutMain .homeAboutDetails ul li .details h3{font-size:18px}.homeAbout .homeAboutMain .homeAboutDetails ul li .details h5{font-size:16px;margin-top:10px;font-weight:400;line-height:1.5;width:70%}@media (max-width:480px){.homeAbout .homeAboutMain .homeAboutDetails ul li .details h5{width:100%}}.homeAbout .homeAboutMain .homeAboutThumbnail{flex:0 0 40%;display:flex;z-index:0;border-radius:30px;position:-webkit-sticky;position:sticky;top:100px}@media (max-width:1231px){.homeAbout .homeAboutMain .homeAboutThumbnail{flex:0 0 35%}}@media (max-width:1132px){.homeAbout .homeAboutMain .homeAboutThumbnail{position:relative;top:inherit}}@media (max-width:1024px){.homeAbout .homeAboutMain .homeAboutThumbnail{flex:0 0 45%;height:400px}}@media (max-width:768px){.homeAbout .homeAboutMain .homeAboutThumbnail{flex:100% 1}}@media (max-width:420px){.homeAbout .homeAboutMain .homeAboutThumbnail{height:auto}}.homeAbout .homeAboutMain .homeAboutThumbnail:after{position:absolute;content:"";width:100%;height:65%;bottom:0;left:0;z-index:-1;background:var(--primaryColor);-webkit-clip-path:polygon(0 30%,100% 0,100% 100%,0 100%);clip-path:polygon(0 30%,100% 0,100% 100%,0 100%);border-radius:0 0 28px 28px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg %3E%3Cpath fill='%236420c1' d='M486 705.8c-109.3-21.8-223.4-32.2-335.3-19.4C99.5 692.1 49 703 0 719.8V800h843.8c-115.9-33.2-230.8-68.1-347.6-92.2C492.8 707.1 489.4 706.5 486 705.8z'/%3E%3Cpath fill='%23691ed1' d='M1600 0H0v719.8c49-16.8 99.5-27.8 150.7-33.5c111.9-12.7 226-2.4 335.3 19.4c3.4 0.7 6.8 1.4 10.2 2c116.8 24 231.7 59 347.6 92.2H1600V0z'/%3E%3Cpath fill='%236f1ce1' d='M478.4 581c3.2 0.8 6.4 1.7 9.5 2.5c196.2 52.5 388.7 133.5 593.5 176.6c174.2 36.6 349.5 29.2 518.6-10.2V0H0v574.9c52.3-17.6 106.5-27.7 161.1-30.9C268.4 537.4 375.7 554.2 478.4 581z'/%3E%3Cpath fill='%237623e8' d='M0 0v429.4c55.6-18.4 113.5-27.3 171.4-27.7c102.8-0.8 203.2 22.7 299.3 54.5c3 1 5.9 2 8.9 3c183.6 62 365.7 146.1 562.4 192.1c186.7 43.7 376.3 34.4 557.9-12.6V0H0z'/%3E%3Cpath fill='%237D2CED' d='M181.8 259.4c98.2 6 191.9 35.2 281.3 72.1c2.8 1.1 5.5 2.3 8.3 3.4c171 71.6 342.7 158.5 531.3 207.7c198.8 51.8 403.4 40.8 597.3-14.8V0H0v283.2C59 263.6 120.6 255.7 181.8 259.4z'/%3E%3Cpath fill='%238333f1' d='M1600 0H0v136.3c62.3-20.9 127.7-27.5 192.2-19.2c93.6 12.1 180.5 47.7 263.3 89.6c2.6 1.3 5.1 2.6 7.7 3.9c158.4 81.1 319.7 170.9 500.3 223.2c210.5 61 430.8 49 636.6-16.6V0z'/%3E%3Cpath fill='%23893bf5' d='M454.9 86.3C600.7 177 751.6 269.3 924.1 325c208.6 67.4 431.3 60.8 637.9-5.3c12.8-4.1 25.4-8.4 38.1-12.9V0H288.1c56 21.3 108.7 50.6 159.7 82C450.2 83.4 452.5 84.9 454.9 86.3z'/%3E%3Cpath fill='%238f43f9' d='M1600 0H498c118.1 85.8 243.5 164.5 386.8 216.2c191.8 69.2 400 74.7 595 21.1c40.8-11.2 81.1-25.2 120.3-41.7V0z'/%3E%3Cpath fill='%23954bfc' d='M1397.5 154.8c47.2-10.6 93.6-25.3 138.6-43.8c21.7-8.9 43-18.8 63.9-29.5V0H643.4c62.9 41.7 129.7 78.2 202.1 107.4C1020.4 178.1 1214.2 196.1 1397.5 154.8z'/%3E%3Cpath fill='%239B54FF' d='M1315.3 72.4c75.3-12.6 148.9-37.1 216.8-72.4h-723C966.8 71 1144.7 101 1315.3 72.4z'/%3E%3C/g%3E%3C/svg%3E");background-size:cover;background-repeat:no-repeat;background-position:50%}.homeAbout .homeAboutMain .homeAboutThumbnail img{width:100%;height:100%;object-fit:cover}@media (max-width:1024px){.homeAbout .homeAboutMain .homeAboutThumbnail img{object-fit:contain}}.homeAbout .homeAboutMain .homeAboutThumbnail .element1{position:absolute;width:150px;bottom:50px;left:-50px;display:flex;animation:bounce1 6s linear infinite;box-shadow:0 0 20px rgba(0,0,0,.0509803922);border-radius:10px}@media (max-width:1024px){.homeAbout .homeAboutMain .homeAboutThumbnail .element1{left:0}}@media (max-width:768px){.homeAbout .homeAboutMain .homeAboutThumbnail .element1{width:120px}}@media (max-width:480px){.homeAbout .homeAboutMain .homeAboutThumbnail .element1{width:100px}}@keyframes bounce1{0%{transform:translateY(0)}25%{transform:translateY(20px)}50%{transform:translateY(0)}75%{transform:translateY(20px)}to{transform:translateY(0)}}.homeAbout .homeAboutMain .homeAboutThumbnail .element1 img{width:100%;height:100%;object-fit:contain;border-radius:0}.homeAbout .homeAboutMain .homeAboutThumbnail .element2{position:absolute;width:170px;top:100px;right:-50px;animation:bounce2 5s linear infinite;animation-delay:1s;box-shadow:0 0 20px rgba(0,0,0,.0509803922);display:flex;border-radius:10px}@media (max-width:1024px){.homeAbout .homeAboutMain .homeAboutThumbnail .element2{right:0}}@media (max-width:768px){.homeAbout .homeAboutMain .homeAboutThumbnail .element2{width:150px}}@media (max-width:480px){.homeAbout .homeAboutMain .homeAboutThumbnail .element2{width:120px}}@keyframes bounce2{0%{transform:translateY(0)}25%{transform:translateY(20px)}50%{transform:translateY(0)}75%{transform:translateY(20px)}to{transform:translateY(0)}}.homeAbout .homeAboutMain .homeAboutThumbnail .element2 img{width:100%;height:100%;object-fit:contain;border-radius:6px;overflow:hidden}.homeWhyChoose{width:100%;padding:60px 0 100px}@media (max-width:768px){.homeWhyChoose{padding:0 0 60px}}@media (max-width:480px){.homeWhyChoose{padding:40px 0}}.homeWhyChoose .homeWhyChooseHead{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.homeWhyChoose .homeWhyChooseHead h2{width:70%;text-align:center}@media (max-width:1024px){.homeWhyChoose .homeWhyChooseHead h2{width:90%}}@media (max-width:768px){.homeWhyChoose .homeWhyChooseHead h2{width:100%}}.homeWhyChoose .homeWhyChooseHead p{width:65%;text-align:center}@media (max-width:1024px){.homeWhyChoose .homeWhyChooseHead p{width:85%}}@media (max-width:768px){.homeWhyChoose .homeWhyChooseHead p{width:100%}}.homeWhyChoose .homeWhyChooseMain{width:100%;margin-top:50px;display:flex;flex-wrap:wrap;justify-content:center;gap:20px}.homeWhyChoose .homeWhyChooseMain .homeWhyChooseBox{width:calc(33.3333333333% - 14px);padding:20px;display:flex;flex-direction:column;background:#fff;border-radius:20px;justify-content:center;align-items:center}@media (max-width:1024px){.homeWhyChoose .homeWhyChooseMain .homeWhyChooseBox{width:calc(50% - 10px)}}@media (max-width:600px){.homeWhyChoose .homeWhyChooseMain .homeWhyChooseBox{width:100%}}.homeWhyChoose .homeWhyChooseMain .homeWhyChooseBox .icon{width:100px;height:100px;border:1px solid #ddd;border-radius:10px;display:flex;justify-content:center;align-items:center;padding:15px}@media (max-width:768px){.homeWhyChoose .homeWhyChooseMain .homeWhyChooseBox .icon{width:80px;height:80px}}@media (max-width:480px){.homeWhyChoose .homeWhyChooseMain .homeWhyChooseBox .icon{width:70px;height:70px}}.homeWhyChoose .homeWhyChooseMain .homeWhyChooseBox .icon img{width:100%;height:100%;object-fit:contain}.homeWhyChoose .homeWhyChooseMain .homeWhyChooseBox .homeWhyChooseBoxDetail{width:100%;margin-top:20px;display:flex;flex-direction:column;justify-content:center;align-items:center}.homeWhyChoose .homeWhyChooseMain .homeWhyChooseBox .homeWhyChooseBoxDetail h3{font-size:22px;color:var(--primaryColor);text-align:center}@media (max-width:768px){.homeWhyChoose .homeWhyChooseMain .homeWhyChooseBox .homeWhyChooseBoxDetail h3{font-size:20px}}@media (max-width:480px){.homeWhyChoose .homeWhyChooseMain .homeWhyChooseBox .homeWhyChooseBoxDetail h3{font-size:18px}}.homeWhyChoose .homeWhyChooseMain .homeWhyChooseBox .homeWhyChooseBoxDetail p{font-size:16px;font-weight:300;margin-top:10px;color:#000;line-height:1.5;text-align:center}@media (max-width:1024px){.homeWhyChoose .homeWhyChooseMain .homeWhyChooseBox .homeWhyChooseBoxDetail p{font-size:16px}}.homeWhyChoose .homeWhyChooseMain .homeWhyChooseBox:first-of-type .icon{border-color:#3cc3ff}.homeWhyChoose .homeWhyChooseMain .homeWhyChooseBox:nth-of-type(2) .icon{border-color:#a3e10d}.homeWhyChoose .homeWhyChooseMain .homeWhyChooseBox:nth-of-type(3) .icon{border-color:#ffbf33}.homeWhyChoose .homeWhyChooseMain .homeWhyChooseBox:nth-of-type(4) .icon{border-color:#4e45e9}.homeWhyChoose .homeWhyChooseMain .homeWhyChooseBox:nth-of-type(5) .icon{border-color:#12d097}.homeAppLink{width:100%;padding:100px 0 0;position:relative;z-index:0;background-image:url(/_next/static/media/bannerGraid.367aa6db.png);background-color:var(--primaryColor);background-size:cover;background-repeat:no-repeat;background-position:50%}@media (max-width:768px){.homeAppLink{padding:60px 0 0}}.homeAppLink:after{position:absolute;content:"";width:100%;height:100%;top:0;left:0;z-index:-1;background:url(/_next/static/media/bannerLine.059a38ed.svg);background-size:cover;background-repeat:no-repeat;background-position:top}.homeAppLink .homeAppLinkMain,.homeAppLink .homeAppLinkMain .homeAppLinkHead{width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column}.homeAppLink .homeAppLinkMain .homeAppLinkHead h2{color:white;width:70%;text-align:center}@media (max-width:1024px){.homeAppLink .homeAppLinkMain .homeAppLinkHead h2{width:90%}}@media (max-width:768px){.homeAppLink .homeAppLinkMain .homeAppLinkHead h2{width:100%}}.homeAppLink .homeAppLinkMain .homeAppLinkHead p{width:60%;text-align:center;color:white}@media (max-width:1024px){.homeAppLink .homeAppLinkMain .homeAppLinkHead p{width:80%}}@media (max-width:768px){.homeAppLink .homeAppLinkMain .homeAppLinkHead p{width:100%}}.homeAppLink .homeAppLinkMain .homeAppLinkHead .homeAppLinkBtnArea{margin-top:40px;display:flex;align-items:center;gap:15px}@media (max-width:480px){.homeAppLink .homeAppLinkMain .homeAppLinkHead .homeAppLinkBtnArea{flex-direction:column}}.homeAppLink .homeAppLinkMain .homeAppLinkHead .homeAppLinkBtnArea a{text-decoration:none;background:white;border-radius:50px;padding:6px 24px 6px 6px;font-size:20px;color:black;font-weight:500;display:flex;align-items:center;gap:15px;white-space:nowrap;transition:.3s}@media (max-width:768px){.homeAppLink .homeAppLinkMain .homeAppLinkHead .homeAppLinkBtnArea a{font-size:16px}}.homeAppLink .homeAppLinkMain .homeAppLinkHead .homeAppLinkBtnArea a:hover{transition:.3s;background:var(--hoverColor)}.homeAppLink .homeAppLinkMain .homeAppLinkHead .homeAppLinkBtnArea a:hover .icon{background:var(--primaryColor);color:white;transition:.3s}.homeAppLink .homeAppLinkMain .homeAppLinkHead .homeAppLinkBtnArea a .icon{width:50px;height:50px;background:#eee;border-radius:50px;display:flex;align-items:center;justify-content:center;background:var(--hoverColor);color:var(--primaryColor);transition:.3s}.homeAppLink .homeAppLinkMain .homeAppLinkHead .homeAppLinkBtnArea a .icon svg{width:28px;height:28px}.homeAppLink .homeAppLinkMain .homeAppLinkThumbnail{width:70%;height:400px;display:flex;margin-top:40px}@media (max-width:1440px){.homeAppLink .homeAppLinkMain .homeAppLinkThumbnail{width:90%;margin-top:20px}}@media (max-width:1024px){.homeAppLink .homeAppLinkMain .homeAppLinkThumbnail{width:100%;margin-top:0;height:350px}}@media (max-width:768px){.homeAppLink .homeAppLinkMain .homeAppLinkThumbnail{height:300px}}@media (max-width:480px){.homeAppLink .homeAppLinkMain .homeAppLinkThumbnail{height:auto}}.homeAppLink .homeAppLinkMain .homeAppLinkThumbnail img{width:100%;height:100%;object-fit:cover}.homePricing{width:100%;padding:100px 0}@media (max-width:768px){.homePricing{padding:60px 0}}.homePricing .homePricingMain{width:100%;display:flex;flex-direction:column}.homePricing .homePricingMain .homePricingHead{width:100%;display:flex;align-items:center;justify-content:center;flex-direction:column}.homePricing .homePricingMain .homePricingHead h2,.homePricing .homePricingMain .homePricingHead p{text-align:center}.homePricing .homePricingMain .homePricingHead h3{font-size:30px;font-weight:500;margin-top:60px}@media (max-width:768px){.homePricing .homePricingMain .homePricingHead h3{font-size:28px}}@media (max-width:480px){.homePricing .homePricingMain .homePricingHead h3{font-size:26px}}.homePricing .homePricingMain .homePricingHead .priceToggleArea{margin-top:40px;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;column-gap:20px;row-gap:30px}@media (max-width:480px){.homePricing .homePricingMain .homePricingHead .priceToggleArea{column-gap:10px}}.homePricing .homePricingMain .homePricingHead .priceToggleArea .priceToggleBtn{display:flex}.homePricing .homePricingMain .homePricingHead .priceToggleArea .priceToggleBtn input{display:none}.homePricing .homePricingMain .homePricingHead .priceToggleArea .priceToggleBtn input:checked~label .icon{background:var(--primaryColor);transition:.3s}.homePricing .homePricingMain .homePricingHead .priceToggleArea .priceToggleBtn input:checked~label .icon:after{transition:.3s;transform:scale(1)}.homePricing .homePricingMain .homePricingHead .priceToggleArea .priceToggleBtn label{display:flex;align-items:center;gap:10px;cursor:pointer;background:#f9f3ff;position:relative;border-radius:50px;padding:5px 20px 5px 5px}.homePricing .homePricingMain .homePricingHead .priceToggleArea .priceToggleBtn label .icon{width:25px;height:25px;border-radius:50px;border:2px solid var(--primaryColor);position:relative;display:flex;justify-content:center;align-items:center;transition:.3s;background:white}.homePricing .homePricingMain .homePricingHead .priceToggleArea .priceToggleBtn label .icon:after{position:absolute;content:"";width:8px;height:8px;background:white;border-radius:50px;transform:scale(0);transition:.3s}.homePricing .homePricingMain .homePricingHead .priceToggleArea .priceToggleBtn label p{font-size:16px;font-weight:500}@media (max-width:480px){.homePricing .homePricingMain .homePricingHead .priceToggleArea .priceToggleBtn label p{font-size:14px}}.homePricing .homePricingMain .homePricingHead .priceToggleArea .priceToggleBtn label .offer{position:absolute;top:-19px;left:50%;transform:translateX(-50%);background:#00a100;padding:6px 14px;border-radius:50px;color:#fff;font-size:12px;z-index:1;white-space:nowrap}.homePricing .homePricingMain .homePricingList{width:100%;margin-top:40px;padding:0 15%}@media (max-width:1440px){.homePricing .homePricingMain .homePricingList{padding:0 5%}}@media (max-width:1245px){.homePricing .homePricingMain .homePricingList{padding:0}}.homePricing .homePricingMain .homePricingList .homePricingListCol2{width:100%;display:flex;flex-wrap:wrap;gap:20px}.homePricing .homePricingMain .homePricingList .homePricingListCol2 .homePricingBox{width:calc(33.3333333333% - 14px);background:#f9f3ff;padding:30px;border-radius:20px;display:flex;flex-direction:column;justify-content:center;align-items:center}@media (max-width:1136px){.homePricing .homePricingMain .homePricingList .homePricingListCol2 .homePricingBox{width:calc(50% - 10px)}}@media (max-width:700px){.homePricing .homePricingMain .homePricingList .homePricingListCol2 .homePricingBox{width:100%}}.homePricing .homePricingMain .homePricingList .homePricingListCol2 .homePricingBox h3{font-size:24px;font-weight:600;color:var(--primaryColor);text-align:center}.homePricing .homePricingMain .homePricingList .homePricingListCol2 .homePricingBox p{font-size:14px;line-height:1.5;margin-top:10px;text-align:center;width:100%}@media (max-width:1440px){.homePricing .homePricingMain .homePricingList .homePricingListCol2 .homePricingBox p{width:100%}}@media (max-width:1229px){.homePricing .homePricingMain .homePricingList .homePricingListCol2 .homePricingBox p{width:100%}}.homePricing .homePricingMain .homePricingList .homePricingListCol2 .homePricingBox ul{width:100%;display:flex;flex-direction:column;margin-top:20px}.homePricing .homePricingMain .homePricingList .homePricingListCol2 .homePricingBox ul li{width:100%;border-top:1px solid #dadada;display:flex;align-items:flex-start;gap:10px;padding:15px 0}.homePricing .homePricingMain .homePricingList .homePricingListCol2 .homePricingBox ul li:first-of-type{border-top:none}.homePricing .homePricingMain .homePricingList .homePricingListCol2 .homePricingBox ul li p{width:calc(100% - 35px);font-size:16px;font-weight:500;margin-top:0;text-align:left}.homePricing .homePricingMain .homePricingList .homePricingListCol2 .homePricingBox ul li svg{width:25px;height:25px}.homePricing .homePricingMain .homePricingList .homePricingListCol2 .homePricingBox ul li .green{color:#00aa00}.homePricing .homePricingMain .homePricingList .homePricingListCol2 .homePricingBox ul li .red{color:#ff0000}.homePricing .homePricingMain .homePricingList .homePricingListCol2 .homePricingBox .price{margin-top:30px;display:flex;align-items:center;gap:5px}.homePricing .homePricingMain .homePricingList .homePricingListCol2 .homePricingBox .price svg{width:26px;height:26px}.homePricing .homePricingMain .homePricingList .homePricingListCol2 .homePricingBox .price h4{font-size:30px;font-weight:700}.homePricing .homePricingMain .homePricingList .homePricingListCol2 .homePricingBox .homePricingBoxBtn{width:100%;margin-top:auto;padding:16px;border-radius:50px;background:var(--primaryColor);color:white;font-size:16px;font-weight:500;cursor:pointer;transition:.3s;display:flex;justify-content:center;align-items:center;border:1px solid var(--primaryColor)}.homePricing .homePricingMain .homePricingList .homePricingListCol2 .homePricingBox .homePricingBoxBtn:hover{transition:.3s;border:1px solid var(--primaryHoverColor);background:var(--primaryHoverColor)}.homeTestimonials{width:100%;padding:100px 0;background:#f9f3ff}@media (max-width:768px){.homeTestimonials{padding:60px 0}}.homeTestimonials .homeTestimonialsMain{width:100%;display:flex;justify-content:space-between;flex-wrap:wrap;align-items:flex-start}.homeTestimonials .homeTestimonialsMain .homeTestimonialsHead{flex:0 0 35%;display:flex;flex-direction:column;position:-webkit-sticky;position:sticky;top:100px}@media (max-width:768px){.homeTestimonials .homeTestimonialsMain .homeTestimonialsHead{flex:100% 1;position:inherit;top:inherit}}.homeTestimonials .homeTestimonialsMain .homeTestimonialsHead .homeTestimonialsThumbnail{width:100%}.homeTestimonials .homeTestimonialsMain .homeTestimonialsHead .homeTestimonialsThumbnail img{width:100%;height:100%;object-fit:cover;border-radius:20px;overflow:hidden}.homeTestimonials .homeTestimonialsMain .homeTestimonialsHead h2{margin-top:30px}.homeTestimonials .homeTestimonialsMain .homeTestimonialsHead h3{font-size:20px;font-weight:500;border-bottom:2px solid black;width:-moz-fit-content;width:fit-content;margin-top:30px}.homeTestimonials .homeTestimonialsMain .homeTestimonialsHead h4{font-size:2.5em;margin-top:20px}@media (max-width:480px){.homeTestimonials .homeTestimonialsMain .homeTestimonialsHead h4{font-size:2em;margin-top:10px}}.homeTestimonials .homeTestimonialsMain .homeTestimonialsHead .star{display:flex;align-items:center;gap:2px;margin-top:10px}.homeTestimonials .homeTestimonialsMain .homeTestimonialsHead .star svg{width:18px;height:18px;color:#ffa600}.homeTestimonials .homeTestimonialsMain .homeTestimonialsHead p{font-size:16px;font-weight:400;margin-top:10px}.homeTestimonials .homeTestimonialsMain .homeTestimonialsList{flex:0 0 60%;display:flex;flex-direction:column;gap:20px}@media (max-width:768px){.homeTestimonials .homeTestimonialsMain .homeTestimonialsList{flex:100% 1;margin-top:40px}}.homeTestimonials .homeTestimonialsMain .homeTestimonialsList .homeTestimonialsBox{width:100%;background:white;border-radius:30px;padding:40px;display:flex;flex-direction:column}.homeTestimonials .homeTestimonialsMain .homeTestimonialsList .homeTestimonialsBox:nth-of-type(odd) .homeTestimonialsBoxProfile .homeTestimonialsBoxProfileImg{background:#a390d4}.homeTestimonials .homeTestimonialsMain .homeTestimonialsList .homeTestimonialsBox:nth-of-type(2n) .homeTestimonialsBoxProfile .homeTestimonialsBoxProfileImg{background:#ff95a2}@media (max-width:600px){.homeTestimonials .homeTestimonialsMain .homeTestimonialsList .homeTestimonialsBox{padding:30px}}@media (max-width:480px){.homeTestimonials .homeTestimonialsMain .homeTestimonialsList .homeTestimonialsBox{padding:20px}}.homeTestimonials .homeTestimonialsMain .homeTestimonialsList .homeTestimonialsBox .homeTestimonialsBoxMessage{display:flex;flex-direction:column}.homeTestimonials .homeTestimonialsMain .homeTestimonialsList .homeTestimonialsBox .homeTestimonialsBoxMessage p{font-size:20px;line-height:1.5}@media (max-width:600px){.homeTestimonials .homeTestimonialsMain .homeTestimonialsList .homeTestimonialsBox .homeTestimonialsBoxMessage p{font-size:18px}}@media (max-width:500px){.homeTestimonials .homeTestimonialsMain .homeTestimonialsList .homeTestimonialsBox .homeTestimonialsBoxMessage p{font-size:16px}}.homeTestimonials .homeTestimonialsMain .homeTestimonialsList .homeTestimonialsBox .homeTestimonialsBoxProfile{width:100%;margin-top:30px;display:flex;align-items:center;gap:20px;border-top:1px solid #eee;padding-top:30px}.homeTestimonials .homeTestimonialsMain .homeTestimonialsList .homeTestimonialsBox .homeTestimonialsBoxProfile .homeTestimonialsBoxProfileImg{width:55px;height:55px;border-radius:50%;background:#eee;overflow:hidden;position:relative;display:flex;justify-content:center;align-items:center;flex-direction:column}.homeTestimonials .homeTestimonialsMain .homeTestimonialsList .homeTestimonialsBox .homeTestimonialsBoxProfile .homeTestimonialsBoxProfileImg:after{position:absolute;content:"";width:10px;height:10px;background:white;border-radius:50px;top:14px}.homeTestimonials .homeTestimonialsMain .homeTestimonialsList .homeTestimonialsBox .homeTestimonialsBoxProfile .homeTestimonialsBoxProfileImg:before{position:absolute;content:"";width:20px;height:10px;background:white;border-radius:50px;top:30px}.homeTestimonials .homeTestimonialsMain .homeTestimonialsList .homeTestimonialsBox .homeTestimonialsBoxProfile .homeTestimonialsBoxProfileImg img{width:100%;height:100%;object-fit:cover;display:none}.homeTestimonials .homeTestimonialsMain .homeTestimonialsList .homeTestimonialsBox .homeTestimonialsBoxProfile .homeTestimonialsBoxProfileImgDetails{width:calc(100% - 75px);display:flex;flex-direction:column}.homeTestimonials .homeTestimonialsMain .homeTestimonialsList .homeTestimonialsBox .homeTestimonialsBoxProfile .homeTestimonialsBoxProfileImgDetails h3{font-size:20px;font-weight:500}.homeTestimonials .homeTestimonialsMain .homeTestimonialsList .homeTestimonialsBox .homeTestimonialsBoxProfile .homeTestimonialsBoxProfileImgDetails h5{font-size:14px;font-weight:400;margin-top:5px}.homeBlog{width:100%;padding:100px 0}@media (max-width:768px){.homeBlog{padding:60px 0}}.homeBlog .homeBlogHead{width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column}.homeBlog .homeBlogHead h2{text-align:center;width:80%}@media (max-width:768px){.homeBlog .homeBlogHead h2{width:100%}}.homeBlog .homeBlogHead p{text-align:center}.homeBlog .homeBlogList{width:100%;margin-top:50px}.homeBlog .homeBlogList .homeBlogBox{width:100%;padding:20px;display:flex;flex-direction:column;background:#f9f3ff;border-radius:20px;transition:.3s}.homeBlog .homeBlogList .homeBlogBox:hover .homeBlogBoxThumbnail img{transform:scale(1.05);transition:.3s}.homeBlog .homeBlogList .homeBlogBox .homeBlogBoxThumbnail{width:100%;height:260px;background:white;border-radius:15px;overflow:hidden}@media (max-width:1440px){.homeBlog .homeBlogList .homeBlogBox .homeBlogBoxThumbnail{height:200px}}@media (max-width:1024px){.homeBlog .homeBlogList .homeBlogBox .homeBlogBoxThumbnail{height:240px}}@media (max-width:768px){.homeBlog .homeBlogList .homeBlogBox .homeBlogBoxThumbnail{height:340px}}@media (max-width:580px){.homeBlog .homeBlogList .homeBlogBox .homeBlogBoxThumbnail{height:280px}}@media (max-width:500px){.homeBlog .homeBlogList .homeBlogBox .homeBlogBoxThumbnail{height:240px}}@media (max-width:480px){.homeBlog .homeBlogList .homeBlogBox .homeBlogBoxThumbnail{height:200px}}.homeBlog .homeBlogList .homeBlogBox .homeBlogBoxThumbnail img{width:100%;height:100%;object-fit:cover;transition:.3s}.homeBlog .homeBlogList .homeBlogBox .homeBlogBoxDetails{width:100%;display:flex;flex-direction:column;margin-top:20px}.homeBlog .homeBlogList .homeBlogBox .homeBlogBoxDetails .date{font-size:14px;font-weight:500;color:var(--primaryColor)}.homeBlog .homeBlogList .homeBlogBox .homeBlogBoxDetails h3{font-size:22px;margin-top:20px;line-height:1.3;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;color:black}.homeBlog .homeBlogList .homeBlogBox .homeBlogBoxDetails p{font-size:16px;font-weight:300;margin-top:10px;color:#000;line-height:1.5;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.homeBlog .homeBlogList .homeBlogBox .homeBlogBoxDetails a{text-decoration:none;background:var(--primaryColor);padding:12px 30px;border-radius:50px;margin-top:20px;width:-moz-fit-content;width:fit-content;color:white;font-size:14px;transition:.3s;border:1px solid var(--primaryColor)}.homeBlog .homeBlogList .homeBlogBox .homeBlogBoxDetails a:hover{transition:.3s;border:1px solid var(--primaryHoverColor);background:var(--primaryHoverColor)}.homeBlog .homeBlogList .homeBlogBtn{width:100%;display:flex;align-items:center;justify-content:center;gap:10px;margin-top:50px}.homeBlog .homeBlogList .homeBlogBtn .customNavBtn{width:45px;height:45px;background:var(--primaryColor);border-radius:50%;display:flex;justify-content:center;align-items:center;border:none;outline:none;cursor:pointer;transition:all .3s ease;border:1px solid var(--primaryColor)}.homeBlog .homeBlogList .homeBlogBtn .customNavBtn:hover{background:var(--primaryHoverColor);border:1px solid var(--primaryHoverColor)}.homeBlog .homeBlogList .homeBlogBtn .customNavBtn:hover svg{color:white}.homeBlog .homeBlogList .homeBlogBtn .customNavBtn:disabled{opacity:.5;cursor:not-allowed;transform:scale(.8);transition:all .3s ease}.homeBlog .homeBlogList .homeBlogBtn .customNavBtn:disabled:hover{background:var(--primaryColor);border:1px solid var(--primaryColor)}.homeBlog .homeBlogList .homeBlogBtn .customNavBtn:disabled:hover svg{color:white}.homeBlog .homeBlogList .homeBlogBtn .customNavBtn svg{width:25px;height:25px;color:white;transition:color .3s ease}.homeContact{width:100%;padding:100px 0;position:relative;z-index:0;background-image:url(/_next/static/media/bannerGraid.367aa6db.png);background-color:var(--primaryColor);background-size:cover;background-repeat:no-repeat;background-position:50%}@media (max-width:768px){.homeContact{padding:60px 0}}.homeContact:after{position:absolute;content:"";width:100%;height:100%;top:0;left:0;z-index:-1;background:url(/_next/static/media/contactLine.524294e0.svg);background-size:contain;background-repeat:no-repeat;background-position:0}.homeContact .homeContactMain{width:100%;display:flex;justify-content:space-between;flex-wrap:wrap;align-items:center}@media (max-width:1024px){.homeContact .homeContactMain{flex-direction:column;align-items:flex-start}}.homeContact .homeContactMain .homeContactCol1{flex:0 0 70%;display:flex;flex-direction:column}@media (max-width:768px){.homeContact .homeContactMain .homeContactCol1{flex:100% 1}}.homeContact .homeContactMain .homeContactCol1 h2{color:white}.homeContact .homeContactMain .homeContactCol2{flex:0 0 25%}@media (max-width:1024px){.homeContact .homeContactMain .homeContactCol2{flex:100% 1;margin-top:40px}}@media (max-width:480px){.homeContact .homeContactMain .homeContactCol2{margin-top:30px}}.homeContact .homeContactMain .homeContactCol2 a{padding:18px 34px;background:white;border-radius:50px;display:flex;justify-content:center;align-items:center;color:var(--primaryColor);font-weight:500;font-size:20px;text-decoration:none;transition:.3s;width:-moz-fit-content;width:fit-content;border:1px solid white}@media (max-width:480px){.homeContact .homeContactMain .homeContactCol2 a{padding:16px 30px;font-size:16px}}.homeContact .homeContactMain .homeContactCol2 a:hover{background:transparent;color:white;transition:.3s;border:1px solid white}.featuresBanner{width:100%;padding:100px 0;background-image:url(/_next/static/media/bannerGraid.367aa6db.png);background-color:var(--primaryColor);background-size:cover;background-repeat:no-repeat;background-position:50%;position:relative;z-index:0;margin-top:80px}@media (max-width:768px){.featuresBanner{margin-top:70px;padding:60px 0}}.featuresBanner:after{position:absolute;content:"";width:100%;height:100%;top:0;left:0;z-index:-1;background:url(/_next/static/media/bannerLine.059a38ed.svg);background-size:cover;background-repeat:no-repeat;background-position:top}.featuresBanner .featuresBannerMain{width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column}.featuresBanner .featuresBannerMain h2{text-align:center;width:55%;color:white}@media (max-width:1553px){.featuresBanner .featuresBannerMain h2{width:60%}}@media (max-width:1436px){.featuresBanner .featuresBannerMain h2{width:70%}}@media (max-width:1252px){.featuresBanner .featuresBannerMain h2{width:80%}}@media (max-width:1114px){.featuresBanner .featuresBannerMain h2{width:90%}}@media (max-width:1024px){.featuresBanner .featuresBannerMain h2{width:100%}}.featuresBanner .featuresBannerMain p{text-align:center;width:50%;color:white}@media (max-width:1553px){.featuresBanner .featuresBannerMain p{width:60%}}@media (max-width:1436px){.featuresBanner .featuresBannerMain p{width:70%}}@media (max-width:1252px){.featuresBanner .featuresBannerMain p{width:80%}}@media (max-width:1114px){.featuresBanner .featuresBannerMain p{width:90%}}@media (max-width:1024px){.featuresBanner .featuresBannerMain p{width:100%}}.contactBg{padding:40px 0!important}.featuresList{width:100%;padding:100px 0}@media (max-width:768px){.featuresList{padding:60px 0}}.featuresList .featuresListMain{width:100%;display:flex;flex-direction:column;gap:60px}@media (max-width:600px){.featuresList .featuresListMain{gap:40px}}.featuresList .featuresListMain .featuresListBox{width:100%;background:#f9f3ff;padding:60px;border-radius:30px;display:flex;justify-content:space-between;flex-wrap:wrap;align-items:flex-start}@media (max-width:1024px){.featuresList .featuresListMain .featuresListBox{padding:40px}}@media (max-width:500px){.featuresList .featuresListMain .featuresListBox{padding:20px}}.featuresList .featuresListMain .featuresListBox .featuresListBoxThumbnail{flex:0 0 45%;position:-webkit-sticky;position:sticky;top:100px;background:white;border-radius:20px;padding:20px}@media (max-width:850px){.featuresList .featuresListMain .featuresListBox .featuresListBoxThumbnail{position:static;flex:100% 1}}.featuresList .featuresListMain .featuresListBox .featuresListBoxThumbnail img{width:100%;height:100%;object-fit:contain;border:1px solid #ddd;border-radius:20px}.featuresList .featuresListMain .featuresListBox .featuresListBoxDetails{flex:0 0 50%;display:flex;flex-direction:column}@media (max-width:850px){.featuresList .featuresListMain .featuresListBox .featuresListBoxDetails{flex:100% 1;margin-top:40px}}.featuresList .featuresListMain .featuresListBox .featuresListBoxDetails h3{font-size:3em;color:var(--primaryColor)}@media (max-width:768px){.featuresList .featuresListMain .featuresListBox .featuresListBoxDetails h3{font-size:2.5em}}@media (max-width:480px){.featuresList .featuresListMain .featuresListBox .featuresListBoxDetails h3{font-size:2.2em}}.featuresList .featuresListMain .featuresListBox .featuresListBoxDetails ul{width:100%;margin-top:30px;display:flex;flex-direction:column;gap:20px}.featuresList .featuresListMain .featuresListBox .featuresListBoxDetails ul li{list-style:none;width:100%;display:flex;align-items:flex-start;gap:15px;padding-top:15px;position:relative}.featuresList .featuresListMain .featuresListBox .featuresListBoxDetails ul li:first-of-type{padding:0}.featuresList .featuresListMain .featuresListBox .featuresListBoxDetails ul li:first-of-type:after{border-top:0}.featuresList .featuresListMain .featuresListBox .featuresListBoxDetails ul li:after{position:absolute;content:"";width:calc(100% - 45px);height:1px;border-top:1px dashed #ddd;top:0;right:0}.featuresList .featuresListMain .featuresListBox .featuresListBoxDetails ul li .icon{width:30px;height:30px;background:var(--hoverColor);display:flex;justify-content:center;align-items:center;border-radius:10px;color:var(--primaryColor)}.featuresList .featuresListMain .featuresListBox .featuresListBoxDetails ul li .icon svg{width:15px;height:15px}.featuresList .featuresListMain .featuresListBox .featuresListBoxDetails ul li h4{width:calc(100% - 45px);font-size:16px;font-weight:400;line-height:1.5;margin-top:5px}.featuresFaq{width:100%;padding:60px 0 100px}@media (max-width:768px){.featuresFaq{padding:0 0 60px}}.featuresFaq .featuresFaqHead{width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column}.featuresFaq .featuresFaqHead h2{width:60%;text-align:center}@media (max-width:768px){.featuresFaq .featuresFaqHead h2{width:100%}}.featuresFaq .featuresFaqHead p{text-align:center}.featuresFaq .featuresFaqMain{width:100%;display:flex;flex-direction:column;gap:20px;margin-top:50px}.featuresFaq .featuresFaqMain .faqBox{width:100%;background:#eaeeef;border:1px solid #eee;border-radius:20px;display:flex;flex-direction:column;cursor:pointer;transition:.5s ease;overflow:hidden}.featuresFaq .featuresFaqMain .faqBox:hover{transition:.5s ease;border-color:var(--primaryColor)}.featuresFaq .featuresFaqMain .faqBox .faqBoxHead{width:100%;display:flex;align-items:center;gap:20px;padding:20px;cursor:pointer}.featuresFaq .featuresFaqMain .faqBox .faqBoxHead h3{width:calc(100% - 60px);font-size:24px;font-weight:500}@media (max-width:1024px){.featuresFaq .featuresFaqMain .faqBox .faqBoxHead h3{font-size:22px}}@media (max-width:768px){.featuresFaq .featuresFaqMain .faqBox .faqBoxHead h3{font-size:20px}}@media (max-width:480px){.featuresFaq .featuresFaqMain .faqBox .faqBoxHead h3{font-size:18px}}.featuresFaq .featuresFaqMain .faqBox .faqBoxHead .faqBoxHeadIcon{width:40px;height:40px;border-radius:50%;display:flex;justify-content:center;align-items:center;background:#f0ffef;color:var(--primaryColor)}.featuresFaq .featuresFaqMain .faqBox .faqBoxHead .faqBoxHeadIcon svg{width:25px;height:25px}.featuresFaq .featuresFaqMain .faqBox .faqBoxBody{width:100%;border-top:1px solid transparent;display:flex;flex-direction:column;transition:.3s ease;overflow:hidden;transition:max-height .3s ease}.featuresFaq .featuresFaqMain .faqBox .faqBoxBody .faqBoxBodyMain{width:100%;display:flex;flex-direction:column;padding:20px}.featuresFaq .featuresFaqMain .faqBox .faqBoxBody p{font-size:18px;line-height:1.5;color:var(--FontColor);margin-top:20px;font-weight:300}.featuresFaq .featuresFaqMain .faqBox .faqBoxBody p:first-of-type{margin-top:0}@media (max-width:768px){.featuresFaq .featuresFaqMain .faqBox .faqBoxBody p{font-size:16px}}.featuresFaq .featuresFaqMain .faqBox .faqBoxBody ul{width:100%;margin-top:20px;display:flex;flex-direction:column;gap:10px;padding-left:20px}.featuresFaq .featuresFaqMain .faqBox .faqBoxBody ul li{list-style:none;display:flex;align-items:flex-start;gap:20px}.featuresFaq .featuresFaqMain .faqBox .faqBoxBody ul li .icon{width:7px;height:7px;background:var(--primaryColor);border-radius:50px;margin-top:7px}.featuresFaq .featuresFaqMain .faqBox .faqBoxBody ul li h5{width:calc(100% - 27px);font-size:16px;line-height:1.5;color:var(--FontColor)}.featuresFaq .featuresFaqMain .faqBox.active{background-color:var(--primaryColor);transition:.5s ease}.featuresFaq .featuresFaqMain .faqBox.active .faqBoxHead h3{color:white}.featuresFaq .featuresFaqMain .faqBox.active .faqBoxBody{transition:max-height .3s ease;border-top:1px solid rgba(255,255,255,.2470588235)}.featuresFaq .featuresFaqMain .faqBox.active .faqBoxBody p{color:white}.featuresFaq .featuresFaqMain .faqBox.active .faqBoxBody ul li .icon{background:white}.featuresFaq .featuresFaqMain .faqBox.active .faqBoxBody ul li h5{color:white}.IndustriesBanner{width:100%;padding:100px 0;background-image:url(/_next/static/media/bannerGraid.367aa6db.png);background-color:var(--primaryColor);background-size:cover;background-repeat:no-repeat;background-position:50%;position:relative;z-index:0;margin-top:80px}@media (max-width:768px){.IndustriesBanner{margin-top:70px;padding:60px 0}}.IndustriesBanner:after{position:absolute;content:"";width:100%;height:100%;top:0;left:0;z-index:-1;background:url(/_next/static/media/bannerLine.059a38ed.svg);background-size:cover;background-repeat:no-repeat;background-position:top}.IndustriesBanner .IndustriesBannerMain{width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column}.IndustriesBanner .IndustriesBannerMain h2{text-align:center;width:65%;color:white}@media (max-width:1807px){.IndustriesBanner .IndustriesBannerMain h2{width:70%}}@media (max-width:1689px){.IndustriesBanner .IndustriesBannerMain h2{width:80%}}@media (max-width:1496px){.IndustriesBanner .IndustriesBannerMain h2{width:90%}}@media (max-width:1347px){.IndustriesBanner .IndustriesBannerMain h2{width:100%}}.IndustriesBanner .IndustriesBannerMain p{text-align:center;width:50%;color:white}@media (max-width:1553px){.IndustriesBanner .IndustriesBannerMain p{width:60%}}@media (max-width:1436px){.IndustriesBanner .IndustriesBannerMain p{width:70%}}@media (max-width:1252px){.IndustriesBanner .IndustriesBannerMain p{width:80%}}@media (max-width:1114px){.IndustriesBanner .IndustriesBannerMain p{width:90%}}@media (max-width:1024px){.IndustriesBanner .IndustriesBannerMain p{width:100%}}.industries{width:100%;padding:90px 0 100px;background-color:#f9f9f9}@media (max-width:768px){.industries{padding:50px 0 60px}}.industries .industriesMain{display:flex;flex-direction:column}.industries .industriesMain .industriesMainBox{width:100%;background-color:#f9f9f9;margin-bottom:40px;padding:10px 0}@media (max-width:500px){.industries .industriesMain .industriesMainBox{margin-bottom:0}}.industries .industriesMain .industryTabs{display:flex;gap:15px;flex-wrap:wrap}.industries .industriesMain .industryTabs .industryTab{width:calc(25% - 12px);color:#000;cursor:pointer;background-color:#fff;border:2px solid transparent;border-radius:10px;display:flex;align-items:center;gap:12px;padding:6px 24px 6px 6px;transition:all .3s ease}@media (max-width:1024px){.industries .industriesMain .industryTabs .industryTab{width:calc(33.3333333333% - 10px)}}.industries .industriesMain .industryTabs .industryTab:hover{border-color:var(--primaryColor)}.industries .industriesMain .industryTabs .industryTab.active{background-color:var(--primaryColor)}.industries .industriesMain .industryTabs .industryTab.active .tabIcon{background:white;color:var(--primaryColor)}.industries .industriesMain .industryTabs .industryTab.active .tabTitle h4{color:white}.industries .industriesMain .industryTabs .industryTab .tabIcon{color:white;background:var(--primaryColor);display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:10px}.industries .industriesMain .industryTabs .industryTab .tabIcon svg{width:20px;height:20px}.industries .industriesMain .industryTabs .industryTab .tabTitle{width:calc(100% - 40px - 12px)}.industries .industriesMain .industryTabs .industryTab .tabTitle h4{font-size:1rem;font-weight:700;color:var(--primaryColor);margin:0}.industries .industriesMain .industriesBox{display:flex;flex-wrap:wrap;gap:60px;margin-top:20px;align-items:flex-start;opacity:1;transform:translateY(0);transition:opacity .3s ease,transform .5s ease}@media (max-width:1100px){.industries .industriesMain .industriesBox{gap:40px}}@media (max-width:768px){.industries .industriesMain .industriesBox{margin-top:80px}.industries .industriesMain .industriesBox:first-of-type{margin-top:0}}.industries .industriesMain .industriesBox.fade-up{opacity:0;transform:translateY(20px)}.industries .industriesMain .industriesBox .industriesImgBox{width:50%;position:-webkit-sticky;position:sticky;top:100px}@media (max-width:1100px){.industries .industriesMain .industriesBox .industriesImgBox{width:100%;position:relative;top:auto}}.industries .industriesMain .industriesBox .industriesImgBox .imgBox{width:80%;height:500px;position:relative}@media (max-width:1100px){.industries .industriesMain .industriesBox .industriesImgBox .imgBox{width:90%}}@media (max-width:768px){.industries .industriesMain .industriesBox .industriesImgBox .imgBox{width:100%;height:auto}}.industries .industriesMain .industriesBox .industriesImgBox .imgBox .industryImage{width:100%;height:100%;object-fit:cover;border-radius:20px}@media (max-width:768px){.industries .industriesMain .industriesBox .industriesImgBox .imgBox .industryImage{height:400px}}@media (max-width:500px){.industries .industriesMain .industriesBox .industriesImgBox .imgBox .industryImage{height:340px}}.industries .industriesMain .industriesBox .industriesImgBox .imgBox .floatingIcons{position:absolute;right:-20%;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;gap:30px}@media (max-width:1440px){.industries .industriesMain .industriesBox .industriesImgBox .imgBox .floatingIcons{right:-30%}}@media (max-width:1100px){.industries .industriesMain .industriesBox .industriesImgBox .imgBox .floatingIcons{right:-20%}}@media (max-width:1024px){.industries .industriesMain .industriesBox .industriesImgBox .imgBox .floatingIcons{right:-15%}}@media (max-width:768px){.industries .industriesMain .industriesBox .industriesImgBox .imgBox .floatingIcons{position:static;transform:none;flex-direction:row;flex-wrap:wrap;width:100%;gap:20px;margin-top:20px}}.industries .industriesMain .industriesBox .industriesImgBox .imgBox .floatingIcons .iconContainer{display:flex;align-items:center;transition:transform .3s ease}.industries .industriesMain .industriesBox .industriesImgBox .imgBox .floatingIcons .iconContainer:hover{transform:translateX(5px)}.industries .industriesMain .industriesBox .industriesImgBox .imgBox .floatingIcons .iconContainer .iconCircle{width:44px;height:44px;background:var(--primaryColor);color:white;border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:2;position:relative}.industries .industriesMain .industriesBox .industriesImgBox .imgBox .floatingIcons .iconContainer .iconCircle .icon{width:18px;height:18px}.industries .industriesMain .industriesBox .industriesImgBox .imgBox .floatingIcons .iconContainer .iconText{background:white;padding:10px 20px 10px 30px;border-radius:30px;font-size:15px;font-weight:600;position:relative;left:-20px;z-index:1;min-width:140px}@media (max-width:768px){.industries .industriesMain .industriesBox .industriesImgBox .imgBox .floatingIcons .iconContainer .iconText{min-width:auto}}.industries .industriesMain .industriesBox .industriesContentBox{width:calc(50% - 60px);position:-webkit-sticky;position:sticky;top:100px}@media (max-width:1100px),(max-width:480px),(max-width:768px){.industries .industriesMain .industriesBox .industriesContentBox{width:100%;position:static;top:auto}}.industries .industriesMain .industriesBox .industriesContentBox .title{font-size:28px;font-weight:700;margin-bottom:10px}@media (max-width:768px){.industries .industriesMain .industriesBox .industriesContentBox .title{font-size:24px}}.industries .industriesMain .industriesBox .industriesContentBox .desc{font-size:18px;line-height:1.6;color:#333;margin-bottom:30px}.industries .industriesMain .industriesBox .industriesContentBox .sectionHeading{font-size:20px;font-weight:700;color:var(--primaryColor);margin-top:30px;margin-bottom:20px}.industries .industriesMain .industriesBox .industriesContentBox .industriesListBox{width:100%;display:flex;flex-direction:column}.industries .industriesMain .industriesBox .industriesContentBox .industriesListBox ul{list-style:none;display:flex;flex-direction:column;gap:20px}.industries .industriesMain .industriesBox .industriesContentBox .industriesListBox ul li{display:flex;align-items:flex-start;gap:12px}.industries .industriesMain .industriesBox .industriesContentBox .industriesListBox ul li .tickIcon{width:30px;height:30px;background:var(--hoverColor);color:var(--primaryColor);display:flex;align-items:center;justify-content:center;border-radius:10px}.industries .industriesMain .industriesBox .industriesContentBox .industriesListBox ul li .tickIcon svg{width:15px;height:15px}.industries .industriesMain .industriesBox .industriesContentBox .industriesListBox ul li p{font-size:17px;line-height:1.5;color:#444;margin:0}.industries .industriesMain .industriesBox .industriesContentBox .industriesListBox .descriptionPoints{margin-top:40px}#price-sub{font-size:17px;display:none}.industriesListBox{margin-top:20px}.industriesListBox .descriptionHeading,.industriesListBox .featuresHeading{font-size:20px;font-weight:600;margin-bottom:10px;color:#333}.industriesListBox ul{list-style:none;padding:0}.industriesListBox ul li{display:flex;align-items:flex-start;gap:10px;margin-bottom:10px}.industriesListBox ul li .tickIcon{color:#2ecc71;font-size:18px;margin-top:3px}.industriesListBox ul li p{margin:0;font-size:16px;color:#555}.industriesListBox .descriptionPoints{margin-top:10px}.industriesListBox .descriptionPoints li{position:relative;padding-left:20px;margin-bottom:8px;font-size:15px;color:#444}.industriesListBox .descriptionPoints li:before{content:"•";position:absolute;left:0;color:#0070f3;font-size:20px;line-height:1}.blogBanner{width:100%;padding:100px 0;background-image:url(/_next/static/media/bannerGraid.367aa6db.png);background-color:var(--primaryColor);background-size:cover;background-repeat:no-repeat;background-position:50%;position:relative;z-index:0;margin-top:80px}@media (max-width:768px){.blogBanner{margin-top:70px;padding:60px 0}}.blogBanner:after{position:absolute;content:"";width:100%;height:100%;top:0;left:0;z-index:-1;background:url(/_next/static/media/bannerLine.059a38ed.svg);background-size:cover;background-repeat:no-repeat;background-position:top}.blogBanner .blogBannerMain{width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column}.blogBanner .blogBannerMain h2{text-align:center;width:65%;color:white}@media (max-width:1807px){.blogBanner .blogBannerMain h2{width:70%}}@media (max-width:1689px){.blogBanner .blogBannerMain h2{width:80%}}@media (max-width:1496px){.blogBanner .blogBannerMain h2{width:90%}}@media (max-width:1347px){.blogBanner .blogBannerMain h2{width:100%}}.blogBanner .blogBannerMain p{text-align:center;width:50%;color:white}@media (max-width:1553px){.blogBanner .blogBannerMain p{width:60%}}@media (max-width:1436px){.blogBanner .blogBannerMain p{width:70%}}@media (max-width:1252px){.blogBanner .blogBannerMain p{width:80%}}@media (max-width:1114px){.blogBanner .blogBannerMain p{width:90%}}@media (max-width:1024px){.blogBanner .blogBannerMain p{width:100%}}.blogList{width:100%;padding:100px 0}@media (max-width:768px){.blogList{padding:60px 0}}.blogList .BlogHead{width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;margin-bottom:40px;background:red}.blogList .BlogHead h2{text-align:center;font-size:2.5rem;color:#333;margin-bottom:15px}.blogList .BlogHead p{text-align:center;font-size:1.1rem;color:#666;max-width:700px}.blogList .blogListMain{width:100%}.blogList .blogListMain .blogGrid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:30px;gap:30px}@media (max-width:1440px){.blogList .blogListMain .blogGrid{grid-template-columns:repeat(3,1fr)}}@media (max-width:1024px){.blogList .blogListMain .blogGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.blogList .blogListMain .blogGrid{grid-template-columns:1fr}}.blogList .blogListMain .BlogBox{width:100%;padding:20px;display:flex;flex-direction:column;background:#f9f3ff;border-radius:20px;transition:transform .3s ease,box-shadow .3s ease}.blogList .blogListMain .BlogBox:hover{transform:translateY(-5px);box-shadow:0 10px 20px rgba(0,0,0,.1)}.blogList .blogListMain .BlogBox:hover .BlogBoxThumbnail img{transform:scale(1.05)}.blogList .blogListMain .BlogBox .BlogBoxThumbnail{width:100%;height:240px;background:white;border-radius:15px;overflow:hidden}@media (max-width:1440px){.blogList .blogListMain .BlogBox .BlogBoxThumbnail{height:200px}}.blogList .blogListMain .BlogBox .BlogBoxThumbnail img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.blogList .blogListMain .BlogBox .BlogBoxDetails{width:100%;display:flex;flex-direction:column;margin-top:20px}.blogList .blogListMain .BlogBox .BlogBoxDetails .date{font-size:14px;font-weight:500;color:var(--primaryColor)}.blogList .blogListMain .BlogBox .BlogBoxDetails h3{font-size:1.4rem;margin-top:15px;line-height:1.3;color:#333}.blogList .blogListMain .BlogBox .BlogBoxDetails h3,.blogList .blogListMain .BlogBox .BlogBoxDetails p{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.blogList .blogListMain .BlogBox .BlogBoxDetails p{font-size:1rem;font-weight:300;margin-top:10px;color:#666;line-height:1.5}.blogList .blogListMain .BlogBox .BlogBoxDetails a{text-decoration:none;background:var(--primaryColor);padding:12px 30px;border-radius:50px;margin-top:20px;width:-moz-fit-content;width:fit-content;color:white;font-size:14px;transition:all .3s ease;border:1px solid var(--primaryColor)}.blogList .blogListMain .BlogBox .BlogBoxDetails a:hover{border:1px solid var(--primaryHoverColor);background:var(--primaryHoverColor)}.innerBlog{width:100%;padding:50px 0 100px;margin-top:80px}@media (max-width:768px){.innerBlog{margin-top:70px;padding:50px 0 60px}}.innerBlog .innerBlogMain{width:100%;display:flex;flex-direction:column;padding:0 20%}@media (max-width:1440px){.innerBlog .innerBlogMain{padding:0 10%}}@media (max-width:900px){.innerBlog .innerBlogMain{padding:0}}.innerBlog .innerBlogMain .backBtn{display:flex;align-items:center;gap:10px;text-decoration:none;color:var(--primaryColor);font-size:16px;font-weight:500;border:1px solid var(--primaryColor);width:-moz-fit-content;width:fit-content;padding:5px 16px;border-radius:50px;transition:.3s}@media (max-width:768px){.innerBlog .innerBlogMain .backBtn{font-size:14px}}.innerBlog .innerBlogMain .backBtn:hover{transition:.3s;background:var(--primaryColor);color:white;border-color:var(--primaryColor)}.innerBlog .innerBlogMain .backBtn svg{width:16px;height:16px}@media (max-width:768px){.innerBlog .innerBlogMain .backBtn svg{width:14px;height:14px}}.innerBlog .innerBlogMain h1{font-size:3em;color:var(--primaryColor);margin-top:40px}@media (max-width:1408px){.innerBlog .innerBlogMain h1{font-size:2.5em}}@media (max-width:1280px){.innerBlog .innerBlogMain h1{font-size:2.2em}}@media (max-width:1101px){.innerBlog .innerBlogMain h1{font-size:2em}}@media (max-width:500px){.innerBlog .innerBlogMain h1{font-size:1.7em}}.innerBlog .innerBlogMain .date{font-size:20px;color:var(--primaryColor);margin-top:20px;display:flex;align-items:center;gap:10px;font-weight:400}@media (max-width:768px){.innerBlog .innerBlogMain .date{font-size:16px}}.innerBlog .innerBlogMain .date svg{width:20px;height:20px}.innerBlog .innerBlogMain .innerBlogThumbnail{width:100%;margin-top:40px}.innerBlog .innerBlogMain .innerBlogThumbnail img{width:100%;height:100%;object-fit:contain;border-radius:20px}.innerBlog .innerBlogMain p{margin-top:30px;font-size:18px;font-weight:400}@media (max-width:768px){.innerBlog .innerBlogMain p{font-size:16px}}.contactUs{width:100%;padding:60px 0;background-color:#fff}.contactUs .contactMain{display:flex;flex-direction:column;gap:10px}.contactUs .contactAddress{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:30px;gap:30px;margin-bottom:30px}.contactUs .contactAddress .contactBox{background:#fff;border-radius:15px;padding:20px;text-align:center;box-shadow:0 5px 15px rgba(0,0,0,.05);transition:transform .3s ease}.contactUs .contactAddress .contactBox:hover{transform:translateY(-5px)}.contactUs .contactAddress .contactBox .iconBox{width:40px;height:40px;background:#f9f3ff;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px}.contactUs .contactAddress .contactBox .iconBox .icon{color:var(--primaryColor);font-size:18px}.contactUs .contactAddress .contactBox h3{font-size:20px;font-weight:400;margin-bottom:15px;color:#333}.contactUs .contactAddress .contactBox a,.contactUs .contactAddress .contactBox p{color:#666;font-size:1rem;line-height:1.6;transition:color .3s ease}.contactUs .contactAddress .contactBox a:hover{color:var(--primaryColor);text-decoration:none}.contactUs .contactFormMap{display:grid;grid-template-columns:1fr 1fr;grid-gap:40px;gap:40px}@media (max-width:992px){.contactUs .contactFormMap{grid-template-columns:1fr}}.contactUs .contactForm{background:#fff;padding:40px;border-radius:15px;box-shadow:0 5px 15px rgba(0,0,0,.05)}.contactUs .contactForm h2{font-size:1.8rem;margin-bottom:30px;color:#333;text-align:center}.contactUs .contactForm .formGroup{margin-bottom:20px}.contactUs .contactForm .formGroup label{display:block;margin-bottom:8px;font-weight:500;color:#555}.contactUs .contactForm .formGroup input,.contactUs .contactForm .formGroup textarea{width:100%;padding:12px 15px;border:1px solid #ddd;border-radius:8px;font-size:1rem;transition:border-color .3s ease}.contactUs .contactForm .formGroup input:focus,.contactUs .contactForm .formGroup textarea:focus{outline:none;border-color:var(--primaryColor)}.contactUs .contactForm .formGroup textarea{resize:vertical;min-height:120px}.contactUs .contactForm .submitBtn{width:100%;padding:15px;background:var(--primaryColor);color:white;border:none;border-radius:50px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease;margin-top:10px}.contactUs .contactForm .submitBtn:hover{background:var(--primaryHoverColor);transform:translateY(-2px)}.contactUs .contactMap{height:100%;border-radius:15px;overflow:hidden;box-shadow:0 5px 15px rgba(0,0,0,.05)}.contactUs .contactMap iframe{width:100%;height:100%;min-height:500px}@media (max-width:992px){.contactUs .contactMap iframe{min-height:400px}}@media (max-width:768px){.contactUs .contactAddress{grid-template-columns:1fr}.contactUs .contactForm{padding:30px 20px}}.pricing-des{font-size:13px;line-height:.2}