.register-page-contain {
    --avatar: 320px;
}

.login-page {
    background-image: unset;
    background-color: #fff;
}

.register-top-section {
    background-color: #101a24;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.register-top-section .login-box {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 450px;
    align-items: center;
    padding: 0 20px;
    position: relative;
}

.scroll-bottom-discover {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: fit-content;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    grid-gap: 6px;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    text-shadow: 0 2px 6px rgba(11 11 11 / 77%);
}

.review-item-quote {
    width: 81px;
    height: 81px;
    border-radius: 48px;
    background-color: var(--primary);
    color: #fff;
    position: absolute;
    bottom: 10px;
    left: 10px;
    border: 2px solid #fff;
}

.reviews-section .reviews-button {
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
}

.reviews-section .reviews-button {
    width: 48px;
    height: 2px;
    background-color: var(--primary-dk);
    border-radius: 3px;
}

.reviews-section .reviews-button::before {
    content: "";
    width: 48px;
    height: 48px;
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    transform: translate(-50%, -50%);
    background-color: rgba(11 11 11 / 0%);
}

.reviews-section .reviews-button::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: var(--gap16);
    height: var(--gap16);
    border-top: 2px solid var(--primary-dk);
    border-right: 2px solid var(--primary-dk);
    border-radius: 2px;
}

.reviews-section .reviews-button.swiper-button-prev {
    transform: rotate(180deg);
    left: 4vw;
}

.reviews-section .reviews-button.swiper-button-next {
    right: 4vw;
}

.scroll-bottom-discover svg {
    animation: arrowBounce 1s infinite ease-in-out;
}

@keyframes arrowBounce {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(8px);
    }
}

.register-text-container {
    max-width: 760px;
    display: flex;
    flex-direction: column;
    grid-gap: 46px;
}

.register-big-title {
    font-size: 52px;
    line-height: 1.2;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    text-shadow: 0 2px 9px rgba(11 11 11 / 77%);
}

.reviews-section {
    min-height: 300px;
    position: relative;
    background-color: #ebf7f9;
}

.reviews-section .landing-section {
    padding-top: 60px;
    padding-bottom: 60px;
}

.reviews-section .landing-title {
    margin: 0 auto;
    padding: 0 0 12px;
}

.review-description {
    font-size: 31px;
    font-family: 'Times New Roman', Times, serif;
}

.reviews-list {
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    max-width: 900px;
}

.reviews-wrapper {
    margin: 0 auto;
}

.review-item {
    grid-gap: 48px;
}

.review-review-count {
    --rating-star: 5;
    width: 120px;
    min-width: 120px;
    height: 24px;
    display: block;
    background-color: #ccc;
    background: linear-gradient(90deg, rgba(255, 188, 89, 1) 0%, rgba(255, 188, 89, 1) calc(var(--rating-star) * 20%), rgba(214, 218, 223, 1) calc(var(--rating-star) * 20%), rgba(214, 218, 223, 1) 100%);
    -webkit-mask-image: url(/images/star-list.png);
    mask-image: url(/images/star-list.svgpng);
    mask-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-image: url(/images/star-list.png);
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    position: relative;
    margin-bottom: 10px;
}

.review-item-avatar {
    width: var(--avatar);
    min-width: var(--avatar);
    position: relative;
    overflow: hidden;
}

.review-name {
    grid-gap: 8px;
    font-weight: 600;
    font-size: 18px;
    color: var(--black);
    margin: var(--gap20) 0 var(--gap10);
}

.review-sub-title {
    letter-spacing: 2px;
    font-size: 16px;
    opacity: 0.7;
}

.review-item-avatar::after {
    content: "";
    padding-bottom: 100%;
    display: block;
}

.review-item-avatar-image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    border-radius: 50%;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.review-item-avatar-image[src] {
    opacity: 1;
}

.landing-sub-title {
    font-size: 17px;
    letter-spacing: 2px;
    text-align: center;
}

.register-big-title>span {
    font-size: 49px;
}

