.mm-etw {
    width: 100% !important;
    box-sizing: border-box !important;
    direction: rtl !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    gap: 24px !important;
    font-family: "IranyekanX" !important;
}

.mm-etw *,
.mm-etw *::before,
.mm-etw *::after {
    box-sizing: border-box !important;
    font-family: "IranyekanX" !important;
}

.mm-etw__tabs {
    width: 452px !important;
    min-width: 452px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
    margin: 0 !important;
    align-items: flex-start !important;
    justify-content: flex-end !important;
    align-self: stretch !important;
    order: 1 !important;
}

.mm-etw__tab {
    width: 452px !important;
    min-width: 452px !important;
    height: 93px !important;
    min-height: 93px !important;
    padding: 0 24px !important;
    border: 1px solid #DDDDDD !important;
    background: #FFFFFF !important;
    color: #444444 !important;
    border-radius: 55px !important;
    cursor: pointer !important;
    outline: none !important;
    box-shadow: none !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 16px !important;
    text-align: right !important;
    position: relative !important;
    overflow: hidden !important;
    transform: none !important;
    transition:
        background-color 0.35s ease !important,
        border-color 0.35s ease !important,
        box-shadow 0.35s ease !important;
}

.mm-etw__tab:hover {
    background: #101010 !important;
    border-color: #101010 !important;
    transform: none !important;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06) !important;
}

.mm-etw__tab.is-active {
    background: #101010 !important;
    border-color: #101010 !important;
    transform: none !important;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08) !important;
}

.mm-etw__tab-main {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 24px !important;
    flex: 1 1 auto !important;
    min-width: 0 !important;
}

.mm-etw__tab-number {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 auto !important;
    min-width: max-content !important;
    font-size: 30px !important;
    font-weight: 500 !important;
    line-height: 1 !important;
    color: #444444 !important;
    order: 1 !important;
    transform: none !important;
    transition: color 0.3s ease !important;
}

.mm-etw__tab-title {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    flex: 1 1 auto !important;
    min-width: 0 !important;
    font-size: 20px !important;
    font-weight: 500 !important;
    line-height: 1.6 !important;
    text-align: right !important;
    color: #444444 !important;
    order: 2 !important;
    transform: none !important;
    transition: color 0.3s ease !important;
}

.mm-etw__tab-arrow {
    width: 24px !important;
    min-width: 24px !important;
    height: 24px !important;
    display: inline-block !important;
    flex: 0 0 24px !important;
    background-image: url("../images/arrow1.svg") !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain !important;
}

.mm-etw__tab:hover .mm-etw__tab-number {
    color: #FF0101 !important;
    transform: none !important;
}

.mm-etw__tab.is-active .mm-etw__tab-number {
    color: #FF0101 !important;
    transform: none !important;
}

.mm-etw__tab:hover .mm-etw__tab-title {
    color: #FFFFFF !important;
    transform: none !important;
}

.mm-etw__tab.is-active .mm-etw__tab-title {
    color: #FFFFFF !important;
    transform: none !important;
}

.mm-etw__tab:hover .mm-etw__tab-arrow,
.mm-etw__tab.is-active .mm-etw__tab-arrow {
    background-image: url("../images/arrow2.svg") !important;
}

.mm-etw__contents {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    width: 100% !important;
    order: 2 !important;
    align-self: stretch !important;
    position: relative !important;
}

.mm-etw__panel {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    border: none !important;
    border-radius: 0 !important;
    background: transparent !important;
    padding: 0 !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transform: translateY(20px) scale(0.985) !important;
    transition:
        opacity 0.5s ease !important,
        transform 0.5s ease !important,
        visibility 0.5s ease !important;
    position: absolute !important;
    inset: 0 !important;
    will-change: opacity, transform !important;
}

.mm-etw__panel.is-active {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: translateY(0) scale(1) !important;
    position: relative !important;
    z-index: 2 !important;
}

.mm-etw__mobile-tab-heading,
.mm-etw__mobile-tab-number,
.mm-etw__mobile-tab-title {
    display: none !important;
}

.mm-etw__content-layout {
    width: 100% !important;
    height: 100% !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    gap: 24px !important;
}

.mm-etw__media-column {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    display: flex !important;
    align-items: stretch !important;
}

