
#index20 {
    box-sizing: border-box;
    padding-left: var(--container-pad);
    padding-right: var(--container-pad);
}

#index20 h2 {
    margin-bottom: 20px;
}

#index20 h2 span {
    font-size: 35px;
    color: #FF6A6B;
}

#index20 h3 {
    color: #10A5DA;
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: var(--font-size-18);
    font-weight: bolder;
}

@media (min-width: 769px) {


    #index20 h3 {
        margin-bottom: 30px;
        font-size: 30px;
    }

}

#index20.i20-break {
    --i20-ink: #211d1a;
    --i20-muted: #665d58;
    --i20-line: rgba(70, 51, 40, .13);
    display: block;
    padding: 34px 16px;
    color: var(--i20-ink);
    background: #fff8f3;
    text-align: left;
}

#index20.i20-break * {
    box-sizing: border-box;
}

#index20 .i20-shell {
    max-width: 1120px;
    margin: 0 auto;
}

#index20.i20-break h2 {
    margin: 0;
    color: var(--i20-ink);
    font-size: 28px;
    line-height: 1.16;
    font-weight: 900;
    letter-spacing: 0;
    text-align: left;
}

#index20 .i20-head > p:last-child {
    max-width: 42em;
    margin: 0;
    color: var(--i20-muted);
    font-size: var(--font-size-16);
    line-height: 1.62;
}

#index20 .i20-mobile-layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
}

#index20 .i20-feature,
#index20 .i20-points button {
    overflow: hidden;
    border: 1px solid var(--i20-line);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 8px 22px rgba(82, 41, 20, .08);
}

#index20 .i20-feature {
    position: relative;
    margin: 0;
    box-shadow: 0 14px 32px rgba(82, 41, 20, .14);
}

#index20 .i20-feature-viewport {
    overflow: hidden;
}

#index20 .i20-feature-track {
    display: flex;
}

#index20 .i20-feature-slide {
    flex: 0 0 100%;
    min-width: 0;
}

#index20 .i20-feature img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    transition: opacity .22s ease, transform .22s ease;
}

#index20 .i20-feature.is-changing img {
    opacity: .84;
    transform: scale(1.015);
}

#index20 .i20-feature figcaption {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 10px;
    display: grid;
    gap: 6px;
    padding: 12px;
    color: #fff;
    background: rgba(35, 31, 29, .76);
    border-radius: 10px;
    backdrop-filter: blur(8px);
}

#index20 .i20-feature span {
    width: fit-content;
    padding: 4px 8px;
    color: #ffe0d2;
    background: rgba(255, 255, 255, .13);
    border-radius: 999px;
    font-size: var(--font-size-14);
    font-weight: 900;
    line-height: 1.2;
}

#index20 .i20-feature strong {
    color: #fff;
    font-size: var(--font-size-18);
    line-height: 1.32;
}

#index20 .i20-points {
    display: grid;
    gap: 8px;
}

#index20 .i20-mobile-cue {
    width: fit-content;
    margin: 0;
    padding: 5px 9px;
    color: var(--clr-primary);
    background: rgba(var(--clr-primary-rgb), .08);
    border-radius: 999px;
    font-size: var(--font-size-14);
    font-weight: 800;
    line-height: 1.25;
}

#index20 .i20-points button {
    position: relative;
    display: grid;
    gap: 5px;
    margin: 0;
    padding: 13px 14px;
    color: var(--i20-muted);
    font: inherit;
    text-align: left;
    appearance: none;
    cursor: pointer;
    transition: border-color .22s ease, box-shadow .22s ease, transform .22s ease;
}

#index20 .i20-points button::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(var(--clr-primary-rgb), .11), rgba(255, 107, 53, .09));
    opacity: 0;
    transform: translateX(-10px);
    transition: opacity .22s ease, transform .22s ease;
    pointer-events: none;
}

#index20 .i20-points button b,
#index20 .i20-points button span {
    position: relative;
    z-index: 1;
}

#index20 .i20-points button:focus-visible {
    outline: 2px solid rgba(var(--clr-primary-rgb), .45);
    outline-offset: 2px;
}

#index20 .i20-points button.is-active {
    border-color: rgba(var(--clr-primary-rgb), .38);
    box-shadow: 0 8px 22px rgba(var(--clr-primary-rgb), .12);
    transform: translateY(-1px);
}

#index20 .i20-points button.is-active::before {
    opacity: 1;
    transform: translateX(0);
}

#index20 .i20-points button.is-active b {
    color: var(--clr-primary);
}

#index20 .i20-points b {
    color: var(--i20-ink);
    font-size: var(--font-size-16);
    line-height: 1.3;
}

#index20 .i20-points span {
    color: var(--i20-muted);
    font-size: var(--font-size-14);
    line-height: 1.45;
}

@media (min-width: 720px) {
    #index20.i20-break {
        padding: 56px 24px;
    }

    #index20.i20-break h2 {
        font-size: 34px;
        line-height: 1.2;
    }

    #index20 .i20-head > p:last-child {
        font-size: var(--font-size-16);
        line-height: 1.68;
    }

}