.register-big-title>div {
    font-size: 53px;
    display: flex;
    grid-gap: 16px;
    align-items: center;
}

.register-big-title>div .txt-primary {
    text-shadow: none;
    background-color: rgba(255 255 255 / 98%);
    padding: 1px 12px
}

.txt-primary {
    color: var(--primary);
}

.text-benefits {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    grid-gap: 44px;
    padding: 0;
}

.benefit-line {
    width: 2px;
    height: 52px;
    margin-top: 20px;
    display: block;
    background-color: #fff;
}

.text-benefit {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    grid-gap: 12px;
    color: #fff;
    flex-basis: min-content;
    position: relative;
}

.text-benefit-value {
    color: #fff;
    text-align: right;
    font-feature-settings: "liga"off, "clig"off;
    text-shadow: 0px 0px 20px rgba(0, 0, 0, .4);
    font-size: 120px;
    font-style: normal;
    font-weight: 700;
    line-height: 90px;
    display: block;
    letter-spacing: -7px;
    position: relative;
}

.text-benefit-unit {
    position: absolute;
    bottom: 0;
    right: -10px;
    font-size: 16px;
    font-weight: 600;
    background-color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid #000;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #00104d;
    letter-spacing: 0;
}

.benefit-info {
    position: relative;
}

.text-benefit-text {
    color: #fff;
    text-align: center;
    text-shadow: 0px 0px 10px rgba(11 11 11 / 77%);
    font-size: 13px;
    font-style: normal;
    line-height: 130%;
    width: 140px;
}

.text-benefit:last-child::before {
    display: none;
}

.register-text-container .register-logo {
    display: flex;
    margin: 0;
}

.register-form-wrapper {
    box-shadow: 0 4px 40px #0000000f;
    border-radius: 18px;
    padding: 30px;
    position: relative;
    background: #fff;
}

.register-form-wrapper .register-logo {
    margin: 0 auto 20px;
    display: block;
}

.common-container-title {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    justify-content: center;
}

.common-container-sub-title {
    color: #858b9c;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    padding-top: 8px;
    padding-bottom: 12px;
    text-align: center;
}

.register-method-list {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 32px;
    margin: 16px 0;
}

.register-method-item {
    color: rgba(0, 0, 0, 0.88);
    position: relative;
    padding-bottom: 4px;
    cursor: pointer;
    font-size: 16px;
}

.register-method-item:hover {
    color: var(--primary);
}

.register-method-item::after {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: transparent;
}

.register-method-item.active::after {
    background-color: var(--primary);
}

.register-method-item.active {
    color: var(--primary)
}

.form-row {
    display: flex;
    align-items: center;
    height: 40px;
    border: 1px solid #d9d9d9;
    border-radius: 8px;
    padding: 4px 10px;
    margin-bottom: 14px;
    transition: .3s ease;
}

.form-row:hover,
.form-row:has(input:focus) {
    border-color: var(--primary);
}

.form-row.phone-field input {
    width: calc(100% - 65px);
    height: 100%;
}

.form-row input {
    font-weight: 400;
    border: 0;
    font-size: 16px;
    width: 100%;
}

.form-row.has-icon input {
    width: 100%;
}

.country-prefix {
    display: flex;
    align-items: center;
    grid-gap: 6px;
    margin-right: 8px;
    font-size: 16px;
    font-weight: 400;
    padding-right: 8px;
    position: relative;
}

.country-prefix::after {
    content: "";
    width: 1px;
    height: 16px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #ccc;
}

.form-row {
    display: flex;
    align-items: center;
    height: 40px;
    border: 1px solid #d9d9d9;
    border-radius: 8px;
    padding: 4px 10px;
    margin-bottom: 12px;
}

.form-row.phone-field input {
    width: calc(100% - 65px);
    height: 100%;
}

.form-row.has-icon input {
    width: 100%;
}

.country-prefix {
    display: flex;
    align-items: center;
    grid-gap: 6px;
    margin-right: 8px;
    font-size: 15px;
    font-weight: 400;
    padding-right: 8px;
    position: relative;
}

