.about-hero{position:relative;min-height:100vh;width:100%;overflow:hidden;display:flex;align-items:center;justify-content:flex-end;padding-right:5%;text-align:right;color:#3C3C3C;background-color:var(--color-light-bg)}.about-bg{position:absolute;inset:0;z-index:0}.about-bg img,.about-bg picture{width:100%;height:100%;object-fit:cover}.about-text{position:relative;z-index:3;max-width:600px;padding:5rem;animation:aboutFadeInUp 1.4s ease-out forwards;animation-delay:0.3s;opacity:0}.about-title{padding-bottom:3rem;font-size:clamp(2.2rem,4.5vw,3.2rem);font-weight:700;background:linear-gradient(90deg,#5A31F4,#D0F0C0);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.about-description{color:#2F3E46;text-shadow:0 0 8px rgba(90,49,244,0.15);padding-bottom:3rem;text-align:justify;text-justify:inter-word}.about-description p{margin-bottom:1.8rem}.about-description p:last-child{margin-bottom:0}@media (min-width:540px) and (max-width:1000px){.about-hero{flex-direction:column;justify-content:flex-start;min-height:150vh;text-align:center;padding-right:0}.about-bg{inset:auto 0 0 0;height:60%}.about-bg img{object-fit:contain;object-position:center bottom}.about-text{margin:0 auto;max-width:85%;text-align:center}}@media (max-width:767px){.about-hero{min-height:200vh;display:grid;place-items:center;padding:0;text-align:center;align-content:start}.about-bg{display:flex;align-items:flex-end;justify-content:center}.about-bg img{object-fit:contain;object-position:center bottom}}@media screen and (width:540px) and (height:720px){.about-hero{min-height:250vh;justify-content:flex-start}.about-text{margin-top:2rem}.about-cta{margin-top:1.5rem}}@media (max-width:375px){.about-hero{min-height:250vh}}@media (min-width:1024px) and (max-width:1200px) and (max-height:700px){.about-hero{min-height:120vh;padding-top:8vh}.about-text{margin-top:3vh}}@media screen and (min-width:1000px) and (max-width:1100px) and (max-aspect-ratio:3/4){.about-hero{flex-direction:column;align-items:center;justify-content:flex-start;text-align:center;padding-right:0;min-height:130vh}.about-text{max-width:80%;margin:0 auto 2rem auto;text-align:center}.about-bg{inset:auto 0 0 0;height:80%}.about-bg img{object-fit:contain;object-position:center bottom}}@media screen and (max-height:500px) and (orientation:landscape) and (min-width:751px){.about-hero{flex-direction:row;align-items:center;justify-content:space-between;padding:2rem 5%;text-align:left;min-height:100vh}.about-text{max-width:55%;text-align:left;margin:0;padding:2rem}.about-bg img{position:absolute;bottom:0;left:0;right:0;width:100%;height:auto;max-height:150vh;object-fit:contain;object-position:right bottom}}@media screen and (max-width:750px) and (orientation:landscape){.about-hero{flex-direction:column;align-items:center;justify-content:flex-start;text-align:left;min-height:100vh}.about-text{max-width:45%;margin:2rem 0 0 auto;text-align:right;padding:2rem 1rem;align-self:flex-end}.about-bg{inset:auto 0 0 0;height:55%}.about-bg img{object-fit:contain;object-position:center bottom;height:100%;width:auto;max-width:100%}}@keyframes aboutFadeInUp{from{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.about-text{animation:none!important;opacity:1}}.about-description p{opacity:0;transform:translateY(15px);animation:fadeInUp 0.8s ease forwards}.about-description p:nth-child(1){animation-delay:0.3s}.about-description p:nth-child(2){animation-delay:0.8s}.about-description p:nth-child(3){animation-delay:1.3s}