html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  font-family: "Montserrat", sans-serif;
}
.mxd-logo img {
  width: 173px;
}
.bg-accent {
    background-color: #f5ecdc;
}
.mxd-hero-09 {
    background-size: cover;
    background-position: center;
}
.hero-09-headline__title h1,
.hero-09-headline__caption p,
.mxd-hero-09 .btn-caption,
.ph-bold.ph-arrow-elbow-right-down:before {
    color: #fff;
}
.mxd-container.grid-container.custom-banner {
    background-size: cover;
    background-position: center;
    padding-block: 20dvh;
    position: relative;
}
.mxd-container.grid-container.custom-banner p {
    color: #fff!important;
}
.mxd-container.grid-container.custom-banner:before {
    content: '';
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    z-index: 1;
}
.mxd-container.grid-container.custom-banner .mxd-block {
    position: relative;
    z-index: 1;
}
::-webkit-scrollbar-thumb {
  background-color: #000;
}
.mxd-services-stack__title h3 {
    font-size: 3rem;
}
.hero-09-headline__caption {
    max-width: none;
    margin-bottom: 0;
}
.hero-09-headline__caption {
    margin-left: 8px;
}
.no-touch .btn-line-headline:hover {
    color: #42964b;
}
.mxd-header {
    position: fixed;
    top: 0;
    opacity: 1 !important;
    transform: none !important;
}
.mxd-header.is-hidden {
    padding-top: 16px;
}
.mxd-header:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: -50%;
    width: 200%;
    height: calc(100% + 16px);
    opacity: 0;
    transition: all var(--_animspeed-medium) var(--_animbezier);
}
.mxd-header.is-hidden:before {
    background-color: #fff;
    opacity: 1;
}
.inner-headline__title,
.mxd-services-stack__title h3 {
    color: #206107;
}
.tag-outline {
    border-color: #206107;
    color: #206107;
}
@media only screen and (min-width: 1200px) {
    .mxd-services-stack__title h3 {
        font-size: 4rem;
    }
}
@media only screen and (min-width: 1600px) {
    .mxd-services-stack__title h3 {
        font-size: 7rem;
    }
    .footer-blocks__column {
        height: 320px;
    }
    .hero-09-headline__caption {
        margin-left: 12px;
    }
}
@media (min-width: 768px) {
    .mxd-header.is-hidden .mxd-header__controls {
        padding-top: 8px;
    }
    .mxd-logo img {
        width: 320px;
    }
    .marquee__text {
        font-size: 6rem;
    }
}
@media (max-width: 767px) {
    .mxd-header {
        width: calc(100% - 6rem);
    }
    .mxd-hero-09 {
        background-size: cover;
        background-position: center;
        height: 100dvh;
    }
    .mxd-section.padding-grid-pre-mtext {
        padding-bottom: 0rem;
    }
    .marquee__text {
        font-size: 2rem;
    }
    .services-stack {
        height: 100dvh;
    }
    .mxd-services-stack__inner p {
        display: none;
        visibility: hidden;
    }
    .mxd-footer {
        padding-bottom: 96px;
    }
}