@media screen and (max-width: 1600px) {
  .w {
    width: 90%;
  }

  .rg a button {
    font-size: 0.2rem !important;
    padding: 0.2rem 0.3rem;
  }

  .lg-hidden a button {
    font-size: 0.2rem !important;
    padding: 0.2rem 0.3rem;
  }

  .section_description {
    font-size: 0.2rem;
  }

  .get a button {
    font-size: 0.2rem !important;
    padding: 0.2rem 0.3rem;
  }

  header .nav .navbar .logo {
    width: 1.5rem;
    height: auto;
  }

  header .nav .navbar .logo img {
    width: 100%;
  }

  header .nav .navbar .main_nav__menu .nav_item .title a {
    font-size: 0.22rem !important;
  }

  header .nav .navbar .main_nav__menu .nav_item .mask .mask-content .list .items {
    min-width: auto !important;
  }

  .banner .content .hero_text {
    font-size: 0.2rem;
  }

  .heading {
    padding-top: 2.5rem;
  }

  .heading .list .item:first-child img {
    width: 100%;
    height: 100%;
  }

  p.text {
    font-size: 0.2rem !important;
    line-height: 1.4 !important;
    max-width: 100% !important;
  }

  p.text a {
    font-size: 0.2rem !important;
  }

  h2 {
    font-size: 0.5rem !important;
    line-height: 1.4 !important;
  }

  footer .head .inner {
    width: 20%;
  }
}

