*
{
    margin: 0;
    padding: 0;
}

.mrm_home_00 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: calc(100vw - 300px);
    height: auto;
    background-color: #ffffff;
}

.mrm_home_01 {
    position: relative;
    width: 100%;
    height: 70vh;
    margin-bottom: 3%;
}

.mrm_home_02 {
    position: relative;
    top: 0;
    display: block;
    width: 100%;
    height: auto;
    background-color: #1B316A;
}

.mrm_home_03 {
    position: relative;
    top: 0%;
    left: 50%;
    translate: -50% -50%;
    display: flex;
    justify-content: left;
    width: 40%;
    height: 85px;
    border-style: solid;
    border-color: #ffffff;
    border-radius: 40px;
    background-color: rgba(255, 255, 255, 0.95);
}

.mrm_home_04 {
    all: unset;
    width: calc(100% - 70px);
    margin-left: 5%;
    font-family: 'IBM Plex Sans Condensed', sans-serif;
    font-size: 25pt;
    font-weight: 400;
    line-height: 3;
    text-align: left;
    color: #333333;
}

.mrm_home_04::placeholder {
    color: #333333;
    opacity: 0.5;
    }

.mrm_home_05 {
    width: 70px;
    height: auto;
    color: transparent;
    border-style: none;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    cursor: pointer;

}

.mrm_home_06 {
    position: relative;
    top: 0;
    font-family: 'IBM Plex Sans Condensed', sans-serif;
    font-size: 15pt;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
    color: #ffffff;
}

h1,h2 {
    font-weight: 400;
}

.mrm_home_07 {
    position: relative;
    top: 0px;
    left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    display: inline-block;
    width: 100%;
    height: auto;
    background-color: #2755A6;
}

.mrm_home_08 {
    position: relative;
    margin-left: 20%;
    margin-right: 10px;
    width: 120px;
    height: auto;
}

.mrm_home_09 {
    position: relative;
    display: inline-block;
    width: 300px;
    height: auto;
    font-family: 'IBM Plex Sans Condensed', sans-serif;
    font-size: 15pt;
    font-weight: 400;
    line-height: 1.2;
    text-align: left;
    color: #ffffff;
}

.mrm_home_10 {
    position: relative;
    left: 50%;
    translate: -50%;
    padding-top: 3%;
    padding-bottom: 7%;
    width: 60%;
    height: auto;
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 15pt;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    color: #333333;
    background-color: #ffffff;
    animation-name: fade_in;
    animation-duration: 0.7s;
}

.mrm_home_10a {
    position: relative;
    left: 50%;
    translate: -50%;
    padding-top: 3%;
    padding-bottom: 7%;
    display: none;
    width: 60%;
    height: auto;
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 15pt;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    color: #333333;
    background-color: #ffffff;
    animation-name: fade_in;
    animation-duration: 0.7s;
}

@keyframes fade_in {
    0% { opacity: 0; }
    100% { opacity: 1; }
}

.mrm_home_11 {
    position: relative;
    left: 50%;
    translate: -50%;
    padding-top: 2%;
    display: inline-block;
    width: 60%;
    height: auto;
    font-family: 'IBM Plex Sans Condensed', sans-serif;
    font-size: 15pt;
    font-weight: 500;
    line-height: 1.5;
    text-align: right;
    color: #999999;
    background-color: #ffffff;
}

.mrm_home_12 {
    position: relative;
    width: auto;
    height: auto;
    font-family: 'IBM Plex Sans Condensed', sans-serif;
    font-size: 15pt;
    font-weight: 400;
    line-height:center;
    border-style: none;
    color: #999999;
    background-color: #ffffff;
    cursor: pointer;
}

.mrm_home_12:hover {
    color: #4F9DE0;
}

.mrm_home_12:focus {
    color: #2755A6;
}

.mrm_home_ad_01 {
    position: relative;
    top: 0px;
    left: 0px;
    padding-top: 1%;
    padding-bottom: 1%;
    display: inline-block;
    width: 100%;
    height: auto;
    text-align: center;
    background-color: #1B316A;
}

.mrm_home_ad_80s {
    position: relative;
    top: 0px;
    display: inline-block;
    width: 45%;
    height: auto;
}

.mrm_soundwave_play {
    position: relative;
    top: 0px;
    left: 50%;
    translate: -50%;
    padding-top: 30px;
    padding-bottom: 30px;
    width: 80px;
    height: 80px;
    cursor: pointer;
    animation-name: fade_in;
    animation-duration: 0.7s;
}

.mrm_soundwave_pause {
    display: none;
    position: relative;
    top: 0px;
    left: 50%;
    translate: -50%;
    padding-top: 30px;
    padding-bottom: 30px;
    width: 80px;
    height: 80px;
    cursor: pointer;
    animation-name: fade_in;
    animation-duration: 0.7s;
}

