@media (max-width: 575.98px) {
    .home-info-modal-box{
        display: flex; 
        flex-direction: column; 
        align-items: flex-start; 
        width: 100%;
        margin-top: 140px; 
    }
    .home-info-modal-footer-text {
        width: 80px;
    }
}

@media (min-width: 576px) {
    .home-info-modal-box{
        display: flex; 
        flex-direction: column; 
        align-items: flex-start; 
        width: 570px;
        margin-top: 220px; 
        margin-left: 155px;
    }
    .home-info-modal-footer-text {
        width: 150px;
    }
}

.home-info-modal-close{
    width: 24px; 
    height: 24px; 
    right: 2px; 
    top: 5px; 
    position: absolute; 
    justify-content: center; 
    align-items: center; 
    display: inline-flex;
    cursor: pointer;
}

.home-info-modal-step{
    padding: 16px 8px; 
    position: relative; 
    background: white; 
    overflow: hidden; 
    border-radius: 8px; 
    flex-direction: column; 
    justify-content: flex-start; 
    align-items: flex-start; 
    gap: 10px; 
    display: none;
    width: 100%; 
    height: 335px;
    padding-left: 20px;
    padding-right: 20px;
}

:lang(en) .home-info-modal-step {
    height: 373px;
}

.home-info-modal-step:first-child {
    display: inline-flex;
}

.home-info-modal-title {
    color: #666666;
    font-size: 20px;
    font-family: Inter;
    font-weight: 700;
    word-wrap: break-word;
}

.home-info-modal-content {
    align-self: stretch;
    padding-top: 4px;
    padding-bottom: 4px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
    display: flex;
    height: 75px;
}

:lang(en) .home-info-modal-content {
    height: 100px;
}

.home-info-modal-desc {
    align-self: stretch;
    color: #666666;
    font-size: 16px;
    font-family: Inter;
    font-weight: 500;
    word-wrap: break-word;
}

.home-info-modal-banner {
    align-self: stretch;
    height: 105px;
    padding: 33px 20px;
    background: linear-gradient(90deg, #3F8DFC 0%, #1958B2 100%);
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    display: inline-flex;
}

.home-info-modal-banner-text-1 {
    color: white;
    font-size: 32px;
    font-family: Inter;
    font-weight: 700;
    word-wrap: break-word;
}

:lang(en) .home-info-modal-banner-text-1 {
    font-size: 24px;
}

.home-info-modal-banner-text-2 {
    color: white;
    font-size: 32px;
    font-family: Inter;
    font-weight: 700;
    word-wrap: break-word;
}

.home-info-modal-banner-text-3 {
    color: white;
    font-size: 24px;
    font-family: Inter;
    font-weight: 700;
    word-wrap: break-word;
}

:lang(en) .home-info-modal-banner-text-3 {
    font-size: 22px;
}

.home-info-modal-footer {
    align-self: stretch;
    flex: 1 1 0;
    justify-content: center;
    align-items: flex-end;
    display: inline-flex;
}

.home-info-modal-footer-item {
    flex: 1 1 0;
    height: 44px;
    padding-left: 16px;
    padding-right: 16px;
    background: white;
    box-shadow: 0px -0.5px 0px rgba(0, 0, 0, 0.10);
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    display: inline-flex;
}

.home-info-modal-footer-text {
    align-self: stretch;
    text-align: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    color: #2194FF;
    font-size: 16px;
    font-family: Inter;
    font-weight: 700;
    word-wrap: break-word;
}

.copy-text-input{
    color: var(---hover, #666666);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    overflow: hidden;
    width: 300px;
    height: 36px;
    border-radius: 2px;
    border: 1px solid var(---hover, #D9D9D9);
    background: #FFF;
}