.country-prefix::after {
    content: "";
    width: 1px;
    height: 16px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #ccc;
}

.register-submit-btn {
    width: 100%;
    border-radius: 8px;
    background: var(--primary);
    border: 0;
    color: #fff;
    padding: 10px;
    margin-bottom: 14px;
    transition: .3s ease;
    font-size: 16px;
}

.register-submit-btn:hover {
    opacity: .8;
}

.landing-section {
    width: 100vw;
    max-width: 1366px;
    margin: 0 auto;
    padding: 100px 20px;
}

.landing-title {
    color: #2e3346;
    text-align: center;
    font-size: 42px;
    font-weight: 600;
    letter-spacing: 1px;
    padding-bottom: 40px;
}

.benefit-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 48px;
    text-align: center;
}

.benefit-icon {
    width: 88px;
    height: 88px;
    margin: 0 auto 24px;
    background: #f5f8fd;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.benefit-icon img {
    mix-blend-mode: multiply;
}

.benefit-item-title {
    font-size: 18px;
    color: #2e3346;
    font-weight: 600;
    margin-bottom: 10px;
}

.benefit-item-subtitle {
    color: #858b9c;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
}

.section-steps {
    background-color: rgb(242, 247, 255);
}

.steps-main-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 80px;
    align-items: flex-start;
}

.steps-description {
    color: #2e3346;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    margin-bottom: 32px;
}

.sign-up-button {
    display: inline-block;
    border-radius: 8px;
    background: var(--primary);
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    transition: .3s ease;
    line-height: 24px;
    padding: 16px 24px;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
}

.sign-up-button:hover {
    opacity: .8;
}

.step-item {
    background: #fff;
    border-radius: 8px;
    margin-bottom: 16px;
    cursor: pointer;
    transition: all .3s ease;
    overflow: hidden;
    padding: 24px 20px;
}

.step-header {
    display: flex;
    align-items: center;
    background-color: #fff;
    font-size: 22px;
    font-weight: 700;
}

.step-number {
    margin-right: 12px;
    line-height: 24px;
}

.step-info {
    flex: 1 1;
    margin-right: 2px;
}

.step-content {
    height: 0;
    overflow: hidden;
    color: #666;
    font-size: 16px;
    line-height: 1.6;
    opacity: 0;
    transition: all .3s ease;
    margin-left: 30px;
}

.step-expanded .step-content {
    height: auto;
    opacity: 1;
    margin-top: 12px;
}

.step-item svg {
    transition: .3s ease;
}

.step-item.step-expanded .step-header svg {
    transform: rotate(180deg);
}

.step-duration {
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 12px;
    display: inline-flex;
    align-items: center;
    color: #666;
    font-size: 14px;
    line-height: 18px;
    border-radius: 4px;
    background: #f5f8fd;
    padding: 4px 8px;
    font-weight: 400;
    white-space: nowrap;
}

.faq-item {
    border-bottom: 1px solid #e6e6e6;
    cursor: pointer;
    padding: 24px 0;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    font-size: 24px;
    font-weight: 700;
    color: #333;
    transition: color .3s ease;
}

.faq-question:hover {
    color: var(--primary);
}

.faq-answer {
    height: 0;
    overflow: hidden;
    transition: height .3s ease-out;
}

.faq-expand .faq-answer {
    height: auto;
}

.faq-answer-content {
    font-size: 20px;
    line-height: 1.6;
    color: #595f6d;
    padding-top: 20px;
    display: block;
}

.agree-policy {
    margin-top: 12px;
    line-height: 1.4;
    font-size: 15px;
}

.faq-question svg {
    transition: .3s ease;
}

.faq-expand .faq-question svg {
    transform: rotate(180deg);
}

.landing-footer {
    background-color: #f5f5f5;
    padding: 32px 20px;
}

.landing-footer-content, .landing-copyright {
    max-width: 1366px;
    margin: 0 auto;
}

.landing-footer-content {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 16px;
}

.landing-footer-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 16px;
}