@media screen and (max-width: 1024px) {
    .mrm_home_00 {
        position: absolute;
        top: 40px;
        right: 0;
        z-index: 1;
        width: 100vw;
        height: auto;
        background-color: #ffffff;
    }

    .mrm_home_01 {
        position: relative;
        width: 100%;
        height: 55vh;
        background-repeat: no-repeat;
        background-size: auto 100%;
        background-position: center;
    }

    .mrm_home_02 {
        position: relative;
        top: 0;
        display: block;
        width: 100%;
        height: auto;
        background-color: #1B316A;
    }

    .mrm_home_03 {
        position: relative;
        top: 0%;
        left: 50%;
        translate: -50% -50%;
        display: flex;
        justify-content: left;
        width: 80%;
        height: 50px;
        border-style: solid;
        border-color: #ffffff;
        border-radius: 40px;
        background-color: rgba(255, 255, 255, 0.95);
        cursor: pointer;
    }

    .mrm_home_04 {
        all: unset;
        width: calc(100% - 70px);
        margin-left: 5%;
        font-family: 'IBM Plex Sans Condensed', sans-serif;
        font-size: 20pt;
        font-weight: 400;
        line-height: 1;
        text-align: left;
        color: #333333;
    }

    ::placeholder {
        color: #333333;
        opacity: 0.5;
        }

    .mrm_home_05 {
        width: 70px;
        height: auto;
    }

    .mrm_home_06 {
        position: relative;
        top: 0;
        font-family: 'IBM Plex Sans Condensed', sans-serif;
        font-size: 13pt;
        font-weight: 400;
        line-height: 1.2;
        text-align: center;
        color: #ffffff;
    }

    h1,h2 {
        font-weight: 400;
    }

    .mrm_home_07 {
        position: relative;
        top: 0px;
        left: 0px;
        padding-top: 13px;
        padding-bottom: 13px;
        display: inline-block;
        width: 100%;
        height: auto;
        background-color: #2755A6;
    }

    .mrm_home_08 {
        position: relative;
        margin-left: 10%;
        margin-right: 10px;
        width: 80px;
        height: auto;
    }

    .mrm_home_09 {
        position: relative;
        display: inline-block;
        width: 180px;
        height: auto;
        font-family: 'IBM Plex Sans Condensed', sans-serif;
        font-size: 15pt;
        font-weight: 400;
        line-height: 1.2;
        text-align: left;
        color: #ffffff;
    }

    .mrm_home_10 {
        position: relative;
        left: 50%;
        translate: -50%;
        padding-top: 5%;
        padding-bottom: 11%;
        width: 80%;
        height: auto;
        font-family: 'IBM Plex Sans', sans-serif;
        font-size: 15pt;
        font-weight: 400;
        line-height: 1.5;
        text-align: left;
        color: #333333;
        background-color: #ffffff;
        animation-name: fade_in;
        animation-duration: 0.7s;
    }

    .mrm_home_10a {
        position: relative;
        left: 50%;
        translate: -50%;
        padding-top: 5%;
        padding-bottom: 11%;
        display: none;
        width: 80%;
        height: auto;
        font-family: 'IBM Plex Sans', sans-serif;
        font-size: 15pt;
        font-weight: 400;
        line-height: 1.5;
        text-align: left;
        color: #333333;
        background-color: #ffffff;
        animation-name: fade_in;
        animation-duration: 0.7s;
    }

    .mrm_home_11 {
        position: relative;
        left: 50%;
        translate: -50%;
        padding-top: 7%;
        display: inline-block;
        width: 80%;
        height: auto;
        font-family: 'IBM Plex Sans Condensed', sans-serif;
        font-size: 15pt;
        font-weight: 500;
        line-height: 1.5;
        text-align: right;
        color: #999999;
        background-color: #ffffff;
    }

    .mrm_home_12 {
        position: relative;
        width: auto;
        height: auto;
        font-family: 'IBM Plex Sans Condensed', sans-serif;
        font-size: 15pt;
        font-weight: 400;
        line-height:center;
        border-style: none;
        color: #999999;
        background-color: #ffffff;
        cursor: pointer;
    }

    .mrm_home_12:hover {
        color: #4F9DE0;
    }

    .mrm_home_12:focus {
        color: #2755A6;
    }

    .mrm_home_ad_01 {
        position: relative;
        top: 0px;
        left: 0px;
        padding-top: 3%;
        padding-bottom: 3%;
        display: inline-block;
        width: 100%;
        height: auto;
        text-align: center;
        background-color: #1B316A;
    }

    .mrm_home_ad_80s {
        position: relative;
        top: 0px;
        display: inline-block;
        width: 90%;
        height: auto;
    }
}