.mm-etw__image-wrap {
    width: 100% !important;
    height: 580px !important;
    min-height: 580px !important;
    max-height: 580px !important;
    display: flex !important;
    overflow: hidden !important;
    border-radius: 10px !important;
    transform: translateY(0) !important;
    transition:
        transform 0.5s ease !important,
        box-shadow 0.5s ease !important,
        opacity 0.5s ease !important;
    will-change: transform, box-shadow, opacity !important;
}

.mm-etw__panel.is-active .mm-etw__image-wrap {
    animation: mmEtwFadeUpImage 0.55s ease both;
}

.mm-etw__image {
    display: block !important;
    width: 100% !important;
    height: 580px !important;
    min-height: 580px !important;
    max-height: 580px !important;
    object-fit: cover !important;
    border-radius: 10px !important;
    transition: none !important;
    will-change: auto !important;
    transform: none !important;
}

.mm-etw__image-wrap:hover .mm-etw__image {
    transform: none !important;
}

.mm-etw__boxes-column {
    width: 257px !important;
    min-width: 257px !important;
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 16px !important;
    align-items: stretch !important;
    justify-content: stretch !important;
}

.mm-etw__content-box {
    width: 257px !important;
    border: none !important;
    border-radius: 20px !important;
    padding: 32px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: space-between !important;
    gap: 12px !important;
    text-align: right !important;
    overflow: hidden !important;
    flex: 1 1 0 !important;
    min-height: 0 !important;
    position: relative !important;
    transform: none !important;
    transition: none !important;
    box-shadow: none !important;
    will-change: auto !important;
}

.mm-etw__content-box::before {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    background: linear-gradient(180deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0) 55%) !important;
    pointer-events: none !important;
}

.mm-etw__panel.is-active .mm-etw__content-box--one {
    animation: mmEtwFadeUpBoxOne 0.55s ease both;
}

.mm-etw__panel.is-active .mm-etw__content-box--two {
    animation: mmEtwFadeUpBoxTwo 0.7s ease both;
}

.mm-etw__content-box:hover {
    transform: none !important;
    box-shadow: none !important;
}

.mm-etw__content-box--one {
    background: #2B2B2B !important;
}

.mm-etw__content-box--two {
    background: #FF0101 !important;
}

.mm-etw__content-item-title {
    width: 100% !important;
    margin: 0 !important;
    font-size: 24px !important;
    line-height: 1.6 !important;
    color: #FFFFFF !important;
    font-weight: 700 !important;
    text-align: right !important;
    position: relative !important;
    z-index: 1 !important;
    transition: none !important;
    will-change: auto !important;
}

.mm-etw__content-box:hover .mm-etw__content-item-title {
    transform: none !important;
}

.mm-etw__content-item-button-link {
    width: 100% !important;
    margin-top: auto !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 16px !important;
    text-decoration: none !important;
    color: #FFFFFF !important;
    position: relative !important;
    z-index: 1 !important;
    transition: none !important;
}

.mm-etw__content-item-button-link:hover,
.mm-etw__content-item-button-link:focus,
.mm-etw__content-item-button-link:active {
    text-decoration: none !important;
    color: #FFFFFF !important;
    outline: none !important;
    box-shadow: none !important;
}

.mm-etw__content-item-button-text {
    width: auto !important;
    margin-top: 0 !important;
    display: inline-block !important;
    font-size: 16px !important;
    line-height: 1.9 !important;
    color: #FFFFFF !important;
    font-weight: 400 !important;
    text-align: right !important;
    position: relative !important;
    z-index: 1 !important;
    transition: none !important;
    will-change: auto !important;
}

.mm-etw__content-box:hover .mm-etw__content-item-button-text {
    transform: none !important;
}

.mm-etw__content-item-button-link::after {
    content: "" !important;
    width: 64px !important;
    min-width: 64px !important;
    height: 64px !important;
    display: inline-block !important;
    background-image: url("../images/group33.svg") !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain !important;
    flex: 0 0 64px !important;
    transition: none !important;
}

.mm-etw__content-item-button-text::after,
.mm-etw__content-item-button-text::before {
    content: none !important;
}

@keyframes mmEtwFadeUpImage {
    from {
        opacity: 0;
        transform: translateY(22px) scale(0.985);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes mmEtwFadeUpBoxOne {
    from {
        opacity: 0;
        transform: translateY(24px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes mmEtwFadeUpBoxTwo {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}