.landing-footer-item ul {
    padding-left: 0;
    list-style: none;
    margin: 0;
}

.landing-footer-link {
    font-size: 16px;
    color: #858b9c;
}

.landing-footer-link:hover {
    color: var(--primary);
}

.landing-footer-item ul li+li {
    margin-top: 10px;
}

.app-download-icon .app-right {
    flex: 0 0 calc(100% - 87px);
    width: calc(100% - 87px);
    display: flex;
    flex-direction: column;
    padding-left: var(--gap10);
}

.app-download-icon .app-right a:first-child {
    margin-bottom: 12px;
}

.landing-copyright {
    font-size: 15px;
    margin-top: 20px;
}

.back-top-top {
    cursor: pointer;
    position: fixed;
    bottom: 60px;
    z-index: 13;
    right: 60px;
    text-align: center;
    font-size: 18px;
    line-height: 18px;
    border-radius: 9px;
    background: #007bff;
    box-shadow: 0 4px 40px #0000001a;
    padding: 12px 12px 12px 20px;
    gap: 4px;
    color: #fff;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    border: none;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.back-top-top:hover {
    background-color: var(--primary-dk);
}

.back-top-top.show-btn {
    opacity: 1;
    pointer-events: all;
    transform: translateY(0);
}

.review-item {
    padding-top: var(--gap20);
    padding-bottom: var(--gap20);
    grid-gap: var(--gap20);
}

.shopping-trends {
    background-color: rgb(242, 247, 255);
}

.category-list {
    position: relative;
    overflow: hidden;
    margin-top: 40px;
}

.landing-subtitle {
    text-align: center;
    font-size: 18px;
    letter-spacing: 2px;
}

.shopping-trends .landing-title {
    padding-bottom: 16px;
}

