<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
    --green-color-1: #00a94f;
    --green-color-2: #2af780;
    --green-color-3: #005c4f;
    --green-color-4: #02403d;
    --dark-color-1: #333;
    --dark-color-2: #384957;

    --gray-color-1: #666;
    --gray-color-2: #f6f6f6;
    --gray-color-3: #EEE;
    --gray-color-4: #F9F9F9;
    --gray-color-5: #999;
    --gray-color-6: #CFCFCF;
    --gray-color-7: #C6C6C6;

    --dark-brown-color-1: #815757;
    --dark-pink-color-1: #B69393;

    --yellow: #FFF5D8;
}


.box-apply {
    margin-top: -20px;
}

._container {
    width: 100%;
    max-width: 930px;
    padding: 0 15px;
    margin: 0 auto;
    margin-bottom: 60px;
}

.section-benefit {
    width: 100%;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 32px;
    margin: 0 auto;
    flex-direction: row;

    font-size: 26px;
    line-height: 39px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    background: linear-gradient(93deg, #475967 0.52%, #34434E 100%);
    max-height: 222px;
}

.section-benefit img.banner {
    max-width: 302px;
    margin-right: 32px;
}

.section-benefit img.point {
    max-width: 115px;
}

@media screen and (max-width: 767px) {
    .section-benefit img.banner {
        max-width: 246px;
        margin: 0 auto;
        /* margin-right: 0; */
        margin-bottom: 24px;
    }
    .section-benefit {
        display: block;
        max-height: 100%;
        /* background-image: url(../img/massoversea_titanium_bg2-mobile.jpg); */
        padding: 32px 16px;
        font-size: 20px;
        border-radius: 0;
        line-height: 30px;
    }
}

.box-register .column {
    width: fit-content;
    margin: 0 auto;
    width: 328px;
    overflow: hidden;
    margin-bottom: 20px;
    text-align: left;
}

.icw .btn-link {
    background-color: var(--green-color-1);
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 40px;
    display: block;
    border-radius: 8px;
    cursor: pointer;
    width: 225px;
    margin: 16px auto 0;
    transition: .3s ease-in-out;
}

.icw .btn-link.btn-thank {
    width: 295px;
}

.icw .btn-link:hover {
    background-color: #028f44;
}

.icw .bg-gray .btn-link {
    margin: 0 auto;
}

.icw .btn-link p {
    display: inline-block;
    position: relative;
}

.icw .btn-link p::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-right: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
    transform: rotate(-45deg);
    right: -10px;
    top: 50%;
    margin-top: -5px;
}

.icw .btn-link {
    margin: 10px auto 0;
}

/*
.icw img {
    width: 100%;
}*/
</pre></body></html>