.blur-up {
    transition: filter .4s;
    filter: blur(10px);
}

.blur-up.lazyloaded {
    filter: blur(0);
}

#product_feature img,
#product_feature video {
    width: 100%;
    display: block;
}

#product_feature h2,
#product_feature h3 {
    letter-spacing: 0;
    line-height: 1.25;
}

#product_feature p {
    letter-spacing: 0;
    line-height: 1.6;
}

#product_feature .mob-show {
    display: none;
}

#product_feature .pc-show {
    display: block;
}

.section-hero {
    position: relative;
}

.section-hero .hero-bg {
    width: 100%;
}

.section-hero .hero-content {
    width: 34.645833vw;
    position: absolute;
    top: 13.333333vw;
    right: 5.666667vw;
    display: flex;
    align-items: center;
}

.section-hero .hero-content .hero-product {
    width: 30.885417vw;
    margin-right: 1.927083vw;
}

.section-hero .hero-content .copy h2 {
    font-size: 2.916667vw;
    line-height: 1.35 !important;
    margin-bottom: .833333vw;
    color: #000000;
}

@media (max-width:1280px) and (min-width:1024px) and (min-aspect-ratio: 11/10) {
    .section-hero .hero-content .copy h2 {
        font-size: 2.5vw;
    }
}

.section-hero .hero-content .copy p {
    font-size: 1.666667vw;
    line-height: 1.18 !important;
    color: #000000;
    display: flex;
    align-items: center;
}

.section-highlights {
    width: 62.5vw;
    margin: 6.25vw auto 0;
}

.section-highlights .highlights-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.section-highlights .highlights-list .highlights-item {
    position: relative;
    overflow: hidden;
    border-radius: 1.458333vw;
    cursor: pointer;
}

.section-highlights .highlights-list .highlights-item:nth-child(1),
.section-highlights .highlights-list .highlights-item:nth-child(2) {
    width: 30.625vw;
    margin-bottom: 1.25vw;
}

.section-highlights .highlights-list .highlights-item:nth-child(3),
.section-highlights .highlights-list .highlights-item:nth-child(4),
.section-highlights .highlights-list .highlights-item:nth-child(5) {
    width: 20vw;
    margin-bottom: 1.25vw;
}

.section-highlights .highlights-list .highlights-item:nth-child(6),
.section-highlights .highlights-list .highlights-item:nth-child(7) {
    width: 30.625vw;
}

.section-highlights .highlights-list .highlights-item .anchor-marker {
    position: absolute;
    bottom: 1.666667vw;
    right: 1.666667vw;
    width: 2.291667vw;
    height: 2.291667vw;
    background-color: #ffffff;
    border-radius: 50%;
    overflow: hidden;
    z-index: 2;
}

.section-highlights .highlights-list .highlights-item .anchor-marker .highlights-arrow {
    display: flex;
    flex-direction: column;
    transform: translateY(-50%);
    transition: .5s;
}

.section-highlights .highlights-list .highlights-item:hover .highlights-arrow {
    transform: translateY(0);
}

.section-highlights .highlights-list .highlights-item .highlights-pic img {
    transition: .5s;
}

.section-highlights .highlights-list .highlights-item:hover .highlights-pic img {
    transform: scale(1.1);
}

.section-highlights .highlights-list .highlights-item .highlights-copy {
    position: absolute;
    left: 1.666667vw;
    bottom: 1.666667vw;
    z-index: 3;
    width: 77%;
}

.section-highlights .highlights-list .highlights-item .highlights-copy h2 {
    font-size: 1.666667vw;
    color: #FFFFFF;
    letter-spacing: 0;
    transition: .5s;
}

.section-highlights .highlights-list .highlights-item:nth-child(4) .highlights-copy p {
    width: 15.666667vw;
}

.section-highlights .highlights-list .highlights-item .highlights-copy p {
    font-size: 1.25vw;
    color: #FFFFFF;
    letter-spacing: 0;
    opacity: 0;
    transition: .5s;
    height: 0;
}

.section-highlights .highlights-list .highlights-item:hover .highlights-copy h2 {
    transform: translateY(0);
}

.section-highlights .highlights-list .highlights-item:hover .highlights-copy p {
    opacity: 1;
}

