
#index27 {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding-left: var(--container-pad);
    padding-right: var(--container-pad);
}

@media (max-width: 768px) {
    #index27 {
        grid-template-columns: 1fr 1fr;
        grid-template-areas: "tit tit"
        "l   r";
    }

}


#index27.i27-redesign {
    --i27-ink: #20242b;
    --i27-text: #565d68;
    --i27-muted: #8b929c;
    --i27-line: rgba(31, 41, 55, .14);
    --i27-red: var(--clr-primary);
    box-sizing: border-box;
    display: block;
    margin: 0;
    padding: 24px var(--container-pad);
    color: var(--i27-ink);
    background: #fff;
    text-align: left;
}

#index27 *,
#index27 *::before,
#index27 *::after {
    box-sizing: border-box;
}

#index27 .i27-shell {
    max-width: 1120px;
    margin: 0 auto;
}

#index27 .i27-lede p {
    margin: 0;
    color: var(--i27-text);
    font-size: var(--font-size-16);
    font-weight: 500;
    line-height: 1.92;
}

#index27 .i27-main {
    display: grid;
    gap: 14px;
    margin-top: 24px;
}

#index27 .i27-principle {
    padding: 22px 18px 22px 16px;
    background: linear-gradient(135deg, rgba(var(--clr-primary-rgb), .1), #fff 54%);
    border: 1px solid transparent;
    border-radius: 8px;
}

#index27 .i27-principle .i27-principle-header {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 3px 8px;
    align-items: start;
}

#index27 .i27-principle svg {
    grid-row: 1 / span 3;
    width: 42px;
    height: 42px;
    margin-top: 2px;
    color: var(--i27-red);
    stroke: currentColor;
    stroke-width: 2.3;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: var(--i27-red);
}

#index27 .i27-principle span {
    color: var(--i27-red);
    font-size: var(--font-size-14);
    font-weight: 900;
    line-height: 1.25;
}

#index27 h3 {
    margin: 0;
    color: var(--i27-ink);
    font-size: var(--font-size-22);
    font-weight: 900;
    line-height: 1.35;
}

#index27 p {
    margin: 0;
    color: var(--i27-text);
}

#index27 .i27-principle p {
    font-size: var(--font-size-16);
    font-weight: 500;
    line-height: 1.82;
    padding-top: 10px;
}

#index27 .i27-rules {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding-left: 0;
}

#index27 .i27-rules::before {
    position: absolute;
    top: 8px;
    bottom: 28px;
    left: 16px;
    width: 2px;
    background: var(--i27-red);
    content: "";
    display: none;
}

#index27 .i27-rules article {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    gap: 6px 12px;
    align-items: center;
    min-height: 156px;
    padding: 13px;
    background: #f7f8fa;
    border: 1px solid rgba(31, 41, 55, .08);
    border-radius: 8px;
    box-shadow: none;
}

#index27 .i27-rules article::before {
    position: absolute;
    top: 28px;
    left: -38px;
    width: 14px;
    height: 14px;
    background: #fff;
    border: 2px solid var(--i27-red);
    border-radius: 50%;
    content: "";
    display: none;
}

#index27 .i27-rules b {
    grid-row: 1 / span 2;
    display: block;
    width: auto;
    height: auto;
    color: var(--i27-red);
    background: transparent;
    border-radius: 0;
    font-family: 'DIN Alternate', Arial, sans-serif;
    font-size: var(--font-size-22);
    font-weight: 900;
    line-height: 1;
}

#index27 .i27-rules strong {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 4px 8px;
    min-width: 0;
    color: var(--i27-ink);
    font-size: var(--font-size-22);
    font-weight: 900;
    line-height: 1.25;
}

#index27 .i27-rules strong em {
    color: #cfd3d9;
    font-style: normal;
    font-size: var(--font-size-16);
    font-weight: 500;
}

#index27 .i27-rules strong span {
    min-width: 0;
    color: var(--i27-text);
    font-size: var(--font-size-16);
    font-weight: 500;
}

#index27 .i27-rules p {
    grid-column: 1;
    color: var(--i27-text);
    font-size: var(--font-size-14);
    font-weight: 500;
    line-height: 1.6;
}

#index27 .i27-rules article > svg {
    grid-column: 1;
    grid-row: auto;
    justify-self: start;
    order: -1;
    width: 31px;
    height: 31px;
    color: #242932;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
}

#index27 figure {
    margin: 0;
}

#index27 .i27-photo {
    position: relative;
    order: -1;
    display: grid;
    gap: 13px;
    margin-top: 2px;
    overflow: hidden;
    border-radius: 8px;
}

#index27 .i27-photo img {
    display: block;
    width: 100%;
    aspect-ratio: 1.18 / 1;
    object-fit: cover;
    object-position: center;
    border-radius: 8px;
}

#index27 .i27-photo 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);
}

@media (min-width: 720px) {
    #index27.i27-redesign {
        padding-top: 58px;
        padding-bottom: 58px;
    }

    #index27.i27-redesign h2 {
        max-width: none;
        font-size: 42px;
    }

    #index27 .i27-lede p {
        font-size: var(--font-size-18);
    }

    #index27 .i27-main {
        max-width: 900px;
    }

}

@media (min-width: 960px) {
    #index27 .i27-main {
        max-width: 1120px;
        grid-template-columns: 410px minmax(0, 1fr);
        align-items: start;
        gap: 28px;
    }

    #index27 .i27-principle,
    #index27 .i27-rules {
        grid-column: 2;
    }

    #index27 .i27-photo {
        grid-column: 1;
        grid-row: 1 / span 2;
        order: 0;
        margin-top: 0;
    }

    #index27 .i27-photo img {
        aspect-ratio: 4 / 5;
    }

}
