
.ghome-hiw,
.ghome-hiw * {
    box-sizing: border-box;
}

.ghome-hiw {
    width: 100%;
    overflow: hidden;
    font-family: "Titillium Web", Arial, sans-serif;
}

.ghome-hiw__inner {
    width: 100%;
    margin: 0 auto;
}

.ghome-hiw__heading,
.ghome-hiw__step-title,
.ghome-hiw__timeline-copy h3 {
    font-family: "Tungsten", "Arial Narrow", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
}

.ghome-hiw__heading {
    margin: 0;
    font-size: clamp(44px, 4vw, 70px);
    line-height: .95;
}

.ghome-hiw__divider {
    display: block;
    width: 64px;
    height: 4px;
    margin: 18px 0 22px;
}

.ghome-hiw__intro {
    font-size: 20px;
    line-height: 1.45;
}

/* Horizontal process layout */
.ghome-hiw--horizontal-steps .ghome-hiw__header {
    margin: 0 auto;
    text-align: center;
}

.ghome-hiw--horizontal-steps .ghome-hiw__divider {
    margin-left: auto;
    margin-right: auto;
}

.ghome-hiw__slider {
    width: 100%;
}

.ghome-hiw__steps {
    display: grid;
    grid-template-columns: repeat(var(--ghome-hiw-count, 5), minmax(0, 1fr));
    align-items: start;
    width: 100%;
}

.ghome-hiw__step {
    position: relative;
    min-width: 0;
    padding: 0 20px;
    text-align: center;
}

.ghome-hiw__step:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 58px;
    right: -11px;
    width: 22px;
    height: 1px;
    opacity: .8;
}

.ghome-hiw__visual {
    position: relative;
    display: inline-flex;
    justify-content: center;
    margin-bottom: 22px;
}