.section-highlights .highlights-list .highlights-item .box-shadow {
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0.6;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000000 100%);
    transition: .5s;
}

.section-highlights .highlights-list .highlights-item:hover .box-shadow {
    opacity: .8;
}

.section-highlights .highlights-list .highlights-item .highlight-hover {
    display: block;
}

.section-highlights .highlights-list .highlights-item:hover .highlight-hover {
    display: none;
}

.section-highlights .highlights-list .highlights-item .anchor {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
}

.section-manage {
    padding-top: 6.25vw;
}

.section-manage .manage-content {
    position: relative;
}

.section-manage .manage-content .copy {
    position: absolute;
    top: 8.385417vw;
    right: 12.75vw;
    color: #ffffff;
    z-index: 2;
    width: 28.916667vw;
}

.section-manage .manage-content .copy h2 {
    font-size: 2.916667vw;
}

.section-manage .manage-content .copy p {
    font-size: 1.25vw;
    margin-top: 1.25vw;
}

.section-manage .manage-content .box-shadow {
    transform: rotate(180deg);
    background-image: linear-gradient(90deg, rgba(56, 59, 64, 0.62) 0%, rgba(72, 84, 106, 0.58) 34%, rgba(24, 48, 89, 0.00) 84%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    height: 100%;
}

.section-allocation {
    width: 100%;
    position: relative;
}

.section-allocation img {
    width: 100%;
}

.section-allocation .copy {
    width: 28.90625vw;
    position: absolute;
    top: 6.666667vw;
    left: 18.75vw;
    color: #000;
}

.section-allocation .copy h2 {
    font-size: 2.916667vw;
    margin-bottom: 1.25vw;
    line-height: 1.5;
}

.section-allocation .copy p {
    font-size: 1.25vw;
}

.section-allocation .text-color-white {
    color: #fff !important;
}

.section-ultimate {
    width: 100%;
    padding-top: 6.119792vw;
}

/* .section-ultimate img{
    width: 100%;
} */
.section-ultimate .copy {
    width: 62.5vw;
    margin: 0 auto 2.5vw;
    color: #000;
}

.section-ultimate .copy h2 {
    font-size: 2.916667vw;
    margin-bottom: 1.25vw;
}

.section-ultimate .copy p {
    font-size: 1.25vw;
}

/* 修改-图文分离 25-7-4 */
.section-ultimate .ultimate-content {
    width: 100%;
    position: relative;
}

.section-ultimate .ultimate-content .bg {
    width: 100%;
    position: absolute;
}

.section-ultimate .ultimate-content .inner-content {
    position: absolute;
    padding: 2.5vw 3.177083vw 3.541667vw;
    border-radius: 1.25vw;
    color: #fff;
    right: 15vw;
    top: 3.5vw;
}

.section-ultimate .ultimate-content .inner-content p {
    margin: 0;
}

.section-ultimate .ultimate-content .inner-content .title p {
    font-weight: bold;
    font-size: 2.083333vw;
    line-height: 2.447917vw;
}

.section-ultimate .ultimate-content .inner-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: .416667vw;
}

.section-ultimate .ultimate-content .inner-content ul li {
    height: auto;
    width: 22vw;
    margin-top: 1.5vw;
}

.section-ultimate .ultimate-content .inner-content ul p {
    line-height: 1.09375vw;
    font-weight: 700;
    font-size: .9375vw;
    margin-bottom: 0.5vw;
}

.section-ultimate .ultimate-content .inner-content ul .line {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
}

.section-ultimate .ultimate-content .inner-content ul .inner-text {
    transform: translateX(1.875vw);
    font-size: 1.458333vw;
    line-height: 1;
    color: #fff;
    z-index: 9;
    position: absolute;
    margin-bottom: 0;
}


.section-afci {
    padding-top: 6.25vw;
}

.section-afci .afci-content .copy-content {
    display: flex;
    justify-content: space-between;
    margin: 0 auto 2.447917vw;
    width: 62.5vw;
}

.section-afci .afci-content .copy-content .copy {
    width: 47.864583vw;
}

.section-afci .afci-content .copy-content .copy h2 {
    font-size: 2.916667vw;
}

