 @media only screen and (min-width: 0rem) {#hero-slideshow {position: relative;overflow: hidden;height: 100vh;min-height: 37.5rem;max-height: 50rem;font-family: "Roboto", "Arial", sans-serif;cursor: pointer;}.slideshow-container {position: relative;width: 100%;height: 100%;}.slide {position: absolute;top: 0;left: 0;width: 100%;height: 100%;opacity: 0;transition: opacity 0.8s ease-in-out;display: flex;align-items: center;justify-content: center;}.slide.active {opacity: 1;}.slide .slide-picture {position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: -1;}.slide .slide-picture img {width: 100%;height: 100%;object-fit: cover;object-position: center;}.slide .slide-content {position: relative;z-index: 2;text-align: center;padding: 1.5rem;background: rgba(0, 0, 0, 0.7);border-radius: 0.75rem;backdrop-filter: blur(8px);max-width: 31.25rem;margin: 0 1rem;}.slide .slide-content .cs-topper {display: block;margin-bottom: 1rem;color: var(--primary);font-size: 0.875rem;font-weight: 700;letter-spacing: 0.1em;text-transform: uppercase;}.slide .slide-content .slide-title {margin: 0;color: var(--bodyTextColorWhite);font-size: clamp(2rem, 5vw, 3rem);font-weight: 900;line-height: 1.2;}.nav-arrow {position: absolute;top: 50%;transform: translateY(-50%);z-index: 10;width: 3rem;height: 3rem;background: rgba(0, 0, 0, 0.6);border: none;border-radius: 50%;color: white;cursor: pointer;transition: all 0.3s ease;display: flex;align-items: center;justify-content: center;backdrop-filter: blur(8px);}.nav-arrow:hover {background: rgba(0, 0, 0, 0.8);transform: translateY(-50%) scale(1.1);}.nav-arrow:focus {outline: 2px solid var(--primary);outline-offset: 2px;}.nav-arrow svg {width: 1.25rem;height: 1.25rem;}.nav-prev {left: 1rem;}.nav-next {right: 1rem;}.slide-indicators {position: absolute;bottom: 5rem;left: 50%;transform: translateX(-50%);z-index: 10;display: flex;gap: 0.75rem;}.indicator {width: 0.75rem;height: 0.75rem;border: none;border-radius: 50%;background: rgba(255, 255, 255, 0.5);cursor: pointer;transition: all 0.3s ease;}.indicator.active {background: var(--primary);transform: scale(1.2);}.indicator:hover {background: rgba(255, 255, 255, 0.8);}.indicator:focus {outline: 2px solid var(--primary);outline-offset: 2px;}}@media only screen and (min-width: 48rem) {#hero-slideshow {height: 70vh;min-height: 43.75rem;max-height: 56.25rem;}.slide .slide-content {padding: 2rem 2.5rem;max-width: 37.5rem;margin: 0 2rem;}.slide .slide-content .cs-topper {font-size: 1rem;margin-bottom: 1.25rem;}.slide .slide-content .slide-title {font-size: clamp(2.5rem, 5vw, 3.5rem);}.nav-arrow {width: 3.5rem;height: 3.5rem;}.nav-arrow svg {width: 1.5rem;height: 1.5rem;}.nav-prev {left: 2rem;}.nav-next {right: 2rem;}.slide-indicators {gap: 1rem;}.indicator {width: 0.875rem;height: 0.875rem;}}@media only screen and (min-width: 64rem) {.slide .slide-content {padding: 2.5rem 3rem;max-width: 43.75rem;margin: 0 3rem;}.slide .slide-content .slide-title {font-size: clamp(3rem, 5vw, 4rem);}.nav-arrow {width: 4rem;height: 4rem;}.nav-arrow svg {width: 1.75rem;height: 1.75rem;}.nav-prev {left: 3rem;}.nav-next {right: 3rem;}}@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: -3em;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;}.services .card h2 {height: 2.5em;}}@media only screen and (min-width: 985px) {.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;}.services .card h2 {height: 1em;}}@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;}}