@font-face {
    font-family: 'bakso';
    src: url('https://static.bayard.io/milan-jeunesse.com/typos/baksosapi.woff2') format('woff2');
}


@font-face {
    font-family: 'Raleway';
    font-weight: normal;
    src: url('https://static.bayard.io/milan-jeunesse.com/typos/raleway-regular.woff') format('woff');
}

@font-face {
    font-family: 'Raleway-bold';
    font-weight: bold;
    src: url('https://static.bayard.io/milan-jeunesse.com/typos/raleway-bold.woff') format('woff');
}

.bakso {
    font-family: 'bakso';
    font-weight: 400;
}

.raleway {
    font-family: 'Raleway', sans-serif;
}

.my-size-12 {
    font-size: 12em;
}

.my-size-17 {
    font-size: 17em;
}

.my-size-19 {
    font-size: 19em;
    color: #000;
}

.my-size-25 {
    font-size: 25em;
}

.my-size-27 {
    font-size: 25em;
}

.my-size-36 {
    font-size: 36em;
}

.child-tablet {
    position: absolute;
    bottom: 0;
    right: 0;
    /*right: 3%;*/
    height: auto !important;
}

[data-content-type=html] {
    width: 100%;
    bottom: 0;
    right: 10%;
}

/* --- DESKTOP 1280px - 350px --- */
#home-2023-07-18 {
    font-size: 1px;


}

#home-2023-07-18 * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

#home-2023-07-18 a {
    display: block;
    padding-top: 1px;
}


#home-2023-07-18 > a {
    position: relative;
    overflow: hidden;

    display: flex;
    flex-flow: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-evenly;

    width: 100%;
    max-width: 1280px;
    margin: auto;
    height: 350px;
    max-height: 350px;

    background-color: #ffa324;

    font-family: Arial, sans-serif;
    color: inherit;
    text-decoration: none;
    line-height: normal;
}

#home-2023-07-18 .my-btn {
    display: block;
    width: min-content;

    margin: 10px auto 0;
    padding: .5em 1em;

    background-color: #FC0031;
    border-radius: .4em;

    color: #FFF;
    font-weight: bold;
    font-size: 21em;
    white-space: nowrap;
    text-transform: uppercase;

    transition: .4s;
}


#home-2023-07-18 .my-btn:hover {
    color: #000 !important;
}


#home-2023-07-18 > a > article {
    display: block;
    text-align: center;
}


#home-2023-07-18 sup {
    vertical-align: text-top;
    font-size: .7em;
}

#home-2023-07-18 > a > article > p {
    margin-bottom: .2em;

    text-align: center;
    color: #FFF;
}


#home-2023-07-18 > a > img {
    width: auto;
    height: 100%;
}

/* --- */
@media screen and (min-width: 769px) {
    .my-only-mobile,
    .my-only-tablet {
        display: none !important;
    }
}

@media screen and (min-width: 1280px ) {
    #home-2023-07-18 > a img {
        width: auto !important;
    }


}

/* --- DESKTOP 1280px - 350px --- */
@media screen and (max-width: 1279px ) {
    #home-2023-07-18 {
        font-size: calc(100vw / 1279) !important;
    }
}

@media screen and (min-width: 416px) and (max-width: 1070px ) {
    #home-2023-07-18 > a {
        height: 31vw;
    }

    #home-2023-07-18 {
        font-size: calc(90vw / 1070) !important;
    }

    #home-2023-07-18 > div:nth-of-type(2) img {
        height: 100%;
    }
}

/* --- TABLET 768px max-height 225px --- */
@media screen and (min-width: 416px) and (max-width: 768px) {
    #home-2023-07-18 {
        font-size: calc(100vw / 768) !important;
        max-height: 350px;
    }


    #home-2023-07-18 > a {
        height: 350px;
    }

    #home-2023-07-18 > a > article > img.ignore-amsrc.my-only-tablet {
        position: relative;
        z-index: 1;
        margin-right: 250em;
    }

    #home-2023-07-18 > article > p {
        font-size: 11em;
    }

    #home-2023-07-18 > img {
        height: auto;
    }


    #home-2023-07-18 .my-btn {
        margin-left: 11em;
    }

    .my-hide-on-tablet,
    .my-only-mobile,
    .my-only-desktop {
        display: none !important;
    }
}


@media screen and (min-width: 416px) and (max-width: 630px) {
    #home-2023-07-18 > a {
        height: 62vw;
    }

    #home-2023-07-18 > a > article:nth-of-type(2) > section > p {
        font-size: 21em;
    }

    #home-2023-07-18 > a > img.ignore-amsrc.my-only-tablet.child-tablet {
        width: 230em
    }
}

/* --- MOBILE max-height 350 --- */
@media screen and (max-width: 415px) {
    #home-2023-07-18 {
        font-size: calc(100vw / 415) !important;
        max-height: 350px;
    }

    #home-2023-07-18 > a {
        flex-direction: column;
        justify-content: center;
    }

    #home-2023-07-18 > a > article:nth-of-type(2) {
        flex-direction: column;
    }

    #home-2023-07-18 > a > article:nth-child(2) > img:nth-child(2) {
        position: relative;
        z-index: 1;
        width: 250em !important;
    }

    #home-2023-07-18 > a > article:nth-of-type(2) > article > section:first-of-type {
        margin-top: -40em;

        font-size: 1.2em;
        padding: 10em 20px;
    }

    #home-2023-07-18 > a > img.ignore-amsrc.my-only-mobile {
        height: auto !important;
    }

    .my-only-tablet,
    .my-only-desktop,
    .my-hide-on-mobile {
        display: none !important;
    }
}


@media screen and (max-width: 390px) {
    #home-2023-07-18 > a {
        height: 92vw;
    }
}
