.__mtlherocontainer {
    height: 90vh;
    position: relative;
}

.__mtlslidescontainer {
    position: relative;
    width: 100%;
    height: 50vh;
}

.__mtlslides {
    width: 30%;
    height: auto;
    position: absolute;
}

.__mtlherocontainer>iframe {
    width: 100%;
    height: 100%;
}

.__mtlsection {
    background: var(--mtlsectionbg) no-repeat center center /cover;
    padding: 100px 0;
    color: white;
    text-align: center;
}

.__mtlsection h1 {
    font-size: 3rem;
    font-weight: 700;
}



.__mtlmediaitemcontainer {
    margin: 0;
    padding: 0;
    justify-content: center;
}

.__mtlmediaitem {
    padding: 10px;
}

.__mtlmediacontent {
    border-radius: 25px;
    background: var(--mtlmediacontent) no-repeat center center / cover;
    border: solid 2px white;
    padding: 25px;
    color: rgb(61, 20, 107);
    width: 100%;
    aspect-ratio: 1/1;
}

.__mtlprogcontainer {
    margin: 0;
    padding: 0;
    justify-content: space-around;
}

.__mtlprogcontent {
    padding: 30px 0;
}

.__mtlprogcontent iframe {
    width: 80%;
    height: auto;
    aspect-ratio: 16/9;
    border-radius: 35px;
    border: solid 2px white;
}

.__mtlprogcontent button {
    margin: 15px 0;
    border-radius: 50px;
    padding: 7px 30px;
}

.__mtlprogtitle {
    padding: 15px 30px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.__mtlprogtitle h3 {
    border-radius: 5px;
    background: white;
    width: fit-content;
    font-weight: 700;
    color: rgb(88, 28, 255);
    padding: 10px 30px;
}

.__mtlprogtitle p {
    padding: 5px 25px;
}

.__mtlprogvideo {
    border-radius: 5px;
    background: white;
    padding: 25px;
    color: rgb(61, 20, 107);
    width: 100%;
    aspect-ratio: 16/9;
}

.__mtlbenefit {
    background: #1f036b;
    padding: 100px 0;
    color: white;
}

.__mtlbenefittitle {
    font-size: 3rem;
    font-weight: 700;
}

.__mtlbenefititemcontainer {
    padding: 15px 0;
    font-size: 1.2rem;
}

.__mtlbenefititemcontainer>div {
    padding: 0 0 5px 0
}

.__mtlbenefititemcontainer>div>img {
    width: 25px;
}

.__mtlsideimg {
    position: absolute;
    right: 15px;
    top: -150px;
    height: 720px;
}

@media screen and (min-width: 300px) {
    .__mtlherocontainer {
        width: 100vw;
        height: unset;
        aspect-ratio: 16/9;
    }

    .__mtlsection,
    .__mtlbenefit,
    .__mtlartikel {
        padding: 50px 15px;
    }

    .__mtlsection h1 {
        font-size: 2rem;
        font-weight: 700;
    }

    .__mtlsection p {
        font-size: 1.2rem;
    }

    .__mtlprogtitle {
        padding: 10px 0;
    }

    .__mtlprogtitle h3 {
        padding: 10px;
    }

    .__mtlbenefittitle {
        font-size: 24px;
        font-weight: 700;
    }

    .__mtlbenefititemcontainer {
        font-size: 16px;
    }

    .__mtlbenefititemcontainer ul {
        list-style: none;
    }

    .__mtlbenefititemcontainer ul>li {
        position: relative;
    }

    .__mtlbenefititemcontainer ul img {
        list-style: none;
        position: absolute;
        left: -25px;
        top: 7px;
        width: 15px;
        height: 15px;
    }

    .__mtlprogcontent iframe {
        width: 100%;
        height: auto;
        aspect-ratio: 1/1;
        border-radius: 15px;
        border: solid 2px white;
    }

    .__mtlsideimg {
        display: none;
    }
}

@media screen and (min-width: 600px) {
    .__mtlsection h1 {
        font-size: 3rem;
    }

    .__mtlherocontainer {
        width: 100vw;
        height: unset;
        aspect-ratio: 16/9;
    }

    .__mtlbenefittitle {
        font-size: 3rem;
    }

    .__mtlprogcontent iframe {
        aspect-ratio: 16/9;
    }

    .__mtlsideimg {
        display: none;
    }
}

@media screen and (min-width: 1024px) {
    .__mtlsection h1 {
        font-size: 3rem;
    }

    .__mtlbenefittitle {
        width: 25ch;
    }

    .__mtlsideimg {
        display: unset;
        right: 7vw;
        height: 720px;
    }
}