*{
    box-sizing: border-box !important;
}
body.active {
    overflow: hidden;
}

.mr-0 {
    margin-right: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-2 {
    margin-bottom: 24px !important;
}

.red {
    color: #D02025 !important;
}

.show-xs {
    display: none;
}

.table {
    border-collapse: collapse;
    width: 100%;
    margin-top: 8px;
    margin-bottom: 24px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.05em;
}

.table th {
    border-right: 1px solid #ddd;
    padding: 8px 16px;
    background-color: #333;
    color: #fff;
    text-align: center;
}

.table tr th:first-child {
    border-top-left-radius: 8px;
}

.table tr th:last-child {
    border-top-right-radius: 8px;
    border-right: none;
}

.table td {
    border: 1px solid transparent;
    padding: 16px;
    color: #333;
}

.table tr:nth-child(even) {
    background-color: #f5f5f5;
}

.modal-mask {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.50);
    z-index: 9999999;
    display: none;
    align-items: center;
    justify-content: center;
}

.modal-mask.active {
    display: flex;
}

.modal-box {
    width: calc(100% - 40px);
    max-width: 680px;
    border-radius: 20px;
    background-color: #fff;   
    position: relative;
    padding-top: 24px;
}
.modal-box::before {
    content: '';
    width:100%;
    height: 24px;
    background-color: #D70D18;
    position: absolute;
    top: 0;
    left: 0;
    border-radius:20px 20px 0 0 ;
}
.modal-mask.active .modal-box {
    animation: fadeUp 0.5s forwards cubic-bezier(0.075, 0.82, 0.165, 1);
}