@media screen and (max-width: 1240px) {
  .w {
    width: 94%;
  }

  header nav .navbar .main_nav__menu .nav_item .title a {
    padding: 0.35rem 0;
  }

  header nav .navbar .main_nav__menu .nav_item .mask {
    top: 1rem;
  }

  header nav .navbar .main_nav__menu .nav_item .mask .mask-content .list .items {
    min-width: auto;
  }

  .banner .content h1 {
    font-size: 1rem;
    color: #001e2f;
  }

  .banner .content .hero_text {
    font-size: 0.25rem;
  }

  .in_green h2 {
    width: 100% !important;
  }

  p.text {
    font-size: 0.28rem !important;
    line-height: 1.6 !important;
    max-width: 100% !important;
  }

  p.text a {
    font-size: 0.28rem !important;
  }

  h2 {
    font-size: calc(36px + 4 * ((100vw - 576px) / 1024)) !important;
    line-height: 1.4 !important;
  }

  .section_description {
    font-size: 0.3rem;
    max-width: 100% !important;
  }

  .has_style1 {
    position: relative;
    height: 100%;
  }

  .has_style1 .box {
    background-color: #e9f7f6;
    padding: 60px 0;
    border-radius: 0 0 1rem 0;
  }

  .has_style1 h3 {
    text-transform: uppercase;
    font-size: 0.23rem;
  }

  .has_style1 .row {
    width: 8.6rem;
    height: 0.51rem;
    margin-top: 0.1rem;
  }

  .has_style1 .row img {
    width: 100%;
    height: 100%;
  }

  .has_style1 .get {
    margin-top: 0.3rem;
  }

  .has_style1 .get a {
    font-size: 0.22rem;
  }

  .heading {
    padding-top: 2.5rem;
  }

  .heading .list .item:first-child img {
    width: 100%;
    height: 100%;
  }

  .feautures .box .col-md {
    max-width: 80vw;
  }

  .packaging .boxes_deco .box {
    height: auto;
  }

  .packaging .boxes_deco .box h5 {
    font-size: 0.22rem;
  }

  .packaging .boxes_deco .box .content h4 {
    font-size: 0.2rem !important;
  }

  .trending-products {
    background-color: #fefefe;
  }

  .trending-products .w {
    display: flex;
    justify-content: space-between;
  }

  .trending-products .text {
    width: 70vw;
  }

  .trending-products .tip {
    margin-bottom: 0.2rem;
    font-size: 0.2rem;
    color: #7b919d;
    font-weight: bold;
  }

  .trending-products .swiper {
    background-color: #fcfcfe;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
    width: 100%;
  }

  .trending-products .swiper .swiper-slide .item {
    height: 4.58rem;
    box-shadow: rgba(29, 14, 98, 0.05) 0 0.33rem 0.88rem 0;
    border-width: 0.01rem;
    border-style: solid;
    border-color: #eaeaee;
    transition: all 0.2s ease-in-out;
    background-color: #fff;
    padding: 0.2rem;
    border-radius: 0.1rem;
  }

  .trending-products .swiper .swiper-slide .item .imgs {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #f6f7f8;
    width: 100%;
    height: 3rem;
    padding: 0.2rem;
  }

  .trending-products .swiper .swiper-slide .item .imgs img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .trending-products .swiper .swiper-slide .item .content {
    padding: 0.2rem 0.2rem 0;
    height: calc(100% - 3rem);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .trending-products .swiper .swiper-slide .item .content h4 {
    text-transform: capitalize;
    line-height: 1.3;
    text-align: left;
  }

  .trending-products .swiper .swiper-slide .item:hover {
    transform: translateY(-3%);
  }

  .trending-products .phonetren {
    display: none;
  }

  .trending-products .foot {
    background-color: #fbfbfd;
  }

  .trending-products .foot .lg-hidden a button {
    padding: 0.15rem 0.25rem !important;
    font-size: 0.24rem !important;
  }

  .trending-products .call2action {
    margin-top: 0.5rem;
  }

  .trending-products .call2action .w {
    background-color: #fcf6f1;
    padding: 0.6rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .trending-products .call2action .w .get a button {
    padding: 0.15rem 0.25rem !important;
    font-size: 0.24rem !important;
  }

  .secondary .box .list .item .content .box_title {
    font-size: 0.25rem !important;
  }

  .secondary .box .list .item .content .box_text {
    font-size: 0.2rem !important;
  }

  .rg a button {
    padding: 0.15rem 0.25rem !important;
    font-size: 0.24rem !important;
  }

  .lg-hidden a button {
    padding: 0.15rem 0.25rem !important;
    font-size: 0.24rem !important;
  }

  .get a button {
    padding: 0.15rem 0.25rem !important;
    font-size: 0.24rem !important;
  }

  footer {
    background: linear-gradient(151deg, #ebf5fd 6%, #b1dbff 70%);
    position: relative;
    z-index: 22;
    padding-top: 0.7rem;
  }

  footer .head {
    display: flex;
    flex-wrap: wrap;
  }

  footer .head .form {
    background: url('../img/action_b_shape.png') no-repeat;
    background-size: cover;
  }

  footer .head .newsletter-footer {
    padding: 0.2rem;
    background: #fcf6f1;
    border-radius: 0.25rem;
    text-align: center;
    width: 4rem;
    margin: 0 0.3rem;
    height: max-content;
    box-sizing: border-box;
  }

  footer .head .newsletter-footer h5 {
    transition: all 0.2s ease-in-out;
    font-size: 13px;
    line-height: 1.3;
    margin-bottom: 0.2rem;
    color: #022c44;
  }

  footer .head .newsletter-footer h5 span {
    color: #1baaa0;
  }

  footer .head .newsletter-footer p.text {
    margin: 0.1rem 0;
  }

  footer .head .newsletter-footer .form-group {
    margin: 0.1rem 0;
    background: #fff;
    width: 100%;
    border-radius: 0.08rem;
    padding: 0.1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 0.9rem;
  }

  footer .head .newsletter-footer .form-group input {
    height: 100%;
    display: block;
    border: none;
    font-size: 0.15rem;
    padding-left: 0.2rem;
    width: 80%;
  }

  footer .head .newsletter-footer .form-group .lg-hidden {
    flex-shrink: 0;
    height: 100%;
  }

  footer .head .newsletter-footer .form-group .lg-hidden a button {
    width: fit-content;
    padding: 0.15rem 0.25rem !important;
    font-size: 0.24rem !important;
    padding: 0.08rem 0.18rem;
  }

  footer .head .newsletter-footer p.free-text-newsletter {
    margin-top: 0.25rem;
    margin-bottom: 0rem;
    font-size: 0.15rem;
    text-transform: uppercase;
  }

  footer .head .newsletter-footer p.agree-terms-text {
    margin-top: 0.2rem;
    font-size: 0.15rem;
    font-family: 'SpaceGrotesk';
    line-height: 1.5;
  }

  footer .head .newsletter-footer p.agree-terms-text a {
    text-decoration: underline;
    font-size: 0.08rem;
    font-family: 'SpaceGrotesk';
  }

  footer .head .inner {
    width: 22%;
    flex: 0 0 auto;
    box-sizing: border-box;
  }

  footer .head .inner a {
    transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    font-family: 'SpaceGrotesk';
  }

  footer .head .inner a h6 {
    margin-bottom: 0.2rem;
    text-transform: uppercase;
    font-size: 0.2rem;
  }

  footer .head .inner .footer-menuList li.menuItem {
    margin-bottom: 0.1rem;
  }

  footer .head .inner .footer-menuList li.menuItem a {
    text-transform: capitalize;
    font-size: 0.18rem;
  }

  footer .head .inner .footer-menuList li.menuItem:hover a {
    padding-left: 0.05rem;
    opacity: 0.7;
  }

  footer .head .inner .last a {
    display: flex;
    align-items: center;
  }

  footer .head .inner .last a img {
    width: 0.8rem;
    height: 0.33rem;
    margin-left: 0.05rem;
  }

  footer .head .inner .iconbox {
    display: flex;
    align-items: center;
  }

  footer .head .inner .iconbox .icon {
    margin-top: 0.1rem;
    margin-right: 0.1rem;
    width: 0.4rem;
    height: 0.4rem;
    justify-content: center;
    background-color: #fff;
    border-radius: 0.1rem;
  }

  footer .head .inner .iconbox .icon img {
    width: 0.2rem;
    height: 0.2rem;
    object-fit: contain;
    display: block;
  }

  footer .head .inner .iconbox .icon:last-child {
    margin-right: 0;
  }

  footer .head .inner .iconbox .icon:hover a {
    padding-left: 0;
  }

  footer .center {
    margin-top: 0.4rem;
    display: flex;
    justify-content: space-between;
  }

  footer .center .left .button {
    background-color: #fff;
    border: 0.01rem solid #00b67a;
    border-radius: 0.02rem;
    display: inline-block;
    padding: 0.08rem 0.06rem;
  }

  footer .center .left .button .tp-widget-logo {
    display: inline-block;
    vertical-align: bottom;
  }

  footer .center .col-xs-12 .text-gray {
    color: #7b919d;
    text-align: center;
  }

  footer .center .col-xs-12 .footer-logos {
    opacity: 0.3;
    filter: invert(99%) sepia(85%) saturate(55%) hue-rotate(193deg) brightness(118%) contrast(100%);
    width: 5.94rem;
    height: 0.6rem;
  }

  footer .copyright-section {
    border-top: 1px solid #315162;
    padding: 0.2rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  footer .copyright-section .logo {
    width: 1.65rem;
    height: auto;
  }

  footer .copyright-section .logo img {
    width: 100%;
    height: 100%;
  }

  footer .copyright-section .copy-text {
    padding: 0 0 0.1rem;
    margin: 0;
    color: #a5a5a5;
    font-size: 0.13rem;
    text-align: center;
  }

  footer .copyright-section ul {
    display: flex;
    align-items: center;
  }

  footer .copyright-section ul li a {
    color: #ee7163;
    font-size: 0.18rem;
    font-family: 'SpaceGrotesk';
  }

  footer .copyright-section ul li::after {
    content: '|';
    color: #9aabb5;
    margin: 0 0.05rem;
    font-size: 0.13rem;
  }

  footer .copyright-section ul li:last-child::after {
    content: '';
  }

  footer .copyright-section img {
    margin-top: 0.1rem;
    width: 40%;
    height: auto;
  }

  footer::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    height: 3rem;
    width: 3rem;
    background: url(../img/footer_deco.svg) 0 0 / cover;
    z-index: 0;
  }
}

@media screen and (max-width: 1500px) {
  .w {
    width: 90%;
  }
}

@media screen and (min-width: 320px) and (max-width: 1024px) {

  body,
  html {
    width: 100%;
    overflow-x: hidden;
  }

  .py110 {
    padding: 1.1rem 0;
  }

  h2 {
    font-size: 0.45rem;
    color: #001e2f;
    line-height: 1.4;
    letter-spacing: -0.02em;
  }

  p {
    width: 100%;
    margin: 0.1rem auto;
    display: block;
    line-height: 1.5;
    font-size: 0.28rem;
  }

  html {
    font-size: 100px;
    scroll-behavior: smooth;
    overflow-x: hidden;
  }

  .help {
    position: fixed;
    right: 0.1rem;
    z-index: 100;
    bottom: 0.2rem;
  }

  .help button {
    background-color: #f48781;
    padding: 0.1rem 0.2rem;
    border-radius: 0.4rem;
    display: flex;
    align-items: center;
  }

  .help .mask {
    display: none;
    width: 100%;
    margin-bottom: 0.5rem;
    transition: all 0.3s;
  }

  .help .mask .box .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.1rem 0.2rem;
    background-color: #f48781;
    border-radius: 0.1rem 0.1rem 0 0;
    text-transform: capitalize;
  }

  .help .mask .box .top .close {
    width: 0.4rem;
    height: 0.4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s;
  }

  .help .mask .box .top .close:hover {
    background-color: #f0564e;
  }

  .help .mask .box .has-body {
    background-color: #efebe4;
    padding: 0.16rem;
    position: relative;
    z-index: 2;
    max-height: 75vh;
    min-height: 8rem;
    overflow: auto;
    align-items: start;
    column-gap: 0.09rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .help .mask .box .has-body .csaas-whatsapp-message {
    padding: 0.07rem 0.14rem 0.06rem;
    background-color: #fff;
    border-radius: 0 0.16rem 0.16rem;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.13) 0 0.01rem 0.005rem;
    max-width: calc(100% - 0.4rem);
    font-size: 0.28rem;
    word-break: break-word;
    color: #111b21;
    display: flex;
    flex-direction: column;
    row-gap: 0.02rem;
  }

  .help .mask .box .has-body .csaas-whatsapp-message .profile-name {
    color: #ee7163;
    font-weight: bold;
  }

  .help .mask .box .has-body .csaas-whatsapp-message .welcome-message {
    margin: 0.05rem 0;
    line-height: 1.3;
  }

  .help .mask .box .has-body .csaas-whatsapp-message .time {
    color: #93939d;
    font-size: 0.24rem;
    line-height: 0.1rem;
  }

  .help .mask .box .has-body .csaas-whatsapp-data {
    display: flex;
    width: 100%;
  }

  .help .mask .box .has-body .csaas-whatsapp-data .csass-whatsapp-input[type='text'] {
    font-size: 14px;
    border: none;
    padding: 10px 16px;
    border-radius: 50px;
    flex: 1;
    background-color: #fff;
    outline: 0;
    max-width: calc(100% - 52px);
    margin: 0;
    color: #111b21;
    box-shadow: none;
    margin-right: 0.2rem;
  }

  .aside .item {
    width: 0.8rem;
    height: 0.8rem;
  }

  .aside .item .icon {
    width: 0.6rem;
    height: 0.6rem;
  }

  .aside .item .mask {
    display: none;
  }

  .banner {
    background: #e9f7f6;
    box-sizing: border-box;
  }

  .banner .box {
    box-sizing: border-box;
    position: relative;
    padding: 1.5rem 0 0.7rem;
    height: 100%;
    border-radius: 0 0 1rem 0;
  }

  .banner .row {
    display: block;
  }

  .banner .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .banner .content h1 {
    font-size: 0.7rem;
    margin-top: 20px;
    text-align: center;
    margin-bottom: 20px;
    z-index: 1;
    line-height: 1.05;
    letter-spacing: -0.02em;
  }

  .banner .content .hero_text {
    font-size: 0.28rem;
    line-height: 1.4;
    margin-bottom: 0.2rem;
    text-align: center;
  }

  .banner .content .get {
    margin-top: 0.1rem;
  }

  .banner .content .get a button {
    outline: none;
    cursor: pointer;
    border: none;
    padding: 0.2rem 0.3rem;
    margin: 0;
    font-size: inherit;
    position: relative;
    display: inline-block;
    letter-spacing: normal;
    font-size: 0.32rem;
    border-radius: 0.05rem;
    overflow: hidden;
    background: #ff9c6e;
    font-family: 'Circular';
    color: #fff;
    text-transform: capitalize;
    transition: all 0.2s;
  }

  .banner .content .get a button .span {
    position: relative;
    z-index: 10;
    transition: color 0.4s;
    display: block;
    height: 100%;
  }

  .banner .content .get a button:hover {
    box-shadow: 0 15px 21px -8px #ed7163d9;
  }

  .banner .content .get a button:hover .span {
    color: #fff;
  }

  .banner .content .get a button::before,
  .banner .content .get a button::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
  }

  .banner .content .get a button::before {
    content: '';
    background: #ee7163;
    width: 120%;
    left: -10%;
    transform: skew(30deg);
    transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
  }

  .banner .content .get a button:hover::before {
    transform: translate3d(100%, 0, 0);
  }

  .banner .right {
    margin-top: 0.2rem;
    width: 100%;
  }

  .banner .right img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .banner .dots {
    position: absolute;
    left: 0;
    bottom: -0.9rem;
    width: 3rem;
    height: 2.85rem;
  }

  .banner .dots img {
    width: 100%;
    height: 100%;
  }

  .has_style1 {
    position: relative;
    height: 100%;
  }

  .has_style1 .box {
    background-color: #e9f7f6;
    border-radius: 0 0 1rem 0;
  }

  .has_style1 h3 {
    text-transform: uppercase;
    font-size: 0.17rem;
  }

  .has_style1 .row {
    width: 100%;
    height: auto;
    margin-top: 0.1rem;
  }

  .has_style1 .row img {
    width: 100%;
    height: 100%;
  }

  .has_style1 .get {
    margin-top: 0.3rem;
    text-align: center;
  }

  .has_style1 .get a {
    color: #1baaa0;
    text-decoration: underline;
    transition: all 0.3s;
    font-size: 0.28rem;
  }

  .has_style1 .get a:hover {
    color: #022c44;
  }

  .has_style1::before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0.1rem;
    height: 2.4rem;
    width: 2.4rem;
    background: url(../img/1.1.svg) 0 0 / cover;
  }

  .feautures {
    background-color: #fff;
    padding: 1.2rem 0;
  }

  .feautures .w {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .feautures .box {
    display: block;
  }

  .feautures .box .col-md {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .feautures .box .col-md .tip {
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #7b919d;
    font-weight: 700;
    font-size: 0.34rem;
  }

  .feautures .box .col-md h2 {
    color: #022c44;
    font-size: 0.4rem;
    letter-spacing: -0.02em;
    margin-top: 0.05rem;
    font-size: 0.5rem;
    text-align: center;
  }

  .feautures .box .col-md p.text {
    font-size: 0.28rem;
    line-height: 1.6;
    letter-spacing: 0.3px;
    font-weight: 200;
    color: #566166;
    margin-top: 0.15rem;
    text-align: center;
  }

  .feautures .box .lg-hidden {
    display: none;
  }

  .feautures .list {
    margin-top: 0.2rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.2rem;
    width: 100%;
  }

  .feautures .list .item {
    background-color: #fff;
    padding: 0.2rem;
    box-shadow: rgba(29, 14, 98, 0.07) 0 33px 88px 0;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    border-radius: 0.2rem;
    border: 0.01rem solid #ededed;
    display: block;
  }

  .feautures .list .item .imgs {
    margin-right: 0.2rem;
    flex-shrink: 0;
    width: 100%;
    height: auto;
  }

  .feautures .list .item .imgs img {
    width: 100%;
    height: 100%;
  }

  .feautures .list .item .content {
    margin-top: 0.2rem;
  }

  .feautures .list .item .content .title {
    font-size: 0.28rem;
    margin-bottom: 0.1rem;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
  }

  .feautures .list .item .content p.text {
    color: rgba(10, 64, 69, 0.6);
    font-weight: 100;
    font-size: 0.13rem;
    line-height: 1.8;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    display: none;
  }

  .feautures .list .item .content .more {
    font-size: 0.28rem;
    box-shadow: none;
    color: #ee7163;
    background-color: transparent;
    font-weight: 500;
    font-family: 'Circular';
    text-align: left;
    display: flex;
    align-items: center;
  }

  .feautures .list .item .content .more i {
    font-weight: bold;
    margin-top: 0.03rem;
  }

  .feautures .list .item:hover {
    transform: translateY(-3%);
  }

  .feautures .cen {
    margin-top: 0.6rem;
    display: block;
  }

  .feautures .cen a button {
    outline: none;
    cursor: pointer;
    border: none;
    padding: 0.2rem 0.3rem;
    margin: 0;
    font-size: inherit;
    position: relative;
    display: inline-block;
    letter-spacing: normal;
    font-size: 0.32rem;
    border-radius: 0.05rem;
    overflow: hidden;
    background: #022c44;
    font-family: 'Circular';
    color: #fff;
    text-transform: capitalize;
    transition: all 0.2s;
  }

  .feautures .cen a button .span {
    position: relative;
    z-index: 10;
    transition: color 0.4s;
    display: block;
    height: 100%;
  }

  .feautures .cen a button:hover {
    box-shadow: 0 15px 21px -8px #02182777;
  }

  .feautures .cen a button:hover .span {
    color: #fff;
  }

  .feautures .cen a button::before,
  .feautures .cen a button::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
  }

  .feautures .cen a button::before {
    content: '';
    background: #022c44;
    width: 120%;
    left: -10%;
    transform: skew(30deg);
    transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
  }

  .feautures .cen a button:hover::before {
    transform: translate3d(100%, 0, 0);
  }

  .packaging {
    position: relative;
    background-color: #fcf6f1;
    padding: 60px 0;
    box-sizing: border-box;
  }

  .packaging .w {
    display: block;
    width: 100% !important;
    box-sizing: border-box;
  }

  .packaging .left {
    width: 100%;
    padding: 0 0.12rem;
  }

  .packaging .left h2 {
    color: #022c44;
    text-align: center;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    font-size: 0.44rem;
  }

  .packaging .left p.text {
    line-height: 1.6;
    margin: 0;
    font-size: 0.28rem;
    letter-spacing: 0.3px;
    font-weight: normal;
    text-align: center;
  }

  .packaging .boxes_deco {
    background: url('../img/3.3.svg') no-repeat center;
    background-size: contain;
    width: 100%;
    flex: 0 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 0.4rem;
  }

  .packaging .boxes_deco .box {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 0.1rem;
    padding: 0.15rem 0.1rem;
    margin: 0.1rem;
    width: 47%;
    box-sizing: border-box;
    height: auto;
    flex-shrink: 0;
    min-height: 165px;
  }

  .packaging .boxes_deco .box:nth-child(3n) {
    margin-right: 0;
    padding-right: 0;
  }

  .packaging .boxes_deco .box h5 {
    text-transform: capitalize;
    font-size: 16px;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 0.14rem;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
  }

  .packaging .boxes_deco .box .icon {
    width: 1rem;
    height: 1rem;
    border-radius: 0.2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .packaging .boxes_deco .box .icon img {
    width: 0.64rem;
    height: 0.64rem;
    object-fit: contain;
  }

  .packaging .boxes_deco .noe .icon {
    background: #e9f7f6;
  }

  .packaging::before {
    content: '';
    position: absolute;
    left: 0;
    top: -0.6rem;
    height: 2.4rem;
    width: 3rem;
    background: url(../img/orange-line.svg) 0 0 / contain no-repeat;
  }

  .trending-products {
    background-color: #fefefe;
    padding: 1.2rem 0;
  }

  .trending-products .w {
    display: block;
  }

  .trending-products .right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  .trending-products .right .next,
  .trending-products .right .prev {
    width: 0.8rem;
    height: 0.8rem;
    background-color: #1baaa0;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-left: 0.2rem;
    z-index: 10;
  }

  .trending-products .right .next i,
  .trending-products .right .prev i {
    font-size: 0.4rem;
    color: #fff;
  }

  .trending-products .tip {
    margin-bottom: 0.2rem;
    font-size: 17px;
    color: #7b919d;
    font-weight: bold;
    text-align: center;
  }

  .trending-products .title {
    font-size: 0.45rem;
    color: #022c44;
    text-align: center;
  }

  .trending-products .text {
    text-align: center;
    color: #566166;
    font-size: 0.28rem;
    line-height: 1.6;
    font-weight: normal;
    width: 100%;
    margin-top: 0.15rem;
  }

  .trending-products .swiper {
    background-color: #fcfcfe;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
    width: 100%;
  }

  .trending-products .swiper .swiper-slide .item {
    height: 5.3rem;
    box-shadow: rgba(29, 14, 98, 0.05) 0 0.33rem 0.88rem 0;
    border-width: 0.01rem;
    border-style: solid;
    border-color: #eaeaee;
    transition: all 0.2s ease-in-out;
    background-color: #fff;
    padding: 0.2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 0.1rem;
  }

  .trending-products .swiper .swiper-slide .item .imgs {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #f6f7f8;
    width: 100%;
    height: 3rem;
    padding: 0.2rem;
  }

  .trending-products .swiper .swiper-slide .item .imgs img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .trending-products .swiper .swiper-slide .item .content {
    padding: 0.2rem 0.2rem 0;
  }

  .trending-products .swiper .swiper-slide .item .content h4 {
    text-transform: capitalize;
    line-height: 1.3;
    text-align: left;
  }

  .trending-products .swiper .swiper-slide .item .more {
    font-size: 0.28rem;
    box-shadow: none;
    color: #ee7163;
    background-color: transparent;
    font-weight: 500;
    font-family: 'Circular';
    text-align: left;
    display: flex;
    align-items: center;
  }

  .trending-products .swiper .swiper-slide .item .more i {
    font-weight: bold;
    margin-top: 0.03rem;
  }

  .trending-products .swiper .swiper-slide .item:hover {
    transform: translateY(-3%);
  }

  .trending-products .pctren {
    display: none;
  }

  .trending-products .phonetren {
    display: block;
  }

  .trending-products .foot {
    background-color: #fbfbfd;
  }

  .trending-products .foot .lg-hidden a button {
    width: 100%;
    outline: none;
    cursor: pointer;
    border: none;
    padding: 0.2rem 0.3rem;
    margin: 0;
    font-size: inherit;
    position: relative;
    display: inline-block;
    letter-spacing: normal;
    font-size: 0.32rem;
    border-radius: 0.05rem;
    overflow: hidden;
    background: #03040f;
    font-family: 'Circular';
    color: #fff;
    text-transform: capitalize;
    transition: all 0.2s;
  }

  .trending-products .foot .lg-hidden a button .span {
    position: relative;
    z-index: 10;
    transition: color 0.4s;
    display: block;
    height: 100%;
  }

  .trending-products .foot .lg-hidden a button:hover {
    box-shadow: 0 15px 21px -8px #02182777;
  }

  .trending-products .foot .lg-hidden a button:hover .span {
    color: #fff;
  }

  .trending-products .foot .lg-hidden a button::before,
  .trending-products .foot .lg-hidden a button::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
  }

  .trending-products .foot .lg-hidden a button::before {
    content: '';
    background: #022c44;
    width: 120%;
    left: -10%;
    transform: skew(30deg);
    transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
  }

  .trending-products .foot .lg-hidden a button:hover::before {
    transform: translate3d(100%, 0, 0);
  }

  .trending-products .call2action {
    margin-top: 0.5rem;
  }

  .trending-products .call2action .w {
    background-color: #fcf6f1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .trending-products .call2action .w .textbox {
    text-align: center;
  }

  .trending-products .call2action .w .get a button {
    outline: none;
    cursor: pointer;
    border: none;
    padding: 0.2rem 0.3rem;
    margin: 0;
    font-size: inherit;
    position: relative;
    display: inline-block;
    letter-spacing: normal;
    font-size: 0.32rem;
    border-radius: 0.05rem;
    overflow: hidden;
    background: #ff9c6e;
    font-family: 'Circular';
    color: #fff;
    text-transform: capitalize;
    transition: all 0.2s;
  }

  .trending-products .call2action .w .get a button .span {
    position: relative;
    z-index: 10;
    transition: color 0.4s;
    display: block;
    height: 100%;
  }

  .trending-products .call2action .w .get a button:hover {
    box-shadow: 0 15px 21px -8px #ed7163d9;
  }

  .trending-products .call2action .w .get a button:hover .span {
    color: #fff;
  }

  .trending-products .call2action .w .get a button::before,
  .trending-products .call2action .w .get a button::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
  }

  .trending-products .call2action .w .get a button::before {
    content: '';
    background: #ee7163;
    width: 120%;
    left: -10%;
    transform: skew(30deg);
    transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
  }

  .trending-products .call2action .w .get a button:hover::before {
    transform: translate3d(100%, 0, 0);
  }

  .in_green {
    background-color: #1baaa0;
  }

  .in_green .box {
    position: relative;
    background-color: #022c44;
    border-radius: 0 0 1rem 0;
    padding: 1.2rem 0;
  }

  .in_green .box h2 {
    width: 100%;
    max-width: 100%;
    font-size: 0.4rem;
    text-align: center;
    color: #fff;
    line-height: 1.03;
  }

  .in_green .box p.text {
    width: 100%;
    margin-top: 0.2rem;
    text-align: center;
    color: #fff;
    opacity: 0.8;
    line-height: 1.4;
    font-size: 0.28rem;
  }

  .in_green .box .video {
    margin-top: 0.1rem;
    position: relative;
    width: 100%;
    height: auto;
  }

  .in_green .box .video img {
    width: 100%;
    height: 100%;
  }

  .in_green .box .video .icon {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    background-color: #fff;
    border-radius: 50%;
    width: 0.8rem;
    height: 0.8rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .in_green .box .video_mask {
    position: fixed;
    z-index: 40;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    display: none;
  }

  .in_green .box .video_mask .video_body {
    position: relative;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 90%;
    height: auto;
    border-radius: 0.2rem;
  }

  .in_green .box .video_mask .video_body video {
    width: 100%;
    height: auto;
    border-radius: 0.2rem;
  }

  .in_green .box .video_mask .close {
    position: absolute;
    right: 10%;
    top: 30%;
    cursor: pointer;
  }

  .in_green .box .video_mask .close img {
    width: 18px;
    height: 18px;
  }

  .in_green .imgBox img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .in_green .imgBox .img1 {
    top: 1.2rem;
    position: absolute;
    max-width: 0.1rem;
    left: 0;
  }

  .in_green .imgBox .img2 {
    position: absolute;
    max-width: 0.2rem;
    bottom: 17%;
    left: 0;
  }

  .in_green .imgBox .img3 {
    position: absolute;
    max-width: 0.2rem;
    right: 0%;
    top: 1.5rem;
  }

  .secondary {
    background-color: #fcf6f1;
  }

  .secondary .box {
    position: relative;
    background-color: #1baaa0;
    padding: 1.2rem 0;
    border-radius: 0 0 1rem 0;
  }

  .secondary .box .bg {
    display: none;
  }

  .secondary .box h2 {
    text-align: center;
  }

  .secondary .box .list {
    display: block;
    width: 100%;
    justify-content: space-between;
  }

  .secondary .box .list .item {
    width: 100%;
    margin: 0 0.12rem;
  }

  .secondary .box .list .item .head {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .secondary .box .list .item .head img {
    display: none;
  }

  .secondary .box .list .item .head h4 {
    font-size: 0.36rem;
    color: #fff;
    background: url(../img/steps-bg.png) no-repeat;
    background-size: cover;
    box-shadow: none;
    border-radius: 0;
    width: 1.2rem;
    height: 1.2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .secondary .box .list .item .content {
    margin-top: 0.1rem;
  }

  .secondary .box .list .item .content .box_title {
    color: #fff;
    font-family: 'Circular';
    font-weight: 500;
    font-size: 0.4rem;
  }

  .secondary .box .list .item .content .box_text {
    margin-top: 0.15rem;
    font-size: 0.28rem;
    color: #fff;
    line-height: 1.6;
    padding-bottom: 0.1rem;
  }

  .secondary .box .get {
    margin-top: 0.2rem;
  }

  .secondary .box .get a button {
    width: 80%;
    outline: none;
    cursor: pointer;
    border: none;
    padding: 0.2rem 0.3rem;
    margin: 0;
    font-size: inherit;
    position: relative;
    display: inline-block;
    letter-spacing: normal;
    font-size: 0.32rem;
    border-radius: 0.05rem;
    overflow: hidden;
    background: #ff9c6e;
    font-family: 'Circular';
    color: #fff;
    text-transform: capitalize;
    transition: all 0.2s;
  }

  .secondary .box .get a button .span {
    position: relative;
    z-index: 10;
    transition: color 0.4s;
    display: block;
    height: 100%;
  }

  .secondary .box .get a button:hover {
    box-shadow: 0 15px 21px -8px #95887c;
  }

  .secondary .box .get a button:hover .span {
    color: #fff;
  }

  .secondary .box .get a button::before,
  .secondary .box .get a button::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
  }

  .secondary .box .get a button::before {
    content: '';
    background: #fff;
    width: 120%;
    left: -10%;
    transform: skew(30deg);
    transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
  }

  .secondary .box .get a button:hover::before {
    transform: translate3d(100%, 0, 0);
  }

  .secondary .box .get a button .span {
    color: #ef7263;
  }

  .empowering {
    background-color: #012c44;
  }

  .empowering .box {
    background-color: #fcf6f1;
    border-radius: 0 0 1rem 0;
    padding: 1.2rem 0;
  }

  .empowering .box .w {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .empowering .box h2 {
    text-align: center;
    font-size: 0.45rem;
    color: #022c44;
  }

  .empowering .box .section_description {
    text-align: center;
    max-width: 10rem;
    line-height: 1.4;
    margin-top: 0.1rem;
    margin-bottom: 0.4rem;
    color: #9ea7af;
    font-size: 0.3rem;
  }

  .empowering .box .next,
  .empowering .box .prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 0.8rem;
    height: 0.8rem;
    background-color: #1baaa0;
    border: 0.04rem solid #fff;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 40;
  }

  .empowering .box .next i,
  .empowering .box .prev i {
    font-size: 0.4rem;
    color: #fff;
    font-weight: bold;
  }

  .empowering .box .prev {
    left: 0.1rem;
  }

  .empowering .box .next {
    right: 0.1rem;
  }

  .empowering .box .swiperBox {
    margin-top: 0.4rem;
    display: flex;
    width: 100%;
    position: relative;
    padding: 0.6rem 0.5rem;
    padding-bottom: 0.3rem;
    overflow: visible;
  }

  .empowering .box .swiperBox::before {
    content: '';
    position: absolute;
    height: 66%;
    width: 100%;
    left: 0;
    top: 0;
    border-radius: 10px;
    background: #012c44;
  }

  .empowering .box .swiperBox .swiper {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
    width: 100%;
  }

  .empowering .box .swiperBox .swiper .swiper-slide {
    width: 100%;
  }

  .empowering .box .swiperBox .swiper .swiper-slide .item {
    height: auto;
    box-shadow: rgba(29, 14, 98, 0.05) 0 0.33rem 0.88rem 0;
    border-width: 0.01rem;
    border-style: solid;
    border-color: #eaeaee;
    transition: all 0.2s ease-in-out;
    background-color: #fff;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 0.1rem;
    box-sizing: border-box;
  }

  .empowering .box .swiperBox .swiper .swiper-slide .item .imgs {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #f6f7f8;
    width: 100%;
    height: 5rem;
    padding: 0.4rem;
    border-radius: 0.2rem;
    box-sizing: border-box;
  }

  .empowering .box .swiperBox .swiper .swiper-slide .item .imgs img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .empowering .box .swiperBox .swiper .swiper-slide .item .content {
    margin-top: 0.2rem;
  }

  .empowering .box .swiperBox .swiper .swiper-slide .item .content h4 {
    text-transform: capitalize;
    line-height: 1.3;
    text-align: left;
    font-size: 0.32rem;
  }

  .empowering .box .swiperBox .swiper .swiper-slide .item .more {
    font-size: 0.28rem;
    box-shadow: none;
    color: #ee7163;
    background-color: transparent;
    font-weight: 500;
    font-family: 'Circular';
    text-align: left;
    display: flex;
    align-items: center;
  }

  .empowering .box .swiperBox .swiper .swiper-slide .item .more i {
    font-weight: bold;
    margin-top: 0.03rem;
  }

  .empowering .box .swiperBox .swiper .swiper-slide .item:hover {
    transform: translateY(-3%);
  }

  .empowering .box .pcemp {
    display: none;
  }

  .empowering .box .phonemp {
    display: block;
  }

  .empowering .box .lg-hidden a button {
    outline: none;
    cursor: pointer;
    border: none;
    padding: 0.2rem 0.3rem;
    margin: 0;
    font-size: inherit;
    position: relative;
    display: inline-block;
    letter-spacing: normal;
    font-size: 0.32rem;
    border-radius: 0.05rem;
    overflow: hidden;
    background: #03040f;
    font-family: 'Circular';
    color: #fff;
    text-transform: capitalize;
    transition: all 0.2s;
  }

  .empowering .box .lg-hidden a button .span {
    position: relative;
    z-index: 10;
    transition: color 0.4s;
    display: block;
    height: 100%;
  }

  .empowering .box .lg-hidden a button:hover {
    box-shadow: 0 15px 21px -8px #02182777;
  }

  .empowering .box .lg-hidden a button:hover .span {
    color: #fff;
  }

  .empowering .box .lg-hidden a button::before,
  .empowering .box .lg-hidden a button::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
  }

  .empowering .box .lg-hidden a button::before {
    content: '';
    background: #022c44;
    width: 120%;
    left: -10%;
    transform: skew(30deg);
    transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
  }

  .empowering .box .lg-hidden a button:hover::before {
    transform: translate3d(100%, 0, 0);
  }

  .packages_h {
    background-color: #fff;
    padding: 1.2rem 0;
    border-radius: 0 0 1rem 0;
    position: relative;
    overflow: visible;
  }

  .packages_h::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 70%;
    top: 0;
    border-bottom-right-radius: 1rem;
    background: #e9f7f6;
  }

  .packages_h .w {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .packages_h .w h2 {
    font-size: 0.45rem;
    text-align: center;
    color: #022c44;
  }

  .packages_h .w p.text {
    text-align: center;
    font-size: 0.28rem;
    max-width: 100%;
    line-height: 1.4;
    margin: 0.1rem 0;
  }

  .packages_h .w p.text a {
    font-size: 0.28rem;
    color: #ee7163;
    font-family: 'circular';
  }

  .packages_h .w .img_gallery {
    margin-top: 0.4rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .packages_h .w .img_gallery .col-lg {
    margin-right: 0rem;
    width: 100%;
    border-radius: 0.1rem;
  }

  .packages_h .w .img_gallery .col-lg:last-child {
    margin-right: 0;
  }

  .packages_h .w .img_gallery .col-lg .imgs {
    margin-bottom: 0.2rem;
  }

  .packages_h .w .img_gallery .col-lg .imgs img {
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 0.1rem;
  }

  .packages_h .w .img_gallery .col-lg.mt80 {
    margin-top: 0;
  }

  .packages_h .w .img_gallery .col-lg.mt50 {
    margin-top: 0;
  }

  .faq {
    background-color: #fff;
    padding: 1.2rem 0;
  }

  .faq .w {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .faq h2 {
    font-size: 0.45rem;
    text-align: center;
    color: #022c44;
  }

  .faq p.text {
    text-align: center;
    font-size: 0.28rem;
    max-width: 100%;
    line-height: 1.4;
    margin: 0.1rem 0;
  }

  .faq p.text a {
    font-size: 0.15rem;
    color: #ee7163;
    font-family: 'circular';
  }

  .faq .accordion {
    margin-top: 0.3rem;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    column-gap: 0.15rem;
    row-gap: 0.2rem;
  }

  .faq .accordion .item {
    width: 100%;
    height: fit-content;
    padding: 0.4rem;
    background-color: #fff;
    -webkit-box-shadow: 0 33px 88px 0 #1d0e6211;
    box-shadow: 0 33px 88px 0 #1d0e6211;
    border-radius: 8px;
    border-color: #edeef1;
    border-bottom: 0;
    border: 1px solid rgba(0, 0, 0, 0.05);
  }

  .faq .accordion .item:nth-of-type(2n) {
    margin-right: 0;
  }

  .faq .accordion .item .box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
  }

  .faq .accordion .item .box .title {
    width: 90%;
    font-size: 0.3rem;
    will-change: unset;
    font-weight: bold;
    color: #001e2f;
    line-height: 1.4;
  }

  .faq .accordion .item .box .icon {
    width: 0.5rem;
    height: 0.5rem;
    background: #e8f6f5;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
  }

  .faq .accordion .item .box .icon i {
    color: #1baaa0;
    font-weight: bold;
    transition: all 0.3s;
  }

  .faq .accordion .item .mask {
    height: 0;
    display: none;
    padding: 0.16rem 0;
    color: #012c44;
    font-weight: 500;
    transition: all 0.5s;
    font-size: 0.28rem;
    margin-top: 0.1rem;
    line-height: 1.4;
  }

  .faq .accordion .item.active {
    height: auto;
  }

  .faq .accordion .item.active .box {
    padding-bottom: 0.15rem;
    border-bottom: 0.01rem solid rgba(0, 0, 0, 0.05);
  }

  .faq .accordion .item.active .box .icon {
    background-color: #31b2a9;
  }

  .faq .accordion .item.active .box .icon i {
    color: #fff;
    transform: rotate(180deg);
  }

  .faq .accordion .item.active .mask {
    height: fit-content;
    display: block;
  }

  .action_h {
    padding-bottom: 1.2rem;
  }

  .action_h .w {
    display: flex;
    justify-content: center;
  }

  .action_h .box {
    position: relative;
    background: #e9f7f6;
    border-radius: 0.1rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 0.8rem 0.3rem;
    text-align: center;
    box-sizing: border-box;
  }

  .action_h .box p.text {
    margin-top: 0.1rem;
    font-weight: 400;
    font-size: 0.28rem;
    line-height: 1.4;
  }

  .action_h .box h3 {
    margin-top: 0.1rem;
    color: #14aca1;
    font-size: 0.4rem;
  }

  .action_h .box h4 {
    font-size: 0.36rem;
    color: #022c44;
    margin-top: 0.1rem;
  }

  .action_h .box .avatar {
    position: absolute;
    top: -15%;
    width: 1.4rem;
    height: 1.4rem;
  }

  .action_h .box .avatar img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }

  .action_h .box .lg-hidden {
    margin-top: 0.2rem;
  }

  .action_h .box .lg-hidden a button {
    outline: none;
    cursor: pointer;
    border: none;
    padding: 0.2rem 0.3rem;
    margin: 0;
    font-size: inherit;
    position: relative;
    display: inline-block;
    letter-spacing: normal;
    font-size: 0.32rem;
    border-radius: 0.05rem;
    overflow: hidden;
    background: #FF9C6E;
    font-family: 'Circular';
    color: #fff;
    text-transform: capitalize;
    transition: all 0.2s;
  }

  .action_h .box .lg-hidden a button .span {
    position: relative;
    z-index: 10;
    transition: color 0.4s;
    display: block;
    height: 100%;
  }

  .action_h .box .lg-hidden a button:hover {
    box-shadow: 0 15px 21px -8px #ed7163d9;
  }

  .action_h .box .lg-hidden a button:hover .span {
    color: #fff;
  }

  .action_h .box .lg-hidden a button::before,
  .action_h .box .lg-hidden a button::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
  }

  .action_h .box .lg-hidden a button::before {
    content: '';
    background: #14aca1;
    width: 120%;
    left: -10%;
    transform: skew(30deg);
    transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
  }

  .action_h .box .lg-hidden a button:hover::before {
    transform: translate3d(100%, 0, 0);
  }

  .related {
    background-color: #1baaa0;
  }

  .related .box {
    background-color: #fcf6f1;
    padding: 1.2rem 0;
    border-radius: 0 0 1rem 0;
  }

  .related .box .w {
    position: relative;
  }

  .related .box h2 {
    text-align: center;
    font-size: 0.45rem;
    color: #022c44;
  }

  .related .box p.text {
    font-weight: 400;
    font-size: 0.28rem;
    color: #566166;
    line-height: 1.4;
    text-align: center;
    padding: 0;
    margin-top: 0.2rem;
    padding-bottom: 1rem;
  }

  .related .box .right {
    position: absolute;
    display: flex;
    align-items: center;
    right: 0;
    top: 5.5rem;
  }

  .related .box .right .next,
  .related .box .right .prev {
    width: 1rem;
    height: 1rem;
    background-color: #fddfd5;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    margin-left: 0.05rem;
    margin-left: 0.2rem;
  }

  .related .box .right .next i,
  .related .box .right .prev i {
    font-size: 0.4rem;
    color: #ff977c;
  }

  .related .box .right .next:hover,
  .related .box .right .prev:hover {
    background-color: #ffa087;
  }

  .related .box .right .next:hover i,
  .related .box .right .prev:hover i {
    color: #fff;
  }

  .related .box .swiperBox {
    margin-top: 0.2rem;
  }

  .related .box .swiperBox .swiper {
    width: 100%;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }

  .related .box .swiperBox .swiper .swiper-slide {
    transition: all 0.2s ease-in-out;
  }

  .related .box .card {
    width: 100%;
    transition: all 0.2s ease-in-out;
  }

  .related .box .card .imgs {
    position: relative;
    width: 100%;
    height: 1.98rem;
  }

  .related .box .card .imgs img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 0.1rem 0.1rem 0 0;
  }

  .related .box .card .imgs .mask {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 39, 60, 0.8);
    z-index: 111;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 16px;
    font-weight: 100;
    opacity: 0;
    transition: all 0.2s ease-in-out;
    border-radius: 0.1rem 0.1rem 0 0;
  }

  .related .box .card .imgs .mask .title {
    color: #fff;
    text-transform: uppercase;
    text-align: center;
  }

  .related .box .card .content {
    background-color: #fff;
    width: 100%;
    padding: 0.3rem;
    min-height: 2.2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 0 0 0.1rem 0.1rem;
  }

  .related .box .card .content h3 {
    font-weight: bold;
    font-size: 0.24rem;
    line-height: 1.25;
    text-transform: capitalize;
  }

  .related .box .card .content .author {
    margin-top: 0.2rem;
    display: flex;
    align-items: center;
    font-size: 0.12rem;
    color: #929fac;
  }

  .related .box .card .content .author img {
    width: 0.5rem;
    height: 0.5rem;
    border: 0.01rem solid #ee7365;
    border-radius: 50%;
  }

  .related .box .card .content .author .tip {
    margin-left: 0.1rem;
    font-size: 0.24rem;
    line-height: 1.2;
  }

  .related .box .card .content p.texts {
    font-family: 'Space Grotesk';
    color: #929fac;
    font-size: 0.24rem;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    display: none;
  }

  .related .box .pcrel {
    display: none;
  }

  .related .box .phonerel {
    display: block;
  }

  .related .box .lg-hidden {
    margin-top: 0.4rem;
  }

  .related .box .lg-hidden a button {
    width: 100%;
    outline: none;
    cursor: pointer;
    border: none;
    padding: 0.2rem 0.3rem;
    margin: 0;
    font-size: inherit;
    position: relative;
    display: inline-block;
    letter-spacing: normal;
    font-size: 0.32rem;
    border-radius: 0.05rem;
    overflow: hidden;
    background: #ff9c6e;
    font-family: 'Circular';
    color: #fff;
    text-transform: capitalize;
    transition: all 0.2s;
  }

  .related .box .lg-hidden a button .span {
    position: relative;
    z-index: 10;
    transition: color 0.4s;
    display: block;
    height: 100%;
  }

  .related .box .lg-hidden a button:hover {
    box-shadow: 0 15px 21px -8px #ed7163d9;
  }

  .related .box .lg-hidden a button:hover .span {
    color: #fff;
  }

  .related .box .lg-hidden a button::before,
  .related .box .lg-hidden a button::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
  }

  .related .box .lg-hidden a button::before {
    content: '';
    background: #022c44;
    width: 120%;
    left: -10%;
    transform: skew(30deg);
    transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
  }

  .related .box .lg-hidden a button:hover::before {
    transform: translate3d(100%, 0, 0);
  }

  .in_dark {
    background: #012c44;
  }

  .in_dark .call2action {
    position: relative;
    background-color: #1baaa0;
    padding: 1.2rem 0;
    border-radius: 0 0 1rem 0;
  }

  .in_dark .call2action .lineBox img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .in_dark .call2action .lineBox .img1 {
    top: 0.5rem;
    position: absolute;
    max-width: 2rem;
    left: -4%;
  }

  .in_dark .call2action .lineBox .img2 {
    position: absolute;
    max-width: 3rem;
    bottom: -17%;
    left: 0.15rem;
  }

  .in_dark .call2action .lineBox .img3 {
    position: absolute;
    max-width: 2rem;
    right: 0;
  }

  .in_dark .call2action .w {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .in_dark .call2action h2 {
    text-align: center;
    font-size: 0.45rem;
    color: #fff;
  }

  .in_dark .call2action p {
    color: #fff;
    font-size: 0.3rem;
    margin: 0.2rem 0;
    text-align: center;
  }

  .in_dark .call2action .lg-hidden a button {
    outline: none;
    cursor: pointer;
    border: none;
    padding: 0.2rem 0.3rem;
    margin: 0;
    font-size: inherit;
    position: relative;
    display: inline-block;
    letter-spacing: normal;
    font-size: 0.32rem;
    border-radius: 0.05rem;
    overflow: hidden;
    background: #ff9c6e;
    font-family: 'Circular';
    color: #fff;
    text-transform: capitalize;
    transition: all 0.2s;
  }

  .in_dark .call2action .lg-hidden a button .span {
    position: relative;
    z-index: 10;
    transition: color 0.4s;
    display: block;
    height: 100%;
  }

  .in_dark .call2action .lg-hidden a button:hover {
    box-shadow: 0 15px 21px -8px #ed7163d9;
  }

  .in_dark .call2action .lg-hidden a button:hover .span {
    color: #fff;
  }

  .in_dark .call2action .lg-hidden a button::before,
  .in_dark .call2action .lg-hidden a button::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
  }

  .in_dark .call2action .lg-hidden a button::before {
    content: '';
    background: #ee7163;
    width: 120%;
    left: -10%;
    transform: skew(30deg);
    transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
  }

  .in_dark .call2action .lg-hidden a button:hover::before {
    transform: translate3d(100%, 0, 0);
  }

  .breadcrumb a {
    font-size: 0.24rem;
  }

  .breadcrumb span {
    padding: 0.15rem 0.25rem;
  }

  .products {
    background: #e9f7f6;
  }

  .products .banner .box {
    border-radius: 0;
  }

  .products .banner p.text {
    font-size: 0.28rem;
    line-height: 1.6;
    letter-spacing: 0.003rem;
  }

  .products .banner .content {
    width: 66.66666667%;
  }

  .products .banner .content p.text {
    opacity: 0.7;
    font-weight: normal;
  }

  .products .main {
    background-color: #e8f6f5;
    padding-bottom: 0.4rem;
  }

  .products .main .w {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .products .main .list {
    width: 100%;
  }

  .products .main .list .list-item {
    padding: 0.4rem 0;
  }

  .products .main .list .list-item h3 {
    font-size: 0.4rem;
    color: #022c44;
    font-weight: bold;
    text-transform: capitalize;
    margin-bottom: 0.4rem;
  }

  .products .main .list .list-item .items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 0.2rem;
    row-gap: 0.3rem;
  }

  .products .main .list .list-item .items .item {
    height: 4.42rem;
    box-shadow: rgba(29, 14, 98, 0.05) 0 0.33rem 0.88rem 0;
    border-width: 0.01rem;
    border-style: solid;
    border-color: #eaeaee;
    transition: all 0.2s ease-in-out;
    background-color: #fff;
    padding: 0.2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 0.1rem;
  }

  .products .main .list .list-item .items .item .imgs {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #f6f7f8;
    width: 100%;
    height: 2rem;
    padding: 0.1rem;
    border-radius: 0.1rem;
    box-sizing: border-box;
  }

  .products .main .list .list-item .items .item .imgs img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .products .main .list .list-item .items .item .content {
    margin-top: 0.2rem;
    flex: 1;
    display: flex;
    flex-direction: column;
  }

  .products .main .list .list-item .items .item .content h4 {
    text-transform: capitalize;
    line-height: 1.3;
    text-align: left;
    font-size: 0.18rem;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
  }

  .products .main .list .list-item .items .item .cont {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    column-gap: 0.1rem;
    row-gap: 0.05rem;
    font-size: 0.12rem;
    margin-top: auto;
  }

  .products .main .list .list-item .items .item .more {
    font-size: 0.28rem;
    box-shadow: none;
    color: #ee7163;
    background-color: transparent;
    font-weight: 500;
    font-family: 'Circular';
    text-align: left;
    display: flex;
    align-items: center;
  }

  .products .main .list .list-item .items .item .more i {
    font-weight: bold;
    margin-top: 0.03rem;
  }

  .products .main .list .list-item .items .item:hover {
    transform: translateY(-3%);
  }

  .products .main .list .list-item .items .last {
    width: 100%;
    flex-shrink: 0;
    background-color: #022c44;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    height: 100%;
  }

  .products .main .list .list-item .items .last h2 {
    font-size: 0.4rem;
    color: #fff;
  }

  .products .main .list .list-item .items .last img {
    margin-top: 0.2rem;
    width: 0.6rem;
    height: 0.8rem;
  }

  .products .main .get a button {
    outline: none;
    cursor: pointer;
    border: none;
    padding: 0.2rem 0.3rem;
    margin: 0;
    font-size: inherit;
    position: relative;
    display: inline-block;
    letter-spacing: normal;
    font-size: 0.32rem;
    border-radius: 0.05rem;
    overflow: hidden;
    background: #022c44;
    font-family: 'Circular';
    color: #fff;
    text-transform: capitalize;
    transition: all 0.2s;
  }

  .products .main .get a button .span {
    position: relative;
    z-index: 10;
    transition: color 0.4s;
    display: block;
    height: 100%;
  }

  .products .main .get a button:hover {
    box-shadow: 0 15px 21px -8px #02182777;
  }

  .products .main .get a button:hover .span {
    color: #fff;
  }

  .products .main .get a button::before,
  .products .main .get a button::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
  }

  .products .main .get a button::before {
    content: '';
    background: #022c44;
    width: 120%;
    left: -10%;
    transform: skew(30deg);
    transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
  }

  .products .main .get a button:hover::before {
    transform: translate3d(100%, 0, 0);
  }

  .products .what_we {
    padding: 1.1rem 0;
    box-sizing: border-box;
  }

  .products .what_we .head {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80%;
    margin: 0 auto 0.4rem;
  }

  .products .what_we .head h2 {
    font-size: 0.4rem;
    text-align: center;
    color: #001e2f;
  }

  .products .what_we .head p.text {
    font-size: 0.15rem;
    text-align: center;
    line-height: 1.4;
    margin-top: 0.2rem;
  }

  .products .what_we .list .item {
    margin-top: 0.4rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .products .what_we .list .item .mr30 {
    margin-right: 0.3rem;
  }

  .products .what_we .list .item .content h3 {
    font-size: 0.4rem;
    color: #001e2f;
    margin-bottom: 0.2rem;
  }

  .products .what_we .list .item .content p {
    font-size: 0.15rem;
    line-height: 1.4;
  }

  .products .what_we .list .item .imgs {
    flex-shrink: 0;
    width: 5.26rem;
    height: 5.26rem;
  }

  .products .what_we .list .item .imgs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0.1rem;
  }

  .products .empowering .phonemp {
    display: none;
  }

  .products .view {
    text-align: center;
    padding: 1.2rem 0;
  }

  .products .view .w {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .products .view p.text {
    font-size: 0.15rem;
    margin-top: 0.2rem;
    line-height: 1.4;
    max-width: 8rem;
    text-align: center;
  }

  .products .view .list {
    margin-top: 0.4rem;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.25rem;
  }

  .products .view .list .items {
    width: 100%;
    height: auto;
  }

  .products .view .list .items .inner {
    border-radius: 0.16rem;
    filter: drop-shadow(0 0.12rem 0.24rem rgba(10, 65, 48, 0.1));
    background-color: #1baaa0;
    padding: 0.3rem;
  }

  .products .view .list .items .inner h4 {
    font-size: 0.2rem;
    color: #fff;
  }

  .products .view .list .items .inner p {
    color: #fff;
    margin-top: 0.3rem;
    line-height: 1.6;
  }

  .products .view .list .items:nth-of-type(2n) .inner {
    background-color: #fff;
  }

  .products .view .list .items:nth-of-type(2n) .inner h4,
  .products .view .list .items:nth-of-type(2n) .inner p {
    color: #001e2f;
  }

  .products .details {
    background-color: #fff;
    margin: 0.6rem 0 0.4rem;
    padding: 0.6rem 0;
  }

  .products .details .swiperBox {
    margin-top: 1rem;
    display: flex;
    flex-direction: column-reverse;
    gap: 0.6rem;
    height: auto;
    padding: 0 0.4rem;
    width: 100%;
  }

  .products .details .mySwiper {
    width: 100%;
    height: 100%;
  }

  .products .details .mySwiper .swiper-slide {
    height: 100%;
    width: 100%;
    opacity: 0.4;
    margin-bottom: 0.1rem;
    cursor: pointer;
    border-radius: 0.1rem;
    position: relative;
    border: 1px solid #ccc;
    margin-left: auto;
  }

  .products .details .mySwiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0.1rem;
  }

  .products .details .mySwiper .swiper-slide video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0.1rem;
  }

  .products .details .mySwiper .swiper-slide .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .products .details .mySwiper .swiper-slide-thumb-active {
    opacity: 1;
  }

  .products .details .mySwiper2 {
    height: 100%;
    width: 100%;
    border: 1px solid #000;
    border-radius: 0.2rem;
  }

  .products .details .mySwiper2 .swiper-slide {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 0.3rem;
  }

  .products .details .mySwiper2 .swiper-slide .imgs {
    width: 100%;
    height: 100%;
  }

  .products .details .mySwiper2 .swiper-slide .imgs img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .products .details .mySwiper2 .swiper-slide video {
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  .products .details .mySwiper2 .swiper-button-next,
  .products .details .mySwiper2 .swiper-button-prev {
    color: #001e2f;
    z-index: 10;
  }

  .products .details .mySwiper2 .swiper-button-next::after,
  .products .details .mySwiper2 .swiper-button-prev::after {
    font-size: 0.3rem;
    font-weight: bold;
  }

  .products .details .mySwiper2 .swiper-button-next {
    right: 0;
  }

  .products .details .mySwiper2 .swiper-button-prev {
    left: 0;
  }

  .products .details .params {
    margin-top: 1rem;
  }

  .products .details .params h4 {
    font-size: 0.3rem;
  }

  .products .details .params .inner {
    margin: 0.25rem 0;
  }

  .products .details .params .inner h6 {
    font-size: 0.28rem;
  }

  .products .details .params .inner .table {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 0.1rem;
  }

  .products .details .params .inner .table .le {
    background: #f4f4f4;
  }

  .products .details .params .inner .table .le .li {
    padding: 0.15rem 0.2rem;
    border: 1px solid #ccc;
    margin-bottom: -1px;
  }

  .products .details .params .inner .table .rg {
    margin-left: -1px;
  }

  .products .details .params .inner .table .rg .li {
    padding: 0.15rem 0.2rem;
    border: 1px solid #ccc;
    margin-bottom: -1px;
  }

  .prode {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0.2rem;
    width: 100%;
    padding: 0.2rem 0;
    height: 100%;
    position: relative;
  }

  .prode .contact_block {
    top: 1.2rem;
    width: 100%;
    z-index: 10;
    height: max-content;
    position: sticky;
  }

  .prode .contact_block .get-instant-quote .form-group input,
  .prode .contact_block .get-instant-quote .form-group select {
    font-size: 0.26rem;
    height: 0.65rem;
  }

  .prode .contact_block .get-instant-quote .form-group textarea.form-control {
    font-size: 0.26rem;
    min-height: 2.5rem;
  }

  .prode .contact_block .get-instant-quote .title {
    font-size: 0.26rem;
  }

  .prode .contact_block .inside_item a button {
    font-size: 0.3rem;
  }

  .prode .contact_block p.agree-terms-text {
    font-size: 0.26rem;
  }

  .prode .left {
    height: fit-content;
    flex-shrink: 0;
    width: 100%;
  }

  .prode .left img {
    max-width: 100% !important;
    width: fit-content !important;
    height: auto !important;
  }

  .prode .left .prode_faqs {
    width: 100%;
    margin: 0.6rem 0;
  }

  .prode .left .prode_faqs h3 {
    text-align: center;
    font-weight: bold;
    font-size: 0.3rem;
    letter-spacing: 2px;
    color: #000;
    padding-bottom: 0.1rem;
    border-bottom: 3px solid #000;
  }

  .prode .left .prode_faqs .list {
    padding: 0.15rem 0;
  }

  .prode .left .prode_faqs .list .item {
    margin-bottom: 0.2rem;
  }

  .prode .left .prode_faqs .list .item .question {
    color: #000;
    font-weight: bold;
    line-height: 1.6;
    font-size: 0.16rem;
  }

  .prode .left .prode_faqs .list .item .answer {
    font-size: 0.16rem;
    line-height: 1.4;
  }

  .prode .left .prode_faqs .list .item:last-child {
    margin-bottom: 0;
  }

  .bottom .banner .imgs {
    width: 100%;
  }

  .bottom .banner .contentBox {
    margin-top: 0.3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .bottom .banner .content {
    width: 100%;
  }

  .bottom .banner .content h1 {
    text-align: center;
  }

  .bottom .banner .content p.text {
    font-size: 0.3rem;
    line-height: 1.4;
    color: #fff;
    text-align: center;
  }

  .folding {
    background-color: #fff;
    position: relative;
  }

  .folding .box {
    background-color: #e8f6f5;
    padding: 1.1rem 0;
    border-radius: 0 0 1rem 0;
  }

  .folding .box .w {
    display: block;
  }

  .folding .box .folding_block {
    margin-right: 0rem;
  }

  .folding .box .folding_block h2 {
    margin-bottom: 0.3rem;
    font-size: 0.8rem;
  }

  .folding .box .folding_block p.text {
    margin: 0.1rem 0;
    font-size: 0.32rem;
    line-height: 1.4;
    font-weight: 400;
  }

  .folding .box .shapes-img {
    margin-top: 0.6rem;
    width: 100%;
  }

  .folding .box .shapes-img::before {
    width: 2rem;
    height: 1.2rem;
  }

  .folding .box .shapes-img img {
    width: 100%;
    border-radius: 0.12rem;
  }

  .folding .mask-img {
    position: absolute;
    right: 1rem;
    top: 0.6rem;
    width: 2.36rem;
  }

  .all-products {
    padding: 1.1rem 0;
    background: #fff !important;
    position: relative;
    box-sizing: border-box;
  }

  .all-products h6 {
    color: #ee7163;
    margin-bottom: 0.1rem;
    font-size: 0.3rem;
    text-transform: uppercase;
  }

  .all-products h2 {
    margin-top: 0.1rem;
    font-size: 0.54rem;
    line-height: 1.05;
  }

  .all-products .head {
    display: block;
  }

  .all-products .head .left {
    flex: 0 0 auto;
    width: 100%;
  }

  .all-products .head p.text {
    margin-top: 0.3rem;
    line-height: 1.4;
    font-size: 0.32rem;
  }

  .all-products .dots {
    position: absolute;
    left: -1rem;
    top: 0.08rem;
    width: 2.59rem;
  }

  .all-products .dots img {
    width: 100%;
    height: 100%;
  }

  .all-products .dots2 {
    display: none;
    position: absolute;
    right: 0rem;
    top: 0.5rem;
    width: 20%;
    overflow-x: hidden;
  }

  .all-products .dots2 img {
    width: 100%;
    height: 100%;
  }

  .call_to_action {
    background-color: #f9f4ef;
    padding: 0.6rem 0;
  }

  .call_to_action .w {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .call_to_action .w .left {
    width: 100%;
    flex: 0 0 auto;
  }

  .call_to_action .w h3 {
    font-size: 0.45rem;
    color: #001e2f;
    margin-bottom: 0.2rem;
    line-height: 1.1;
    text-align: center;
  }

  .call_to_action .w p {
    font-size: 0.3rem;
    text-align: center;
  }

  .call_to_action .w .rg {
    margin-top: 0.2rem;
  }

  .call_to_action .w .rg a button {
    outline: none;
    cursor: pointer;
    border: none;
    padding: 0.2rem 0.3rem;
    margin: 0;
    font-size: inherit;
    position: relative;
    display: inline-block;
    letter-spacing: normal;
    font-size: 0.32rem;
    border-radius: 0.05rem;
    overflow: hidden;
    background: #ff9c6e;
    font-family: 'Circular';
    color: #fff;
    text-transform: capitalize;
    transition: all 0.2s;
  }

  .call_to_action .w .rg a button .span {
    position: relative;
    z-index: 10;
    transition: color 0.4s;
    display: block;
    height: 100%;
  }

  .call_to_action .w .rg a button:hover {
    box-shadow: 0 15px 21px -8px #ed7163d9;
  }

  .call_to_action .w .rg a button:hover .span {
    color: #fff;
  }

  .call_to_action .w .rg a button::before,
  .call_to_action .w .rg a button::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
  }

  .call_to_action .w .rg a button::before {
    content: '';
    background: #ee7163;
    width: 120%;
    left: -10%;
    transform: skew(30deg);
    transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
  }

  .call_to_action .w .rg a button:hover::before {
    transform: translate3d(100%, 0, 0);
  }

  .preboard {
    padding: 1.1rem 0;
    border-radius: 0 0 1rem 0;
  }

  .preboard .head h2 {
    font-size: 0.54rem;
    text-align: center;
    margin-bottom: 0.2rem;
    line-height: 1.05;
    font-weight: bold;
  }

  .preboard .head p {
    max-width: 8rem;
    margin: 0 auto;
    line-height: 1.4;
    font-size: 0.32rem;
  }

  .preboard .list .item {
    margin-top: 0.3rem;
    border-radius: 0.24rem;
    background-color: #e9f7f6;
    padding: 0.3rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .preboard .list .item .inner {
    padding: 0.2rem;
  }

  .preboard .list .item .inner h3 {
    font-size: 0.34rem;
    line-height: 1.1;
    color: #001e2f;
    margin-bottom: 0.2rem;
    text-align: center;
  }

  .preboard .list .item .inner p {
    font-size: 0.32rem;
    line-height: 1.4;
    text-align: center;
  }

  .preboard .list .item .preboard_block {
    flex: 0 0 auto;
    width: 100%;
    border-radius: 0.12rem;
  }

  .preboard .list .item .preboard_block img {
    width: 100%;
    border-radius: 0.12rem;
    object-fit: cover;
  }

  .preboard .list .item:nth-of-type(2n) {
    flex-direction: column;
    background-color: #fcf6f1;
  }

  .preboard .list .item:nth-of-type(2n) .inner {
    margin-left: 0.3rem;
  }

  .action_3 {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url(../img/products/pandora-box-mockup.jpg);
    padding: 1.1rem 0;
  }

  .action_3 .box {
    width: 95%;
    margin: auto;
    background-color: #fff;
    border-radius: 0.2rem;
  }

  .action_3 .box .inner {
    border-radius: 0.24rem;
    filter: drop-shadow(0 0.33rem 0.445rem rgba(10, 65, 48, 0.18));
    background-color: #fff;
    padding: 0.45rem;
  }

  .action_3 .box .inner h2 {
    font-size: 0.54rem;
    margin-bottom: 0.2rem;
    text-align: center;
  }

  .action_3 .box .inner p {
    font-size: 0.32rem;
    text-align: center;
  }

  .action_3 .box .inner img {
    height: auto;
    width: 100%;
  }

  .folding_option {
    background-color: #ffffff;
  }

  .folding_option .box {
    background-color: #e9f7f6;
    padding: 1.1rem 0;
    border-radius: 0 0 1rem 0;
  }

  .folding_option .box h2 {
    font-size: 0.54rem;
    margin-bottom: 0.3rem;
  }

  .folding_option .box .tabs {
    width: fit-content;
    display: inline-block;
    background-color: #1baaa0;
    padding: 0.15rem;
    border-radius: 0.12rem;
    filter: drop-shadow(0 0.12rem 0.24rem rgba(10, 65, 48, 0.05));
    border: 1px solid #e7efee;
    margin-bottom: 0.4rem;
    display: flex;
    flex-wrap: wrap;
  }

  .folding_option .box .tabs .tab {
    padding: 0.2rem;
    color: #fff;
    opacity: 0.6;
    font-size: 0.32rem;
  }

  .folding_option .box .tabs .tab.active {
    opacity: 1;
  }

  .folding_option .box .body {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .folding_option .box .body .item {
    border-radius: 0.12rem;
    width: 100%;
    padding: 0.12rem;
    margin-bottom: 0.3rem;
    flex: 0 0 auto;
  }

  .folding_option .box .body .item .inner {
    border-radius: 0.12rem;
    filter: drop-shadow(0 0.12rem 0.24rem rgba(10, 65, 48, 0.05));
    background-color: #fff;
    border: 1px solid #e7efee;
  }

  .folding_option .box .body .item .inner .imgs {
    width: 100%;
    height: 100%;
  }

  .folding_option .box .body .item .inner .imgs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .folding_option .box .body .item .inner .content {
    padding: 0.2rem;
  }

  .folding_option .box .body .item .inner .content h5 {
    font-size: 0.32rem;
    color: #012c44;
    opacity: 0.6;
  }

  .folding_option .box .body .item .inner .content p {
    font-size: 0.28rem;
    color: #11102961;
  }

  .customer {
    background-color: #fff;
    padding: 0.6rem 0;
  }

  .customer .w {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .customer .head {
    text-align: center;
    margin-bottom: 0.4rem;
  }

  .customer .list {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 0.3rem;
  }

  .customer .list .item {
    width: 100%;
  }

  .customer .list .item .imgs {
    width: 100%;
    object-fit: cover;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.06);
  }

  .customer .list .item .imgs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0.07rem;
  }

  .customer .list .item .inspire-image-box-inner {
    background-color: #fff;
    padding: 0.25rem 0.2rem;
    position: relative;
    z-index: 99;
    margin-top: -0.3rem;
    margin-left: 5%;
    border-radius: 0.07rem;
    width: 90%;
    box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.16);
    margin-bottom: 0.5rem;
  }

  .customer .list .item .inspire-image-box-inner h3 {
    font-size: 0.44rem;
  }

  .customer .list .item .inspire-image-box-inner p {
    font-size: 0.3rem;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
  }

  .customer .list .item .inspire-image-box-inner .more {
    color: #ee7163;
  }

  .customer .list .item .row {
    width: 100%;
    display: flex;
  }

  .customer .list .item .row .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
    padding: 0 0.1rem;
  }

  .customer .list .item .row .col-md-6 .imgs {
    width: 100%;
    object-fit: cover;
    box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.06);
  }

  .customer .list .item .row .col-md-6 .imgs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0.1rem;
  }

  .customer .lg-hidden a button {
    width: 100%;
    outline: none;
    cursor: pointer;
    border: none;
    padding: 0.2rem 0.3rem;
    margin: 0;
    font-size: inherit;
    position: relative;
    display: inline-block;
    letter-spacing: normal;
    font-size: 0.32rem;
    border-radius: 0.05rem;
    overflow: hidden;
    background: #ff9c6e;
    font-family: 'Circular';
    color: #fff;
    text-transform: capitalize;
    transition: all 0.2s;
  }

  .customer .lg-hidden a button .span {
    position: relative;
    z-index: 10;
    transition: color 0.4s;
    display: block;
    height: 100%;
  }

  .customer .lg-hidden a button:hover {
    box-shadow: 0 15px 21px -8px #ed7163d9;
  }

  .customer .lg-hidden a button:hover .span {
    color: #fff;
  }

  .customer .lg-hidden a button::before,
  .customer .lg-hidden a button::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
  }

  .customer .lg-hidden a button::before {
    content: '';
    background: #ee7163;
    width: 120%;
    left: -10%;
    transform: skew(30deg);
    transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
  }

  .customer .lg-hidden a button:hover::before {
    transform: translate3d(100%, 0, 0);
  }

  .about_box .banner .w {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: center;
  }

  .about_box .banner .imgs {
    width: 100%;
  }

  .about_box .banner .imgs img {
    width: 100%;
    height: 100%;
  }

  .about_box .banner .imgs::after {
    position: static;
  }

  .about_box .banner .box {
    padding-bottom: 0;
  }

  .about_box .banner .content h1 {
    font-size: 0.45rem;
  }

  .heading {
    width: 100%;
    padding-top: 3rem;
    margin-bottom: 0.6rem;
  }

  .heading .head {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .heading .head p {
    width: 100%;
    text-align: center;
    max-width: 800px;
    margin: 10px auto;
    padding: 0;
    line-height: 1.6;
  }

  .heading .list {
    margin-top: 0.3rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
  }

  .heading .list .item {
    width: 100%;
    margin-right: 0rem;
    margin-bottom: 0.2rem;
  }

  .heading .list .item .inner {
    width: 100%;
  }

  .heading .list .item .inner img {
    width: 100%;
    height: auto;
    border-radius: 0.2rem;
  }

  .heading .list .item:first-child img {
    width: 100%;
    height: auto;
  }

  .partner_logos {
    background-color: #ffffff;
  }

  .partner_logos .box {
    background-color: #e8f6f5;
    border-radius: 0 0 1rem 0;
    padding: 0.6rem 0;
  }

  .partner_logos .box .body {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
  }

  .partner_logos .box .body p.text {
    text-align: center;
    max-width: 100%;
  }

  .partner_logos .box .body .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .partner_logos .box .body .list .item {
    margin-top: 0.3rem;
  }

  .partner_logos .box .body .list .item .inner {
    background-color: #fff;
    text-align: center;
    padding: 0.3rem;
    border-radius: 0.12rem;
    -webkit-border-radius: 0.12rem;
    -moz-border-radius: 0.12rem;
    -ms-border-radius: 0.12rem;
    -o-border-radius: 0.12rem;
    box-shadow: 0 0.12rem 0.24rem rgba(10, 4, 33, 0.03);
    height: 1.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .partner_logos .box .body .list .item .inner img {
    width: 2.9rem;
  }

  .partner_logos .box .body .rg {
    margin-top: 0.3rem;
  }

  .partner_logos .box .body .rg a button {
    outline: none;
    cursor: pointer;
    border: none;
    padding: 0.2rem 0.3rem;
    margin: 0;
    font-size: inherit;
    position: relative;
    display: inline-block;
    letter-spacing: normal;
    font-size: 0.32rem;
    border-radius: 0.05rem;
    overflow: hidden;
    background: #FF9C6E;
    font-family: 'Circular';
    color: #fff;
    text-transform: capitalize;
    transition: all 0.2s;
  }

  .partner_logos .box .body .rg a button .span {
    position: relative;
    z-index: 10;
    transition: color 0.4s;
    display: block;
    height: 100%;
  }

  .partner_logos .box .body .rg a button:hover {
    box-shadow: 0 15px 21px -8px #ed7163d9;
  }

  .partner_logos .box .body .rg a button:hover .span {
    color: #fff;
  }

  .partner_logos .box .body .rg a button::before,
  .partner_logos .box .body .rg a button::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
  }

  .partner_logos .box .body .rg a button::before {
    content: '';
    background: #012c44;
    width: 120%;
    left: -10%;
    transform: skew(30deg);
    transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
  }

  .partner_logos .box .body .rg a button:hover::before {
    transform: translate3d(100%, 0, 0);
  }

  .what_we_do {
    padding: 0.6rem 0;
  }

  .what_we_do .list .item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 0.6rem;
  }

  .what_we_do .list .item .left {
    width: 100%;
    flex: 0 0 auto;
    padding: 0 0.12rem;
  }

  .what_we_do .list .item .left h3 {
    font-size: 0.45rem;
    margin-bottom: 0.2rem;
    color: #001e2f;
  }

  .what_we_do .list .item .left p {
    font-size: 0.32rem;
  }

  .what_we_do .list .item .right {
    flex: 0 0 auto;
    width: 100%;
    padding: 0 0.12rem;
  }

  .what_we_do .list .item .right img {
    width: 100%;
    border-radius: 0.12rem;
  }

  .what_we_do .list .item:last-child {
    margin-bottom: 0;
  }

  .what_we_do .list .item:nth-child(2n) {
    flex-direction: column-reverse;
  }

  .what_we_do .list .item:nth-child(2n) .left {
    padding-left: 0rem;
  }

  .testimonial {
    background-color: #022c44;
    padding: 0.6rem 0;
  }

  .testimonial .box {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
  }

  .testimonial .section-head {
    width: 100%;
    flex: 0 0 auto;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .testimonial .section-head h6 {
    color: #899ca9;
    text-transform: uppercase;
    margin-bottom: 0.05rem;
    font-size: 0.32rem;
  }

  .testimonial .section-head h2 {
    font-size: 0.45rem;
    line-height: 1.4;
    color: #fff;
    text-align: center;
  }

  .testimonial .section-head p {
    line-height: 1.5;
    color: #aac1d7;
    font-size: 0.28rem;
    margin: 0.1rem 0 0.2rem 0;
    text-align: center;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
  }

  .testimonial .section-head p strong {
    color: #fff;
  }

  .testimonial .section-head .rg {
    margin-top: 0.3rem;
    margin-bottom: 0.3rem;
  }

  .testimonial .section-head .rg a button {
    outline: none;
    cursor: pointer;
    border: none;
    padding: 0.2rem 0.3rem;
    margin: 0;
    font-size: inherit;
    position: relative;
    display: inline-block;
    letter-spacing: normal;
    font-size: 0.32rem;
    border-radius: 0.05rem;
    overflow: hidden;
    background: #ff9c6e;
    font-family: 'Circular';
    color: #fff;
    text-transform: capitalize;
    transition: all 0.2s;
  }

  .testimonial .section-head .rg a button .span {
    position: relative;
    z-index: 10;
    transition: color 0.4s;
    display: block;
    height: 100%;
  }

  .testimonial .section-head .rg a button:hover {
    box-shadow: 0 15px 21px -8px #ed7163d9;
  }

  .testimonial .section-head .rg a button:hover .span {
    color: #fff;
  }

  .testimonial .section-head .rg a button::before,
  .testimonial .section-head .rg a button::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
  }

  .testimonial .section-head .rg a button::before {
    content: '';
    background: #ee7163;
    width: 120%;
    left: -10%;
    transform: skew(30deg);
    transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
  }

  .testimonial .section-head .rg a button:hover::before {
    transform: translate3d(100%, 0, 0);
  }

  .testimonial .testi_cards {
    margin-top: 0.2rem;
    display: flex;
    flex-direction: column;
  }

  .testimonial .testi_cards .testimonial_box {
    background: #fff;
    border-radius: 0.1rem;
    padding: 0.3rem;
    box-shadow: rgba(29, 14, 98, 0.07) 0 0.33rem 0.88rem 0;
    color: #012c44;
  }

  .testimonial .testi_cards .testimonial_box .user {
    display: flex;
    align-items: center;
  }

  .testimonial .testi_cards .testimonial_box .user .avatar {
    width: 0.48rem;
    height: 0.48rem;
  }

  .testimonial .testi_cards .testimonial_box .user .avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
  }

  .testimonial .testi_cards .testimonial_box .user .name {
    color: #212529;
    margin-left: 0.2rem;
    font-size: 0.32rem;
  }

  .testimonial .testi_cards .testimonial_box .quote {
    margin-bottom: 0.1rem;
    color: #012c44 !important;
    font-size: 0.28rem;
  }

  .testimonial .testi_cards .testimonial_box img {
    width: 2rem;
    height: auto;
  }

  .testimonial .testi_cards .testimonial_box:last-child {
    margin-left: 0.15rem;
    margin-top: 0.2rem;
  }

  .testimonial .testi_cards .testimonial_box:first-child {
    margin-bottom: 0.2rem;
  }

  .benefits {
    padding: 0.6rem 0.3rem;
  }

  .benefits .w {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .benefits .benefit_block h3 {
    font-size: 0.45rem;
    color: #001e2f;
    margin-bottom: 0.2rem;
    text-align: center;
    line-height: 1.4;
  }

  .benefits .benefit_block .benefit_text {
    font-size: 0.32rem;
    text-align: center;
    line-height: 1.4;
  }

  .benefits .benefit_block .list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .benefits .benefit_block .list .inner {
    flex: 0 0 auto;
    width: 100%;
    padding: 0.12rem;
  }

  .benefits .benefit_block .list .inner i {
    width: 1rem;
    height: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    -ms-border-radius: 0.25rem;
    -o-border-radius: 0.25rem;
  }

  .benefits .benefit_block .list .inner .orange {
    background-color: #ee7163;
  }

  .benefits .benefit_block .list .inner .green {
    background-color: #1baaa0;
  }

  .benefits .benefit_block .list .inner h4 {
    font-size: 0.34rem;
    margin-top: 0.2rem;
    margin-bottom: 0;
  }

  .benefits .benefit_block .list .inner p {
    margin-top: 0.03rem;
  }

  .benefits .benefit_block .list .inner:nth-child(-n + 2) {
    margin-bottom: 0.3rem;
  }

  .benefits .benefit_block:first-child {
    padding-right: 0rem;
  }

  .free_sample {
    padding-bottom: 1.2rem;
  }

  .free_sample .w {
    padding: 0.5rem;
    background-color: #fcf6f1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }

  .free_sample .w .left {
    flex: 0 0 auto;
    width: 100%;
  }

  .free_sample .w .left h3 {
    font-size: 0.4rem;
    margin-bottom: 0.2rem;
    color: #001e2f;
  }

  .free_sample .w .rg {
    margin-top: 0.3rem;
  }

  .free_sample .w .rg a button {
    outline: none;
    cursor: pointer;
    border: none;
    padding: 0.2rem 0.3rem;
    margin: 0;
    font-size: inherit;
    position: relative;
    display: inline-block;
    letter-spacing: normal;
    font-size: 0.32rem;
    border-radius: 0.05rem;
    overflow: hidden;
    background: #ff9c6e;
    font-family: 'Circular';
    color: #fff;
    text-transform: capitalize;
    transition: all 0.2s;
  }

  .free_sample .w .rg a button .span {
    position: relative;
    z-index: 10;
    transition: color 0.4s;
    display: block;
    height: 100%;
  }

  .free_sample .w .rg a button:hover {
    box-shadow: 0 15px 21px -8px #ed7163d9;
  }

  .free_sample .w .rg a button:hover .span {
    color: #fff;
  }

  .free_sample .w .rg a button::before,
  .free_sample .w .rg a button::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
  }

  .free_sample .w .rg a button::before {
    content: '';
    background: #ee7163;
    width: 120%;
    left: -10%;
    transform: skew(30deg);
    transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
  }

  .free_sample .w .rg a button:hover::before {
    transform: translate3d(100%, 0, 0);
  }

  .about_us .in_green {
    background-color: #022c44;
    padding: 1rem 0 0 0;
  }

  .about_us .in_green .box {
    padding-bottom: 0;
    height: 7rem;
  }

  .about_us .in_green .w {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto;
  }

  .about_us .in_green .w .contentBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .about_us .in_green .w .contentBox h1 {
    font-size: 0.45rem;
    color: #fff;
    margin-top: 0.2rem;
  }

  .about_us .in_green .w .contentBox p {
    font-size: 0.3rem;
    color: #9ea7af;
    line-height: 1.4;
    text-align: center;
    max-width: 100%;
    width: 100%;
    margin: 0.2rem auto 0;
    padding: 0 0 0.2rem 0;
  }

  .about_us .in_green .w .video {
    margin: 0 auto;
    position: relative;
    top: 0.2rem;
    z-index: 22;
  }

  .about_us .in_green .w .video img {
    width: 100%;
    height: 100%;
  }

  .about_us .in_green .w .video .icon {
    background-color: #1baaa0;
  }

  .about_us .in_green .w .video .icon::before {
    width: 80px;
    height: 80px;
    background: #1baaa0;
  }

  .about_us .in_green .w .video .icon::after {
    width: 80px;
    height: 80px;
    background: #1baaa0;
  }

  .about_us .in_green .w .video .icon i {
    color: #fff;
    font-size: 40px;
    margin-left: 0.05rem;
  }

  .packaging-sec {
    width: 100%;
    box-sizing: border-box;
    padding: 60px 0;
  }

  .packaging-sec .head {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .packaging-sec .list {
    margin-top: 0.3rem;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0.24rem;
  }

  .packaging-sec .list .item {
    width: 100%;
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0.2rem;
    background: #e8f6f5;
    box-sizing: border-box;
    border-radius: 0.16rem;
    box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.06);
  }

  .packaging-sec .list .item .imgs {
    width: 0.79rem;
    height: 0.79rem;
  }

  .packaging-sec .list .item .imgs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .packaging-sec .list .item .item-main {
    margin-top: 0.2rem;
    margin-left: 0.1rem;
  }

  .packaging-sec .list .item .item-main h3 {
    font-size: 0.35rem;
    margin-bottom: 0.1rem;
  }

  .packaging-sec .list .item .item-main p {
    font-size: 0.28rem;
    color: #748b98;
  }

  .packaging-sec .list .item:nth-of-type(2n) {
    background: #fbf5f0;
  }

  .has_style5 {
    padding: 1.2rem 0;
  }

  .has_style5 .head {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 0.3rem;
  }

  .has_style5 .list .item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.6rem;
  }

  .has_style5 .list .item .inner {
    padding: 0 0.12rem;
  }

  .has_style5 .list .item .inner h3 {
    font-size: 0.4rem;
    margin-bottom: 0.2rem;
    color: #001e2f;
  }

  .has_style5 .list .item .rights {
    flex: 0 0 auto;
    width: 100%;
    height: auto;
  }

  .has_style5 .list .item .rights img {
    width: 100%;
    height: 100%;
    border-radius: 0.2rem;
  }

  .has_style5 .list .item:nth-child(2n) {
    flex-direction: column-reverse;
  }

  .has_style5 .list .item:nth-child(2n) .inner {
    margin-left: 0rem;
  }

  .customer_said {
    padding: 0.6rem 0;
    background-color: #e8f6f5;
    position: relative;
  }

  .customer_said .w {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .customer_said .head {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0.3rem;
    text-align: center;
  }

  .customer_said .list {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    column-gap: 0.1rem;
    row-gap: 0.3rem;
  }

  .customer_said .list .item {
    padding: 0 0.12rem;
    height: 100%;
  }

  .customer_said .list .item .inner {
    border-radius: 12px;
    filter: drop-shadow(0 12px 24px rgba(10, 4, 33, 0.03));
    background-color: #fff;
    padding: 0.3rem 0.2rem;
  }

  .customer_said .list .item .inner .cs_header {
    padding-bottom: 0.2rem;
    border-bottom: 1px solid #012c4421;
    display: flex;
    align-items: center;
  }

  .customer_said .list .item .inner .cs_header .avatar {
    width: 0.8rem;
    height: 0.8rem;
    margin-right: 0.15rem;
  }

  .customer_said .list .item .inner .cs_header .avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
  }

  .customer_said .list .item .inner .cs_header .name {
    color: #012c44;
    font-weight: bold;
    margin-bottom: 0.06rem;
  }

  .customer_said .list .item .inner p.text {
    height: auto;
    font-size: 0.28rem;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
  }

  .customer_said .list .item:nth-of-type(2n) .inner {
    background-color: #d9edec;
  }

  .customer_said .rg {
    margin-top: 0.5rem;
  }

  .customer_said .rg a button {
    outline: none;
    cursor: pointer;
    border: none;
    padding: 0.2rem 0.3rem;
    margin: 0;
    font-size: inherit;
    position: relative;
    display: inline-block;
    letter-spacing: normal;
    font-size: 0.32rem;
    border-radius: 0.05rem;
    overflow: hidden;
    background: #FF9C6E;
    font-family: 'Circular';
    color: #fff;
    text-transform: capitalize;
    transition: all 0.2s;
  }

  .customer_said .rg a button .span {
    position: relative;
    z-index: 10;
    transition: color 0.4s;
    display: block;
    height: 100%;
  }

  .customer_said .rg a button:hover {
    box-shadow: 0 15px 21px -8px #ed7163d9;
  }

  .customer_said .rg a button:hover .span {
    color: #fff;
  }

  .customer_said .rg a button::before,
  .customer_said .rg a button::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
  }

  .customer_said .rg a button::before {
    content: '';
    background: #00273c;
    width: 120%;
    left: -10%;
    transform: skew(30deg);
    transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
  }

  .customer_said .rg a button:hover::before {
    transform: translate3d(100%, 0, 0);
  }

  .customer_said .does {
    position: absolute;
    top: 1.3rem;
    left: 2.4rem;
    z-index: 0;
    width: 3.54rem;
    height: 2.7rem;
  }

  .customer_said .does img {
    width: 100%;
    height: 100%;
  }

  .customer_said .does2 {
    position: absolute;
    bottom: 1.3rem;
    right: 2.4rem;
    z-index: 0;
    width: 3.54rem;
    height: 2.7rem;
  }

  .customer_said .does2 img {
    width: 100%;
    height: 100%;
  }

  .how_it .banner {
    height: auto;
  }

  .how_it .banner .box {
    padding: 2.3rem 0 1.5rem;
  }

  .how_it .banner .box .w .contentBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .how_it .banner .box .w .contentBox .content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .how_it .banner .box .w .contentBox .content h1 {
    font-size: 0.4rem;
    width: 100%;
    text-align: center;
    line-height: 1.4;
  }

  .how_it .banner .box .w .contentBox .content p.text {
    max-width: 4.3rem;
    text-align: center;
    color: #9ea7af;
    padding: 0 0 0.2rem 0;
  }

  .how_it .banner .lineBox .dots2 {
    top: 1.6rem;
    right: -1rem;
    max-width: 3rem;
    height: auto;
  }

  .how_it .banner .lineBox .dots2 img {
    width: 100%;
    height: 100%;
  }

  .how_it .faq {
    background: #fcf6f1;
  }

  .how_it .faq h2 {
    font-size: 0.54rem;
  }

  .hiw-stories {
    padding: 0.6rem 0;
  }

  .hiw-stories .item {
    background: #1baaa0;
    border-radius: 0.5rem;
    padding: 0.4rem;
    margin-bottom: 0.4rem;
    display: flex;
    justify-content: space-between;
  }

  .hiw-stories .item .hiw-icon {
    position: relative;
  }

  .hiw-stories .item .hiw-icon::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40%;
    border-left: 2px dashed #022c44;
    flex: 1;
  }

  .hiw-stories .item .hiw-icon .box_icon {
    background: url(../img/steps-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 20px;
    height: 1rem;
    width: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0.2rem;
    position: relative;
    z-index: 1;
  }

  .hiw-stories .item .hiw-icon .box_icon .number {
    font-size: 0.2rem;
    color: #fff;
  }

  .hiw-stories .item .box {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: center;
  }

  .hiw-stories .item .box .center {
    padding: 0 0.12rem;
  }

  .hiw-stories .item .box .center h2 {
    margin-top: 0.1rem;
    font-size: 0.45rem;
    color: #fff;
  }

  .hiw-stories .item .box .center p {
    color: #fff;
  }

  .hiw-stories .item .box .rights {
    padding: 0 0.12rem;
  }

  .hiw-stories .item .box .rights img {
    width: 100%;
    height: auto;
    border-radius: 0.12rem;
  }

  .customer_says_slider {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .customer_says_slider .lefts {
    position: relative;
    padding-left: 0rem;
    padding: 0 0.4rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-right: 0rem;
  }

  .customer_says_slider .lefts .contents {
    font-size: 0.34rem;
    margin-top: 0.2rem;
    margin-bottom: 0.3rem;
    color: #0f072e;
  }

  .customer_says_slider .lefts .info {
    display: flex;
    align-items: center;
  }

  .customer_says_slider .lefts .info .avatar {
    width: 0.9rem;
    height: 0.9rem;
    border-radius: 50%;
    margin-right: 0.15rem;
  }

  .customer_says_slider .lefts .info .avatar img {
    width: 100%;
    height: 100%;
  }

  .customer_says_slider .lefts .info .main .name,
  .customer_says_slider .lefts .info .main .text,
  .customer_says_slider .lefts .info .main .tip {
    font-size: 0.28rem;
  }

  .customer_says_slider .lefts .info .main .name,
  .customer_says_slider .lefts .info .main .text {
    margin-bottom: 0.08rem;
  }

  .customer_says_slider .lefts .info .main .tip {
    font-weight: bold;
    font-size: 0.28rem;
  }

  .customer_says_slider .lefts .doec {
    position: absolute;
    left: -1rem;
    bottom: -1.2rem;
    width: 3.45rem;
    height: 2.7rem;
  }

  .customer_says_slider .lefts .doec img {
    width: 100%;
    height: 100%;
  }

  .customer_says_slider .lefts .doec2 {
    position: absolute;
    width: 0.81rem;
    right: 0.5rem;
    bottom: 0.8rem;
    height: 0.6rem;
  }

  .customer_says_slider .lefts .doec2 img {
    width: 100%;
    height: 100%;
  }

  .customer_says_slider .rights {
    flex-shrink: 0;
    width: 9.6rem;
    height: 4.64rem;
  }

  .customer_says_slider .rights img {
    width: 100%;
    height: 100%;
  }

  .customer_box .banner .w {
    flex-direction: column;
  }

  .customer_box .banner .content {
    width: 100%;
    margin: 0;
  }

  .customer_box .banner .content h1 {
    font-size: 0.64rem;
  }

  .testimonials .banner {
    overflow: hidden;
  }

  .testimonials .banner .box {
    padding-bottom: 0.6rem;
  }

  .testimonials .banner .box .w {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .testimonials .banner .box .test-card {
    margin-top: 0.5rem;
    position: relative;
    flex-shrink: 0;
    width: 100%;
    padding: 0 0.12rem;
  }

  .testimonials .banner .box .test-card .testimonial_box {
    position: relative;
    margin-bottom: 0.2rem;
    display: inline-block;
    width: 100%;
    height: auto;
    background-color: #fff;
    border-radius: 0.1rem;
    padding: 0.2rem;
  }

  .testimonials .banner .box .test-card .testimonial_box .top {
    display: flex;
    align-items: center;
  }

  .testimonials .banner .box .test-card .testimonial_box .top img {
    width: 0.5rem;
    height: 0.5rem;
  }

  .testimonials .banner .box .test-card .testimonial_box .top .name {
    margin-left: 0.15rem;
    font-size: 0.16rem;
    font-weight: bold;
    color: #001e2f;
  }

  .testimonials .banner .box .test-card .testimonial_box:nth-of-type(2n) {
    margin-left: 0rem;
  }

  .testimonials .banner .box .test-card .testimonial_box:nth-of-type(2) {
    top: 0rem;
  }

  .testimonials .banner .box .test-card .testimonial_box:nth-of-type(4) {
    top: 0rem;
  }

  .testimonials .banner .box .test-card .testimonial_box .quote {
    margin-bottom: 0.1rem;
    color: #012c44;
    font-size: 0.13rem;
  }

  .testimonials .banner .content h1 {
    font-size: 0.45rem;
  }

  .pd_tb_60 {
    padding: 0.6rem 0;
    background-color: #fff;
  }

  .pd_tb_60 .list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .pd_tb_60 .list .item {
    width: 100%;
    text-align: center;
    padding: 0.12rem 0;
    border-right: none;
    border-bottom: 1px solid #012c4426;
  }

  .pd_tb_60 .list .item h3 {
    font-size: 1rem;
    color: #001e2f;
  }

  .pd_tb_60 .list .item p {
    font-size: 0.16rem;
  }

  .pd_tb_60 .list .item:last-child {
    border: none;
  }

  .faqs .banner .box .w .contentBox .content h1 {
    font-size: 0.64rem;
    width: 100%;
  }

  .faqs .banner .box .w .contentBox .content p.text {
    width: 100%;
    max-width: 100%;
    color: #9ea7af;
    font-size: 0.28rem;
    margin: 0 auto;
    padding: 0 0 0.1rem 0;
    text-align: center;
  }

  .faqs .banner .box .w .contentBox .content p.text a {
    color: #ee7163;
  }

  .faqs .banner .lineBox .dots {
    max-width: 4rem;
    top: 0.2rem;
  }

  .faqs .banner .lineBox .dots2 {
    max-width: 3rem;
    right: -1rem;
    bottom: -6rem;
    z-index: -1;
  }

  .faqs .faqs_box {
    background-color: #e8f6f5;
    padding: 1.1rem 0;
  }

  .faqs .faqs_box .w {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .faqs .faqs_box .sidebar {
    flex: 0 0 auto;
    width: 100%;
    margin-bottom: 0.3rem;
  }

  .faqs .faqs_box .sidebar ul {
    background: #012c44;
    padding: 0.15rem 0.3rem;
    border-radius: 0.08rem;
    -webkit-border-radius: 0.08rem;
    -moz-border-radius: 0.08rem;
    -ms-border-radius: 0.08rem;
    -o-border-radius: 0.08rem;
  }

  .faqs .faqs_box .sidebar ul li {
    border-bottom: 1px solid #0d4565;
  }

  .faqs .faqs_box .sidebar ul li a {
    color: #fff;
    display: inline-block;
    font-size: 0.32rem;
    line-height: 0.36rem;
    width: 100%;
    padding: 0.2rem 0;
  }

  .faqs .faqs_box .faq {
    background-color: transparent;
    padding: 0;
  }

  .faqs .faqs_box .faq_block {
    width: 100%;
    flex: 0 0 auto;
  }

  .faqs .faqs_box .faq_block .inner {
    margin-bottom: 0.6rem;
  }

  .faqs .faqs_box .faq_block .inner h3 {
    font-size: 0.35rem;
    margin-bottom: 0.3rem;
    color: #001e2f;
  }

  .getfree header .left a {
    color: #001e2f !important;
  }

  .getfree header .left .logo .none {
    display: none;
  }

  .getfree header .left .logo .black {
    display: block;
  }

  .getfree .banner {
    background: #e9f7f6;
  }

  .getfree .banner .box {
    background-color: #e9f7f6;
  }

  .getfree .banner .box .contentBox .content h1 {
    color: #022c44;
  }

  .getfree .banner .box .contentBox .content p.text {
    color: #012c44;
  }

  .getfree .banner .box .read_more .le {
    margin-left: 0.2rem;
    color: #1aa99f;
    font-weight: bold;
  }

  .getfree .banner .box .read_more .le a {
    color: #1aa99f;
    font-weight: bold;
  }

  .getfree .banner .box .imgs {
    width: 100%;
    height: auto;
  }

  .getfree .banner .box .imgs img {
    height: 100%;
    object-fit: cover;
    object-position: 0;
  }

  .quote-form {
    padding: 1rem 0;
  }

  .quote-form .w {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .quote-form .contact_block {
    position: relative;
    padding: 0 0.12rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .quote-form .contact_block .head {
    display: flex;
    justify-content: space-between;
  }

  .quote-form .contact_block .head .title {
    flex: 0 0 auto;
    width: 100%;
  }

  .quote-form .contact_block .head .title h2 {
    font-size: 0.54rem;
  }

  .quote-form .contact_block .head .jiantou {
    display: none;
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .quote-form .contact_block .head .jiantou img {
    width: 100%;
    height: 100%;
    animation: horizontal-shaking 3s ease infinite;
  }

  .quote-form .contact_block p.text {
    color: #566166;
    width: 100%;
    position: relative;
    text-align: left;
    padding: 0;
    font-size: 0.28rem;
  }

  .quote-form .contact_block p.text:last-child {
    font-weight: bold;
  }

  .quote-form .contact_block p.text:last-child a {
    color: #ee7163;
  }

  .quote-form .contact_block .get-instant-quote {
    padding: 0.3rem;
    box-shadow: 0 0 0.07rem 0 rgba(0, 0, 0, 0.09);
    border-radius: 0.08rem;
    background-color: #fff;
    border: 0.02rem solid transparent;
    width: 100%;
    box-sizing: border-box;
  }

  .quote-form .contact_block .get-instant-quote .inner {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0.2rem;
    margin-bottom: 0.2rem;
  }

  .quote-form .contact_block .get-instant-quote .form-group {
    width: 100%;
  }

  .quote-form .contact_block .get-instant-quote .form-group input,
  .quote-form .contact_block .get-instant-quote .form-group select {
    width: 100%;
    color: #878888;
    transition: all 0s ease 0s;
    background-color: #0000000a;
    border: 1px solid transparent;
    border-radius: 0;
    box-shadow: none;
    display: block;
    font-size: 0.26rem;
    height: auto;
    line-height: 1.42857;
    padding: 0.15rem 0.3rem;
    border-radius: 0.08rem;
    box-sizing: border-box;
    outline: none;
    font-family: 'Circular';
  }

  .quote-form .contact_block .get-instant-quote .form-group input option,
  .quote-form .contact_block .get-instant-quote .form-group select option {
    font-size: 0.26rem;
    padding: 0.2rem 0;
    line-height: 1.5;
    color: #878888;
    width: 100%;
    font-family: 'Circular';
  }

  .quote-form .contact_block .get-instant-quote .form-group textarea.form-control {
    width: 100%;
    background-color: #f6f6f6;
    border: 1px solid transparent;
    border-radius: 0.08rem;
    box-shadow: none;
    min-height: 2rem;
    resize: none;
    padding: 0.15rem 0.3rem;
    font-size: 0.26rem;
    box-sizing: border-box;
    font-family: 'Circular';
  }

  .quote-form .contact_block .inside_item {
    margin-top: 0.2rem;
    width: 100%;
  }

  .quote-form .contact_block .inside_item a {
    color: #fff;
  }

  .quote-form .contact_block .inside_item a button {
    width: 100%;
    outline: none;
    cursor: pointer;
    border: none;
    padding: 0.2rem 0.3rem;
    margin: 0;
    font-size: inherit;
    position: relative;
    display: inline-block;
    letter-spacing: normal;
    font-size: 0.32rem;
    border-radius: 0.05rem;
    overflow: hidden;
    background: #ff9c6e;
    font-family: 'Circular';
    text-transform: capitalize;
    transition: all 0.2s;
    color: #fff;
  }

  .quote-form .contact_block .inside_item a button .span {
    position: relative;
    z-index: 10;
    transition: color 0.4s;
    display: block;
    height: 100%;
  }

  .quote-form .contact_block .inside_item a button:hover {
    box-shadow: 0 15px 21px -8px #ed7163d9;
  }

  .quote-form .contact_block .inside_item a button:hover .span {
    color: #fff;
  }

  .quote-form .contact_block .inside_item a button::before,
  .quote-form .contact_block .inside_item a button::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
  }

  .quote-form .contact_block .inside_item a button::before {
    content: '';
    background: #1baaa0;
    width: 120%;
    left: -10%;
    transform: skew(30deg);
    transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
  }

  .quote-form .contact_block .inside_item a button:hover::before {
    transform: translate3d(100%, 0, 0);
  }

  .quote-form .contact_block p.agree-terms-text {
    font-size: 0.26rem;
    margin: 0.1rem 0;
    text-align: center;
  }

  .quote-form .contact_block p.agree-terms-text a {
    text-decoration: underline;
  }

  .quote-form .contact_block .linBox img {
    position: absolute;
    width: 100%;
    height: auto;
    left: -58px;
    top: 26%;
    z-index: -1;
  }

  .testimonial_tabs {
    background-color: #faf5f0;
    padding: 0.3rem;
    border-radius: 0.08rem;
    -webkit-border-radius: 0.08rem;
    -moz-border-radius: 0.08rem;
    -ms-border-radius: 0.08rem;
    -o-border-radius: 0.08rem;
    margin-top: 0.5rem;
    margin-right: 0.4rem;
  }

  .testimonial_tabs h4 {
    font-size: 0.34rem;
    color: #001e2f;
    margin-bottom: 0.2rem;
  }

  .testimonial_tabs ul {
    display: flex;
    align-items: center;
  }

  .testimonial_tabs ul .nav-item a {
    padding: 0.2rem;
    border-radius: 0.33rem 0.33rem 0 0;
    -webkit-border-radius: 0.33rem 0.33rem 0 0;
    -moz-border-radius: 0.33rem 0.33rem 0 0;
    -o-border-radius: 0.33rem 0.33rem 0 0;
    height: 100%;
    position: relative;
    top: 0.04rem;
    border: none;
  }

  .testimonial_tabs ul .nav-item a img {
    width: 45px;
    border-radius: 50%;
  }

  .testimonial_tabs ul .nav-item.active {
    background-color: #fff;
    border-radius: 50% 50% 0 0;
  }

  .testimonial_tabs .tab-content .tab-pane {
    background-color: #fff;
    padding: 0.3rem;
    border-radius: 0 0.08rem 0.08rem 0.08rem;
    box-shadow: 0 0 0.02rem 0 rgba(0, 0, 0, 0.1);
  }

  .testimonial_tabs .tab-content .tab-pane .name {
    font-weight: bold;
    color: #001e2f;
  }

  .testimonial_tabs .tab-content .tab-pane p.tip {
    color: #566166;
  }

  .client_logos {
    padding-bottom: 0.8rem;
  }

  .client_logos .mb30 {
    width: 100%;
    margin-bottom: 0.3rem;
  }

  .client_logos .mb30 h5 {
    font-size: 0.32rem;
    transition: all 0.2s ease-in-out;
    line-height: 1.3;
    color: #001e2f;
  }

  .client_logos .brands {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    gap: 0.4rem;
  }

  .client_logos .brands .item {
    width: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
  }

  .client_logos .brands .item img {
    width: 70%;
    object-fit: contain;
  }

  .blog .banner {
    position: relative;
  }

  .blog .banner .box {
    padding: 2rem 0 1rem;
  }

  .blog .banner .box .w {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .blog .banner .box .contentBox {
    width: 100%;
  }

  .blog .banner .box .contentBox .content h5 {
    color: #879ba7 !important;
    margin-bottom: 5px;
    font-size: 0.32rem;
    letter-spacing: 1px;
    text-align: center;
  }

  .blog .banner .box .contentBox .content .section_description {
    width: 100%;
    max-width: 900px;
    color: #9ea7af;
    font-size: 15px;
    margin: 0 auto;
    padding: 0 0 10px 0;
    text-align: center;
  }

  .blog .banner .box .searchBox {
    position: absolute;
    bottom: 0;
    transform: translateY(50%);
    width: 80%;
    align-items: center;
    padding: 0.1rem 0.1rem;
    filter: drop-shadow(0 0.12rem 0.24rem rgba(10, 65, 48, 0.05));
    display: flex;
    background-color: #fff;
    margin: 0;
  }

  .blog .banner .box .searchBox i {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.3rem;
    color: #70707059;
    padding-left: 0.1rem;
  }

  .blog .banner .box .searchBox .from {
    width: 100%;
    display: flex;
    align-items: center;
  }

  .blog .banner .box .searchBox .from input {
    padding-left: 0.2rem;
    flex: 1;
    border: none;
    box-shadow: none;
    font-size: 0.2rem;
    color: #012c44;
    display: block;
    height: 0.5rem;
  }

  .blog .banner .box .searchBox button {
    background-color: #1aa99f;
    width: 1.3rem;
    height: 0.5rem;
    border: none;
  }

  .blog .banner .box .searchBox button span {
    clip-path: unset;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.01rem;
    font-size: 0.16rem;
  }

  .blog .banner .box .lineBox .dots {
    top: 50%;
    transform: translateY(-50%);
  }

  .blog .banner .box .lineBox .dots2 {
    bottom: -0.6rem;
    right: -1.8rem;
  }

  .blog .blog_main {
    padding: 0.9rem 0 0.4rem;
    background-color: #fcf6f1;
  }

  .blog .blog_main .categories {
    background: transparent;
    margin-bottom: 0.3rem;
  }

  .blog .blog_main .categories .cate_nav {
    display: flex;
    flex-wrap: wrap;
  }

  .blog .blog_main .categories .cate_nav li {
    margin: 0.05rem;
  }

  .blog .blog_main .categories .cate_nav li a {
    font-size: 0.28rem;
    background-color: #e6e4e2;
    padding: 0.1rem;
  }

  .blog .blog_main .box {
    padding: 0.5rem 0 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .blog .blog_main .box .blog_block {
    flex: 0 0 auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .blog .blog_main .box .blog_block .card {
    margin-top: 0.3rem;
    padding: 0 0.12rem;
    width: 100%;
  }

  .blog .blog_main .box .blog_block .card .imgs {
    width: 100%;
    border-radius: 0.11rem 0.11rem 0 0;
    overflow: hidden;
    filter: drop-shadow(0 0.12rem 0.24rem rgba(10, 65, 48, 0.05));
    height: 3.6rem;
  }

  .blog .blog_main .box .blog_block .card .imgs img {
    height: 100%;
    object-fit: cover;
    border-radius: 0.11rem 0.11rem 0 0;
  }

  .blog .blog_main .box .blog_block .card .content h3 {
    font-size: 0.34rem;
  }

  .blog .blog_main .box .blog_block .card .content .author {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .blog .blog_main .box .blog_block .card .content .author img {
    width: 0.7rem;
    height: auto;
  }

  .blog .blog_main .box .blog_block .card .content .author .tip {
    display: block;
    font-size: 0.28rem;
  }

  .blog .blog_main .box .blog_block .card p {
    display: none;
    font-size: 0.28rem;
  }

  .blog .blog_main .box .blog_block .item {
    display: flex;
    justify-content: space-between;
  }

  .blog .blog_main .box .blog_block .item .card {
    width: 100%;
  }

  .blog .blog_main .box .blog_block .item .card h3 {
    font-size: 0.28rem;
  }

  .blog .blog_main .box .blog_block .item .card .imgs {
    height: 3.17rem;
  }

  .blog .blog_main .box .blog_block .item .card p {
    display: none;
  }

  .blog .blog_main .box .blog_block .item .card .tip {
    display: block;
  }

  .blog .blog_main .box .blog_block .rg {
    margin-top: 0.4rem;
  }

  .blog .blog_main .box .blog_block .rg a button {
    outline: none;
    cursor: pointer;
    border: none;
    padding: 0.2rem 0.3rem;
    margin: 0;
    font-size: inherit;
    position: relative;
    display: inline-block;
    letter-spacing: normal;
    font-size: 0.32rem;
    border-radius: 0.05rem;
    overflow: hidden;
    background: #FF9C6E;
    font-family: 'Circular';
    color: #fff;
    text-transform: capitalize;
    transition: all 0.2s;
  }

  .blog .blog_main .box .blog_block .rg a button .span {
    position: relative;
    z-index: 10;
    transition: color 0.4s;
    display: block;
    height: 100%;
  }

  .blog .blog_main .box .blog_block .rg a button:hover {
    box-shadow: 0 15px 21px -8px #ed7163d9;
  }

  .blog .blog_main .box .blog_block .rg a button:hover .span {
    color: #fff;
  }

  .blog .blog_main .box .blog_block .rg a button::before,
  .blog .blog_main .box .blog_block .rg a button::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
  }

  .blog .blog_main .box .blog_block .rg a button::before {
    content: '';
    background: #012c44;
    width: 120%;
    left: -10%;
    transform: skew(30deg);
    transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
  }

  .blog .blog_main .box .blog_block .rg a button:hover::before {
    transform: translate3d(100%, 0, 0);
  }

  .blog .blog_main .box .blog_sidebar {
    margin-top: 0.3rem;
    padding: 0;
    flex: 0 0 auto;
    width: 100%;
    background-color: #fcf6f1;
  }

  .blog .blog_main .box .blog_sidebar .widget {
    margin-top: 0.3rem;
    margin-bottom: 0.3rem;
  }

  .blog .blog_main .box .blog_sidebar .widget h4 {
    font-size: 0.4rem;
    font-weight: 400;
    font-family: 'Circular' !important;
    margin-bottom: 0.2rem;
    padding-bottom: 0.1rem;
    border-bottom: 1px solid #012c441f;
    display: inline-block;
    line-height: 0.33rem;
    text-transform: capitalize;
    color: #001e2f;
  }

  .blog .blog_main .box .blog_sidebar .widget .posts {
    background-color: #ffd7ca;
    padding: 0.2rem;
  }

  .blog .blog_main .box .blog_sidebar .widget .posts .post_item {
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 0.08rem;
    -webkit-border-radius: 0.08rem;
    -moz-border-radius: 0.08rem;
    -ms-border-radius: 0.08rem;
    -o-border-radius: 0.08rem;
    padding: 0.2rem;
    margin-bottom: 0.1rem;
  }

  .blog .blog_main .box .blog_sidebar .widget .posts .post_item:last-child {
    margin-bottom: 0;
  }

  .blog .blog_main .box .blog_sidebar .widget .posts .post_item img {
    width: 1.8rem;
    height: auto;
    border-radius: 0.1rem;
  }

  .blog .blog_main .box .blog_sidebar .widget .posts .post_item h5 {
    font-size: 0.28rem;
    line-height: 1.4;
  }

  .blog .blog_main .box .blog_sidebar .feature_categories ul {
    background-color: #ffd7ca;
    padding: 0.2rem;
    border-radius: 0.08rem;
    margin-bottom: 0;
  }

  .blog .blog_main .box .blog_sidebar .feature_categories ul li {
    margin-bottom: 0.1rem;
  }

  .blog .blog_main .box .blog_sidebar .feature_categories ul li:last-child {
    margin-bottom: 0;
  }

  .blog .blog_main .box .blog_sidebar .feature_categories ul li a {
    font-size: 0.34rem;
    line-height: 1.4;
    color: #022c44;
    background-color: #fff;
    display: inline-block;
    width: 100%;
    padding: 0.2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .blog .blog_main .box .blog_sidebar .feature_categories ul li a .title {
    width: 80%;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
  }

  .blog .blog_main .box .blog_sidebar .feature_categories ul li a span {
    width: 0.5rem;
    border-radius: 0.03rem;
    text-align: center;
    background-color: #fcf6f1;
    font-size: 0.28rem;
  }

  .blog .blog_main .box .blog_sidebar .follow_us .iconList {
    background-color: #ffd7ca;
    padding: 0.2rem;
    border-radius: 8px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
  }

  .blog .blog_main .box .blog_sidebar .follow_us .iconList li {
    margin-right: 0.1rem;
  }

  .blog .blog_main .box .blog_sidebar .follow_us .iconList li a {
    background-color: #fff;
    width: 0.8rem;
    height: 0.8rem;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    border-radius: 0.08rem;
  }

  .blog .blog_main .box .blog_sidebar .newsletter {
    background-color: #ffd7ca;
    border-radius: 0.08rem;
    padding: 0.2rem;
    text-align: center;
  }

  .blog .blog_main .box .blog_sidebar .newsletter h3 {
    font-size: 0.32rem;
    line-height: 1.5;
  }

  .blog .blog_main .box .blog_sidebar .newsletter h3 span {
    color: #17a99f;
  }

  .blog .blog_main .box .blog_sidebar .newsletter .form-group {
    border-radius: 0.08rem;
    display: flex;
  }

  .blog .blog_main .box .blog_sidebar .newsletter .form-group input {
    font-size: 0.28rem;
  }

  .blog .blog_main .box .blog_sidebar .newsletter .form-group .form-control {
    width: 100%;
    background-color: #fff;
    height: 1rem;
    padding: 0.2rem;
    border: none;
  }

  .blog .blog_main .box .blog_sidebar .newsletter .form-group .inside_item {
    flex-shrink: 0;
  }

  .blog .blog_main .box .blog_sidebar .newsletter .form-group .inside_item a button {
    height: 100%;
    outline: none;
    cursor: pointer;
    border: none;
    padding: 0.2rem 0.3rem;
    margin: 0;
    font-size: inherit;
    position: relative;
    display: inline-block;
    letter-spacing: normal;
    font-size: 0.32rem;
    border-radius: 0.05rem;
    overflow: hidden;
    background: #ff9c6e;
    font-family: 'Circular';
    color: #fff;
    text-transform: capitalize;
    transition: all 0.2s;
  }

  .blog .blog_main .box .blog_sidebar .newsletter .form-group .inside_item a button .span {
    position: relative;
    z-index: 10;
    transition: color 0.4s;
    display: block;
    height: 100%;
  }

  .blog .blog_main .box .blog_sidebar .newsletter .form-group .inside_item a button:hover {
    box-shadow: 0 15px 21px -8px #ed7163d9;
  }

  .blog .blog_main .box .blog_sidebar .newsletter .form-group .inside_item a button:hover .span {
    color: #fff;
  }

  .blog .blog_main .box .blog_sidebar .newsletter .form-group .inside_item a button::before,
  .blog .blog_main .box .blog_sidebar .newsletter .form-group .inside_item a button::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
  }

  .blog .blog_main .box .blog_sidebar .newsletter .form-group .inside_item a button::before {
    content: '';
    background: #1baaa0;
    width: 120%;
    left: -10%;
    transform: skew(30deg);
    transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
  }

  .blog .blog_main .box .blog_sidebar .newsletter .form-group .inside_item a button:hover::before {
    transform: translate3d(100%, 0, 0);
  }

  .blog .blog_main .box .blog_sidebar .newsletter .form-group .inside_item a button .span {
    line-height: 0.3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .blog .blog_main .box .blog_sidebar .newsletter .free-text-newsletter {
    margin-top: 0.25rem;
    margin-bottom: 0rem;
    font-size: 0.1rem;
    text-transform: uppercase;
    font-weight: 700;
  }

  .blog .blog_main .box .blog_sidebar .newsletter .agree-terms-text {
    margin: 10px 0;
    text-align: center;
    font-size: 0.09rem;
  }

  .blog .blog_main .box .blog_sidebar .newsletter .agree-terms-text a {
    text-decoration: underline;
  }

  .blog .blog_main .box .blog_sidebar .product-ebook {
    box-sizing: border-box;
    position: sticky;
    transition: all 0s ease 0s;
    top: 0.5rem;
    transform: translateY(0px);
    height: auto;
    width: 100%;
  }

  .blog .blog_main .box .blog_sidebar .product-ebook img {
    width: 100%;
    height: 100%;
    border-radius: 0.08rem;
  }

  .create .banner {
    position: relative;
    padding-bottom: 0.8rem;
  }

  .create .banner .box {
    background-color: #fcf6f1;
  }

  .create .banner .box .w {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
  }

  .create .banner .box a {
    display: block;
    width: 100%;
  }

  .create .banner .box .post-author {
    margin-bottom: 0.4rem;
    display: flex;
    align-items: center;
    margin-left: 0.2rem;
  }

  .create .banner .box .post-author .post-author__avatar {
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
  }

  .create .banner .box .post-author .post-author__avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
  }

  .create .banner .box .post-author .info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 20px;
    color: #012c44;
  }

  .create .banner .box .post-author .info .post-author__name {
    font-size: 13px;
    line-height: 22px;
    color: #012c44;
    margin-bottom: 0;
  }

  .create .banner .box .post-author .info .data {
    margin: 0;
    font-size: 11px;
  }

  .create .banner .box .imgs {
    width: 90%;
    margin: auto;
    height: auto;
  }

  .create .banner .box .imgs img {
    width: 100%;
    height: 100%;
    object-position: 0;
    border-radius: 0.2rem;
  }

  .create .blog_detail {
    padding: 0.5rem 0;
  }

  .create .blog_detail .sbd_block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .create .blog_detail .ez-toc-container {
    background: #faf5f0;
    border: 1px solid #faf5f0;
    width: 100%;
    padding: 0.05rem 0.15rem;
    margin-bottom: 0.2rem;
  }

  .create .blog_detail .ez-toc-container .ez-toc-title-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .create .blog_detail .ez-toc-container .ez-toc-title-container .ez-toc-title {
    font-size: 0.3rem;
    line-height: 1.6;
    font-weight: bold;
  }

  .create .blog_detail .ez-toc-container .ez-toc-title-container .ez-toc-title-toggle {
    color: #444;
    background: inherit;
    border: inherit;
    cursor: pointer;
  }

  .create .blog_detail .ez-toc-container .ez-toc-title-container .ez-toc-title-toggle .ez-toc-icon-toggle-span {
    display: flex;
    align-items: center;
    width: 100%;
    height: 0.6rem;
    justify-content: center;
    direction: ltr;
    border: 1px solid #444;
    border-radius: 8px;
  }

  .create .blog_detail .ez-toc-container nav {
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.4s ease;
  }

  .create .blog_detail .ez-toc-container nav ol {
    margin: 0;
  }

  .create .blog_detail .ez-toc-container nav ol li {
    list-style-type: decimal;
  }

  .create .blog_detail .ez-toc-container nav ol li a {
    font-size: 0.28rem;
    line-height: 1.9;
    color: #6c7a87;
  }

  .create .blog_detail .ez-toc-container nav.show {
    height: auto;
    opacity: 1;
    display: block;
  }

  .create .blog_detail .detail {
    width: 100%;
    padding: 0 0.12rem;
  }

  .create .blog_detail .detail p {
    font-size: 0.28rem;
  }

  .create .blog_detail .detail p a {
    color: #ee7163;
  }

  .create .blog_detail .detail h2 {
    font-size: 0.54rem;
  }

  .create .blog_detail .detail img {
    border-radius: 0.12rem;
    width: 100%;
    height: auto;
  }

  .create .blog_detail .blog_sidebar {
    padding-left: 0.15rem;
  }

  .create .blog_detail .blog_sidebar .sidebar-stickys {
    transform: translateY(0px);
    position: sticky;
    transition: all 0s ease 0s;
    box-sizing: border-box;
    top: 0.5rem;
  }

  .create .blog_detail .blog_sidebar .sidebar-stickys .widget {
    background-color: #e9f7f6;
    height: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .create .blog_detail .blog_sidebar .sidebar-stickys .widget .content {
    padding: 0.3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .create .blog_detail .blog_sidebar .sidebar-stickys .widget .content h4 {
    font-size: 25px;
    line-height: 33px;
    color: #001e2f;
    text-align: center;
  }

  .create .blog_detail .blog_sidebar .sidebar-stickys .widget .content p {
    text-align: center;
  }

  .create .blog_detail .blog_sidebar .sidebar-stickys .widget .content .rg {
    margin-top: 0.2rem;
  }

  .create .blog_detail .blog_sidebar .sidebar-stickys .widget .content .rg a button {
    outline: none;
    cursor: pointer;
    border: none;
    padding: 0.2rem 0.3rem;
    margin: 0;
    font-size: inherit;
    position: relative;
    display: inline-block;
    letter-spacing: normal;
    font-size: 0.32rem;
    border-radius: 0.05rem;
    overflow: hidden;
    background: #ff9c6e;
    font-family: 'Circular';
    color: #fff;
    text-transform: capitalize;
    transition: all 0.2s;
  }

  .create .blog_detail .blog_sidebar .sidebar-stickys .widget .content .rg a button .span {
    position: relative;
    z-index: 10;
    transition: color 0.4s;
    display: block;
    height: 100%;
  }

  .create .blog_detail .blog_sidebar .sidebar-stickys .widget .content .rg a button:hover {
    box-shadow: 0 15px 21px -8px #ed7163d9;
  }

  .create .blog_detail .blog_sidebar .sidebar-stickys .widget .content .rg a button:hover .span {
    color: #fff;
  }

  .create .blog_detail .blog_sidebar .sidebar-stickys .widget .content .rg a button::before,
  .create .blog_detail .blog_sidebar .sidebar-stickys .widget .content .rg a button::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
  }

  .create .blog_detail .blog_sidebar .sidebar-stickys .widget .content .rg a button::before {
    content: '';
    background: #ee7163;
    width: 120%;
    left: -10%;
    transform: skew(30deg);
    transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
  }

  .create .blog_detail .blog_sidebar .sidebar-stickys .widget .content .rg a button:hover::before {
    transform: translate3d(100%, 0, 0);
  }

  .create .blog_detail .blog_sidebar .sidebar-stickys .widget img {
    height: 250px;
    width: auto;
  }

  .create .blog_detail .blog_sidebar .testimonial_tabs {
    width: 100%;
  }
}