.ee-front-page .ee-home-guide {
    padding: 0;
    color: #123b5d;
    border-top: 1px solid #e6edef;
    background: #f7faf9;
}

.ee-front-page .ee-home-guide > .alignwide {
    width: min(var(--ee-shell), calc(100% - 40px));
    max-width: none;
    margin-inline: auto;
}

.ee-home-guide__intro {
    display: grid;
    grid-template-columns: minmax(0, 1.7fr) minmax(260px, 0.62fr);
    align-items: center;
    gap: clamp(34px, 5vw, 70px);
    padding: 48px 0 30px;
}

.ee-home-guide__header {
    max-width: 760px;
}

.ee-home-guide__header h2,
.ee-home-guide__header p {
    max-width: none;
    margin-inline: 0;
}

.ee-home-guide__header h2 {
    margin-top: 10px;
    color: #123b5d;
    font-size: 42px;
    line-height: 1.1;
    text-wrap: balance;
}

.ee-home-guide__header > p:last-child {
    max-width: 700px;
    margin-top: 15px;
    color: #526975;
    font-size: 17px;
    line-height: 1.58;
}

.ee-home-guide__promise {
    display: block;
    margin: 0;
    padding: 16px 0 16px 20px;
    border-left: 3px solid #f28c28;
    color: #526975;
    font-size: 14px;
    line-height: 1.5;
}

.ee-home-guide__promise strong,
.ee-home-guide__promise span {
    display: block;
}

.ee-home-guide__promise strong {
    margin-bottom: 5px;
    color: #123b5d;
    font-size: 17px;
}

.ee-home-guide__workspace {
    scroll-margin-top: 0;
}

.ee-home-guide__progress {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 0;
    padding: 0;
    border-top: 1px solid #d7e1e3;
    border-bottom: 1px solid #d7e1e3;
    background: transparent;
    list-style: none;
}

.ee-home-guide__progress li {
    position: relative;
    min-width: 0;
}

.ee-home-guide__progress li + li::before {
    position: absolute;
    top: 17px;
    bottom: 17px;
    left: 0;
    width: 1px;
    content: "";
    background: #d7e1e3;
}

.ee-home-guide__progress button {
    display: flex;
    width: 100%;
    min-height: 64px;
    align-items: center;
    gap: 10px;
    padding: 0 20px;
    border: 0;
    color: #5e727c;
    background: transparent;
    text-align: left;
}

.ee-home-guide__progress button::after {
    position: absolute;
    right: 20px;
    bottom: -1px;
    left: 20px;
    height: 3px;
    content: "";
    background: transparent;
}

.ee-home-guide__progress button:disabled {
    cursor: default;
    opacity: 0.68;
}

.ee-home-guide__progress button span {
    color: #d66d0e;
    font-size: 12px;
    font-weight: 850;
}

.ee-home-guide__progress button strong {
    overflow-wrap: anywhere;
    font-size: 14px;
    line-height: 1.25;
}

.ee-home-guide__progress .is-active button,
.ee-home-guide__progress .is-complete button {
    color: #123b5d;
    opacity: 1;
}

.ee-home-guide__progress .is-active button::after {
    background: #f28c28;
}

.ee-home-guide__progress .is-complete button::after {
    background: #45a29e;
}

.ee-home-guide__progress .is-complete button span {
    color: #287b78;
}

.ee-home-guide__step {
    padding: 32px 0 52px;
}

.ee-home-guide__step[hidden] {
    display: none;
}

.ee-home-guide__question {
    max-width: 820px;
    margin-bottom: 25px;
}

.ee-home-guide__question p,
.ee-home-guide__question h3,
.ee-home-guide__question span {
    display: block;
    max-width: none;
    margin: 0;
}

.ee-home-guide__question p {
    color: #d66d0e;
    font-size: 13px;
    font-weight: 800;
    text-transform: none;
}

.ee-home-guide__question h3 {
    padding-top: 7px;
    color: #123b5d;
    font-size: 29px;
    line-height: 1.16;
}

.ee-home-guide__question h3:focus {
    outline: 0;
}

.ee-home-guide__question span {
    padding-top: 9px;
    color: #526975;
    font-size: 15px;
    line-height: 1.5;
}

.ee-home-guide__choices {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin: 0;
}

.ee-home-guide__choices[data-ee-home-needs] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ee-home-guide__choices[data-ee-home-needs][data-ee-count="5"] button:last-child {
    grid-column: 1 / -1;
}

.ee-home-guide__choices button {
    position: relative;
    display: grid;
    min-width: 0;
    min-height: 132px;
    grid-template-columns: 128px minmax(0, 1fr);
    align-items: stretch;
    padding: 0;
    overflow: hidden;
    border: 1px solid #dce5e7;
    border-radius: 8px;
    color: #123b5d;
    background: #fff;
    text-align: left;
    box-shadow: 0 8px 24px rgba(18, 59, 93, 0.055);
}

