.Header{z-index:10;background:#111;border-bottom:1px solid #145dc481;justify-content:space-evenly;align-items:center;width:100%;margin:0 auto;padding:1rem 0;display:flex;position:fixed;top:0;left:0}.Header .HeaderLogo img{height:25px;display:block}.Header .HeaderBurger{cursor:pointer;background:0 0;border:none;flex-direction:column;width:30px;height:20px;padding:5px;display:none;position:relative}.Header .HeaderBurger span{background-color:#a0a0a0;width:25px;height:2px;transition:all .3s;position:absolute;left:50%;transform:translate(-50%)}.Header .HeaderBurger span:first-child{top:0}.Header .HeaderBurger span:nth-child(2){top:50%;transform:translate(-50%,-50%)}.Header .HeaderBurger span:nth-child(3){bottom:0}.Header .HeaderBurger:hover span,.Header .HeaderBurger.active span{background-color:#fff}.Header .HeaderBurger.active span:first-child{top:50%;transform:translate(-50%,-50%)rotate(45deg)}.Header .HeaderBurger.active span:nth-child(2){opacity:0}.Header .HeaderBurger.active span:nth-child(3){bottom:50%;transform:translate(-50%,50%)rotate(-45deg)}.Header .HeaderLinks{align-items:center;gap:2rem;display:flex}.Header .HeaderLinks .HeaderLink{color:#a0a0a0;cursor:pointer;margin:0;font-size:14px;transition:color .3s}.Header .HeaderLinks .HeaderLink:hover{color:#fff}.Header .HeaderLinks .CTA{color:#fff;letter-spacing:2px;text-align:center;background:#145dc4;border-radius:30px;width:150px;padding:.75rem 1.25rem;font-size:16px;font-weight:400;text-decoration:none;transition:all .3s;display:inline-block;box-shadow:0 2px 8px #145dc44d}.Header .HeaderLinks .CTA:hover{background:#196fe8;transform:translateY(-2px);box-shadow:0 4px 12px #145dc480}.Header .HeaderLinks .CTA:active{transform:translateY(0);box-shadow:0 2px 6px #145dc44d}@media (max-width:1080px){.Header .HeaderLinks{gap:.5rem}}@media (max-width:768px){.Header{justify-content:space-around}.Header .HeaderLogo img{height:20px;display:block}.Header .HeaderBurger{z-index:101;display:flex}.Header .HeaderLinks{z-index:100;background-color:#000;border-left:1px solid #2a2a2a;flex-direction:column;align-items:start;gap:1.5rem;width:70%;max-width:300px;height:100vh;padding:5rem 2rem 2rem;transition:right .3s;position:fixed;top:0;right:-100%}.Header .HeaderLinks.active{right:0}.Header .HeaderLinks .HeaderLink{border-bottom:1px solid #1a1a1a;width:100%;padding:.5rem 0;font-size:1rem}}
.Hero{background-color:#151515;border-bottom:solid #145dc4;justify-content:center;align-items:center;min-height:calc(100dvh - 65px);display:flex}.Hero .HeroContent{flex-direction:column;justify-content:space-evenly;width:80%;height:50dvh;display:flex}.Hero .HeroContent .HeroText{padding-bottom:20px}.Hero .HeroContent .HeroText .HeroTittle{color:#fff;margin:0;padding-bottom:8px;font-size:36px;font-weight:600;line-height:1.2}.Hero .HeroContent .HeroText .HeroSub{color:#fff;margin:0;font-size:24px;font-style:italic;font-weight:200}@media (max-width:768px){.Hero .HeroContent{height:60dvh}.Hero .HeroContent .HeroText{padding-bottom:16px}.Hero .HeroContent .HeroText .HeroTittle{padding-bottom:6px;font-size:28px}.Hero .HeroContent .HeroText .HeroSub{font-size:18px}}@media (max-width:480px){.Hero .HeroContent{height:65dvh}.Hero .HeroContent .HeroText{padding-bottom:12px}.Hero .HeroContent .HeroText .HeroTittle{padding-bottom:4px;font-size:24px}.Hero .HeroContent .HeroText .HeroSub{font-size:16px}}
.ButtonCta{color:#fff;cursor:pointer;background:#145dc4;border:none;border-radius:30px;justify-content:center;align-items:center;gap:8px;width:350px;height:75px;padding:0 48px;font-size:20px;font-weight:400;transition:all .3s;display:flex;box-shadow:2px 4px 10px #0006}.ButtonCta img{width:22px;height:25px}.ButtonCta span{white-space:nowrap}.ButtonCta:hover{transform:translateY(-2px);box-shadow:4px 8px 15px #0009}.ButtonCta:active{transform:translateY(0)}@media (max-width:768px){.ButtonCta{width:300px;height:65px;padding:0 40px;font-size:18px}.ButtonCta img{width:20px;height:23px}}@media (max-width:480px){.ButtonCta{width:260px;height:55px;padding:0 32px;font-size:16px}.ButtonCta img{width:18px;height:20px}}
.Section1{flex-direction:column;min-height:100vh;padding:80px 20px;display:flex}.Section1 .Section1Top{text-align:center}.Section1 .Section1Top h1{color:#145dc480;text-transform:uppercase;letter-spacing:2px;margin:0;font-size:60px;font-weight:900;line-height:1}.Section1 .Section1Top p{color:#ffffffb3;margin:0;font-size:24px;font-weight:300}.Section1 .Section1Bottom{flex:1;justify-content:space-between;align-items:center;gap:60px;padding:40px 8%;display:flex}.Section1 .Section1Bottom .Section1Text{flex:1;max-width:600px}.Section1 .Section1Bottom .Section1Text p{color:#cdf5fd;margin:0 0 24px;font-size:16px;line-height:1.6}.Section1 .Section1Bottom .Section1Text p:first-child{font-style:italic;font-weight:300}.Section1 .Section1Bottom .Section1Text p:last-child{font-style:italic;font-weight:600}.Section1 .Section1Bottom .Section1Image{flex:1;justify-content:center;align-items:center;display:flex}.Section1 .Section1Bottom .Section1Image img{width:100%;max-width:400px;height:auto}@media (max-width:1024px){.Section1 .Section1Top{padding:60px 5% 30px}.Section1 .Section1Top h1{font-size:40px}.Section1 .Section1Top p{font-size:18px}.Section1 .Section1Bottom{gap:40px;padding:30px 6%}.Section1 .Section1Bottom .Section1Text p{margin:0 0 20px;font-size:16px}.Section1 .Section1Bottom .Section1Image img{max-width:350px}}@media (max-width:768px){.Section1 .Section1Top{padding:50px 5% 25px}.Section1 .Section1Top h2{letter-spacing:1px;font-size:32px}.Section1 .Section1Top p{font-size:16px}.Section1 .Section1Bottom{flex-direction:column;gap:40px;padding:30px 5%}.Section1 .Section1Bottom .Section1Text{text-align:center;max-width:100%}.Section1 .Section1Bottom .Section1Text p{margin:0 0 20px;font-size:16px}.Section1 .Section1Bottom .Section1Image img{max-width:300px}}@media (max-width:480px){.Section1 .Section1Top{padding:40px 5% 20px}.Section1 .Section1Top h1{margin:0 0 12px;font-size:28px}.Section1 .Section1Top p{font-size:14px}.Section1 .Section1Bottom{gap:30px;padding:20px 5%}.Section1 .Section1Bottom .Section1Text p{margin:0 0 16px;font-size:14px}.Section1 .Section1Bottom .Section1Image img{max-width:250px}}
.Section2{background:#0f0f0f;border-radius:0 100px;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:80px 5%;display:flex}.Section2 .Section2Header{text-align:center;padding-bottom:60px}.Section2 .Section2Header h2{color:#145dc480;text-transform:uppercase;letter-spacing:2px;margin:0;font-size:60px;font-weight:900;line-height:1}.Section2 .Section2Header p{color:#ffffffb3;margin:0;font-size:24px;font-weight:300}.Section2 .Section2Cards{flex-direction:column;gap:40px;width:100%;max-width:1200px;display:flex}.Section2 .Section2Cards .ProcessCard:first-child{align-self:flex-start;max-width:650px}.Section2 .Section2Cards .ProcessCard:nth-child(2){align-self:center;max-width:650px}.Section2 .Section2Cards .ProcessCard:nth-child(3){align-self:flex-end;max-width:650px}@media (max-width:1024px){.Section2{padding:60px 5%}.Section2 .Section2Header{padding-bottom:50px}.Section2 .Section2Header h2{font-size:40px}.Section2 .Section2Header p{font-size:18px}.Section2 .Section2Cards{gap:35px}.Section2 .Section2Cards .ProcessCard:first-child,.Section2 .Section2Cards .ProcessCard:nth-child(2),.Section2 .Section2Cards .ProcessCard:nth-child(3){align-self:center;max-width:650px}}@media (max-width:768px){.Section2{padding:50px 5%}.Section2 .Section2Header{padding-bottom:40px}.Section2 .Section2Header h2{letter-spacing:1px;margin:0 0 12px;font-size:32px}.Section2 .Section2Header p{font-size:16px}.Section2 .Section2Cards{gap:30px}.Section2 .Section2Cards .ProcessCard:first-child,.Section2 .Section2Cards .ProcessCard:nth-child(2),.Section2 .Section2Cards .ProcessCard:nth-child(3){align-self:center;max-width:100%}}@media (max-width:480px){.Section2{padding:40px 5%}.Section2 .Section2Header{padding-bottom:30px}.Section2 .Section2Header h2{margin:0 0 10px;font-size:28px}.Section2 .Section2Header p{font-size:14px}.Section2 .Section2Cards{gap:24px}}
.ProcessCard{cursor:pointer;background-color:#1f1f1f;border-radius:20px;align-items:center;gap:30px;width:80%;padding:40px;transition:transform .3s,box-shadow .3s;display:flex}.ProcessCard:hover{transform:translateY(-6px);box-shadow:0 10px 25px #145dc440}.ProcessCard .ProcessCardLeft{flex-shrink:0;justify-content:center;align-items:center;display:flex}.ProcessCard .ProcessCardLeft img{object-fit:contain;width:80px;height:80px}.ProcessCard .ProcessCardRight{flex:1}.ProcessCard .ProcessCardRight h3{color:#145dc4;margin:0 0 8px;font-size:32px;font-weight:700}.ProcessCard .ProcessCardRight p{color:#fff;margin:0;font-size:18px;font-weight:300;line-height:1.5}@media (max-width:768px){.ProcessCard{gap:24px;padding:30px}.ProcessCard .ProcessCardLeft img{width:60px;height:60px}.ProcessCard .ProcessCardRight h3{margin:0 0 6px;font-size:26px}.ProcessCard .ProcessCardRight p{font-size:16px}}@media (max-width:480px){.ProcessCard{gap:20px;padding:24px}.ProcessCard .ProcessCardLeft img{width:50px;height:50px}.ProcessCard .ProcessCardRight h3{margin:0 0 6px;font-size:22px}.ProcessCard .ProcessCardRight p{font-size:14px}}
.Section3{flex-direction:column;min-height:100vh;padding:80px 20px;display:flex}.Section3 .Section3Top{text-align:center}.Section3 .Section3Top h2{color:#145dc480;text-transform:uppercase;letter-spacing:2px;margin:0;font-size:60px;font-weight:900;line-height:1}.Section3 .Section3Top p{color:#ffffffb3;margin:0;font-size:24px;font-weight:300}.Section3 .Section3Bottom{flex:1;justify-content:space-between;align-items:center;gap:60px;padding:40px 8%;display:flex}.Section3 .Section3Bottom .Section3Text{flex:1;max-width:600px}.Section3 .Section3Bottom .Section3Text p{color:#cdf5fd;margin:0 0 24px;font-size:20px;line-height:1.6}.Section3 .Section3Bottom .Section3Text p:first-child{font-weight:300}.Section3 .Section3Bottom .Section3Text p:last-child{font-size:24px;font-style:italic;font-weight:600}.Section3 .Section3Bottom .Section3Image{border-left:solid #cdf5fd;flex:.5;justify-content:center;align-items:center;padding:0 1em;display:flex}.Section3 .Section3Bottom .Section3Image img{width:100%;max-width:500px;height:auto}@media (max-width:1024px){.Section3 .Section3Top{padding:60px 5% 30px}.Section3 .Section3Top h2{font-size:40px}.Section3 .Section3Top p{font-size:16px}.Section3 .Section3Bottom{gap:40px;padding:30px 6%}.Section3 .Section3Bottom .Section3Text p{margin:0 0 20px;font-size:16px}.Section3 .Section3Bottom .Section3Text p:last-child{font-size:20px}.Section3 .Section3Bottom .Section3Image img{max-width:350px}}@media (max-width:768px){.Section3 .Section3Top{padding:50px 5% 25px}.Section3 .Section3Top h2{letter-spacing:1px;font-size:32px}.Section3 .Section3Top p{font-size:16px}.Section3 .Section3Bottom{flex-direction:column;padding:30px 5%}.Section3 .Section3Bottom .Section3Text{text-align:center;flex-direction:column;justify-content:center;max-width:100%;display:flex}.Section3 .Section3Bottom .Section3Text p{margin:0 0 20px;font-size:16px}.Section3 .Section3Bottom .Section3Image{border:none}.Section3 .Section3Bottom .Section3Image img{max-width:300px}}@media (max-width:480px){.Section3 .Section3Top{padding:40px 5% 20px}.Section3 .Section3Top h1{margin:0 0 12px;font-size:24px}.Section3 .Section3Top p{font-size:14px}.Section3 .Section3Bottom{gap:30px;padding:20px 5%}.Section3 .Section3Bottom .Section3Text p{margin:0 0 16px;font-size:14px}.Section3 .Section3Bottom .Section3Text p:last-child{font-size:16px}.Section3 .Section3Bottom .Section3Image img{max-width:250px}}
.Section4{background-color:#1a1a1a;flex-direction:column;justify-content:space-around;align-items:center;min-height:100vh;padding:80px 5%;display:flex}.Section4 .Section4Header{text-align:center;padding-bottom:30px}.Section4 .Section4Header h2{color:#145dc480;text-transform:uppercase;letter-spacing:2px;margin:0;font-size:60px;font-weight:900;line-height:1}.Section4 .Section4Header p{color:#ffffffb3;margin:0;font-size:24px;font-weight:300}.Section4 .Section4Description{text-align:center;max-width:900px;padding-bottom:60px}.Section4 .Section4Description p{color:#fff;margin:0;font-size:22px;font-style:italic;font-weight:300;line-height:1.6}.Section4 .Section4Description p strong{font-weight:700}.Section4 .Section4Cards{flex-wrap:wrap;justify-content:center;gap:40px;width:100%;max-width:1300px;display:flex}@media (max-width:1024px){.Section4{padding:60px 5%}.Section4 .Section4Header{padding-bottom:25px}.Section4 .Section4Header h2{font-size:40px}.Section4 .Section4Header p{font-size:18px}.Section4 .Section4Description{padding-bottom:50px}.Section4 .Section4Description p{font-size:20px}.Section4 .Section4Cards{gap:35px}}@media (max-width:768px){.Section4{padding:50px 5%}.Section4 .Section4Header{padding-bottom:20px}.Section4 .Section4Header h2{letter-spacing:1px;margin:0 0 12px;font-size:32px}.Section4 .Section4Header p{font-size:16px}.Section4 .Section4Description{padding-bottom:40px}.Section4 .Section4Description p{font-size:18px}.Section4 .Section4Cards{flex-direction:column;align-items:center;gap:30px}}@media (max-width:480px){.Section4{padding:40px 5%}.Section4 .Section4Header{padding-bottom:16px}.Section4 .Section4Header h2{margin:0 0 10px;font-size:28px}.Section4 .Section4Header p{font-size:14px}.Section4 .Section4Description{padding-bottom:30px}.Section4 .Section4Description p{font-size:16px}.Section4 .Section4Cards{gap:24px}}
.WhoCard{cursor:pointer;background-color:#fff;border-radius:20px;flex-direction:column;width:100%;max-width:380px;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden}.WhoCard:hover{transform:translateY(-8px);box-shadow:0 12px 30px #145dc44d}.WhoCard .WhoCardImage{width:100%;height:250px;overflow:hidden}.WhoCard .WhoCardImage img{object-fit:cover;width:100%;height:100%}.WhoCard .WhoCardContent{flex-direction:column;gap:12px;padding:30px;display:flex}.WhoCard .WhoCardContent h3{color:#145dc4;margin:0;font-size:28px;font-weight:700}.WhoCard .WhoCardContent .WhoCardSubtitle{color:#1a1a1a;margin:0;font-size:16px;font-weight:500;line-height:1.5}.WhoCard .WhoCardContent .WhoCardDescription{color:#4a4a4a;margin:0;font-size:15px;font-weight:300;line-height:1.6}@media (max-width:768px){.WhoCard{max-width:100%}.WhoCard .WhoCardImage{height:220px}.WhoCard .WhoCardContent{gap:10px;padding:24px}.WhoCard .WhoCardContent h3{font-size:24px}.WhoCard .WhoCardContent .WhoCardSubtitle{font-size:15px}.WhoCard .WhoCardContent .WhoCardDescription{font-size:14px}}@media (max-width:480px){.WhoCard .WhoCardImage{height:200px}.WhoCard .WhoCardContent{gap:8px;padding:20px}.WhoCard .WhoCardContent h3{font-size:22px}.WhoCard .WhoCardContent .WhoCardSubtitle{font-size:14px}.WhoCard .WhoCardContent .WhoCardDescription{font-size:13px}}
.Section5{background-color:#e8e8e8;flex-direction:column;justify-content:space-between;align-items:center;min-height:60vh;padding:80px 5%;display:flex;position:relative;overflow:hidden}.Section5 .Section5Content{z-index:2;flex-direction:column;justify-content:space-around;align-items:center;height:55vh;display:flex;position:relative}.Section5 .Section5Header{text-align:center;padding-bottom:30px}.Section5 .Section5Header h2{color:#145dc480;text-transform:uppercase;letter-spacing:2px;margin:0;font-size:60px;font-weight:900;line-height:1}.Section5 .Section5Header p{color:#000000b3;margin:0;font-size:24px;font-weight:300}.Section5 .Section5Description{text-align:center;max-width:900px;padding-bottom:50px}.Section5 .Section5Description p{color:#145dc4;margin:0;font-size:24px;font-style:italic;font-weight:400;line-height:1.6}.Section5 .Section5Description p strong{font-size:28px;font-weight:900}.Section5 .Section5Button{flex-direction:column;align-items:center;gap:16px;display:flex}.Section5 .Section5Button .Section5SubText{color:#6a6a6a;margin:0;font-size:16px;font-style:italic;font-weight:300}.Section5 .Section5Background{z-index:1;width:100%;position:absolute;bottom:0;left:0}.Section5 .Section5Background img{object-fit:contain;width:100%;height:auto}@media (max-width:1024px){.Section5{padding:60px 5%}.Section5 .Section5Header{padding-bottom:25px}.Section5 .Section5Header h2{font-size:40px}.Section5 .Section5Header p{font-size:18px}.Section5 .Section5Description{padding-bottom:40px}.Section5 .Section5Description p{font-size:22px}.Section5 .Section5Description p strong{font-size:26px}.Section5 .Section5Button{gap:14px}.Section5 .Section5Button .Section5SubText{font-size:15px}}@media (max-width:768px){.Section5{padding:50px 5%}.Section5 .Section5Header{padding-bottom:20px}.Section5 .Section5Header h2{letter-spacing:1px;margin:0 0 12px;font-size:32px}.Section5 .Section5Header p{font-size:16px}.Section5 .Section5Description{padding-bottom:35px}.Section5 .Section5Description p{font-size:20px}.Section5 .Section5Description p strong{font-size:24px}.Section5 .Section5Button{gap:12px}.Section5 .Section5Button .Section5SubText{font-size:14px}}@media (max-width:480px){.Section5{padding:40px 5%}.Section5 .Section5Header{padding-bottom:16px}.Section5 .Section5Header h2{margin:0 0 10px;font-size:28px}.Section5 .Section5Header p{font-size:14px}.Section5 .Section5Description{padding-bottom:30px}.Section5 .Section5Description p{font-size:18px}.Section5 .Section5Description p strong{font-size:20px}.Section5 .Section5Button{gap:10px}.Section5 .Section5Button .Section5SubText{font-size:13px}}
.Footer{background-color:#1a1a1a;flex-direction:column;gap:40px;padding:60px 8% 30px;display:flex}.Footer .FooterContent{justify-content:space-between;align-items:flex-start;gap:60px;display:flex}.Footer .FooterContent .FooterLeft{flex-direction:column;gap:20px;display:flex}.Footer .FooterContent .FooterLeft .FooterLogo img{height:40px}.Footer .FooterContent .FooterLeft .FooterTexts{flex-direction:column;gap:4px;display:flex}.Footer .FooterContent .FooterLeft .FooterTexts .FooterText{color:#a0a0a0;margin:0;font-size:16px;font-weight:300}.Footer .FooterContent .FooterLeft .FooterTexts .FooterTextBold{color:#fff;margin:0;font-size:16px;font-weight:600}.Footer .FooterContent .FooterRight .FooterSlogan{color:#a0a0a0;text-align:right;margin:0;font-size:16px;font-style:italic;font-weight:300}.Footer .FooterSocial{justify-content:center;gap:30px;padding:20px 0;display:flex}.Footer .FooterSocial .FooterSocialLink{border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;transition:all .3s;display:flex}.Footer .FooterSocial .FooterSocialLink img{object-fit:contain;width:24px;height:24px}.Footer .FooterSocial .FooterSocialLink:hover{border-color:#cdf5fd;transform:translateY(-4px);box-shadow:0 6px 15px #cdf5fd54}.Footer .FooterCopyright{text-align:center;border-top:1px solid #2a2a2a;padding-top:20px}.Footer .FooterCopyright p{color:#a0a0a0;margin:0;font-size:14px;font-weight:300}@media (max-width:768px){.Footer{gap:35px;padding:50px 5% 25px}.Footer .FooterContent{text-align:center;flex-direction:column;align-items:center;gap:40px}.Footer .FooterContent .FooterLeft{align-items:center;gap:16px}.Footer .FooterContent .FooterLeft .FooterLogo img{height:36px}.Footer .FooterContent .FooterLeft .FooterTexts{gap:4px}.Footer .FooterContent .FooterLeft .FooterTexts .FooterText,.Footer .FooterContent .FooterLeft .FooterTexts .FooterTextBold{font-size:15px}.Footer .FooterContent .FooterRight .FooterSlogan{text-align:center;font-size:15px}.Footer .FooterSocial{gap:25px;padding:15px 0}.Footer .FooterSocial .FooterSocialLink{width:60px;height:60px}.Footer .FooterSocial .FooterSocialLink img{width:28px;height:28px}.Footer .FooterCopyright{padding-top:15px}.Footer .FooterCopyright p{font-size:13px}}@media (max-width:480px){.Footer{gap:30px;padding:40px 5% 20px}.Footer .FooterContent{gap:30px}.Footer .FooterContent .FooterLeft{gap:14px}.Footer .FooterContent .FooterLeft .FooterLogo img{height:32px}.Footer .FooterContent .FooterLeft .FooterTexts .FooterText,.Footer .FooterContent .FooterLeft .FooterTexts .FooterTextBold,.Footer .FooterContent .FooterRight .FooterSlogan{font-size:14px}.Footer .FooterSocial{gap:20px;padding:10px 0}.Footer .FooterSocial .FooterSocialLink{width:55px;height:55px}.Footer .FooterSocial .FooterSocialLink img{width:26px;height:26px}.Footer .FooterCopyright{padding-top:12px}.Footer .FooterCopyright p{font-size:12px}}
.FixedCta{cursor:pointer;z-index:8;background-color:#25d366;border-radius:50%;justify-content:center;align-items:center;width:65px;height:65px;transition:all .3s;display:flex;position:fixed;bottom:30px;right:30px;box-shadow:0 4px 12px #0000004d}.FixedCta img{object-fit:contain;filter:brightness(0)invert();width:35px;height:35px}.FixedCta:hover{transform:scale(1.1);box-shadow:0 0 10px #25d3654d}.FixedCta:active{transform:scale(1.05)}@media (max-width:768px){.FixedCta{width:60px;height:60px;bottom:20px;right:20px}.FixedCta img{width:32px;height:32px}}@media (max-width:480px){.FixedCta{width:55px;height:55px;bottom:15px;right:15px}.FixedCta img{width:30px;height:30px}}
.Section0{flex-direction:column;justify-content:space-evenly;align-items:center;min-height:100vh;padding:60px;display:flex}.Section0 .Section0Header{text-align:center;padding-bottom:60px}.Section0 .Section0Header h2{color:#145dc480;text-transform:uppercase;letter-spacing:2px;margin:0;font-size:60px;font-weight:900;line-height:1}.Section0 .Section0Header p{color:#ffffffb3;margin:0;font-size:24px;font-weight:300}.Section0 .Section0Cards{flex-wrap:wrap;justify-content:center;gap:40px;width:100%;display:flex}@media (max-width:1024px){.Section0{padding:60px 5%}.Section0 .Section0Header{padding-bottom:50px}.Section0 .Section0Header h2{font-size:40px}.Section0 .Section0Header p{font-size:18px}.Section0 .Section0Cards{gap:35px}}@media (max-width:768px){.Section0{padding:50px 5%}.Section0 .Section0Header{padding-bottom:40px}.Section0 .Section0Header h2{letter-spacing:1px;margin:0 0 12px;font-size:32px}.Section0 .Section0Header p{font-size:16px}.Section0 .Section0Cards{flex-direction:column;align-items:center;gap:30px}}@media (max-width:480px){.Section0{padding:40px 5%}.Section0 .Section0Header{padding-bottom:30px}.Section0 .Section0Header h2{font-size:28px}.Section0 .Section0Header p{font-size:14px}.Section0 .Section0Cards{gap:24px}}
.ProjectCard{background-color:#fff;border-radius:20px;flex-direction:column;width:100%;max-width:450px;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden}.ProjectCard:hover{transform:translateY(-8px);box-shadow:0 12px 30px #145dc433}.ProjectCard .ProjectCardImage{width:100%;height:250px;margin:0;padding:0;overflow:hidden}.ProjectCard .ProjectCardImage img{object-fit:cover;width:100%;height:100%}.ProjectCard .ProjectCardContent{flex-direction:column;gap:8px;padding:28px;display:flex}.ProjectCard .ProjectCardContent .ProjectCardType{color:#6a6a6a;text-transform:uppercase;letter-spacing:1px;font-size:12px;font-weight:600}.ProjectCard .ProjectCardContent .ProjectCardTitle{color:#1a1a1a;margin:0;font-size:24px;font-weight:700;line-height:1.3}.ProjectCard .ProjectCardContent .ProjectCardDesc{color:#6a6a6a;margin:0;font-size:15px;font-weight:400;line-height:1.5}.ProjectCard .ProjectCardContent .ProjectCardLink{color:#1a1a1a;width:fit-content;margin-top:4px;font-size:15px;font-weight:600;text-decoration:underline;transition:color .3s}.ProjectCard .ProjectCardContent .ProjectCardLink:hover{color:#145dc4}@media (max-width:768px){.ProjectCard{max-width:100%}.ProjectCard .ProjectCardImage{height:240px}.ProjectCard .ProjectCardContent{gap:10px;padding:24px}.ProjectCard .ProjectCardContent .ProjectCardType{font-size:11px}.ProjectCard .ProjectCardContent .ProjectCardTitle{font-size:22px}.ProjectCard .ProjectCardContent .ProjectCardDesc,.ProjectCard .ProjectCardContent .ProjectCardLink{font-size:14px}}@media (max-width:480px){.ProjectCard .ProjectCardImage{height:200px}.ProjectCard .ProjectCardContent{gap:8px;padding:20px}.ProjectCard .ProjectCardContent .ProjectCardType{font-size:10px}.ProjectCard .ProjectCardContent .ProjectCardTitle{font-size:20px}.ProjectCard .ProjectCardContent .ProjectCardDesc,.ProjectCard .ProjectCardContent .ProjectCardLink{font-size:13px}}
