.fotona-starwalker-maqx {
    padding: 88px 0;
    background-color: #EFEFEF;
    color: var(--color-black);
}

.fotona-starwalker-maqx .heading {
    padding-bottom: 30px;
    display: flex;
    justify-content: space-between;
}

.fotona-starwalker-maqx .heading .col-lg-9 {
    width: 75%;
}

.fotona-starwalker-maqx .heading span.text-14 {
    font-weight: var(--weight-medium);
    font-family: var(--font-medium);
    letter-spacing: 0.015em;
    margin-bottom: 12px;
    color: rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    display: block;
}

.fotona-starwalker-maqx .heading .col-lg-3 {
    width: 25%;
    text-align: right;
    align-self: flex-end;
}

.fotona-starwalker-maqx .heading .slick-arrow {
    border: 1px solid #00000014;
    width: 48px;
    height: 48px;
    background: transparent;
    box-shadow: none;
    border-radius: 100px;
    font-size: 0;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.fotona-starwalker-maqx .heading .slick-arrow.slick-next {
    margin-left: 12px;
}

.fotona-starwalker-maqx .heading .slick-arrow.slick-disabled {
    pointer-events: none;
    opacity: 0.3;
}

.fotona-starwalker-maqx .heading .slick-arrow:hover {
    border-color: #FF0000;
    background-color: #FF0000;
}

.fotona-starwalker-maqx .heading .slick-arrow:hover svg path {
    stroke: #ffffff;
}

.fotona-starwalker-maqx .slick-list {
    margin: 0 -8px;
}

.fotona-starwalker-maqx .slick-list .slick-track {
    display: flex;
    margin: 0;
}

.fotona-starwalker-maqx .items {
    border-top: 1px solid #0000001F;
    padding-top: 24px;
    opacity: 0;
    visibility: hidden;
    outline: 0;
}

.fotona-starwalker-maqx .items.slick-initialized {
    opacity: 1;
    visibility: visible;
}

.fotona-starwalker-maqx .items .slick-slide {
    margin: 0 8px;
    display: flex;
    height: initial;
}

.fotona-starwalker-maqx .items .slick-slide>div {
    display: flex;
    width: 100%;
}

.fotona-starwalker-maqx .items .item {
    border-radius: 16px;
    padding: 32px 24px 24px;
    height: inherit;
    background: var(--color-white);
    min-height: 290px;
    position: relative;
    transition: all 200ms ease-out;
}
.fotona-starwalker-maqx .items .item:hover{
    background: #F8F8F8;   
}

.fotona-starwalker-maqx .items .item .item-img {
    margin-bottom: 12px;
    position: relative;
    overflow: hidden;
    width: 110px;
    mix-blend-mode: darken;
}

.fotona-starwalker-maqx .items .item .item-img::after {
    content: "";
    display: block;
    padding-bottom: 83.64%;
}

.fotona-starwalker-maqx .items .item .item-img img {
    position: absolute;
    top: 0;
    left: 0;
    /* width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center; */
    bottom: 0;
    right: 0;
    margin: auto;
    max-height: 92px;
    height: auto;
    width: auto;
}

.fotona-starwalker-maqx .items .item h5 {
    margin-bottom: 12px;
    letter-spacing: -0.04em;
}

.fotona-starwalker-maqx .items .item h5 a {
    display: inline-block;
    padding: 0;
    transition: none;
    background: transparent;
}

.fotona-starwalker-maqx .items .item h5 .stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
}

.fotona-starwalker-maqx .items .item .text-14 {
    color: rgba(0, 0, 0, 0.6);
    letter-spacing: -0.01em;
    line-height: 20px;
    display: block;
}

.fotona-starwalker-maqx h2 {
    margin-bottom: 0;
    text-transform: uppercase;
}

.fotona-starwalker-maqx .tw-list {
    display: flex;
    flex-wrap: wrap;
    column-gap: 48px;
}

.fotona-starwalker-maqx .tw-list li {
    border-top: 1px solid #DFDFDF;
    color: #7D7D7D;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: -0.14px;
    margin: 0;
    position: relative;
    padding: 0;
    width: calc(50% - 24px);
}

.fotona-starwalker-maqx .tw-list li h3 {
    color: #000000;
    font-weight: 500;
    letter-spacing: -0.24px;
    line-height: 130%;
}

.fotona-starwalker-maqx .tw-list li h3 br {
    display: none;
}

.fotona-starwalker-maqx .tw-list li .tw-author span {
    display: inline-block;
    text-transform: uppercase;
    position: relative;
    padding-right: 9px;
    margin-right: 6px;
}

.fotona-starwalker-maqx .tw-list li .tw-author span:last-child {
    margin-right: 0;
    padding-right: 0;
}

.fotona-starwalker-maqx .tw-list li .tw-author span:last-child:after {
    content: normal;
}

.fotona-starwalker-maqx .tw-list li .tw-author span:after {
    background: #E2E2E2;
    content: '';
    display: block;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    height: 14px;
    width: 1px;
}

.fotona-starwalker-maqx .tw-list li .arrow-link {
    padding: 5px;
}

.fotona-starwalker-maqx img {
    border-radius: 20px;
    display: block;
}

@media (max-width: 992px) {
    .fotona-starwalker-maqx {
        padding: 48px 0;
    }
    .fotona-starwalker-maqx .heading {
        display: block;
    }
    .fotona-starwalker-maqx h2 {
        margin-bottom: 16px;
    }
    
    .fotona-starwalker-maqx .heading .col-lg-9 {
        width: 100%;
    }
    .fotona-starwalker-maqx .heading .col-lg-3 {
        width: 100%;
        text-align: left;
    }
    .fotona-starwalker-maqx .tw-list li {
        width: 100%;
    }
}

@media (max-width: 1200px) {
    .fotona-starwalker-maqx .tw-list li h3 br {
        display: none;
    }
}