.ee-home-guide__choices--profiles button {
    display: flex;
    min-height: 0;
    flex-direction: column;
}

.ee-home-guide__choices--profiles .ee-home-guide__choice-media {
    width: 100%;
    min-height: 0;
    aspect-ratio: 16 / 10;
}

.ee-home-guide__choices--profiles .ee-home-guide__choice-body {
    min-height: 96px;
    justify-content: flex-start;
    padding: 17px 38px 18px 18px;
}

.ee-home-guide__choices[data-ee-home-needs] button {
    min-height: 154px;
    grid-template-columns: 190px minmax(0, 1fr);
}

.ee-home-guide__choice-media {
    display: block;
    min-width: 0;
    min-height: 100%;
    overflow: hidden;
    background: #dfe8e7;
}

.ee-home-guide__choice-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 180ms ease;
}

.ee-home-guide__choice-body {
    display: flex;
    min-width: 0;
    flex-direction: column;
    justify-content: center;
    gap: 7px;
    padding: 17px 35px 17px 17px;
}

.ee-home-guide__choices button::after {
    position: absolute;
    right: 14px;
    bottom: 14px;
    content: "\2192";
    color: #f28c28;
    font-size: 20px;
    font-weight: 800;
}

.ee-home-guide__choices button:hover,
.ee-home-guide__choices button:focus-visible,
.ee-home-guide__choices button.is-selected {
    border-color: #e3a265;
    background: #fff;
    box-shadow: 0 14px 30px rgba(18, 59, 93, 0.12);
    transform: translateY(-2px);
}

.ee-home-guide__choices button:hover .ee-home-guide__choice-media img,
.ee-home-guide__choices button:focus-visible .ee-home-guide__choice-media img {
    transform: scale(1.035);
}

.ee-home-guide__choices button:focus-visible {
    outline: 2px solid #f28c28;
    outline-offset: 2px;
}

.ee-home-guide__choice-body strong,
.ee-home-guide__choice-description {
    display: block;
    width: 100%;
    max-width: none;
    margin: 0;
}

.ee-home-guide__choice-body strong {
    font-size: 18px;
    line-height: 1.28;
}

.ee-home-guide__choice-description {
    color: #5b707a;
    font-size: 14px;
    line-height: 1.42;
}

.ee-home-guide__back {
    min-height: 38px;
    margin: 0 0 14px;
    padding: 4px 0;
    border: 0;
    color: #123b5d;
    background: transparent;
    font-size: 14px;
    font-weight: 750;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.ee-home-guide__selection {
    display: flex;
    max-width: 820px;
    align-items: baseline;
    gap: 10px;
    margin: 0 0 22px;
    padding: 10px 13px;
    border-left: 3px solid #287b78;
    color: #123b5d;
    background: #e4efed;
}

.ee-home-guide__selection span,
.ee-home-guide__selection strong {
    margin: 0;
}

.ee-home-guide__selection span {
    flex: 0 0 auto;
    color: #287b78;
    font-size: 11px;
    font-weight: 850;
    text-transform: uppercase;
}

.ee-home-guide__selection strong {
    overflow-wrap: anywhere;
    font-size: 14px;
}

.ee-home-guide__results-copy {
    margin: -14px 0 24px;
    color: #526975;
    font-size: 15px;
}

.ee-home-guide__result-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin: 0;
}

.ee-home-guide__result {
    display: flex;
    min-width: 0;
    min-height: 390px;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid #d7e1e3;
    border-bottom: 4px solid #f28c28;
    border-radius: 7px;
    color: #123b5d;
    background: #fff;
    text-decoration: none;
    box-shadow: 0 8px 22px rgba(18, 59, 93, 0.06);
}

.ee-home-guide__result--2 {
    border-bottom-color: #287b78;
}

.ee-home-guide__result--3 {
    border-bottom-color: #123b5d;
}

.ee-home-guide__result > .ee-home-guide__choice-media {
    min-height: 0;
    aspect-ratio: 16 / 9;
}

.ee-home-guide__result-body {
    display: flex;
    min-height: 0;
    flex: 1;
    flex-direction: column;
    padding: 20px 21px;
}

.ee-home-guide__result:hover,
.ee-home-guide__result:focus-visible {
    color: #123b5d;
    box-shadow: 0 14px 30px rgba(18, 59, 93, 0.13);
    transform: translateY(-2px);
}

.ee-home-guide__result:hover .ee-home-guide__choice-media img,
.ee-home-guide__result:focus-visible .ee-home-guide__choice-media img {
    transform: scale(1.035);
}

.ee-home-guide__result:focus-visible {
    outline: 2px solid #f28c28;
    outline-offset: 2px;
}

.ee-home-guide__result small,
.ee-home-guide__result strong,
.ee-home-guide__result-body > span,
.ee-home-guide__result em {
    display: block;
    max-width: none;
    margin: 0;
}