.shopping-trends-name {
    color: #000;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}

.shopping-trends-image img {
    width: 150px;
    height: 150px;
}

.shopping-trends-image {
    text-align: center;
    margin-bottom: 12px;
}

.footer-help {
    position: fixed;
    bottom: 40px;
    right: 60px;
    z-index: 999;
}

.help-icon {
    position: relative;
    width: 50px;
    height: 50px;
    background: #007bff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 14px rgba(0, 123, 255, 0.4);
    text-decoration: none;
    overflow: visible;
    transition: transform 0.3s ease;
}

.help-icon:hover {
    background: #339cff;
    transform: scale(1.05);
}

.headset-icon {
    width: 24px;
    height: 24px;
    fill: #fff;
    animation: gentle-shake 2s infinite ease-in-out;
}

.wave {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px solid rgba(0, 123, 255, 0.5);
    animation: soft-pulse 2.5s infinite ease-out;
}

@keyframes gentle-shake {

    0%,
    100% {
        transform: rotate(0deg);
    }

    15% {
        transform: rotate(4deg);
    }

    30% {
        transform: rotate(-4deg);
    }

    45% {
        transform: rotate(3deg);
    }

    60% {
        transform: rotate(-3deg);
    }
}

@keyframes soft-pulse {
    0% {
        transform: scale(1);
        opacity: 0.6;
    }

    70% {
        transform: scale(1.6);
        opacity: 0.1;
    }

    100% {
        transform: scale(1.9);
        opacity: 0;
    }
}

.category-button-slider {
    justify-content: flex-end;
    color: var(--primary);
    background: transparent;
    box-shadow: unset;
}

.category-button-slider::before {
    content: "";
    width: 24px;
    height: 1px;
    position: absolute;
    background: var(--primary);
    top: 20px;
    right: 1px;
}

.category-button-slider::after {
    right: 0 !important;
    font-size: 20px;
}

.category-button-slider.swiper-button-prev {
    justify-content: flex-start;
}

.category-button-slider.swiper-button-prev::before {
    left: 1px;
    right: auto;
}

.category-list:not(.swiper-initialized) {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.register-help-center-section {
    padding: 100px 0;
    background: linear-gradient(to bottom, #eafaff 0%, #b5e3ff 100%);
}

.help-center-wrapper {
    box-shadow: 0px 50px 150px 0px rgba(4, 73, 89, 0.1);
    padding: 60px;
    display: flex;
    max-width: 1000px;
    border-radius: 8px;
    align-items: center;
    grid-gap: 16px;
    justify-content: space-between;
    margin: 0 auto;
    background-color: #fff;
}

.help-center-content-wrapper {
    display: flex;
    align-items: center;
    grid-gap: 24px;
}

.help-center-title {
    font-size: 28px;
    color: #333;
    font-weight: 600;
    margin-bottom: 12px;
}

.help-center-description {
    color: #333;
    font-size: 20px;
    line-height: 1.4;
}

.help-center-icon {
    animation: arrowRightBounce 1s infinite ease-in-out;
}

@keyframes arrowRightBounce {
    0%, 100% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(8px);
    }
}

.otp-input {
    width: 45px !important;
    height: 50px !important;
    text-align: center !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    border: 1px solid #d9d9d9 !important;
    border-radius: 4px !important;
    outline: none !important;
}

.otp-input:focus {
    border-color: #019adc !important;
    box-shadow: 0 0 0 2px rgba(1, 154, 220, 0.1) !important;
}

.error-message {
    color: #ff4d4f;
    font-size: 14px;
    margin-top: -8px;
    margin-bottom: 12px;
    padding: 0 10px;
}

.has-error {
    border-color: #ff4d4f !important;
}

.register-back-btn {
    width: 48px;
    height: 44px;
    padding: 0;
    color: #d1d1d1;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    position: absolute;
    border: none;
    border-radius: 0;
    top: 0;
    left: 0;
    margin: 0;
    background-color: transparent;
    color: #d1d1d1
}

.register-back-btn svg {
    transition: stroke 0.3s ease;
}

.register-back-btn:hover:not(:disabled),
.register-back-btn:active:not(:disabled) {
    color: var(--primary);

}

.register-back-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.register-submit-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.phone-field input:disabled {
    background-color: #f5f5f5;
    cursor: not-allowed;
}

.register-submit-btn {
    display: block !important;
}

.otp-header {
    text-align: center;
    margin-bottom: 24px;
}

.otp-header-content {
    font-size: 14px;
    color: #666;
    margin-bottom: 8px;
}

.otp-header-phone {
    font-size: 16px;
    color: #333;
    font-weight: 600;
}

.otp-input-main {
    margin-bottom: 20px;
}

.otp-input-wrapper {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.otp-error {
    text-align: center
}

.otp-resend {
    text-align: center;
    margin-top: 16px;
    margin-bottom: 16px;
}

.otp-resend-wrapper {
    font-size: 14px;
    color: #666;
}

.otp-resend-wrapper a {
    color: #019adc;
    text-decoration: none;
}

.otp-resend-wrapper span {
    color: #019adc;
    font-weight: 500;
}

@media(max-width: 1023px) {
    .benefit-list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(max-width: 767px) {
    .register-top-section {
        background-position: left center;
    }

    .register-big-title>div {
        display: block;
        font-size: 28px;
        line-height: 1.3;
    }


    .register-big-title>span {
        font-size: 26px;
        line-height: 1.3;
    }

    .landing-title {
        font-size: 24px;
        padding-bottom: 24px;
    }

    .landing-section {
        padding: 60px 20px;
    }

    .landing-title,
    .landing-subtitle {
        padding-left: 14px;
        padding-right: 14px;
    }

    .landing-title {
        font-size: 24px;
        padding-bottom: 30px;
    }

    .landing-section {
        padding: 60px 20px;
    }

    .steps-main-content {
        grid-template-columns: 1fr;
        grid-gap: 40px;
    }

    .steps-description {
        font-size: 18px;
    }

    .sign-up-button {
        font-size: 18px;
        padding: 12px 24px;
    }

    .step-header {
        font-size: 18px;
    }

    .step-item {
        padding: 16px;
    }

    .step-content {
        margin-left: 26px;
    }

    .step-content ul {
        padding-left: 24px;
    }

    .faq-question svg {
        min-width: 24px;
    }

    .faq-question {
        font-size: 18px;
    }

    .faq-answer-content {
        font-size: 16px;
    }

    .faq-item {
        padding: 16px 0;
    }

    .register-top-section .login-box {
        display: flex;
        grid-gap: 20px;
        flex-direction: column;
        height: 100%;
        padding: 20px;
        min-height: 100vh;
    }

    .register-text-container {
        max-width: 100%;
        grid-gap: 24px;
    }

    .register-big-title {
        font-size: 25px;
    }

    .benefit-list {
        grid-template-columns: 1fr;
        grid-gap: 24px;
    }

    .text-benefits {
        grid-gap: 20px;
        width: 100%;
        justify-content: center;
    }

    .text-benefit-value {
        font-size: 75px;
        line-height: 45px;
        letter-spacing: 1px;
    }

    .text-benefit-unit {
        font-size: 12px;
        bottom: 4px;
        width: 20px;
        height: 20px;
        right: -4px;
    }

    .text-benefit-text {
        font-size: 12px;
        min-width: 22vw;
        width: 22vw;
    }

    .text-benefit>div:not(.text-benefit-text) {
        position: relative;
    }

    .steps-left-section {
        display: flex;
        flex-direction: column;
    }

    .landing-footer-content {
        grid-template-columns: repeat(2, 1fr);
    }

    .landing-footer-item:first-child {
        grid-column-start: span 2;
    }

    .landing-footer-title {
        font-size: 16px;
    }

    .landing-footer-link {
        font-size: 15px;
    }

    .app-download-icon .app-right {
        width: 100%;
        flex-direction: row;
    }

    .app-download-icon .app-right img {
        width: 80px;
        height: auto;
    }

    .app-download-icon .app-right a:first-child {
        margin-right: 8px;
        margin-bottom: 0;
    }

    .back-top-top {
        font-size: 15px;
        right: 20px;
        bottom: 20px;
        line-height: 20px;
    }

    .register-form-wrapper {
        padding: 16px;
    }

    .common-container-title {
        font-size: 20px;
    }

    .scroll-bottom-discover {
        white-space: nowrap;
        position: static;
        font-size: 15px;
        transform: none;
    }

    .scroll-bottom-discover svg {
        width: 20px;
        height: 20px;
    }

    .landing-subtitle {
        font-size: 16px;
    }

    .help-center-wrapper {
        padding: 20px;
        max-width: calc(100% - 40px);
        margin: 20px auto;
    }

    .help-center-content-wrapper img {
        width: 80px;
        height: auto;
    }

    svg.help-center-icon {
        min-width: 30px;
    }

    .help-center-description {
        font-size: 15px;
    }

    .help-center-title {
        font-size: 20px;
        margin-bottom: 8px;
    }

    .help-center-icon {
        display: none;
    }

    .help-center-content-wrapper {
        grid-gap: 12px;
        text-align: center;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .benefit-item {
        display: grid;
        grid-template-columns: 66px auto;
        grid-template-areas: "icon title" "icon desc";
        text-align: left;
        grid-gap: 6px 12px;
    }

    .benefit-icon {
        grid-area: icon;
        min-width: 66px;
        width: 66px;
        height: 66px;
        margin: 0;
        border-radius: 9px;
    }

    .benefit-item-title {
        grid-area: title;
        margin: 0;
    }

    .benefit-item-subtitle {
        grid-area: desc;
        text-align: left;
        font-size: 15px;
    }

    .review-item {
        flex-direction: column-reverse;
        padding-bottom: 0;
    }

    .landing-sub-title {
        font-size: 16px;
    }

    .review-description {
        font-size: 19px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
    }

    .review-action-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
        grid-gap: 16px;
        margin-top: 24px;
    }

    .review-sub-title {
        font-size: 14px;
    }

    .review-action-wrapper > * {
        position: relative;
        width: fit-content;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
    }

    .register-help-center-section {
        padding: 60px 0;
    }
}