<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.vpn-review {
  padding: 0 0 175px; }
  .vpn-review .review-l {
    position: relative;
    padding-top: 140px;
    width: 390px; }
    .vpn-review .review-l .r-title {
      position: relative; }
      .vpn-review .review-l .r-title::before {
        content: "";
        display: block;
        position: absolute;
        left: -82px;
        bottom: -96px;
        width: 150px;
        height: 234px;
        background: url(../images/review/c-l-content.svg) no-repeat; }
  .vpn-review .arrow-group {
    margin-top: 120px; }
  .vpn-review .arrow,
  .vpn-review .swiper-button-prev,
  .vpn-review .swiper-button-next {
    width: 38px;
    height: 14px;
    display: inline-block;
    text-indent: -9999px; }
  .vpn-review .swiper-button-prev,
  .vpn-review .swiper-button-next {
    display: none !important; }
  .vpn-review .left-arrow,
  .vpn-review .swiper-button-prev {
    background: url("../images/vpn-windows/left-arrow.svg") no-repeat;
    background-position-x: right; }
    .vpn-review .left-arrow:hover,
    .vpn-review .swiper-button-prev:hover {
      transform: rotate(180deg);
      cursor: pointer;
      background: url("../images/review/arrow-l.svg") no-repeat; }
  .vpn-review .right-arrow,
  .vpn-review .swiper-button-next {
    transform: rotate(180deg);
    margin-left: 138px;
    background: url("../images/review/left-arrow.svg") no-repeat;
    background-position-x: right; }
    .vpn-review .right-arrow:hover,
    .vpn-review .swiper-button-next:hover {
      cursor: pointer;
      transform: rotate(0);
      background: url("../images/review/arrow-l.svg") no-repeat; }
  .vpn-review .review-r {
    padding-top: 200px;
    width: 1000px;
    overflow: hidden; }
    .vpn-review .review-r .swiper-container {
      margin-left: 0;
      width: 82%;
      overflow: initial; }
    .vpn-review .review-r .swiper {
      height: 500px;
      padding-left: 50px; }
      .vpn-review .review-r .swiper .swiper-slide {
        height: 151px !important;
        background: #fff;
        border: 1px solid #ede2fc;
        border-radius: 20px;
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: center;
        position: relative;
        cursor: pointer;
        margin-top: 116px; }
        .vpn-review .review-r .swiper .swiper-slide .thumbnail {
          position: absolute;
          left: -34px;
          top: 30px;
          width: 82px;
          height: 82px; }
        .vpn-review .review-r .swiper .swiper-slide .txt {
          margin-left: auto;
          width: 70%;
          text-align: left; }
        .vpn-review .review-r .swiper .swiper-slide .txt-title {
          padding-top: 68px;
          font-size: 16px;
          line-height: 24px;
          font-weight: bold; }
        .vpn-review .review-r .swiper .swiper-slide .txt-p {
          color: #8e8b9d;
          font-size: 12px;
          line-height: 22px; }
        .vpn-review .review-r .swiper .swiper-slide .tips {
          margin: 72px 0 0;
          opacity: 0;
          width: 318px;
          height: 0;
          text-align: left;
          transform: translate(0, 200px); }
      .vpn-review .review-r .swiper .swiper-slide.swiper-slide-active {
        width: 398px !important;
        height: 380px !important;
        box-shadow: 0px 50px 50px rgba(138, 169, 255, 0.251);
        transition: all 0.5s;
        margin-top: 0;
        padding: 0 40px;
        position: relative;
        border: 0;
        display: block !important; }
        .vpn-review .review-r .swiper .swiper-slide.swiper-slide-active .thumbnail {
          width: 117px;
          height: 117px;
          position: absolute;
          left: -27px;
          top: 40px; }
        .vpn-review .review-r .swiper .swiper-slide.swiper-slide-active .txt {
          padding-left: 78px;
          width: auto;
          margin-left: 0; }
        .vpn-review .review-r .swiper .swiper-slide.swiper-slide-active .txt-title {
          font-size: 22px;
          line-height: 34px; }
        .vpn-review .review-r .swiper .swiper-slide.swiper-slide-active .txt-p {
          font-size: 14px; }
        .vpn-review .review-r .swiper .swiper-slide.swiper-slide-active .tips {
          opacity: 1;
          transform: translate(0, 0);
          transition: all 0.3s;
          transition-delay: 0.4s; }

@media (min-width: 760px) and (max-width: 1600px) {
  .vpn-review {
    display: block;
    padding: 0 40px; }
    .vpn-review .review-l {
      padding-top: 80px;
      width: 100%;
      text-align: center; }
      .vpn-review .review-l .r-title::before {
        display: none; }
    .vpn-review .arrow-group {
      margin: 40px auto 0; }
    .vpn-review .review-r {
      padding-top: 0;
      margin: 0 auto; } }
/* moblie */
@media (max-width: 768px) {
  .vpn-review {
    padding: 0 0 3.5714285714rem; }
    .vpn-review .review-l {
      padding: 4.2857142857rem 0 0;
      width: 100%; }
      .vpn-review .review-l .r-title {
        padding-left: 3.5714285714rem; }
        .vpn-review .review-l .r-title::before {
          left: 0;
          bottom: -7.1428571429rem;
          width: 5.3571428571rem;
          height: 12rem;
          background-size: contain; }
    .vpn-review .arrow-group._mobile {
      position: relative;
      z-index: 9;
      margin: -40px auto 0;
      width: 80%;
      display: flex !important;
      align-items: center;
      justify-content: space-between; }
    .vpn-review .left-arrow {
      margin-left: 0; }
    .vpn-review .right-arrow {
      margin-left: 0;
      margin-right: 0; }
    .vpn-review .review-r {
      padding: 3.5714285714rem 1.4285714286rem 0;
      width: 100%; }
      .vpn-review .review-r .swiper-container {
        margin-left: 0;
        width: 100%; }
      .vpn-review .review-r .swiper {
        padding-left: 0; }
        .vpn-review .review-r .swiper .swiper-slide.swiper-slide-active {
          width: 100% !important; }
          .vpn-review .review-r .swiper .swiper-slide.swiper-slide-active .thumbnail {
            width: 90px;
            height: 90px;
            left: -0.8571428571rem;
            top: 1.4285714286rem; }
          .vpn-review .review-r .swiper .swiper-slide.swiper-slide-active .txt {
            width: 100%;
            padding-left: 4.7142857143rem; }
          .vpn-review .review-r .swiper .swiper-slide.swiper-slide-active .txt-title {
            padding-top: 2.4285714286rem;
            font-size: 1.2857142857rem;
            line-height: 2.4285714286rem; }
          .vpn-review .review-r .swiper .swiper-slide.swiper-slide-active .txt-p {
            font-size: 1rem; }
          .vpn-review .review-r .swiper .swiper-slide.swiper-slide-active .tips {
            margin-top: 2.8571428571rem;
            width: 100%; } }
