
.btn-secondary {
    display: flex;
    width: 279px;
    padding: 26px 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    border: 1px solid #FFF;
    color: #FFF;
    text-align: right;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 18px */
    text-transform: uppercase;
}

.btn-secondary:hover {
    background: #2A2625;
}

.btn-primary {
    display: flex;
    width: 251px;
    padding: 26px 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    background: #0CB4CE;
    color: #FFF;
    text-align: right;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 18px */
    text-transform: uppercase;
}

.btn-primary:hover {
    background: #20C8E2;
}

.title-block {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px;
}

.title-span {
    align-self: stretch;
    color: #858585;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 21.6px */
    letter-spacing: 1px;
    text-transform: uppercase;
}

.title-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    align-self: stretch;
}

.title {
    align-self: stretch;
    text-align: center;
    font-size: 50px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%; /* 55px */
    background: linear-gradient(93deg, #FFF 2.06%, #999 72.53%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.swiper {
    width: 100%;
}

.swiper-pagination {
    height: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 !important;
    opacity: 1;
    background: rgba(255, 255, 255, 0.10);
    border: 1px solid rgba(255, 255, 255, 0.30);
    backdrop-filter: blur(2px);
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: rgba(255, 255, 255, 0.40);
    border: 1px solid rgba(255, 255, 255, 0.70);
}

.title-text {
    align-self: stretch;
    color: #858585;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 26.4px */
}

button {
    cursor: pointer;
}



button[disabled] {
    opacity: 0.8;
    cursor: not-allowed;
}

@media (min-width: 990px) and (max-width: 1439px) {
    .btn-secondary {
        width: 250px;
        height: 52px;
        padding: 26px 30px;
        font-size: 16px;
    }

    .btn-primary {
        width: 250px;
        height: 52px;
        padding: 26px 30px;
        font-size: 16px;
    }
}

@media (max-width: 989px) {

    .btn-secondary {
        width: 100%;
        height: 52px;
        padding: 26px 30px;
        font-size: 16px;
    }

    .btn-primary {
        width: 100%;
        height: 52px;
        padding: 26px 30px;
        font-size: 16px;
    }

    .title-span {
        font-size: 14px;
    }

    .title {
        font-size: 26px;
    }

    .title-text {
        font-size: 18px;
    }
}