.section-afci .afci-content .copy-content .copy p {
    font-size: 1.25vw;
    margin-top: 1.25vw;
}

.section-afci .afci-content .copy-content .icon {
    width: 11.09375vw;
}

.section-afci .afci-content .video {
    width: 62.5vw;
    margin: 0 auto;
}

.section-afci .afci-content .video video {
    border-radius: 1.25vw;
}

.section-25-years {
    padding-top: 6.25vw;
}

.section-25-years h2 {
    font-size: 3.125vw;
    text-align: center;
    margin-bottom: 2.5vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-25-years h2 span {
    font-size: 4.6875vw;
    background-image: linear-gradient(94deg, rgba(76, 229, 143, 1.00) 0%, rgba(0, 119, 233, 1.00) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    -webkit-text-fill-color: transparent;
    letter-spacing: 0;
    margin: auto 0 auto 1.25vw;
}

.section-25-years .video11 {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
}

.section-25-years .box {

    position: relative;
    width: 62.5vw;
    margin: 0 auto 6.25vw;
}

.section-25-years .box img {
    border-radius: 1.25vw;
}

.section-extreme {
    background-color: #F6F7F9;
    padding-bottom: 4.6875vw;
}

.section-extreme .extreme-content {
    width: 62.5vw;
    margin: 0 auto;
    margin-bottom: 4.6875vw;
}

.section-extreme .extreme-content h2 {
    font-size: 2.916667vw;
    padding-top: 6.25vw;
    margin-bottom: 2.5vw;
    text-align: center;
}

.section-extreme .extreme-content .extreme-item .copy-content .copy {
    width: auto;
    display: flex;
    justify-content: space-between;
    margin-top: 5.20833vw;
    align-items: center;
}

.section-extreme .extreme-content .extreme-item .copy-content .copy1,
.section-extreme .extreme-content .extreme-item .copy-content .copy3 {
    flex-direction: row-reverse;
}

.section-extreme .extreme-content .extreme-item .copy h3 {
    font-size: 1.875vw;
}

.section-extreme .extreme-content .extreme-item .copy p {
    font-size: 1.25vw;
    margin-top: 1.25vw;
}

.section-extreme .extreme-content .extreme-item .copy .copy-item {
    width: 23.958333vw;
}

.section-extreme .extreme-content .extreme-item .swp-pic {
    width: 50%;
}

.section-extreme .extreme-content .extreme-item .swp-pic img {
    border-radius: 0.833333vw;
}

.section-extreme .extreme-content .extreme-item .selector {
    display: flex;
    flex-direction: column;
    position: absolute;
    bottom: 0;
    left: 25.729167vw;
}

.section-extreme .extreme-content .extreme-item .selector .circle {
    width: .625vw;
    height: .625vw;
    border-radius: 50%;
    background-color: #D8D8D8;
    margin-top: .885417vw;
    cursor: pointer;
}

.section-extreme .extreme-content .extreme-item .selector .circle.active {
    background: #676767;
}

.section-extreme .extreme-content .extreme-item .copy-content .copy.opacity {
    opacity: 0 !important;
    transition: 1s;
}

.section-extreme .extreme-content .extreme-item .copy-content .copy.move {
    transform: translateY(-50%) !important;
    transition: 1s;
}

.section-easily {
    padding-top: 6.25vw;
}

.section-easily .easily-content {
    width: 62.5vw;
    margin: 0 auto;
}

.section-easily .easily-content h2 {
    font-size: 2.916667vw;
}

.section-easily .easily-content p {
    font-size: 1.25vw;
    margin: 1.25vw auto 2.369792vw;
}

.section-power {
    padding-top: 4.6875vw;
}

.section-power .power-content {
    width: 62.5vw;
    margin: 0 auto;
}

.section-power .power-content h2 {
    font-size: 2.916667vw;
}

.section-power .power-content p {
    font-size: 1.25vw;
    margin: .729167vw auto 2.5vw;
}

.section-home {
    margin-top: 6.25vw;
}

.section-home .home-content {
    position: relative;
    overflow: hidden;
}

.section-home .home-content .copy-content {
    position: absolute;
    top: 4.947917vw;
    width: 62.5vw;
    left: 50%;
    transform: translateX(-50%);
    color: #ffffff;
    z-index: 2;
}

.section-home .home-content .copy-content h2 {
    font-size: 2.916667vw;
}

.section-home .home-content .copy-content p {
    font-size: 1.25vw;
    margin-top: 1.25vw;
    width: 30.208333vw;
}

.section-home .home-content img {
    transform: scale(1.5);
}

.scroll-text {
    opacity: 0;
    transform: translateY(40%);
    transition: .5s;
}

.scroll-text.active {
    opacity: 1;
    transform: none;
}

.section-home .home-content .copy-content.scroll-text {
    transform: translate(-50%, 40%);
}

.section-home .home-content .copy-content.scroll-text.active {
    transform: translate(-50%, 0);
}

#product_feature .product-recommendations-item>img {
    margin: 0 auto;
}

@media screen and (max-width: 1280px) {
    #pageHeaderWrapper .global_header_wrapper.login {
        height: 128px;
    }

    #pageHeaderWrapper .global_header_wrapper>a .nav-top-login.login {
        margin-top: 0;
    }
}