@keyframes fadeUp {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.close-btn {
    width: 24px;
    height: 24px;
    display: inline-block;
    background-image: url(../images/close.svg);
    background-size: 24px;
    position: absolute;
    right: 40px;
    top: 40px;
    z-index: 3;
}

.modal-header {
    padding: 20px 64px 20px 40px;
    color: #333;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.03em;
}

.modal-body {
    padding: 0 30px 40px 40px;
}

.modal-content {
    max-height: 60dvh;
    overflow: auto;
    color: #1B1B1B;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.05em;
    padding-right: 10px;
}

.modal-content .note {
    color: #6B6B6B;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.05em;
    margin-top: 4px;
}

.modal-content p {
    margin-bottom: 24px;
}
.modal-content a{
    color: #1B1B1B;
    text-decoration: underline;
}
.modal-content h5 {
    color: #D02025;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.08em;
    margin-bottom: 8px;
}

.modal-content ul {
    list-style-type: disc;
    padding-left: 1.6em;
}

.modal-content ol {
    list-style-type: decimal;
    padding-left: 1.6em;
}
.modal-content ol.tw {
    list-style-type:cjk-ideographic; 
    padding-left: 1.6em;
}
.modal-content ol.tw li{
    margin-bottom: 1.5rem;
}
.modal-content .sub-line{
    text-indent: 2em;
}
.button-prev {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #1B1B1B;
    background-image: url(../images/prev.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 24px;
    position: absolute;
    top: 50%;
    left: -74px;
    margin-top: -25px;
    z-index: 9;
    cursor: pointer;
}

.button-next {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #1B1B1B;
    background-image: url(../images/next.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 24px;
    position: absolute;
    top: 50%;
    right: -74px;
    margin-top: -25px;
    z-index: 9;
    cursor: pointer;
}

.button-prev.swiper-button-disabled,
.button-next.swiper-button-disabled {
    background-color: rgba(27, 27, 27, 0.50);
    cursor: default;
}

.text-center {
    text-align: center !important;
}

.benefits-card {
    border-radius: 10px;
    background-color: #FFF;
    padding: 12px;
    text-align: center;
}

.benefits-img {
    border-radius: 10px;
    width: 100%;
    height: 0;
    padding-top: 66%;
    background-size: cover;
    margin-bottom: 24px;
}

.benefits-title {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.08em;
    margin-bottom: 10px;
}

.benefits-date {
    color: #6B6B6B;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: 0.04em;
    padding-bottom: 10px;
    border-bottom: solid 1px #E4E4E4;
    margin-bottom: 16px;
}

.benefits-sub-title {
    color: #474747;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.08em;
}

.benefits-sub-title span {
    background: linear-gradient(180deg, #D02025 4.95%, #9F0A0A 140.1%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: Roboto;
    font-size: 32px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0;
}

.benefits-btn {
    padding-top: 24px;
    padding-bottom: 12px;
}

.swiper-out-box {
    position: relative;
}

.benefits-swiper .swiper-wrapper {
    padding: 32px 0;
}

.benefits-swiper {
    overflow: hidden;
    position: relative;
}

.text-center .line-dot {
    display: inline-block;
}

.richart-title {
    color: #000;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.04em;
    margin-bottom: 20px;
}

.richart-text {
    color: #6B6B6B;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.05em;
    margin-bottom: 24px;
}

.richart-btn-box {
    display: flex;
}

.richart-btn-box a {
    margin-right: 24px;
}

.btn-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 136px;
    height: 44px;
    border-radius: 30px;

    /* 0424 修改 start */
    border: solid 1px #D02025 !important;
    /* 0424 修改 end */

    padding: 0 16px;
    color: #D02025;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.05em;
    text-decoration: none;
}
.btn-outline:hover {
    background-color: #D02025;
    color: #fff; 
}
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 136px;
    height: 44px;
    border-radius: 30px;
    border: solid 1px #D02025;
    background-color: #D02025;
    padding: 0 16px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.05em;
    text-decoration: none;
}
.btn:hover{
background-color: transparent;
color: #D02025;
}
.richart-box {
    border-radius: 20px;
    background-color: #FFF;
    padding: 44px;
    display: flex;
    align-items: center;
    margin-top: 60px;
}

.richart-info {
    width: 40%;
    padding-right: 44px;
}

.richart-img {
    width: 60%;
}

.richart-img img {
    width: 100%;
}

.upgrade-box {
    border-radius: 20px;
    background-color: #FFF;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: relative;
    margin-top: 32px;
    margin-bottom: 32px;
}

.upgrade-card {
    margin: 0 20px;
    width: calc(50% - 40px);
    max-width: 248px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 24px;
}

.level-icon {
    width: 92px;
}

.dw {
    width: 20px;
    margin-bottom: 8px;
}

.check-div {
    display: flex;
    align-items: center;
    min-height: 90px;
    border-radius: 16px 16px 0px 0px;
    background-color: #3E3E3E;
    padding: 24px 28px;
    width: 100%;
}

.check-flex {
    display: flex;
    align-items: flex-start;
}

.check-div.fix-1 {
    background: linear-gradient(109deg, #D42C49 19.46%, #DB4C65 67.2%, #D73854 84.95%);
}

.check-div.fix-2 {
    border-radius: 0;
}

.check-div img {
    width: 24px;
}

.check-div span {
    padding-left: 8px;
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.08em;
}

.upgrade-title {
    color: #D02025;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.03em;
}

.upgrade-text {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.08em;
    margin-bottom: 12px;
}

.upgrade-text span {
    font-family: Roboto;
    font-size: 36px;
    font-weight: 900;
    line-height: 1;
    background: linear-gradient(180deg, #D02025 4.95%, #9F0A0A 140.1%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.upgrade-tag {
    width: 266px;
    position: absolute;
    top: 0;
    left: -17px;
    z-index: 1;
}

.hr-box {
    text-align: center;
    margin-bottom: 24px;
}

.hr-box img {
    width: 100%;
    max-width: 386px;
    display: inline-block;
}

.windows-title {
    color: #1B1B1B;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.05em;
    margin-bottom: 4px;
}

.windows-sub-title {
    color: #000;
    font-size: 26px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.05em;
    margin-bottom: 16px;
    display: inline-block;
    /* align-items: center; */
}

.windows-sub-title span {
    font-family: Roboto;
    font-size: 48px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: 0;
    background: linear-gradient(180deg, #D02025 4.95%, #9F0A0A 140.1%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0 4px;
}

.windows-text {
    color: #474747;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.05em;
    margin-bottom: 24px;
}

.windows-link {
    margin-bottom: 24px;
}

.windows-box {
    width: 100%;
    max-width: 840px;
    padding: 0 20px 160px 20px;
    margin: 0 auto;
    text-align: center;
}

.windows-row {
    display: flex;
    margin: 0 -20px;
}

.windows-col {
    width: 25%;
    padding: 0 20px;
}

.windows-col img {
    width: 100%;
}

.section-a {
    position: relative;
    min-height: 100vh;
    background-image: url(../images/bg-a.svg);
    background-position: top center;
    background-size: cover;
}

.section-b {
    position: relative;
    min-height: 100vh;
    background-image: url(../images/bg-b.svg);
    background-position: top center;
    background-size: cover;
    border-radius: 40px 40px 0px 0px;
    box-shadow: 0px -8px 30px 0px rgba(62, 49, 49, 0.08);
    position: relative;
    z-index: 1;
    margin-top: -40px;
}

.section-c {
    position: relative;
    min-height: 60vh;
    background-image: url(../images/bg-c.svg);
    background-position: top center;
    background-size: cover;
}

.container-x {
    width: 100%;
    max-width: 1240px;
    padding: 96px 20px;
    margin: 0 auto;
}

.container-y {
    width: 100%;
    max-width: 1240px;
    padding: 60px 20px 120px 20px;
    margin: 0 auto;
}

.container-z {
    width: 100%;
    max-width: 1240px;
    padding: 60px 20px;
    margin: 0 auto;
}

.sticky-row {
    display: flex;
}

.sticky-left {
    width: 30%;
    align-self: flex-start;
    position: sticky;
    top: 135px;
    padding-right: 30px;
}

.sticky-right {
    width: 70%;
    display: flex;
}

.sticky-right.always-column {
    flex-direction: column;
}

.sticky-col {
    width: 50%;
    padding-right: 24px;
}

.sticky-col.fix {
    padding-top: 150px;
    width: 50%;
    padding-left: 24px;
    padding-right: 0;
}

.section-title {
    color: #1B1B1B;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.08em;
    margin-bottom: 20px;
}

.line-dot {
    width: 44px;
    height: 8px;
    border-radius: 8px;
    background-color: #D02025;
    margin-bottom: 24px;
}

.sticky-left-text {
    color: #000;
    font-size: 26px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.05em;
    margin-bottom: 8px;
    /* display: flex;
    align-items: center; */
}

.sticky-left-text span {
    font-family: Roboto;
    font-size: 48px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: 0;
    background: linear-gradient(180deg, #D02025 4.95%, #9F0A0A 140.1%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0 4px;
}

.sticky-left-link {
    padding-top: 24px;
}

.notice-btn {
    display: inline-flex;
    align-items: center;
    color: #D02025;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.05em;
    text-decoration: none;
    border-bottom: solid 1px transparent;
}

.notice-btn:after {
    content: "\e5cc";
    font-family: "Material Symbols Outlined";
}

.notice-btn:hover {
    border-bottom: solid 1px #D02025;
}

.sticky-card {
    border-radius: 15px;
    background-color: #FFF;
    box-shadow: 8px 8px 0px 0px #D42C49;
    padding: 20px;
    margin-bottom: 56px;
    position: relative;
}

.sticky-card.fix {
    box-shadow: 8px 8px 0px 0px #F8C651;
}

.card-tag {
    width: 171px;
    position: absolute;
    z-index: 3;
    top: -5px;
    left: -21px;
}

.news-tag {
    display: inline-block;
    width: 62px;
    position: absolute;
    z-index: 4;
    top: -5px;
    left: 128px;
}

.news-tag img {
    width: 100%;
    animation: news 1s infinite linear;
}

@keyframes news {
    0% {
        transform: translateY(0);
    }

    25% {
        transform: translateY(10%);
    }

    50% {
        transform: translateY(0);
    }

    75% {
        transform: translateY(10%);
    }

    100% {
        transform: translateY(0);
    }
}

.sticky-card-head {
    color: #888;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.05em;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.sticky-card-head img {
    height: 40px;
    width: auto;
    margin-left: 4px;
}

.sticky-card-text {
    color: #1B1B1B;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.05em;
    margin: 20px 0 16px 0;
}
.sticky-card-text a.tip.material-symbols-outlined{
    transform: translateY(7px); 
}
.sticky-card-content ul {
    padding-bottom: 8px;
    border-bottom: solid 1px #E4E4E4;
    color: #6B6B6B;
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0.05em;
}

.sticky-card-content ul:last-child {
    border-bottom: none;
}

.sticky-card-content ul li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 12px;
    position: relative;
}

.sticky-card-content ul li:last-child {
    padding-right: 0;
    margin-right: 0;
}

.sticky-card-content ul li::after {
    content: '|';
    color: #E4E4E4;
    margin-left: 9px;
}

.sticky-card-content ul li:last-child::after {
    display: none;
}

.sticky-card-content ul li a.tip i {
    transform: translateY(19%);
}

a.tip i:after {
    color: #6B6B6B;
}

.sticky-card-content em {
    display: inline-block;
    margin: 0 12px;
    color: #E4E4E4;
}

@media screen and (max-width: 1360px) {
    .button-next {
        right: -20px;
    }

    .button-prev {
        left: -20px;
    }
}

@media screen and (max-width: 1024px) {
    .hide-pad {
        display: none !important;
    }

    .sticky-left {
        width: 40%;
        top: 130px;
        padding-right: 20px;
    }

    .sticky-right {
        width: 60%;
        flex-direction: column;
    }

    .sticky-col {
        width: 100%;
        padding-right: 0;
    }

    .sticky-col.fix {
        padding-top: 0;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .richart-box {
        border-radius: 8px;
        padding: 28px;
        flex-direction: column;
    }

    .richart-info {
        width: 100%;
        padding-right: 0;
        padding-bottom: 24px;
    }

    .richart-img {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .sticky-card-content a.tip i {
        width: 22px;
        height: 22px;
    }
    .sticky-row {
        flex-direction: column;
    }

    .sticky-left {
        width: 100%;
        top: 0;
        padding-right: 0;
        position: relative;
        padding-bottom: 40px;
    }

    .sticky-right {
        width: 100%;
        flex-direction: column;
    }

    .container-x {
        padding: 64px 30px 20px 30px;
    }

    .card-tag {
        width: 124px;
        top: -5px;
        left: -14.6px;
    }

    .news-tag {
        width: 44px;
        left: 90px;
    }

    .sticky-card-content ul {
        font-size: 14px;
    }

    .section-title {
        font-size: 28px;
        margin-bottom: 10px;
    }

    .line-dot {
        margin-bottom: 10px;
    }

    .sticky-left-text {
        font-size: 20px;
        margin-bottom: 6px;
    }

    .sticky-left-text span {
        font-size: 40px;
    }

    .sticky-left-link {
        padding-top: 18px;
    }

    .hr-box {
        text-align: center;
        margin-bottom: 24px;
    }

    .hr-box img {
        width: 100%;
        max-width: 386px;
        display: inline-block;
    }

    .windows-title {
        font-size: 28px;
    }

    .windows-sub-title {
        font-size: 20px;
    }

    .windows-sub-title span {
        font-size: 40px;
    }

    .windows-text {
        margin-bottom: 8px;
    }

    .windows-link {
        margin-bottom: 48px;
    }

    .windows-row {
        flex-wrap: wrap;
        margin: 0 -10px;
    }

    .windows-col {
        width: 50%;
        padding: 0 5px;
        margin-bottom: 20px;
    }

    .windows-box {
        padding: 0 30px 102px 30px;
    }

    .container-y {
        padding: 60px 30px 90px 30px;
    }

    .container-z {
        padding: 60px 30px 60px 30px;
    }

    .show-xs {
        display: block;
    }

    .upgrade-box {
        border-radius: 8px;
        margin-top: 32px;
        margin-bottom: 24px;
        padding: 30px 30px 0 30px;
    }

    .upgrade-tag {
        width: 198px;
        left: -13px;
    }

    .level-icon {
        width: 72px;
    }

    .upgrade-card {
        margin: 0 10px;
        width: calc(50% - 20px);
    }

    .upgrade-title {
        font-size: 14px;
        text-align: center;
    }

    .upgrade-text {
        font-size: 14px;
        margin-bottom: 8px;
    }

    .upgrade-text span {
        font-size: 20px;
    }

    .dw {
        width: 10px;
        margin-bottom: 12px;
    }

    .check-div span {
        padding-left: 4px;
        font-size: 12px;
    }

    .check-div {
        min-height: 68px;
        border-radius: 8px 8px 0px 0px;
        padding: 20px 10px;
    }

    .hide-xs {
        display: none;
    }

    .richart-title {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .richart-text {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .richart-btn-box a {
        margin-right: 0;
    }

    .richart-btn-box .btn-outline {
        width: 100%;
        margin-right: 5px;
    }

    .richart-btn-box .btn {
        width: 100%;
        margin-left: 5px;
    }

    .btn-outline,
    .btn {
        min-width: 0;
        white-space: nowrap;
    }
    a.tip.material-symbols-outlined{
        transform: translateY(6px) !important; 
    }
}

@media screen and (max-width: 430px) {
    .section-a {
        background-image: url(../images/bg-a-1.svg);
    }

    .section-b {
        background-image: url(../images/bg-b-1.svg);
        border-radius: 12px 12px 0 0;
        margin-top: -12px;
    }

    .section-c {
        background-image: url(../images/bg-c-1.svg);
    }

    .modal-mask {
        height: 100dvh;
    }

    .modal-header {
        padding: 16px 30px;
        font-size: 20px;
        position: static;
    }

    .modal-body {
        padding: 0 20px 30px 30px;
    }

    .close-btn {
        width: 36px;
        height: 36px;
        border-radius: 50%;
        background-color: #fff;
        background-repeat: no-repeat;
        background-position: center center;
        right: 0;
        top: -41px;
    }

    .modal-box::before {
        height: 20px;
    }

    .table td {
        padding: 16px 8px;       
    }

    .modal-content h5 {
        font-size: 16px;
    }
}

.rose-83 {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.rose-83 .img-block {
    position: relative;
    width: 200px;
    height: 200px;
}

.rose-83 .img-block .img-box {
    position: absolute;
    width: 100%;
    height: 100%;
}

.rose-83 .img-block .img-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.rose-83 .img-block .img-box:last-child {
    animation: opacityAnimation 1.5s ease-in-out infinite;
}

@keyframes opacityAnimation {
    0% {
        opacity: 0;
    }

    40% {
        opacity: 1;
    }

    60% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.rose-83 .info-block {
    display: flex;
    flex-direction: column;
}

.rose-83 .info-block h2 {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.04em;
    margin-bottom: 8px;
}

.rose-83 .info-block p {
    color: #6B6B6B;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
}

.rose-83 .info-block .button-box {
    display: flex;
    gap: 16px;
}

.rose-83 .info-block .button-box .btn {
    width: 124px;
}

.sticky-tab {
    width: 100vw;
    transform: translateX(-30px);
    /* height: 50px; */
    position: sticky;
    top: 53px;
    display: flex;
    z-index: 994;
    border-bottom: 3px solid #E4E4E4;
    margin-bottom: 64px;
}

.sticky-tab.sticking {
    background: rgb(255 255 255 / 0.95);
    backdrop-filter: blur(2px);
}

.sticky-tab a {
    flex: 1 1 0%;
    color: #8D8D8D;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0.8px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    padding: 12px 0px;
}

.sticky-tab a.active {
    color: #000;
    position: relative;
}

.sticky-tab a::before {
    content: '';
    display: none;
    position: absolute;
    width: 100%;
    height: 3px;
    background: #D02025;
    top: 100%;
}

.sticky-tab a.active::before {
    display: block;
}

.sticky-tab-content {
    display: none;
    flex-direction: column;
}

.sticky-tab-content.active {
    display: flex;
}

.premiums-block {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 46px;
}

.premiums-block .info-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.premiums-block .info-block h3 {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.05em;
    display: inline-flex;
    align-items: flex-end;
}

.premiums-block .info-block h3:first-child {
    margin-bottom: 4px;
}

.premiums-block .info-block h3 span {
    font-size: 40px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: 0;
    background: linear-gradient(180deg, #D02025 4.95%, #9F0A0A 140.1%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0 4px;
}

.premiums-block .info-block a {
    margin-top: 24px;
}

.premiums-block .img-block {
    padding: 16px;
    border-radius: 6px;
    background: #FFF;
}

@media screen and (min-width: 768px) {
    .premiums-block {
        margin-top: 80px;
    }

    .sticky-tab {
        transform: translateX(-20px);
    }

    .sticky-tab a {
        font-size: 20px;
    }
}

@media screen and (min-width: 1024px) {
    .rose-83 {
        flex-direction: row-reverse;
        gap: 60px;
        padding: 44px;
    }

    .rose-83 .img-block {
        flex: 0 0 auto;
        width: 320px;
        height: 320px;
    }

    .rose-83 .info-block h2 {
        font-size: 26px;
        margin-bottom: 20px;
    }
    
    .rose-83 .info-block p {
        font-size: 16px;
        margin-bottom: 24px;
    }

    .rose-83 .info-block .button-box {
        gap: 24px;
    }

    .discount-info .info-flag.tag-5 {
      width: 348px;
    }
    
    .discount-info .info-flag.tag-6 {
      width: 283px;
    }
    
    .discount-info .info-flag.tag-7 {
      width: 283px;
    }
    
    .discount-info .info-flag.tag-8 {
      width: 243px;
    }
    
    .discount-info .info-flag.tag-9 {
      width: 283px;
    }
    
    .discount-info .info-flag.tag-10 {
      width: 283px;
    }
    
    .discount-info .info-flag.tag-11 {
      width: 283px;
    }

    .premiums-block {
        flex-direction: row;
        align-items: center;
    }

    .premiums-block .info-block {
        flex: 1;
    }

    .premiums-block .img-block {
        flex: 0 0 auto;
        width: 70%;
        padding: 44px;
    }

    .premiums-block .info-block h3 {
        font-size: 26px;
    }

    .premiums-block .info-block h3:first-child {
        margin-bottom: 24px;
    }

    .premiums-block .info-block h3 span {
        font-size: 48px;
    }

    .premiums-block .info-block a {
        margin-top: 32px;
    }
}

@media screen and (min-width: 1240px) {
    .sticky-tab {
        --translateX: calc(((100vw - 1240px) / 2 + 20px) * -1);
        transform: translateX(var(--translateX));
    }
}