.windows__feature {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 20px;
  padding-bottom: 200px; }
  .windows__feature_pic {
    flex-shrink: 0; }
  .windows__feature_content {
    max-width: 600px; }
    .windows__feature_content h2 {
      font-size: 40px;
      line-height: 1.5;
      font-weight: 700; }
      .windows__feature_content h2 b {
        display: block;
        font: inherit;
        color: inherit;
        font-weight: 700; }
    .windows__feature_content p {
      padding: 6px 0 20px;
      font-size: 16px;
      line-height: 1.5; }
    .windows__feature_content dl dt {
      font-size: 16px;
      line-height: 1.5;
      margin-bottom: 10px; }
    .windows__feature_content dl dd {
      padding-left: 20px;
      position: relative;
      font-size: 16px;
      line-height: 1.5;
      padding-bottom: 6px;
      color: inherit; }
      .windows__feature_content dl dd a {
        text-decoration: underline; }
        .windows__feature_content dl dd a:hover {
          opacity: 0.8; }
      .windows__feature_content dl dd::before {
        content: '';
        display: inline-block;
        margin-right: 12px;
        margin-top: -3px;
        width: 6px;
        height: 6px;
        vertical-align: middle;
        border-radius: 50%;
        background-color: #000; }

.win_features_new {
  margin-top: 97px;
  padding-top: 39px;
  padding-bottom: 41px; }
  .win_features_new .arrow-group {
    position: absolute;
    bottom: 50%;
    width: 100%;
    display: none; }
    .win_features_new .arrow-group .arrow {
      cursor: pointer; }
      .win_features_new .arrow-group .arrow.left-arrow {
        position: absolute;
        left: -60px; }
        .win_features_new .arrow-group .arrow.left-arrow svg {
          transform: rotate(180deg); }
      .win_features_new .arrow-group .arrow.right-arrow {
        position: absolute;
        right: -60px; }
      .win_features_new .arrow-group .arrow svg {
        width: 22px;
        height: 36px;
        fill: #e1e2eb;
        fill: #0c5aff; }
  .win_features_new h2 {
    font-size: 40px;
    color: #1E1C2C;
    font-weight: 600;
    text-align: center;
    margin-bottom: 29px; }
  .win_features_new ._text {
    text-align: center;
    font: normal normal normal 16px/20px Lexend Deca;
    color: #8E8B9D;
    margin-bottom: 104px; }
  .win_features_new ._main {
    display: flex;
    justify-content: space-between;
    margin-bottom: 82px; }
    .win_features_new ._main ul {
      display: flex;
      flex-direction: column; }
      .win_features_new ._main ul li {
        width: 586px;
        padding: 37px 0 34px 42px;
        border-left: 5px solid #0e5aff00;
        transition: all 0.1s; }
        .win_features_new ._main ul li h3 {
          font: normal normal 600 20px Lexend;
          color: #1E1C2C;
          margin-bottom: 20px; }
        .win_features_new ._main ul li p {
          font: normal normal normal 14px/21px Lexend Deca;
          color: #8E8B9D; }
          .win_features_new ._main ul li p a {
            color: #0E5AFF; }
        .win_features_new ._main ul li.on {
          background: transparent linear-gradient(90deg, #E5EDFF 0%, #ffffff00 100%) 0% 0% no-repeat padding-box;
          border-left: 5px solid #0E5AFF; }
          .win_features_new ._main ul li.on h3 {
            color: #0E5AFF; }
    .win_features_new ._main .img_box {
      height: 620px;
      display: flex;
      align-items: center;
      justify-content: center; }
      .win_features_new ._main .img_box img {
        display: none; }
        .win_features_new ._main .img_box img.on {
          display: block; }
  .win_features_new .download_box h3 {
    font-size: 36px;
    margin-bottom: 117px;
    text-align: center; }
  .win_features_new .download_box ul {
    display: flex;
    justify-content: space-evenly; }
    .win_features_new .download_box ul li {
      width: 100px; }
      .win_features_new .download_box ul li a {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
        cursor: pointer; }
        .win_features_new .download_box ul li a img {
          opacity: 0.6;
          width: 36px;
          transition: all 0.2s; }
        .win_features_new .download_box ul li a p {
          font: normal normal normal 16px Lexend Deca;
          color: #1E1C2C;
          margin-top: 14px;
          transition: all 0.2s; }
      .win_features_new .download_box ul li:hover a img {
        opacity: 1; }
      .win_features_new .download_box ul li:hover a p {
        color: #2D42FF; }

@media (max-width: 768px) {
  .win_features_new {
    padding: 0 1.2142857143rem;
    margin-top: 5.1428571429rem;
    background-size: 100%; }
    .win_features_new h2 {
      font-size: 1.6428571429rem;
      line-height: 2.0714285714rem;
      font-weight: 600;
      color: #1E1C2C;
      margin-bottom: 2.2857142857rem; }
    .win_features_new ._text {
      font-size: 1rem;
      line-height: 1.5714285714rem;
      color: #8E8B9D;
      margin-bottom: 0.8571428571rem; }
    .win_features_new ._main {
      flex-direction: column-reverse;
      justify-content: flex-start;
      align-items: flex-start;
      margin-bottom: 1.7857142857rem; }
      .win_features_new ._main .img_box {
        position: relative;
        left: 0;
        transition: all 0.2s;
        height: 21.4285714286rem;
        align-items: center;
        justify-content: flex-start; }
        .win_features_new ._main .img_box img {
          display: block;
          width: 100%; }
      .win_features_new ._main ul {
        width: 500%;
        position: relative;
        left: 0;
        transition: all 0.2s;
        flex-direction: row; }
        .win_features_new ._main ul li {
          width: 20%;
          padding: 0;
          background: none !important;
          border: none !important; }
          .win_features_new ._main ul li h3 {
            text-align: center;
            color: #0E5AFF;
            font-size: 1.2857142857rem;
            line-height: 1.5714285714rem;
            margin-bottom: 1.5rem; }
          .win_features_new ._main ul li p {
            text-align: center;
            font-size: 1rem;
            line-height: 1.5714285714rem; }
    .win_features_new .wf_cont2 .img_box {
      height: auto !important; }
    .win_features_new .wf_cont2 ul {
      justify-content: center; }
    .win_features_new .click_point {
      display: flex !important;
      justify-content: center;
      margin-bottom: 5.7142857143rem; }
      .win_features_new .click_point li {
        display: inline-block;
        width: 1.1428571429rem;
        height: 1.1428571429rem;
        background: #C3C2D5;
        border-radius: 50%;
        margin: 0 0.8571428571rem; }
        .win_features_new .click_point li.on {
          background: #4D41FF; }
    .win_features_new .download_box {
      margin-bottom: 22px; }
      .win_features_new .download_box h3 {
        font-size: 1.4285714286rem;
        line-height: 1.7857142857rem;
        margin-bottom: 3.3571428571rem;
        text-align: center; }
      .win_features_new .download_box ul {
        flex-wrap: wrap;
        align-items: baseline;
        padding: 0 7px; }
        .win_features_new .download_box ul li {
          width: 5.7142857143rem;
          margin-bottom: 2.1428571429rem; }
          .win_features_new .download_box ul li a img {
            opacity: 1; }
          .win_features_new .download_box ul li a p {
            font-size: 0.9285714286rem; }
    .win_features_new .wf_contmob {
      padding-top: 2.1428571429rem; }
      .win_features_new .wf_contmob ._main {
        flex-direction: inherit; }
      .win_features_new .wf_contmob .swiper-slide {
        text-align: center;
        flex-direction: column;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center; }
        .win_features_new .wf_contmob .swiper-slide .swp_info {
          width: 100%; }
        .win_features_new .wf_contmob .swiper-slide h3 {
          text-align: center;
          color: #0E5AFF;
          font-size: 1.2857142857rem;
          line-height: 1.5714285714rem;
          margin-bottom: 1.5rem;
          max-width: 100%; }
        .win_features_new .wf_contmob .swiper-slide p {
          text-align: center;
          font-size: 1rem;
          line-height: 1.5714285714rem;
          color: #8E8B9D;
          max-width: 100%;
          padding: 0 0.3571428571rem;
          word-break: break-word; }
          .win_features_new .wf_contmob .swiper-slide p a {
            color: #0E5AFF; }
      .win_features_new .wf_contmob .arrow-group {
        position: relative;
        z-index: 9;
        bottom: auto;
        width: 100%;
        display: flex;
        align-items: stretch;
        justify-content: center;
        gap: 30px;
        margin-top: 20px;
        margin-bottom: 20px; }
        .win_features_new .wf_contmob .arrow-group .arrow {
          cursor: pointer; }
          .win_features_new .wf_contmob .arrow-group .arrow.left-arrow {
            position: relative;
            left: 0; }
          .win_features_new .wf_contmob .arrow-group .arrow.right-arrow {
            position: relative;
            right: 0px; }
      .win_features_new .wf_contmob .swiper-slide img {
        display: block;
        width: 100%;
        max-height: 100%;
        object-fit: cover; }
      .win_features_new .wf_contmob .swiper-pagination {
        bottom: 0px;
        position: relative;
        margin: 1.4285714286rem auto 2.8571428571rem; }
        .win_features_new .wf_contmob .swiper-pagination span {
          width: 0.8571428571rem;
          height: 0.8571428571rem; }

  .windows__feature {
    padding-bottom: 0;
    margin-top: -50px !important;
    flex-wrap: wrap;
    flex-direction: column-reverse; }
    .windows__feature_pic {
      flex-shrink: 0;
      margin-bottom: 50px; }
      .windows__feature_pic img {
        max-width: 602px;
        width: 100%;
        height: auto; }
    .windows__feature_content {
      padding: 0 16px; }
      .windows__feature_content h2 {
        font-size: 30px;
        text-align: center; }
      .windows__feature_content p {
        text-align: center; } }
.vpn-win .pc-btn {
  margin: auto;
  position: relative;
  z-index: 9;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px; }
  .vpn-win .pc-btn .button-new.button-combe, .vpn-win .pc-btn .button-new.button-link {
    display: inline-flex !important;
    align-items: center;
    justify-content: flex-end;
    padding: 0 10px !important;
    border-radius: 9999px !important;
    gap: 12px;
    min-width: 220px !important;
    max-width: 98% !important;
    width: auto !important; }
    .vpn-win .pc-btn .button-new.button-combe .btn-word, .vpn-win .pc-btn .button-new.button-link .btn-word {
      display: block;
      line-height: 1.5;
      text-align: end;
      font-family: "Lexend", Arial, Helvetica, sans-serif;
      transform: translateX(0%) !important;
      transition: transform 0.3s; }
      .vpn-win .pc-btn .button-new.button-combe .btn-word.btn-pc, .vpn-win .pc-btn .button-new.button-link .btn-word.btn-pc {
        display: block; }
      .vpn-win .pc-btn .button-new.button-combe .btn-word.btn-mobile, .vpn-win .pc-btn .button-new.button-link .btn-word.btn-mobile {
        display: none; }
    .vpn-win .pc-btn .button-new.button-combe .arrow-new, .vpn-win .pc-btn .button-new.button-link .arrow-new {
      margin: 0 !important;
      flex-shrink: 0; }
    .vpn-win .pc-btn .button-new.button-combe:hover .btn-word, .vpn-win .pc-btn .button-new.button-link:hover .btn-word {
      position: relative;
      left: 50%;
      text-align: center;
      transform: translateX(-50%) !important; }
    .vpn-win .pc-btn .button-new.button-combe:hover .arrow-new, .vpn-win .pc-btn .button-new.button-link:hover .arrow-new {
      position: absolute;
      right: 0;
      visibility: hidden;
      transform: translateX(100%) scale(0) !important; }
  .vpn-win .pc-btn .button-new.button-combe:hover .btn-word {
    transform: translateX(-50%) scale(0.1) !important; }
  .vpn-win .pc-btn .button-new.button-link.btn-default {
    padding: 0 10px !important; }
.vpn-win .btn-mobile {
  display: none !important; }
.vpn-win .btn-pc {
  display: flex !important; }
.vpn-win .equipment {
  margin: 0 !important;
  max-width: 100% !important; }
  .vpn-win .equipment .icon-box {
    justify-content: flex-start;
    gap: 10px; }
    .vpn-win .equipment .icon-box a {
      margin: 0; }

.win-main {
  overflow: hidden; }
  .win-main .win-pc {
    display: block !important; }
  .win-main .win-mobile {
    display: none !important; }
  .win-main h1,
  .win-main h2,
  .win-main h3,
  .win-main h4,
  .win-main h5,
  .win-main h6,
  .win-main b,
  .win-main strong {
    font-weight: 700;
    line-height: 1.5; }
  .win-main img {
    width: auto;
    max-width: none;
    height: auto; }
  .win-main .wrapper {
    flex-wrap: wrap; }
.win-banner .wrapper {
  padding: 244px 0 200px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 60px; }
.win-banner .pc-btn {
  margin: 0 auto 72px;
  justify-content: flex-start; }
.win-banner .wban-txt,
.win-banner .wban-img {
  position: relative;
  z-index: 1;
  margin: auto;
  width: 100%;
  max-width: 580px; }
.win-banner .wban-img {
  max-width: 585px; }
  .win-banner .wban-img .computer-pic {
    position: relative;
    z-index: 3; }
  .win-banner .wban-img ._line,
  .win-banner .wban-img .banicon {
    display: block;
    position: absolute;
    z-index: 1; }
  .win-banner .wban-img ._line {
    z-index: -1;
    top: -284px;
    right: -240px; }
  .win-banner .wban-img .banicon {
    width: 121px;
    height: 121px;
    background: url(../images/vpn-windows/circle-blue.svg) no-repeat; }
    .win-banner .wban-img .banicon._blue {
      top: -64px;
      left: 44px; }
    .win-banner .wban-img .banicon._green {
      top: 28px;
      right: -74px;
      width: 238px;
      height: 238px;
      background: url(../images/vpn-windows/circle-green.svg) no-repeat; }
    .win-banner .wban-img .banicon._orange {
      top: 304px;
      left: -120px;
      width: 66px;
      height: 62px;
      background: url(../images/vpn-windows/circle-orange.svg) no-repeat; }
.win-banner-title {
  font-size: 40px;
  line-height: 1.5; }
.win-banner-desc {
  margin: 20px auto 26px;
  font-size: 26px;
  line-height: 1.2; }
.win-banner-list {
  padding-bottom: 54px; }
  .win-banner-list li {
    font-size: 16px;
    line-height: 1.5; }
.win-steps {
  text-align: center;
  box-sizing: border-box;
  padding-top: 80px; }
  .win-steps-title {
    font-size: 40px;
    line-height: 1.5; }
  .win-steps-box {
    margin: 64px auto;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px; }
  .win-steps-list {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 300px;
    text-align: center; }
    .win-steps-list dt {
      margin: 0 auto 20px;
      width: 100%;
      max-width: 100%;
      height: 255px; }
      .win-steps-list dt &gt; img {
        max-width: 100%;
        width: 100%; }
    .win-steps-list-desc {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      border-radius: 9999px;
      background: #1e1c2c;
      padding: 6px;
      color: #fff;
      font-size: 12px;
      line-height: 1.6;
      gap: 12px; }
      .win-steps-list-desc h3 {
        line-height: inherit;
        font-weight: 400; }
      .win-steps-list-desc::before {
        content: attr(data-text);
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        flex-shrink: 0;
        font-size: inherit;
        line-height: inherit;
        color: #1e1c2c;
        background: #fff; }
  .win-steps-line {
    width: 109px;
    height: 10px;
    padding-bottom: 30px;
    background: url(../images/vpn-windows/w-tis.svg) center center no-repeat; }
.win-scenes {
  padding: 166px 0 168px;
  overflow: hidden; }
  .win-scenes-title, .win-scenes-desc {
    font-size: 40px;
    line-height: 1.5;
    text-align: center;
    max-width: 950px;
    width: 100%;
    margin: 0 auto; }
  .win-scenes-desc {
    padding-top: 16px;
    font-size: 16px; }
  .win-scenes .scene-nav {
    margin: 70px 0;
    display: flex !important;
    align-items: stretch;
    justify-content: center;
    gap: 15px;
    overflow-x: auto; }
    .win-scenes .scene-nav li {
      width: auto;
      max-width: 174px;
      min-width: 174px;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      text-align: left;
      font-size: 16px;
      line-height: 2;
      border-bottom: 2px solid #ebebeb;
      gap: 7px; }
      .win-scenes .scene-nav li .scene-nav-icon {
        display: block;
        width: 20px;
        height: 18px; }
      .win-scenes .scene-nav li.ac {
        color: #2d69ff;
        border-color: #2d69ff; }
  .win-scenes .scene-cont {
    position: relative;
    margin-bottom: 86px; }
    .win-scenes .scene-cont li {
      position: absolute;
      display: flex;
      align-items: center;
      justify-content: center;
      top: 0;
      opacity: 0;
      z-index: -11; }
      .win-scenes .scene-cont li .s-left,
      .win-scenes .scene-cont li .s-right {
        position: relative;
        z-index: 2;
        width: 100%;
        max-width: 504px;
        transition: all 0.3s; }
      .win-scenes .scene-cont li .s-left {
        transform: translateX(-100%); }
      .win-scenes .scene-cont li .s-right {
        transform: translateX(100%);
        z-index: 1;
        padding: 0 96px 36px 0px;
        max-width: 580px;
        color: #1e1c2c;
        font-size: 14px;
        line-height: 1.5; }
        .win-scenes .scene-cont li .s-right::before {
          content: '';
          display: block;
          position: absolute;
          z-index: -1;
          top: -48px;
          left: -76px;
          width: 578px;
          height: 325px;
          background: url("../images/vpn-windows/nav-text-bg.svg") no-repeat center;
          background-size: contain; }
      .win-scenes .scene-cont li.ac {
        position: relative;
        opacity: 1;
        z-index: 1; }
        .win-scenes .scene-cont li.ac .s-left {
          transform: translateX(0%); }
        .win-scenes .scene-cont li.ac .s-right {
          transform: translateX(0%); }
.win-feature {
  padding: 126px 0 0px;
  overflow: hidden;
  background: linear-gradient(0deg, #f2f6ff 0%, #fff 100%); }
  .win-feature-title, .win-feature-desc {
    margin: 0 auto;
    width: 100%;
    max-width: 900px;
    text-align: center;
    line-height: 1.5;
    font-size: 40px; }
  .win-feature-desc {
    color: #8E8B9D;
    margin-top: 24px;
    font-size: 16px;
    margin-bottom: 100px; }
  .win-feature .pc-btn {
    justify-content: flex-start; }
    .win-feature .pc-btn .button-new.button-combe {
      min-width: 134px !important; }
  .win-feature-box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 100px;
    margin-top: 20px; }
    .win-feature-box .w-f-txt-title,
    .win-feature-box .w-f-txt-desc {
      font-size: 34px;
      line-height: 1.5; }
    .win-feature-box .w-f-txt-desc {
      font-size: 14px; }
      .win-feature-box .w-f-txt-desc a {
        color: #2D69FF; }
    .win-feature-box.on .w-f-img .line-lock img.line-l {
      transition: all 0.3s linear;
      transition-delay: 1s; }
      .win-feature-box.on .w-f-img .line-lock img.line-l.l-one {
        left: -72px; }
      .win-feature-box.on .w-f-img .line-lock img.line-l.l-two {
        top: 216px;
        right: -32px; }
      .win-feature-box.on .w-f-img .line-lock img.line-l.l-three {
        top: 242px;
        right: -164px; }
      .win-feature-box.on .w-f-img .line-lock img.line-l.l-four {
        left: -98px; }
    .win-feature-box.on .w-f-img .w-unlock {
      animation: w-showlock 0.2s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
      animation-delay: 1.6s; }
    .win-feature-box.on.w-best .w-f-img .k-one,
    .win-feature-box.on.w-best .w-f-img .k-two {
      animation: w-showlock 0.2s cubic-bezier(0.34, 1.56, 0.64, 1) forwards; }
    .win-feature-box.on.w-best .w-f-img .k-one {
      animation-delay: 1.8s; }
    .win-feature-box.on.w-best .w-f-img .k-two {
      animation-delay: 1.6s; }
    .win-feature-box.on.w-fast .w-f-img .fast-step {
      animation: w-showlock 0.2s cubic-bezier(0.34, 1.56, 0.64, 1) forwards; }
      .win-feature-box.on.w-fast .w-f-img .fast-step.f-one {
        animation-delay: 1s; }
      .win-feature-box.on.w-fast .w-f-img .fast-step.f-two {
        animation-delay: 1.2s; }
      .win-feature-box.on.w-fast .w-f-img .fast-step.f-three {
        animation-delay: 1.4s; }
      .win-feature-box.on.w-fast .w-f-img .fast-step.f-four {
        animation-delay: 1.6s; }
    .win-feature-box.on.w-lock .w-f-img .edia-one {
      animation: w-showlock 0.2s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
      animation-delay: 1.8s; }
    .win-feature-box.on.w-step .w-f-img .pic-step {
      animation: w-showlock 0.2s cubic-bezier(0.34, 1.56, 0.64, 1) forwards; }
      .win-feature-box.on.w-step .w-f-img .pic-step.up_vpn {
        animation-delay: 1s; }
      .win-feature-box.on.w-step .w-f-img .pic-step.up_xbox {
        animation-delay: 1.2s; }
      .win-feature-box.on.w-step .w-f-img .pic-step.up_adr {
        animation-delay: 1.4s; }
      .win-feature-box.on.w-step .w-f-img .pic-step.up_mac {
        animation-delay: 1.6s; }
      .win-feature-box.on.w-step .w-f-img .pic-step.up_win {
        animation-delay: 1.8s; }
      .win-feature-box.on.w-step .w-f-img .pic-step.up_ios {
        animation-delay: 2s; }
    .win-feature-box.w-best .w-f-txt {
      margin-top: 140px; }
    .win-feature-box.w-best .w-f-img {
      margin-top: 100px;
      width: 542px;
      height: 430px; }
      .win-feature-box.w-best .w-f-img .k-one,
      .win-feature-box.w-best .w-f-img .k-two {
        display: block;
        position: absolute;
        opacity: 0;
        z-index: 3; }
      .win-feature-box.w-best .w-f-img .k-one {
        width: 366px;
        top: 128px;
        right: -110px; }
      .win-feature-box.w-best .w-f-img .k-two {
        width: 238px;
        top: 168px;
        left: 10px; }
    .win-feature-box.w-fast .w-f-txt {
      margin-top: 150px; }
    .win-feature-box.w-fast .w-f-img {
      margin-top: 130px;
      height: 364px; }
      .win-feature-box.w-fast .w-f-img .fast-step {
        display: block;
        position: absolute;
        z-index: 2;
        opacity: 0; }
        .win-feature-box.w-fast .w-f-img .fast-step.f-one {
          right: 200px;
          top: 78px;
          width: 142px; }
        .win-feature-box.w-fast .w-f-img .fast-step.f-two {
          top: 68px;
          right: -60px;
          width: 292px; }
        .win-feature-box.w-fast .w-f-img .fast-step.f-three {
          top: 188px;
          left: 62px;
          width: 242px; }
        .win-feature-box.w-fast .w-f-img .fast-step.f-four {
          top: 28px;
          left: -28px;
          width: 266px; }
    .win-feature-box.w-lock .w-f-txt {
      margin-top: 140px; }
    .win-feature-box.w-lock .w-f-img {
      margin-top: 100px;
      width: 542px;
      height: 430px; }
      .win-feature-box.w-lock .w-f-img .fast-lock {
        width: 100%;
        max-width: 100%; }
      .win-feature-box.w-lock .w-f-img .edia-one {
        display: block;
        position: absolute;
        opacity: 0;
        z-index: 3;
        width: 350px;
        top: 100px;
        right: -85px; }
    .win-feature-box.w-step .w-f-txt {
      margin-top: 150px; }
    .win-feature-box.w-step .w-f-img {
      margin-top: 60px;
      height: auto; }
      .win-feature-box.w-step .w-f-img .main-step {
        width: 100%;
        max-width: 100%; }
      .win-feature-box.w-step .w-f-img .pic-step {
        display: block;
        position: absolute;
        z-index: 2;
        opacity: 0; }
        .win-feature-box.w-step .w-f-img .pic-step.up_vpn {
          width: 48%;
          top: 28%;
          left: 28%; }
        .win-feature-box.w-step .w-f-img .pic-step.up_xbox {
          width: 18%;
          top: 40%;
          left: 9%; }
        .win-feature-box.w-step .w-f-img .pic-step.up_adr {
          width: 17%;
          top: 45%;
          right: 15%; }
        .win-feature-box.w-step .w-f-img .pic-step.up_mac {
          width: 17%;
          top: 12%;
          right: 4%; }
        .win-feature-box.w-step .w-f-img .pic-step.up_win {
          width: 17.5%;
          bottom: 12%;
          left: 30%; }
        .win-feature-box.w-step .w-f-img .pic-step.up_ios {
          width: 18%;
          top: 8%;
          left: 42%; }
    .win-feature-box .w-f-txt,
    .win-feature-box .w-f-img {
      position: relative;
      z-index: 1;
      width: 100%;
      max-width: 558px;
      flex-shrink: 0; }
    .win-feature-box .w-f-img {
      max-width: 542px; }
    .win-feature-box .line-lock {
      position: absolute;
      top: 0;
      left: 62px;
      z-index: 1;
      width: 438px;
      height: 438px;
      overflow: hidden;
      border-radius: 50%; }
      .win-feature-box .line-lock img.line-l {
        display: block;
        position: absolute;
        width: auto;
        max-width: none;
        transition: all 0.3s linear; }
        .win-feature-box .line-lock img.line-l.l-one {
          top: 118px;
          left: -57px;
          width: 284px; }
        .win-feature-box .line-lock img.line-l.l-two {
          top: 206px;
          right: -26px;
          width: 266px; }
        .win-feature-box .line-lock img.line-l.l-three {
          width: 338px;
          top: 244px;
          right: -150px; }
        .win-feature-box .line-lock img.line-l.l-four {
          top: 220px;
          left: -86px;
          width: 362px; }
    .win-feature-box .w-unlock {
      display: block;
      position: absolute;
      bottom: -20px;
      right: -20px;
      z-index: 2;
      width: 234px;
      opacity: 0; }
.win-list {
  padding: 100px 0;
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap; }
  .win-list &gt; h2 {
    margin-bottom: 40px;
    font-size: 36px;
    text-align: center; }
  .win-list-h3, .win-list-p {
    position: relative;
    z-index: 1;
    padding: 0 66px;
    line-height: 1.5;
    font-size: 16px; }
  .win-list-h3 {
    font-size: 28px;
    padding-bottom: 16px; }
  .win-list-icon {
    display: block;
    position: absolute;
    z-index: 0;
    width: auto;
    max-width: none; }
  .win-list li {
    position: relative;
    padding: 74px 0;
    border-radius: 30px;
    min-width: 422px;
    max-width: 100%;
    width: 100%;
    flex: 1 1 0;
    overflow: hidden;
    text-align: left;
    background: linear-gradient(51deg, rgba(244, 238, 252, 0.6) 0%, rgba(239, 234, 252, 0.6) 100%); }
    .win-list li a {
      text-decoration: underline;
      color: #0054ff;
      transition: all 0.3s ease; }
      .win-list li a:hover {
        opacity: 0.8;
        transition: all 0.3s ease; }
    .win-list li::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: -1; }
    .win-list li._limite {
      padding-bottom: 154px;
      background: linear-gradient(51deg, rgba(244, 238, 252, 0.6) 0%, rgba(239, 234, 252, 0.6) 100%);
      text-align: left; }
      .win-list li._limite .win-list-icon {
        right: 65px;
        bottom: 30px; }
    .win-list li._global {
      min-width: 40%;
      background: rgba(0, 84, 255, 0.06); }
      .win-list li._global::after {
        background: url("../images/vpn-windows/w536-step-2.svg") no-repeat; }
      .win-list li._global .win-list-icon {
        right: 62px;
        bottom: 36px; }
    .win-list li._security {
      padding-bottom: 156px;
      min-width: 49%;
      background: rgba(214, 247, 255, 0.4); }
      .win-list li._security .win-list-icon {
        right: 74px;
        bottom: 4px; }
    .win-list li._ads {
      min-width: 49%;
      background: rgba(255, 185, 185, 0.1); }
      .win-list li._ads::after {
        background: url("../images/vpn-windows/flex1-step-6.svg") no-repeat; }
      .win-list li._ads .win-list-icon {
        right: 90px;
        bottom: 14px; }
    .win-list li._browser, .win-list li._switch, .win-list li._tunneling {
      text-align: center;
      background: rgba(98, 237, 196, 0.05);
      text-align: center; }
      .win-list li._browser .win-list-h3, .win-list li._switch .win-list-h3, .win-list li._tunneling .win-list-h3 {
        padding: 0 6px; }
      .win-list li._browser .win-list-icon, .win-list li._switch .win-list-icon, .win-list li._tunneling .win-list-icon {
        display: block;
        position: relative;
        margin: 0 auto; }
    .win-list li._browser .win-wave {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      margin: 0 auto;
      width: 368px;
      height: 368px; }
      .win-list li._browser .win-wave .w1,
      .win-list li._browser .win-wave .w2,
      .win-list li._browser .win-wave .w3,
      .win-list li._browser .win-wave .w4 {
        position: absolute;
        z-index: -1;
        width: 100%;
        height: 100%;
        opacity: 0;
        border-radius: 50%;
        background: #29ecb26e;
        animation: waveopac 4s infinite; }
      .win-list li._browser .win-wave .w2 {
        animation-delay: 1s; }
      .win-list li._browser .win-wave .w3 {
        animation-delay: 2s; }
      .win-list li._browser .win-wave .w4 {
        animation-delay: 3s; }
    .win-list li._switch {
      margin: 0 18px;
      background: rgba(255, 217, 28, 0.08); }
    .win-list li._tunneling {
      background: rgba(0, 84, 255, 0.06); }
.win-more {
  margin-top: 120px;
  padding: 108px 0 30px;
  background: #f7faff;
  overflow: hidden; }
  .win-more-title {
    font-size: 40px;
    line-height: 1.5;
    text-align: center; }
  .win-more .wrapper {
    position: relative; }
  .win-more .swiper-more {
    margin-top: 120px; }
    .win-more .swiper-more .swiper-slide {
      flex-direction: column;
      align-items: flex-start; }
      .win-more .swiper-more .swiper-slide .m-item {
        margin-bottom: 70px;
        width: 100%;
        display: flex;
        align-items: stretch; }
        .win-more .swiper-more .swiper-slide .m-item dt {
          margin-right: 15px;
          width: 64px;
          height: 64px; }
        .win-more .swiper-more .swiper-slide .m-item dd {
          width: 90%;
          text-align: left; }
          .win-more .swiper-more .swiper-slide .m-item dd p {
            margin-top: 10px;
            height: 138px; }
            .win-more .swiper-more .swiper-slide .m-item dd p a {
              color: #0c5aff;
              text-decoration: underline; }
  .win-more .arrow-group {
    position: absolute;
    bottom: 50%;
    width: 100%; }
    .win-more .arrow-group .arrow {
      cursor: pointer; }
      .win-more .arrow-group .arrow.left-arrow {
        position: absolute;
        left: -60px; }
        .win-more .arrow-group .arrow.left-arrow svg {
          transform: rotate(180deg); }
      .win-more .arrow-group .arrow.right-arrow {
        position: absolute;
        right: -60px; }
      .win-more .arrow-group .arrow svg {
        width: 22px;
        height: 36px;
        fill: #e1e2eb; }
        .win-more .arrow-group .arrow svg:hover {
          fill: #0c5aff; }
.win-faqs {
  padding: 150px 0 0; }
  .win-faqs-title {
    font-size: 40px;
    line-height: 1.5;
    text-align: center; }
  .win-faqs .faqs-ul {
    margin: 50px auto 0;
    width: 100%;
    max-width: 1100px; }
  .win-faqs .faqs-list {
    position: relative;
    cursor: pointer;
    border-bottom: 1px solid rgba(30, 28, 44, 0.12); }
    .win-faqs .faqs-list.on {
      padding-bottom: 30px; }
      .win-faqs .faqs-list.on .win-faqs-h3 {
        color: #1e1c2c; }
      .win-faqs .faqs-list.on .faqs-icon {
        background: url(../images/faqs/faqs-icon.svg) no-repeat;
        transform: rotate(45deg);
        transition: transform 0.3s; }
      .win-faqs .faqs-list.on .list-tips {
        padding: 0;
        z-index: 1;
        height: auto;
        opacity: 1;
        transition: all 0.3s; }
    .win-faqs .faqs-list .win-faqs-h3 {
      position: relative;
      padding: 20px 0;
      font-size: 20px;
      line-height: 1.5; }
    .win-faqs .faqs-list .faqs-icon {
      display: block;
      position: absolute;
      top: 20px;
      right: 0;
      width: 37px;
      height: 37px;
      background: url(../images/faqs/faqs-icon.svg) no-repeat;
      background-size: cover;
      transition: transform 0.3s; }
    .win-faqs .faqs-list .list-tips {
      position: relative;
      z-index: -9;
      width: 1070px;
      height: 0;
      cursor: initial;
      opacity: 0; }
    .win-faqs .faqs-list .win-faqs-desc {
      position: relative;
      padding: 20px 0;
      font-size: 14px;
      line-height: 2; }
.win-review {
  padding: 0;
  overflow: hidden; }
  .win-review img {
    width: 100%;
    max-width: 100%; }
.win-down {
  position: relative;
  margin-top: 68px;
  height: 518px;
  overflow: hidden;
  background: url(../images/vpn-windows/win-down-bg.svg) bottom center no-repeat;
  background-size: cover; }
  .win-down.flex-reverse {
    justify-content: flex-start; }
  .win-down .down-img,
  .win-down .down-txt {
    height: inherit; }
  .win-down .down-img {
    position: relative;
    margin: 0 56px 0 68px;
    width: 831px; }
    .win-down .down-img .people-bg {
      left: -66px;
      width: 1089px; }
    .win-down .down-img .win-people {
      left: 144px;
      z-index: 2;
      width: 584px; }
  .win-down .people-bg,
  .win-down .win-people,
  .win-down .point-purple,
  .win-down .point-green {
    position: absolute;
    bottom: 0;
    z-index: 0;
    width: auto;
    max-width: none; }
  .win-down .point-purple {
    left: 460px;
    bottom: 240px;
    z-index: 1;
    width: 270px; }
  .win-down .point-green {
    right: -54px;
    top: 0;
    z-index: 0;
    width: 126px; }
  .win-down .down-txt {
    position: relative;
    padding-top: 120px;
    width: 586px; }
  .win-down .desc {
    margin-top: 24px;
    font-size: 14px;
    line-height: 20px; }
  .win-down .pc-btn {
    margin-top: 34px;
    justify-content: flex-start; }

@keyframes w-showlock {
  from {
    opacity: 0;
    transform: scale(0); }
  to {
    opacity: 1;
    transform: scale(1); } }
@keyframes waveopac {
  from {
    opacity: 1;
    width: 0;
    height: 0;
    top: 50%;
    left: 50%; }
  to {
    opacity: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; } }
@keyframes w-showlock {
  0% {
    opacity: 0;
    transform: scale(0); }
  100% {
    opacity: 1;
    transform: scale(1); } }
@media (max-width: 1200px) {
  .win-main .btn-mobile {
    display: flex !important; }
  .win-main .btn-pc {
    display: none !important; }
  .win-main .win-pc {
    display: none !important; }
  .win-main .win-mobile {
    display: block !important; }
  .win-main img {
    width: 100%;
    max-width: 100%;
    height: auto; }
  .win-banner .wrapper {
    padding: 122px 16px 100px;
    gap: 0px; }
  .win-banner .pc-btn {
    margin: 0 auto 36px;
    justify-content: center; }
  .win-banner .wban-txt,
  .win-banner .wban-img {
    position: relative;
    z-index: 2;
    text-align: center; }
  .win-banner .wban-img {
    z-index: 1;
    margin-top: -60px; }
    .win-banner .wban-img .computer-pic {
      margin-left: -20%;
      width: 140%;
      max-width: 140%; }
  .win-banner-title {
    font-size: 22px; }
  .win-banner-desc {
    margin: 10px auto 14px;
    font-size: 14px; }
  .win-banner-list {
    padding-bottom: 26px; }
    .win-banner-list li {
      font-size: 14px; }
  .win-steps {
    padding: 0 16px; }
    .win-steps-title {
      font-size: 22px; }
    .win-steps-box {
      margin: 32px auto;
      gap: 30px;
      flex-wrap: wrap; }
    .win-steps-list {
      margin: auto; }
      .win-steps-list dt {
        height: auto; }
    .win-steps-line {
      margin: auto;
      padding-bottom: 0px; }
  .win-scenes {
    padding: 86px 16px 58px; }
    .win-scenes-title, .win-scenes-desc {
      font-size: 20px; }
    .win-scenes-desc {
      font-size: 14px; }
    .win-scenes .scene-nav {
      margin: 20px 0;
      padding-bottom: 10px;
      row-gap: 10px;
      justify-content: center;
      padding-left: 120px; }
      .win-scenes .scene-nav li {
        display: inline-block;
        font-size: 14px;
        width: auto;
        min-width: auto; }
        .win-scenes .scene-nav li .scene-nav-icon {
          flex-shrink: 0; }
    .win-scenes .scene-cont {
      margin-top: 148px; }
      .win-scenes .scene-cont li {
        flex-wrap: wrap; }
        .win-scenes .scene-cont li .s-right {
          padding: 80px 20px 40px;
          right: 0;
          margin: 0 16px;
          width: 100%;
          height: auto;
          color: #8e8b9d;
          font-size: 12px;
          background: #eff4ff 0% 0% no-repeat padding-box;
          border-radius: 12px; }
        .win-scenes .scene-cont li.ac {
          flex-wrap: wrap; }
          .win-scenes .scene-cont li.ac .s-left {
            width: 250px;
            position: absolute;
            top: -115px;
            left: 50%;
            margin-left: -125px;
            transform: translateX(0);
            transition: all 0s !important; }
          .win-scenes .scene-cont li.ac .s-right {
            position: relative;
            right: 0;
            bottom: 0;
            transform: translateX(0);
            transition: all 0s !important; }
            .win-scenes .scene-cont li.ac .s-right::before {
              display: none; }
            .win-scenes .scene-cont li.ac .s-right a {
              color: #135dff;
              text-decoration: underline; }
  .win-feature {
    padding: 14px 16px 45px; }
    .win-feature-title, .win-feature-desc {
      font-size: 20px; }
    .win-feature-desc {
      padding-top: 20px;
      font-size: 14px;
      margin-bottom: 10px; }
    .win-feature .w-f-txt-title {
      font-size: 20px; }
    .win-feature .w-f-txt-desc {
      font-size: 14px; }
    .win-feature .pc-btn {
      justify-content: center; }
    .win-feature-box {
      gap: 20px;
      margin-top: 50px;
      flex-flow: wrap-reverse !important; }
      .win-feature-box.on .w-f-img .line-lock img.line-l {
        transition: all 0.3s linear;
        transition-delay: 1s; }
        .win-feature-box.on .w-f-img .line-lock img.line-l.l-one {
          left: -72px; }
        .win-feature-box.on .w-f-img .line-lock img.line-l.l-two {
          top: 216px;
          right: -32px; }
        .win-feature-box.on .w-f-img .line-lock img.line-l.l-three {
          top: 242px;
          right: -164px; }
        .win-feature-box.on .w-f-img .line-lock img.line-l.l-four {
          left: -98px; }
      .win-feature-box.on .w-f-img .w-unlock {
        animation: w-showlock 0.2s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
        animation-delay: 1.6s; }
      .win-feature-box.on.w-best .w-f-img .k-one,
      .win-feature-box.on.w-best .w-f-img .k-two {
        animation: w-showlock 0.2s cubic-bezier(0.34, 1.56, 0.64, 1) forwards; }
      .win-feature-box.on.w-best .w-f-img .k-one {
        animation-delay: 1.8s; }
      .win-feature-box.on.w-best .w-f-img .k-two {
        animation-delay: 1.6s; }
      .win-feature-box.on.w-fast .w-f-img .fast-step {
        animation: w-showlock 0.2s cubic-bezier(0.34, 1.56, 0.64, 1) forwards; }
        .win-feature-box.on.w-fast .w-f-img .fast-step.f-one {
          animation-delay: 1s; }
        .win-feature-box.on.w-fast .w-f-img .fast-step.f-two {
          animation-delay: 1.2s; }
        .win-feature-box.on.w-fast .w-f-img .fast-step.f-three {
          animation-delay: 1.4s; }
        .win-feature-box.on.w-fast .w-f-img .fast-step.f-four {
          animation-delay: 1.6s; }
      .win-feature-box.w-best {
        flex-wrap: wrap !important; }
        .win-feature-box.w-best .w-f-txt {
          margin-top: 30px; }
        .win-feature-box.w-best .w-f-img {
          margin-top: 20px;
          width: 100%;
          height: auto; }
          .win-feature-box.w-best .w-f-img .k-one {
            width: 184px;
            top: 104px;
            right: -20px; }
          .win-feature-box.w-best .w-f-img .k-two {
            width: 150px;
            top: 104px;
            right: 0px; }
      .win-feature-box.w-fast .w-f-txt {
        margin-top: 30px; }
      .win-feature-box.w-fast .w-f-img {
        margin-top: 40px;
        width: 100%;
        height: auto; }
      .win-feature-box.w-lock {
        flex-flow: wrap !important; }
        .win-feature-box.w-lock .w-f-txt {
          margin-top: 0px; }
        .win-feature-box.w-lock .w-f-img {
          margin-top: 0px;
          width: 100%;
          height: auto;
          max-width: 542px;
          max-height: 430px; }
          .win-feature-box.w-lock .w-f-img .edia-one {
            width: 250px;
            top: 50px;
            right: -50px; }
      .win-feature-box.w-step {
        flex-wrap: wrap; }
        .win-feature-box.w-step .w-f-txt {
          margin-top: 0px; }
        .win-feature-box.w-step .w-f-img {
          margin-top: 30px; }
      .win-feature-box .w-f-txt,
      .win-feature-box .w-f-img {
        text-align: center; }
      .win-feature-box .w-f-img {
        margin-top: 50px;
        width: 100%; }
  .win-list {
    padding: 50px 16px;
    gap: 18px; }
    .win-list-h3, .win-list-p {
      padding: 0 16px;
      font-size: 14px; }
    .win-list-h3 {
      font-size: 20px;
      padding-bottom: 10px; }
    .win-list li {
      padding: 36px 0;
      min-width: 100% !important;
      max-width: 368px !important; }
      .win-list li .win-list-icon {
        width: auto;
        max-width: auto;
        right: 0px !important;
        bottom: 0px !important;
        transform: scale(0.5) !important; }
      .win-list li._limite {
        padding-bottom: 90px; }
      .win-list li._global {
        padding-bottom: 60px; }
      .win-list li._security {
        padding-bottom: 86px; }
      .win-list li._ads {
        padding-bottom: 86px; }
      .win-list li._browser .win-list-h3, .win-list li._switch .win-list-h3, .win-list li._tunneling .win-list-h3 {
        padding: 0 16px; }
      .win-list li._browser .win-wave {
        top: -30px;
        transform: scale(0.6); }
    .win-list-btn {
      padding: 0 0 60px; }
  .win-more {
    margin-top: 0px;
    padding: 58px 0 20px; }
    .win-more-title {
      font-size: 22px; }
    .win-more .swiper-more {
      margin-top: 60px; }
      .win-more .swiper-more .swiper-slide .m-item {
        padding: 0 16px;
        margin-bottom: 30px; }
        .win-more .swiper-more .swiper-slide .m-item dd p {
          height: auto; }
    .win-more .arrow-group {
      position: relative;
      z-index: 9;
      bottom: auto;
      width: 100%;
      display: flex;
      align-items: stretch;
      justify-content: center;
      gap: 30px;
      margin-top: 30px; }
      .win-more .arrow-group .arrow {
        cursor: pointer; }
        .win-more .arrow-group .arrow.left-arrow {
          position: relative;
          left: 0; }
        .win-more .arrow-group .arrow.right-arrow {
          position: relative;
          right: 0px; }
  .win-faqs {
    padding: 70px 16px 0; }
    .win-faqs-title {
      font-size: 20px; }
    .win-faqs .faqs-ul {
      margin: 30px auto 0; }
    .win-faqs .faqs-list.on {
      padding-bottom: 20px; }
    .win-faqs .faqs-list .win-faqs-h3 {
      padding: 10px 0;
      padding-right: 50px;
      font-size: 16px; }
    .win-faqs .faqs-list .list-tips {
      width: 100%; }
    .win-faqs .faqs-list .win-faqs-desc {
      padding: 10px 0; }
  .win-review .r-title {
    font-size: 22px !important; }
  .win-down {
    margin-top: 40px;
    height: auto;
    background-size: cover; }
    .win-down .down-img,
    .win-down .down-txt {
      height: auto; }
    .win-down .down-img {
      bottom: 0;
      margin: 10px 0 0;
      width: 100%;
      overflow: hidden; }
      .win-down .down-img .people-bg {
        display: none;
        left: 0;
        width: 100%; }
      .win-down .down-img .win-people {
        display: none;
        position: relative;
        left: auto;
        right: 0;
        bottom: -10px;
        width: 100%;
        background: none !important; }
        .win-down .down-img .win-people._mobile {
          display: block; }
    .win-down .point-purple {
      display: none;
      left: auto;
      bottom: auto;
      top: 60px;
      right: 16px;
      width: 140px; }
    .win-down .point-green {
      display: none; }
    .win-down .down-txt {
      padding-top: 0;
      width: 100%;
      padding: 0 16px;
      text-align: center; }
    .win-down .pc-btn {
      margin-top: 30px;
      justify-content: center; } }

/*# sourceMappingURL=vpn-windows.css.map */
</pre></body></html>