 @media only screen and (min-width: 0rem) {#hero {z-index: 1;position: relative;overflow: hidden;padding: 0 1rem;padding-bottom: 6.25rem;font-family: "Roboto", "Arial", sans-serif;text-align: center;}#hero .cs-picture {z-index: -2;position: absolute;top: 0;left: 0;display: block;height: 100%;width: 100%;}#hero .cs-picture img {position: absolute;top: 0;left: 0;height: 100%;width: 100%;object-fit: cover;}#hero .cs-picture:before {z-index: 1;position: absolute;top: 0;left: 0;content: "";opacity: 0.7;display: block;background: #000;height: 100%;width: 100%;pointer-events: none;}#hero .cs-container {position: relative;margin: auto;max-width: 80em;width: 100%;padding: clamp(9em, 25.95vw, 17.5em) 0;}#hero .cs-container:before {position: absolute;top: 0;left: 0;content: "";opacity: 1;display: block;background: -moz-linear-gradient(top, rgba(250, 251, 252, 0.5) 0%, rgba(250, 251, 252, 0) 100%);background: -webkit-linear-gradient(top, rgba(250, 251, 252, 0.5) 0%, rgba(250, 251, 252, 0) 100%);height: 100%;width: 1px;}#hero .cs-flex-group {display: flex;flex-wrap: wrap;justify-content: center;align-items: flex-start;margin: auto;margin-bottom: clamp(3.75em, 15.5vw, 13.75em);max-width: clamp(29em, 60vw, 35.125em);width: 80vw;box-sizing: border-box;}#hero .cs-topper {margin-bottom: 1rem;color: var(--primary);text-align: center;}#hero .cs-title {width: 100%;color: var(--bodyTextColorWhite);text-align: center;}#hero .cs-text {margin: 0 auto clamp(2rem, 4vw, 2.5rem) 0;margin-bottom: clamp(2.5rem, 4vw, 3rem);color: var(--bodyTextColorWhite);text-align: center;}#hero .cs-button-solid {margin-bottom: 1rem;height: initial;line-height: clamp(2.875em, 5.5vw, 3.5em);}#hero .cs-button-transparent {z-index: 1;position: relative;display: inline-flex;justify-content: center;align-items: center;border: 1px solid var(--bodyTextColorWhite);margin: 0 0.5rem;background-color: transparent;height: clamp(2.875em, 5.5vw, 3.5em);width: 11.25rem;box-sizing: border-box;padding: 0;text-decoration: none;font-size: 1rem;line-height: clamp(2.875em, 5.5vw, 3.5em);font-weight: 700;color: #fff;}#hero .cs-button-transparent .cs-img {display: block;margin-right: 0.75rem;}#hero .cs-button-transparent:before {z-index: -1;position: absolute;top: -1px;bottom: -1px;left: -1px;right: -1px;content: "";opacity: 1;transform: scaleX(0);display: block;background: #000;transition: transform 0.3s;transform-origin: left;}#hero .cs-button-transparent:hover:before {transform: scaleX(1);}}@media only screen and (min-width: 48rem) {#hero {padding: 0 clamp(2em, 5vw, 2.5em);}#hero .cs-container {padding: clamp(7em, 27.95vw, 17.5em) 0 clamp(9em, 30.95vw, 23.5em) 0;}#hero .cs-container:after {position: absolute;top: 0;right: 0;content: "";opacity: 1;display: block;background: -moz-linear-gradient(top, rgba(250, 251, 252, 0) 0%, rgba(250, 251, 252, 0.5) 100%);background: -webkit-linear-gradient(top, rgba(250, 251, 252, 0) 0%, rgba(250, 251, 252, 0.5) 100%);height: 100%;width: 1px;}#hero .cs-button-solid {margin-right: 1.25rem;margin-bottom: 0;}}@media only screen and (min-width: 81.25em) {#hero {background: url("/assets/images/landing.jpg");background-position: center;background-size: cover;background-repeat: no-repeat;background-attachment: fixed;}}@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-top: 0.375em solid var(--primary);border-radius: 0.3125em;margin: auto;margin-top: -10.4375em;margin-bottom: 3.125em;background: #fff;max-width: 82.5em;width: 90%;padding: 3.125em 1.25em;box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.05);}.services .card {display: block;margin: auto;margin-bottom: 3.125em;max-width: 22.3125em;width: 100%;}.services .card picture {display: flex;justify-content: center;align-items: center;border-radius: 50%;margin: auto;margin-bottom: 1.4375em;background: var(--primary);height: 5.5em;width: 5.5em;}.services .card picture img {height: 3em;width: 3em;}.services .card h2 {margin-bottom: 0.65em;font-size: 2em;line-height: 1.35em;font-weight: 700;color: #1a1a1a;text-align: center;}.services .card p {opacity: 0.7;width: 100%;line-height: 1.3333333333em;text-align: center;}.services .card:last-of-type {margin-bottom: 0;}}@media only screen and (min-width: 768px) {.services {display: flex;justify-content: space-between;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 {padding: 3.125em 5em;}.services .card {max-width: 22.3125em;}}@media only screen and (min-width: 0rem) {body.dark-mode #services {background: var(--medium);}body.dark-mode #services picture {background: var(--primaryDark);}body.dark-mode #services h2 {font-weight: bold;color: #fff;}}