 @media only screen and (min-width: 0rem) {#hero {padding: var(--sectionPadding);height: fit-content;padding-top: 5rem;overflow: hidden;}#hero .cs-container {width: 100%;max-width: 34.375rem;margin: auto;display: flex;flex-direction: column;align-items: left;}#hero .cs-content {text-align: left;width: 100%;max-width: 38.625rem;display: flex;flex-direction: column;align-items: flex-start;}#hero .cs-topper {color: var(--primaryLight);}#hero .cs-title {max-width: 30ch;margin: 1rem 0;color: var(--bodyTextColorWhite);}#hero .cs-text {font-size: var(--subheadFontSize);margin-bottom: 1rem;color: white;text-shadow: 1px 1px 3px rgba(22, 0, 0, 0.39);}#hero .cs-card-group {width: 100%;max-width: 25rem;padding: 0;margin: 0;display: flex;justify-content: space-between;align-items: center;column-gap: 0.75rem;}#hero .cs-item {list-style: none;width: 32%;max-width: 9.375rem;display: flex;flex-direction: column;align-self: stretch;align-content: space-between;}#hero .cs-number {font-size: clamp(1.618rem, 1.465rem + 0.767vw, 2.375rem);line-height: 1.2em;font-weight: bold;text-align: left;color: var(--primaryLight);display: block;margin: 0 0 clamp(0.5rem, 1vw, 1rem);}#hero .cs-h3 {font-size: clamp(1rem, 2vw, 1.25rem);line-height: 1.1em;text-align: left;margin: 0 0 0;color: var(--bodyTextColorWhite);}#hero .cs-image-group {width: 100%;margin: 2.5rem 2.5rem 0 0;position: relative;order: 1;}#hero .cs-picture img {position: relative;height: auto;width: 100%;object-fit: contain;}#hero .blob {width: clamp(3.125rem, 1.989rem + 5.682vw, 6.25rem);height: clamp(3.125rem, 1.989rem + 5.682vw, 6.25rem);z-index: 0;position: absolute;background-color: var(--primary);border-radius: 100%;box-shadow: var(--boxShadow);animation: 13s bob infinite;}#hero .blob.bottom {left: -1.5rem;bottom: -2rem;z-index: 1;}#hero .blob.top {background-color: var(--secondary);right: -1rem;top: -2rem;scale: 1.35;animation: 7.75s bob infinite;}@keyframes bob {50% {transform: translateY(-0.5rem);}}#hero .cs-button-solid {margin: 2rem 0 0 0;}.custom-shape-divider-top-1709674052 {position: absolute;top: 0;left: 0;width: 100%;overflow: hidden;line-height: 0;z-index: -1;}.custom-shape-divider-top-1709674052 svg {position: relative;display: block;width: calc(100% + 200.3px);height: 750px;transform: rotateY(180deg);}.custom-shape-divider-top-1709674052 .shape-fill {fill: var(--secondaryLight);}}@media only screen and (min-width: 48rem) {#hero {margin: var(--sectionPadding);margin-left: 0;margin-right: 0;}#hero .cs-container {max-width: 80rem;flex-direction: row;justify-content: center;align-items: center;}#hero .cs-card-group {max-width: 85%;}#hero .cs-image-group {width: clamp(19.875rem, 46.9vw, 33.875rem);flex: none;order: 2;}#hero .cs-image-group:before {content: "";width: 80vw;height: 300%;top: 50%;left: auto;right: 80%;transform: translateY(-50%);}#hero .cs-picture {width: 100%;position: relative;display: block;z-index: 1;scale: 1.05;}.custom-shape-divider-top-1709674052 svg {position: relative;display: block;width: calc(100% + 5.3px);height: 750px;transform: rotateY(180deg);}}@media only screen and (min-width: 48rem) {#hero {padding-top: 1rem;}}@media only screen and (min-width: 0rem) {body.dark-mode #hero .cs-image-group:before {background-color: rgba(0, 0, 0, 0.4);}body.dark-mode #hero .custom-shape-divider-top-1709674052 .shape-fill {fill: var(--secondary);}body.dark-mode #hero .blob {box-shadow: var(--boxShadowDark);}body.dark-mode #hero .blob.top {background-color: var(--secondaryLight);}body.dark-mode #hero .blob.bottom {background-color: var(--primaryLight);}}