.packages-pricing-one-time {
    margin-bottom: 156px;
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 1024px) {
    .packages-pricing-one-time {
        margin-bottom: 80px;
    }
}

.packages-pricing-one-time__top {
    display: grid;
    grid-template-columns: 1.627fr 1fr;
    gap: 8px;
    align-items: center;
    margin-bottom: 65px;
}

@media screen and (max-width: 767px) {
    .packages-pricing-one-time__top {
        grid-template-columns: 1fr;
    }

    .packages-pricing-one-time__top>*:last-child {
        order: 1;
    }

    .packages-pricing-one-time__top>*:first-child {
        order: 2;
    }
}

.packages-pricing-one-time__title {
    font-size: 32px;
    font-weight: 400;
    line-height: 110%;
    margin-bottom: 16px;
    background: linear-gradient(96deg, #E6E7EB -6.36%, #BDD3FA 81.94%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 1024px) {
    .packages-pricing-one-time__title {
        font-size: 24px;
    }
}

.packages-pricing-one-time__subtitle {
    font-size: 20px;
    font-weight: 400;
    line-height: 110%;
    margin-bottom: 16px;
    background: linear-gradient(96deg, #E6E7EB -6.36%, #BDD3FA 81.94%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.packages-pricing-one-time__description {
    font-size: 16px;
    font-weight: 400;
    line-height: 110%;
    background: linear-gradient(96deg, #E6E7EB -6.36%, #BDD3FA 81.94%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 1024px) {
    .packages-pricing-one-time__description {
        font-size: 14px;
    }
}

@media screen and (min-width: 768px) {
    .packages-pricing-one-time__top img {
        margin-left: auto;
    }
}

.packages-pricing-one-time__left-column >*:not(:last-child) {
    margin-bottom: 32px;
}

.packages-pricing-one-time__slider-top {
    margin-bottom: 34px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.packages-pricing-one-time__slider-top--nav-only {
    justify-content: flex-end;
}

.packages-pricing-one-time__slider-title {
    font-size: 24px;
    font-weight: 400;
    line-height: 110%;
    background: linear-gradient(96deg, #E6E7EB -6.36%, #BDD3FA 81.94%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 1024px) {
    .packages-pricing-one-time__slider-title {
        font-size: 24px;
    }
}

.packages-pricing-one-time__item {
    padding: 24px;
    border-radius: 24px;
    border: 1px solid rgba(100, 100, 102, 0.25);
    background: rgba(0, 0, 0, 0.00);
    height: 100%;
    position: relative;
    z-index: 1;
}

.packages-pricing-one-time__item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    border-radius: inherit;
}

.packages-pricing-one-time__item>*:not(:last-child) {
    margin-bottom: 24px;
}

.packages-pricing-one-time__item-subtitle {
    padding: 7px;
    border-radius: 8px;
    border: 1px solid rgba(100, 100, 102, 0.75);
    font-size: 14px;
    font-weight: 400;
    line-height: 110%;
    background: linear-gradient(96deg, #E6E7EB -6.36%, #BDD3FA 81.94%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.packages-pricing-one-time__item-title {
    font-size: 20px;
    font-weight: 400;
    line-height: 110%;
    background: linear-gradient(96deg, #E6E7EB -6.36%, #BDD3FA 81.94%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.packages-pricing-one-time__item-description {
    color: #646466;
    font-size: 16px;
    font-weight: 400;
    line-height: 110%;
}

.packages-pricing-one-time__link-wrapper {
    display: flex;
    margin-inline: auto;
    max-width: 494px;
}

.packages-pricing-one-time__link {
    padding: 14px 16px;
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 400;
    line-height: 105.735%;
    border: 1px solid #BDD3FA;
    color: #BDD3FA;
    text-decoration: none;
    width: 100%;
}

@media screen and (max-width: 767px) {
    .packages-pricing-one-time__link  {
        width: 100%;
    }
}

.packages-pricing-one-time__link-icon {
    width: 30px;
    height: 30px;
    padding: 8px;
    border-radius: 2px;
    border: 1px solid #000;
    display: block;
}

.packages-pricing-one-time__link-icon {
    border: 1px solid #BDD3FA;
}

.packages-pricing-one-time .swiper-slide {
    height: auto;
}

@media screen and (max-width: 1024px) {
    .packages-pricing-one-time .custom-slider-nav {
        display: none;
    }
}

.packages-pricing-one-time .swiper {
    margin-bottom: 24px;
}

.packages-pricing-one-time .swiper:before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 230px;
    background: linear-gradient(270deg, #09090B 8.04%, rgba(9, 9, 11, 0.00) 76.52%);
    z-index: 10;
}

@media screen and (max-width: 767px) {
    .packages-pricing-one-time .swiper:before{
        width: 75px;
    }
}

.packages-pricing-one-time__image-bg {
    position: absolute;
    top: -148px;
    right: 0;
    z-index: -1;
}

@media screen and (max-width: 1024px) {
    .packages-pricing-one-time__image-bg {
        display: none;
    }
}