@charset "UTF-8";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}::-webkit-scrollbar{width:15px}::-webkit-scrollbar-thumb{background:var(--color-green-300);border:3px solid var(--color-gray-50)}::-webkit-scrollbar-thumb:hover{background:#92c25f}::-webkit-scrollbar-track{background:#f3f3f3}@font-face{font-family:Space Grotesk;src:url(/fonts/SpaceGrotesk/SpaceGrotesk-Regular.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Space Grotesk;src:url(/fonts/SpaceGrotesk/SpaceGrotesk-Medium.woff2) format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Space Grotesk;src:url(/fonts/SpaceGrotesk/SpaceGrotesk-Bold.woff2) format("woff2");font-weight:700;font-style:normal;font-display:swap}:root{--color-white: #ffffff;--color-green-300: #b9ff66;--color-black-900: #191a24;--color-dark-900: #191a23;--color-gray-50: #f3f3f3;--color-gray-900: #292a32;--section-margin-top: 40px;--border-radius: 24px;--bg-primary: var(--color-white);--text-color: var(--color-black-900);--btn-color: var(--color-black-900);--card-bg: var(--color-gray-50);--card-text-bg: var(--color-green-300);--font-family: "Space Grotesk", system-ui, sans-serif}html{scroll-behavior:smooth}a{color:#000}body{font-family:var(--font-family);font-size:1rem;line-height:1.5;color:var(--text-color);background:var(--bg-primary)}button{font-family:var(--font-family)}img{max-width:100%;height:auto;display:block}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.container{max-width:1240px;width:100%;padding-inline:24px;margin-inline:auto}.section-title{display:flex;flex-direction:column;align-items:center;row-gap:10px}.section-title-text{font-size:36px;font-weight:500;text-align:center}.section-title-span{border-radius:6px;padding-inline:10px;background-color:var(--color-green-300)}.section-description-text{font-size:1rem;text-align:center}@media(min-width:1024px){h1{font-size:60px}.service-title{font-size:40px}h3{font-size:30px}h4{font-size:20px}.section-title{flex-direction:row;column-gap:40px;justify-content:flex-start;width:100%}.section-description-text{max-width:580px;text-align:start;font-size:18px}}
