 @media only screen and (min-width: 0rem) {#hero-1950 {min-height: 100dvh;padding: clamp(12.5rem, 12vw, 18.75rem) 1rem clamp(3.75rem, 8vw, 6.25rem) 1rem;display: flex;align-items: flex-end;position: relative;z-index: 1;}#hero-1950 .cs-container {width: 100%;max-width: 85.5625rem;margin: 0 auto;display: flex;flex-direction: column;justify-content: flex-end;align-items: flex-end;gap: clamp(3.75rem, 13vw, 11.25rem);}#hero-1950 .cs-content {text-align: left;width: 100%;display: flex;flex-direction: column;align-items: flex-start;}#hero-1950 .cs-title {font-size: clamp(2.4375rem, 5vw, 3.8125rem);margin-bottom: 1.75rem;color: #fff;}#hero-1950 .cs-button-solid:hover {background-color: #fff;color: var(--headerColor);}#hero-1950 .cs-button-solid:hover .cs-button-arrow {filter: brightness(0) saturate(100%) invert(4%) sepia(5%) saturate(2933%) hue-rotate(170deg) brightness(96%) contrast(99%);}#hero-1950 .cs-text {font-size: clamp(1rem, 2.9vw, 1.25rem);margin-bottom: 1.25rem;color: #fff;opacity: 0.8;}#hero-1950 .cs-flex-group {max-width: 39.375rem;}#hero-1950 .cs-background {width: 100%;height: 100%;display: block;position: absolute;top: 0;left: 0;z-index: -2;}#hero-1950 .cs-background:before {content: "";width: 100%;height: 100%;background: var(--headerColor);opacity: 0.76;pointer-events: none;display: block;position: absolute;top: 0;left: 0;z-index: 1;}#hero-1950 .cs-background img {width: 100%;height: 100%;object-fit: cover;position: absolute;top: 0;left: 0;}}@media only screen and (min-width: 48rem) {#hero-1950 .cs-content {text-align: left;flex-direction: row;justify-content: space-between;align-items: flex-end;gap: 2rem;}#hero-1950 .cs-title {width: 55%;max-width: 39.375rem;margin-bottom: 0;flex: none;}}@media only screen and (min-width: 100rem) {#hero-1950 .cs-background {background: url("/assets/images/hero3.webp");background-position: center;background-size: cover;background-repeat: no-repeat;background-attachment: fixed;}#hero-1950 .cs-background img {display: none;}}@media only screen and (min-width: 0rem) {body.dark-mode #hero-1950 {background-color: rgba(0, 0, 0, 0.6);}body.dark-mode #hero-1950 .cs-text {opacity: 0.8;}body.dark-mode #hero-1950 .cs-background {background-color: #000;opacity: 0.5;}body.dark-mode #hero-1950 .cs-background img {opacity: 1;}}@media only screen and (min-width: 0rem) {#weather {padding: 2.5rem 1rem;position: relative;z-index: 0;}#weather:before {content: "";position: absolute;display: block;height: 100%;width: 100%;background: var(--primary);opacity: 0.05;top: 0;left: 0;z-index: -1;}#weather .cs-container {width: 100%;max-width: 50rem;margin: auto;}#weather .cs-card-group {width: 100%;display: grid;grid-template-columns: repeat(12, 1fr);column-gap: 1.5rem;row-gap: 1.5rem;}#weather .cs-weather-item {grid-column: span 6;display: flex;flex-direction: column;justify-content: center;align-items: center;}#weather .cs-weather-icon {width: 4rem;height: auto;display: block;}#weather .cs-weather-icon.cs-wind-icon {width: 3rem;padding: 0.5rem;box-sizing: content-box;}#weather .cs-day {font-family: var(--headerFontFamily);color: var(--headerColor);letter-spacing: var(--headerLetterSpacing);font-weight: 700;}}@media only screen and (min-width: 31.25rem) {#weather .cs-weather-item {grid-column: span 3;}}@media only screen and (min-width: 0rem) {body.dark-mode #weather {background-color: rgba(0, 0, 0, 0.2);}body.dark-mode #weather .cs-day {color: var(--bodyTextColorWhite);}body.dark-mode #weather .cs-wind-icon {filter: brightness(0) saturate(100%) invert(67%) sepia(61%) saturate(360%) hue-rotate(176deg) brightness(96%) contrast(88%);}}