<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.subscribe-box .top-box {
    padding: 30px 0;
    border-bottom: 1px dotted #000000;
    display: flex;
    flex-wrap: wrap;
}

.subscribe-box .top-left-box {
    width: 532px;
    height: 355px;
    margin-right: 72px;
}

.subscribe-box .top-left-box img {
    width: 100%;
}

.subscribe-box .top-right-box h1 {
    font-size: 44px;
    font-weight: 600;
    line-height: 62px;
    margin: 130px 0 0 0;
}

.subscribe-box .top-right-box p {
    font-size: 24px;
    line-height: 30px;
    margin: 3px 0 0 0;
}

.subscribe-box .bottom-box {
    padding-bottom: 108px;
}

.subscribe-box .bottom-box .title-box {
    text-align: center;
}

.subscribe-box .bottom-box .title-box h2 {
    font-size: 28px;
    font-weight: 600;
    line-height: 62px;
    margin: 30px 0 0 0;
}

.subscribe-box .bottom-box .title-box p {
    font-size: 14px;
    line-height: 20px;
    margin: 4px 0 0 0;
}

.subscribe-box .bottom-box .title-box img {
    width: 20px;
    height: 16px;
    vertical-align: middle;
    margin-top: -2px;
}

.subscribe-box .bottom-box .email-box {
    width: 449px;
    height: 75px;
    line-height: 75px;
    border: 1px solid #D9D9D9;
    text-align: center;
    font-size: 24px;
    margin: 30px auto 0;
    position: relative;
}

.subscribe-box .bottom-box .email-box input {
    width: 100%;
    text-align: center;
    height: 75px;
    outline: none;
    font-size: 100%;
}

.subscribe-box .bottom-box .email-box img {
    width: 80px;
    height: 48px;
    position: absolute;
    top: 0;
    right: -18px;
}

.subscribe-box .bottom-box .button-box {
    text-align: center;
}

.subscribe-box .bottom-box .button-box button {
    display: inline-block;
    width: 449px;
    height: 75px;
    line-height: 75px;
    background: #000000;
    color: #ffffff;
    font-size: 24px;
    margin-top: 40px;
    border: none;
}

.subscribe-box .bottom-box .button-box p {
    font-size: 14px;
    line-height: 20px;
    margin: 18px 0 0 0;
}



</pre></body></html>