.heading1{display:none;}
#categorymenu{margin-top:0;margin-bottom:10px;}
#maincontainer>.container-fluid{padding-left:0;padding-right:0;}
#maincontainer>.container-fluid>.col-md-12{padding-left:0;padding-right:0;margin-top:0;}
.contentpanel{padding:0;}
.breadcrumbs{display:none;}
.contentpanel>.content+a.btn{display:none;}
.col-md-12{position:static;}

/* #region Common*/
.WRO4000 * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.WRO4000 {
    font-family: 'Inter', sans-serif;
    background-color: #0f1922;
}
.WRO4000 .layoutwrap {
    width: 100%;
    max-width: 100vw;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.WRO4000 .common-section {
    background-color: #0f1922;
    padding-top: 120px;
}
@media (max-width: 768px) {
    .WRO4000 .common-section {
        padding-top: 40px;
    }
}
@media (min-width: 768px) {
    .WRO4000 .layoutwrap {
        max-width: 720px;
        padding-left: 0;
        padding-right: 0;
    }
}
@media (min-width: 992px) {
    .WRO4000 .layoutwrap {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .WRO4000 .layoutwrap {
        max-width: 1140px;
    }
}
@media (min-width: 1400px) {
    .WRO4000 .layoutwrap {
        max-width: 1320px;
    }
}
@media (min-width: 1600px) {
    .WRO4000 .layoutwrap {
        max-width: 1480px;
    }
}
@media (min-width: 1920px) {
    .WRO4000 .layoutwrap {
        max-width: 1680px;
    }
}
/* #endregion Common*/

/* #region Banner */
.WRO4000 .banner {
    position: relative;
    text-align: center;
    background-color: #01286B;
    margin-bottom: -4px;
}
.WRO4000 .banner a{
    display: block;
}
.WRO4000 .banner img {
    max-width: 100%;
    height: auto;
    display: block;
}
/* #endregion Banner */

/* #region Subscribe Bar */
.WRO4000 .subscribe-bar {
    position: absolute;
    bottom: 22%;
    left: 5%;
    width: 30%;
    max-width: 600px;
    min-width: 260px;
    background: #c7ecff;
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
}
.WRO4000 .subscribe-form {
    display: flex;
    gap: 10px;
    height: 50px;
}
.WRO4000 .subscribe-input {
    flex: 1;
    border: none;
    border-right: none;
    padding: 0 20px;
    font-size: 15px;
    font-weight: 400;
    outline: none;
    background: #fff;
}
.WRO4000 .subscribe-input:focus {
    border-color: #1a5fd1;
}
.WRO4000 .subscribe-btn {
    background: #155dfb;
    color: #fff;
    border: none;
    padding: 0 18px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
    transition: background 0.2s;
}
.WRO4000 .subscribe-btn:hover {
    background: #1450b8;
}
@media (max-width: 768px) {
    .WRO4000 .subscribe-bar {
        position: static;
        transform: none;
        width: 100%;
        max-width: 100%;
        min-width: unset;
        border-radius: 0;
        box-shadow: none;
        background: #c3e7fa;
        gap: 8px;
    }
    .WRO4000 .subscribe-title {
        font-size: 13px;
        color: #fff;
    }
    .WRO4000 .subscribe-input {
        font-size: 11px;
        padding: 0 10px;
    }
    .WRO4000 .subscribe-input::placeholder {
        font-size: 11px;
    }
}
/* #endregion Subscribe Bar */

/* #region Navigation */
.WRO4000 .navigation {
    background-color: #0B3B82;
}
.WRO4000 .navigation.is-fixed {
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 100;
}
.WRO4000 .navibar {
    padding: 25px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.WRO4000 ul, .WRO4000 li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.WRO4000 .menu {
    display: flex;
    gap: 50px;
    font-size: 16px;
    justify-content: flex-start;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.WRO4000 .menu-item a {
    color: #fff;
    text-decoration: none;
    padding: 10px 15px;
    display: block;
}
.WRO4000 .menu-item.active a {
    background-color: #fff;
    color: #0B3B82;
    border-radius: 20px;
    font-weight: 500;
}
.WRO4000 .menu-item {
    white-space: nowrap;
}
.WRO4000 .btn-shop-now {
    text-decoration: none;
    background-color: #c7ecff;
    color: #0b2d8f;
    border: none;
    border-radius: 999px;
    padding: 14px 45px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
    transition: background-color 0.2s;
}

@media (max-width: 768px) {
    .WRO4000 .navibar {
        padding: 16px 0;
    }
    .WRO4000 .menu {
        justify-content: flex-start;
        gap: 4px;
        font-size: 12px;
        width: 70%;
    }
    .WRO4000 .menu-item a {
        padding: 8px;
    }
    .WRO4000 .btn-shop-now {
        padding: 10px 18px;
        font-size: 12px;
        font-weight: 600;
    }
}
/* #endregion Navigation */

/* #region section1 */
.WRO4000 .section1-scroll-track {
    height: auto;
}
.WRO4000 .section1 {
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    padding-top: 0;
}
.WRO4000 .section1 .layoutwrap {
    width: 100%;
}
.WRO4000 .section1-title {
    color: #fff;
    font-size: 45px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
}
.WRO4000 .section1-body {
    position: relative;
}
.WRO4000 .section1-content-wrapper {
    display: none;
    align-items: center;
    gap: 100px;
}
.WRO4000 .section1-content-wrapper.active {
    display: flex;
}
.WRO4000 .section1-img {
    flex: 0 0 50%;
    max-width: 50%;
    background-color: #1e2d3a;
    overflow: hidden;
}
.WRO4000 .section1-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.WRO4000 .section1-text {
    flex: 1;
    color: #fff;
}
.WRO4000 .section1-heading {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 30px;
}
.WRO4000 .section1-label {
    color: #00fff2;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 6px;
}
.WRO4000 .section1-desc {
    font-size: 26px;
    line-height: 1.3;
    color: #cdd5dd;
}
.WRO4000 .section1-progress-bar {
    position: absolute;
    left: calc(50%);
    top: 0;
    width: 8px;
    height: 100%;
    background-color: #2a3d4e;
    overflow: hidden;
}
.WRO4000 .section1-progress-indicator {
    position: absolute;
    left: 0;
    width: 100%;
    height: 25%;
    background-color: #00fff2;
    transition: top 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    top: 0;
}
@media (max-width: 768px) {
    .WRO4000 .section1-scroll-track {
        height: auto;
    }
    .WRO4000 .section1 {
        position: static;
        height: auto;
        display: block;
        padding-top: 40px;
    }
    .WRO4000 .section1-title {
        font-size: 20px;
        margin-bottom: 24px;
    }
    .WRO4000 .section1-body {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }
    .WRO4000 .section1-content-wrapper,
    .WRO4000 .section1-content-wrapper.active {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }
    .WRO4000 .section1-img {
        flex: none;
        max-width: 100%;
        width: 100%;
    }
    .WRO4000 .section1-heading {
        font-size: 18px;
        margin-bottom: 12px;
    }
    .WRO4000 .section1-label {
        font-size: 14px;
    }
    .WRO4000 .section1-desc {
        font-size: 14px;
    }
    .WRO4000 .section1-progress-bar {
        display: none;
    }
}
/* #endregion section1 */

/* #region section2 */
.WRO4000 .section2-title {
    color: #fff;
    font-size: 45px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
    padding-top: 0;
}
.WRO4000 .section2 img {
    width: 100%;
    display: block;
}
@media (max-width: 768px) {
    .WRO4000 .section2 {
        padding-top: 40px;
    }
    .WRO4000 .section2-title {
        font-size: 20px;
        margin-bottom: 24px;
    }
}
/* #endregion section2 */

/* #region section3 */
.WRO4000 .section3-title {
    color: #fff;
    font-size: 45px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
}
.WRO4000 .section3 img {
    width: 100%;
    display: block;
}
@media (max-width: 768px) {
    .WRO4000 .section3-title {
        font-size: 20px;
        margin-bottom: 24px;
    }
}
/* #endregion section3 */

/* #region section4 */
.WRO4000 .section4-title {
    color: #fff;
    font-size: 45px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
}
.WRO4000 .section4-accordion {
    display: flex;
    height: 550px;
    overflow: hidden;
    gap: 4px;
}
.WRO4000 .section4-item {
    position: relative;
    flex: 1;
    overflow: hidden;
    cursor: pointer;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center;
    transition: flex 0.5s cubic-bezier(0.4, 0, 0.2, 1), background-position 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.WRO4000 .section4-item.active {
    flex: 8;
    background-position: center center;
}
.WRO4000 .section4-arrow {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 50px;
    transition: opacity 0.3s ease;
    pointer-events: none;
}
.WRO4000 .section4-item.active .section4-arrow {
    opacity: 0;
}
@media (max-width: 768px) {
    .WRO4000 .section4-title {
        font-size: 20px;
        margin-bottom: 24px;
    }
    .WRO4000 .section4-accordion {
        flex-direction: row;
        height: 200px;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        gap: 8px;
        scrollbar-width: none;
    }
    .WRO4000 .section4-accordion::-webkit-scrollbar {
        display: none;
    }
    .WRO4000 .section4-item,
    .WRO4000 .section4-item.active {
        flex: 0 0 85vw;
        height: 100%;
        scroll-snap-align: center;
        background-position: center center;
    }
    .WRO4000 .section4-arrow {
        display: none;
    }
}
/* #endregion section4 */

/* #region section5 */
.WRO4000 .top-product {
    display: flex;
    flex-direction: column;
}
.WRO4000 .tp-card {
    background: #0f1922;
    box-shadow: 0 2px 12px rgba(11,59,130,0.08);
    display: flex;
}
.WRO4000 .tp-img-wrap {
    position: relative;
    flex: 0 0 55%;
}
.WRO4000 .tp-img-wrap .sh-card-img-swap {
    display: block;
    width: 100%;
}
.WRO4000 .tp-img-wrap img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.WRO4000 .tp-badge {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: #00a86d;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    padding: 24px 12px;
}
.WRO4000 .tp-card-body {
    flex: 1;
    padding: 30px;
    display: flex;
    flex-direction: column;
}
.WRO4000 .tp-top-rated {
    font-size: 24px;
    font-weight: 700;
    color: #15e5fc;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 6px;
}
.WRO4000 .tp-top-rated-icon {
    width: 25px;
    height: auto;
    display: inline-block;
}
.WRO4000 .tp-name {
    font-size: 26px;
    font-weight: 600;
    color: #fff;
    line-height: 1.4;
    margin-bottom: 20px;
}
.WRO4000 .tp-features {
    padding-left: 40px;
    margin-bottom: 16px;
    flex: 1;
}
.WRO4000 .tp-features li {
    list-style: disc;
    font-size: 26px;
    color: #BDE0FF;
    line-height: 1.8;
}
.WRO4000 .tp-price-wrap {
    display: flex;
    align-items: baseline;
    gap: 10px;
    margin-bottom: 30px;
}
.WRO4000 .tp-price {
    font-size: 48px;
    font-weight: 700;
    color: #fff600;
}
.WRO4000 .tp-original-price {
    font-size: 24px;
    color: #fff;
    text-decoration: line-through;
}
.WRO4000 .tp-btn-wrap {
    display: flex;
    gap: 50px;
}
.WRO4000 .tp-btn {
    padding: 12px 38px;
    border-radius: 9999px;
    font-size: 26px;
    font-weight: 400;
    text-decoration: none;
    cursor: pointer;
    transition: opacity 0.2s;
    border: none;
    display: block;
    text-align: center;
    font-family: Arial, sans-serif;
}
.WRO4000 .tp-btn:hover {
    opacity: 0.85;
}
.WRO4000 .tp-btn-cart {
    background: #1b65c8;
    color: #fff;
}
.WRO4000 .tp-btn-order {
    background: #00a23e;
    color: #fff;
}
@media (max-width: 768px) {
    .WRO4000 .product-section {
        padding: 20px 0;
    }
    .WRO4000 .tp-card {
        flex-direction: column;
    }
    .WRO4000 .tp-img-wrap {
        flex: unset;
        width: 100%;
    }
    .WRO4000 .tp-badge {
        font-size: 16px;
        padding: 10px;
    }
    .WRO4000 .tp-card-body {
        padding: 15px;
    }
    .WRO4000 .tp-top-rated {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .WRO4000 .tp-top-rated-icon {
        width: 20px;
    }
    .WRO4000 .tp-name {
        font-size: 17px;
        margin-bottom: 10px;
    }
    .WRO4000 .tp-features {
        padding-left: 20px;
        margin-bottom: 10px;
    }
    .WRO4000 .tp-features li {
        font-size: 15px;
        line-height: 1.5;
    }
    .WRO4000 .tp-price-wrap {
        margin-bottom: 20px;
    }
    .WRO4000 .tp-price {
        font-size: 24px;
    }
    .WRO4000 .tp-original-price {
        font-size: 14px;
    }
    .WRO4000 .tp-btn-wrap {
        justify-content: center;
        gap: 30px;
    }
    .WRO4000 .tp-btn {
        font-size: 16px;
        padding: 12px 30px;
    }
}
/* #endregion section5 */

/* #region section6 */
.WRO4000 .section6-body {
    display: flex;
    align-items: center;
    gap: 60px;
}
.WRO4000 .section6-stages {
    flex: 0 0 35%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.WRO4000 .section6-stage {
    display: flex;
    align-items: flex-start;
    gap: 50px;
}
.WRO4000 .section6-stage-btn {
    flex-shrink: 0;
    background: #afcfff;
    color: #0b3b82;
    border: none;
    border-radius: 999px;
    padding: 10px 32px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
    white-space: nowrap;
    font-family: Arial, sans-serif;
}
.WRO4000 .section6-stage.active .section6-stage-btn {
    background: #fff;
    color: #0b3b82;
}
.WRO4000 .section6-stage.active .section6-stage-name {
    color: #fff;
}
.WRO4000 .section6-stage-content {
    display: flex;
    flex-direction: column;
    padding-top: 4px;
}
.WRO4000 .section6-stage-name {
    color: #afcfff;
    font-size: 18px;
    line-height: 1.4;
}
.WRO4000 .section6-arrow {
    color: #00fff2;
    font-size: 18px;
    line-height: 1.8;
}
.WRO4000 .section6-video-wrap {
    flex: 1;
    overflow: hidden;
}
.WRO4000 .section6-video-wrap video {
    width: 100%;
    display: block;
}
@media (max-width: 768px) {
    .WRO4000 .section6-body {
        flex-direction: column-reverse;
        gap: 24px;
    }
    .WRO4000 .section6-stages {
        display: none;
    }
    .WRO4000 .section6-stage {
        width: 100%;
        gap: 10px;
    }
    .WRO4000 .section6-stage-btn {
        font-size: 14px;
        padding: 6px 16px;
    }
    .WRO4000 .section6-stage-name {
        font-size: 14px;
    }
    .WRO4000 .section6-arrow {
        font-size: 14px;
        line-height: 1.4;
    }
    .WRO4000 .section6-video-wrap {
        flex: none;
        width: 100%;
    }
}
/* #endregion section6 */

/* #region section7 */
.WRO4000 .section7-body {
    display: flex;
    gap: 80px;
}
.WRO4000 .section7-body img:first-child {
    flex: 5;
    min-width: 0;
    display: block;
    width: 100%;
    height: auto;
}
.WRO4000 .section7-body img:last-child {
    flex: 4;
    min-width: 0;
    display: block;
    width: 100%;
    height: auto;
}
@media (max-width: 768px) {
    .WRO4000 .section7-body {
        flex-direction: column;
        gap: 16px;
    }
    .WRO4000 .section7-body img:first-child,
    .WRO4000 .section7-body img:last-child {
        flex: none;
        width: 100%;
    }
}
/* #endregion section7 */

/* #region section8 */
.WRO4000 .section8-title {
    color: #fff;
    font-size: 45px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
}
.WRO4000 .blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    width: 75%;
    margin: 0 auto;
}
.WRO4000 .blog-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(11,59,130,0.08);
    display: flex;
    flex-direction: column;
}
.WRO4000 .blog-card-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.WRO4000 .blog-card-body {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    flex: 1;
}
.WRO4000 .blog-card-subtitle {
    padding: 10px 20px;
    background-color: #92baff;
    color: #0b3b82;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}
.WRO4000 .blog-card-title {
    font-size: 20px;
    font-weight: 500;
    color: #0b3b82;
    padding: 20px 20px 30px;
    flex: 1;
}
.WRO4000 .blog-btn {
    display: block;
    margin: 0 auto 20px;
    width: fit-content;
    padding: 12px 35px;
    border-radius: 30px;
    font-size: 20px;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
    transition: opacity 0.2s;
    color: #fff;
    background-color: #1b65c8;
    font-family: Arial, sans-serif;
}
.WRO4000 .blog-btn:hover {
    opacity: 0.85;
}
@media (max-width: 768px) {
    .WRO4000 .section8-title {
        font-size: 20px;
        margin-bottom: 24px;
    }
    .WRO4000 .blog-section {
        padding: 30px 0;
    }
    .WRO4000 .blog-title {
        font-size: 22px;
    }
    .WRO4000 .blog-header {
        margin-bottom: 20px;
    }
    .WRO4000 .blog-grid {
        display: flex;
        gap: 0;
        overflow-x: scroll;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
        width: 100%;
    }
    .WRO4000 .blog-grid::-webkit-scrollbar {
        display: none;
    }
    .WRO4000 .blog-card {
        flex: 0 0 75vw;
        scroll-snap-align: start;
        margin-right: 15px;
    }
    .WRO4000 .blog-card:last-child {
        margin-right: 0;
    }
    .WRO4000 .blog-card-subtitle {
        font-size: 14px;
    }
    .WRO4000 .blog-card-title {
        font-size: 16px;
        padding: 16px 16px 20px;
    }
    .WRO4000 .blog-btn {
        padding: 8px 24px;
        font-size: 14px;
    }
}
/* #endregion section8 */

/* #region section9 */
.WRO4000 .section9 {
    margin-bottom: 120px;
}
.WRO4000 .section9-body {
    display: flex;
    gap: 50px;
}
.WRO4000 .section9-title {
    font-size: 80px;
    font-weight: 800;
    color: #fff;
    line-height: 1;
    flex-shrink: 0;
    padding-top: 6px;
}
.WRO4000 .section9-list {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-height: calc(6 * 58px + 5 * 20px);
    overflow-y: auto;
    scrollbar-width: none;
}
.WRO4000 .section9-list::-webkit-scrollbar {
    display: none;
}
.WRO4000 .faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    background-color: #0c2a40;
    cursor: pointer;
}
.WRO4000 .faq-question span:first-child {
    font-size: 26px;
    font-weight: 600;
    color: #fff;
}
.WRO4000 .faq-icon {
    flex-shrink: 0;
    font-size: 40px;
    font-weight: 300;
    color: #fff;
    line-height: 1;
    user-select: none;
}
.WRO4000 .faq-answer {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.35s ease;
}
.WRO4000 .faq-answer > p {
    overflow: hidden;
    padding: 0 20px;
    transition: padding 0.35s ease;
}
.WRO4000 .faq-item.active .faq-answer {
    grid-template-rows: 1fr;
}
.WRO4000 .faq-item.active .faq-answer > p {
    padding: 25px 20px 10px;
}
.WRO4000 .faq-answer p {
    font-size: 24px;
    color: #dfe9ff;
    line-height: 1.2;
}
@media (max-width: 768px) {
    .WRO4000 .section9 {
        margin-bottom: 40px;
    }
    .WRO4000 .section9-body {
        flex-direction: column;
        gap: 10px;
    }
    .WRO4000 .section9-title {
        font-size: 20px;
        padding-top: 0;
    }
    .WRO4000 .section9-list {
        max-height: calc(6 * 46px + 5 * 10px);
        overflow-y: auto;
        gap: 10px;
    }
    .WRO4000 .faq-question {
        padding: 10px 12px;
        gap: 10px;
    }
    .WRO4000 .faq-question span:first-child {
        font-size: 14px;
    }
    .WRO4000 .faq-icon {
        font-size: 26px;
    }
    .WRO4000 .faq-answer > p {
        padding: 0 16px;
        font-size: 14px;
    }
    .WRO4000 .faq-item.active .faq-answer > p {
        padding: 10px 10px 5px;
    }
}
/* #endregion section9 */

/* #region section10 */
.WRO4000 .section10 {
    background-color: #b2ceff;
    padding: 50px 0;
    border-bottom: 1px solid #fff;
}
.WRO4000 .s10-inner {
    width: 80%;
    margin: 0 auto;
}
.WRO4000 .s10-title {
    font-size: 32px;
    font-weight: 500;
    color: #0B3B82;
    margin-bottom: 40px;
    text-align: center;
}
.WRO4000 .s10-preview p,
.WRO4000 .s10-more p {
    font-size: 24px;
    color: #0B3B82;
    line-height: 1.2;
    margin-bottom: 40px;
}
.WRO4000 .s10-more {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.45s ease;
}
.WRO4000 .s10-more.open {
    max-height: 1000px;
}
.WRO4000 .s10-toggle-btn {
    display: block;
    margin: 0 auto;
    padding: 10px 32px;
    background: #fff;
    color: #0B3B82;
    font-size: 22px;
    font-weight: 500;
    border: none;
    border-radius: 999px;
    cursor: pointer;
    transition: opacity 0.2s;
}
.WRO4000 .s10-toggle-btn:hover {
    opacity: 0.85;
}
@media (max-width: 768px) {
    .WRO4000 .section10 {
        padding: 30px 0;
    }
    .WRO4000 .s10-inner {
        width: 95%;
        text-align: left;
    }
    .WRO4000 .s10-title {
        font-size: 22px;
        margin-bottom: 15px;
    }
    .WRO4000 .s10-preview p,
    .WRO4000 .s10-more p {
        font-size: 14px;
        margin-bottom: 15px;
    }
    .WRO4000 .s10-preview p strong,
    .WRO4000 .s10-more p strong{
        font-size: 18px;
    }
    .WRO4000 .s10-toggle-btn {
        font-size: 16px;
        padding: 8px 24px;
    }
}
/* #endregion section10 */

/* #region section11 */
.WRO4000 .section11 img {
    width: 100%;
    display: block;
}
/* #endregion section11 */

/* #region ending banner */
.WRO4000 .ending-banner img {
    width: 100%;
    display: block;
}
/* #endregion ending banner */