.ghome-hiw__number {
    position: absolute;
    z-index: 2;
    top: -20px;
    left: 50%;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    transform: translateX(-50%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
    line-height: 1;
    font-weight: 700;
}

.ghome-hiw__icon {
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ghome-hiw__icon svg,
.ghome-hiw__icon i {
    width: 48%;
    height: 48%;
    font-size: 52px;
    fill: currentColor;
}

.ghome-hiw__step-title {
    margin: 0 0 14px;
    font-size: clamp(25px, 1.9vw, 34px);
    line-height: 1;
}

.ghome-hiw__description {
    max-width: 245px;
    margin: 0 auto;
    font-size: 17px;
    line-height: 1.45;
}

.ghome-hiw__arrow {
    position: absolute;
    top: 44px;
    right: -23px;
    z-index: 3;
    font-size: 42px;
    line-height: 1;
    font-family: Arial, sans-serif;
    font-weight: 300;
}

.ghome-hiw__slider-controls {
    display: none;
}

/* Split timeline */
.ghome-hiw--split-timeline {
    padding: 0 !important;
}

.ghome-hiw--split-timeline .ghome-hiw__inner {
    max-width: none !important;
}

.ghome-hiw__split {
    display: flex;
    align-items: stretch;
    width: 100%;
}

.ghome-hiw--image-left .ghome-hiw__content {
    order: 2;
}

.ghome-hiw--image-left .ghome-hiw__image {
    order: 1;
}

.ghome-hiw__content,
.ghome-hiw__image {
    min-width: 0;
}

.ghome-hiw--split-timeline .ghome-hiw__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ghome-hiw--split-timeline .ghome-hiw__heading {
    text-align: left;
}

.ghome-hiw--split-timeline .ghome-hiw__intro {
    max-width: 620px;
}

.ghome-hiw__timeline {
    margin-top: 22px;
}

.ghome-hiw__timeline-step {
    position: relative;
    display: grid;
    grid-template-columns: 48px 74px minmax(0, 1fr);
    gap: 16px;
    align-items: start;
    padding: 13px 0 20px;
}

.ghome-hiw__timeline-step:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 83px;
    top: 72px;
    bottom: -4px;
    width: 1px;
}

.ghome-hiw__timeline-number {
    width: 38px;
    height: 38px;
    margin-top: 11px;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
}

.ghome-hiw__timeline-icon {
    position: relative;
    z-index: 2;
    width: 64px;
    height: 64px;
    border: 1px solid #ddd;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ghome-hiw__timeline-icon svg,
.ghome-hiw__timeline-icon i {
    width: 33px;
    height: 33px;
    font-size: 33px;
    fill: currentColor;
}

.ghome-hiw__timeline-copy {
    padding-top: 7px;
}

.ghome-hiw__timeline-copy h3 {
    margin: 0 0 5px;
    font-size: clamp(25px, 2vw, 33px);
    line-height: 1;
}

.ghome-hiw__timeline-copy > div {
    max-width: 570px;
    font-size: 16px;
    line-height: 1.4;
}

.ghome-hiw__image {
    display: block;
    overflow: hidden;
}

.ghome-hiw__image img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: inherit;
    object-fit: cover;
}

@media (max-width: 1180px) {
    .ghome-hiw__step {
        padding-left: 12px;
        padding-right: 12px;
    }

    .ghome-hiw__step-title {
        font-size: 25px;
    }

    .ghome-hiw__description {
        font-size: 15px;
    }

    .ghome-hiw__arrow {
        right: -18px;
        font-size: 34px;
    }

    .ghome-hiw__timeline-step {
        grid-template-columns: 42px 62px minmax(0, 1fr);
    }

    .ghome-hiw__timeline-icon {
        width: 56px;
        height: 56px;
    }

    .ghome-hiw__timeline-step:not(:last-child)::after {
        left: 71px;
        top: 65px;
    }
}

@media (max-width: 900px) {
    .ghome-hiw__split {
        display: flex;
        flex-direction: column;
        min-height: 0 !important;
    }

    .ghome-hiw--mobile-content_first .ghome-hiw__content {
        order: 1 !important;
    }

    .ghome-hiw--mobile-content_first .ghome-hiw__image {
        order: 2 !important;
    }

    .ghome-hiw--mobile-image_first .ghome-hiw__image {
        order: 1 !important;
    }

    .ghome-hiw--mobile-image_first .ghome-hiw__content {
        order: 2 !important;
    }

    .ghome-hiw--split-timeline .ghome-hiw__content,
    .ghome-hiw--split-timeline .ghome-hiw__image {
        flex-basis: auto !important;
        width: 100%;
    }

    .ghome-hiw--split-timeline .ghome-hiw__image {
        height: clamp(300px, 62vw, 560px);
    }
}

@media (max-width: 767px) {
    .ghome-hiw {
        padding-left: 22px !important;
        padding-right: 22px !important;
    }

    .ghome-hiw__heading {
        font-size: clamp(43px, 13vw, 58px);
    }

    .ghome-hiw__intro {
        font-size: 17px;
    }

    .ghome-hiw--horizontal-steps .ghome-hiw__header {
        text-align: left;
    }

    .ghome-hiw--horizontal-steps .ghome-hiw__divider {
        margin-left: 0;
    }

    .ghome-hiw--mobile-swipe .ghome-hiw__steps {
        display: flex;
        gap: 16px !important;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
        overscroll-behavior-x: contain;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        padding: 22px 14vw 18px 0;
    }

    .ghome-hiw--mobile-swipe .ghome-hiw__steps::-webkit-scrollbar {
        display: none;
    }

    .ghome-hiw--mobile-swipe .ghome-hiw__step {
        flex: 0 0 76vw;
        width: 76vw;
        max-width: 340px;
        min-height: 390px;
        padding: 30px 24px;
        border: 1px solid #e4e4e4;
        background: #fff;
        scroll-snap-align: start;
        scroll-snap-stop: always;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }

    .ghome-hiw--mobile-swipe .ghome-hiw__step::after,
    .ghome-hiw--mobile-swipe .ghome-hiw__arrow {
        display: none !important;
    }

    .ghome-hiw--mobile-swipe .ghome-hiw__icon {
        width: 112px !important;
        height: 112px !important;
    }

    .ghome-hiw--mobile-swipe .ghome-hiw__description {
        max-width: none;
    }

    .ghome-hiw__slider-controls {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-top: 10px;
    }

    .ghome-hiw__swipe-label {
        margin-right: auto;
        font-size: 13px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: .04em;
        color: #666;
    }

    .ghome-hiw__slider-button {
        appearance: none;
        width: 44px;
        height: 44px;
        padding: 0;
        border: 1px solid;
        border-radius: 50%;
        background: #fff;
        font-size: 26px;
        line-height: 1;
        cursor: pointer;
    }

    .ghome-hiw__slider-button:disabled {
        opacity: .3;
        cursor: default;
    }

    .ghome-hiw--split-timeline {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .ghome-hiw--split-timeline .ghome-hiw__content {
        padding: 42px 24px !important;
    }

    .ghome-hiw__timeline-step {
        grid-template-columns: 39px 54px minmax(0, 1fr);
        gap: 12px;
    }

    .ghome-hiw__timeline-number {
        width: 34px;
        height: 34px;
        font-size: 16px;
    }

    .ghome-hiw__timeline-icon {
        width: 50px;
        height: 50px;
    }

    .ghome-hiw__timeline-icon svg,
    .ghome-hiw__timeline-icon i {
        width: 27px;
        height: 27px;
        font-size: 27px;
    }

    .ghome-hiw__timeline-step:not(:last-child)::after {
        left: 68px;
        top: 59px;
    }

    .ghome-hiw__timeline-copy h3 {
        font-size: 25px;
    }

    .ghome-hiw__timeline-copy > div {
        font-size: 15px;
    }

    .ghome-hiw--split-timeline .ghome-hiw__image {
        height: 350px;
    }
}

.ghome-hiw--horizontal-steps .ghome-hiw__steps{display:grid;grid-template-columns:repeat(var(--ghome-hiw-step-count,5),minmax(0,1fr));width:100%;}
.ghome-hiw--horizontal-steps .ghome-hiw__step{min-width:0;animation:ghomeHiwFade .65s ease both;}
.ghome-hiw--horizontal-steps .ghome-hiw__step:nth-child(2){animation-delay:.08s}
.ghome-hiw--horizontal-steps .ghome-hiw__step:nth-child(3){animation-delay:.16s}
.ghome-hiw--horizontal-steps .ghome-hiw__step:nth-child(4){animation-delay:.24s}
.ghome-hiw--horizontal-steps .ghome-hiw__step:nth-child(5){animation-delay:.32s}
@keyframes ghomeHiwFade{from{opacity:0;transform:translateY(24px)}to{opacity:1;transform:none}}
@media(max-width:767px){.ghome-hiw--horizontal-steps .ghome-hiw__steps{display:flex;}}


/* v1.3 mobile slider corrections */
@media (max-width: 767px) {
    .ghome-hiw,
    .ghome-hiw__slider {
        overflow: visible;
    }

    .ghome-hiw--mobile-swipe .ghome-hiw__steps {
        padding-top: 54px;
    }

    .ghome-hiw--mobile-swipe .ghome-hiw__step {
        overflow: visible;
    }

    .ghome-hiw--mobile-swipe .ghome-hiw__visual {
        margin-top: 0;
    }

    .ghome-hiw--mobile-swipe .ghome-hiw__number {
        top: -24px;
    }

    .ghome-hiw__slider > .ghome-hiw__slider-controls ~ .ghome-hiw__slider-controls {
        display: none !important;
    }

    .ghome-hiw__slider-controls {
        flex-wrap: nowrap;
    }
}
