.row.row-band.cols-with-padding .cols-text {
    margin-top: 40px;
}

.row.row-band.cols-with-padding .cols-image p {
    text-align: center;
    margin-top: 20px;
}

.process .step_number {
    padding-bottom: 12px;
    font-size: 25px;
}

.process .process__content {
    margin-top: 4px;
}

.process .process__content .process__content--step .step_content--disable-auto-dot .step_content__image {
    position: relative;
}

.process .process__content .process__content--step .step_content--disable-auto-dot .step_content__image::after {
    display: none;
    position: absolute;
    content: "";
    top: 50%;
    background-color: #f0c250;
    width: 9px;
    height: 9px;
    border-radius: 50%;
}

@media only screen and (max-width: 900px) {
    .process {
        padding: 0 1rem;
    }

}

.process .process__content--step .step_header, .process .process__content--step .step_number {
    text-align: center;
}

@media only screen and (max-width: 900px) {
    .process .process__content {
        margin-top: 72px;
    }
}

.process .process__content .process__content--step .step_content .step_content__text--header--with-yellow-circle {
    position: relative;
}

@media only screen and (min-width: 1100px) {
    .process .process__content .process__content--step .step_content .step_content__text--max-height {
        padding-top: 48px;
        height: 100%;
    }

    .process .process__content .process__content--step .step_content .step_content__text--text--gap-bottom {
        padding-bottom: 72px;
    }
}

@media only screen and (max-width: 900px) {
    .process .process__content .process__content--step .step_content .step_content__text--header--with-yellow-circle::before {
        position: absolute;
        content: "";
        top: 8px;
        left: -69px;
        background-color: #f0c250;
        width: 9px;
        height: 9px;
        border-radius: 50%;
    }
}


@media only screen and (min-width: 900px) {
    .process .process__content .process__content--step .step_content--disable-auto-dot .left {
        justify-self: center;
        text-align: left;
        padding: unset;
        max-width: 522px;
        padding-right: 2rem;
    }

    .process .process__content .process__content--step .step_content--disable-auto-dot .left .step_content__text {
        padding-right: 0!important;
        width: 100% !important;
    }

    .process .process__content .process__content--step .step_content--disable-auto-dot .left .step_content__text--highlight {
        margin-left: unset;
    }

    .process .process__content .process__content--step .step_content--disable-auto-dot .left .step_content__text--highlight::before, .process .process__content .process__content--step .step_content--disable-auto-dot .left .step_content__text--highlight::after {
        display: none;
    }

    .process .process__content .process__content--step .step_content--disable-auto-dot .step_content__image::after {
        display: unset;
        right: -5px;
    }

    .process .process__content .process__content--step .step_content--disable-auto-dot .step_content__image.right::after {
        left: -5px;
    }
}

@media only screen and (max-width: 900px) {
    .process .process__content .process__content--step--disable-border {
        border-left: none;
    }

    .process .process__content .process__content--step--disable-border > *:not(.step_content--disable-auto-dot) {
        border-left: 1px solid #513c27;
    }

    .process .process__content .process__content--step--disable-border .step_content--disable-auto-dot > *:not(.step_content__image--final) {
        border-left: 1px solid #513c27;
    }

    .process .process__content .process__content--step--disable-border .step_content__image--final {
        border-left: 1px solid transparent;
    }

    .process .process__content .process__content--step--disable-border .step_content__image--final::before {
        content: "";
        position: absolute;
        left: -1px;
        top: 0%;
        height: 50%;
        width: 1px;
        background-color: #513c27;
    }

    .process .process__content .process__content--step--disable-border .step_content__image--final::after {
        display: block !important;
        left: -5px;
    }
}

@media only screen and (min-width: 900px) {
    .process .step_content .left {
        grid-column: 1;
    }

    .process .step_content .left.step_content__text {
        justify-self: right;
        padding-left: 0;
        padding-right: 8rem;
    }

    .process .step_content .left.step_content__text .step_content__text--highlight {
        margin: 0 0 30px auto!important;
    }

    .process .step_content .left.step_content__text .step_content__text--highlight:before {
        left: calc(50vw - 4rem + 4px) !important;
    }

    .process .step_content .left.step_content__text .step_content__text--highlight:after {
        left: 100% !important;
        width: calc(50vw - 8rem - 18px) !important;
    }

    .process .step_content .right {
        grid-column: 2;
    }

    .process .step_content .right.step_content__image {
        border-right: 0;
        border-left: solid 1px #513c27;
        margin-left: -1px;
        padding-right: 0;
        padding-left: 2rem;
    }
}


.process__content {
    text-align: center;
    padding: 2rem 0;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width: 900px) {
    .process__content {
        padding: 0;
        margin-top: 5rem;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }
}

.process__content .process__content--step:not(:last-child) {
    padding-bottom: 50px;
}

@media only screen and (max-width: 900px) {
    .process__content .process__content--step {
        border-left: 1px solid #4a3c31;
    }
}

.process__content .process__content--step .step_header {
    padding-left: 10%;
    padding-right: 10%;
    padding: 0 10% 48px 10%;
    margin: 0 auto;
}

@media only screen and (max-width: 900px) {
    .process__content .process__content--step .step_header {
        padding-bottom: 72px;
    }
}