.ee-home-guide__result small {
    color: #287b78;
    font-size: 11px;
    font-weight: 850;
    text-transform: uppercase;
}

.ee-home-guide__result strong {
    padding-top: 7px;
    font-size: 21px;
    line-height: 1.22;
}

.ee-home-guide__result-body > span {
    padding-top: 10px;
    color: #526975;
    font-size: 14px;
    line-height: 1.5;
}

.ee-home-guide__result em {
    margin-top: auto;
    padding-top: 18px;
    color: #123b5d;
    font-size: 14px;
    font-style: normal;
    font-weight: 850;
}

.ee-home-guide__advice {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-top: 24px;
    padding: 20px 0;
    border-top: 1px solid #cfdcde;
}

.ee-home-guide__advice p {
    max-width: 720px;
    margin: 0;
    color: #526975;
}

.ee-home-guide__advice strong {
    color: #123b5d;
}

.ee-home-guide__advice a {
    display: inline-flex;
    min-height: 44px;
    flex: 0 0 auto;
    align-items: center;
    padding: 10px 16px;
    border: 1px solid #123b5d;
    border-radius: 4px;
    color: #fff;
    background: #123b5d;
    font-weight: 850;
    text-decoration: none;
}

.ee-home-guide__advice a:hover,
.ee-home-guide__advice a:focus-visible {
    color: #123b5d;
    background: #fff;
}

.ee-home-guide__noscript {
    margin: 0 0 48px;
    padding: 18px;
    border: 1px solid #cfdcde;
    background: #fff;
}

@media (max-width: 980px) {
    .ee-home-guide__intro {
        grid-template-columns: minmax(0, 1fr) minmax(240px, 0.65fr);
        gap: 38px;
    }

    .ee-home-guide__choices {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ee-home-guide__result {
        min-height: 360px;
    }

    .ee-home-guide__header h2 {
        font-size: 40px;
    }
}

@media (max-width: 700px) {
    .ee-front-page .ee-home-guide > .alignwide {
        width: min(var(--ee-shell), calc(100% - 28px));
    }

    .ee-home-guide__intro {
        grid-template-columns: 1fr;
        gap: 16px;
        padding: 34px 0 24px;
    }

    .ee-home-guide__header h2 {
        font-size: 30px;
    }

    .ee-home-guide__header > p:last-child {
        margin-top: 12px;
        font-size: 15px;
    }

    .ee-home-guide__promise {
        padding: 12px 0 12px 14px;
    }

    .ee-home-guide__progress {
        padding-inline: 8px;
    }

    .ee-home-guide__progress button {
        min-height: 58px;
        gap: 6px;
        padding-inline: 7px;
    }

    .ee-home-guide__progress button::after {
        right: 7px;
        left: 7px;
    }

    .ee-home-guide__progress button strong {
        font-size: 12px;
    }

    .ee-home-guide__step {
        padding: 24px 0 34px;
    }

    .ee-home-guide__question h3 {
        font-size: 25px;
    }

    .ee-home-guide__choices,
    .ee-home-guide__choices[data-ee-home-needs] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .ee-home-guide__choices button,
    .ee-home-guide__choices[data-ee-home-needs] button {
        display: block;
        min-height: 0;
    }

    .ee-home-guide__choice-media {
        min-height: 0;
        aspect-ratio: 16 / 10;
    }

    .ee-home-guide__choice-body {
        min-height: 70px;
        justify-content: flex-start;
        padding: 12px 30px 12px 12px;
    }

    .ee-home-guide__choice-body strong {
        font-size: 14px;
    }

    .ee-home-guide__choice-description {
        display: none;
    }

    .ee-home-guide__choices button::after {
        right: 11px;
        bottom: 10px;
        font-size: 17px;
    }

    .ee-home-guide__selection {
        align-items: flex-start;
        flex-direction: column;
        gap: 3px;
    }

    .ee-home-guide__result-grid {
        grid-template-columns: 1fr;
        gap: 11px;
    }

    .ee-home-guide__result {
        display: grid;
        min-height: 0;
        grid-template-columns: 124px minmax(0, 1fr);
        border-bottom-width: 3px;
    }

    .ee-home-guide__result > .ee-home-guide__choice-media {
        height: 100%;
        min-height: 160px;
        aspect-ratio: auto;
    }

    .ee-home-guide__result-body {
        padding: 16px;
    }

    .ee-home-guide__result strong {
        font-size: 18px;
    }

    .ee-home-guide__result-body > span {
        display: none;
    }

    .ee-home-guide__result em {
        padding-top: 12px;
        font-size: 12px;
    }

    .ee-home-guide__advice {
        align-items: stretch;
        flex-direction: column;
    }

    .ee-home-guide__advice a {
        justify-content: center;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ee-home-guide__choice-media img,
    .ee-home-guide__choices button,
    .ee-home-guide__result {
        transition: none;
    }
}
