@charset "UTF-8";
@font-face {
  font-family: "BowlbyOne";
  src: url("./fonts/BowlbyOneSC-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Roboto-Regular";
  src: url("./fonts/Roboto-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Roboto-Bold";
  src: url("./fonts/Roboto-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
    padding: 0;
  }
}

@media (max-width: 768px) {
  .row {
    margin: 0;
  }
}
.display-none {
  display: none !important;
}

.main {
  position: relative;
  overflow: hidden;
  background-color: #ccff98;
}

.common-h2 {
  padding: 8px 45px;
  margin: 0 auto;
  display: block;
  width: 847px;
  height: 80px;
  font-family: Helvetica;
  font-size: 36px;
  line-height: 59px;
  font-weight: bold;
  color: #0F066F;
  background: url("./images/title-bg.png") no-repeat center center;
  background-size: 100% auto;
  text-align: center;
}
@media (max-width: 991px) {
  .common-h2 {
    display: block;
    padding: 0 15px 40px;
    text-align: center;
    width: 100%;
    line-height: 44px;
    height: auto;
    background: none;
  }
}
@media (max-width: 767px) {
  .common-h2 {
    padding: 0 15px 20px;
    font-size: 28px;
    line-height: 36px;
  }
}
@media (max-width: 479px) {
  .common-h2 {
    padding: 0 15px;
    font-size: 24px;
    line-height: 26px;
  }
}
.common-h2 b {
  font-family: Helvetica;
  font-size: 43px;
  color: #FF3D83;
}
@media (max-width: 767px) {
  .common-h2 b {
    font-size: 30px;
  }
}
@media (max-width: 479px) {
  .common-h2 b {
    font-size: 26px;
  }
}

.common-desc {
  margin-top: 10px;
  color: #0F066F;
  font-family: Helvetica;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
}
@media (max-width: 479px) {
  .common-desc {
    font-size: 14px;
    line-height: 22px;
  }
}

.easter-discount {
  position: absolute;
  top: -29px;
  right: -14px;
  width: 85px;
  height: 94px;
  text-align: center;
}
.easter-discount .easter-discount-free {
  padding-top: 44px;
  padding-left: 14px;
}
.easter-discount .easter-discount-num {
  padding-top: 40px;
  padding-left: 16px;
}
.easter-discount .easter-discount-num,
.easter-discount .easter-discount-free {
  display: block;
  color: #E41C64;
  text-align: center;
  font-family: "BowlbyOne";
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
}
.easter-discount .easter-discount-off {
  display: block;
  padding-left: 16px;
  color: #E41C64;
  font-family: "BowlbyOne";
  font-size: 16px;
  font-weight: 400;
  line-height: 17px;
}

.sec {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #0F066F;
}
.sec a {
  color: inherit;
}

section {
  position: relative;
}

.bg {
  position: absolute;
  width: 100%;
}
@media (max-width: 767px) {
  .bg {
    top: 0;
    width: 200%;
  }
}

.bg-img1 {
  position: absolute;
  top: -50px;
}
@media (min-width: 1921px) {
  .bg-img1 {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .bg-img1 {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 767px) {
  .bg-img1 {
    left: 23%;
    max-width: 800px;
  }
}

.bg-img2 {
  height: 100%;
  padding-top: 144px;
}
@media (min-width: 1921px) {
  .bg-img2 {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .bg-img2 {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 767px) {
  .bg-img2 {
    max-width: unset;
    height: unset;
    padding-top: 30px;
  }
}

.bg-anim {
  position: absolute;
  right: calc(50% - 167px);
  top: 60.55%;
  width: 2.7%;
  height: auto;
  -webkit-animation: smoothTranslate 1.44s ease-in-out infinite;
          animation: smoothTranslate 1.44s ease-in-out infinite;
}
@-webkit-keyframes smoothTranslate {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(1vw); /* 达到边界 */
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes smoothTranslate {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(1vw); /* 达到边界 */
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes iesmoothTranslate {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(20px); /* 达到边界 */
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes iesmoothTranslate {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(20px); /* 达到边界 */
  }
  100% {
    transform: translateY(0);
  }
}
@media (max-width: 1199px) {
  .bg-anim {
    right: calc(50% - 120px);
    top: 63.55%;
  }
}
@media (max-width: 767px) {
  .bg-anim {
    right: calc(50% - 85px);
    width: 18px;
  }
}
@media (max-width: 479px) {
  .bg-anim {
    right: calc(50% - 60px);
  }
}

.easter-price {
  text-align: center;
}
.easter-price span {
  vertical-align: middle;
}
.easter-price .now-price {
  font-family: "BowlbyOne";
  font-size: 44px;
  font-weight: 400;
  line-height: 1.13;
  color: #FF6B00;
}
@media (max-width: 479px) {
  .easter-price .now-price {
    font-size: 42px;
  }
}
.easter-price .now-price i {
  font-family: "BowlbyOne";
  font-style: normal;
  font-size: 24px;
  font-weight: 400;
  line-height: 2;
}
@media (max-width: 479px) {
  .easter-price .now-price i {
    font-size: 20px;
  }
}
.easter-price .org-price {
  margin-left: 16px;
  color: #0F066F;
  text-align: center;
  font-family: Helvetica;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  text-decoration: line-through;
  vertical-align: baseline;
}

.buy-btn-group {
  text-align: center;
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.buy-btn-group .buy-now {
  display: inline-block;
  margin-bottom: 10px;
  width: 175px;
  height: 50px;
  border-radius: 5px;
  background-color: #FB9803;
  font-size: 16px;
  line-height: 50px;
  color: #fff;
  text-decoration: none;
  vertical-align: middle;
  font-weight: 500;
  font-family: Helvetica;
  white-space: nowrap;
  transition: transform ease 0.3s;
}
@media (max-width: 479px) {
  .buy-btn-group .buy-now {
    width: 170px;
  }
}
.buy-btn-group .buy-now:hover {
  transform: translateY(-3px);
}
.buy-btn-group .buy-now.buy-win::before, .buy-btn-group .buy-now.buy-mac::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  margin-top: -2px;
  margin-right: 8px;
}
.buy-btn-group .buy-now.buy-win::before {
  background: url("./images/win.svg") no-repeat center center;
  background-size: 100% auto;
}
.buy-btn-group .buy-now.buy-mac::before {
  background: url("./images/mac.svg") no-repeat center center;
  background-size: 100% auto;
}
.buy-btn-group .text-btn {
  display: block;
  text-align: center;
  font-family: Helvetica;
  color: #0F066F;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.buy-btn-group .text-btn:hover {
  text-decoration: underline;
}
.buy-btn-group.win .buy-win {
  order: 1;
}
.buy-btn-group.win .buy-mac {
  order: 2;
}
.buy-btn-group.mac .buy-win {
  order: 2;
}
.buy-btn-group.mac .buy-mac {
  order: 1;
}

.banner {
  position: relative;
  padding-top: 168px;
  width: 100%;
  min-height: 862px;
  background: url("./images/banner/banner-bg.png") no-repeat center center;
  background-size: auto 100%;
}
@media (min-width: 1922px) {
  .banner {
    background-size: 100% auto;
  }
}
@media (max-width: 1199px) {
  .banner {
    min-height: auto;
    padding-bottom: 270px;
  }
}
@media (max-width: 991px) {
  .banner {
    padding-top: 130px;
  }
}
@media (max-width: 767px) {
  .banner {
    padding-top: 88px;
    padding-bottom: 200px;
  }
}
@media (max-width: 479px) {
  .banner {
    padding-top: 65px;
    padding-bottom: 153px;
  }
}
.banner h1 {
  text-align: center;
  max-width: 1200px;
  color: #6435EC;
  margin-bottom: 40px;
  font-family: "BowlbyOne";
  font-size: 96px;
  font-weight: 400;
  line-height: 1;
}
@media (max-width: 1199px) {
  .banner h1 {
    font-size: 76px;
  }
}
@media (max-width: 991px) {
  .banner h1 {
    font-size: 62px;
  }
}
@media (max-width: 767px) {
  .banner h1 {
    font-size: 44px;
    margin-bottom: 20px;
  }
}
@media (max-width: 479px) {
  .banner h1 {
    margin-bottom: 14px;
    font-size: 26px;
  }
}
.banner h1 strong {
  display: inline-block;
  color: #FC6B9F;
  font-size: 134px;
  line-height: 1;
  -webkit-animation: smoothScale 1.44s ease-in-out infinite;
          animation: smoothScale 1.44s ease-in-out infinite;
}
@media (max-width: 1199px) {
  .banner h1 strong {
    font-size: 107px;
  }
}
@media (max-width: 991px) {
  .banner h1 strong {
    font-size: 87px;
  }
}
@media (max-width: 767px) {
  .banner h1 strong {
    font-size: 60px;
  }
}
@media (max-width: 479px) {
  .banner h1 strong {
    font-size: 55px;
  }
}
@-webkit-keyframes smoothScale {
  0% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1); /* 达到边界 */
  }
  100% {
    transform: scale(0.9);
  }
}
@keyframes smoothScale {
  0% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1); /* 达到边界 */
  }
  100% {
    transform: scale(0.9);
  }
}
.banner h1 .banner-text {
  display: block;
  font-family: "BowlbyOne";
  margin-top: 15px;
  font-size: 54px;
  font-weight: 400;
  line-height: 1;
}
@media (max-width: 1199px) {
  .banner h1 .banner-text {
    font-size: 43px;
  }
}
@media (max-width: 991px) {
  .banner h1 .banner-text {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  .banner h1 .banner-text {
    font-size: 28px;
  }
}
@media (max-width: 479px) {
  .banner h1 .banner-text {
    margin-top: 9px;
    font-size: 18px;
  }
}
.banner p {
  width: 321px;
  height: 53px;
  color: #0A007E;
  font-size: 24px;
  font-weight: 500;
  line-height: 53px;
  text-align: center;
  border-radius: 54px;
  background: #FFF;
}
@media (max-width: 767px) {
  .banner p {
    border-radius: 15px;
    width: 191px;
    height: 27px;
    font-size: 14px;
    line-height: 27px;
  }
}
.banner .banner-icon img {
  position: absolute;
}
.banner .banner-flags-left {
  top: 0;
  left: 0;
}
@media (max-width: 1199px) {
  .banner .banner-flags-left {
    width: 48%;
    height: auto;
  }
}
.banner .banner-flags-right {
  top: 0;
  right: 0;
}
@media (max-width: 1199px) {
  .banner .banner-flags-right {
    width: 48%;
    height: auto;
  }
}
.banner .banner-left {
  z-index: 1;
  left: 0;
  bottom: -34px;
}
@media (max-width: 1660px) {
  .banner .banner-left {
    width: 36%;
    height: auto;
    bottom: 6px;
  }
}
@media (max-width: 767px) {
  .banner .banner-left {
    bottom: 38px;
  }
}
@media (max-width: 479px) {
  .banner .banner-left {
    bottom: 31px;
    left: -64px;
    width: 170px;
  }
}
.banner .banner-right {
  right: 0;
  bottom: -19px;
}
@media (min-width: 1921px) {
  .banner .banner-right {
    bottom: -2vw;
  }
}
@media (max-width: 1660px) {
  .banner .banner-right {
    width: 44%;
    height: auto;
  }
}
@media (max-width: 1199px) {
  .banner .banner-right {
    bottom: 16px;
  }
}
@media (max-width: 479px) {
  .banner .banner-right {
    bottom: 24px;
    right: -132px;
    width: 260px;
  }
}

.giveaway {
  position: relative;
  padding: 105px 0 80px;
  color: #0F066F;
  font-family: Helvetica;
  line-height: 1;
}
@media (max-width: 991px) {
  .giveaway {
    padding: 40px 0;
  }
}
@media (max-width: 479px) {
  .giveaway {
    padding: 10px 0 40px;
  }
}
@media (max-width: 991px) {
  .giveaway .common-desc {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .giveaway .common-h2 {
    position: absolute;
    top: 68px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 1199px) {
  .giveaway .easter-discount {
    right: -18px;
  }
}
@media (max-width: 352px) {
  .giveaway .easter-discount {
    right: -27px;
    transform: scale(0.8);
  }
}
.giveaway .giveaway-box {
  padding: 71px 82px;
  width: 100%;
  min-height: 685px;
  background: url("./images/giveaway/giveaway-bg.png") no-repeat center center;
  background-size: 100% auto;
}
@media (max-width: 1199px) {
  .giveaway .giveaway-box {
    padding: 71px 34px;
    background-size: 100% 100%;
    min-height: auto;
  }
}
@media (max-width: 991px) {
  .giveaway .giveaway-box {
    padding: 30px;
    background: none;
    background-color: #ffe08e;
    border: 4px solid #de8d2d;
    border-radius: 30px;
  }
}
@media (max-width: 479px) {
  .giveaway .giveaway-box {
    position: relative;
    margin-top: 84px;
    padding: 50px 22.5px;
    background: url("./images/giveaway/m-top.png") no-repeat center top, url("./images/giveaway/m-middle.png") no-repeat center center, url("./images/giveaway/m-bottom.png") no-repeat center bottom;
    background-size: 100% auto, 100% calc(100% - 180px), 100% auto;
    background-position: center top, center 22vw, center bottom;
    background-color: unset;
    border: none;
    border-radius: 0;
  }
}
@media (max-width: 430px) {
  .giveaway .giveaway-box {
    background-size: 100% auto, 100% calc(100% - 150px), 100% auto;
  }
}
@media (max-width: 356px) {
  .giveaway .giveaway-box {
    background-size: 100% auto, 100% calc(100% - 120px), 100% auto;
  }
}
.giveaway .giveaway-prd {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .giveaway .giveaway-prd {
    flex-direction: column;
  }
}
@media (max-width: 479px) {
  .giveaway .giveaway-prd img {
    width: 60px;
    height: auto;
  }
}
@media (max-width: 991px) {
  .giveaway h3 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.giveaway h3 a {
  font-size: 28px;
  font-weight: 700;
  color: #0F066F;
}
@media (max-width: 991px) {
  .giveaway h3 a {
    order: 2;
  }
}
@media (max-width: 479px) {
  .giveaway h3 a {
    font-size: 18px;
    line-height: 1;
    text-align: center;
  }
}
.giveaway h3 span {
  display: inline-block;
  margin-left: 10px;
  padding: 3px 5px 5px;
  vertical-align: top;
  min-width: 187px;
  height: 34px;
  background: url("./images/border.svg") no-repeat center center;
  background-size: 100% 100%;
}
@media (max-width: 991px) {
  .giveaway h3 span {
    order: 1;
    margin: 12px 0 10px;
  }
}
@media (max-width: 479px) {
  .giveaway h3 span {
    min-width: 127px;
    height: 25px;
    background-size: 100% auto;
  }
}
.giveaway h3 span i {
  display: block;
  font-style: normal;
  font-size: 22px;
  line-height: 28px;
  text-align: center;
  font-family: Helvetica;
  font-weight: 700;
  background: linear-gradient(90deg, #1A9CE7 0%, #FF70EE 56%, #DC7B14 100%);
  background-clip: text;
  border-radius: 8px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 479px) {
  .giveaway h3 span i {
    font-size: 14px;
    line-height: 20px;
  }
}
.giveaway h4 {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 479px) {
  .giveaway h4 {
    font-size: 20px;
  }
}
.giveaway .giveaway-msg {
  margin-left: 28px;
  max-width: 692px;
}
@media (max-width: 991px) {
  .giveaway .giveaway-msg {
    margin-left: 0;
  }
}
.giveaway .giveaway-switch {
  margin-top: 23px;
}
.giveaway .giveaway-license-inditor {
  display: flex;
  margin: 0 auto;
  padding: 3.3px 3px;
  width: 409px;
  height: 50px;
  background-color: #fff;
  border-radius: 25px;
}
@media (max-width: 767px) {
  .giveaway .giveaway-license-inditor {
    width: auto;
    max-width: 409px;
  }
}
@media (max-width: 479px) {
  .giveaway .giveaway-license-inditor {
    position: absolute;
    top: -64px;
    left: 50%;
    transform: translateX(-50%);
    width: 328px;
    height: 40px;
  }
}
@media (max-width: 370px) {
  .giveaway .giveaway-license-inditor {
    width: 100%;
  }
}
.giveaway .giveaway-license-inditor span {
  display: block;
  width: 202px;
  color: #0F066F;
  font-size: 20px;
  line-height: 40px;
  font-weight: 400;
  text-align: center;
  border-radius: 25px;
  cursor: pointer;
}
@media (max-width: 479px) {
  .giveaway .giveaway-license-inditor span {
    width: 50%;
    font-size: 16px;
    line-height: 31px;
  }
}
.giveaway .giveaway-license-inditor span img {
  position: relative;
  top: 3px;
  vertical-align: initial;
}
@media (max-width: 479px) {
  .giveaway .giveaway-license-inditor span img {
    width: 16px;
    height: auto;
  }
}
.giveaway .giveaway-license-inditor span.active {
  font-weight: 700;
  background-color: #FFB913;
}
.giveaway .giveaway-license-content {
  position: relative;
}
.giveaway .giveaway-license-box {
  display: none;
  width: 100%;
  margin-top: 46px;
  justify-content: center;
}
@media (max-width: 991px) {
  .giveaway .giveaway-license-box {
    flex-wrap: wrap;
  }
}
@media (max-width: 479px) {
  .giveaway .giveaway-license-box {
    margin-top: 30px;
  }
}
.giveaway .giveaway-license-box.active {
  display: flex;
}
.giveaway .giveaway-license-item {
  position: relative;
  padding: 15px 30px 12px;
  width: 325px;
  min-height: 321px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.8);
}
@media (max-width: 1199px) {
  .giveaway .giveaway-license-item {
    padding: 15px 10px 12px;
    width: 33.3%;
  }
}
@media (max-width: 991px) {
  .giveaway .giveaway-license-item {
    width: 100%;
  }
}
@media (max-width: 479px) {
  .giveaway .giveaway-license-item {
    padding: 18px 10px;
  }
}
.giveaway .giveaway-license-item:not(:last-of-type) {
  margin-right: 30px;
}
@media (max-width: 1199px) {
  .giveaway .giveaway-license-item:not(:last-of-type) {
    margin-right: 15px;
  }
}
@media (max-width: 991px) {
  .giveaway .giveaway-license-item:not(:last-of-type) {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.giveaway .giveaway-license-combo {
  position: relative;
  margin: 14px auto 11px;
  width: 167px;
}
@media (max-width: 479px) {
  .giveaway .giveaway-license-combo {
    width: 153px;
  }
}
.giveaway .giveaway-license-combo p {
  padding: 0 0 3px;
  display: inline-block;
  position: relative;
}
.giveaway .giveaway-license-combo span {
  position: relative;
  z-index: 2;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}
@media (max-width: 479px) {
  .giveaway .giveaway-license-combo span {
    font-size: 16px;
    line-height: 25px;
  }
}
.giveaway .giveaway-license-combo span i {
  font-style: normal;
  font-weight: 700;
}
.giveaway .giveaway-license-combo .combo-line {
  padding-bottom: 0;
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 10px;
  background-color: #F9D779;
}
.giveaway .giveaway-license-feature {
  display: block;
  margin: 0 auto 15px;
  text-align: left;
  width: 177px;
}
@media (max-width: 479px) {
  .giveaway .giveaway-license-feature {
    width: 154px;
  }
}
.giveaway .giveaway-license-feature span {
  display: block;
  padding-right: 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
@media (max-width: 479px) {
  .giveaway .giveaway-license-feature span {
    font-size: 14px;
  }
}
.giveaway .giveaway-license-feature span:not(:last-of-type) {
  margin-bottom: 8px;
}
.giveaway .giveaway-license-feature .no-support,
.giveaway .giveaway-license-feature .support {
  position: relative;
}
.giveaway .giveaway-license-feature .no-support::after,
.giveaway .giveaway-license-feature .support::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
}
.giveaway .giveaway-license-feature .no-support::after {
  background: url("./images/not-support.svg") no-repeat center center;
}
.giveaway .giveaway-license-feature .support::after {
  width: 17px;
  height: 17px;
  background: url("./images/support.svg") no-repeat center center;
}

.single {
  padding: 80px 0 80px;
}
@media (max-width: 991px) {
  .single {
    padding: 40px 0;
  }
}
.single .buy-btn-group {
  margin-top: 20px;
}
@media (max-width: 479px) {
  .single .buy-btn-group {
    margin-top: 10px;
  }
}
.single .easter-price .now-price {
  font-size: 32px;
  line-height: 1;
}
@media (max-width: 479px) {
  .single .easter-price .now-price {
    font-size: 28px;
  }
}
.single .easter-price .org-price {
  font-size: 18px;
  line-height: 24px;
}
@media (max-width: 479px) {
  .single .easter-price .org-price {
    font-size: 16px;
  }
}
@media (max-width: 479px) {
  .single .easter-discount {
    transform: scale(0.85);
    top: -35px;
    right: -17px;
  }
}
.single .list {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
@media screen and (min-width: 0\0 ) and (-webkit-min-device-pixel-ratio: 0.75), screen and (min-width: 0\0 ) and (min-resolution: 72dpi) {
  .single .list .list-item:nth-child(2n-1) {
    margin-right: 30px;
  }
  .single .list .list-item:nth-child(n+3) {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .single .list {
    margin-top: 20px;
    gap: 30px;
  }
}
.single .list-item {
  position: relative;
  width: 585px;
  min-height: 400px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.6);
}
@media (max-width: 1199px) {
  .single .list-item {
    width: 48%;
  }
}
@media (max-width: 991px) {
  .single .list-item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .single .list-item {
    width: auto;
    height: auto;
    border-radius: 14px;
  }
}
.single .item-row {
  display: flex;
}
@media (max-width: 767px) {
  .single .item-row {
    align-items: center;
  }
}
.single .item-row:nth-child(1) {
  padding: 40px 30px 32px 30px;
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(203, 239, 167, 0.59);
}
@media (max-width: 1199px) {
  .single .item-row:nth-child(1) {
    padding: 30px 37px 30px 20px;
  }
}
@media (max-width: 991px) {
  .single .item-row:nth-child(1) {
    padding: 30px 40px 30px 20px;
  }
}
@media (max-width: 767px) {
  .single .item-row:nth-child(1) {
    padding: 20px 52px 20px 15px;
    border-radius: 14px;
  }
}
.single .item-row:nth-child(1) .item-col:nth-child(1) {
  margin-right: 20px;
}
@media (max-width: 767px) {
  .single .item-row:nth-child(1) .item-col:nth-child(1) {
    margin-right: 13px;
    min-width: 50px;
  }
}
.single .item-row:nth-child(1) .item-col:nth-child(2) h3 {
  font-size: 24px;
  line-height: 28px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .single .item-row:nth-child(1) .item-col:nth-child(2) h3 {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 479px) {
  .single .item-row:nth-child(1) .item-col:nth-child(2) h3 {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 22px;
  }
}
.single .item-row:nth-child(1) .item-col:nth-child(2) p {
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 479px) {
  .single .item-row:nth-child(1) .item-col:nth-child(2) p {
    font-size: 14px;
    line-height: 20px;
  }
}
.single .item-row:nth-child(2) {
  position: relative;
  justify-content: center;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .single .item-row:nth-child(2) {
    flex-direction: column;
  }
}
.single .item-row:nth-child(2)::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 100%;
  background: linear-gradient(to bottom, #99C968, #99C968 50%, transparent 50%) repeat;
  background-size: 2px 8px;
}
@media (max-width: 767px) {
  .single .item-row:nth-child(2)::before {
    left: 0%;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 2px;
    background: linear-gradient(to left, #99C968, #99C968 50%, transparent 50%) repeat;
    background-size: 8px 2px;
  }
}
.single .item-row:nth-child(2) .percent {
  position: absolute;
  font-size: 16px;
  color: #E41C64;
  font-weight: bold;
  width: 70px;
  height: 95px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-align: center;
}
.single .item-row:nth-child(2) .percent b {
  font-size: 27px;
}
.single .item-row:nth-child(2) .percent span {
  margin-bottom: 8px;
}
.single .item-row:nth-child(2) .license {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.245;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .single .item-row:nth-child(2) .license {
    font-size: 18px;
  }
}
@media (max-width: 479px) {
  .single .item-row:nth-child(2) .license {
    font-size: 14px;
    margin-bottom: 12px;
  }
}
.single .item-row:nth-child(2) .price {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .single .item-row:nth-child(2) .price {
    margin-bottom: 14.5px;
  }
}
.single .item-row:nth-child(2) .price span:nth-child(1) {
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
  color: #FF6B00;
  margin-right: 19px;
}
@media (max-width: 767px) {
  .single .item-row:nth-child(2) .price span:nth-child(1) {
    font-size: 24px;
    margin-right: 14px;
  }
}
.single .item-row:nth-child(2) .price span:nth-child(2) {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.245;
  text-decoration: line-through;
}
@media (max-width: 767px) {
  .single .item-row:nth-child(2) .price span:nth-child(2) {
    font-size: 14px;
  }
}
.single .item-row:nth-child(2) .btn-list a {
  display: block;
  width: 175px;
  height: 50px;
  border-radius: 5px;
  background-color: #FB9803;
  font-size: 16px;
  line-height: 50px;
  color: #fff;
  text-decoration: none;
  text-indent: 39px;
  margin-bottom: 20px;
  white-space: nowrap;
  transition: transform ease 0.2s;
}
@media (max-width: 767px) {
  .single .item-row:nth-child(2) .btn-list a {
    width: 160px;
    height: 44px;
    border-radius: 3.6px;
    line-height: 45px;
    font-size: 14px;
    text-indent: 28px;
    margin-bottom: 15px;
  }
}
.single .item-row:nth-child(2) .btn-list a:hover {
  transform: translateY(-2.5px);
}
.single .item-row:nth-child(2) .btn-list a:nth-child(1) {
  background-image: url(./images/win.svg);
  background-repeat: no-repeat;
  background-size: 30px 30px;
  background-position: 32px center;
}
@media (max-width: 767px) {
  .single .item-row:nth-child(2) .btn-list a:nth-child(1) {
    background-size: 19px 19px;
    background-position: 34px center;
  }
}
.single .item-row:nth-child(2) .btn-list a:nth-child(2) {
  display: none;
}
.single .item-row:nth-child(2) .btn-list.mac a:nth-child(1) {
  background-image: url(./images/mac.svg);
}
.single .item-row:nth-child(2) .btn-list span {
  font-size: 16px;
  line-height: 1.5px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .single .item-row:nth-child(2) .btn-list span {
    font-size: 14px;
  }
}
.single .item-row:nth-child(2) .btn-list span:hover {
  text-decoration: underline;
}
.single .item-row:nth-child(2) .item-col {
  padding: 34px 0 28px;
  align-items: center;
  text-align: center;
}
@media (max-width: 767px) {
  .single .item-row:nth-child(2) .item-col {
    position: relative;
    padding: 15px 0;
  }
}
.single .item-row:nth-child(2) .item-col:nth-child(1) {
  margin-right: 82px;
}
@media (max-width: 1199px) {
  .single .item-row:nth-child(2) .item-col:nth-child(1) {
    margin-right: 40px;
  }
}
@media (max-width: 991px) {
  .single .item-row:nth-child(2) .item-col:nth-child(1) {
    margin-right: 18vw;
  }
}
.single .item-row:nth-child(2) .item-col:nth-child(1) .percent {
  top: -19px;
  left: -8px;
  background: url(./images/l-disc-bg.svg) no-repeat center center;
  background-size: 130% 100%;
}
.single .item-row:nth-child(2) .item-col:nth-child(1) b, .single .item-row:nth-child(2) .item-col:nth-child(1) span {
  transform: translateX(5px);
}
@media (max-width: 767px) {
  .single .item-row:nth-child(2) .item-col:nth-child(1) {
    margin: 0;
  }
  .single .item-row:nth-child(2) .item-col:nth-child(1) .percent {
    top: 3px;
    left: 5px;
  }
}
.single .item-row:nth-child(2) .item-col:nth-child(2) .percent {
  top: -19px;
  right: -8px;
  background: url(./images/r-disc-bg.svg) no-repeat center center;
  background-size: 130% 100%;
}
.single .item-row:nth-child(2) .item-col:nth-child(2) b, .single .item-row:nth-child(2) .item-col:nth-child(2) span {
  transform: translateX(-5px);
}
@media (max-width: 767px) {
  .single .item-row:nth-child(2) .item-col:nth-child(2) .percent {
    background: url(./images/l-disc-bg.svg) no-repeat center center;
    top: 3px;
    left: 5px;
  }
  .single .item-row:nth-child(2) .item-col:nth-child(2) .percent b, .single .item-row:nth-child(2) .item-col:nth-child(2) .percent span {
    transform: translateX(5px);
  }
}
.single .item-col {
  display: flex;
  flex-direction: column;
}

.nav {
  position: fixed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  top: 230px;
  left: -210px;
  width: 270px;
  height: 260px;
  transition: left ease 0.3s;
  z-index: 10;
  background: url(./images/nav/bg.png) no-repeat 28px center;
  background-size: 186px 260px;
  padding-top: 7px;
}
.nav:hover {
  left: 0 !important;
}
.nav.active, .nav.fix {
  left: 0;
}
@media (max-width: 1800px) {
  .nav.active, .nav.fix {
    left: -210px;
  }
}
@media (max-width: 1199px) {
  .nav {
    display: none;
  }
}
.nav .item {
  position: relative;
  width: 100%;
  height: 66px;
  background: url(./images/nav/i-bg.png) no-repeat;
  background-size: 100% 100%;
  transition: ease 0.25s;
  text-align: center;
  cursor: pointer;
  padding-right: 24px;
}
.nav .item:not(:last-child) {
  margin-bottom: 11px;
}
.nav .item:hover, .nav .item.active {
  background-image: url(./images/nav/i-bg-a.png);
}
.nav .item:hover a, .nav .item.active a {
  font-weight: 700;
}
.nav .item--top a {
  position: relative;
  text-indent: 22px;
}
.nav .item--top a::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 8px;
  border-color: transparent transparent #0F066F transparent;
  position: absolute;
  top: calc(50% - 8px);
  left: calc(50% - 25px);
  transform: translate(-50%, -50%);
}
.nav .item a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 18px;
  font-weight: 500;
  transition: ease 0.25s;
  text-decoration: none;
  color: #0F066F;
  font-family: Helvetica;
}

.safari .nav .item--top a::before {
  left: calc(50% - 35px);
}/*# sourceMappingURL=style.css.map */