.process__content .process__content--step .step_content {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

@media only screen and (max-width: 900px) {
    .process__content .process__content--step .step_content {
        grid-template-columns: 1fr;
    }
}

.process__content .process__content--step .step_content .step_content__image {
    padding-right: 2rem;
    padding-bottom: 2rem;
    border-right: solid 1px #4a3c31;
}

@media only screen and (min-width: 900px) {
    .process__content .process__content--step .step_content .step_content__image:first-of-type {
        padding-top: 2rem;
    }
}

.process__content .process__content--step .step_content .step_content__image img {
    max-width: 100%;
    width: 100%;
    object-fit: cover;
}

@media only screen and (max-width: 1100px) {
    .process__content .process__content--step .step_content .step_content__image {
        display: flex;
        align-items: center;
    }
}

@media only screen and (max-width: 900px) {
    .process__content .process__content--step .step_content .step_content__image {
        grid-row: 2;
        border-right: 0;
        justify-self: left;
        padding-left: 4rem;
        padding-right: 0;
        padding-top: 0;
    }
}

.process__content .process__content--step .step_content .step_content__text {
    padding-left: 8rem;
    text-align: left;
    align-self: center;
    justify-self: left;
}

@media only screen and (max-width: 900px) {
    .process__content .process__content--step .step_content .step_content__text {
        padding-left: 4rem;
    }
}

.process__content .process__content--step .step_content .step_content__text:first-of-type .step_content__text--header {
    margin-top: 0;
    width: 100% !important;
    max-width: 100% !important;
    font-size: 28px;
}

.process__content .process__content--step .step_content .step_content__text .step_content__text--header {
    padding-bottom: 24px;
    width: 100% !important;
    max-width: 100% !important;
    font-size: 28px;
}

.process__content .process__content--step .step_content .step_content__text .step_content__text--highlight {
    background-color: #eeebe6;
    text-align: center;
    display: inline-block;
    padding: 0.5rem 1rem;
    border-radius: 50px;
    position: relative;
    transition: background-color 0.4s;
    margin-bottom: 24px;
}

.process__content .process__content--step .step_content .step_content__text .step_content__text--highlight:before {
    background-color: #eeebe6;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    top: calc(50% - 4px);
    left: calc(-8rem - 5px);
}

.process__content .process__content--step .step_content .step_content__text .step_content__text--highlight:after {
    width: 8rem;
    top: 50%;
    left: -8rem;
    border-bottom: 1px solid #eeebe6;
    opacity: 1;
    transition: opacity 0.4s;
}

@media only screen and (max-width: 900px) {
    .process__content .process__content--step .step_content .step_content__text .step_content__text--highlight:before {
        left: calc(-4rem - 5px);
    }

    .process__content .process__content--step .step_content .step_content__text .step_content__text--highlight:after {
        width: 4rem;
        left: -4rem;
    }
}

.process__content .process__content--step .step_content .step_content__text .step_content__text--highlight:before, .process__content .process__content--step .step_content .step_content__text .step_content__text--highlight:after {
    position: absolute;
    content: "";
}

.process__content .process__content--step .step_content .step_content__text .step_content__text--highlight.active {
    background-color: #eeebe6;
}

.process__content .process__content--step .step_content .step_content__text .step_content__text--highlight.active:after {
    opacity: 1;
}

.process__content .process__content--step .step_content .step_content__text .step_content__text--text {
    padding-bottom: 2rem;
    width: 100%!important;
    max-width: 100%!important;
}

.process__content .process__content--step:last-of-type .step_content .step_content__image:last-of-type {
    padding-bottom: 0;
}

@media only screen and (max-width: 900px) {
    .process__content .process__content--step:last-of-type .step_content .step_content__image:last-of-type {
        grid-row: 4;
    }
}


.price-services p, .price-services ul {
    max-width: 100% !important;
    width: 100% !important;
}

.nav-header {
    display: none;
}

.hero {
    height: 100vh;
}

.hero .component {
    margin-bottom: 0;
}

.hero .screen-title-image-wrap {
    max-height: unset;
    height: 100vh;
}

.hero .screen-title-title h1 {
    font-size: 100px !important;
}


.offerings {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}

.offerings .offering-container {
    max-width: unset;
    width: unset;
}

.offering-container ul {
    width: 100%;
    max-width: unset;
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 24px; /* 133.333% */
    letter-spacing: 1.8px;
    text-transform: uppercase;
}

.offering-container ul li {
    margin-bottom: 10px;
}

.offering-container h2 {
    font-size: 48px;
    margin-bottom: 40px;
}

.offerings .offering-container .offering {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.offerings .offering-container .offering ul {
    width: 100%;
}

.row-band.section {
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.row-band img {
    height: 810px;
    width: 100%;
    object-fit: cover;
}

.row-band .cols-text, .row-band .cols-image {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0;
}

.row-band .cols-image p {
    margin-bottom: 0;
}

.row-band .cols-text {
    padding: 20px 64px;
}

.row-band .cols-text h2 {
    font-size: 64px;
    margin-bottom: 32px;
}

.row-band .cols-text p {
    color: #4A3C31;
    font-size: 24px;
    line-height: 133%;
    margin-bottom: 20px;
}

.body-wrapper {
    background-color: #FAF9F3;
}

@media only screen and (max-width: 990px) {
    .offerings {
        flex-wrap: wrap;
    }

    .offerings .offering-container {
        min-width: unset;
    }

    .row-band.section {
        grid-template-columns: 1fr;
    }

    .row-band.section .cols-image {
        grid-row: 1;
        margin-top: 40px;
    }

    .row-band.section .cols-image, .row-band.section .cols-text {
        padding: 0 20px;
    }

    .hero .screen-title-title h1 {
        font-size: 4rem !important;
    }
}

#footer-top {
    background-color: unset;
}

.hero.promo .hero-content, .hero.with-gutters .hero-content, .row-band {
    max-width: 1440px;
}

.hero-header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    padding: 30px;
}