@media screen and (max-aspect-ratio: 11/10) {
    #pageHeaderWrapper .global_header_wrapper.login {
        height: 96px;
    }

    #pageHeaderWrapper .global_header_wrapper>a .nav-top-login.login {
        margin-top: 0;
    }

    #product_feature .mob-show {
        display: block;
    }

    #product_feature .pc-show {
        display: none;
    }

    .scroll-text {
        opacity: 1;
        transform: none;
    }

    .section-hero .hero-content {
        width: auto;
        position: initial;
        flex-direction: column;
        padding-top: 3.333333vw;
        transform: none;
    }

    .section-hero .hero-content .hero-product {
        width: 73.333333vw;
        margin: 0 auto 6.666667vw;
    }

    .section-hero .hero-content .copy {
        width: 86.666667vw;
        text-align: center;
    }

    .section-hero .hero-content .copy h2 {
        font-size: 6.666667vw;
        line-height: 1.25 !important;
        color: #000;
        margin-bottom: 4.444444vw;
    }

    .section-hero .hero-content .copy p {
        font-size: 3.333333vw;
        line-height: 1.25 !important;
        color: #000;
        justify-content: center;
    }

    .section-highlights {
        width: 86.666667vw;
        margin: 13.333333vw auto 0;
    }

    .section-highlights .highlights-list .highlights-item:nth-child(1),
    .section-highlights .highlights-list .highlights-item:nth-child(2) {
        width: 100%;
        margin-bottom: 3.333333vw;
    }

    .section-highlights .highlights-list .highlights-item:nth-child(3),
    .section-highlights .highlights-list .highlights-item:nth-child(4),
    .section-highlights .highlights-list .highlights-item:nth-child(5) {
        width: 100%;
        margin-bottom: 3.333333vw;
    }

    .section-highlights .highlights-list .highlights-item:nth-child(6),
    .section-highlights .highlights-list .highlights-item:nth-child(7) {
        width: 100%;
        margin-bottom: 3.333333vw;
    }

    .section-highlights .highlights-list .highlights-item:nth-child(7) {
        margin-bottom: 0;
    }

    .section-highlights .highlights-list .highlights-item .anchor-marker {
        bottom: 6.666667vw;
        right: 6.666667vw;
        width: 11.111111vw;
        height: 11.111111vw;
    }

    .section-highlights .highlights-list .highlights-item .highlights-copy h2 {
        font-size: 4.444444vw;
    }

    .section-highlights .highlights-list .highlights-item:nth-child(4) .highlights-copy p {
        width: 90%;

    }

    .section-highlights .highlights-list .highlights-item .highlights-copy p {
        width: 90%;
        margin-top: 2.962963vw;
        font-size: 2.592593vw;
    }

    .section-highlights .highlights-list .highlights-item .highlights-copy {
        left: 6.666667vw;
        bottom: 6.666667vw;
    }


    .section-manage {
        padding-top: 13.33333vw;
    }

    .section-manage .manage-content .copy {
        top: 6.666667vw;
        left: 6.666667vw;
    }

    .section-manage .manage-content .copy h2 {
        font-size: 6.666667vw;
        width: 59.722222vw;
    }

    .section-manage .manage-content .copy p {
        font-size: 3.888889vw;
        margin-top: 4.44444vw;
        width: 67.777778vw;
    }

    .section-manage .manage-content .box-shadow {
        background-image: none;
    }

    .section-allocation .copy {
        width: 77.777778vw;
        top: 6.666667vw;
        left: 6.111111vw;
    }

    .section-allocation .copy h2 {
        font-size: 6.666667vw;
        margin-bottom: 4.444444vw;
    }

    .section-allocation .copy p {
        font-size: 3.888889vw;
    }

    .section-ultimate {
        padding-top: 13.333333vw;
    }

    .section-ultimate .copy {
        width: 77.777778vw;
        margin: 0 0 6.666667vw 6.666667vw;
    }

    .section-ultimate .copy h2 {
        font-size: 6.666667vw;
        margin-bottom: 4.444444vw;
    }

    .section-ultimate .copy p {
        font-size: 3.888889vw;
    }

    /* 修改-图文分离 25-7-4 */
    .section-ultimate .ultimate-content {
        width: 100%;
        position: relative;
    }

    .section-ultimate .ultimate-content .bg {
        width: 100%;
        position: absolute;
    }

    .section-ultimate .ultimate-content .inner-content {
        position: absolute;
        left: 2.5vw;
        top: 2.5vw;
        border-radius: 1.25vw;
        margin: 0 auto;
        color: #fff !important;
    }

    .section-ultimate .ultimate-content .inner-content p {
        margin: 0;
    }

    .section-ultimate .ultimate-content .inner-content .title p {
        font-weight: bold;
        font-size: 5.555556vw;
        line-height: 6.527778vw;
    }

    .section-ultimate .ultimate-content .inner-content ul {
        list-style: none;
        padding: 0;
        margin: 0;
        margin-top: 1.527778vw;
    }

    .section-ultimate .ultimate-content .inner-content ul li {
        height: auto;
        width: 47.777778vw;
        margin-top: 2.777778vw;
    }

    .section-ultimate .ultimate-content .inner-content ul p {
        line-height: 2.916667vw;
        font-size: 2.5vw;
        margin-bottom: 1.666667vw;
    }

    .section-ultimate .ultimate-content .inner-content ul .line {
        width: 100%;
        height: auto;
        display: flex;
        align-items: center;
    }

    .section-ultimate .ultimate-content .inner-content ul .line img {
        width: 48.888889vw !important;
    }

    .section-ultimate .ultimate-content .inner-content ul .inner-text {
        transform: translateX(3.5vw);
        font-size: 3.888889vw;
    }


    .section-afci {
        padding-top: 13.333333vw;
    }

    .section-afci .afci-content .copy-content {
        width: 86.666667vw;
        margin: 0 auto 6.666667vw;
        justify-content: space-between;
    }

    .section-afci .afci-content .copy-content .copy h2 {
        font-size: 6.666667vw;
    }

    .section-afci .afci-content .copy-content .icon {
        width: 29.444444vw;
    }

    .section-afci .afci-content .copy-content .copy {
        width: 50.833333vw;
    }

    .section-afci .afci-content .copy-content .copy p {
        width: 86.666667vw;
        font-size: 3.888889vw;
        margin-top: 4.444444vw;
    }

    .section-afci .afci-content .video {
        width: 91.111111vw;
        transform: none;
    }

    .section-afci .afci-content .video video {
        border-radius: 2.25vw;
    }

    .section-25-years {
        padding-top: 13.333333vw;
    }

    .section-25-years h2 {
        font-size: 5.555556vw;
        margin: 0 auto;
        margin-bottom: 6.666667vw;
        display: block;
    }

    .section-25-years h2 span {
        font-size: 8.888889vw;
        margin: auto 0 auto 1.111111vw;
        vertical-align: middle;
    }

    .section-25-years .box {
        clip-path: none;
        width: 91.111111vw;
        margin: 0 auto;
    }

    .section-25-years .box img {
        border-radius: 2.25vw;
    }

    .section-extreme {
        margin-top: 13.333333vw;
        height: auto;
        padding-bottom: 0;
    }

    .section-extreme .extreme-content {
        width: auto;
        position: initial;
    }

    .section-extreme .extreme-content h2 {
        font-size: 6.666667vw;
        width: 86.666667vw;
        padding-top: 13.33333vw;
        margin: 0 auto 6.666667vw;
    }

    .section-extreme .extreme-content .extreme-item .copy-content {
        height: auto;
        width: 91.111111vw;
        margin: 0 auto;
    }

    .section-extreme .extreme-content .extreme-item .swp-pic {
        width: 100%;
    }

    .section-extreme .extreme-content .extreme-item .copy .copy-item {
        width: auto;
    }

    .section-extreme .extreme-content .extreme-item .copy-content .copy {
        width: auto;
        margin: 0 auto;
        flex-direction: column;
    }

    .section-extreme .extreme-content .extreme-item .copy-content .copy1,
    .section-extreme .extreme-content .extreme-item .copy-content .copy3 {
        flex-direction: column;
    }

    .section-extreme .extreme-content .extreme-item .copy h3,
    .section-extreme .extreme-content .extreme-item .copy p {
        width: 86.666667vw;
        margin: 0 auto;
    }

    .section-extreme .extreme-content .extreme-item .copy h3 {
        font-size: 4.444444vw;
        margin-top: 3.333333vw;
    }

    .section-extreme .extreme-content .extreme-item .copy p {
        font-size: 3.888889vw;
        margin: 4.44444vw auto 6.666667vw;
    }

    .section-easily {
        padding-top: 13.333333vw;
    }

    .section-easily .easily-content h2 {
        font-size: 6.666667vw;
    }

    .section-easily .easily-content {
        width: 91.111111vw;
    }

    .section-easily .easily-content .scroll-text {
        width: 86.666667vw;
        margin: 0 auto;
    }

    .section-easily .easily-content p {
        font-size: 3.888889vw;
        margin: 4.44444vw auto;
    }

    .section-power {
        padding-top: 8.888889vw;
    }

    .section-power .power-content h2 {
        font-size: 6.666667vw;
    }

    .section-power .power-content {
        width: 91.111111vw;
    }

    .section-power .power-content .scroll-text {
        width: 86.666667vw;
        margin: 0 auto;
    }

    .section-power .power-content p {
        font-size: 3.888889vw;
        margin: 3.333333vw auto;
    }

    .section-home {
        margin-top: 13.333333vw;
    }

    .section-home .home-content .copy-content.scroll-text {
        transform: none;
    }

    .section-home .home-content .copy-content {
        width: 86.666667vw;
        top: 6.666667vw;
        left: 6.666667vw;
    }

    .section-home .home-content .copy-content h2 {
        font-size: 6.666667vw;
    }

    .section-home .home-content .copy-content p {
        font-size: 3.888889vw;
        width: auto;
        margin-top: 4.44444vw;
    }

    .section-home .home-content img {
        transform: none;
    }
}

.section-hero .hero-content .kv-logo {
    display: flex;
    margin-bottom: .416667vw;
    align-items: center;
}

.section-hero .hero-content .kv-logo .logo-pic {
    width: 12.760417vw;
}

.section-hero .hero-content .copy p span {
    display: inline-block;
    font-size: .729166vw;
    letter-spacing: 0px;
    color: #FFFFFF;
    padding: 0.208333vw 0.416666vw;
    background-color: #C7000B;
    border-radius: 0.208333vw;
    margin-left: 0.6432291vw;
    line-height: 1.3 !important;
    margin-top: 0;
}

@media screen and (max-aspect-ratio: 11/10) {
    .section-hero .hero-content .kv-logo {
        margin-bottom: 3.333333vw;
        justify-content: center;
    }

    .section-hero .hero-content .kv-logo .logo-pic {
        width: 27.222222vw;
    }

    .section-hero .hero-content .copy p span {
        font-size: 2.77777vw;
        letter-spacing: 0px;
        padding: 0.555555vw 1.11111vw;
        border-radius: 0.555555vw;
        margin-left: 3.58333vw;
    }

    .section-extreme .extreme-content {
        margin-bottom: 0;
    }
}