 @media only screen and (min-width: 0rem) {#hero {text-align: left;padding: clamp(12.5rem, 31.95vw, 18.75rem) 1rem 0;padding-bottom: clamp(8.125rem, 16.5vw, 12.5rem);position: relative;z-index: 1;}#hero .cs-background {width: 100%;height: 100%;display: block;position: absolute;top: 0;left: 0;z-index: -2;}#hero .cs-background:before {content: "";width: 100%;height: 100%;background: #1a1a1a;opacity: 0.84;position: absolute;display: block;top: 0;left: 0;z-index: 1;pointer-events: none;}#hero .cs-background img {position: absolute;top: 0;left: 0;height: 100%;width: 100%;object-fit: cover;object-position: top;}#hero .button-container {display: flex;flex-direction: column;gap: 1rem;}#hero .cs-container {width: 100%;max-width: 80rem;margin: auto;}#hero .cs-content {text-align: center;width: 100%;max-width: 39.375rem;display: flex;flex-direction: column;align-items: center;}#hero .cs-title {font-size: clamp(2.4375rem, 6.4vw, 3.8125rem);font-weight: 900;line-height: 1.2em;text-align: inherit;max-width: 51.8125rem;margin: 0 auto 1rem 0;color: #fff;position: relative;}#hero .cs-text {font-size: clamp(1rem, 1.95vw, 1.25rem);line-height: 1.5em;text-align: inherit;width: 100%;max-width: clamp(29rem, 60vw, 38.785rem);margin: 0 0 2.5rem 0;color: #fff;}}@media only screen and (min-width: 48rem) {#hero .cs-content {text-align: left;align-items: flex-start;}#hero .button-container {flex-direction: row;}#hero .cs-background:before {background: linear-gradient(to right, rgba(0, 0, 0, 0.94) 0%, rgba(0, 0, 0, 0.94) 2%, rgba(0, 0, 0, 0) 100%);opacity: 1;}}@media only screen and (min-width: 0rem) {body.dark-mode #hero .cs-background:before {opacity: 0.8;}}@media only screen and (min-width: 0rem) {.services {z-index: 100;position: relative;border-radius: 0.3125em;margin: auto;margin-top: calc(-107 / 16 * 1em);max-width: 82.5em;width: 90%;}@keyframes shrink {0%, 100% {transform: scale(1) rotate(0deg);}50% {transform: scale(0) rotate(90deg);}}.services .card {box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.5);background: #fff;padding: 1.25em 1.25em;display: flex;margin: auto;margin-bottom: 1.25em;max-width: 22.3125em;width: 100%;border-radius: 0.9375em;gap: 1em;}.services .card:nth-child(1) {transition-delay: 0s;}.services .card:nth-child(2) {transition-delay: 0.2s;}.services .card:nth-child(3) {transition-delay: 0.5s;margin-bottom: 0;}.services .card:hover picture img {animation: 1 shrink 0.6s;}.services .card .cs-content {display: flex;flex-direction: column;}.services .card picture {display: flex;justify-content: center;align-items: center;border-radius: 0.9375em;margin: auto;margin-bottom: 1.4375em;background: #f2f7ff;height: 4.25em;width: 4.25em;}.services .card picture img {transition: all 0.6s;height: 3em;width: 3em;}.services .card h2 {margin-bottom: 0.65em;font-size: 1.375em;line-height: 1.35em;font-weight: 700;color: #1a1a1a;text-align: left;}.services .card p {opacity: 0.7;width: 100%;line-height: 1.33333333em;text-align: left;}.services .card:last-of-type {margin-bottom: 0;}}@media only screen and (min-width: 768px) {.services {display: flex;justify-content: center;gap: 1.25em;align-items: flex-start;width: 98%;font-size: min(1.8vw, 1em);}.services .card {margin: 0;max-width: 20.3125em;}}@media only screen and (min-width: 1300px) {.services .card {padding: 1.875em 1.5625em;max-width: 22.3125em;}}@media only screen and (min-width: 0rem) {body.dark-mode #services picture {background: var(--primaryDark);}body.dark-mode #services h3 {font-weight: bold;color: var(--headerColor);}body.dark-mode #services p {color: var(--secondary);}}