/**
 * Powered by uimix.com;
 * Vivo product project - 产品库页面开发框架;
 * Version: 3.0.8;
 * Released on: 2024-04-24;
 */
@charset "UTF-8";
.visually-text {
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  position: absolute
}

.hide {
  display: none
}

.expandc-open {
  overflow-y: hidden
}

.expandc-open .expandc-animate {
  overflow-y: hidden
}

.expandc-complete {
  overflow-y: auto
}

.expandc-close {
  overflow-y: hidden
}

.expandc-close .expandc-animate {
  overflow-y: hidden
}

.expand-container-button {
  height: 1px;
  z-index: 9;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 130px;
  text-align: center
}

@media (max-width: 1440px) {
  .expand-container-button {
    bottom: 110px
  }
}

@media (max-width: 1080px) {
  .expand-container-button {
    bottom: 80px
  }
}

.expand-container-button.gradient, .expand-container-button.inline {
  position: relative;
  width: auto;
  bottom: auto;
  display: inline-block;
  height: auto
}

.expand-container-button.ec-botton-close {
  pointer-events: none;
  position: fixed;
  bottom: 120px;
  opacity: 0;
  -webkit-transform: translateY(120px);
  -ms-transform: translateY(120px);
  transform: translateY(120px);
  -webkit-transition: opacity .8s cubic-bezier(.2, 0, .2, 1), -webkit-transform .5s cubic-bezier(.2, 0, .2, 1);
  transition: opacity .8s cubic-bezier(.2, 0, .2, 1), -webkit-transform .5s cubic-bezier(.2, 0, .2, 1);
  transition: opacity .8s cubic-bezier(.2, 0, .2, 1), transform .5s cubic-bezier(.2, 0, .2, 1);
  transition: opacity .8s cubic-bezier(.2, 0, .2, 1), transform .5s cubic-bezier(.2, 0, .2, 1), -webkit-transform .5s cubic-bezier(.2, 0, .2, 1)
}

@media (max-width: 1440px) {
  .expand-container-button.ec-botton-close {
    bottom: 80px;
    -webkit-transform: translateY(80px);
    -ms-transform: translateY(80px);
    transform: translateY(80px)
  }
}

.show-close-btn .expand-container-button.ec-botton-close {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none
}

.expand-container-button .ec-button-wrapper {
  display: inline-block;
  margin: auto
}

.expand-container-button .ec-button-wrapper p {
  font-size: 18px
}

@media (max-width: 1440px) {
  .expand-container-button .ec-button-wrapper p {
    font-size: 16px
  }
}

@media (max-width: 1080px) {
  .expand-container-button .ec-button-wrapper p {
    font-size: 14px
  }
}

.expand-container-button .ec-button-wrapper a {
  display: inline-block;
  margin-top: 15px;
  font-size: 22px;
  position: relative;
  overflow: hidden;
  border-radius: 50%
}

.no-csstransforms3d .expand-container-button .ec-button-wrapper a {
  display: table;
  margin-left: auto;
  margin-right: auto
}

.expand-container-button .ec-button-wrapper a b {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  vertical-align: middle
}

.no-csstransforms3d .expand-container-button .ec-button-wrapper a b {
  display: table-cell
}

@media (max-width: 1440px) {
  .expand-container-button .ec-button-wrapper a {
    margin-top: 10px;
    font-size: 18px
  }

  .expand-container-button .ec-button-wrapper a b {
    width: 40px;
    height: 40px
  }
}

.expand-container-button .ec-button-wrapper.ec-open-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #a874e3;
  color: #fff;
  border-radius: 50px;
  padding: 0 15px;
  font-size: 14px;
  height: 50px;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease
}

.windows .expand-container-button .ec-button-wrapper.ec-open-btn a {
  font-size: 15px
}

.expand-container-button .ec-button-wrapper.ec-open-btn a b {
  width: 22px;
  height: 22px;
  border: 1px #fff solid;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 10px;
  border-radius: 50%
}

.expand-container-button .ec-button-wrapper.ec-open-btn a p {
  display: inline-block;
  color: #fff
}

@media (max-width: 1080px) {
  .expand-container-button .ec-button-wrapper.ec-open-btn a {
    height: 42px;
    padding: 0 10px
  }

  .expand-container-button .ec-button-wrapper.ec-open-btn a b {
    margin-right: 6px
  }
}

.expand-container-button .ec-button-wrapper.ec-open-btn a:hover {
  background-color: #ad7ce5
}

.expand-container-button .ec-button-wrapper.ec-close-btn a {
  background-color: rgba(0, 0, 0, .85);
  color: #fff
}

.expand-container-button.inline .ec-button-wrapper.ec-open-btn a.line {
  margin: 0;
  background-color: transparent;
  color: #fff;
  font-size: 16px;
  border: 1px #a874e3 solid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.expand-container-button.inline .ec-button-wrapper.ec-open-btn a.line b {
  width: 28px;
  height: 28px;
  border: none;
  background-color: #a874e3;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease
}

.expand-container-button.inline .ec-button-wrapper.ec-open-btn a.line b:before {
  font-weight: 700
}

.expand-container-button.inline .ec-button-wrapper.ec-open-btn a.line p {
  font-family: "方正悠黑简体 PR";
  color: #a874e3;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
  font-size: 20px
}

@media (max-width: 1440px) {
  .expand-container-button.inline .ec-button-wrapper.ec-open-btn a.line p {
    font-size: 18px
  }
}

@media (max-width: 1080px) {
  .expand-container-button.inline .ec-button-wrapper.ec-open-btn a.line p {
    font-size: 16px
  }
}

.expand-container-button.inline .ec-button-wrapper.ec-open-btn a.line:hover {
  border-color: #8d4ada
}

.expand-container-button.inline .ec-button-wrapper.ec-open-btn a.line:hover b {
  background-color: #8d4ada
}

.expand-container-button.inline .ec-button-wrapper.ec-open-btn a.line:hover p {
  color: #8d4ada
}

.expand-container-button.gradient .ec-button-wrapper.ec-open-btn a.line {
  margin: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(#95e2f8), to(#a874e3));
  background-image: -webkit-linear-gradient(left, #95e2f8 0, #a874e3 100%);
  background-image: linear-gradient(90deg, #95e2f8 0, #a874e3 100%);
  color: #fff;
  font-size: 16px;
  border: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.expand-container-button.gradient .ec-button-wrapper.ec-open-btn a.line:before {
  content: '';
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  z-index: 1;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  border-radius: 50px;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease
}

.expand-container-button.gradient .ec-button-wrapper.ec-open-btn a.line b {
  display: none;
  width: 28px;
  height: 28px;
  border: none;
  background-color: #a874e3;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease
}

.expand-container-button.gradient .ec-button-wrapper.ec-open-btn a.line b:before {
  font-weight: 700
}

.expand-container-button.gradient .ec-button-wrapper.ec-open-btn a.line p {
  position: relative;
  z-index: 2;
  font-family: "方正悠黑简体 PR";
  color: #000;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
  font-size: 18px
}

@media (min-width: 1921px) {
  .expand-container-button.gradient .ec-button-wrapper.ec-open-btn a.line p {
    font-size: 20px
  }
}

@media (max-width: 1080px) {
  .expand-container-button.gradient .ec-button-wrapper.ec-open-btn a.line p {
    font-size: 16px
  }
}

.expand-container-button.gradient .ec-button-wrapper.ec-open-btn a.line .active:before, .expand-container-button.gradient .ec-button-wrapper.ec-open-btn a.line:hover:before {
  opacity: 0
}

.expand-container-button.gradient .ec-button-wrapper.ec-open-btn a.line .active p, .expand-container-button.gradient .ec-button-wrapper.ec-open-btn a.line:hover p {
  color: #fff
}

.expand-container-mask {
  overflow: hidden;
  z-index: 2;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, .6);
  opacity: 0;
  pointer-events: none;
  display: none
}

.expandc-open .expandc-animate .expand-container-mask {
  display: block;
  -webkit-transition: opacity .3s cubic-bezier(.2, 0, .2, 1);
  transition: opacity .3s cubic-bezier(.2, 0, .2, 1)
}

.expandc-open .expandc-animating .expand-container-mask {
  will-change: opacity;
  opacity: 1
}

.expandc-complete .expandc-animate .expand-container-mask {
  display: none
}

.expandc-close .expandc-animate .expand-container-mask {
  display: block;
  opacity: 1;
  -webkit-transition: opacity 1s cubic-bezier(.2, 0, .2, 1);
  transition: opacity 1s cubic-bezier(.2, 0, .2, 1)
}

.expandc-close .expandc-animating .expand-container-mask {
  opacity: 0;
  will-change: opacity
}

.product-main-wrapper {
  position: relative;
  z-index: 1
}

.product-main-wrapper .product-main-content {
  position: relative
}

.expandc-open .expandc-animate .product-main-wrapper .product-main-content {
  -webkit-transform-origin: 50vw 50vh;
  -ms-transform-origin: 50vw 50vh;
  transform-origin: 50vw 50vh;
  -webkit-transition: -webkit-transform 1s cubic-bezier(.2, 0, .2, 1);
  transition: -webkit-transform 1s cubic-bezier(.2, 0, .2, 1);
  transition: transform 1s cubic-bezier(.2, 0, .2, 1);
  transition: transform 1s cubic-bezier(.2, 0, .2, 1), -webkit-transform 1s cubic-bezier(.2, 0, .2, 1)
}

.expandc-open .expandc-animating .product-main-wrapper .product-main-content {
  will-change: transform;
  -webkit-transform: scale(.95);
  -ms-transform: scale(.95);
  transform: scale(.95)
}

.expandc-complete .expandc-animate .product-main-wrapper .product-main-content {
  display: none
}

.expandc-close .expandc-animate .product-main-wrapper .product-main-content {
  -webkit-transform-origin: 50vw 50vh;
  -ms-transform-origin: 50vw 50vh;
  transform-origin: 50vw 50vh;
  -webkit-transform: scale(.95);
  -ms-transform: scale(.95);
  transform: scale(.95);
  -webkit-transition: -webkit-transform .8s cubic-bezier(.2, 0, .2, 1);
  transition: -webkit-transform .8s cubic-bezier(.2, 0, .2, 1);
  transition: transform .8s cubic-bezier(.2, 0, .2, 1);
  transition: transform .8s cubic-bezier(.2, 0, .2, 1), -webkit-transform .8s cubic-bezier(.2, 0, .2, 1)
}

.expandc-close .expandc-animating .product-main-wrapper .product-main-content {
  will-change: transform;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none
}

.product-detail-wrapper {
  background-color: #fff;
  z-index: 9;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  height: 100vh;
  min-height: 100vh;
  display: none;
  -webkit-transform: translateZ(0);
  transform: translateZ(0)
}

.ie .product-detail-wrapper {
  overflow: hidden !important;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.product-detail-wrapper [data-detail-content] {
  display: none
}

.product-detail-wrapper [data-detail-content].current {
  display: block
}

.expandc-open .expandc-animate .product-detail-wrapper {
  display: block;
  -webkit-transform: translate(0, 100vh);
  -ms-transform: translate(0, 100vh);
  transform: translate(0, 100vh);
  -webkit-transition: -webkit-transform .5s cubic-bezier(.2, 0, .2, 1);
  transition: -webkit-transform .5s cubic-bezier(.2, 0, .2, 1);
  transition: transform .5s cubic-bezier(.2, 0, .2, 1);
  transition: transform .5s cubic-bezier(.2, 0, .2, 1), -webkit-transform .5s cubic-bezier(.2, 0, .2, 1)
}

.expandc-open .expandc-animating .product-detail-wrapper {
  will-change: transform;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none
}

.expandc-complete .expandc-animate .product-detail-wrapper {
  display: block;
  position: relative;
  height: auto
}

.expandc-close .expandc-animate .product-detail-wrapper {
  display: block;
  position: fixed;
  height: 100vh;
  overflow: hidden;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition: -webkit-transform .8s cubic-bezier(.2, 0, .2, 1);
  transition: -webkit-transform .8s cubic-bezier(.2, 0, .2, 1);
  transition: transform .8s cubic-bezier(.2, 0, .2, 1);
  transition: transform .8s cubic-bezier(.2, 0, .2, 1), -webkit-transform .8s cubic-bezier(.2, 0, .2, 1)
}

.expandc-close .expandc-animating .product-detail-wrapper {
  overflow: hidden;
  will-change: transform;
  -webkit-transform: translate(0, 100vh);
  -ms-transform: translate(0, 100vh);
  transform: translate(0, 100vh)
}

.visually-text {
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  position: absolute
}

.hide {
  display: none
}

.topNavMaxScreen.J_detail_navi {
  background-color: #fff
}

body #vivo-foot-path, body footer {
  background-color: #f7f7f7
}

.lazy-imageom {
  background-image: none !important
}

.lazy-imageom:after, .lazy-imageom:before {
  background-image: none !important
}

.lazy-imageom-ready {
  opacity: 0;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease
}

.lazy-imageom-animated {
  opacity: 1
}

.stage .text-center {
  text-align: center
}

.stage a.line-link {
  display: inline-block;
  font-size: 14px;
  line-height: 1.2em;
  padding-bottom: 8px;
  position: relative;
  color: #415fff;
  margin: auto 2em;
  overflow: hidden
}

.stage a.line-link:after {
  content: '';
  left: 50%;
  bottom: 0;
  margin-left: -5px;
  position: absolute;
  overflow: hidden;
  height: 1px;
  width: 10px;
  background-color: #415fff;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease
}

.stage a.line-link:hover:after {
  -webkit-transform: scaleX(6);
  -ms-transform: scaleX(6);
  transform: scaleX(6)
}

.stage a.line-link.line-link1:hover:after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1)
}

.stage a.line-link.line-link2:hover:after {
  -webkit-transform: scaleX(2);
  -ms-transform: scaleX(2);
  transform: scaleX(2)
}

.stage a.line-link.line-link3:hover:after {
  -webkit-transform: scaleX(3);
  -ms-transform: scaleX(3);
  transform: scaleX(3)
}

.stage a.line-link.line-link4:hover:after {
  -webkit-transform: scaleX(4);
  -ms-transform: scaleX(4);
  transform: scaleX(4)
}

.stage a.line-link.line-link5:hover:after {
  -webkit-transform: scaleX(5);
  -ms-transform: scaleX(5);
  transform: scaleX(5)
}

.stage a.line-link.line-link6:hover:after {
  -webkit-transform: scaleX(6);
  -ms-transform: scaleX(6);
  transform: scaleX(6)
}

.stage a.line-link.line-link7:hover:after {
  -webkit-transform: scaleX(7);
  -ms-transform: scaleX(7);
  transform: scaleX(7)
}

.stage a.line-link.line-link8:hover:after {
  -webkit-transform: scaleX(8);
  -ms-transform: scaleX(8);
  transform: scaleX(8)
}

.stage a.line-link.line-link9:hover:after {
  -webkit-transform: scaleX(9);
  -ms-transform: scaleX(9);
  transform: scaleX(9)
}

.stage a.line-link.line-link10:hover:after {
  -webkit-transform: scaleX(10);
  -ms-transform: scaleX(10);
  transform: scaleX(10)
}

.stage a.line-link.line-link11:hover:after {
  -webkit-transform: scaleX(11);
  -ms-transform: scaleX(11);
  transform: scaleX(11)
}

.stage a.line-link.line-link12:hover:after {
  -webkit-transform: scaleX(12);
  -ms-transform: scaleX(12);
  transform: scaleX(12)
}

.stage a.line-link.line-link13:hover:after {
  -webkit-transform: scaleX(13);
  -ms-transform: scaleX(13);
  transform: scaleX(13)
}

.stage a.line-link.line-link14:hover:after {
  -webkit-transform: scaleX(14);
  -ms-transform: scaleX(14);
  transform: scaleX(14)
}

.stage a.line-link.line-link15:hover:after {
  -webkit-transform: scaleX(15);
  -ms-transform: scaleX(15);
  transform: scaleX(15)
}

.stage a.line-link.line-link16:hover:after {
  -webkit-transform: scaleX(16);
  -ms-transform: scaleX(16);
  transform: scaleX(16)
}

.stage a.line-link.line-link17:hover:after {
  -webkit-transform: scaleX(17);
  -ms-transform: scaleX(17);
  transform: scaleX(17)
}

.stage a.line-link.line-link18:hover:after {
  -webkit-transform: scaleX(18);
  -ms-transform: scaleX(18);
  transform: scaleX(18)
}

.stage a.line-link.line-link19:hover:after {
  -webkit-transform: scaleX(19);
  -ms-transform: scaleX(19);
  transform: scaleX(19)
}

.stage a.line-link.line-link20:hover:after {
  -webkit-transform: scaleX(20);
  -ms-transform: scaleX(20);
  transform: scaleX(20)
}

.stage a.line-link.line-link21:hover:after {
  -webkit-transform: scaleX(21);
  -ms-transform: scaleX(21);
  transform: scaleX(21)
}

.stage a.line-link.line-link22:hover:after {
  -webkit-transform: scaleX(22);
  -ms-transform: scaleX(22);
  transform: scaleX(22)
}

.stage a.line-link.line-link23:hover:after {
  -webkit-transform: scaleX(23);
  -ms-transform: scaleX(23);
  transform: scaleX(23)
}

.stage a.line-link.line-link24:hover:after {
  -webkit-transform: scaleX(24);
  -ms-transform: scaleX(24);
  transform: scaleX(24)
}

.stage a.line-link.line-link25:hover:after {
  -webkit-transform: scaleX(25);
  -ms-transform: scaleX(25);
  transform: scaleX(25)
}

.stage a.line-link.line-link26:hover:after {
  -webkit-transform: scaleX(26);
  -ms-transform: scaleX(26);
  transform: scaleX(26)
}

.stage a.line-link.line-link27:hover:after {
  -webkit-transform: scaleX(27);
  -ms-transform: scaleX(27);
  transform: scaleX(27)
}

.stage a.line-link.line-link28:hover:after {
  -webkit-transform: scaleX(28);
  -ms-transform: scaleX(28);
  transform: scaleX(28)
}

.stage a.line-link.line-link29:hover:after {
  -webkit-transform: scaleX(29);
  -ms-transform: scaleX(29);
  transform: scaleX(29)
}

.stage a.line-link.line-link30:hover:after {
  -webkit-transform: scaleX(30);
  -ms-transform: scaleX(30);
  transform: scaleX(30)
}

#pd-fly-layer {
  font-size: 14px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 99999;
  display: none
}

#pd-fly-layer i {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #fff
}

#pd-fly-layer .pd-fly-wrap {
  position: relative;
  z-index: 1
}

#pd-fly-layer .pd-fly-showbox {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%
}

@media (max-width: 720px) {
  #pd-fly-layer .pd-fly-showbox {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
  }
}

#pd-fly-layer .pd-fly-showbox .pd-fly-close {
  width: 80px;
  height: 80px;
  line-height: 50px;
  text-align: center;
  overflow: hidden;
  position: fixed;
  right: 10px;
  top: 5px;
  font-weight: 100;
  z-index: 9;
  color: rgba(255, 255, 255, .8);
  font-size: 40px;
  background-image: url(../images/close_hover.svg);
  background-repeat: no-repeat;
  background-position: center
}

@media (max-width: 1180px) {
  #pd-fly-layer .pd-fly-showbox .pd-fly-close {
    text-align: center;
    left: 90%;
    top: 10px
  }
}

@media (max-width: 720px) {
  #pd-fly-layer .pd-fly-showbox .pd-fly-close {
    right: 20px;
    top: 80px;
    font-size: 30px;
    left: 80%
  }

  #pd-fly-layer .pd-fly-showbox .pd-fly-close .icon-supper_close {
    font-size: 28px
  }
}

#pd-fly-layer .pd-fly-showbox .pd-fly-close b {
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease
}

#pd-fly-layer .pd-fly-showbox .pd-fly-close b:before {
  content: ''
}

#pd-fly-layer .pd-fly-showbox .pd-fly-close:hover b {
  opacity: .6
}

#pd-fly-layer .pd-fly-showbox .pd-fly-content {
  position: relative;
  overflow: hidden;
  background-color: #000;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

#pd-fly-layer .pd-fly-showbox .pd-fly-content video {
  width: 100% !important;
  height: auto !important
}

.umx-stage {
  position: relative;
  overflow: hidden
}

.umx-stage .umx-section {
  position: relative;
  width: 100%;
  padding-top: 160px;
  z-index: 2
}

@media (min-width: 1921px) {
  .umx-stage .umx-section {
    padding-top: 200px
  }
}

@media (max-width: 1000px) {
  .umx-stage .umx-section {
    padding-top: 48px
  }
}

.umx-stage .umx-section .umx-title {
  text-align: left;
  margin: 0 auto;
  width: 1000px
}

@media (min-width: 1921px) {
  .umx-stage .umx-section .umx-title {
    width: 1200px
  }
}

@media (max-width: 1440px) {
  .umx-stage .umx-section .umx-title {
    width: 800px
  }
}

@media (max-width: 1000px) {
  .umx-stage .umx-section .umx-title {
    width: auto;
    text-align: left
  }
}

.umx-stage .umx-section .umx-title .umx-main-title, .umx-stage .umx-section .umx-title .umx-vice-title {
  line-height: 1.3;
  -webkit-font-smoothing: antialiased;
  font-family: HanyiVar-vivo-hwid-70;
  font-weight: 400
}

@media (max-width: 1000px) {
  .umx-stage .umx-section .umx-title .umx-main-title, .umx-stage .umx-section .umx-title .umx-vice-title {
    width: auto;
    letter-spacing: .5px;
    padding-left: 24px;
    padding-right: 24px
  }
}

.umx-stage .umx-section .umx-title .umx-main-title sup, .umx-stage .umx-section .umx-title .umx-vice-title sup {
  position: relative;
  top: -10px;
  font-size: 32px
}

@media (max-width: 1440px) {
  .umx-stage .umx-section .umx-title .umx-main-title sup, .umx-stage .umx-section .umx-title .umx-vice-title sup {
    top: -6px;
    font-size: 18px
  }
}

@media (max-width: 1000px) {
  .umx-stage .umx-section .umx-title .umx-main-title sup, .umx-stage .umx-section .umx-title .umx-vice-title sup {
    font-size: 12px
  }
}

.umx-stage .umx-section .umx-title .umx-main-title sup:hover a, .umx-stage .umx-section .umx-title .umx-vice-title sup:hover a {
  color: #415fff
}

.umx-stage .umx-section .umx-title .umx-intro {
  line-height: 1.5;
  font-family: HanyiVar-vivo-hwid-60;
  -webkit-font-smoothing: antialiased;
  font-weight: 400
}

@media (max-width: 1000px) {
  .umx-stage .umx-section .umx-title .umx-intro {
    margin-bottom: 14px;
    padding-left: 24px;
    padding-right: 24px;
    width: auto
  }
}

.umx-stage .umx-section .umx-title .umx-intro sup {
  font-size: 12px;
  position: relative;
  top: -4px
}

@media (max-width: 1000px) {
  .umx-stage .umx-section .umx-title .umx-intro sup {
    top: -2px
  }
}

.umx-stage .umx-section .umx-title .umx-intro sup:hover a {
  color: #415fff
}

.umx-stage .umx-section .umx-title .umx-innertips {
  font-family: HanyiVar-vivo-hwid-60;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 22px;
  letter-spacing: .7px
}

@media (max-width: 1440px) {
  .umx-stage .umx-section .umx-title .umx-innertips {
    margin-top: 16px
  }
}

@media (max-width: 1000px) {
  .umx-stage .umx-section .umx-title .umx-innertips {
    letter-spacing: .5px;
    padding-left: 24px;
    padding-right: 24px
  }
}

.umx-stage .umx-section .umx-title .umx-main-title-bigger {
  font-size: 60px
}

@media (min-width: 1921px) {
  .umx-stage .umx-section .umx-title .umx-main-title-bigger {
    font-size: 84px
  }
}

@media (max-width: 1000px) {
  .umx-stage .umx-section .umx-title .umx-main-title-bigger {
    font-size: 40px
  }
}

.umx-stage .umx-comma::after {
  content: "， ";
  position: absolute
}

.umx-stage .umx-full::after {
  content: "。 ";
  position: absolute
}

.umx-stage .umx-tanhao::after {
  content: "！";
  position: absolute
}

.umx-stage .umx-mb-hide {
  display: block
}

@media (max-width: 1000px) {
  .umx-stage .umx-mb-hide {
    display: none
  }
}

.umx-stage .umx-mb-show {
  display: none
}

@media (max-width: 1000px) {
  .umx-stage .umx-mb-show {
    display: block
  }
}

.umx-stage .umx-buttonBuy {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-left: -310px;
  margin-top: 580px
}

@media (min-width: 1921px) {
  .umx-stage .umx-buttonBuy {
    margin-left: -393px;
    margin-top: 728px
  }
}

@media (max-width: 1440px) {
  .umx-stage .umx-buttonBuy {
    margin-left: -272px;
    margin-top: 451px
  }
}

@media (max-width: 1000px) {
  .umx-stage .umx-buttonBuy {
    margin-left: 0;
    margin-top: 48vw
  }
}

.umx-stage .umx-buttonBuy .umx-buttonBuy-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

@media (max-width: 1000px) {
  .umx-stage .umx-buttonBuy .umx-buttonBuy-section {
    width: 200px
  }
}

.umx-stage .umx-buttonBuy .umx-purchase {
  -webkit-transition: border .3s cubic-bezier(.645, .045, .355, 1);
  transition: border .3s cubic-bezier(.645, .045, .355, 1);
  border: 2px solid #000;
  border-radius: 50px
}

.umx-stage .umx-buttonBuy .umx-purchase a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 28px
}

@media (min-width: 1921px) {
  .umx-stage .umx-buttonBuy .umx-purchase a {
    padding: 24px 32px
  }
}

@media (max-width: 1000px) {
  .umx-stage .umx-buttonBuy .umx-purchase a {
    padding: 14px
  }
}

.umx-stage .umx-buttonBuy .umx-purchase a p {
  font-size: 16px;
  line-height: 1;
  font-family: HanyiVar-vivo-hwid-60;
  margin-right: 8px;
  -webkit-transition: color .3s cubic-bezier(.645, .045, .355, 1);
  transition: color .3s cubic-bezier(.645, .045, .355, 1)
}

@media (min-width: 1921px) {
  .umx-stage .umx-buttonBuy .umx-purchase a p {
    font-size: 22px
  }
}

@media (max-width: 1000px) {
  .umx-stage .umx-buttonBuy .umx-purchase a p {
    font-size: 12px;
    margin-right: 4px
  }
}

.umx-stage .umx-buttonBuy .umx-purchase a svg {
  fill: #000;
  -webkit-transition: fill .3s cubic-bezier(.645, .045, .355, 1);
  transition: fill .3s cubic-bezier(.645, .045, .355, 1);
  width: 7px;
  height: 12px
}

@media (min-width: 1921px) {
  .umx-stage .umx-buttonBuy .umx-purchase a svg {
    width: 10px;
    height: 18px
  }
}

@media (max-width: 1000px) {
  .umx-stage .umx-buttonBuy .umx-purchase a svg {
    width: 6px;
    height: 10px
  }
}

.umx-stage .umx-buttonBuy .umx-purchase:hover {
  border: 2px solid #415fff
}

.umx-stage .umx-buttonBuy .umx-purchase:hover a p {
  color: #415fff
}

.umx-stage .umx-buttonBuy .umx-purchase:hover a svg {
  fill: #415fff
}

.umx-stage .umx-buttonBuy .umx-purchase:active {
  background: rgba(65, 95, 255, .3);
  border: 2px solid #415fff
}

.umx-stage .umx-buttonBuy .umx-purchase:active a p {
  color: #415fff
}

.umx-stage .umx-buttonBuy .umx-purchase:active a svg {
  fill: #415fff
}

.umx-stage .umx-buttonBuy .umx-purchase:last-child {
  margin-left: 24px
}

@media (max-width: 1000px) {
  .umx-stage .umx-buttonBuy .umx-purchase:last-child {
    margin-left: 12px
  }
}

.umx-stage .umx-buttonBuy .umx-dark-mode .umx-purchase {
  border: 2px solid #fff
}

.umx-stage .umx-buttonBuy .umx-dark-mode .umx-purchase a svg {
  fill: #fff
}

.umx-stage .umx-buttonBuy .umx-dark-mode .umx-purchase a p {
  color: #fff
}

.umx-stage .umx-buttonBuy .umx-dark-mode .umx-purchase:hover {
  border: 2px solid #415fff
}

.umx-stage .umx-buttonBuy .umx-dark-mode .umx-purchase:hover a p {
  color: #415fff
}

.umx-stage .umx-buttonBuy .umx-dark-mode .umx-purchase:hover a svg {
  fill: #415fff
}

.umx-stage .umx-buttonBuy .umx-dark-mode .umx-purchase:active {
  background: rgba(65, 95, 255, .3);
  border: 2px solid #415fff
}

.umx-stage .umx-buttonBuy .umx-dark-mode .umx-purchase:active a p {
  color: #415fff
}

.umx-stage .umx-buttonBuy .umx-dark-mode .umx-purchase:active a svg {
  fill: #415fff
}

.umx-stage .umx-productBuy {
  display: inline-block;
  margin-top: 26px;
  margin-bottom: 26px;
  position: relative;
  width: 100%
}

@media (max-width: 1000px) {
  .umx-stage .umx-productBuy {
    padding-left: 24px
  }
}

.umx-stage .umx-productBuy .umx-productBuy-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

@media (max-width: 1000px) {
  .umx-stage .umx-productBuy .umx-productBuy-box {
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left
  }
}

.umx-stage .umx-productBuy .umx-productBuy-box a {
  -webkit-font-smoothing: antialiased;
  position: relative;
  will-change: transform;
  -webkit-transition: border .3s cubic-bezier(.645, .045, .355, 1);
  transition: border .3s cubic-bezier(.645, .045, .355, 1);
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 2px solid rgba(65, 95, 255, 0)
}

.umx-stage .umx-productBuy .umx-productBuy-box a p {
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 1px;
  font-family: HanyiVar-vivo-hwid-60;
  -webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1);
  transition: all .3s cubic-bezier(.645, .045, .355, 1)
}

@media (max-width: 1000px) {
  .umx-stage .umx-productBuy .umx-productBuy-box a p {
    font-size: 16px;
    line-height: 16px
  }
}

.umx-stage .umx-productBuy .umx-productBuy-box a::after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 10px;
  right: -12px;
  border-width: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: 5px;
  border-style: solid;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  vertical-align: middle;
  -webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1);
  transition: all .3s cubic-bezier(.645, .045, .355, 1)
}

@media (max-width: 1000px) {
  .umx-stage .umx-productBuy .umx-productBuy-box a::after {
    width: 8px;
    height: 8px;
    right: -10px;
    top: auto;
    margin-top: -13px;
    border-width: 0 2px 2px 0
  }
}

.umx-stage .umx-productBuy .umx-productBuy-box a::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 21px;
  height: 2px;
  -webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1);
  transition: all .3s cubic-bezier(.645, .045, .355, 1)
}

.umx-stage .umx-productBuy .umx-productBuy-box a:hover::after {
  color: #415fff
}

.umx-stage .umx-productBuy .umx-productBuy-box a:hover::before {
  background: #415fff
}

.umx-stage .umx-productBuy .umx-productBuy-box a:hover p {
  color: #415fff
}

.umx-stage .umx-productBuy.umx-productBuy-dark {
  color: #fff
}

.umx-stage.umx-stage-tips {
  background-color: #fff;
  padding: 50px 0
}

@media (max-width: 1080px) {
  .umx-stage.umx-stage-tips {
    padding: 25px 0
  }
}

.umx-stage.umx-stage-tips .umx-tip-content {
  margin: auto;
  color: #fff;
  width: 1000px
}

@media (min-width: 1921px) {
  .umx-stage.umx-stage-tips .umx-tip-content {
    width: 1200px
  }
}

@media (max-width: 1440px) {
  .umx-stage.umx-stage-tips .umx-tip-content {
    width: 1000px
  }
}

@media (max-width: 1080px) {
  .umx-stage.umx-stage-tips .umx-tip-content {
    width: auto
  }
}

@media (max-width: 720px) {
  .umx-stage.umx-stage-tips .umx-tip-content {
    width: auto
  }
}

.umx-stage.umx-stage-tips .umx-tip-content h4 {
  font-family: HanyiVar-vivo-hwid-75;
  padding-bottom: 15px;
  font-weight: 700
}

@media (max-width: 1000px) {
  .umx-stage.umx-stage-tips .umx-tip-content h4 {
    margin: 0 24px
  }
}

@media (max-width: 1000px) {
  .umx-stage.umx-stage-tips .umx-tip-content h4 {
    margin: 0 24px
  }
}

.umx-stage.umx-stage-tips .umx-tip-content li {
  font-family: HanyiVar-vivo-hwid-65;
  line-height: 26px;
  text-align: left;
  color: rgba(134, 134, 139, .8);
  list-style: decimal;
  margin-left: 25px;
  font-size: 14px
}

@media (max-width: 1000px) {
  .umx-stage.umx-stage-tips .umx-tip-content li {
    line-height: 20px;
    font-size: 12px;
    margin: 0 24px
  }
}

@media (max-width: 720px) {
  .umx-stage.umx-stage-tips .umx-tip-content li {
    margin-left: 24px
  }
}

@media (max-width: 1000px) {
  .umx-stage.umx-stage-tips .umx-tip-content ul {
    padding-bottom: 60px;
    margin: 0 24px
  }
}

.umx-stage.umx-stage-tips.umx-drak-mode {
  background-color: #000
}

.umx-stage.umx-stage-tips.umx-drak-mode h4 {
  color: #fff
}

.umx-stage.umx-stage-tips.umx-drak-mode ul li {
  color: rgba(134, 134, 139, .8)
}

.umx-stage .umx-data-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

@media (max-width: 1000px) {
  .umx-stage .umx-data-items {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 24px;
    padding-right: 24px
  }
}

.umx-stage .umx-data-items li {
  -webkit-font-smoothing: antialiased
}

.umx-stage .umx-data-items li strong {
  -webkit-font-smoothing: antialiased;
  font-family: HanyiVar-vivo-hwid-65;
  font-weight: 400;
  line-height: 1.5;
  margin: 6px 0 5px 0;
  position: relative;
  display: block
}

@media (max-width: 1000px) {
  .umx-stage .umx-data-items li strong {
    margin: 6px 0 0 0
  }
}

.umx-stage .umx-data-items li strong span {
  -webkit-font-smoothing: antialiased;
  font-family: HanyiVar-vivo-hwid-55
}

.umx-stage .umx-data-items li p {
  -webkit-font-smoothing: antialiased;
  font-family: HanyiVar-vivo-hwid-55;
  font-weight: 400;
  line-height: 1.5
}

.umx-stage .umx-data-items li:last-child {
  margin-right: 0;
  margin-bottom: 0
}

.umx-stage .umx-popup-bg {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: rgba(0, 0, 0, .8)
}

.umx-stage .umx-popup-scroll {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  overflow: auto
}

.umx-stage.active .umx-popup-bg, .umx-stage.active .umx-popup-scroll {
  display: block
}

.umx-stage .umx-popup-container {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 10px;
  margin-top: 120px;
  margin-bottom: 120px;
  background: #151515
}

.umx-stage .umx-popup-container .svg-box {
  position: absolute;
  height: 100%;
  overflow: inherit;
  top: 66px;
  right: 60px;
  z-index: 10
}

@media (max-width: 1440px) {
  .umx-stage .umx-popup-container .svg-box {
    top: 50px;
    right: 30px
  }
}

@media (max-width: 1000px) {
  .umx-stage .umx-popup-container .svg-box {
    top: 26px;
    right: 36px
  }
}

.umx-stage .umx-popup-container .svg-box svg {
  position: -webkit-sticky;
  position: sticky;
  z-index: 10;
  top: 70px;
  width: 50px;
  height: 36px;
  cursor: pointer
}

@media (min-width: 1921px) {
  .umx-stage .umx-popup-container .svg-box svg {
    width: 40px;
    height: 40px
  }
}

@media (max-width: 1440px) {
  .umx-stage .umx-popup-container .svg-box svg {
    width: 38px;
    height: 27px
  }
}

@media (max-width: 1000px) {
  .umx-stage .umx-popup-container .svg-box svg {
    width: 36px;
    height: 25px
  }
}

.umx-stage .umx-open-popup {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  cursor: pointer;
  margin-top: 20px;
  font-size: 16px;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 50px;
  padding: 8px 18px 8px 18px;
  font-family: HYQH-55S;
  font-weight: 400;
  -webkit-transition: border .5s ease, color .5s ease;
  transition: border .5s ease, color .5s ease;
  z-index: 998
}

@media (max-width: 1000px) {
  .umx-stage .umx-open-popup {
    font-size: 16px
  }
}

.umx-stage .umx-open-popup:hover {
  -webkit-transition: border .5s ease, color .5s ease;
  transition: border .5s ease, color .5s ease;
  border: 2px solid #415fff;
  color: #415fff
}

._tween {
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
  opacity: 0
}

.lt9 ._tween {
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none
}

.start ._tween {
  will-change: transform;
  -webkit-transition: opacity .5s cubic-bezier(.645, .045, .355, 1), -webkit-transform 1s cubic-bezier(.645, .045, .355, 1);
  transition: opacity .5s cubic-bezier(.645, .045, .355, 1), -webkit-transform 1s cubic-bezier(.645, .045, .355, 1);
  transition: transform 1s cubic-bezier(.645, .045, .355, 1), opacity .5s cubic-bezier(.645, .045, .355, 1);
  transition: transform 1s cubic-bezier(.645, .045, .355, 1), opacity .5s cubic-bezier(.645, .045, .355, 1), -webkit-transform 1s cubic-bezier(.645, .045, .355, 1);
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none
}

.start ._tween._tween_1 {
  -webkit-transition-delay: .1s;
  transition-delay: .1s
}

.start ._tween._tween_2 {
  -webkit-transition-delay: .2s;
  transition-delay: .2s
}

.start ._tween._tween_3 {
  -webkit-transition-delay: .3s;
  transition-delay: .3s
}

.start ._tween._tween_4 {
  -webkit-transition-delay: .4s;
  transition-delay: .4s
}

.start ._tween._tween_5 {
  -webkit-transition-delay: .5s;
  transition-delay: .5s
}

.start ._tween._tween_6 {
  -webkit-transition-delay: .6s;
  transition-delay: .6s
}

.start ._tween._tween_7 {
  -webkit-transition-delay: .7s;
  transition-delay: .7s
}

.start ._tween._tween_8 {
  -webkit-transition-delay: .8s;
  transition-delay: .8s
}

.start ._tween._tween_9 {
  -webkit-transition-delay: .9s;
  transition-delay: .9s
}

.start ._tween._tween_10 {
  -webkit-transition-delay: 1s;
  transition-delay: 1s
}

.start ._tween._tween_11 {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s
}

.start ._tween._tween_12 {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s
}

.start ._tween._tween_13 {
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s
}

.start ._tween._tween_14 {
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s
}

.start ._tween._tween_15 {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s
}

.start ._tween._tween_16 {
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s
}

.start ._tween._tween_17 {
  -webkit-transition-delay: 1.7s;
  transition-delay: 1.7s
}

.start ._tween._tween_18 {
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s
}

.start ._tween._tween_19 {
  -webkit-transition-delay: 1.9s;
  transition-delay: 1.9s
}

.start ._tween._tween_20 {
  -webkit-transition-delay: 2s;
  transition-delay: 2s
}

.stage-showcase .stage-sc-figure .SC-accessories-a {
  background-image: url(../images/vp-parts-img1.jpg);
  background-size: 456px 304px;
  width: 456px;
  height: 304px;
  left: 50%;
  margin-left: -228px;
  background-position: center;
  background-repeat: no-repeat
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .stage-showcase .stage-sc-figure .SC-accessories-a {
    background-image: url(../images/vp-parts-img1-x2.jpg)
  }
}

.webp .stage-showcase .stage-sc-figure .SC-accessories-a {
  background-image: url(../images/vp-parts-img1.jpg.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .stage-showcase .stage-sc-figure .SC-accessories-a {
    background-image: url(../images/vp-parts-img1-x2.jpg.webp)
  }
}

@media (min-width: 1921px) {
  .stage-showcase .stage-sc-figure .SC-accessories-a {
    background-image: url(../images/vp-parts-img1-lg.jpg);
    background-size: 600px 400px;
    width: 600px;
    height: 400px;
    margin-left: -300px
  }
}

@media only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 1921px) and (min-resolution: 1.5dppx),(min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5),(min-width: 1921px) and (min-resolution: 144dpi) {
  .stage-showcase .stage-sc-figure .SC-accessories-a {
    background-image: url(../images/vp-parts-img1-lg-x2.jpg)
  }
}

@media (min-width: 1921px) {
  .webp .stage-showcase .stage-sc-figure .SC-accessories-a {
    background-image: url(../images/vp-parts-img1-lg.jpg.webp)
  }
}

@media only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 1921px) and (min-resolution: 1.5dppx),(min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5),(min-width: 1921px) and (min-resolution: 144dpi) {
  .webp .stage-showcase .stage-sc-figure .SC-accessories-a {
    background-image: url(../images/vp-parts-img1-lg-x2.jpg.webp)
  }
}

@media (max-width: 720px) {
  .stage-showcase .stage-sc-figure .SC-accessories-a {
    background-image: url(../images/vp-parts-img1-mb.jpg);
    background-size: 250px 175px;
    background-position: center;
    background-repeat: no-repeat;
    width: 250px;
    height: 175px;
    left: 50%;
    margin-left: -125px;
    margin-left: -125px !important
  }
}

@media only screen and (max-width: 720px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 720px) and (min-resolution: 1.5dppx),(max-width: 720px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 720px) and (min-resolution: 144dpi) {
  .stage-showcase .stage-sc-figure .SC-accessories-a {
    background-image: url(../images/vp-parts-img1-mb-x2.jpg)
  }
}

.stage-showcase .stage-sc-figure .SC-phone-a {
  background-image: url(../images/vp-products-img1.png);
  background-size: 304px 228px;
  width: 304px;
  height: 228px;
  left: 50%;
  margin-left: -152px;
  background-position: center;
  background-repeat: no-repeat
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .stage-showcase .stage-sc-figure .SC-phone-a {
    background-image: url(../images/vp-products-img1-x2.png)
  }
}

.webp .stage-showcase .stage-sc-figure .SC-phone-a {
  background-image: url(../images/vp-products-img1.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .stage-showcase .stage-sc-figure .SC-phone-a {
    background-image: url(../images/vp-products-img1-x2.png.webp)
  }
}

@media (min-width: 1921px) {
  .stage-showcase .stage-sc-figure .SC-phone-a {
    background-image: url(../images/vp-products-img1-lg.png);
    background-size: 400px 300px;
    width: 400px;
    height: 300px;
    margin-left: -200px
  }
}

@media only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 1921px) and (min-resolution: 1.5dppx),(min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5),(min-width: 1921px) and (min-resolution: 144dpi) {
  .stage-showcase .stage-sc-figure .SC-phone-a {
    background-image: url(../images/vp-products-img1-lg-x2.png)
  }
}

@media (min-width: 1921px) {
  .webp .stage-showcase .stage-sc-figure .SC-phone-a {
    background-image: url(../images/vp-products-img1-lg.png.webp)
  }
}

@media only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 1921px) and (min-resolution: 1.5dppx),(min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5),(min-width: 1921px) and (min-resolution: 144dpi) {
  .webp .stage-showcase .stage-sc-figure .SC-phone-a {
    background-image: url(../images/vp-products-img1-lg-x2.png.webp)
  }
}

@media (max-width: 720px) {
  .stage-showcase .stage-sc-figure .SC-phone-a {
    background-image: url(../images/vp-products-img1.png);
    background-size: 200px 150px;
    background-position: center;
    background-repeat: no-repeat;
    width: 200px;
    height: 150px;
    left: 50%;
    margin-left: -100px;
    margin-left: -100px !important
  }
}

@media only screen and (max-width: 720px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 720px) and (min-resolution: 1.5dppx),(max-width: 720px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 720px) and (min-resolution: 144dpi) {
  .stage-showcase .stage-sc-figure .SC-phone-a {
    background-image: url(../images/vp-products-img1-x2.png)
  }
}

.stage-showcase .stage-sc-figure .SC-phone-b {
  background-image: url(../images/vp-products-img2.png);
  background-size: 304px 228px;
  width: 304px;
  height: 228px;
  left: 50%;
  margin-left: -152px;
  background-position: center;
  background-repeat: no-repeat
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .stage-showcase .stage-sc-figure .SC-phone-b {
    background-image: url(../images/vp-products-img2-x2.png)
  }
}

.webp .stage-showcase .stage-sc-figure .SC-phone-b {
  background-image: url(../images/vp-products-img2.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .stage-showcase .stage-sc-figure .SC-phone-b {
    background-image: url(../images/vp-products-img2-x2.png.webp)
  }
}

@media (min-width: 1921px) {
  .stage-showcase .stage-sc-figure .SC-phone-b {
    background-image: url(../images/vp-products-img2-lg.png);
    background-size: 400px 300px;
    width: 400px;
    height: 300px;
    margin-left: -200px
  }
}

@media only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 1921px) and (min-resolution: 1.5dppx),(min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5),(min-width: 1921px) and (min-resolution: 144dpi) {
  .stage-showcase .stage-sc-figure .SC-phone-b {
    background-image: url(../images/vp-products-img2-lg-x2.png)
  }
}

@media (min-width: 1921px) {
  .webp .stage-showcase .stage-sc-figure .SC-phone-b {
    background-image: url(../images/vp-products-img2-lg.png.webp)
  }
}

@media only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 1921px) and (min-resolution: 1.5dppx),(min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5),(min-width: 1921px) and (min-resolution: 144dpi) {
  .webp .stage-showcase .stage-sc-figure .SC-phone-b {
    background-image: url(../images/vp-products-img2-lg-x2.png.webp)
  }
}

@media (max-width: 720px) {
  .stage-showcase .stage-sc-figure .SC-phone-b {
    background-image: url(../images/vp-products-img2.png);
    background-size: 200px 150px;
    background-position: center;
    background-repeat: no-repeat;
    width: 200px;
    height: 150px;
    left: 50%;
    margin-left: -100px;
    margin-left: -100px !important
  }
}

@media only screen and (max-width: 720px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 720px) and (min-resolution: 1.5dppx),(max-width: 720px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 720px) and (min-resolution: 144dpi) {
  .stage-showcase .stage-sc-figure .SC-phone-b {
    background-image: url(../images/vp-products-img2-x2.png)
  }
}

.stage-showcase .stage-sc-figure .SC-protection-a {
  background-image: url(../images/vp-broken-img1.png);
  background-size: 228px 319px;
  width: 228px;
  height: 319px;
  left: 50%;
  margin-left: -114px;
  background-position: center;
  background-repeat: no-repeat
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .stage-showcase .stage-sc-figure .SC-protection-a {
    background-image: url(../images/vp-broken-img1-x2.png)
  }
}

.webp .stage-showcase .stage-sc-figure .SC-protection-a {
  background-image: url(../images/vp-broken-img1.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .stage-showcase .stage-sc-figure .SC-protection-a {
    background-image: url(../images/vp-broken-img1-x2.png.webp)
  }
}

@media (min-width: 1921px) {
  .stage-showcase .stage-sc-figure .SC-protection-a {
    background-image: url(../images/vp-broken-img1-lg.png);
    background-size: 300px 420px;
    width: 300px;
    height: 420px;
    margin-left: -150px
  }
}

@media only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 1921px) and (min-resolution: 1.5dppx),(min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5),(min-width: 1921px) and (min-resolution: 144dpi) {
  .stage-showcase .stage-sc-figure .SC-protection-a {
    background-image: url(../images/vp-broken-img1-lg-x2.png)
  }
}

@media (min-width: 1921px) {
  .webp .stage-showcase .stage-sc-figure .SC-protection-a {
    background-image: url(../images/vp-broken-img1-lg.png.webp)
  }
}

@media only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 1921px) and (min-resolution: 1.5dppx),(min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5),(min-width: 1921px) and (min-resolution: 144dpi) {
  .webp .stage-showcase .stage-sc-figure .SC-protection-a {
    background-image: url(../images/vp-broken-img1-lg-x2.png.webp)
  }
}

@media (max-width: 720px) {
  .stage-showcase .stage-sc-figure .SC-protection-a {
    background-image: url(../images/vp-broken-img1.png);
    background-size: 150px 210px;
    background-position: center;
    background-repeat: no-repeat;
    width: 150px;
    height: 210px;
    left: 50%;
    margin-left: -75px;
    margin-left: -75px !important
  }
}

@media only screen and (max-width: 720px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 720px) and (min-resolution: 1.5dppx),(max-width: 720px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 720px) and (min-resolution: 144dpi) {
  .stage-showcase .stage-sc-figure .SC-protection-a {
    background-image: url(../images/vp-broken-img1-x2.png)
  }
}

.product-main-content {
  background-color: #fff
}

#pd-fly-layer {
  background-color: #000
}

#pd-fly-layer i {
  background-color: #000
}

body {
  overflow: inherit
}

html {
  overflow: inherit
}

html.limit-fly {
  overflow-y: hidden
}

footer {
  overflow-x: hidden
}

@media (max-width: 1199px) {
  .vp-head-wap .vp-head-wrap-wap {
    width: 100%
  }
}

.vp-head-wap .vp-head-mainbar-pc {
  position: absolute;
  background-color: #fff;
  width: 100%
}

#vivo-product-wrap {
  overflow: inherit
}

#vivo-wrap {
  position: relative;
  width: 100%;
  overflow: inherit
}

.umx-stage_sticky {
  overflow: inherit
}

.umx-stickyBox {
  width: 100%;
  height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  overflow: hidden;
  top: 0
}

@media (max-width: 1000px) {
  .umx-stickyBox {
    overflow-x: hidden
  }
}

body, html {
  min-width: 320px
}

figure, picture {
  outline: 0;
  padding: 0;
  margin: 0
}

@media (max-width: 1080px) {
  #vivo-head-wrap .gb-vivo-head .gb-nav-tool, #vivo-head-wrap .v_h_search {
    overflow: hidden
  }
}

.um-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.um-row .col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%
}

.um-row .col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%
}

.um-row .col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%
}

.um-row .col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%
}

.um-row .col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%
}

.um-row .col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%
}

.um-row .col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%
}

.um-row .col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%
}

.um-row .col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%
}

.um-row .col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%
}

.um-row .col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%
}

.um-row .col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%
}

@media (min-width: 1921px) {
  .um-row .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
  }

  .um-row .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
  }

  .um-row .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .um-row .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }

  .um-row .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
  }

  .um-row .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .um-row .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
  }

  .um-row .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
  }

  .um-row .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }

  .um-row .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
  }

  .um-row .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%
  }

  .um-row .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
}

@media (max-width: 1440px) {
  .um-row .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
  }

  .um-row .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
  }

  .um-row .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .um-row .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }

  .um-row .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
  }

  .um-row .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .um-row .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
  }

  .um-row .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
  }

  .um-row .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }

  .um-row .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
  }

  .um-row .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%
  }

  .um-row .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
}

@media (max-width: 1080px) {
  .um-row .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
  }

  .um-row .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
  }

  .um-row .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .um-row .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }

  .um-row .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
  }

  .um-row .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .um-row .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
  }

  .um-row .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
  }

  .um-row .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }

  .um-row .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
  }

  .um-row .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%
  }

  .um-row .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
}

@media (max-width: 720px) {
  .um-row .col-mb-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
  }

  .um-row .col-mb-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
  }

  .um-row .col-mb-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .um-row .col-mb-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }

  .um-row .col-mb-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
  }

  .um-row .col-mb-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .um-row .col-mb-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
  }

  .um-row .col-mb-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
  }

  .um-row .col-mb-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }

  .um-row .col-mb-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
  }

  .um-row .col-mb-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%
  }

  .um-row .col-mb-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
}

.J_detail_navi {
  position: fixed;
  background-color: rgba(0, 0, 0, .85)
}

.J_detail_navi_img {
  background-image: url(../images/vivopd-logo.png);
  background-repeat: no-repeat;
  background-position: center left !important;
  background-size: auto 80%
}

@media (max-width: 720px) {
  .J_detail_navi_img {
    margin-top: .4rem !important
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .J_detail_navi_img {
    background-image: url(../images/vivopd-logo-x2.png)
  }
}

.topNavMaxScreen .topNavBox .phoneName {
  min-width: 125px !important
}

a, button, img {
  outline: 0;
  border: none;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent
}

#vivo-product-wrap {
  font-size: 14px;
  text-align: left;
  position: relative;
  width: 100%;
  z-index: 1
}

#gt-wrap {
  position: relative;
  background: #000
}

.umx-stage {
  font-family: AktivGroteskEx_Md
}

.umx-stage .umx-section .umx-title {
  width: 1440px
}

@media (max-width: 1440px) {
  .umx-stage .umx-section .umx-title {
    width: 1000px
  }
}

@media (max-width: 1000px) {
  .umx-stage .umx-section .umx-title {
    width: auto
  }
}

.umx-stage .umx-section .umx-title .umx-vice-title {
  color: #fff;
  font-size: 36px;
  margin-bottom: 10px
}

@media (max-width: 1440px) {
  .umx-stage .umx-section .umx-title .umx-vice-title {
    font-size: 27px;
    margin-bottom: 7.5px
  }
}

@media (max-width: 1000px) {
  .umx-stage .umx-section .umx-title .umx-vice-title {
    font-size: 24px
  }
}

.umx-stage .umx-section .umx-title .umx-main-title {
  font-family: AktivGroteskEx_Bd;
  line-height: 1.1;
  font-size: 30px;
  margin-bottom: 26px;
  color: #fff
}

@media (max-width: 1440px) {
  .umx-stage .umx-section .umx-title .umx-main-title {
    font-size: 22.5px;
    margin-bottom: 12px
  }
}

@media (max-width: 1000px) {
  .umx-stage .umx-section .umx-title .umx-main-title {
    font-size: 15px;
    margin-bottom: 12px
  }
}

.umx-stage .umx-section .umx-title .umx-intro {
  font-family: AktivGroteskEx_Md;
  color: #fff;
  font-size: 18px;
  line-height: 1.2
}

@media (max-width: 1440px) {
  .umx-stage .umx-section .umx-title .umx-intro {
    font-size: 13.5px
  }
}

@media (max-width: 1000px) {
  .umx-stage .umx-section .umx-title .umx-intro {
    font-size: 10px
  }
}

.umx-stage .umx-section .umx-title .umx-intro .umx-blue {
  color: #2ce6e6
}

.umx-stage .umx-section .umx-title .umx-innertips {
  color: rgba(0, 0, 0, .3);
  font-size: 16px
}

@media (max-width: 1440px) {
  .umx-stage .umx-section .umx-title .umx-innertips {
    font-size: 12px
  }
}

@media (max-width: 1000px) {
  .umx-stage .umx-section .umx-title .umx-innertips {
    font-size: 11px
  }
}

.umx-stage .umx-data-items {
  margin-top: 40px
}

@media (max-width: 1000px) {
  .umx-stage .umx-data-items {
    margin-top: 20px
  }
}

.umx-stage .umx-data-items li {
  margin-bottom: 24px
}

@media (max-width: 1000px) {
  .umx-stage .umx-data-items li {
    width: 50%;
    margin-bottom: 20px
  }
}

.umx-stage .umx-data-items li strong {
  font-size: 20px
}

@media (max-width: 1440px) {
  .umx-stage .umx-data-items li strong {
    font-size: 16px
  }
}

@media (max-width: 1000px) {
  .umx-stage .umx-data-items li strong {
    font-size: 16px
  }
}

.umx-stage .umx-data-items li strong sup {
  position: absolute;
  font-size: 12px
}

@media (max-width: 1440px) {
  .umx-stage .umx-data-items li strong sup {
    font-size: 10px
  }
}

.umx-stage .umx-data-items li p {
  color: rgba(0, 0, 0, .6);
  font-size: 20px
}

@media (max-width: 1440px) {
  .umx-stage .umx-data-items li p {
    font-size: 16px
  }
}

@media (max-width: 1000px) {
  .umx-stage .umx-data-items li p {
    font-size: 12px
  }
}

.umx-stage .umx-data-items li p sup {
  font-size: 12px;
  position: relative
}

@media (max-width: 1000px) {
  .umx-stage .umx-data-items li p sup {
    font-size: 10px
  }
}

.umx-stage .umx-data-items li:last-child {
  margin-right: 0;
  margin-bottom: 0
}

.umx-stage .umx-popup-container {
  width: 1000px
}

@media (max-width: 1440px) {
  .umx-stage .umx-popup-container {
    width: 637px
  }
}

@media (max-width: 1000px) {
  .umx-stage .umx-popup-container {
    width: 104.16667vw
  }
}

.umx-stage .umx-popup-section {
  position: relative;
  width: 100%;
  height: 1500px;
  background-color: #bc8f8f
}

.umx-dark-mode {
  background: #000
}

.umx-dark-mode .umx-section .umx-title .umx-main-title {
  color: #fff
}

.umx-dark-mode .umx-section .umx-title .umx-vice-title {
  color: #a1a1a6
}

.umx-dark-mode .umx-section .umx-title .umx-intro {
  color: rgba(255, 255, 255, .6)
}

.umx-dark-mode .umx-section .umx-title .umx-data-items li strong {
  color: #fff
}

.umx-dark-mode .umx-section .umx-title .umx-data-items li p {
  color: rgba(255, 255, 255, .6)
}

@-webkit-keyframes antTwinkle {
  0% {
    opacity: 1
  }
  50% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}

@keyframes antTwinkle {
  0% {
    opacity: 1
  }
  50% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}

@-webkit-keyframes flashAnt {
  0% {
    opacity: 0
  }
  20% {
    opacity: 1
  }
  40% {
    opacity: 0
  }
  60% {
    opacity: 1
  }
  80% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}

@keyframes flashAnt {
  0% {
    opacity: 0
  }
  20% {
    opacity: 1
  }
  40% {
    opacity: 0
  }
  60% {
    opacity: 1
  }
  80% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}

@-webkit-keyframes disappearAnt {
  0% {
    opacity: 1
  }
  100% {
    opacity: 0
  }
}

@keyframes disappearAnt {
  0% {
    opacity: 1
  }
  100% {
    opacity: 0
  }
}

@-webkit-keyframes noise-anim {
  0% {
    clip: rect(30px, 9999px, 55px, 0)
  }
  5% {
    clip: rect(19px, 9999px, 98px, 0)
  }
  10% {
    clip: rect(51px, 9999px, 20px, 0)
  }
  15% {
    clip: rect(80px, 9999px, 31px, 0)
  }
  20% {
    clip: rect(89px, 9999px, 5px, 0)
  }
  25% {
    clip: rect(20px, 9999px, 85px, 0)
  }
  30% {
    clip: rect(43px, 9999px, 74px, 0)
  }
  35% {
    clip: rect(3px, 9999px, 51px, 0)
  }
  40% {
    clip: rect(39px, 9999px, 96px, 0)
  }
  45% {
    clip: rect(80px, 9999px, 49px, 0)
  }
  50% {
    clip: rect(25px, 9999px, 28px, 0)
  }
  55% {
    clip: rect(58px, 9999px, 4px, 0)
  }
  60% {
    clip: rect(48px, 9999px, 74px, 0)
  }
  65% {
    clip: rect(77px, 9999px, 41px, 0)
  }
  70% {
    clip: rect(66px, 9999px, 63px, 0)
  }
  75% {
    clip: rect(27px, 9999px, 76px, 0)
  }
  80% {
    clip: rect(14px, 9999px, 82px, 0)
  }
  85% {
    clip: rect(86px, 9999px, 31px, 0)
  }
  90% {
    clip: rect(94px, 9999px, 54px, 0)
  }
  95% {
    clip: rect(86px, 9999px, 37px, 0)
  }
  100% {
    clip: rect(43px, 9999px, 7px, 0)
  }
}

@keyframes noise-anim {
  0% {
    clip: rect(30px, 9999px, 55px, 0)
  }
  5% {
    clip: rect(19px, 9999px, 98px, 0)
  }
  10% {
    clip: rect(51px, 9999px, 20px, 0)
  }
  15% {
    clip: rect(80px, 9999px, 31px, 0)
  }
  20% {
    clip: rect(89px, 9999px, 5px, 0)
  }
  25% {
    clip: rect(20px, 9999px, 85px, 0)
  }
  30% {
    clip: rect(43px, 9999px, 74px, 0)
  }
  35% {
    clip: rect(3px, 9999px, 51px, 0)
  }
  40% {
    clip: rect(39px, 9999px, 96px, 0)
  }
  45% {
    clip: rect(80px, 9999px, 49px, 0)
  }
  50% {
    clip: rect(25px, 9999px, 28px, 0)
  }
  55% {
    clip: rect(58px, 9999px, 4px, 0)
  }
  60% {
    clip: rect(48px, 9999px, 74px, 0)
  }
  65% {
    clip: rect(77px, 9999px, 41px, 0)
  }
  70% {
    clip: rect(66px, 9999px, 63px, 0)
  }
  75% {
    clip: rect(27px, 9999px, 76px, 0)
  }
  80% {
    clip: rect(14px, 9999px, 82px, 0)
  }
  85% {
    clip: rect(86px, 9999px, 31px, 0)
  }
  90% {
    clip: rect(94px, 9999px, 54px, 0)
  }
  95% {
    clip: rect(86px, 9999px, 37px, 0)
  }
  100% {
    clip: rect(43px, 9999px, 7px, 0)
  }
}

@-webkit-keyframes noise-anim-2 {
  0% {
    clip: rect(97px, 9999px, 61px, 0)
  }
  5% {
    clip: rect(67px, 9999px, 28px, 0)
  }
  10% {
    clip: rect(99px, 9999px, 95px, 0)
  }
  15% {
    clip: rect(37px, 9999px, 56px, 0)
  }
  20% {
    clip: rect(90px, 9999px, 37px, 0)
  }
  25% {
    clip: rect(6px, 9999px, 15px, 0)
  }
  30% {
    clip: rect(93px, 9999px, 64px, 0)
  }
  35% {
    clip: rect(46px, 9999px, 98px, 0)
  }
  40% {
    clip: rect(73px, 9999px, 31px, 0)
  }
  45% {
    clip: rect(77px, 9999px, 54px, 0)
  }
  50% {
    clip: rect(31px, 9999px, 94px, 0)
  }
  55% {
    clip: rect(67px, 9999px, 31px, 0)
  }
  60% {
    clip: rect(54px, 9999px, 63px, 0)
  }
  65% {
    clip: rect(23px, 9999px, 28px, 0)
  }
  70% {
    clip: rect(60px, 9999px, 91px, 0)
  }
  75% {
    clip: rect(93px, 9999px, 77px, 0)
  }
  80% {
    clip: rect(9px, 9999px, 54px, 0)
  }
  85% {
    clip: rect(86px, 9999px, 36px, 0)
  }
  90% {
    clip: rect(7px, 9999px, 61px, 0)
  }
  95% {
    clip: rect(52px, 9999px, 29px, 0)
  }
  100% {
    clip: rect(83px, 9999px, 67px, 0)
  }
}

@keyframes noise-anim-2 {
  0% {
    clip: rect(97px, 9999px, 61px, 0)
  }
  5% {
    clip: rect(67px, 9999px, 28px, 0)
  }
  10% {
    clip: rect(99px, 9999px, 95px, 0)
  }
  15% {
    clip: rect(37px, 9999px, 56px, 0)
  }
  20% {
    clip: rect(90px, 9999px, 37px, 0)
  }
  25% {
    clip: rect(6px, 9999px, 15px, 0)
  }
  30% {
    clip: rect(93px, 9999px, 64px, 0)
  }
  35% {
    clip: rect(46px, 9999px, 98px, 0)
  }
  40% {
    clip: rect(73px, 9999px, 31px, 0)
  }
  45% {
    clip: rect(77px, 9999px, 54px, 0)
  }
  50% {
    clip: rect(31px, 9999px, 94px, 0)
  }
  55% {
    clip: rect(67px, 9999px, 31px, 0)
  }
  60% {
    clip: rect(54px, 9999px, 63px, 0)
  }
  65% {
    clip: rect(23px, 9999px, 28px, 0)
  }
  70% {
    clip: rect(60px, 9999px, 91px, 0)
  }
  75% {
    clip: rect(93px, 9999px, 77px, 0)
  }
  80% {
    clip: rect(9px, 9999px, 54px, 0)
  }
  85% {
    clip: rect(86px, 9999px, 36px, 0)
  }
  90% {
    clip: rect(7px, 9999px, 61px, 0)
  }
  95% {
    clip: rect(52px, 9999px, 29px, 0)
  }
  100% {
    clip: rect(83px, 9999px, 67px, 0)
  }
}

@-webkit-keyframes noise-anim-img {
  0% {
    clip: rect(513px, 9999px, 243px, 0)
  }
  5% {
    clip: rect(471px, 9999px, 217px, 0)
  }
  10% {
    clip: rect(322px, 9999px, 260px, 0)
  }
  15% {
    clip: rect(595px, 9999px, 292px, 0)
  }
  20% {
    clip: rect(119px, 9999px, 134px, 0)
  }
  25% {
    clip: rect(495px, 9999px, 464px, 0)
  }
  30% {
    clip: rect(624px, 9999px, 202px, 0)
  }
  35% {
    clip: rect(371px, 9999px, 197px, 0)
  }
  40% {
    clip: rect(650px, 9999px, 436px, 0)
  }
  45% {
    clip: rect(129px, 9999px, 700px, 0)
  }
  50% {
    clip: rect(496px, 9999px, 221px, 0)
  }
  55% {
    clip: rect(94px, 9999px, 119px, 0)
  }
  60% {
    clip: rect(412px, 9999px, 511px, 0)
  }
  65% {
    clip: rect(572px, 9999px, 270px, 0)
  }
  70% {
    clip: rect(27px, 9999px, 548px, 0)
  }
  75% {
    clip: rect(632px, 9999px, 449px, 0)
  }
  80% {
    clip: rect(547px, 9999px, 178px, 0)
  }
  85% {
    clip: rect(539px, 9999px, 638px, 0)
  }
  90% {
    clip: rect(45px, 9999px, 377px, 0)
  }
  95% {
    clip: rect(17px, 9999px, 557px, 0)
  }
  100% {
    clip: rect(244px, 9999px, 510px, 0)
  }
}

@keyframes noise-anim-img {
  0% {
    clip: rect(513px, 9999px, 243px, 0)
  }
  5% {
    clip: rect(471px, 9999px, 217px, 0)
  }
  10% {
    clip: rect(322px, 9999px, 260px, 0)
  }
  15% {
    clip: rect(595px, 9999px, 292px, 0)
  }
  20% {
    clip: rect(119px, 9999px, 134px, 0)
  }
  25% {
    clip: rect(495px, 9999px, 464px, 0)
  }
  30% {
    clip: rect(624px, 9999px, 202px, 0)
  }
  35% {
    clip: rect(371px, 9999px, 197px, 0)
  }
  40% {
    clip: rect(650px, 9999px, 436px, 0)
  }
  45% {
    clip: rect(129px, 9999px, 700px, 0)
  }
  50% {
    clip: rect(496px, 9999px, 221px, 0)
  }
  55% {
    clip: rect(94px, 9999px, 119px, 0)
  }
  60% {
    clip: rect(412px, 9999px, 511px, 0)
  }
  65% {
    clip: rect(572px, 9999px, 270px, 0)
  }
  70% {
    clip: rect(27px, 9999px, 548px, 0)
  }
  75% {
    clip: rect(632px, 9999px, 449px, 0)
  }
  80% {
    clip: rect(547px, 9999px, 178px, 0)
  }
  85% {
    clip: rect(539px, 9999px, 638px, 0)
  }
  90% {
    clip: rect(45px, 9999px, 377px, 0)
  }
  95% {
    clip: rect(17px, 9999px, 557px, 0)
  }
  100% {
    clip: rect(244px, 9999px, 510px, 0)
  }
}

@-webkit-keyframes noise-anim-img-2 {
  0% {
    clip: rect(91px, 9999px, 331px, 0)
  }
  5% {
    clip: rect(319px, 9999px, 283px, 0)
  }
  10% {
    clip: rect(286px, 9999px, 443px, 0)
  }
  15% {
    clip: rect(148px, 9999px, 346px, 0)
  }
  20% {
    clip: rect(622px, 9999px, 667px, 0)
  }
  25% {
    clip: rect(645px, 9999px, 146px, 0)
  }
  30% {
    clip: rect(316px, 9999px, 371px, 0)
  }
  35% {
    clip: rect(417px, 9999px, 417px, 0)
  }
  40% {
    clip: rect(280px, 9999px, 230px, 0)
  }
  45% {
    clip: rect(519px, 9999px, 372px, 0)
  }
  50% {
    clip: rect(594px, 9999px, 244px, 0)
  }
  55% {
    clip: rect(557px, 9999px, 652px, 0)
  }
  60% {
    clip: rect(399px, 9999px, 29px, 0)
  }
  65% {
    clip: rect(145px, 9999px, 306px, 0)
  }
  70% {
    clip: rect(698px, 9999px, 367px, 0)
  }
  75% {
    clip: rect(574px, 9999px, 578px, 0)
  }
  80% {
    clip: rect(644px, 9999px, 28px, 0)
  }
  85% {
    clip: rect(17px, 9999px, 37px, 0)
  }
  90% {
    clip: rect(389px, 9999px, 50px, 0)
  }
  95% {
    clip: rect(401px, 9999px, 622px, 0)
  }
  100% {
    clip: rect(214px, 9999px, 521px, 0)
  }
}

@keyframes noise-anim-img-2 {
  0% {
    clip: rect(91px, 9999px, 331px, 0)
  }
  5% {
    clip: rect(319px, 9999px, 283px, 0)
  }
  10% {
    clip: rect(286px, 9999px, 443px, 0)
  }
  15% {
    clip: rect(148px, 9999px, 346px, 0)
  }
  20% {
    clip: rect(622px, 9999px, 667px, 0)
  }
  25% {
    clip: rect(645px, 9999px, 146px, 0)
  }
  30% {
    clip: rect(316px, 9999px, 371px, 0)
  }
  35% {
    clip: rect(417px, 9999px, 417px, 0)
  }
  40% {
    clip: rect(280px, 9999px, 230px, 0)
  }
  45% {
    clip: rect(519px, 9999px, 372px, 0)
  }
  50% {
    clip: rect(594px, 9999px, 244px, 0)
  }
  55% {
    clip: rect(557px, 9999px, 652px, 0)
  }
  60% {
    clip: rect(399px, 9999px, 29px, 0)
  }
  65% {
    clip: rect(145px, 9999px, 306px, 0)
  }
  70% {
    clip: rect(698px, 9999px, 367px, 0)
  }
  75% {
    clip: rect(574px, 9999px, 578px, 0)
  }
  80% {
    clip: rect(644px, 9999px, 28px, 0)
  }
  85% {
    clip: rect(17px, 9999px, 37px, 0)
  }
  90% {
    clip: rect(389px, 9999px, 50px, 0)
  }
  95% {
    clip: rect(401px, 9999px, 622px, 0)
  }
  100% {
    clip: rect(214px, 9999px, 521px, 0)
  }
}

@-webkit-keyframes bg-impatience-animation {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
  }
  10% {
    -webkit-transform: translate(-5%, 0);
    transform: translate(-5%, 0)
  }
  20% {
    -webkit-transform: translate(-10%, 0);
    transform: translate(-10%, 0)
  }
  30% {
    -webkit-transform: translate(5%, 0);
    transform: translate(5%, 0)
  }
  40% {
    -webkit-transform: translate(-5%, 0);
    transform: translate(-5%, 0)
  }
  50% {
    -webkit-transform: translate(-10%, 0);
    transform: translate(-10%, 0)
  }
  60% {
    -webkit-transform: translate(15%, 0);
    transform: translate(15%, 0)
  }
  70% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
  }
  80% {
    -webkit-transform: translate(-15%, 0);
    transform: translate(-15%, 0)
  }
  90% {
    -webkit-transform: translate(10%, 0);
    transform: translate(10%, 0)
  }
  100% {
    -webkit-transform: translate(5%, 0);
    transform: translate(5%, 0)
  }
}

@keyframes bg-impatience-animation {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
  }
  10% {
    -webkit-transform: translate(-5%, 0);
    transform: translate(-5%, 0)
  }
  20% {
    -webkit-transform: translate(-10%, 0);
    transform: translate(-10%, 0)
  }
  30% {
    -webkit-transform: translate(5%, 0);
    transform: translate(5%, 0)
  }
  40% {
    -webkit-transform: translate(-5%, 0);
    transform: translate(-5%, 0)
  }
  50% {
    -webkit-transform: translate(-10%, 0);
    transform: translate(-10%, 0)
  }
  60% {
    -webkit-transform: translate(15%, 0);
    transform: translate(15%, 0)
  }
  70% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
  }
  80% {
    -webkit-transform: translate(-15%, 0);
    transform: translate(-15%, 0)
  }
  90% {
    -webkit-transform: translate(10%, 0);
    transform: translate(10%, 0)
  }
  100% {
    -webkit-transform: translate(5%, 0);
    transform: translate(5%, 0)
  }
}

@-webkit-keyframes signal-circle {
  0% {
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
  100% {
    -webkit-transform: scale(.5);
    transform: scale(.5);
    opacity: 0
  }
}

@keyframes signal-circle {
  0% {
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
  100% {
    -webkit-transform: scale(.5);
    transform: scale(.5);
    opacity: 0
  }
}

:root {
  --swiper-theme-color: #007aff
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.swiper-container-multirow-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform
}

.swiper-slide-invisible-blank {
  visibility: hidden
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory
}

:root {
  --swiper-navigation-size: 44px
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  content: 'prev'
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  content: 'next'
}

.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
  --swiper-navigation-color: #ffffff
}

.swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
  --swiper-navigation-color: #000000
}

.swiper-button-lock {
  display: none
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(.33);
  -ms-transform: scale(.33);
  transform: scale(.33);
  position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(.66);
  -ms-transform: scale(.66);
  transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(.33);
  -ms-transform: scale(.33);
  transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(.66);
  -ms-transform: scale(.66);
  transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(.33);
  -ms-transform: scale(.33);
  transform: scale(.33)
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: .2s transform, .2s top;
  transition: .2s transform, .2s top
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s transform, .2s left;
  transition: .2s transform, .2s left
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s transform, .2s right;
  transition: .2s transform, .2s right
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, .25);
  position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000
}

.swiper-pagination-lock {
  display: none
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, .5);
  border-radius: 10px;
  left: 0;
  top: 0
}

.swiper-scrollbar-cursor-drag {
  cursor: move
}

.swiper-scrollbar-lock {
  display: none
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain
}

.swiper-slide-zoomed {
  cursor: move
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-container-cube {
  overflow: visible
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0
}

.swiper-container-flip {
  overflow: visible
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.gt20pro-kv .umx-figure-box {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100vw;
  height: 59.47917vw;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-image: cover;
  mask-image: cover;
  -webkit-mask-image: url(../images/gt20pro-kv-mask.svg);
  mask-image: url(../images/gt20pro-kv-mask.svg)
}

@media (max-width: 1000px) {
  .gt20pro-kv .umx-figure-box {
    width: 100vw;
    height: 163.05556vw;
    -webkit-mask-image: none;
    mask-image: none
  }
}

.gt20pro-kv .umx-figure-box .umx-video-box {
  position: absolute;
  width: 100%;
  height: 100%
}

.gt20pro-kv .umx-figure-box .umx-video-box .umx-kv-video {
  position: absolute;
  width: 100%;
  height: 100%
}

.gt20pro-kv .umx-figure-box .umx-video-box .umx-kv-video video {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.gt20pro-kv .umx-figure-box .umx-video-box .umx-kv-video-img {
  position: absolute;
  width: 100%;
  height: 100%;
  display: none
}

.gt20pro-kv .umx-figure-box .umx-figure figure.umx-f1 {
  background-image: url(../images/gt20pro-kv-img1-lg.png);
  background-size: 1920px 1142px;
  background-position: center;
  background-repeat: no-repeat;
  width: 1920px;
  height: 1142px;
  width: 100vw;
  height: 59.47917vw;
  background-size: 100vw 59.47917vw
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-kv .umx-figure-box .umx-figure figure.umx-f1 {
    background-image: url(../images/gt20pro-kv-img1-lg-x2.png)
  }
}

.webp .gt20pro-kv .umx-figure-box .umx-figure figure.umx-f1 {
  background-image: url(../images/gt20pro-kv-img1-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-kv .umx-figure-box .umx-figure figure.umx-f1 {
    background-image: url(../images/gt20pro-kv-img1-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-kv .umx-figure-box .umx-figure figure.umx-f1 {
    background-image: url(../images/gt20pro-kv-img1-mb.png);
    background-size: 360px 587px;
    background-position: center;
    background-repeat: no-repeat;
    width: 360px;
    height: 587px
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .gt20pro-kv .umx-figure-box .umx-figure figure.umx-f1 {
    background-image: url(../images/gt20pro-kv-img1-mb-x2.png)
  }
}

@media (max-width: 1000px) {
  .webp .gt20pro-kv .umx-figure-box .umx-figure figure.umx-f1 {
    background-image: url(../images/gt20pro-kv-img1-mb.png.webp)
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .webp .gt20pro-kv .umx-figure-box .umx-figure figure.umx-f1 {
    background-image: url(../images/gt20pro-kv-img1-mb-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-kv .umx-figure-box .umx-figure figure.umx-f1 {
    background-size: 100vw 163.05556vw;
    width: 100vw;
    height: 163.05556vw
  }
}

.gt20pro-ksp .umx-figure-box {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1280px;
  height: 2005px;
  margin-top: 270px;
  margin-bottom: 86px
}

@media (max-width: 1440px) {
  .gt20pro-ksp .umx-figure-box {
    -webkit-transform: translateX(-50%) scale(.75);
    -ms-transform: translateX(-50%) scale(.75);
    transform: translateX(-50%) scale(.75);
    -webkit-transform-origin: center top;
    -ms-transform-origin: center top;
    transform-origin: center top;
    margin-top: 150px;
    margin-bottom: -400px
  }
}

@media (max-width: 1000px) {
  .gt20pro-ksp .umx-figure-box {
    -webkit-transform: translateX(-50%) scale(1);
    -ms-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
    width: 86.66667vw;
    height: 271.11111vw;
    margin-top: 70px;
    margin-bottom: 60px
  }
}

.gt20pro-ksp .umx-figure-box .umx-figure {
  position: absolute;
  cursor: pointer
}

.gt20pro-ksp .umx-figure-box .umx-figure .umx-txt {
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 68px
}

@media (max-width: 1000px) {
  .gt20pro-ksp .umx-figure-box .umx-figure .umx-txt {
    padding-left: 0
  }
}

.gt20pro-ksp .umx-figure-box .umx-figure .umx-txt .umx-p1 {
  font-family: AktivGroteskEx_Bd;
  color: #2ce6e6;
  line-height: 1.2;
  font-size: 18px
}

@media (max-width: 1000px) {
  .gt20pro-ksp .umx-figure-box .umx-figure .umx-txt .umx-p1 {
    font-size: 8px
  }
}

.gt20pro-ksp .umx-figure-box .umx-figure .umx-txt .umx-p2 {
  color: #fff;
  line-height: 1.2;
  font-size: 14px;
  margin-top: 15px
}

@media (max-width: 1000px) {
  .gt20pro-ksp .umx-figure-box .umx-figure .umx-txt .umx-p2 {
    font-size: 6px;
    margin-top: 4px
  }
}

.gt20pro-ksp .umx-figure-box .umx-figure .umx-f-box {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-image: cover;
  mask-image: cover
}

.gt20pro-ksp .umx-figure-box .umx-figure .umx-f-box.umx-f1-box {
  -webkit-mask-image: url(../images/gt20pro-ksp-mask1.svg);
  mask-image: url(../images/gt20pro-ksp-mask1.svg)
}

@media (max-width: 1000px) {
  .gt20pro-ksp .umx-figure-box .umx-figure .umx-f-box.umx-f1-box {
    -webkit-mask-image: none;
    mask-image: none
  }
}

.gt20pro-ksp .umx-figure-box .umx-figure .umx-f-box.umx-f2-box {
  -webkit-mask-image: url(../images/gt20pro-ksp-mask2.svg);
  mask-image: url(../images/gt20pro-ksp-mask2.svg)
}

@media (max-width: 1000px) {
  .gt20pro-ksp .umx-figure-box .umx-figure .umx-f-box.umx-f2-box {
    -webkit-mask-image: none;
    mask-image: none
  }
}

.gt20pro-ksp .umx-figure-box .umx-figure .umx-f-box.umx-f3-box {
  -webkit-mask-image: url(../images/gt20pro-ksp-mask3.svg);
  mask-image: url(../images/gt20pro-ksp-mask3.svg)
}

@media (max-width: 1000px) {
  .gt20pro-ksp .umx-figure-box .umx-figure .umx-f-box.umx-f3-box {
    -webkit-mask-image: none;
    mask-image: none
  }
}

.gt20pro-ksp .umx-figure-box .umx-figure .umx-f-box.umx-f4-box {
  -webkit-mask-image: url(../images/gt20pro-ksp-mask4.svg);
  mask-image: url(../images/gt20pro-ksp-mask4.svg)
}

@media (max-width: 1000px) {
  .gt20pro-ksp .umx-figure-box .umx-figure .umx-f-box.umx-f4-box {
    -webkit-mask-image: none;
    mask-image: none
  }
}

.gt20pro-ksp .umx-figure-box .umx-figure .umx-f-box.umx-f5-box {
  -webkit-mask-image: url(../images/gt20pro-ksp-mask5.svg);
  mask-image: url(../images/gt20pro-ksp-mask5.svg)
}

@media (max-width: 1000px) {
  .gt20pro-ksp .umx-figure-box .umx-figure .umx-f-box.umx-f5-box {
    -webkit-mask-image: none;
    mask-image: none
  }
}

.gt20pro-ksp .umx-figure-box .umx-figure .umx-f-box.umx-f6-box {
  -webkit-mask-image: url(../images/gt20pro-ksp-mask6.svg);
  mask-image: url(../images/gt20pro-ksp-mask6.svg)
}

@media (max-width: 1000px) {
  .gt20pro-ksp .umx-figure-box .umx-figure .umx-f-box.umx-f6-box {
    -webkit-mask-image: none;
    mask-image: none
  }
}

.gt20pro-ksp .umx-figure-box .umx-figure .umx-f-box.umx-f7-box {
  -webkit-mask-image: url(../images/gt20pro-ksp-mask7.svg);
  mask-image: url(../images/gt20pro-ksp-mask7.svg)
}

@media (max-width: 1000px) {
  .gt20pro-ksp .umx-figure-box .umx-figure .umx-f-box.umx-f7-box {
    -webkit-mask-image: none;
    mask-image: none
  }
}

.gt20pro-ksp .umx-figure-box .umx-figure .umx-f-box.umx-f8-box {
  -webkit-mask-image: url(../images/gt20pro-ksp-mask8.svg);
  mask-image: url(../images/gt20pro-ksp-mask8.svg)
}

@media (max-width: 1000px) {
  .gt20pro-ksp .umx-figure-box .umx-figure .umx-f-box.umx-f8-box {
    -webkit-mask-image: none;
    mask-image: none
  }
}

.gt20pro-ksp .umx-figure-box .umx-figure .umx-f-box.umx-f9-box {
  -webkit-mask-image: url(../images/gt20pro-ksp-mask9.svg);
  mask-image: url(../images/gt20pro-ksp-mask9.svg)
}

@media (max-width: 1000px) {
  .gt20pro-ksp .umx-figure-box .umx-figure .umx-f-box.umx-f9-box {
    -webkit-mask-image: none;
    mask-image: none
  }
}

.gt20pro-ksp .umx-figure-box .umx-figure .umx-f-box.umx-f10-box {
  -webkit-mask-image: url(../images/gt20pro-ksp-mask10.svg);
  mask-image: url(../images/gt20pro-ksp-mask10.svg)
}

@media (max-width: 1000px) {
  .gt20pro-ksp .umx-figure-box .umx-figure .umx-f-box.umx-f10-box {
    -webkit-mask-image: none;
    mask-image: none
  }
}

.gt20pro-ksp .umx-figure-box .umx-figure .umx-f-box.umx-f11-box {
  -webkit-mask-image: url(../images/gt20pro-ksp-mask11.svg);
  mask-image: url(../images/gt20pro-ksp-mask11.svg)
}

@media (max-width: 1000px) {
  .gt20pro-ksp .umx-figure-box .umx-figure .umx-f-box.umx-f11-box {
    -webkit-mask-image: none;
    mask-image: none
  }
}

.gt20pro-ksp .umx-figure-box .umx-figure.umx-figure1 {
  width: 1280px;
  height: 545px
}

@media (max-width: 1000px) {
  .gt20pro-ksp .umx-figure-box .umx-figure.umx-figure1 {
    width: 86.66667vw;
    height: 59.72222vw
  }
}

.gt20pro-ksp .umx-figure-box .umx-figure.umx-figure1 .umx-txt {
  z-index: 1;
  top: 70px;
  right: 110px
}

@media (max-width: 1000px) {
  .gt20pro-ksp .umx-figure-box .umx-figure.umx-figure1 .umx-txt {
    display: none
  }
}

.gt20pro-ksp .umx-figure-box .umx-figure.umx-figure1 .umx-txt .umx-p1 {
  color: #2ce6e6;
  line-height: 1.1;
  font-size: 72px
}

.gt20pro-ksp .umx-figure-box .umx-figure.umx-figure1 .umx-f-box {
  z-index: 1;
  pointer-events: none
}

.gt20pro-ksp .umx-figure-box .umx-figure.umx-figure2 {
  top: 569px;
  width: 740px;
  height: 351px
}

@media (max-width: 1000px) {
  .gt20pro-ksp .umx-figure-box .umx-figure.umx-figure2 {
    width: 47.22222vw;
    height: 30.55556vw;
    top: 61.94444vw
  }
}

.gt20pro-ksp .umx-figure-box .umx-figure.umx-figure2 .umx-txt {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 66px
}

@media (max-width: 1000px) {
  .gt20pro-ksp .umx-figure-box .umx-figure.umx-figure2 .umx-txt {
    right: 5.55556vw
  }
}

.gt20pro-ksp .umx-figure-box .umx-figure.umx-figure3 {
  top: 569px;
  right: 0;
  width: 555px;
  height: 353px
}

@media (max-width: 1000px) {
  .gt20pro-ksp .umx-figure-box .umx-figure.umx-figure3 {
    width: 41.11111vw;
    height: 30.55556vw;
    top: 61.94444vw
  }
}

.gt20pro-ksp .umx-figure-box .umx-figure.umx-figure3 .umx-txt {
  width: 100%;
  text-align: center;
  padding-left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

@media (max-width: 1000px) {
  .gt20pro-ksp .umx-figure-box .umx-figure.umx-figure3 .umx-txt {
    text-align: left;
    left: 6.11111vw
  }
}

.gt20pro-ksp .umx-figure-box .umx-figure.umx-figure3 .umx-txt .umx-p1 {
  font-family: InfinixDisplay;
  font-size: 20px
}

@media (max-width: 1000px) {
  .gt20pro-ksp .umx-figure-box .umx-figure.umx-figure3 .umx-txt .umx-p1 {
    font-size: 8px
  }
}

.gt20pro-ksp .umx-figure-box .umx-figure.umx-figure3 .umx-txt .umx-p2 {
  font-family: AktivGroteskEx_Bd;
  font-size: 12px;
  margin-top: 9px
}

@media (max-width: 1000px) {
  .gt20pro-ksp .umx-figure-box .umx-figure.umx-figure3 .umx-txt .umx-p2 {
    font-size: 6px;
    margin-top: 4px
  }
}

.gt20pro-ksp .umx-figure-box .umx-figure.umx-figure3 .umx-txt .umx-p-tips {
  font-family: AktivGroteskEx_Rg;
  color: #86868b;
  font-size: 7px;
  text-align: left;
  padding-left: 58px;
  bottom: -124px;
  position: absolute
}

@media (max-width: 1000px) {
  .gt20pro-ksp .umx-figure-box .umx-figure.umx-figure3 .umx-txt .umx-p-tips {
    bottom: -10vw;
    padding-left: 0;
    font-size: 4px;
    width: 33.33333vw
  }
}

.gt20pro-ksp .umx-figure-box .umx-figure.umx-figure4 {
  top: 944px;
  width: 684px;
  height: 339px
}

@media (max-width: 1000px) {
  .gt20pro-ksp .umx-figure-box .umx-figure.umx-figure4 {
    width: 43.19444vw;
    height: 40.55556vw;
    top: 94.72222vw
  }
}

.gt20pro-ksp .umx-figure-box .umx-figure.umx-figure4 .umx-txt {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

@media (max-width: 1000px) {
  .gt20pro-ksp .umx-figure-box .umx-figure.umx-figure4 .umx-txt {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    top: 4.16667vw;
    left: 6.11111vw
  }
}

.gt20pro-ksp .umx-figure-box .umx-figure.umx-figure5 {
  top: 944px;
  right: 0;
  width: 654px;
  height: 339px
}

@media (max-width: 1000px) {
  .gt20pro-ksp .umx-figure-box .umx-figure.umx-figure5 {
    width: 41.38889vw;
    height: 40.55556vw;
    top: 94.72222vw
  }
}

.gt20pro-ksp .umx-figure-box .umx-figure.umx-figure5 .umx-txt {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 80px
}

@media (max-width: 1000px) {
  .gt20pro-ksp .umx-figure-box .umx-figure.umx-figure5 .umx-txt {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    right: auto;
    top: 4.16667vw;
    left: 6.11111vw
  }
}

.gt20pro-ksp .umx-figure-box .umx-figure.umx-figure6 {
  top: 1307px;
  width: 605px;
  height: 347px
}

@media (max-width: 1000px) {
  .gt20pro-ksp .umx-figure-box .umx-figure.umx-figure6 {
    width: 86.66667vw;
    height: 44.72222vw;
    top: 137.5vw
  }
}

.gt20pro-ksp .umx-figure-box .umx-figure.umx-figure6 .umx-f6-box {
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s
}

.gt20pro-ksp .umx-figure-box .umx-figure.umx-figure6 .umx-txt {
  top: 38px;
  padding-left: 0;
  width: 100%;
  left: 53px
}

@media (max-width: 1000px) {
  .gt20pro-ksp .umx-figure-box .umx-figure.umx-figure6 .umx-txt {
    top: 7.22222vw;
    left: 58.33333vw
  }
}

.gt20pro-ksp .umx-figure-box .umx-figure.umx-figure6 .umx-txt .umx-p2 {
  font-family: AktivGroteskEx_Bd;
  font-size: 38px;
  color: rgba(255, 255, 255, .45);
  margin-top: 0
}

@media (max-width: 1440px) {
  .gt20pro-ksp .umx-figure-box .umx-figure.umx-figure6 .umx-txt .umx-p2 {
    font-size: 28px
  }
}

@media (max-width: 1000px) {
  .gt20pro-ksp .umx-figure-box .umx-figure.umx-figure6 .umx-txt .umx-p2 {
    font-size: 6px;
    margin-top: 4px
  }
}

.gt20pro-ksp .umx-figure-box .umx-figure.umx-figure6 .umx-video-con {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  overflow: hidden;
  width: 294.4px;
  height: 136px;
  margin-left: -15px;
  margin-top: 23px;
  border-radius: 10px
}

@media (max-width: 1000px) {
  .gt20pro-ksp .umx-figure-box .umx-figure.umx-figure6 .umx-video-con {
    width: 40.88889vw;
    height: 17.77778vw;
    margin-top: -4.30556vw;
    border-radius: 5px;
    margin-left: -15.83333vw
  }
}

.gt20pro-ksp .umx-figure-box .umx-figure.umx-figure6 .umx-video-con .umx-video-box {
  position: absolute;
  top: 0;
  width: 100%;
  height: 165.6px
}

@media (max-width: 1000px) {
  .gt20pro-ksp .umx-figure-box .umx-figure.umx-figure6 .umx-video-con .umx-video-box {
    height: 23vw
  }
}

.gt20pro-ksp .umx-figure-box .umx-figure.umx-figure6 .umx-video-con .umx-video-box .umx-ksp-video {
  position: absolute;
  width: 100%;
  height: 100%
}

.gt20pro-ksp .umx-figure-box .umx-figure.umx-figure6 .umx-video-con .umx-video-box .umx-ksp-video video {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.gt20pro-ksp .umx-figure-box .umx-figure.umx-figure6 .umx-video-con .umx-video-box .umx-ksp-video-img {
  position: absolute;
  width: 100%;
  height: 100%;
  display: none
}

.gt20pro-ksp .umx-figure-box .umx-figure.umx-figure7 {
  top: 1307px;
  left: 530px;
  width: 398px;
  height: 348px
}

@media (max-width: 1000px) {
  .gt20pro-ksp .umx-figure-box .umx-figure.umx-figure7 {
    width: 33.61111vw;
    height: 61.38889vw;
    top: 176.38889vw;
    left: 0
  }
}

.gt20pro-ksp .umx-figure-box .umx-figure.umx-figure7 .umx-txt {
  padding-left: 90px;
  margin-top: -70px
}

@media (max-width: 1000px) {
  .gt20pro-ksp .umx-figure-box .umx-figure.umx-figure7 .umx-txt {
    padding-left: 0;
    margin-top: 0;
    bottom: 6.66667vw;
    left: 7.22222vw
  }
}

.gt20pro-ksp .umx-figure-box .umx-figure.umx-figure8 {
  top: 1307px;
  right: 0;
  width: 360px;
  height: 348px
}

@media (max-width: 1000px) {
  .gt20pro-ksp .umx-figure-box .umx-figure.umx-figure8 {
    width: 51.11111vw;
    height: 40.27778vw;
    top: 162.13889vw
  }
}

.gt20pro-ksp .umx-figure-box .umx-figure.umx-figure8 .umx-txt {
  top: 72px;
  padding-left: 56px
}

@media (max-width: 1000px) {
  .gt20pro-ksp .umx-figure-box .umx-figure.umx-figure8 .umx-txt {
    padding-left: 0;
    top: 16.66667vw;
    left: 5.55556vw
  }
}

.gt20pro-ksp .umx-figure-box .umx-figure.umx-figure9 {
  bottom: 0;
  width: 475px;
  height: 327px
}

@media (max-width: 1000px) {
  .gt20pro-ksp .umx-figure-box .umx-figure.umx-figure9 {
    width: 51.11111vw;
    height: 36.66667vw;
    bottom: auto;
    right: 0;
    top: 200.95778vw
  }
}

.gt20pro-ksp .umx-figure-box .umx-figure.umx-figure9 .umx-txt {
  bottom: 42px;
  padding-left: 53px
}

@media (max-width: 1000px) {
  .gt20pro-ksp .umx-figure-box .umx-figure.umx-figure9 .umx-txt {
    padding-left: 0;
    bottom: 4.44444vw;
    left: 4.44444vw
  }
}

.gt20pro-ksp .umx-figure-box .umx-figure.umx-figure9 .umx-pic-box {
  position: relative
}

.gt20pro-ksp .umx-figure-box .umx-figure.umx-figure9 .umx-figure {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  width: 43.2px;
  height: 22.8px;
  top: 90px;
  margin-left: -80px
}

@media (max-width: 1000px) {
  .gt20pro-ksp .umx-figure-box .umx-figure.umx-figure9 .umx-figure {
    -webkit-transform: translateY(-50%) scale(.3);
    -ms-transform: translateY(-50%) scale(.3);
    transform: translateY(-50%) scale(.3);
    margin-left: -27px;
    top: 23px
  }
}

.gt20pro-ksp .umx-figure-box .umx-figure.umx-figure9 .umx-figure .umx-ripple {
  position: absolute;
  border-radius: 50%;
  width: 100%;
  height: 100%
}

.gt20pro-ksp .umx-figure-box .umx-figure.umx-figure9 .umx-figure.umx-figure1 {
  margin-left: -170px;
  top: 140px
}

@media (max-width: 1000px) {
  .gt20pro-ksp .umx-figure-box .umx-figure.umx-figure9 .umx-figure.umx-figure1 {
    margin-left: -86px;
    top: 57px
  }
}

.gt20pro-ksp .umx-figure-box .umx-figure.umx-figure9 .umx-figure.umx-figure1 .umx-ripple {
  -webkit-animation: antRipple linear infinite 3s 0s;
  animation: antRipple linear infinite 3s 0s
}

.gt20pro-ksp .umx-figure-box .umx-figure.umx-figure9 .umx-figure.umx-figure1 .umx-ripple.umx-ripple2 {
  -webkit-animation: antRipple linear infinite 3s 1s;
  animation: antRipple linear infinite 3s 1s
}

.gt20pro-ksp .umx-figure-box .umx-figure.umx-figure9 .umx-figure.umx-figure1 .umx-ripple.umx-ripple3 {
  -webkit-animation: antRipple linear infinite 3s 2s;
  animation: antRipple linear infinite 3s 2s
}

.gt20pro-ksp .umx-figure-box .umx-figure.umx-figure9 .umx-figure.umx-figure3 {
  margin-left: 90px;
  top: 140px
}

@media (max-width: 1000px) {
  .gt20pro-ksp .umx-figure-box .umx-figure.umx-figure9 .umx-figure.umx-figure3 {
    margin-left: 47px;
    top: 57px
  }
}

.gt20pro-ksp .umx-figure-box .umx-figure.umx-figure9 .umx-figure.umx-figure3 .umx-ripple {
  -webkit-animation: antRipple linear infinite 3s 0s;
  animation: antRipple linear infinite 3s 0s
}

.gt20pro-ksp .umx-figure-box .umx-figure.umx-figure9 .umx-figure.umx-figure3 .umx-ripple.umx-ripple2 {
  -webkit-animation: antRipple linear infinite 3s 1s;
  animation: antRipple linear infinite 3s 1s
}

.gt20pro-ksp .umx-figure-box .umx-figure.umx-figure9 .umx-figure.umx-figure3 .umx-ripple.umx-ripple3 {
  -webkit-animation: antRipple linear infinite 3s 2s;
  animation: antRipple linear infinite 3s 2s
}

.gt20pro-ksp .umx-figure-box .umx-figure.umx-figure9 .umx-figure.umx-figure2 {
  -webkit-transform: translate(-50%) scale(.6);
  -ms-transform: translate(-50%) scale(.6);
  transform: translate(-50%) scale(.6)
}

@media (max-width: 1000px) {
  .gt20pro-ksp .umx-figure-box .umx-figure.umx-figure9 .umx-figure.umx-figure2 {
    -webkit-transform: translate(-50%) scale(.15);
    -ms-transform: translate(-50%) scale(.15);
    transform: translate(-50%) scale(.15)
  }
}

.gt20pro-ksp .umx-figure-box .umx-figure.umx-figure9 .umx-figure.umx-figure2 .umx-ripple.umx-current {
  -webkit-animation: antRipple-1 linear 1 4s 0s;
  animation: antRipple-1 linear 1 4s 0s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards
}

.gt20pro-ksp .umx-figure-box .umx-figure.umx-figure9 .umx-figure.umx-figure2 .umx-ripple.umx-current.umx-ripple2 {
  -webkit-animation: antRipple-2 linear 1 3s 1s;
  animation: antRipple-2 linear 1 3s 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards
}

.gt20pro-ksp .umx-figure-box .umx-figure.umx-figure9 .umx-figure.umx-figure2 .umx-ripple.umx-current.umx-ripple3 {
  -webkit-animation: antRipple-3 linear 1 2s 2s;
  animation: antRipple-3 linear 1 2s 2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards
}

.gt20pro-ksp .umx-figure-box .umx-figure.umx-figure9 .umx-figure.umx-figure2 .umx-ripple.umx-current.umx-ripple4 {
  -webkit-animation: antRipple-4 linear 1 1s 3s;
  animation: antRipple-4 linear 1 1s 3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards
}

.gt20pro-ksp .umx-figure-box .umx-figure.umx-figure9 .umx-figure.umx-figure2 .umx-jo {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  width: 56.4px;
  height: 44.4px;
  margin-top: -80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.gt20pro-ksp .umx-figure-box .umx-figure.umx-figure9 .umx-figure.umx-figure2 .umx-jo figure {
  position: relative
}

.gt20pro-ksp .umx-figure-box .umx-figure.umx-figure9 .umx-figure.umx-figure2 .umx-jo figure.umx-f-jo1 {
  background-image: url(../images/gt20pro-game-jo1-lg.png);
  background-size: 20px 13px;
  background-position: center;
  background-repeat: no-repeat;
  width: 20px;
  height: 13px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-ksp .umx-figure-box .umx-figure.umx-figure9 .umx-figure.umx-figure2 .umx-jo figure.umx-f-jo1 {
    background-image: url(../images/gt20pro-game-jo1-lg-x2.png)
  }
}

.webp .gt20pro-ksp .umx-figure-box .umx-figure.umx-figure9 .umx-figure.umx-figure2 .umx-jo figure.umx-f-jo1 {
  background-image: url(../images/gt20pro-game-jo1-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-ksp .umx-figure-box .umx-figure.umx-figure9 .umx-figure.umx-figure2 .umx-jo figure.umx-f-jo1 {
    background-image: url(../images/gt20pro-game-jo1-lg-x2.png.webp)
  }
}

.gt20pro-ksp .umx-figure-box .umx-figure.umx-figure9 .umx-figure.umx-figure2 .umx-jo figure.umx-f-jo2 {
  margin-top: 10px;
  background-image: url(../images/gt20pro-game-jo2-lg.png);
  background-size: 25px 16px;
  background-position: center;
  background-repeat: no-repeat;
  width: 25px;
  height: 16px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-ksp .umx-figure-box .umx-figure.umx-figure9 .umx-figure.umx-figure2 .umx-jo figure.umx-f-jo2 {
    background-image: url(../images/gt20pro-game-jo2-lg-x2.png)
  }
}

.webp .gt20pro-ksp .umx-figure-box .umx-figure.umx-figure9 .umx-figure.umx-figure2 .umx-jo figure.umx-f-jo2 {
  background-image: url(../images/gt20pro-game-jo2-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-ksp .umx-figure-box .umx-figure.umx-figure9 .umx-figure.umx-figure2 .umx-jo figure.umx-f-jo2 {
    background-image: url(../images/gt20pro-game-jo2-lg-x2.png.webp)
  }
}

.gt20pro-ksp .umx-figure-box .umx-figure.umx-figure9 .umx-figure.umx-figure2 .umx-jo figure.umx-f-jo3 {
  background-image: url(../images/gt20pro-game-jo3-lg.png);
  background-size: 23px 17px;
  background-position: center;
  background-repeat: no-repeat;
  width: 23px;
  height: 17px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-ksp .umx-figure-box .umx-figure.umx-figure9 .umx-figure.umx-figure2 .umx-jo figure.umx-f-jo3 {
    background-image: url(../images/gt20pro-game-jo3-lg-x2.png)
  }
}

.webp .gt20pro-ksp .umx-figure-box .umx-figure.umx-figure9 .umx-figure.umx-figure2 .umx-jo figure.umx-f-jo3 {
  background-image: url(../images/gt20pro-game-jo3-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-ksp .umx-figure-box .umx-figure.umx-figure9 .umx-figure.umx-figure2 .umx-jo figure.umx-f-jo3 {
    background-image: url(../images/gt20pro-game-jo3-lg-x2.png.webp)
  }
}

.gt20pro-ksp .umx-figure-box .umx-figure.umx-figure9 .umx-figure.umx-figure2 .umx-jo figure.umx-f-jo4 {
  margin-top: 10px;
  background-image: url(../images/gt20pro-game-jo4-lg.png);
  background-size: 24px 19px;
  background-position: center;
  background-repeat: no-repeat;
  width: 24px;
  height: 19px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-ksp .umx-figure-box .umx-figure.umx-figure9 .umx-figure.umx-figure2 .umx-jo figure.umx-f-jo4 {
    background-image: url(../images/gt20pro-game-jo4-lg-x2.png)
  }
}

.webp .gt20pro-ksp .umx-figure-box .umx-figure.umx-figure9 .umx-figure.umx-figure2 .umx-jo figure.umx-f-jo4 {
  background-image: url(../images/gt20pro-game-jo4-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-ksp .umx-figure-box .umx-figure.umx-figure9 .umx-figure.umx-figure2 .umx-jo figure.umx-f-jo4 {
    background-image: url(../images/gt20pro-game-jo4-lg-x2.png.webp)
  }
}

.gt20pro-ksp .umx-figure-box .umx-figure.umx-figure10 {
  bottom: 0;
  left: 407px;
  width: 490px;
  height: 327px
}

@media (max-width: 1000px) {
  .gt20pro-ksp .umx-figure-box .umx-figure.umx-figure10 {
    width: 48.88889vw;
    height: 30.83333vw;
    left: 0
  }
}

.gt20pro-ksp .umx-figure-box .umx-figure.umx-figure10 .umx-txt {
  top: 53px;
  padding-left: 92px
}

@media (max-width: 1000px) {
  .gt20pro-ksp .umx-figure-box .umx-figure.umx-figure10 .umx-txt {
    padding-left: 0;
    top: auto;
    bottom: 4.16667vw;
    left: 4.44444vw
  }
}

.gt20pro-ksp .umx-figure-box .umx-figure.umx-figure11 {
  bottom: 0;
  right: 0;
  width: 435px;
  height: 326px
}

@media (max-width: 1000px) {
  .gt20pro-ksp .umx-figure-box .umx-figure.umx-figure11 {
    width: 48.33333vw;
    height: 30.83333vw
  }
}

.gt20pro-ksp .umx-figure-box .umx-figure.umx-figure11 .umx-txt {
  bottom: 40px;
  padding-left: 80px
}

@media (max-width: 1000px) {
  .gt20pro-ksp .umx-figure-box .umx-figure.umx-figure11 .umx-txt {
    padding-left: 0;
    bottom: 4.16667vw;
    left: 15.27778vw
  }
}

.gt20pro-ksp .umx-figure-box .umx-figure figure {
  position: absolute;
  top: 0
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f1_1 {
  background-image: url(../images/gt20pro-ksp-img1_1-lg.png);
  background-size: 1280px 545px;
  background-position: center;
  background-repeat: no-repeat;
  width: 1280px;
  height: 545px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f1_1 {
    background-image: url(../images/gt20pro-ksp-img1_1-lg-x2.png)
  }
}

.webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f1_1 {
  background-image: url(../images/gt20pro-ksp-img1_1-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f1_1 {
    background-image: url(../images/gt20pro-ksp-img1_1-lg-x2.png.webp)
  }
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f1_1.umx-f1_2.umx-current {
  -webkit-animation: flashAnt .3s;
  animation: flashAnt .3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f1_1.umx-f1_2.umx-current::after, .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f1_1.umx-f1_2.umx-current::before {
  background-image: url(../images/gt20pro-ksp-img1_2-lg.png);
  background-size: 1280px 545px;
  background-position: center;
  background-repeat: no-repeat;
  width: 1280px;
  height: 545px;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  mix-blend-mode: screen
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f1_1.umx-f1_2.umx-current::after, .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f1_1.umx-f1_2.umx-current::before {
    background-image: url(../images/gt20pro-ksp-img1_2-lg-x2.png)
  }
}

.webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f1_1.umx-f1_2.umx-current::after, .webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f1_1.umx-f1_2.umx-current::before {
  background-image: url(../images/gt20pro-ksp-img1_2-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f1_1.umx-f1_2.umx-current::after, .webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f1_1.umx-f1_2.umx-current::before {
    background-image: url(../images/gt20pro-ksp-img1_2-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f1_1.umx-f1_2.umx-current::after, .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f1_1.umx-f1_2.umx-current::before {
    mix-blend-mode: normal
  }
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f1_1.umx-f1_2.umx-current::after {
  left: 4px;
  -webkit-animation: noise-anim-img 1s 1.5 linear alternate-reverse, disappearAnt .1s 1.5s forwards;
  animation: noise-anim-img 1s 1.5 linear alternate-reverse, disappearAnt .1s 1.5s forwards
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f1_1.umx-f1_2.umx-current::before {
  left: -4px;
  -webkit-animation: noise-anim-img-2 1s 1 linear alternate-reverse, disappearAnt .1s 1.5s forwards;
  animation: noise-anim-img-2 1s 1 linear alternate-reverse, disappearAnt .1s 1.5s forwards
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f2_1 {
  background-image: url(../images/gt20pro-ksp-img2_1-lg.png);
  background-size: 740px 351px;
  background-position: center;
  background-repeat: no-repeat;
  width: 740px;
  height: 351px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f2_1 {
    background-image: url(../images/gt20pro-ksp-img2_1-lg-x2.png)
  }
}

.webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f2_1 {
  background-image: url(../images/gt20pro-ksp-img2_1-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f2_1 {
    background-image: url(../images/gt20pro-ksp-img2_1-lg-x2.png.webp)
  }
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f2_1.umx-f2_2.umx-current {
  -webkit-animation: flashAnt .3s;
  animation: flashAnt .3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f2_1.umx-f2_2.umx-current::after, .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f2_1.umx-f2_2.umx-current::before {
  background-image: url(../images/gt20pro-ksp-img2_2-lg.png);
  background-size: 740px 351px;
  background-position: center;
  background-repeat: no-repeat;
  width: 740px;
  height: 351px;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  mix-blend-mode: screen
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f2_1.umx-f2_2.umx-current::after, .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f2_1.umx-f2_2.umx-current::before {
    background-image: url(../images/gt20pro-ksp-img2_2-lg-x2.png)
  }
}

.webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f2_1.umx-f2_2.umx-current::after, .webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f2_1.umx-f2_2.umx-current::before {
  background-image: url(../images/gt20pro-ksp-img2_2-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f2_1.umx-f2_2.umx-current::after, .webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f2_1.umx-f2_2.umx-current::before {
    background-image: url(../images/gt20pro-ksp-img2_2-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f2_1.umx-f2_2.umx-current::after, .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f2_1.umx-f2_2.umx-current::before {
    mix-blend-mode: normal
  }
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f2_1.umx-f2_2.umx-current::after {
  left: 4px;
  -webkit-animation: noise-anim-img .5s 1 linear alternate-reverse, disappearAnt .1s .5s forwards;
  animation: noise-anim-img .5s 1 linear alternate-reverse, disappearAnt .1s .5s forwards
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f2_1.umx-f2_2.umx-current::before {
  left: -4px;
  -webkit-animation: noise-anim-img-2 .5s 1 linear alternate-reverse, disappearAnt .1s .5s forwards;
  animation: noise-anim-img-2 .5s 1 linear alternate-reverse, disappearAnt .1s .5s forwards
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f3_1 {
  background-image: url(../images/gt20pro-ksp-img3_1-lg.png);
  background-size: 555px 353px;
  background-position: center;
  background-repeat: no-repeat;
  width: 555px;
  height: 353px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f3_1 {
    background-image: url(../images/gt20pro-ksp-img3_1-lg-x2.png)
  }
}

.webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f3_1 {
  background-image: url(../images/gt20pro-ksp-img3_1-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f3_1 {
    background-image: url(../images/gt20pro-ksp-img3_1-lg-x2.png.webp)
  }
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f3_1.umx-f3_2.umx-current {
  -webkit-animation: flashAnt .3s;
  animation: flashAnt .3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f3_1.umx-f3_2.umx-current::after, .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f3_1.umx-f3_2.umx-current::before {
  background-image: url(../images/gt20pro-ksp-img3_2-lg.png);
  background-size: 555px 353px;
  background-position: center;
  background-repeat: no-repeat;
  width: 555px;
  height: 353px;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  mix-blend-mode: screen
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f3_1.umx-f3_2.umx-current::after, .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f3_1.umx-f3_2.umx-current::before {
    background-image: url(../images/gt20pro-ksp-img3_2-lg-x2.png)
  }
}

.webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f3_1.umx-f3_2.umx-current::after, .webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f3_1.umx-f3_2.umx-current::before {
  background-image: url(../images/gt20pro-ksp-img3_2-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f3_1.umx-f3_2.umx-current::after, .webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f3_1.umx-f3_2.umx-current::before {
    background-image: url(../images/gt20pro-ksp-img3_2-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f3_1.umx-f3_2.umx-current::after, .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f3_1.umx-f3_2.umx-current::before {
    mix-blend-mode: normal
  }
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f3_1.umx-f3_2.umx-current::after {
  left: 4px;
  -webkit-animation: noise-anim-img .5s 1 linear alternate-reverse, disappearAnt .1s .5s forwards;
  animation: noise-anim-img .5s 1 linear alternate-reverse, disappearAnt .1s .5s forwards
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f3_1.umx-f3_2.umx-current::before {
  left: -4px;
  -webkit-animation: noise-anim-img-2 .5s 1 linear alternate-reverse, disappearAnt .1s .5s forwards;
  animation: noise-anim-img-2 .5s 1 linear alternate-reverse, disappearAnt .1s .5s forwards
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f4_1 {
  background-image: url(../images/gt20pro-ksp-img4_1-lg.png);
  background-size: 684px 339px;
  background-position: center;
  background-repeat: no-repeat;
  width: 684px;
  height: 339px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f4_1 {
    background-image: url(../images/gt20pro-ksp-img4_1-lg-x2.png)
  }
}

.webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f4_1 {
  background-image: url(../images/gt20pro-ksp-img4_1-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f4_1 {
    background-image: url(../images/gt20pro-ksp-img4_1-lg-x2.png.webp)
  }
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f4_1.umx-f4_2.umx-current {
  -webkit-animation: flashAnt .3s;
  animation: flashAnt .3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f4_1.umx-f4_2.umx-current::after, .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f4_1.umx-f4_2.umx-current::before {
  background-image: url(../images/gt20pro-ksp-img4_2-lg.png);
  background-size: 684px 339px;
  background-position: center;
  background-repeat: no-repeat;
  width: 684px;
  height: 339px;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  mix-blend-mode: screen
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f4_1.umx-f4_2.umx-current::after, .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f4_1.umx-f4_2.umx-current::before {
    background-image: url(../images/gt20pro-ksp-img4_2-lg-x2.png)
  }
}

.webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f4_1.umx-f4_2.umx-current::after, .webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f4_1.umx-f4_2.umx-current::before {
  background-image: url(../images/gt20pro-ksp-img4_2-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f4_1.umx-f4_2.umx-current::after, .webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f4_1.umx-f4_2.umx-current::before {
    background-image: url(../images/gt20pro-ksp-img4_2-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f4_1.umx-f4_2.umx-current::after, .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f4_1.umx-f4_2.umx-current::before {
    mix-blend-mode: normal
  }
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f4_1.umx-f4_2.umx-current::after {
  left: 4px;
  -webkit-animation: noise-anim-img .5s 1 linear alternate-reverse, disappearAnt .1s .5s forwards;
  animation: noise-anim-img .5s 1 linear alternate-reverse, disappearAnt .1s .5s forwards
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f4_1.umx-f4_2.umx-current::before {
  left: -4px;
  -webkit-animation: noise-anim-img-2 .5s 1 linear alternate-reverse, disappearAnt .1s .5s forwards;
  animation: noise-anim-img-2 .5s 1 linear alternate-reverse, disappearAnt .1s .5s forwards
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f5_1 {
  background-image: url(../images/gt20pro-ksp-img5_1-lg.png);
  background-size: 654px 339px;
  background-position: center;
  background-repeat: no-repeat;
  width: 654px;
  height: 339px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f5_1 {
    background-image: url(../images/gt20pro-ksp-img5_1-lg-x2.png)
  }
}

.webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f5_1 {
  background-image: url(../images/gt20pro-ksp-img5_1-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f5_1 {
    background-image: url(../images/gt20pro-ksp-img5_1-lg-x2.png.webp)
  }
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f5_1.umx-f5_2.umx-current {
  -webkit-animation: flashAnt .3s;
  animation: flashAnt .3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f5_1.umx-f5_2.umx-current::after, .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f5_1.umx-f5_2.umx-current::before {
  background-image: url(../images/gt20pro-ksp-img5_2-lg.png);
  background-size: 654px 339px;
  background-position: center;
  background-repeat: no-repeat;
  width: 654px;
  height: 339px;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  mix-blend-mode: screen
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f5_1.umx-f5_2.umx-current::after, .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f5_1.umx-f5_2.umx-current::before {
    background-image: url(../images/gt20pro-ksp-img5_2-lg-x2.png)
  }
}

.webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f5_1.umx-f5_2.umx-current::after, .webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f5_1.umx-f5_2.umx-current::before {
  background-image: url(../images/gt20pro-ksp-img5_2-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f5_1.umx-f5_2.umx-current::after, .webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f5_1.umx-f5_2.umx-current::before {
    background-image: url(../images/gt20pro-ksp-img5_2-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f5_1.umx-f5_2.umx-current::after, .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f5_1.umx-f5_2.umx-current::before {
    mix-blend-mode: normal
  }
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f5_1.umx-f5_2.umx-current::after {
  left: 4px;
  -webkit-animation: noise-anim-img .5s 1 linear alternate-reverse, disappearAnt .1s .5s forwards;
  animation: noise-anim-img .5s 1 linear alternate-reverse, disappearAnt .1s .5s forwards
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f5_1.umx-f5_2.umx-current::before {
  left: -4px;
  -webkit-animation: noise-anim-img-2 .5s 1 linear alternate-reverse, disappearAnt .1s .5s forwards;
  animation: noise-anim-img-2 .5s 1 linear alternate-reverse, disappearAnt .1s .5s forwards
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f6_1 {
  background-image: url(../images/gt20pro-ksp-img6_1-lg.png);
  background-size: 605px 347px;
  background-position: center;
  background-repeat: no-repeat;
  width: 605px;
  height: 347px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f6_1 {
    background-image: url(../images/gt20pro-ksp-img6_1-lg-x2.png)
  }
}

.webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f6_1 {
  background-image: url(../images/gt20pro-ksp-img6_1-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f6_1 {
    background-image: url(../images/gt20pro-ksp-img6_1-lg-x2.png.webp)
  }
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f6_1.umx-f6_2.umx-current {
  -webkit-animation: flashAnt .3s;
  animation: flashAnt .3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f6_1.umx-f6_2.umx-current::after, .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f6_1.umx-f6_2.umx-current::before {
  background-image: url(../images/gt20pro-ksp-img6_2-lg.png);
  background-size: 605px 347px;
  background-position: center;
  background-repeat: no-repeat;
  width: 605px;
  height: 347px;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  mix-blend-mode: screen
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f6_1.umx-f6_2.umx-current::after, .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f6_1.umx-f6_2.umx-current::before {
    background-image: url(../images/gt20pro-ksp-img6_2-lg-x2.png)
  }
}

.webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f6_1.umx-f6_2.umx-current::after, .webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f6_1.umx-f6_2.umx-current::before {
  background-image: url(../images/gt20pro-ksp-img6_2-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f6_1.umx-f6_2.umx-current::after, .webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f6_1.umx-f6_2.umx-current::before {
    background-image: url(../images/gt20pro-ksp-img6_2-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f6_1.umx-f6_2.umx-current::after, .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f6_1.umx-f6_2.umx-current::before {
    mix-blend-mode: normal
  }
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f6_1.umx-f6_2.umx-current::after {
  left: 4px;
  -webkit-animation: noise-anim-img .5s 1 linear alternate-reverse, disappearAnt .1s .5s forwards;
  animation: noise-anim-img .5s 1 linear alternate-reverse, disappearAnt .1s .5s forwards
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f6_1.umx-f6_2.umx-current::before {
  left: -4px;
  -webkit-animation: noise-anim-img-2 .5s 1 linear alternate-reverse, disappearAnt .1s .5s forwards;
  animation: noise-anim-img-2 .5s 1 linear alternate-reverse, disappearAnt .1s .5s forwards
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f7_1 {
  background-image: url(../images/gt20pro-ksp-img7_1-lg.png);
  background-size: 398px 348px;
  background-position: center;
  background-repeat: no-repeat;
  width: 398px;
  height: 348px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f7_1 {
    background-image: url(../images/gt20pro-ksp-img7_1-lg-x2.png)
  }
}

.webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f7_1 {
  background-image: url(../images/gt20pro-ksp-img7_1-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f7_1 {
    background-image: url(../images/gt20pro-ksp-img7_1-lg-x2.png.webp)
  }
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f7_1.umx-f7_2.umx-current {
  -webkit-animation: flashAnt .3s;
  animation: flashAnt .3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f7_1.umx-f7_2.umx-current::after, .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f7_1.umx-f7_2.umx-current::before {
  background-image: url(../images/gt20pro-ksp-img7_2-lg.png);
  background-size: 398px 348px;
  background-position: center;
  background-repeat: no-repeat;
  width: 398px;
  height: 348px;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  mix-blend-mode: screen
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f7_1.umx-f7_2.umx-current::after, .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f7_1.umx-f7_2.umx-current::before {
    background-image: url(../images/gt20pro-ksp-img7_2-lg-x2.png)
  }
}

.webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f7_1.umx-f7_2.umx-current::after, .webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f7_1.umx-f7_2.umx-current::before {
  background-image: url(../images/gt20pro-ksp-img7_2-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f7_1.umx-f7_2.umx-current::after, .webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f7_1.umx-f7_2.umx-current::before {
    background-image: url(../images/gt20pro-ksp-img7_2-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f7_1.umx-f7_2.umx-current::after, .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f7_1.umx-f7_2.umx-current::before {
    mix-blend-mode: normal
  }
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f7_1.umx-f7_2.umx-current::after {
  left: 4px;
  -webkit-animation: noise-anim-img .5s 1 linear alternate-reverse, disappearAnt .1s .5s forwards;
  animation: noise-anim-img .5s 1 linear alternate-reverse, disappearAnt .1s .5s forwards
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f7_1.umx-f7_2.umx-current::before {
  left: -4px;
  -webkit-animation: noise-anim-img-2 .5s 1 linear alternate-reverse, disappearAnt .1s .5s forwards;
  animation: noise-anim-img-2 .5s 1 linear alternate-reverse, disappearAnt .1s .5s forwards
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f8_1 {
  background-image: url(../images/gt20pro-ksp-img8_1-lg.png);
  background-size: 360px 348px;
  background-position: center;
  background-repeat: no-repeat;
  width: 360px;
  height: 348px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f8_1 {
    background-image: url(../images/gt20pro-ksp-img8_1-lg-x2.png)
  }
}

.webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f8_1 {
  background-image: url(../images/gt20pro-ksp-img8_1-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f8_1 {
    background-image: url(../images/gt20pro-ksp-img8_1-lg-x2.png.webp)
  }
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f8_1.umx-f8_2.umx-current {
  -webkit-animation: flashAnt .3s;
  animation: flashAnt .3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f8_1.umx-f8_2.umx-current::after, .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f8_1.umx-f8_2.umx-current::before {
  background-image: url(../images/gt20pro-ksp-img8_2-lg.png);
  background-size: 360px 348px;
  background-position: center;
  background-repeat: no-repeat;
  width: 360px;
  height: 348px;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  mix-blend-mode: screen
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f8_1.umx-f8_2.umx-current::after, .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f8_1.umx-f8_2.umx-current::before {
    background-image: url(../images/gt20pro-ksp-img8_2-lg-x2.png)
  }
}

.webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f8_1.umx-f8_2.umx-current::after, .webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f8_1.umx-f8_2.umx-current::before {
  background-image: url(../images/gt20pro-ksp-img8_2-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f8_1.umx-f8_2.umx-current::after, .webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f8_1.umx-f8_2.umx-current::before {
    background-image: url(../images/gt20pro-ksp-img8_2-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f8_1.umx-f8_2.umx-current::after, .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f8_1.umx-f8_2.umx-current::before {
    mix-blend-mode: normal
  }
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f8_1.umx-f8_2.umx-current::after {
  left: 4px;
  -webkit-animation: noise-anim-img .5s 1 linear alternate-reverse, disappearAnt .1s .5s forwards;
  animation: noise-anim-img .5s 1 linear alternate-reverse, disappearAnt .1s .5s forwards
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f8_1.umx-f8_2.umx-current::before {
  left: -4px;
  -webkit-animation: noise-anim-img-2 .5s 1 linear alternate-reverse, disappearAnt .1s .5s forwards;
  animation: noise-anim-img-2 .5s 1 linear alternate-reverse, disappearAnt .1s .5s forwards
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f9_1 {
  background-image: url(../images/gt20pro-ksp-img9_1-lg.png);
  background-size: 475px 327px;
  background-position: center;
  background-repeat: no-repeat;
  width: 475px;
  height: 327px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f9_1 {
    background-image: url(../images/gt20pro-ksp-img9_1-lg-x2.png)
  }
}

.webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f9_1 {
  background-image: url(../images/gt20pro-ksp-img9_1-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f9_1 {
    background-image: url(../images/gt20pro-ksp-img9_1-lg-x2.png.webp)
  }
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f9_1.umx-f9_2.umx-current {
  -webkit-animation: flashAnt .3s;
  animation: flashAnt .3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f9_1.umx-f9_2.umx-current::after, .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f9_1.umx-f9_2.umx-current::before {
  background-image: url(../images/gt20pro-ksp-img9_2-lg.png);
  background-size: 475px 327px;
  background-position: center;
  background-repeat: no-repeat;
  width: 475px;
  height: 327px;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  mix-blend-mode: screen
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f9_1.umx-f9_2.umx-current::after, .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f9_1.umx-f9_2.umx-current::before {
    background-image: url(../images/gt20pro-ksp-img9_2-lg-x2.png)
  }
}

.webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f9_1.umx-f9_2.umx-current::after, .webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f9_1.umx-f9_2.umx-current::before {
  background-image: url(../images/gt20pro-ksp-img9_2-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f9_1.umx-f9_2.umx-current::after, .webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f9_1.umx-f9_2.umx-current::before {
    background-image: url(../images/gt20pro-ksp-img9_2-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f9_1.umx-f9_2.umx-current::after, .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f9_1.umx-f9_2.umx-current::before {
    mix-blend-mode: normal
  }
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f9_1.umx-f9_2.umx-current::after {
  left: 4px;
  -webkit-animation: noise-anim-img .5s 1 linear alternate-reverse, disappearAnt .1s .5s forwards;
  animation: noise-anim-img .5s 1 linear alternate-reverse, disappearAnt .1s .5s forwards
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f9_1.umx-f9_2.umx-current::before {
  left: -4px;
  -webkit-animation: noise-anim-img-2 .5s 1 linear alternate-reverse, disappearAnt .1s .5s forwards;
  animation: noise-anim-img-2 .5s 1 linear alternate-reverse, disappearAnt .1s .5s forwards
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f10_1 {
  background-image: url(../images/gt20pro-ksp-img10_1-lg.png);
  background-size: 490px 327px;
  background-position: center;
  background-repeat: no-repeat;
  width: 490px;
  height: 327px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f10_1 {
    background-image: url(../images/gt20pro-ksp-img10_1-lg-x2.png)
  }
}

.webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f10_1 {
  background-image: url(../images/gt20pro-ksp-img10_1-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f10_1 {
    background-image: url(../images/gt20pro-ksp-img10_1-lg-x2.png.webp)
  }
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f10_1.umx-f10_2.umx-current {
  -webkit-animation: flashAnt .3s;
  animation: flashAnt .3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f10_1.umx-f10_2.umx-current::after, .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f10_1.umx-f10_2.umx-current::before {
  background-image: url(../images/gt20pro-ksp-img10_2-lg.png);
  background-size: 490px 327px;
  background-position: center;
  background-repeat: no-repeat;
  width: 490px;
  height: 327px;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  mix-blend-mode: screen
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f10_1.umx-f10_2.umx-current::after, .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f10_1.umx-f10_2.umx-current::before {
    background-image: url(../images/gt20pro-ksp-img10_2-lg-x2.png)
  }
}

.webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f10_1.umx-f10_2.umx-current::after, .webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f10_1.umx-f10_2.umx-current::before {
  background-image: url(../images/gt20pro-ksp-img10_2-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f10_1.umx-f10_2.umx-current::after, .webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f10_1.umx-f10_2.umx-current::before {
    background-image: url(../images/gt20pro-ksp-img10_2-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f10_1.umx-f10_2.umx-current::after, .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f10_1.umx-f10_2.umx-current::before {
    mix-blend-mode: normal
  }
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f10_1.umx-f10_2.umx-current::after {
  left: 4px;
  -webkit-animation: noise-anim-img .5s 1 linear alternate-reverse, disappearAnt .1s .5s forwards;
  animation: noise-anim-img .5s 1 linear alternate-reverse, disappearAnt .1s .5s forwards
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f10_1.umx-f10_2.umx-current::before {
  left: -4px;
  -webkit-animation: noise-anim-img-2 .5s 1 linear alternate-reverse, disappearAnt .1s .5s forwards;
  animation: noise-anim-img-2 .5s 1 linear alternate-reverse, disappearAnt .1s .5s forwards
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f11_1 {
  background-image: url(../images/gt20pro-ksp-img11_1-lg.png);
  background-size: 435px 326px;
  background-position: center;
  background-repeat: no-repeat;
  width: 435px;
  height: 326px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f11_1 {
    background-image: url(../images/gt20pro-ksp-img11_1-lg-x2.png)
  }
}

.webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f11_1 {
  background-image: url(../images/gt20pro-ksp-img11_1-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f11_1 {
    background-image: url(../images/gt20pro-ksp-img11_1-lg-x2.png.webp)
  }
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f11_1.umx-f11_2.umx-current {
  -webkit-animation: flashAnt .3s;
  animation: flashAnt .3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f11_1.umx-f11_2.umx-current::after, .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f11_1.umx-f11_2.umx-current::before {
  background-image: url(../images/gt20pro-ksp-img11_2-lg.png);
  background-size: 435px 326px;
  background-position: center;
  background-repeat: no-repeat;
  width: 435px;
  height: 326px;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  mix-blend-mode: screen
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f11_1.umx-f11_2.umx-current::after, .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f11_1.umx-f11_2.umx-current::before {
    background-image: url(../images/gt20pro-ksp-img11_2-lg-x2.png)
  }
}

.webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f11_1.umx-f11_2.umx-current::after, .webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f11_1.umx-f11_2.umx-current::before {
  background-image: url(../images/gt20pro-ksp-img11_2-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f11_1.umx-f11_2.umx-current::after, .webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f11_1.umx-f11_2.umx-current::before {
    background-image: url(../images/gt20pro-ksp-img11_2-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f11_1.umx-f11_2.umx-current::after, .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f11_1.umx-f11_2.umx-current::before {
    mix-blend-mode: normal
  }
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f11_1.umx-f11_2.umx-current::after {
  left: 4px;
  -webkit-animation: noise-anim-img .5s 1 linear alternate-reverse, disappearAnt .1s .5s forwards;
  animation: noise-anim-img .5s 1 linear alternate-reverse, disappearAnt .1s .5s forwards
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f11_1.umx-f11_2.umx-current::before {
  left: -4px;
  -webkit-animation: noise-anim-img-2 .5s 1 linear alternate-reverse, disappearAnt .1s .5s forwards;
  animation: noise-anim-img-2 .5s 1 linear alternate-reverse, disappearAnt .1s .5s forwards
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f1_2 {
  background-image: url(../images/gt20pro-ksp-img1_2-lg.png);
  background-size: 1280px 545px;
  background-position: center;
  background-repeat: no-repeat;
  width: 1280px;
  height: 545px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f1_2 {
    background-image: url(../images/gt20pro-ksp-img1_2-lg-x2.png)
  }
}

.webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f1_2 {
  background-image: url(../images/gt20pro-ksp-img1_2-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f1_2 {
    background-image: url(../images/gt20pro-ksp-img1_2-lg-x2.png.webp)
  }
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f1_2.umx-f1_2.umx-current {
  -webkit-animation: flashAnt .3s;
  animation: flashAnt .3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f1_2.umx-f1_2.umx-current::after, .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f1_2.umx-f1_2.umx-current::before {
  background-image: url(../images/gt20pro-ksp-img1_2-lg.png);
  background-size: 1280px 545px;
  background-position: center;
  background-repeat: no-repeat;
  width: 1280px;
  height: 545px;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  mix-blend-mode: screen
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f1_2.umx-f1_2.umx-current::after, .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f1_2.umx-f1_2.umx-current::before {
    background-image: url(../images/gt20pro-ksp-img1_2-lg-x2.png)
  }
}

.webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f1_2.umx-f1_2.umx-current::after, .webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f1_2.umx-f1_2.umx-current::before {
  background-image: url(../images/gt20pro-ksp-img1_2-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f1_2.umx-f1_2.umx-current::after, .webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f1_2.umx-f1_2.umx-current::before {
    background-image: url(../images/gt20pro-ksp-img1_2-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f1_2.umx-f1_2.umx-current::after, .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f1_2.umx-f1_2.umx-current::before {
    mix-blend-mode: normal
  }
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f1_2.umx-f1_2.umx-current::after {
  left: 4px;
  -webkit-animation: noise-anim-img 1s 1.5 linear alternate-reverse, disappearAnt .1s 1.5s forwards;
  animation: noise-anim-img 1s 1.5 linear alternate-reverse, disappearAnt .1s 1.5s forwards
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f1_2.umx-f1_2.umx-current::before {
  left: -4px;
  -webkit-animation: noise-anim-img-2 1s 1 linear alternate-reverse, disappearAnt .1s 1.5s forwards;
  animation: noise-anim-img-2 1s 1 linear alternate-reverse, disappearAnt .1s 1.5s forwards
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f2_2 {
  background-image: url(../images/gt20pro-ksp-img2_2-lg.png);
  background-size: 740px 351px;
  background-position: center;
  background-repeat: no-repeat;
  width: 740px;
  height: 351px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f2_2 {
    background-image: url(../images/gt20pro-ksp-img2_2-lg-x2.png)
  }
}

.webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f2_2 {
  background-image: url(../images/gt20pro-ksp-img2_2-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f2_2 {
    background-image: url(../images/gt20pro-ksp-img2_2-lg-x2.png.webp)
  }
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f2_2.umx-f2_2.umx-current {
  -webkit-animation: flashAnt .3s;
  animation: flashAnt .3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f2_2.umx-f2_2.umx-current::after, .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f2_2.umx-f2_2.umx-current::before {
  background-image: url(../images/gt20pro-ksp-img2_2-lg.png);
  background-size: 740px 351px;
  background-position: center;
  background-repeat: no-repeat;
  width: 740px;
  height: 351px;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  mix-blend-mode: screen
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f2_2.umx-f2_2.umx-current::after, .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f2_2.umx-f2_2.umx-current::before {
    background-image: url(../images/gt20pro-ksp-img2_2-lg-x2.png)
  }
}

.webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f2_2.umx-f2_2.umx-current::after, .webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f2_2.umx-f2_2.umx-current::before {
  background-image: url(../images/gt20pro-ksp-img2_2-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f2_2.umx-f2_2.umx-current::after, .webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f2_2.umx-f2_2.umx-current::before {
    background-image: url(../images/gt20pro-ksp-img2_2-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f2_2.umx-f2_2.umx-current::after, .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f2_2.umx-f2_2.umx-current::before {
    mix-blend-mode: normal
  }
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f2_2.umx-f2_2.umx-current::after {
  left: 4px;
  -webkit-animation: noise-anim-img .5s 1 linear alternate-reverse, disappearAnt .1s .5s forwards;
  animation: noise-anim-img .5s 1 linear alternate-reverse, disappearAnt .1s .5s forwards
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f2_2.umx-f2_2.umx-current::before {
  left: -4px;
  -webkit-animation: noise-anim-img-2 .5s 1 linear alternate-reverse, disappearAnt .1s .5s forwards;
  animation: noise-anim-img-2 .5s 1 linear alternate-reverse, disappearAnt .1s .5s forwards
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f3_2 {
  background-image: url(../images/gt20pro-ksp-img3_2-lg.png);
  background-size: 555px 353px;
  background-position: center;
  background-repeat: no-repeat;
  width: 555px;
  height: 353px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f3_2 {
    background-image: url(../images/gt20pro-ksp-img3_2-lg-x2.png)
  }
}

.webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f3_2 {
  background-image: url(../images/gt20pro-ksp-img3_2-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f3_2 {
    background-image: url(../images/gt20pro-ksp-img3_2-lg-x2.png.webp)
  }
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f3_2.umx-f3_2.umx-current {
  -webkit-animation: flashAnt .3s;
  animation: flashAnt .3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f3_2.umx-f3_2.umx-current::after, .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f3_2.umx-f3_2.umx-current::before {
  background-image: url(../images/gt20pro-ksp-img3_2-lg.png);
  background-size: 555px 353px;
  background-position: center;
  background-repeat: no-repeat;
  width: 555px;
  height: 353px;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  mix-blend-mode: screen
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f3_2.umx-f3_2.umx-current::after, .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f3_2.umx-f3_2.umx-current::before {
    background-image: url(../images/gt20pro-ksp-img3_2-lg-x2.png)
  }
}

.webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f3_2.umx-f3_2.umx-current::after, .webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f3_2.umx-f3_2.umx-current::before {
  background-image: url(../images/gt20pro-ksp-img3_2-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f3_2.umx-f3_2.umx-current::after, .webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f3_2.umx-f3_2.umx-current::before {
    background-image: url(../images/gt20pro-ksp-img3_2-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f3_2.umx-f3_2.umx-current::after, .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f3_2.umx-f3_2.umx-current::before {
    mix-blend-mode: normal
  }
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f3_2.umx-f3_2.umx-current::after {
  left: 4px;
  -webkit-animation: noise-anim-img .5s 1 linear alternate-reverse, disappearAnt .1s .5s forwards;
  animation: noise-anim-img .5s 1 linear alternate-reverse, disappearAnt .1s .5s forwards
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f3_2.umx-f3_2.umx-current::before {
  left: -4px;
  -webkit-animation: noise-anim-img-2 .5s 1 linear alternate-reverse, disappearAnt .1s .5s forwards;
  animation: noise-anim-img-2 .5s 1 linear alternate-reverse, disappearAnt .1s .5s forwards
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f4_2 {
  background-image: url(../images/gt20pro-ksp-img4_2-lg.png);
  background-size: 684px 339px;
  background-position: center;
  background-repeat: no-repeat;
  width: 684px;
  height: 339px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f4_2 {
    background-image: url(../images/gt20pro-ksp-img4_2-lg-x2.png)
  }
}

.webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f4_2 {
  background-image: url(../images/gt20pro-ksp-img4_2-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f4_2 {
    background-image: url(../images/gt20pro-ksp-img4_2-lg-x2.png.webp)
  }
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f4_2.umx-f4_2.umx-current {
  -webkit-animation: flashAnt .3s;
  animation: flashAnt .3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f4_2.umx-f4_2.umx-current::after, .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f4_2.umx-f4_2.umx-current::before {
  background-image: url(../images/gt20pro-ksp-img4_2-lg.png);
  background-size: 684px 339px;
  background-position: center;
  background-repeat: no-repeat;
  width: 684px;
  height: 339px;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  mix-blend-mode: screen
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f4_2.umx-f4_2.umx-current::after, .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f4_2.umx-f4_2.umx-current::before {
    background-image: url(../images/gt20pro-ksp-img4_2-lg-x2.png)
  }
}

.webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f4_2.umx-f4_2.umx-current::after, .webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f4_2.umx-f4_2.umx-current::before {
  background-image: url(../images/gt20pro-ksp-img4_2-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f4_2.umx-f4_2.umx-current::after, .webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f4_2.umx-f4_2.umx-current::before {
    background-image: url(../images/gt20pro-ksp-img4_2-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f4_2.umx-f4_2.umx-current::after, .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f4_2.umx-f4_2.umx-current::before {
    mix-blend-mode: normal
  }
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f4_2.umx-f4_2.umx-current::after {
  left: 4px;
  -webkit-animation: noise-anim-img .5s 1 linear alternate-reverse, disappearAnt .1s .5s forwards;
  animation: noise-anim-img .5s 1 linear alternate-reverse, disappearAnt .1s .5s forwards
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f4_2.umx-f4_2.umx-current::before {
  left: -4px;
  -webkit-animation: noise-anim-img-2 .5s 1 linear alternate-reverse, disappearAnt .1s .5s forwards;
  animation: noise-anim-img-2 .5s 1 linear alternate-reverse, disappearAnt .1s .5s forwards
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f5_2 {
  background-image: url(../images/gt20pro-ksp-img5_2-lg.png);
  background-size: 654px 339px;
  background-position: center;
  background-repeat: no-repeat;
  width: 654px;
  height: 339px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f5_2 {
    background-image: url(../images/gt20pro-ksp-img5_2-lg-x2.png)
  }
}

.webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f5_2 {
  background-image: url(../images/gt20pro-ksp-img5_2-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f5_2 {
    background-image: url(../images/gt20pro-ksp-img5_2-lg-x2.png.webp)
  }
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f5_2.umx-f5_2.umx-current {
  -webkit-animation: flashAnt .3s;
  animation: flashAnt .3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f5_2.umx-f5_2.umx-current::after, .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f5_2.umx-f5_2.umx-current::before {
  background-image: url(../images/gt20pro-ksp-img5_2-lg.png);
  background-size: 654px 339px;
  background-position: center;
  background-repeat: no-repeat;
  width: 654px;
  height: 339px;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  mix-blend-mode: screen
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f5_2.umx-f5_2.umx-current::after, .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f5_2.umx-f5_2.umx-current::before {
    background-image: url(../images/gt20pro-ksp-img5_2-lg-x2.png)
  }
}

.webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f5_2.umx-f5_2.umx-current::after, .webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f5_2.umx-f5_2.umx-current::before {
  background-image: url(../images/gt20pro-ksp-img5_2-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f5_2.umx-f5_2.umx-current::after, .webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f5_2.umx-f5_2.umx-current::before {
    background-image: url(../images/gt20pro-ksp-img5_2-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f5_2.umx-f5_2.umx-current::after, .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f5_2.umx-f5_2.umx-current::before {
    mix-blend-mode: normal
  }
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f5_2.umx-f5_2.umx-current::after {
  left: 4px;
  -webkit-animation: noise-anim-img .5s 1 linear alternate-reverse, disappearAnt .1s .5s forwards;
  animation: noise-anim-img .5s 1 linear alternate-reverse, disappearAnt .1s .5s forwards
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f5_2.umx-f5_2.umx-current::before {
  left: -4px;
  -webkit-animation: noise-anim-img-2 .5s 1 linear alternate-reverse, disappearAnt .1s .5s forwards;
  animation: noise-anim-img-2 .5s 1 linear alternate-reverse, disappearAnt .1s .5s forwards
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f6_2 {
  background-image: url(../images/gt20pro-ksp-img6_2-lg.png);
  background-size: 605px 347px;
  background-position: center;
  background-repeat: no-repeat;
  width: 605px;
  height: 347px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f6_2 {
    background-image: url(../images/gt20pro-ksp-img6_2-lg-x2.png)
  }
}

.webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f6_2 {
  background-image: url(../images/gt20pro-ksp-img6_2-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f6_2 {
    background-image: url(../images/gt20pro-ksp-img6_2-lg-x2.png.webp)
  }
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f6_2.umx-f6_2.umx-current {
  -webkit-animation: flashAnt .3s;
  animation: flashAnt .3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f6_2.umx-f6_2.umx-current::after, .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f6_2.umx-f6_2.umx-current::before {
  background-image: url(../images/gt20pro-ksp-img6_2-lg.png);
  background-size: 605px 347px;
  background-position: center;
  background-repeat: no-repeat;
  width: 605px;
  height: 347px;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  mix-blend-mode: screen
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f6_2.umx-f6_2.umx-current::after, .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f6_2.umx-f6_2.umx-current::before {
    background-image: url(../images/gt20pro-ksp-img6_2-lg-x2.png)
  }
}

.webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f6_2.umx-f6_2.umx-current::after, .webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f6_2.umx-f6_2.umx-current::before {
  background-image: url(../images/gt20pro-ksp-img6_2-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f6_2.umx-f6_2.umx-current::after, .webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f6_2.umx-f6_2.umx-current::before {
    background-image: url(../images/gt20pro-ksp-img6_2-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f6_2.umx-f6_2.umx-current::after, .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f6_2.umx-f6_2.umx-current::before {
    mix-blend-mode: normal
  }
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f6_2.umx-f6_2.umx-current::after {
  left: 4px;
  -webkit-animation: noise-anim-img .5s 1 linear alternate-reverse, disappearAnt .1s .5s forwards;
  animation: noise-anim-img .5s 1 linear alternate-reverse, disappearAnt .1s .5s forwards
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f6_2.umx-f6_2.umx-current::before {
  left: -4px;
  -webkit-animation: noise-anim-img-2 .5s 1 linear alternate-reverse, disappearAnt .1s .5s forwards;
  animation: noise-anim-img-2 .5s 1 linear alternate-reverse, disappearAnt .1s .5s forwards
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f7_2 {
  background-image: url(../images/gt20pro-ksp-img7_2-lg.png);
  background-size: 398px 348px;
  background-position: center;
  background-repeat: no-repeat;
  width: 398px;
  height: 348px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f7_2 {
    background-image: url(../images/gt20pro-ksp-img7_2-lg-x2.png)
  }
}

.webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f7_2 {
  background-image: url(../images/gt20pro-ksp-img7_2-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f7_2 {
    background-image: url(../images/gt20pro-ksp-img7_2-lg-x2.png.webp)
  }
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f7_2.umx-f7_2.umx-current {
  -webkit-animation: flashAnt .3s;
  animation: flashAnt .3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f7_2.umx-f7_2.umx-current::after, .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f7_2.umx-f7_2.umx-current::before {
  background-image: url(../images/gt20pro-ksp-img7_2-lg.png);
  background-size: 398px 348px;
  background-position: center;
  background-repeat: no-repeat;
  width: 398px;
  height: 348px;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  mix-blend-mode: screen
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f7_2.umx-f7_2.umx-current::after, .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f7_2.umx-f7_2.umx-current::before {
    background-image: url(../images/gt20pro-ksp-img7_2-lg-x2.png)
  }
}

.webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f7_2.umx-f7_2.umx-current::after, .webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f7_2.umx-f7_2.umx-current::before {
  background-image: url(../images/gt20pro-ksp-img7_2-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f7_2.umx-f7_2.umx-current::after, .webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f7_2.umx-f7_2.umx-current::before {
    background-image: url(../images/gt20pro-ksp-img7_2-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f7_2.umx-f7_2.umx-current::after, .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f7_2.umx-f7_2.umx-current::before {
    mix-blend-mode: normal
  }
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f7_2.umx-f7_2.umx-current::after {
  left: 4px;
  -webkit-animation: noise-anim-img .5s 1 linear alternate-reverse, disappearAnt .1s .5s forwards;
  animation: noise-anim-img .5s 1 linear alternate-reverse, disappearAnt .1s .5s forwards
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f7_2.umx-f7_2.umx-current::before {
  left: -4px;
  -webkit-animation: noise-anim-img-2 .5s 1 linear alternate-reverse, disappearAnt .1s .5s forwards;
  animation: noise-anim-img-2 .5s 1 linear alternate-reverse, disappearAnt .1s .5s forwards
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f8_2 {
  background-image: url(../images/gt20pro-ksp-img8_2-lg.png);
  background-size: 360px 348px;
  background-position: center;
  background-repeat: no-repeat;
  width: 360px;
  height: 348px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f8_2 {
    background-image: url(../images/gt20pro-ksp-img8_2-lg-x2.png)
  }
}

.webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f8_2 {
  background-image: url(../images/gt20pro-ksp-img8_2-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f8_2 {
    background-image: url(../images/gt20pro-ksp-img8_2-lg-x2.png.webp)
  }
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f8_2.umx-f8_2.umx-current {
  -webkit-animation: flashAnt .3s;
  animation: flashAnt .3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f8_2.umx-f8_2.umx-current::after, .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f8_2.umx-f8_2.umx-current::before {
  background-image: url(../images/gt20pro-ksp-img8_2-lg.png);
  background-size: 360px 348px;
  background-position: center;
  background-repeat: no-repeat;
  width: 360px;
  height: 348px;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  mix-blend-mode: screen
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f8_2.umx-f8_2.umx-current::after, .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f8_2.umx-f8_2.umx-current::before {
    background-image: url(../images/gt20pro-ksp-img8_2-lg-x2.png)
  }
}

.webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f8_2.umx-f8_2.umx-current::after, .webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f8_2.umx-f8_2.umx-current::before {
  background-image: url(../images/gt20pro-ksp-img8_2-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f8_2.umx-f8_2.umx-current::after, .webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f8_2.umx-f8_2.umx-current::before {
    background-image: url(../images/gt20pro-ksp-img8_2-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f8_2.umx-f8_2.umx-current::after, .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f8_2.umx-f8_2.umx-current::before {
    mix-blend-mode: normal
  }
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f8_2.umx-f8_2.umx-current::after {
  left: 4px;
  -webkit-animation: noise-anim-img .5s 1 linear alternate-reverse, disappearAnt .1s .5s forwards;
  animation: noise-anim-img .5s 1 linear alternate-reverse, disappearAnt .1s .5s forwards
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f8_2.umx-f8_2.umx-current::before {
  left: -4px;
  -webkit-animation: noise-anim-img-2 .5s 1 linear alternate-reverse, disappearAnt .1s .5s forwards;
  animation: noise-anim-img-2 .5s 1 linear alternate-reverse, disappearAnt .1s .5s forwards
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f9_2 {
  background-image: url(../images/gt20pro-ksp-img9_2-lg.png);
  background-size: 475px 327px;
  background-position: center;
  background-repeat: no-repeat;
  width: 475px;
  height: 327px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f9_2 {
    background-image: url(../images/gt20pro-ksp-img9_2-lg-x2.png)
  }
}

.webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f9_2 {
  background-image: url(../images/gt20pro-ksp-img9_2-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f9_2 {
    background-image: url(../images/gt20pro-ksp-img9_2-lg-x2.png.webp)
  }
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f9_2.umx-f9_2.umx-current {
  -webkit-animation: flashAnt .3s;
  animation: flashAnt .3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f9_2.umx-f9_2.umx-current::after, .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f9_2.umx-f9_2.umx-current::before {
  background-image: url(../images/gt20pro-ksp-img9_2-lg.png);
  background-size: 475px 327px;
  background-position: center;
  background-repeat: no-repeat;
  width: 475px;
  height: 327px;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  mix-blend-mode: screen
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f9_2.umx-f9_2.umx-current::after, .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f9_2.umx-f9_2.umx-current::before {
    background-image: url(../images/gt20pro-ksp-img9_2-lg-x2.png)
  }
}

.webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f9_2.umx-f9_2.umx-current::after, .webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f9_2.umx-f9_2.umx-current::before {
  background-image: url(../images/gt20pro-ksp-img9_2-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f9_2.umx-f9_2.umx-current::after, .webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f9_2.umx-f9_2.umx-current::before {
    background-image: url(../images/gt20pro-ksp-img9_2-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f9_2.umx-f9_2.umx-current::after, .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f9_2.umx-f9_2.umx-current::before {
    mix-blend-mode: normal
  }
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f9_2.umx-f9_2.umx-current::after {
  left: 4px;
  -webkit-animation: noise-anim-img .5s 1 linear alternate-reverse, disappearAnt .1s .5s forwards;
  animation: noise-anim-img .5s 1 linear alternate-reverse, disappearAnt .1s .5s forwards
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f9_2.umx-f9_2.umx-current::before {
  left: -4px;
  -webkit-animation: noise-anim-img-2 .5s 1 linear alternate-reverse, disappearAnt .1s .5s forwards;
  animation: noise-anim-img-2 .5s 1 linear alternate-reverse, disappearAnt .1s .5s forwards
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f10_2 {
  background-image: url(../images/gt20pro-ksp-img10_2-lg.png);
  background-size: 490px 327px;
  background-position: center;
  background-repeat: no-repeat;
  width: 490px;
  height: 327px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f10_2 {
    background-image: url(../images/gt20pro-ksp-img10_2-lg-x2.png)
  }
}

.webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f10_2 {
  background-image: url(../images/gt20pro-ksp-img10_2-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f10_2 {
    background-image: url(../images/gt20pro-ksp-img10_2-lg-x2.png.webp)
  }
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f10_2.umx-f10_2.umx-current {
  -webkit-animation: flashAnt .3s;
  animation: flashAnt .3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f10_2.umx-f10_2.umx-current::after, .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f10_2.umx-f10_2.umx-current::before {
  background-image: url(../images/gt20pro-ksp-img10_2-lg.png);
  background-size: 490px 327px;
  background-position: center;
  background-repeat: no-repeat;
  width: 490px;
  height: 327px;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  mix-blend-mode: screen
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f10_2.umx-f10_2.umx-current::after, .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f10_2.umx-f10_2.umx-current::before {
    background-image: url(../images/gt20pro-ksp-img10_2-lg-x2.png)
  }
}

.webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f10_2.umx-f10_2.umx-current::after, .webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f10_2.umx-f10_2.umx-current::before {
  background-image: url(../images/gt20pro-ksp-img10_2-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f10_2.umx-f10_2.umx-current::after, .webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f10_2.umx-f10_2.umx-current::before {
    background-image: url(../images/gt20pro-ksp-img10_2-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f10_2.umx-f10_2.umx-current::after, .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f10_2.umx-f10_2.umx-current::before {
    mix-blend-mode: normal
  }
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f10_2.umx-f10_2.umx-current::after {
  left: 4px;
  -webkit-animation: noise-anim-img .5s 1 linear alternate-reverse, disappearAnt .1s .5s forwards;
  animation: noise-anim-img .5s 1 linear alternate-reverse, disappearAnt .1s .5s forwards
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f10_2.umx-f10_2.umx-current::before {
  left: -4px;
  -webkit-animation: noise-anim-img-2 .5s 1 linear alternate-reverse, disappearAnt .1s .5s forwards;
  animation: noise-anim-img-2 .5s 1 linear alternate-reverse, disappearAnt .1s .5s forwards
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f11_2 {
  background-image: url(../images/gt20pro-ksp-img11_2-lg.png);
  background-size: 435px 326px;
  background-position: center;
  background-repeat: no-repeat;
  width: 435px;
  height: 326px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f11_2 {
    background-image: url(../images/gt20pro-ksp-img11_2-lg-x2.png)
  }
}

.webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f11_2 {
  background-image: url(../images/gt20pro-ksp-img11_2-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f11_2 {
    background-image: url(../images/gt20pro-ksp-img11_2-lg-x2.png.webp)
  }
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f11_2.umx-f11_2.umx-current {
  -webkit-animation: flashAnt .3s;
  animation: flashAnt .3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f11_2.umx-f11_2.umx-current::after, .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f11_2.umx-f11_2.umx-current::before {
  background-image: url(../images/gt20pro-ksp-img11_2-lg.png);
  background-size: 435px 326px;
  background-position: center;
  background-repeat: no-repeat;
  width: 435px;
  height: 326px;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  mix-blend-mode: screen
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f11_2.umx-f11_2.umx-current::after, .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f11_2.umx-f11_2.umx-current::before {
    background-image: url(../images/gt20pro-ksp-img11_2-lg-x2.png)
  }
}

.webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f11_2.umx-f11_2.umx-current::after, .webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f11_2.umx-f11_2.umx-current::before {
  background-image: url(../images/gt20pro-ksp-img11_2-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f11_2.umx-f11_2.umx-current::after, .webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f11_2.umx-f11_2.umx-current::before {
    background-image: url(../images/gt20pro-ksp-img11_2-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f11_2.umx-f11_2.umx-current::after, .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f11_2.umx-f11_2.umx-current::before {
    mix-blend-mode: normal
  }
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f11_2.umx-f11_2.umx-current::after {
  left: 4px;
  -webkit-animation: noise-anim-img .5s 1 linear alternate-reverse, disappearAnt .1s .5s forwards;
  animation: noise-anim-img .5s 1 linear alternate-reverse, disappearAnt .1s .5s forwards
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f11_2.umx-f11_2.umx-current::before {
  left: -4px;
  -webkit-animation: noise-anim-img-2 .5s 1 linear alternate-reverse, disappearAnt .1s .5s forwards;
  animation: noise-anim-img-2 .5s 1 linear alternate-reverse, disappearAnt .1s .5s forwards
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f1_3 {
  background-image: url(../images/gt20pro-ksp-img1_3-lg.png);
  background-size: 1280px 545px;
  background-position: center;
  background-repeat: no-repeat;
  width: 1280px;
  height: 545px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f1_3 {
    background-image: url(../images/gt20pro-ksp-img1_3-lg-x2.png)
  }
}

.webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f1_3 {
  background-image: url(../images/gt20pro-ksp-img1_3-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f1_3 {
    background-image: url(../images/gt20pro-ksp-img1_3-lg-x2.png.webp)
  }
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f1_3.umx-f1_2.umx-current {
  -webkit-animation: flashAnt .3s;
  animation: flashAnt .3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f1_3.umx-f1_2.umx-current::after, .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f1_3.umx-f1_2.umx-current::before {
  background-image: url(../images/gt20pro-ksp-img1_2-lg.png);
  background-size: 1280px 545px;
  background-position: center;
  background-repeat: no-repeat;
  width: 1280px;
  height: 545px;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  mix-blend-mode: screen
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f1_3.umx-f1_2.umx-current::after, .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f1_3.umx-f1_2.umx-current::before {
    background-image: url(../images/gt20pro-ksp-img1_2-lg-x2.png)
  }
}

.webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f1_3.umx-f1_2.umx-current::after, .webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f1_3.umx-f1_2.umx-current::before {
  background-image: url(../images/gt20pro-ksp-img1_2-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f1_3.umx-f1_2.umx-current::after, .webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f1_3.umx-f1_2.umx-current::before {
    background-image: url(../images/gt20pro-ksp-img1_2-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f1_3.umx-f1_2.umx-current::after, .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f1_3.umx-f1_2.umx-current::before {
    mix-blend-mode: normal
  }
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f1_3.umx-f1_2.umx-current::after {
  left: 4px;
  -webkit-animation: noise-anim-img 1s 1.5 linear alternate-reverse, disappearAnt .1s 1.5s forwards;
  animation: noise-anim-img 1s 1.5 linear alternate-reverse, disappearAnt .1s 1.5s forwards
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f1_3.umx-f1_2.umx-current::before {
  left: -4px;
  -webkit-animation: noise-anim-img-2 1s 1 linear alternate-reverse, disappearAnt .1s 1.5s forwards;
  animation: noise-anim-img-2 1s 1 linear alternate-reverse, disappearAnt .1s 1.5s forwards
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f2_3 {
  background-image: url(../images/gt20pro-ksp-img2_3-lg.png);
  background-size: 740px 351px;
  background-position: center;
  background-repeat: no-repeat;
  width: 740px;
  height: 351px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f2_3 {
    background-image: url(../images/gt20pro-ksp-img2_3-lg-x2.png)
  }
}

.webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f2_3 {
  background-image: url(../images/gt20pro-ksp-img2_3-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f2_3 {
    background-image: url(../images/gt20pro-ksp-img2_3-lg-x2.png.webp)
  }
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f2_3.umx-f2_2.umx-current {
  -webkit-animation: flashAnt .3s;
  animation: flashAnt .3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f2_3.umx-f2_2.umx-current::after, .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f2_3.umx-f2_2.umx-current::before {
  background-image: url(../images/gt20pro-ksp-img2_2-lg.png);
  background-size: 740px 351px;
  background-position: center;
  background-repeat: no-repeat;
  width: 740px;
  height: 351px;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  mix-blend-mode: screen
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f2_3.umx-f2_2.umx-current::after, .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f2_3.umx-f2_2.umx-current::before {
    background-image: url(../images/gt20pro-ksp-img2_2-lg-x2.png)
  }
}

.webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f2_3.umx-f2_2.umx-current::after, .webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f2_3.umx-f2_2.umx-current::before {
  background-image: url(../images/gt20pro-ksp-img2_2-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f2_3.umx-f2_2.umx-current::after, .webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f2_3.umx-f2_2.umx-current::before {
    background-image: url(../images/gt20pro-ksp-img2_2-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f2_3.umx-f2_2.umx-current::after, .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f2_3.umx-f2_2.umx-current::before {
    mix-blend-mode: normal
  }
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f2_3.umx-f2_2.umx-current::after {
  left: 4px;
  -webkit-animation: noise-anim-img .5s 1 linear alternate-reverse, disappearAnt .1s .5s forwards;
  animation: noise-anim-img .5s 1 linear alternate-reverse, disappearAnt .1s .5s forwards
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f2_3.umx-f2_2.umx-current::before {
  left: -4px;
  -webkit-animation: noise-anim-img-2 .5s 1 linear alternate-reverse, disappearAnt .1s .5s forwards;
  animation: noise-anim-img-2 .5s 1 linear alternate-reverse, disappearAnt .1s .5s forwards
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f3_3 {
  background-image: url(../images/gt20pro-ksp-img3_3-lg.png);
  background-size: 555px 353px;
  background-position: center;
  background-repeat: no-repeat;
  width: 555px;
  height: 353px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f3_3 {
    background-image: url(../images/gt20pro-ksp-img3_3-lg-x2.png)
  }
}

.webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f3_3 {
  background-image: url(../images/gt20pro-ksp-img3_3-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f3_3 {
    background-image: url(../images/gt20pro-ksp-img3_3-lg-x2.png.webp)
  }
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f3_3.umx-f3_2.umx-current {
  -webkit-animation: flashAnt .3s;
  animation: flashAnt .3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f3_3.umx-f3_2.umx-current::after, .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f3_3.umx-f3_2.umx-current::before {
  background-image: url(../images/gt20pro-ksp-img3_2-lg.png);
  background-size: 555px 353px;
  background-position: center;
  background-repeat: no-repeat;
  width: 555px;
  height: 353px;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  mix-blend-mode: screen
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f3_3.umx-f3_2.umx-current::after, .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f3_3.umx-f3_2.umx-current::before {
    background-image: url(../images/gt20pro-ksp-img3_2-lg-x2.png)
  }
}

.webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f3_3.umx-f3_2.umx-current::after, .webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f3_3.umx-f3_2.umx-current::before {
  background-image: url(../images/gt20pro-ksp-img3_2-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f3_3.umx-f3_2.umx-current::after, .webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f3_3.umx-f3_2.umx-current::before {
    background-image: url(../images/gt20pro-ksp-img3_2-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f3_3.umx-f3_2.umx-current::after, .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f3_3.umx-f3_2.umx-current::before {
    mix-blend-mode: normal
  }
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f3_3.umx-f3_2.umx-current::after {
  left: 4px;
  -webkit-animation: noise-anim-img .5s 1 linear alternate-reverse, disappearAnt .1s .5s forwards;
  animation: noise-anim-img .5s 1 linear alternate-reverse, disappearAnt .1s .5s forwards
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f3_3.umx-f3_2.umx-current::before {
  left: -4px;
  -webkit-animation: noise-anim-img-2 .5s 1 linear alternate-reverse, disappearAnt .1s .5s forwards;
  animation: noise-anim-img-2 .5s 1 linear alternate-reverse, disappearAnt .1s .5s forwards
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f4_3 {
  background-image: url(../images/gt20pro-ksp-img4_3-lg.png);
  background-size: 684px 339px;
  background-position: center;
  background-repeat: no-repeat;
  width: 684px;
  height: 339px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f4_3 {
    background-image: url(../images/gt20pro-ksp-img4_3-lg-x2.png)
  }
}

.webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f4_3 {
  background-image: url(../images/gt20pro-ksp-img4_3-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f4_3 {
    background-image: url(../images/gt20pro-ksp-img4_3-lg-x2.png.webp)
  }
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f4_3.umx-f4_2.umx-current {
  -webkit-animation: flashAnt .3s;
  animation: flashAnt .3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f4_3.umx-f4_2.umx-current::after, .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f4_3.umx-f4_2.umx-current::before {
  background-image: url(../images/gt20pro-ksp-img4_2-lg.png);
  background-size: 684px 339px;
  background-position: center;
  background-repeat: no-repeat;
  width: 684px;
  height: 339px;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  mix-blend-mode: screen
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f4_3.umx-f4_2.umx-current::after, .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f4_3.umx-f4_2.umx-current::before {
    background-image: url(../images/gt20pro-ksp-img4_2-lg-x2.png)
  }
}

.webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f4_3.umx-f4_2.umx-current::after, .webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f4_3.umx-f4_2.umx-current::before {
  background-image: url(../images/gt20pro-ksp-img4_2-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f4_3.umx-f4_2.umx-current::after, .webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f4_3.umx-f4_2.umx-current::before {
    background-image: url(../images/gt20pro-ksp-img4_2-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f4_3.umx-f4_2.umx-current::after, .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f4_3.umx-f4_2.umx-current::before {
    mix-blend-mode: normal
  }
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f4_3.umx-f4_2.umx-current::after {
  left: 4px;
  -webkit-animation: noise-anim-img .5s 1 linear alternate-reverse, disappearAnt .1s .5s forwards;
  animation: noise-anim-img .5s 1 linear alternate-reverse, disappearAnt .1s .5s forwards
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f4_3.umx-f4_2.umx-current::before {
  left: -4px;
  -webkit-animation: noise-anim-img-2 .5s 1 linear alternate-reverse, disappearAnt .1s .5s forwards;
  animation: noise-anim-img-2 .5s 1 linear alternate-reverse, disappearAnt .1s .5s forwards
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f5_3 {
  background-image: url(../images/gt20pro-ksp-img5_3-lg.png);
  background-size: 654px 339px;
  background-position: center;
  background-repeat: no-repeat;
  width: 654px;
  height: 339px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f5_3 {
    background-image: url(../images/gt20pro-ksp-img5_3-lg-x2.png)
  }
}

.webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f5_3 {
  background-image: url(../images/gt20pro-ksp-img5_3-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f5_3 {
    background-image: url(../images/gt20pro-ksp-img5_3-lg-x2.png.webp)
  }
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f5_3.umx-f5_2.umx-current {
  -webkit-animation: flashAnt .3s;
  animation: flashAnt .3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f5_3.umx-f5_2.umx-current::after, .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f5_3.umx-f5_2.umx-current::before {
  background-image: url(../images/gt20pro-ksp-img5_2-lg.png);
  background-size: 654px 339px;
  background-position: center;
  background-repeat: no-repeat;
  width: 654px;
  height: 339px;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  mix-blend-mode: screen
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f5_3.umx-f5_2.umx-current::after, .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f5_3.umx-f5_2.umx-current::before {
    background-image: url(../images/gt20pro-ksp-img5_2-lg-x2.png)
  }
}

.webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f5_3.umx-f5_2.umx-current::after, .webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f5_3.umx-f5_2.umx-current::before {
  background-image: url(../images/gt20pro-ksp-img5_2-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f5_3.umx-f5_2.umx-current::after, .webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f5_3.umx-f5_2.umx-current::before {
    background-image: url(../images/gt20pro-ksp-img5_2-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f5_3.umx-f5_2.umx-current::after, .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f5_3.umx-f5_2.umx-current::before {
    mix-blend-mode: normal
  }
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f5_3.umx-f5_2.umx-current::after {
  left: 4px;
  -webkit-animation: noise-anim-img .5s 1 linear alternate-reverse, disappearAnt .1s .5s forwards;
  animation: noise-anim-img .5s 1 linear alternate-reverse, disappearAnt .1s .5s forwards
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f5_3.umx-f5_2.umx-current::before {
  left: -4px;
  -webkit-animation: noise-anim-img-2 .5s 1 linear alternate-reverse, disappearAnt .1s .5s forwards;
  animation: noise-anim-img-2 .5s 1 linear alternate-reverse, disappearAnt .1s .5s forwards
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f6_3 {
  background-image: url(../images/gt20pro-ksp-img6_3-lg.png);
  background-size: 605px 347px;
  background-position: center;
  background-repeat: no-repeat;
  width: 605px;
  height: 347px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f6_3 {
    background-image: url(../images/gt20pro-ksp-img6_3-lg-x2.png)
  }
}

.webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f6_3 {
  background-image: url(../images/gt20pro-ksp-img6_3-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f6_3 {
    background-image: url(../images/gt20pro-ksp-img6_3-lg-x2.png.webp)
  }
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f6_3.umx-f6_2.umx-current {
  -webkit-animation: flashAnt .3s;
  animation: flashAnt .3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f6_3.umx-f6_2.umx-current::after, .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f6_3.umx-f6_2.umx-current::before {
  background-image: url(../images/gt20pro-ksp-img6_2-lg.png);
  background-size: 605px 347px;
  background-position: center;
  background-repeat: no-repeat;
  width: 605px;
  height: 347px;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  mix-blend-mode: screen
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f6_3.umx-f6_2.umx-current::after, .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f6_3.umx-f6_2.umx-current::before {
    background-image: url(../images/gt20pro-ksp-img6_2-lg-x2.png)
  }
}

.webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f6_3.umx-f6_2.umx-current::after, .webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f6_3.umx-f6_2.umx-current::before {
  background-image: url(../images/gt20pro-ksp-img6_2-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f6_3.umx-f6_2.umx-current::after, .webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f6_3.umx-f6_2.umx-current::before {
    background-image: url(../images/gt20pro-ksp-img6_2-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f6_3.umx-f6_2.umx-current::after, .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f6_3.umx-f6_2.umx-current::before {
    mix-blend-mode: normal
  }
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f6_3.umx-f6_2.umx-current::after {
  left: 4px;
  -webkit-animation: noise-anim-img .5s 1 linear alternate-reverse, disappearAnt .1s .5s forwards;
  animation: noise-anim-img .5s 1 linear alternate-reverse, disappearAnt .1s .5s forwards
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f6_3.umx-f6_2.umx-current::before {
  left: -4px;
  -webkit-animation: noise-anim-img-2 .5s 1 linear alternate-reverse, disappearAnt .1s .5s forwards;
  animation: noise-anim-img-2 .5s 1 linear alternate-reverse, disappearAnt .1s .5s forwards
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f7_3 {
  background-image: url(../images/gt20pro-ksp-img7_3-lg.png);
  background-size: 398px 348px;
  background-position: center;
  background-repeat: no-repeat;
  width: 398px;
  height: 348px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f7_3 {
    background-image: url(../images/gt20pro-ksp-img7_3-lg-x2.png)
  }
}

.webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f7_3 {
  background-image: url(../images/gt20pro-ksp-img7_3-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f7_3 {
    background-image: url(../images/gt20pro-ksp-img7_3-lg-x2.png.webp)
  }
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f7_3.umx-f7_2.umx-current {
  -webkit-animation: flashAnt .3s;
  animation: flashAnt .3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f7_3.umx-f7_2.umx-current::after, .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f7_3.umx-f7_2.umx-current::before {
  background-image: url(../images/gt20pro-ksp-img7_2-lg.png);
  background-size: 398px 348px;
  background-position: center;
  background-repeat: no-repeat;
  width: 398px;
  height: 348px;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  mix-blend-mode: screen
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f7_3.umx-f7_2.umx-current::after, .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f7_3.umx-f7_2.umx-current::before {
    background-image: url(../images/gt20pro-ksp-img7_2-lg-x2.png)
  }
}

.webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f7_3.umx-f7_2.umx-current::after, .webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f7_3.umx-f7_2.umx-current::before {
  background-image: url(../images/gt20pro-ksp-img7_2-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f7_3.umx-f7_2.umx-current::after, .webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f7_3.umx-f7_2.umx-current::before {
    background-image: url(../images/gt20pro-ksp-img7_2-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f7_3.umx-f7_2.umx-current::after, .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f7_3.umx-f7_2.umx-current::before {
    mix-blend-mode: normal
  }
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f7_3.umx-f7_2.umx-current::after {
  left: 4px;
  -webkit-animation: noise-anim-img .5s 1 linear alternate-reverse, disappearAnt .1s .5s forwards;
  animation: noise-anim-img .5s 1 linear alternate-reverse, disappearAnt .1s .5s forwards
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f7_3.umx-f7_2.umx-current::before {
  left: -4px;
  -webkit-animation: noise-anim-img-2 .5s 1 linear alternate-reverse, disappearAnt .1s .5s forwards;
  animation: noise-anim-img-2 .5s 1 linear alternate-reverse, disappearAnt .1s .5s forwards
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f8_3 {
  background-image: url(../images/gt20pro-ksp-img8_3-lg.png);
  background-size: 360px 348px;
  background-position: center;
  background-repeat: no-repeat;
  width: 360px;
  height: 348px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f8_3 {
    background-image: url(../images/gt20pro-ksp-img8_3-lg-x2.png)
  }
}

.webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f8_3 {
  background-image: url(../images/gt20pro-ksp-img8_3-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f8_3 {
    background-image: url(../images/gt20pro-ksp-img8_3-lg-x2.png.webp)
  }
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f8_3.umx-f8_2.umx-current {
  -webkit-animation: flashAnt .3s;
  animation: flashAnt .3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f8_3.umx-f8_2.umx-current::after, .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f8_3.umx-f8_2.umx-current::before {
  background-image: url(../images/gt20pro-ksp-img8_2-lg.png);
  background-size: 360px 348px;
  background-position: center;
  background-repeat: no-repeat;
  width: 360px;
  height: 348px;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  mix-blend-mode: screen
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f8_3.umx-f8_2.umx-current::after, .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f8_3.umx-f8_2.umx-current::before {
    background-image: url(../images/gt20pro-ksp-img8_2-lg-x2.png)
  }
}

.webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f8_3.umx-f8_2.umx-current::after, .webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f8_3.umx-f8_2.umx-current::before {
  background-image: url(../images/gt20pro-ksp-img8_2-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f8_3.umx-f8_2.umx-current::after, .webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f8_3.umx-f8_2.umx-current::before {
    background-image: url(../images/gt20pro-ksp-img8_2-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f8_3.umx-f8_2.umx-current::after, .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f8_3.umx-f8_2.umx-current::before {
    mix-blend-mode: normal
  }
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f8_3.umx-f8_2.umx-current::after {
  left: 4px;
  -webkit-animation: noise-anim-img .5s 1 linear alternate-reverse, disappearAnt .1s .5s forwards;
  animation: noise-anim-img .5s 1 linear alternate-reverse, disappearAnt .1s .5s forwards
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f8_3.umx-f8_2.umx-current::before {
  left: -4px;
  -webkit-animation: noise-anim-img-2 .5s 1 linear alternate-reverse, disappearAnt .1s .5s forwards;
  animation: noise-anim-img-2 .5s 1 linear alternate-reverse, disappearAnt .1s .5s forwards
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f9_3 {
  background-image: url(../images/gt20pro-ksp-img9_3-lg.png);
  background-size: 475px 327px;
  background-position: center;
  background-repeat: no-repeat;
  width: 475px;
  height: 327px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f9_3 {
    background-image: url(../images/gt20pro-ksp-img9_3-lg-x2.png)
  }
}

.webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f9_3 {
  background-image: url(../images/gt20pro-ksp-img9_3-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f9_3 {
    background-image: url(../images/gt20pro-ksp-img9_3-lg-x2.png.webp)
  }
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f9_3.umx-f9_2.umx-current {
  -webkit-animation: flashAnt .3s;
  animation: flashAnt .3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f9_3.umx-f9_2.umx-current::after, .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f9_3.umx-f9_2.umx-current::before {
  background-image: url(../images/gt20pro-ksp-img9_2-lg.png);
  background-size: 475px 327px;
  background-position: center;
  background-repeat: no-repeat;
  width: 475px;
  height: 327px;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  mix-blend-mode: screen
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f9_3.umx-f9_2.umx-current::after, .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f9_3.umx-f9_2.umx-current::before {
    background-image: url(../images/gt20pro-ksp-img9_2-lg-x2.png)
  }
}

.webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f9_3.umx-f9_2.umx-current::after, .webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f9_3.umx-f9_2.umx-current::before {
  background-image: url(../images/gt20pro-ksp-img9_2-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f9_3.umx-f9_2.umx-current::after, .webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f9_3.umx-f9_2.umx-current::before {
    background-image: url(../images/gt20pro-ksp-img9_2-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f9_3.umx-f9_2.umx-current::after, .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f9_3.umx-f9_2.umx-current::before {
    mix-blend-mode: normal
  }
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f9_3.umx-f9_2.umx-current::after {
  left: 4px;
  -webkit-animation: noise-anim-img .5s 1 linear alternate-reverse, disappearAnt .1s .5s forwards;
  animation: noise-anim-img .5s 1 linear alternate-reverse, disappearAnt .1s .5s forwards
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f9_3.umx-f9_2.umx-current::before {
  left: -4px;
  -webkit-animation: noise-anim-img-2 .5s 1 linear alternate-reverse, disappearAnt .1s .5s forwards;
  animation: noise-anim-img-2 .5s 1 linear alternate-reverse, disappearAnt .1s .5s forwards
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f10_3 {
  background-image: url(../images/gt20pro-ksp-img10_3-lg.png);
  background-size: 490px 327px;
  background-position: center;
  background-repeat: no-repeat;
  width: 490px;
  height: 327px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f10_3 {
    background-image: url(../images/gt20pro-ksp-img10_3-lg-x2.png)
  }
}

.webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f10_3 {
  background-image: url(../images/gt20pro-ksp-img10_3-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f10_3 {
    background-image: url(../images/gt20pro-ksp-img10_3-lg-x2.png.webp)
  }
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f10_3.umx-f10_2.umx-current {
  -webkit-animation: flashAnt .3s;
  animation: flashAnt .3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f10_3.umx-f10_2.umx-current::after, .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f10_3.umx-f10_2.umx-current::before {
  background-image: url(../images/gt20pro-ksp-img10_2-lg.png);
  background-size: 490px 327px;
  background-position: center;
  background-repeat: no-repeat;
  width: 490px;
  height: 327px;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  mix-blend-mode: screen
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f10_3.umx-f10_2.umx-current::after, .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f10_3.umx-f10_2.umx-current::before {
    background-image: url(../images/gt20pro-ksp-img10_2-lg-x2.png)
  }
}

.webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f10_3.umx-f10_2.umx-current::after, .webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f10_3.umx-f10_2.umx-current::before {
  background-image: url(../images/gt20pro-ksp-img10_2-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f10_3.umx-f10_2.umx-current::after, .webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f10_3.umx-f10_2.umx-current::before {
    background-image: url(../images/gt20pro-ksp-img10_2-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f10_3.umx-f10_2.umx-current::after, .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f10_3.umx-f10_2.umx-current::before {
    mix-blend-mode: normal
  }
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f10_3.umx-f10_2.umx-current::after {
  left: 4px;
  -webkit-animation: noise-anim-img .5s 1 linear alternate-reverse, disappearAnt .1s .5s forwards;
  animation: noise-anim-img .5s 1 linear alternate-reverse, disappearAnt .1s .5s forwards
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f10_3.umx-f10_2.umx-current::before {
  left: -4px;
  -webkit-animation: noise-anim-img-2 .5s 1 linear alternate-reverse, disappearAnt .1s .5s forwards;
  animation: noise-anim-img-2 .5s 1 linear alternate-reverse, disappearAnt .1s .5s forwards
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f11_3 {
  background-image: url(../images/gt20pro-ksp-img11_3-lg.png);
  background-size: 435px 326px;
  background-position: center;
  background-repeat: no-repeat;
  width: 435px;
  height: 326px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f11_3 {
    background-image: url(../images/gt20pro-ksp-img11_3-lg-x2.png)
  }
}

.webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f11_3 {
  background-image: url(../images/gt20pro-ksp-img11_3-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f11_3 {
    background-image: url(../images/gt20pro-ksp-img11_3-lg-x2.png.webp)
  }
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f11_3.umx-f11_2.umx-current {
  -webkit-animation: flashAnt .3s;
  animation: flashAnt .3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f11_3.umx-f11_2.umx-current::after, .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f11_3.umx-f11_2.umx-current::before {
  background-image: url(../images/gt20pro-ksp-img11_2-lg.png);
  background-size: 435px 326px;
  background-position: center;
  background-repeat: no-repeat;
  width: 435px;
  height: 326px;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  mix-blend-mode: screen
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f11_3.umx-f11_2.umx-current::after, .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f11_3.umx-f11_2.umx-current::before {
    background-image: url(../images/gt20pro-ksp-img11_2-lg-x2.png)
  }
}

.webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f11_3.umx-f11_2.umx-current::after, .webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f11_3.umx-f11_2.umx-current::before {
  background-image: url(../images/gt20pro-ksp-img11_2-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f11_3.umx-f11_2.umx-current::after, .webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f11_3.umx-f11_2.umx-current::before {
    background-image: url(../images/gt20pro-ksp-img11_2-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f11_3.umx-f11_2.umx-current::after, .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f11_3.umx-f11_2.umx-current::before {
    mix-blend-mode: normal
  }
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f11_3.umx-f11_2.umx-current::after {
  left: 4px;
  -webkit-animation: noise-anim-img .5s 1 linear alternate-reverse, disappearAnt .1s .5s forwards;
  animation: noise-anim-img .5s 1 linear alternate-reverse, disappearAnt .1s .5s forwards
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f11_3.umx-f11_2.umx-current::before {
  left: -4px;
  -webkit-animation: noise-anim-img-2 .5s 1 linear alternate-reverse, disappearAnt .1s .5s forwards;
  animation: noise-anim-img-2 .5s 1 linear alternate-reverse, disappearAnt .1s .5s forwards
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f1_1 {
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s
}

@media (max-width: 1000px) {
  .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f1_1 {
    display: none
  }
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f1_3 {
  opacity: .5
}

@media (max-width: 1000px) {
  .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f1_3 {
    display: none
  }
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f2_1 {
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s
}

@media (max-width: 1000px) {
  .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f2_1 {
    display: none
  }
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f2_3 {
  opacity: .5
}

@media (max-width: 1000px) {
  .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f2_3 {
    display: none
  }
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f3_1 {
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s
}

@media (max-width: 1000px) {
  .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f3_1 {
    display: none
  }
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f3_3 {
  opacity: .5
}

@media (max-width: 1000px) {
  .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f3_3 {
    display: none
  }
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f4_1 {
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s
}

@media (max-width: 1000px) {
  .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f4_1 {
    display: none
  }
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f4_3 {
  opacity: .5
}

@media (max-width: 1000px) {
  .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f4_3 {
    display: none
  }
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f5_1 {
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s
}

@media (max-width: 1000px) {
  .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f5_1 {
    display: none
  }
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f5_3 {
  opacity: .5
}

@media (max-width: 1000px) {
  .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f5_3 {
    display: none
  }
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f6_1 {
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s
}

@media (max-width: 1000px) {
  .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f6_1 {
    display: none
  }
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f6_3 {
  opacity: .5
}

@media (max-width: 1000px) {
  .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f6_3 {
    display: none
  }
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f7_1 {
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s
}

@media (max-width: 1000px) {
  .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f7_1 {
    display: none
  }
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f7_3 {
  opacity: .5
}

@media (max-width: 1000px) {
  .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f7_3 {
    display: none
  }
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f8_1 {
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s
}

@media (max-width: 1000px) {
  .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f8_1 {
    display: none
  }
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f8_3 {
  opacity: .5
}

@media (max-width: 1000px) {
  .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f8_3 {
    display: none
  }
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f9_1 {
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s
}

@media (max-width: 1000px) {
  .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f9_1 {
    display: none
  }
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f9_3 {
  opacity: .5
}

@media (max-width: 1000px) {
  .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f9_3 {
    display: none
  }
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f10_1 {
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s
}

@media (max-width: 1000px) {
  .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f10_1 {
    display: none
  }
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f10_3 {
  opacity: .5
}

@media (max-width: 1000px) {
  .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f10_3 {
    display: none
  }
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f11_1 {
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s
}

@media (max-width: 1000px) {
  .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f11_1 {
    display: none
  }
}

.gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f11_3 {
  opacity: .5
}

@media (max-width: 1000px) {
  .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f11_3 {
    display: none
  }
}

@media (max-width: 1000px) {
  .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f1_2 {
    background-image: url(../images/gt20pro-ksp-img1_2-mb.png);
    background-size: 312px 195px;
    background-position: center;
    background-repeat: no-repeat;
    width: 312px;
    height: 195px
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f1_2 {
    background-image: url(../images/gt20pro-ksp-img1_2-mb-x2.png)
  }
}

@media (max-width: 1000px) {
  .webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f1_2 {
    background-image: url(../images/gt20pro-ksp-img1_2-mb.png.webp)
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f1_2 {
    background-image: url(../images/gt20pro-ksp-img1_2-mb-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f1_2 {
    background-size: 86.66667vw 54.16667vw;
    width: 86.66667vw;
    height: 54.16667vw
  }
}

@media (max-width: 1000px) {
  .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f2_2 {
    background-image: url(../images/gt20pro-ksp-img2_2-mb.png);
    background-size: 170px 110px;
    background-position: center;
    background-repeat: no-repeat;
    width: 170px;
    height: 110px
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f2_2 {
    background-image: url(../images/gt20pro-ksp-img2_2-mb-x2.png)
  }
}

@media (max-width: 1000px) {
  .webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f2_2 {
    background-image: url(../images/gt20pro-ksp-img2_2-mb.png.webp)
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f2_2 {
    background-image: url(../images/gt20pro-ksp-img2_2-mb-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f2_2 {
    background-size: 47.22222vw 30.55556vw;
    width: 47.22222vw;
    height: 30.55556vw
  }
}

@media (max-width: 1000px) {
  .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f3_2 {
    background-image: url(../images/gt20pro-ksp-img3_2-mb.png);
    background-size: 148px 110px;
    background-position: center;
    background-repeat: no-repeat;
    width: 148px;
    height: 110px
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f3_2 {
    background-image: url(../images/gt20pro-ksp-img3_2-mb-x2.png)
  }
}

@media (max-width: 1000px) {
  .webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f3_2 {
    background-image: url(../images/gt20pro-ksp-img3_2-mb.png.webp)
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f3_2 {
    background-image: url(../images/gt20pro-ksp-img3_2-mb-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f3_2 {
    background-size: 41.11111vw 30.55556vw;
    width: 41.11111vw;
    height: 30.55556vw
  }
}

@media (max-width: 1000px) {
  .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f4_2 {
    background-image: url(../images/gt20pro-ksp-img4_2-mb.png);
    background-size: 155px 146px;
    background-position: center;
    background-repeat: no-repeat;
    width: 155px;
    height: 146px
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f4_2 {
    background-image: url(../images/gt20pro-ksp-img4_2-mb-x2.png)
  }
}

@media (max-width: 1000px) {
  .webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f4_2 {
    background-image: url(../images/gt20pro-ksp-img4_2-mb.png.webp)
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f4_2 {
    background-image: url(../images/gt20pro-ksp-img4_2-mb-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f4_2 {
    background-size: 43.19444vw 40.55556vw;
    width: 43.19444vw;
    height: 40.55556vw
  }
}

@media (max-width: 1000px) {
  .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f5_2 {
    background-image: url(../images/gt20pro-ksp-img5_2-mb.png);
    background-size: 149px 146px;
    background-position: center;
    background-repeat: no-repeat;
    width: 149px;
    height: 146px
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f5_2 {
    background-image: url(../images/gt20pro-ksp-img5_2-mb-x2.png)
  }
}

@media (max-width: 1000px) {
  .webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f5_2 {
    background-image: url(../images/gt20pro-ksp-img5_2-mb.png.webp)
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f5_2 {
    background-image: url(../images/gt20pro-ksp-img5_2-mb-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f5_2 {
    background-size: 41.38889vw 40.55556vw;
    width: 41.38889vw;
    height: 40.55556vw
  }
}

@media (max-width: 1000px) {
  .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f6_2 {
    background-image: url(../images/gt20pro-ksp-img6_2-mb.png);
    background-size: 312px 161px;
    background-position: center;
    background-repeat: no-repeat;
    width: 312px;
    height: 161px
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f6_2 {
    background-image: url(../images/gt20pro-ksp-img6_2-mb-x2.png)
  }
}

@media (max-width: 1000px) {
  .webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f6_2 {
    background-image: url(../images/gt20pro-ksp-img6_2-mb.png.webp)
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f6_2 {
    background-image: url(../images/gt20pro-ksp-img6_2-mb-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f6_2 {
    background-size: 86.66667vw 44.72222vw;
    width: 86.66667vw;
    height: 44.72222vw
  }
}

@media (max-width: 1000px) {
  .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f7_2 {
    background-image: url(../images/gt20pro-ksp-img7_2-mb.png);
    background-size: 121px 221px;
    background-position: center;
    background-repeat: no-repeat;
    width: 121px;
    height: 221px
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f7_2 {
    background-image: url(../images/gt20pro-ksp-img7_2-mb-x2.png)
  }
}

@media (max-width: 1000px) {
  .webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f7_2 {
    background-image: url(../images/gt20pro-ksp-img7_2-mb.png.webp)
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f7_2 {
    background-image: url(../images/gt20pro-ksp-img7_2-mb-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f7_2 {
    background-size: 33.61111vw 61.38889vw;
    width: 33.61111vw;
    height: 61.38889vw
  }
}

@media (max-width: 1000px) {
  .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f8_2 {
    background-image: url(../images/gt20pro-ksp-img8_2-mb.png);
    background-size: 184px 145px;
    background-position: center;
    background-repeat: no-repeat;
    width: 184px;
    height: 145px
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f8_2 {
    background-image: url(../images/gt20pro-ksp-img8_2-mb-x2.png)
  }
}

@media (max-width: 1000px) {
  .webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f8_2 {
    background-image: url(../images/gt20pro-ksp-img8_2-mb.png.webp)
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f8_2 {
    background-image: url(../images/gt20pro-ksp-img8_2-mb-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f8_2 {
    background-size: 51.11111vw 40.27778vw;
    width: 51.11111vw;
    height: 40.27778vw
  }
}

@media (max-width: 1000px) {
  .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f9_2 {
    background-image: url(../images/gt20pro-ksp-img9_2-mb.png);
    background-size: 184px 132px;
    background-position: center;
    background-repeat: no-repeat;
    width: 184px;
    height: 132px
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f9_2 {
    background-image: url(../images/gt20pro-ksp-img9_2-mb-x2.png)
  }
}

@media (max-width: 1000px) {
  .webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f9_2 {
    background-image: url(../images/gt20pro-ksp-img9_2-mb.png.webp)
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f9_2 {
    background-image: url(../images/gt20pro-ksp-img9_2-mb-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f9_2 {
    background-size: 51.11111vw 36.66667vw;
    width: 51.11111vw;
    height: 36.66667vw
  }
}

@media (max-width: 1000px) {
  .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f10_2 {
    background-image: url(../images/gt20pro-ksp-img10_2-mb.png);
    background-size: 176px 111px;
    background-position: center;
    background-repeat: no-repeat;
    width: 176px;
    height: 111px
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f10_2 {
    background-image: url(../images/gt20pro-ksp-img10_2-mb-x2.png)
  }
}

@media (max-width: 1000px) {
  .webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f10_2 {
    background-image: url(../images/gt20pro-ksp-img10_2-mb.png.webp)
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f10_2 {
    background-image: url(../images/gt20pro-ksp-img10_2-mb-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f10_2 {
    background-size: 48.88889vw 30.83333vw;
    width: 48.88889vw;
    height: 30.83333vw
  }
}

@media (max-width: 1000px) {
  .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f11_2 {
    background-image: url(../images/gt20pro-ksp-img11_2-mb.png);
    background-size: 174px 111px;
    background-position: center;
    background-repeat: no-repeat;
    width: 174px;
    height: 111px
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f11_2 {
    background-image: url(../images/gt20pro-ksp-img11_2-mb-x2.png)
  }
}

@media (max-width: 1000px) {
  .webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f11_2 {
    background-image: url(../images/gt20pro-ksp-img11_2-mb.png.webp)
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .webp .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f11_2 {
    background-image: url(../images/gt20pro-ksp-img11_2-mb-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-ksp .umx-figure-box .umx-figure figure.umx-f11_2 {
    background-size: 48.33333vw 30.83333vw;
    width: 48.33333vw;
    height: 30.83333vw
  }
}

.gt20pro-ksp .umx-figure-box .umx-figure:hover figure.umx-f1_1 {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05)
}

.gt20pro-ksp .umx-figure-box .umx-figure:hover figure.umx-f2_1 {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05)
}

.gt20pro-ksp .umx-figure-box .umx-figure:hover figure.umx-f3_1 {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05)
}

.gt20pro-ksp .umx-figure-box .umx-figure:hover figure.umx-f4_1 {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05)
}

.gt20pro-ksp .umx-figure-box .umx-figure:hover figure.umx-f5_1 {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05)
}

.gt20pro-ksp .umx-figure-box .umx-figure:hover figure.umx-f6_1 {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05)
}

.gt20pro-ksp .umx-figure-box .umx-figure:hover figure.umx-f7_1 {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05)
}

.gt20pro-ksp .umx-figure-box .umx-figure:hover figure.umx-f8_1 {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05)
}

.gt20pro-ksp .umx-figure-box .umx-figure:hover figure.umx-f9_1 {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05)
}

.gt20pro-ksp .umx-figure-box .umx-figure:hover figure.umx-f10_1 {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05)
}

.gt20pro-ksp .umx-figure-box .umx-figure:hover figure.umx-f11_1 {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05)
}

.gt20pro-ksp .umx-figure-box .umx-figure:hover figure.umx-f6_1 {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}

.gt20pro-ksp .umx-figure-box .umx-figure:hover .umx-f6-box {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05)
}

@media (max-width: 1000px) {
  .gt20pro-ksp .umx-figure-box .umx-figure:hover .umx-f6-box {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
  }
}

.gt20pro-troduction .umx-content {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 75vw;
  height: 420px
}

@media (max-width: 1440px) {
  .gt20pro-troduction .umx-content {
    height: 370px
  }
}

@media (max-width: 1000px) {
  .gt20pro-troduction .umx-content {
    width: auto;
    padding: 0 30px 0 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 380px
  }
}

.gt20pro-troduction .umx-content .umx-title-top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 62px
}

@media (max-width: 1440px) {
  .gt20pro-troduction .umx-content .umx-title-top {
    margin-top: 46.5px
  }
}

@media (max-width: 1440px) {
  .gt20pro-troduction .umx-content .umx-title-top .umx-arrow {
    -webkit-transform: scale(.75);
    -ms-transform: scale(.75);
    transform: scale(.75);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center
  }
}

.gt20pro-troduction .umx-content .umx-title-top h2 {
  font-family: InfinixDisplay;
  line-height: 1.1;
  color: #2ce6e6;
  font-size: 16px;
  margin-right: 13px
}

@media (max-width: 1440px) {
  .gt20pro-troduction .umx-content .umx-title-top h2 {
    font-size: 12px;
    margin-right: 9.75px
  }
}

@media (max-width: 1000px) {
  .gt20pro-troduction .umx-content .umx-title-top h2 {
    font-size: 16px
  }
}

.gt20pro-troduction .umx-content .umx-f1 {
  position: relative;
  margin-top: 20px;
  background-image: url(../images/gt20pro-troduction-img1-lg.png);
  background-size: 1587px 30px;
  background-position: center;
  background-repeat: no-repeat;
  width: 1587px;
  height: 30px;
  width: 75vw;
  height: 1.5625vw;
  background-size: 75vw 1.5625vw
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-troduction .umx-content .umx-f1 {
    background-image: url(../images/gt20pro-troduction-img1-lg-x2.png)
  }
}

.webp .gt20pro-troduction .umx-content .umx-f1 {
  background-image: url(../images/gt20pro-troduction-img1-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-troduction .umx-content .umx-f1 {
    background-image: url(../images/gt20pro-troduction-img1-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-troduction .umx-content .umx-f1 {
    background-image: url(../images/gt20pro-troduction-img1-mb.png);
    background-size: 333px 24px;
    background-position: center;
    background-repeat: no-repeat;
    width: 333px;
    height: 24px
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .gt20pro-troduction .umx-content .umx-f1 {
    background-image: url(../images/gt20pro-troduction-img1-mb-x2.png)
  }
}

@media (max-width: 1000px) {
  .webp .gt20pro-troduction .umx-content .umx-f1 {
    background-image: url(../images/gt20pro-troduction-img1-mb.png.webp)
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .webp .gt20pro-troduction .umx-content .umx-f1 {
    background-image: url(../images/gt20pro-troduction-img1-mb-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-troduction .umx-content .umx-f1 {
    background-size: 92.5vw 6.66667vw;
    width: 92.5vw;
    height: 6.66667vw
  }
}

.gt20pro-troduction .umx-content ul {
  position: relative;
  margin-left: 20px;
  margin-top: 20px
}

@media (max-width: 1440px) {
  .gt20pro-troduction .umx-content ul {
    margin-left: 15px;
    margin-top: 15px
  }
}

.gt20pro-troduction .umx-content ul li {
  position: relative;
  list-style-type: disc;
  color: #fff;
  opacity: 0
}

.gt20pro-troduction .umx-content ul li p {
  line-height: 1.2;
  font-size: 20px
}

@media (max-width: 1440px) {
  .gt20pro-troduction .umx-content ul li p {
    font-size: 15px
  }
}

@media (max-width: 1000px) {
  .gt20pro-troduction .umx-content ul li p {
    font-size: 14px
  }
}

.gt20pro-troduction .umx-content ul li p span {
  display: inline-block
}

.gt20pro-troduction .umx-content ul li em {
  position: absolute;
  background: #2ce6e6;
  width: 14px;
  height: 14px;
  margin-left: 480px;
  -webkit-animation: antTwinkle 2s linear infinite;
  animation: antTwinkle 2s linear infinite;
  bottom: 10px
}

@media (max-width: 1440px) {
  .gt20pro-troduction .umx-content ul li em {
    width: 11px;
    height: 11px;
    margin-top: 1px;
    margin-left: 360px;
    bottom: 6px
  }
}

@media (max-width: 1000px) {
  .gt20pro-troduction .umx-content ul li em {
    margin-left: 266px
  }
}

@media (max-width: 1000px) {
  .gt20pro-troduction .umx-content ul li:nth-child(4) {
    width: 315px
  }
}

@media (max-width: 1000px) {
  .gt20pro-troduction .umx-content ul li:nth-child(5) {
    width: 290px
  }
}

.gt20pro-troduction .umx-content ul li:last-child p {
  font-size: 40px
}

@media (max-width: 1440px) {
  .gt20pro-troduction .umx-content ul li:last-child p {
    font-size: 30px
  }
}

@media (max-width: 1000px) {
  .gt20pro-troduction .umx-content ul li:last-child p {
    font-size: 22px
  }
}

.gt20pro-troduction .umx-content .umx-svg {
  position: relative;
  margin-top: 20px;
  margin-bottom: 110px;
  margin-left: 6px;
  opacity: 0;
  -webkit-transition: opacity .15s;
  transition: opacity .15s;
  background-image: url(../images/gt20pro-troduction-svg-lg.png);
  background-size: 272px 24px;
  background-position: center;
  background-repeat: no-repeat;
  width: 272px;
  height: 24px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-troduction .umx-content .umx-svg {
    background-image: url(../images/gt20pro-troduction-svg-lg-x2.png)
  }
}

.webp .gt20pro-troduction .umx-content .umx-svg {
  background-image: url(../images/gt20pro-troduction-svg-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-troduction .umx-content .umx-svg {
    background-image: url(../images/gt20pro-troduction-svg-lg-x2.png.webp)
  }
}

@media (max-width: 1440px) {
  .gt20pro-troduction .umx-content .umx-svg {
    background-image: url(../images/gt20pro-troduction-svg-lg.png);
    background-size: 204px 18px;
    background-position: center;
    background-repeat: no-repeat;
    width: 204px;
    height: 18px
  }
}

@media only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1440px) and (min-resolution: 1.5dppx),(max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1440px) and (min-resolution: 144dpi) {
  .gt20pro-troduction .umx-content .umx-svg {
    background-image: url(../images/gt20pro-troduction-svg-lg-x2.png)
  }
}

@media (max-width: 1440px) {
  .webp .gt20pro-troduction .umx-content .umx-svg {
    background-image: url(../images/gt20pro-troduction-svg-lg.png.webp)
  }
}

@media only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1440px) and (min-resolution: 1.5dppx),(max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1440px) and (min-resolution: 144dpi) {
  .webp .gt20pro-troduction .umx-content .umx-svg {
    background-image: url(../images/gt20pro-troduction-svg-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-troduction .umx-content .umx-svg {
    background-image: url(../images/gt20pro-troduction-svg-lg.png);
    background-size: 136px 12px;
    background-position: center;
    background-repeat: no-repeat;
    width: 136px;
    height: 12px
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .gt20pro-troduction .umx-content .umx-svg {
    background-image: url(../images/gt20pro-troduction-svg-lg-x2.png)
  }
}

@media (max-width: 1000px) {
  .webp .gt20pro-troduction .umx-content .umx-svg {
    background-image: url(../images/gt20pro-troduction-svg-lg.png.webp)
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .webp .gt20pro-troduction .umx-content .umx-svg {
    background-image: url(../images/gt20pro-troduction-svg-lg-x2.png.webp)
  }
}

@media (max-width: 1440px) {
  .gt20pro-troduction .umx-content .umx-svg {
    margin-top: 15px;
    margin-bottom: 82.5px;
    margin-left: 2px
  }
}

@media (max-width: 1000px) {
  .gt20pro-troduction .umx-content .umx-svg {
    margin-bottom: 0;
    margin-left: 2px
  }
}

.gt20pro-troduction .umx-content .umx-svg.umx-current {
  opacity: 1
}

@-webkit-keyframes antBeastFilter {
  0% {
    -webkit-filter: drop-shadow(0 0 12px #61f9fb) drop-shadow(0 0 44px #61f9fb) drop-shadow(0 0 88px #61f9fb) drop-shadow(0 0 151px #61f9fb);
    filter: drop-shadow(0 0 12px #61f9fb) drop-shadow(0 0 44px #61f9fb) drop-shadow(0 0 88px #61f9fb) drop-shadow(0 0 151px #61f9fb)
  }
  50% {
    -webkit-filter: none;
    filter: none
  }
  100% {
    -webkit-filter: drop-shadow(0 0 12px #61f9fb) drop-shadow(0 0 44px #61f9fb) drop-shadow(0 0 88px #61f9fb) drop-shadow(0 0 151px #61f9fb);
    filter: drop-shadow(0 0 12px #61f9fb) drop-shadow(0 0 44px #61f9fb) drop-shadow(0 0 88px #61f9fb) drop-shadow(0 0 151px #61f9fb)
  }
}

@keyframes antBeastFilter {
  0% {
    -webkit-filter: drop-shadow(0 0 12px #61f9fb) drop-shadow(0 0 44px #61f9fb) drop-shadow(0 0 88px #61f9fb) drop-shadow(0 0 151px #61f9fb);
    filter: drop-shadow(0 0 12px #61f9fb) drop-shadow(0 0 44px #61f9fb) drop-shadow(0 0 88px #61f9fb) drop-shadow(0 0 151px #61f9fb)
  }
  50% {
    -webkit-filter: none;
    filter: none
  }
  100% {
    -webkit-filter: drop-shadow(0 0 12px #61f9fb) drop-shadow(0 0 44px #61f9fb) drop-shadow(0 0 88px #61f9fb) drop-shadow(0 0 151px #61f9fb);
    filter: drop-shadow(0 0 12px #61f9fb) drop-shadow(0 0 44px #61f9fb) drop-shadow(0 0 88px #61f9fb) drop-shadow(0 0 151px #61f9fb)
  }
}

@-webkit-keyframes antBeastFilterPoint {
  0% {
    -webkit-filter: drop-shadow(0 0 1.44px #f5095b) drop-shadow(0 0 2.88px #f5095b) drop-shadow(0 0 10.08px #f5095b) drop-shadow(0 0 20.16px #f5095b) drop-shadow(0 0 34.56px #f5095b) drop-shadow(0 0 60.48px #f5095b);
    filter: drop-shadow(0 0 1.44px #f5095b) drop-shadow(0 0 2.88px #f5095b) drop-shadow(0 0 10.08px #f5095b) drop-shadow(0 0 20.16px #f5095b) drop-shadow(0 0 34.56px #f5095b) drop-shadow(0 0 60.48px #f5095b)
  }
  50% {
    -webkit-filter: none;
    filter: none
  }
  100% {
    -webkit-filter: drop-shadow(0 0 1.44px #f5095b) drop-shadow(0 0 2.88px #f5095b) drop-shadow(0 0 10.08px #f5095b) drop-shadow(0 0 20.16px #f5095b) drop-shadow(0 0 34.56px #f5095b) drop-shadow(0 0 60.48px #f5095b);
    filter: drop-shadow(0 0 1.44px #f5095b) drop-shadow(0 0 2.88px #f5095b) drop-shadow(0 0 10.08px #f5095b) drop-shadow(0 0 20.16px #f5095b) drop-shadow(0 0 34.56px #f5095b) drop-shadow(0 0 60.48px #f5095b)
  }
}

@keyframes antBeastFilterPoint {
  0% {
    -webkit-filter: drop-shadow(0 0 1.44px #f5095b) drop-shadow(0 0 2.88px #f5095b) drop-shadow(0 0 10.08px #f5095b) drop-shadow(0 0 20.16px #f5095b) drop-shadow(0 0 34.56px #f5095b) drop-shadow(0 0 60.48px #f5095b);
    filter: drop-shadow(0 0 1.44px #f5095b) drop-shadow(0 0 2.88px #f5095b) drop-shadow(0 0 10.08px #f5095b) drop-shadow(0 0 20.16px #f5095b) drop-shadow(0 0 34.56px #f5095b) drop-shadow(0 0 60.48px #f5095b)
  }
  50% {
    -webkit-filter: none;
    filter: none
  }
  100% {
    -webkit-filter: drop-shadow(0 0 1.44px #f5095b) drop-shadow(0 0 2.88px #f5095b) drop-shadow(0 0 10.08px #f5095b) drop-shadow(0 0 20.16px #f5095b) drop-shadow(0 0 34.56px #f5095b) drop-shadow(0 0 60.48px #f5095b);
    filter: drop-shadow(0 0 1.44px #f5095b) drop-shadow(0 0 2.88px #f5095b) drop-shadow(0 0 10.08px #f5095b) drop-shadow(0 0 20.16px #f5095b) drop-shadow(0 0 34.56px #f5095b) drop-shadow(0 0 60.48px #f5095b)
  }
}

.gt20pro-beast .umx-beast-top {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1920px;
  height: 706px;
  mix-blend-mode: screen
}

@media (min-width: 1921px) {
  .gt20pro-beast .umx-beast-top {
    width: 2560px;
    height: 706px
  }
}

@media (max-width: 1600px) {
  .gt20pro-beast .umx-beast-top {
    -webkit-transform: translateX(-50%) scale(.84);
    -ms-transform: translateX(-50%) scale(.84);
    transform: translateX(-50%) scale(.84)
  }
}

@media (max-width: 1440px) {
  .gt20pro-beast .umx-beast-top {
    -webkit-transform: translateX(-50%) scale(.75);
    -ms-transform: translateX(-50%) scale(.75);
    transform: translateX(-50%) scale(.75);
    -webkit-transform-origin: center top;
    -ms-transform-origin: center top;
    transform-origin: center top;
    margin-bottom: -200px
  }
}

@media (max-width: 1024px) {
  .gt20pro-beast .umx-beast-top {
    -webkit-transform: translateX(-50%) scale(.6);
    -ms-transform: translateX(-50%) scale(.6);
    transform: translateX(-50%) scale(.6);
    -webkit-transform-origin: center top;
    -ms-transform-origin: center top;
    transform-origin: center top;
    margin-bottom: -300px
  }
}

@media (max-width: 1000px) {
  .gt20pro-beast .umx-beast-top {
    -webkit-transform: translateX(-50%) scale(1);
    -ms-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
    width: 100vw;
    height: 48.88889vw;
    margin-bottom: 40px;
    mix-blend-mode: normal
  }
}

.gt20pro-beast .umx-beast-top .umx-top-f1 {
  background-image: url(../images/gt20pro-beast-top-img1-lg.png);
  background-size: 1920px 706px;
  background-position: center;
  background-repeat: no-repeat;
  width: 1920px;
  height: 706px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-beast .umx-beast-top .umx-top-f1 {
    background-image: url(../images/gt20pro-beast-top-img1-lg-x2.png)
  }
}

.webp .gt20pro-beast .umx-beast-top .umx-top-f1 {
  background-image: url(../images/gt20pro-beast-top-img1-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-beast .umx-beast-top .umx-top-f1 {
    background-image: url(../images/gt20pro-beast-top-img1-lg-x2.png.webp)
  }
}

@media (min-width: 1921px) {
  .gt20pro-beast .umx-beast-top .umx-top-f1 {
    background-image: url(../images/gt20pro-beast-top-img1-xl.png);
    background-size: 2560px 706px;
    background-position: center;
    background-repeat: no-repeat;
    width: 2560px;
    height: 706px
  }
}

@media only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 1921px) and (min-resolution: 1.5dppx),(min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5),(min-width: 1921px) and (min-resolution: 144dpi) {
  .gt20pro-beast .umx-beast-top .umx-top-f1 {
    background-image: url(../images/gt20pro-beast-top-img1-xl-x2.png)
  }
}

@media (min-width: 1921px) {
  .webp .gt20pro-beast .umx-beast-top .umx-top-f1 {
    background-image: url(../images/gt20pro-beast-top-img1-xl.png.webp)
  }
}

@media only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 1921px) and (min-resolution: 1.5dppx),(min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5),(min-width: 1921px) and (min-resolution: 144dpi) {
  .webp .gt20pro-beast .umx-beast-top .umx-top-f1 {
    background-image: url(../images/gt20pro-beast-top-img1-xl-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-beast .umx-beast-top .umx-top-f1 {
    background-image: url(../images/gt20pro-beast-top-img1-mb.png);
    background-size: 360px 176px;
    background-position: center;
    background-repeat: no-repeat;
    width: 360px;
    height: 176px
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .gt20pro-beast .umx-beast-top .umx-top-f1 {
    background-image: url(../images/gt20pro-beast-top-img1-mb-x2.png)
  }
}

@media (max-width: 1000px) {
  .webp .gt20pro-beast .umx-beast-top .umx-top-f1 {
    background-image: url(../images/gt20pro-beast-top-img1-mb.png.webp)
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .webp .gt20pro-beast .umx-beast-top .umx-top-f1 {
    background-image: url(../images/gt20pro-beast-top-img1-mb-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-beast .umx-beast-top .umx-top-f1 {
    background-size: 100vw 48.88889vw;
    width: 100vw;
    height: 48.88889vw
  }
}

.gt20pro-beast .umx-beast-top .umx-light {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1600px;
  top: 100px
}

@media (max-width: 1000px) {
  .gt20pro-beast .umx-beast-top .umx-light {
    width: calc(100vw - 48px);
    top: 8.33333vw
  }
}

.gt20pro-beast .umx-beast-top .umx-light .umx-hxd {
  position: absolute;
  top: 116px
}

@media (max-width: 1000px) {
  .gt20pro-beast .umx-beast-top .umx-light .umx-hxd {
    width: 13vw;
    height: 17.33333vw;
    top: 0
  }
}

.gt20pro-beast .umx-beast-top .umx-light .umx-txt-bg {
  position: absolute;
  font-family: InfinixDisplay;
  font-weight: 400;
  color: rgba(51, 230, 230, .03);
  -webkit-text-stroke: 1px rgba(51, 230, 230, .1);
  line-height: 80%;
  width: 200%;
  font-size: 186px;
  top: 100px;
  left: 120px;
  -webkit-transform: skewX(-7deg);
  -ms-transform: skewX(-7deg);
  transform: skewX(-7deg)
}

@media (max-width: 1000px) {
  .gt20pro-beast .umx-beast-top .umx-light .umx-txt-bg {
    width: 130%;
    font-size: 36px;
    left: 9.44444vw;
    top: 0
  }
}

.gt20pro-beast .umx-beast-top .umx-light .umx-p {
  position: absolute;
  font-family: InfinixDisplay;
  line-height: 1;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 72px;
  top: 176px;
  left: 116px
}

@media (max-width: 1000px) {
  .gt20pro-beast .umx-beast-top .umx-light .umx-p {
    font-size: 24px;
    top: 2.77778vw;
    left: 8.33333vw
  }
}

.gt20pro-beast .umx-beast-top .umx-light .umx-p .umx-top-icon {
  position: relative;
  margin-right: 1.82292vw;
  -webkit-animation: antBeastFilter 4s linear 0s infinite;
  animation: antBeastFilter 4s linear 0s infinite;
  background-image: url(../images/gt20pro-beast-top-icon-lg.png);
  background-size: 75px 74px;
  background-position: center;
  background-repeat: no-repeat;
  width: 75px;
  height: 74px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-beast .umx-beast-top .umx-light .umx-p .umx-top-icon {
    background-image: url(../images/gt20pro-beast-top-icon-lg-x2.png)
  }
}

.webp .gt20pro-beast .umx-beast-top .umx-light .umx-p .umx-top-icon {
  background-image: url(../images/gt20pro-beast-top-icon-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-beast .umx-beast-top .umx-light .umx-p .umx-top-icon {
    background-image: url(../images/gt20pro-beast-top-icon-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-beast .umx-beast-top .umx-light .umx-p .umx-top-icon {
    background-image: url(../images/gt20pro-beast-top-icon-lg.png);
    background-size: 45px 44px;
    background-position: center;
    background-repeat: no-repeat;
    width: 45px;
    height: 44px;
    width: 12.5vw;
    height: 12.33333vw;
    background-size: 12.5vw 12.33333vw;
    margin-right: 1.66667vw
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .gt20pro-beast .umx-beast-top .umx-light .umx-p .umx-top-icon {
    background-image: url(../images/gt20pro-beast-top-icon-lg-x2.png)
  }
}

@media (max-width: 1000px) {
  .webp .gt20pro-beast .umx-beast-top .umx-light .umx-p .umx-top-icon {
    background-image: url(../images/gt20pro-beast-top-icon-lg.png.webp)
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .webp .gt20pro-beast .umx-beast-top .umx-light .umx-p .umx-top-icon {
    background-image: url(../images/gt20pro-beast-top-icon-lg-x2.png.webp)
  }
}

.gt20pro-beast .umx-beast-top .umx-light .umx-p span {
  position: relative;
  display: block;
  width: 780px;
  -webkit-font-kerning: none;
  font-kerning: none
}

@media (max-width: 1000px) {
  .gt20pro-beast .umx-beast-top .umx-light .umx-p span {
    width: 100vw
  }
}

.gt20pro-beast .umx-beast-top .umx-light .umx-p span.umx-current {
  -webkit-animation: flashAnt .3s;
  animation: flashAnt .3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards
}

.gt20pro-beast .umx-beast-top .umx-light .umx-p span.umx-current::after {
  content: attr(data-text);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 4px;
  text-shadow: -1px 0 red;
  top: 0;
  color: #fff;
  overflow: hidden;
  clip: rect(0, 900px, 0, 0);
  -webkit-animation: noise-anim .5s 1 linear alternate-reverse, disappearAnt .1s .5s forwards;
  animation: noise-anim .5s 1 linear alternate-reverse, disappearAnt .1s .5s forwards
}

@media (max-width: 1000px) {
  .gt20pro-beast .umx-beast-top .umx-light .umx-p span.umx-current::after {
    clip: rect(0, 500px, 0, 0)
  }
}

.gt20pro-beast .umx-beast-top .umx-light .umx-p span.umx-current::before {
  content: attr(data-text);
  position: absolute;
  width: 100%;
  height: 100%;
  left: -4px;
  text-shadow: 1px 0 #00f;
  top: 0;
  color: #fff;
  overflow: hidden;
  clip: rect(0, 900px, 0, 0);
  -webkit-animation: noise-anim-2 .5s 1 linear alternate-reverse, disappearAnt .1s .5s forwards;
  animation: noise-anim-2 .5s 1 linear alternate-reverse, disappearAnt .1s .5s forwards
}

@media (max-width: 1000px) {
  .gt20pro-beast .umx-beast-top .umx-light .umx-p span.umx-current::before {
    clip: rect(0, 500px, 0, 0)
  }
}

.gt20pro-beast .umx-beast-bottom {
  position: relative;
  margin-bottom: 120px
}

@media (max-width: 1000px) {
  .gt20pro-beast .umx-beast-bottom {
    margin-bottom: 0
  }
}

.gt20pro-beast .umx-beast-bottom .umx-svg-line {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 93.75vw;
  height: .15625vw
}

@media (max-width: 1000px) {
  .gt20pro-beast .umx-beast-bottom .umx-svg-line {
    display: none
  }
}

.gt20pro-beast .umx-beast-bottom .umx-svg-tournaments {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1440px;
  margin-top: 14px;
  margin-bottom: 100px
}

@media (max-width: 1440px) {
  .gt20pro-beast .umx-beast-bottom .umx-svg-tournaments {
    width: 1000px;
    margin-top: 10.5px;
    margin-bottom: 0
  }
}

@media (max-width: 1000px) {
  .gt20pro-beast .umx-beast-bottom .umx-svg-tournaments {
    width: calc(100vw - 60px);
    -webkit-transform: translateX(-50%) scale(.56);
    -ms-transform: translateX(-50%) scale(.56);
    transform: translateX(-50%) scale(.56);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    top: -40px
  }
}

.gt20pro-beast .umx-beast-bottom .umx-svg-tournaments .umx-tou-svg1 {
  background-image: url(../images/gt20pro-beast-top-tou-svg1-lg.png);
  background-size: 305px 46px;
  background-position: center;
  background-repeat: no-repeat;
  width: 305px;
  height: 46px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-beast .umx-beast-bottom .umx-svg-tournaments .umx-tou-svg1 {
    background-image: url(../images/gt20pro-beast-top-tou-svg1-lg-x2.png)
  }
}

.webp .gt20pro-beast .umx-beast-bottom .umx-svg-tournaments .umx-tou-svg1 {
  background-image: url(../images/gt20pro-beast-top-tou-svg1-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-beast .umx-beast-bottom .umx-svg-tournaments .umx-tou-svg1 {
    background-image: url(../images/gt20pro-beast-top-tou-svg1-lg-x2.png.webp)
  }
}

.gt20pro-beast .umx-beast-bottom .umx-txt-special-bg {
  z-index: 1;
  top: 150px
}

@media (max-width: 1000px) {
  .gt20pro-beast .umx-beast-bottom .umx-txt-special-bg {
    top: 10px
  }
}

.gt20pro-beast .umx-beast-bottom .umx-map-content {
  position: relative
}

@media (max-width: 1600px) {
  .gt20pro-beast .umx-beast-bottom .umx-map-content {
    -webkit-transform: scale(.84);
    -ms-transform: scale(.84);
    transform: scale(.84)
  }
}

@media (max-width: 1440px) {
  .gt20pro-beast .umx-beast-bottom .umx-map-content {
    -webkit-transform: scale(.75);
    -ms-transform: scale(.75);
    transform: scale(.75);
    margin-bottom: -120px
  }
}

@media (max-width: 1000px) {
  .gt20pro-beast .umx-beast-bottom .umx-map-content {
    -webkit-transform: scale(.56);
    -ms-transform: scale(.56);
    transform: scale(.56);
    -webkit-transform-origin: center top;
    -ms-transform-origin: center top;
    transform-origin: center top;
    margin-bottom: -260px;
    margin-left: 280px
  }
}

.gt20pro-beast .umx-beast-bottom .umx-map-content .umx-bottom-f1 {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-image: url(../images/gt20pro-beast-bottom-img1-lg.png);
  background-size: 1920px 836px;
  background-position: center;
  background-repeat: no-repeat;
  width: 1920px;
  height: 836px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-beast .umx-beast-bottom .umx-map-content .umx-bottom-f1 {
    background-image: url(../images/gt20pro-beast-bottom-img1-lg-x2.png)
  }
}

.webp .gt20pro-beast .umx-beast-bottom .umx-map-content .umx-bottom-f1 {
  background-image: url(../images/gt20pro-beast-bottom-img1-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-beast .umx-beast-bottom .umx-map-content .umx-bottom-f1 {
    background-image: url(../images/gt20pro-beast-bottom-img1-lg-x2.png.webp)
  }
}

.gt20pro-beast .umx-beast-bottom .umx-map-content .umx-video-box {
  position: absolute;
  mix-blend-mode: screen;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1000px;
  height: 1000px;
  top: -156px;
  margin-left: 470px;
  pointer-events: none
}

@media (max-width: 1000px) {
  .gt20pro-beast .umx-beast-bottom .umx-map-content .umx-video-box {
    -webkit-transform: translateX(-50%) scale(.56);
    -ms-transform: translateX(-50%) scale(.56);
    transform: translateX(-50%) scale(.56);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    margin-left: 192px;
    top: -42px
  }
}

.gt20pro-beast .umx-beast-bottom .umx-map-content .umx-video-box .umx-beast-video {
  position: absolute;
  width: 100%;
  height: 100%
}

.gt20pro-beast .umx-beast-bottom .umx-map-content .umx-video-box .umx-beast-video video {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.gt20pro-beast .umx-beast-bottom .umx-map-content .umx-video-box .umx-beast-video-img {
  position: absolute;
  width: 100%;
  height: 100%;
  display: none
}

.gt20pro-beast .umx-beast-bottom .umx-map-content .umx-man-bg {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 92px;
  margin-left: 470px;
  mix-blend-mode: screen;
  background-image: url(../images/gt20pro-beast-man-bg-lg.png);
  background-size: 598px 713px;
  background-position: center;
  background-repeat: no-repeat;
  width: 598px;
  height: 713px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-beast .umx-beast-bottom .umx-map-content .umx-man-bg {
    background-image: url(../images/gt20pro-beast-man-bg-lg-x2.png)
  }
}

.webp .gt20pro-beast .umx-beast-bottom .umx-map-content .umx-man-bg {
  background-image: url(../images/gt20pro-beast-man-bg-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-beast .umx-beast-bottom .umx-map-content .umx-man-bg {
    background-image: url(../images/gt20pro-beast-man-bg-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-beast .umx-beast-bottom .umx-map-content .umx-man-bg {
    background-image: url(../images/gt20pro-beast-man-bg-lg.png);
    background-size: 334px 399px;
    background-position: center;
    background-repeat: no-repeat;
    width: 334px;
    height: 399px;
    margin-left: -30px
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .gt20pro-beast .umx-beast-bottom .umx-map-content .umx-man-bg {
    background-image: url(../images/gt20pro-beast-man-bg-lg-x2.png)
  }
}

@media (max-width: 1000px) {
  .webp .gt20pro-beast .umx-beast-bottom .umx-map-content .umx-man-bg {
    background-image: url(../images/gt20pro-beast-man-bg-lg.png.webp)
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .webp .gt20pro-beast .umx-beast-bottom .umx-map-content .umx-man-bg {
    background-image: url(../images/gt20pro-beast-man-bg-lg-x2.png.webp)
  }
}

.gt20pro-beast .umx-beast-bottom .umx-map-content .umx-man-f1 {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -11px;
  margin-left: 480px;
  background-image: url(../images/gt20pro-beast-man-img1-lg.png);
  background-size: 487px 707px;
  background-position: center;
  background-repeat: no-repeat;
  width: 487px;
  height: 707px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-beast .umx-beast-bottom .umx-map-content .umx-man-f1 {
    background-image: url(../images/gt20pro-beast-man-img1-lg-x2.png)
  }
}

.webp .gt20pro-beast .umx-beast-bottom .umx-map-content .umx-man-f1 {
  background-image: url(../images/gt20pro-beast-man-img1-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-beast .umx-beast-bottom .umx-map-content .umx-man-f1 {
    background-image: url(../images/gt20pro-beast-man-img1-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-beast .umx-beast-bottom .umx-map-content .umx-man-f1 {
    background-image: url(../images/gt20pro-beast-man-img1-lg.png);
    background-size: 272px 395px;
    background-position: center;
    background-repeat: no-repeat;
    width: 272px;
    height: 395px;
    margin-left: -14px;
    top: 30px
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .gt20pro-beast .umx-beast-bottom .umx-map-content .umx-man-f1 {
    background-image: url(../images/gt20pro-beast-man-img1-lg-x2.png)
  }
}

@media (max-width: 1000px) {
  .webp .gt20pro-beast .umx-beast-bottom .umx-map-content .umx-man-f1 {
    background-image: url(../images/gt20pro-beast-man-img1-lg.png.webp)
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .webp .gt20pro-beast .umx-beast-bottom .umx-map-content .umx-man-f1 {
    background-image: url(../images/gt20pro-beast-man-img1-lg-x2.png.webp)
  }
}

.gt20pro-beast .umx-beast-bottom .umx-map-content .umx-beast-json {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 260px;
  height: 70px;
  margin-left: 570px;
  margin-top: -123px
}

@media (max-width: 1000px) {
  .gt20pro-beast .umx-beast-bottom .umx-map-content .umx-beast-json {
    -webkit-transform: translateX(-50%) scale(.56);
    -ms-transform: translateX(-50%) scale(.56);
    transform: translateX(-50%) scale(.56);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    margin-left: 46px;
    margin-top: -396px
  }
}

.gt20pro-beast .umx-beast-bottom .umx-map-content .umx-map-instruct-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-left: -392px;
  margin-top: 48px
}

.gt20pro-beast .umx-beast-bottom .umx-map-content .umx-map-instruct-content ul {
  position: absolute;
  top: 0
}

.gt20pro-beast .umx-beast-bottom .umx-map-content .umx-map-instruct-content ul li {
  position: absolute
}

.gt20pro-beast .umx-beast-bottom .umx-map-content .umx-map-instruct-content ul li .umx-point {
  position: relative;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #f5095b
}

@media (max-width: 1440px) {
  .gt20pro-beast .umx-beast-bottom .umx-map-content .umx-map-instruct-content ul li .umx-point {
    width: 6px;
    height: 6px
  }
}

.gt20pro-beast .umx-beast-bottom .umx-map-content .umx-map-instruct-content ul li .umx-line-contnt {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: 2px;
  pointer-events: none
}

.gt20pro-beast .umx-beast-bottom .umx-map-content .umx-map-instruct-content ul li .umx-line-contnt .umx-line {
  background: #19fff3;
  width: 1px;
  height: 0
}

.gt20pro-beast .umx-beast-bottom .umx-map-content .umx-map-instruct-content ul li .umx-line-contnt .umx-line-rotate {
  position: absolute;
  -webkit-transform: rotate(34deg);
  -ms-transform: rotate(34deg);
  transform: rotate(34deg)
}

.gt20pro-beast .umx-beast-bottom .umx-map-content .umx-map-instruct-content ul li .umx-line-contnt .umx-line1 {
  position: absolute;
  top: 0
}

.gt20pro-beast .umx-beast-bottom .umx-map-content .umx-map-instruct-content ul li .umx-line-contnt .umx-line2 {
  position: absolute;
  margin-left: -68px;
  margin-top: 101px
}

.gt20pro-beast .umx-beast-bottom .umx-map-content .umx-map-instruct-content ul li .umx-card {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 236px;
  opacity: 0;
  pointer-events: none
}

.gt20pro-beast .umx-beast-bottom .umx-map-content .umx-map-instruct-content ul li .umx-card p {
  font-family: InfinixDisplay;
  color: #19fff3;
  line-height: 1.2;
  letter-spacing: -.18px;
  font-size: 10px
}

.gt20pro-beast .umx-beast-bottom .umx-map-content .umx-map-instruct-content ul li .umx-card figure {
  position: relative;
  margin-top: 6px
}

.gt20pro-beast .umx-beast-bottom .umx-map-content .umx-map-instruct-content ul li .umx-card figure.umx-card-f1 {
  background-image: url(../images/gt20pro-beast-card-img1-lg.png);
  background-size: 272px 89px;
  background-position: center;
  background-repeat: no-repeat;
  width: 272px;
  height: 89px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-beast .umx-beast-bottom .umx-map-content .umx-map-instruct-content ul li .umx-card figure.umx-card-f1 {
    background-image: url(../images/gt20pro-beast-card-img1-lg-x2.png)
  }
}

.webp .gt20pro-beast .umx-beast-bottom .umx-map-content .umx-map-instruct-content ul li .umx-card figure.umx-card-f1 {
  background-image: url(../images/gt20pro-beast-card-img1-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-beast .umx-beast-bottom .umx-map-content .umx-map-instruct-content ul li .umx-card figure.umx-card-f1 {
    background-image: url(../images/gt20pro-beast-card-img1-lg-x2.png.webp)
  }
}

.gt20pro-beast .umx-beast-bottom .umx-map-content .umx-map-instruct-content ul li .umx-card figure.umx-card-f2 {
  background-image: url(../images/gt20pro-beast-card-img2-lg.png);
  background-size: 272px 89px;
  background-position: center;
  background-repeat: no-repeat;
  width: 272px;
  height: 89px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-beast .umx-beast-bottom .umx-map-content .umx-map-instruct-content ul li .umx-card figure.umx-card-f2 {
    background-image: url(../images/gt20pro-beast-card-img2-lg-x2.png)
  }
}

.webp .gt20pro-beast .umx-beast-bottom .umx-map-content .umx-map-instruct-content ul li .umx-card figure.umx-card-f2 {
  background-image: url(../images/gt20pro-beast-card-img2-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-beast .umx-beast-bottom .umx-map-content .umx-map-instruct-content ul li .umx-card figure.umx-card-f2 {
    background-image: url(../images/gt20pro-beast-card-img2-lg-x2.png.webp)
  }
}

.gt20pro-beast .umx-beast-bottom .umx-map-content .umx-map-instruct-content ul li .umx-card figure.umx-card-f3 {
  background-image: url(../images/gt20pro-beast-card-img3-lg.png);
  background-size: 272px 89px;
  background-position: center;
  background-repeat: no-repeat;
  width: 272px;
  height: 89px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-beast .umx-beast-bottom .umx-map-content .umx-map-instruct-content ul li .umx-card figure.umx-card-f3 {
    background-image: url(../images/gt20pro-beast-card-img3-lg-x2.png)
  }
}

.webp .gt20pro-beast .umx-beast-bottom .umx-map-content .umx-map-instruct-content ul li .umx-card figure.umx-card-f3 {
  background-image: url(../images/gt20pro-beast-card-img3-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-beast .umx-beast-bottom .umx-map-content .umx-map-instruct-content ul li .umx-card figure.umx-card-f3 {
    background-image: url(../images/gt20pro-beast-card-img3-lg-x2.png.webp)
  }
}

.gt20pro-beast .umx-beast-bottom .umx-map-content .umx-map-instruct-content ul li .umx-card figure.umx-card-f4 {
  background-image: url(../images/gt20pro-beast-card-img4-lg.png);
  background-size: 272px 89px;
  background-position: center;
  background-repeat: no-repeat;
  width: 272px;
  height: 89px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-beast .umx-beast-bottom .umx-map-content .umx-map-instruct-content ul li .umx-card figure.umx-card-f4 {
    background-image: url(../images/gt20pro-beast-card-img4-lg-x2.png)
  }
}

.webp .gt20pro-beast .umx-beast-bottom .umx-map-content .umx-map-instruct-content ul li .umx-card figure.umx-card-f4 {
  background-image: url(../images/gt20pro-beast-card-img4-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-beast .umx-beast-bottom .umx-map-content .umx-map-instruct-content ul li .umx-card figure.umx-card-f4 {
    background-image: url(../images/gt20pro-beast-card-img4-lg-x2.png.webp)
  }
}

.gt20pro-beast .umx-beast-bottom .umx-map-content .umx-map-instruct-content ul li .umx-card figure.umx-card-f5 {
  background-image: url(../images/gt20pro-beast-card-img5-lg.png);
  background-size: 272px 89px;
  background-position: center;
  background-repeat: no-repeat;
  width: 272px;
  height: 89px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-beast .umx-beast-bottom .umx-map-content .umx-map-instruct-content ul li .umx-card figure.umx-card-f5 {
    background-image: url(../images/gt20pro-beast-card-img5-lg-x2.png)
  }
}

.webp .gt20pro-beast .umx-beast-bottom .umx-map-content .umx-map-instruct-content ul li .umx-card figure.umx-card-f5 {
  background-image: url(../images/gt20pro-beast-card-img5-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-beast .umx-beast-bottom .umx-map-content .umx-map-instruct-content ul li .umx-card figure.umx-card-f5 {
    background-image: url(../images/gt20pro-beast-card-img5-lg-x2.png.webp)
  }
}

.gt20pro-beast .umx-beast-bottom .umx-map-content .umx-map-instruct-content ul li .umx-card figure.umx-card-f6 {
  background-image: url(../images/gt20pro-beast-card-img6-lg.png);
  background-size: 272px 89px;
  background-position: center;
  background-repeat: no-repeat;
  width: 272px;
  height: 89px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-beast .umx-beast-bottom .umx-map-content .umx-map-instruct-content ul li .umx-card figure.umx-card-f6 {
    background-image: url(../images/gt20pro-beast-card-img6-lg-x2.png)
  }
}

.webp .gt20pro-beast .umx-beast-bottom .umx-map-content .umx-map-instruct-content ul li .umx-card figure.umx-card-f6 {
  background-image: url(../images/gt20pro-beast-card-img6-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-beast .umx-beast-bottom .umx-map-content .umx-map-instruct-content ul li .umx-card figure.umx-card-f6 {
    background-image: url(../images/gt20pro-beast-card-img6-lg-x2.png.webp)
  }
}

.gt20pro-beast .umx-beast-bottom .umx-map-content .umx-map-instruct-content ul li .umx-card figure.umx-card-f7 {
  background-image: url(../images/gt20pro-beast-card-img7-lg.png);
  background-size: 272px 89px;
  background-position: center;
  background-repeat: no-repeat;
  width: 272px;
  height: 89px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-beast .umx-beast-bottom .umx-map-content .umx-map-instruct-content ul li .umx-card figure.umx-card-f7 {
    background-image: url(../images/gt20pro-beast-card-img7-lg-x2.png)
  }
}

.webp .gt20pro-beast .umx-beast-bottom .umx-map-content .umx-map-instruct-content ul li .umx-card figure.umx-card-f7 {
  background-image: url(../images/gt20pro-beast-card-img7-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-beast .umx-beast-bottom .umx-map-content .umx-map-instruct-content ul li .umx-card figure.umx-card-f7 {
    background-image: url(../images/gt20pro-beast-card-img7-lg-x2.png.webp)
  }
}

.gt20pro-beast .umx-beast-bottom .umx-map-content .umx-map-instruct-content ul li .umx-card figure.umx-card-f8 {
  background-image: url(../images/gt20pro-beast-card-img8-lg.png);
  background-size: 272px 89px;
  background-position: center;
  background-repeat: no-repeat;
  width: 272px;
  height: 89px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-beast .umx-beast-bottom .umx-map-content .umx-map-instruct-content ul li .umx-card figure.umx-card-f8 {
    background-image: url(../images/gt20pro-beast-card-img8-lg-x2.png)
  }
}

.webp .gt20pro-beast .umx-beast-bottom .umx-map-content .umx-map-instruct-content ul li .umx-card figure.umx-card-f8 {
  background-image: url(../images/gt20pro-beast-card-img8-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-beast .umx-beast-bottom .umx-map-content .umx-map-instruct-content ul li .umx-card figure.umx-card-f8 {
    background-image: url(../images/gt20pro-beast-card-img8-lg-x2.png.webp)
  }
}

.gt20pro-beast .umx-beast-bottom .umx-map-content .umx-map-instruct-content ul li .umx-card figure.umx-card-f9 {
  background-image: url(../images/gt20pro-beast-card-img9-lg.png);
  background-size: 272px 89px;
  background-position: center;
  background-repeat: no-repeat;
  width: 272px;
  height: 89px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-beast .umx-beast-bottom .umx-map-content .umx-map-instruct-content ul li .umx-card figure.umx-card-f9 {
    background-image: url(../images/gt20pro-beast-card-img9-lg-x2.png)
  }
}

.webp .gt20pro-beast .umx-beast-bottom .umx-map-content .umx-map-instruct-content ul li .umx-card figure.umx-card-f9 {
  background-image: url(../images/gt20pro-beast-card-img9-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-beast .umx-beast-bottom .umx-map-content .umx-map-instruct-content ul li .umx-card figure.umx-card-f9 {
    background-image: url(../images/gt20pro-beast-card-img9-lg-x2.png.webp)
  }
}

.gt20pro-beast .umx-beast-bottom .umx-map-content .umx-map-instruct-content ul li .umx-card figure.umx-card-f10 {
  background-image: url(../images/gt20pro-beast-card-img10-lg.png);
  background-size: 272px 89px;
  background-position: center;
  background-repeat: no-repeat;
  width: 272px;
  height: 89px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-beast .umx-beast-bottom .umx-map-content .umx-map-instruct-content ul li .umx-card figure.umx-card-f10 {
    background-image: url(../images/gt20pro-beast-card-img10-lg-x2.png)
  }
}

.webp .gt20pro-beast .umx-beast-bottom .umx-map-content .umx-map-instruct-content ul li .umx-card figure.umx-card-f10 {
  background-image: url(../images/gt20pro-beast-card-img10-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-beast .umx-beast-bottom .umx-map-content .umx-map-instruct-content ul li .umx-card figure.umx-card-f10 {
    background-image: url(../images/gt20pro-beast-card-img10-lg-x2.png.webp)
  }
}

.gt20pro-beast .umx-beast-bottom .umx-map-content .umx-map-instruct-content ul li .umx-card figure.umx-card-f11 {
  background-image: url(../images/gt20pro-beast-card-img11-lg.png);
  background-size: 272px 89px;
  background-position: center;
  background-repeat: no-repeat;
  width: 272px;
  height: 89px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-beast .umx-beast-bottom .umx-map-content .umx-map-instruct-content ul li .umx-card figure.umx-card-f11 {
    background-image: url(../images/gt20pro-beast-card-img11-lg-x2.png)
  }
}

.webp .gt20pro-beast .umx-beast-bottom .umx-map-content .umx-map-instruct-content ul li .umx-card figure.umx-card-f11 {
  background-image: url(../images/gt20pro-beast-card-img11-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-beast .umx-beast-bottom .umx-map-content .umx-map-instruct-content ul li .umx-card figure.umx-card-f11 {
    background-image: url(../images/gt20pro-beast-card-img11-lg-x2.png.webp)
  }
}

.gt20pro-beast .umx-beast-bottom .umx-map-content .umx-map-instruct-content ul li.umx-li1 {
  left: -137px;
  top: -12px
}

@media (max-width: 1000px) {
  .gt20pro-beast .umx-beast-bottom .umx-map-content .umx-map-instruct-content ul li.umx-li1 .umx-line-contnt .umx-line-rotate {
    -webkit-transform: rotate(-34deg);
    -ms-transform: rotate(-34deg);
    transform: rotate(-34deg)
  }

  .gt20pro-beast .umx-beast-bottom .umx-map-content .umx-map-instruct-content ul li.umx-li1 .umx-line-contnt .umx-line2 {
    margin-left: 68px
  }

  .gt20pro-beast .umx-beast-bottom .umx-map-content .umx-map-instruct-content ul li.umx-li1 .umx-card {
    margin-left: 108px
  }
}

.gt20pro-beast .umx-beast-bottom .umx-map-content .umx-map-instruct-content ul li.umx-li2 {
  left: -102px;
  top: -69px
}

@media (max-width: 1000px) {
  .gt20pro-beast .umx-beast-bottom .umx-map-content .umx-map-instruct-content ul li.umx-li2 .umx-line-contnt .umx-line-rotate {
    -webkit-transform: rotate(-34deg);
    -ms-transform: rotate(-34deg);
    transform: rotate(-34deg)
  }

  .gt20pro-beast .umx-beast-bottom .umx-map-content .umx-map-instruct-content ul li.umx-li2 .umx-line-contnt .umx-line2 {
    margin-left: 68px
  }

  .gt20pro-beast .umx-beast-bottom .umx-map-content .umx-map-instruct-content ul li.umx-li2 .umx-card {
    margin-left: 108px
  }
}

.gt20pro-beast .umx-beast-bottom .umx-map-content .umx-map-instruct-content ul li.umx-li3 {
  left: -90px;
  top: -22px
}

@media (max-width: 1000px) {
  .gt20pro-beast .umx-beast-bottom .umx-map-content .umx-map-instruct-content ul li.umx-li3 .umx-line-contnt .umx-line-rotate {
    -webkit-transform: rotate(-34deg);
    -ms-transform: rotate(-34deg);
    transform: rotate(-34deg)
  }

  .gt20pro-beast .umx-beast-bottom .umx-map-content .umx-map-instruct-content ul li.umx-li3 .umx-line-contnt .umx-line2 {
    margin-left: 68px
  }

  .gt20pro-beast .umx-beast-bottom .umx-map-content .umx-map-instruct-content ul li.umx-li3 .umx-card {
    margin-left: 108px
  }
}

.gt20pro-beast .umx-beast-bottom .umx-map-content .umx-map-instruct-content ul li.umx-li4 {
  left: -90px;
  top: 22px
}

@media (max-width: 1000px) {
  .gt20pro-beast .umx-beast-bottom .umx-map-content .umx-map-instruct-content ul li.umx-li4 .umx-line-contnt .umx-line-rotate {
    -webkit-transform: rotate(-34deg);
    -ms-transform: rotate(-34deg);
    transform: rotate(-34deg)
  }

  .gt20pro-beast .umx-beast-bottom .umx-map-content .umx-map-instruct-content ul li.umx-li4 .umx-line-contnt .umx-line2 {
    margin-left: 68px
  }

  .gt20pro-beast .umx-beast-bottom .umx-map-content .umx-map-instruct-content ul li.umx-li4 .umx-card {
    margin-left: 108px
  }
}

.gt20pro-beast .umx-beast-bottom .umx-map-content .umx-map-instruct-content ul li.umx-li5 {
  left: -10px;
  top: -102px
}

.gt20pro-beast .umx-beast-bottom .umx-map-content .umx-map-instruct-content ul li.umx-li6 {
  left: -22px;
  top: -69px
}

.gt20pro-beast .umx-beast-bottom .umx-map-content .umx-map-instruct-content ul li.umx-li8 {
  left: 160px;
  top: -171px
}

.gt20pro-beast .umx-beast-bottom .umx-map-content .umx-map-instruct-content ul li.umx-li8 .umx-line-contnt .umx-line2 {
  margin-left: -101px;
  margin-top: 149px
}

.gt20pro-beast .umx-beast-bottom .umx-map-content .umx-map-instruct-content ul li.umx-li8 .umx-card {
  top: 340px;
  margin-left: -22px
}

.gt20pro-beast .umx-beast-bottom .umx-map-content .umx-map-instruct-content ul li.umx-li9 {
  left: 149px;
  top: 102px
}

.gt20pro-beast .umx-beast-bottom .umx-map-content .umx-map-instruct-content ul li.umx-li10 {
  left: 160px;
  top: 148px
}

.gt20pro-beast .umx-beast-bottom .umx-map-content .umx-map-instruct-content ul li.umx-li11 {
  left: 217px;
  top: 58px
}

.gt20pro-beast .umx-beast-bottom .umx-map-content .umx-map-instruct-content ul li.umx-current .umx-point {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-animation: antBeastFilterPoint 2s linear infinite;
  animation: antBeastFilterPoint 2s linear infinite
}

.gt20pro-beast .umx-beast-bottom .umx-map-content .umx-map-instruct-content ul li.umx-current .umx-line-contnt .umx-line {
  height: 122px
}

.gt20pro-beast .umx-beast-bottom .umx-map-content .umx-map-instruct-content ul li.umx-current .umx-line-contnt .umx-line1 {
  -webkit-transition: height .1s linear;
  transition: height .1s linear
}

.gt20pro-beast .umx-beast-bottom .umx-map-content .umx-map-instruct-content ul li.umx-current .umx-line-contnt .umx-line2 {
  -webkit-transition: height .1s linear .1s;
  transition: height .1s linear .1s
}

.gt20pro-beast .umx-beast-bottom .umx-map-content .umx-map-instruct-content ul li.umx-current .umx-card {
  -webkit-transition: opacity .2s linear .2s;
  transition: opacity .2s linear .2s;
  opacity: 1
}

.gt20pro-beast .umx-beast-bottom .umx-map-content .umx-map-instruct-content ul li.umx-current.umx-li8 .umx-line-contnt .umx-line {
  height: 180px
}

.gt20pro-esports .umx-section {
  padding-top: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

@media (max-width: 1000px) {
  .gt20pro-esports .umx-section {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    top: 5.55556vw
  }
}

.gt20pro-esports .umx-section .umx-title {
  width: 1200px
}

@media (max-width: 1440px) {
  .gt20pro-esports .umx-section .umx-title {
    width: 1000px
  }
}

@media (max-width: 1024px) {
  .gt20pro-esports .umx-section .umx-title {
    width: 900px
  }
}

@media (max-width: 1000px) {
  .gt20pro-esports .umx-section .umx-title {
    width: auto
  }
}

.gt20pro-esports .umx-section .umx-title .umx-svg-box {
  position: relative;
  margin-bottom: 30px;
  width: 458px;
  height: 76px
}

@media (max-width: 1440px) {
  .gt20pro-esports .umx-section .umx-title .umx-svg-box {
    width: 343.5px;
    height: 57px;
    margin-bottom: 22.5px
  }
}

@media (max-width: 1000px) {
  .gt20pro-esports .umx-section .umx-title .umx-svg-box {
    width: 151.14px;
    height: 25.08px;
    margin-bottom: 16px;
    margin-left: 12.77778vw
  }
}

.gt20pro-esports .umx-section .umx-title .umx-svg-box svg {
  position: relative
}

@media (max-width: 1440px) {
  .gt20pro-esports .umx-section .umx-title .umx-svg-box svg {
    -webkit-transform: scale(.75);
    -ms-transform: scale(.75);
    transform: scale(.75);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
  }
}

@media (max-width: 1000px) {
  .gt20pro-esports .umx-section .umx-title .umx-svg-box svg {
    -webkit-transform: scale(.34);
    -ms-transform: scale(.34);
    transform: scale(.34)
  }
}

.gt20pro-esports .umx-section .umx-title .umx-svg-box p {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: AktivGroteskEx_Bd;
  color: #fff;
  line-height: 1.1;
  font-size: 48px;
  left: 30px
}

@media (max-width: 1440px) {
  .gt20pro-esports .umx-section .umx-title .umx-svg-box p {
    font-size: 36px;
    left: 22.5px
  }
}

@media (max-width: 1000px) {
  .gt20pro-esports .umx-section .umx-title .umx-svg-box p {
    font-size: 15px;
    left: 15px
  }
}

@media (max-width: 1000px) {
  .gt20pro-esports .umx-section .umx-title .umx-intro {
    padding-left: 12.77778vw
  }
}

.gt20pro-esports .umx-figure-box {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1920px;
  height: 1080px
}

@media (min-width: 1921px) {
  .gt20pro-esports .umx-figure-box {
    width: 2561.28px;
    height: 1440.72px
  }
}

@media (max-width: 1440px) {
  .gt20pro-esports .umx-figure-box {
    width: 1440px;
    height: 810px
  }
}

@media (max-width: 1024px) {
  .gt20pro-esports .umx-figure-box {
    width: 1075.2px;
    height: 604.8px
  }
}

@media (max-width: 1000px) {
  .gt20pro-esports .umx-figure-box {
    width: 100vw;
    height: 150vw
  }
}

.gt20pro-esports .umx-figure-box .umx-bg {
  background-image: url(../images/gt20pro-esports-bg-lg.png);
  background-size: 1920px 1080px;
  background-position: center;
  background-repeat: no-repeat;
  width: 1920px;
  height: 1080px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-esports .umx-figure-box .umx-bg {
    background-image: url(../images/gt20pro-esports-bg-lg-x2.png)
  }
}

.webp .gt20pro-esports .umx-figure-box .umx-bg {
  background-image: url(../images/gt20pro-esports-bg-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-esports .umx-figure-box .umx-bg {
    background-image: url(../images/gt20pro-esports-bg-lg-x2.png.webp)
  }
}

@media (min-width: 1921px) {
  .gt20pro-esports .umx-figure-box .umx-bg {
    background-image: url(../images/gt20pro-esports-bg-lg.png);
    background-size: 2561px 1440px;
    background-position: center;
    background-repeat: no-repeat;
    width: 2561px;
    height: 1440px
  }
}

@media only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 1921px) and (min-resolution: 1.5dppx),(min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5),(min-width: 1921px) and (min-resolution: 144dpi) {
  .gt20pro-esports .umx-figure-box .umx-bg {
    background-image: url(../images/gt20pro-esports-bg-lg-x2.png)
  }
}

@media (min-width: 1921px) {
  .webp .gt20pro-esports .umx-figure-box .umx-bg {
    background-image: url(../images/gt20pro-esports-bg-lg.png.webp)
  }
}

@media only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 1921px) and (min-resolution: 1.5dppx),(min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5),(min-width: 1921px) and (min-resolution: 144dpi) {
  .webp .gt20pro-esports .umx-figure-box .umx-bg {
    background-image: url(../images/gt20pro-esports-bg-lg-x2.png.webp)
  }
}

@media (max-width: 1440px) {
  .gt20pro-esports .umx-figure-box .umx-bg {
    background-image: url(../images/gt20pro-esports-bg-lg.png);
    background-size: 1440px 810px;
    background-position: center;
    background-repeat: no-repeat;
    width: 1440px;
    height: 810px
  }
}

@media only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1440px) and (min-resolution: 1.5dppx),(max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1440px) and (min-resolution: 144dpi) {
  .gt20pro-esports .umx-figure-box .umx-bg {
    background-image: url(../images/gt20pro-esports-bg-lg-x2.png)
  }
}

@media (max-width: 1440px) {
  .webp .gt20pro-esports .umx-figure-box .umx-bg {
    background-image: url(../images/gt20pro-esports-bg-lg.png.webp)
  }
}

@media only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1440px) and (min-resolution: 1.5dppx),(max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1440px) and (min-resolution: 144dpi) {
  .webp .gt20pro-esports .umx-figure-box .umx-bg {
    background-image: url(../images/gt20pro-esports-bg-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-esports .umx-figure-box .umx-bg {
    background-image: url(../images/gt20pro-esports-bg-mb.jpg);
    background-size: 360px 540px;
    background-position: center;
    background-repeat: no-repeat;
    width: 360px;
    height: 540px
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .gt20pro-esports .umx-figure-box .umx-bg {
    background-image: url(../images/gt20pro-esports-bg-mb-x2.jpg)
  }
}

@media (max-width: 1000px) {
  .webp .gt20pro-esports .umx-figure-box .umx-bg {
    background-image: url(../images/gt20pro-esports-bg-mb.jpg.webp)
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .webp .gt20pro-esports .umx-figure-box .umx-bg {
    background-image: url(../images/gt20pro-esports-bg-mb-x2.jpg.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-esports .umx-figure-box .umx-bg {
    background-size: 100vw 150vw;
    width: 100vw;
    height: 150vw
  }
}

.gt20pro-esports .umx-figure-box .umx-f1 {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  background-image: url(../images/gt20pro-esports-img1-lg.png);
  background-size: 889px 406px;
  background-position: center;
  background-repeat: no-repeat;
  width: 889px;
  height: 406px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-esports .umx-figure-box .umx-f1 {
    background-image: url(../images/gt20pro-esports-img1-lg-x2.png)
  }
}

.webp .gt20pro-esports .umx-figure-box .umx-f1 {
  background-image: url(../images/gt20pro-esports-img1-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-esports .umx-figure-box .umx-f1 {
    background-image: url(../images/gt20pro-esports-img1-lg-x2.png.webp)
  }
}

@media (min-width: 1921px) {
  .gt20pro-esports .umx-figure-box .umx-f1 {
    background-image: url(../images/gt20pro-esports-img1-lg.png);
    background-size: 1185px 541px;
    background-position: center;
    background-repeat: no-repeat;
    width: 1185px;
    height: 541px;
    right: 0
  }
}

@media only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 1921px) and (min-resolution: 1.5dppx),(min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5),(min-width: 1921px) and (min-resolution: 144dpi) {
  .gt20pro-esports .umx-figure-box .umx-f1 {
    background-image: url(../images/gt20pro-esports-img1-lg-x2.png)
  }
}

@media (min-width: 1921px) {
  .webp .gt20pro-esports .umx-figure-box .umx-f1 {
    background-image: url(../images/gt20pro-esports-img1-lg.png.webp)
  }
}

@media only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 1921px) and (min-resolution: 1.5dppx),(min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5),(min-width: 1921px) and (min-resolution: 144dpi) {
  .webp .gt20pro-esports .umx-figure-box .umx-f1 {
    background-image: url(../images/gt20pro-esports-img1-lg-x2.png.webp)
  }
}

@media (max-width: 1440px) {
  .gt20pro-esports .umx-figure-box .umx-f1 {
    background-image: url(../images/gt20pro-esports-img1-lg.png);
    background-size: 666px 304px;
    background-position: center;
    background-repeat: no-repeat;
    width: 666px;
    height: 304px;
    right: 30px
  }
}

@media only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1440px) and (min-resolution: 1.5dppx),(max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1440px) and (min-resolution: 144dpi) {
  .gt20pro-esports .umx-figure-box .umx-f1 {
    background-image: url(../images/gt20pro-esports-img1-lg-x2.png)
  }
}

@media (max-width: 1440px) {
  .webp .gt20pro-esports .umx-figure-box .umx-f1 {
    background-image: url(../images/gt20pro-esports-img1-lg.png.webp)
  }
}

@media only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1440px) and (min-resolution: 1.5dppx),(max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1440px) and (min-resolution: 144dpi) {
  .webp .gt20pro-esports .umx-figure-box .umx-f1 {
    background-image: url(../images/gt20pro-esports-img1-lg-x2.png.webp)
  }
}

@media (max-width: 1024px) {
  .gt20pro-esports .umx-figure-box .umx-f1 {
    background-image: url(../images/gt20pro-esports-img1-lg.png);
    background-size: 497px 227px;
    background-position: center;
    background-repeat: no-repeat;
    width: 497px;
    height: 227px
  }
}

@media only screen and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1024px) and (min-resolution: 1.5dppx),(max-width: 1024px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1024px) and (min-resolution: 144dpi) {
  .gt20pro-esports .umx-figure-box .umx-f1 {
    background-image: url(../images/gt20pro-esports-img1-lg-x2.png)
  }
}

@media (max-width: 1024px) {
  .webp .gt20pro-esports .umx-figure-box .umx-f1 {
    background-image: url(../images/gt20pro-esports-img1-lg.png.webp)
  }
}

@media only screen and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1024px) and (min-resolution: 1.5dppx),(max-width: 1024px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1024px) and (min-resolution: 144dpi) {
  .webp .gt20pro-esports .umx-figure-box .umx-f1 {
    background-image: url(../images/gt20pro-esports-img1-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-esports .umx-figure-box .umx-f1 {
    background-image: url(../images/gt20pro-esports-img1-mb.png);
    background-size: 444px 203px;
    background-position: center;
    background-repeat: no-repeat;
    width: 444px;
    height: 203px
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .gt20pro-esports .umx-figure-box .umx-f1 {
    background-image: url(../images/gt20pro-esports-img1-mb-x2.png)
  }
}

@media (max-width: 1000px) {
  .webp .gt20pro-esports .umx-figure-box .umx-f1 {
    background-image: url(../images/gt20pro-esports-img1-mb.png.webp)
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .webp .gt20pro-esports .umx-figure-box .umx-f1 {
    background-image: url(../images/gt20pro-esports-img1-mb-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-esports .umx-figure-box .umx-f1 {
    background-size: 123.47222vw 56.38889vw;
    width: 123.47222vw;
    height: 56.38889vw;
    right: -30.55556vw;
    top: 83.33333vw
  }
}

@-webkit-keyframes antChipFloat {
  0% {
    top: -138px
  }
  50% {
    top: -185px
  }
  100% {
    top: -138px
  }
}

@keyframes antChipFloat {
  0% {
    top: -138px
  }
  50% {
    top: -185px
  }
  100% {
    top: -138px
  }
}

@-webkit-keyframes carousel {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
  }
}

@keyframes carousel {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
  }
}

@-webkit-keyframes carousel-2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
  50% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
  }
  100% {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%)
  }
}

@keyframes carousel-2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
  50% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
  }
  100% {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%)
  }
}

.gt20pro-chip .umx-section-box {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 330px;
  width: 1440px;
  mix-blend-mode: screen
}

@media (max-width: 1440px) {
  .gt20pro-chip .umx-section-box {
    top: 280px;
    width: 1000px
  }
}

@media (max-width: 1000px) {
  .gt20pro-chip .umx-section-box {
    top: 0;
    width: auto;
    mix-blend-mode: normal
  }
}

.gt20pro-chip .umx-section-box .umx-txt-special-bg {
  position: relative
}

@media (max-width: 1000px) {
  .gt20pro-chip .umx-section-box .umx-txt-special-bg {
    width: calc(100vw - 40px)
  }
}

.gt20pro-chip .umx-section-box .umx-txt-special-bg .umx-med-svg {
  margin-bottom: 20px;
  background-image: url(../images/gt20pro-chip-med-svg-lg.png);
  background-size: 115px 46px;
  background-position: center;
  background-repeat: no-repeat;
  width: 115px;
  height: 46px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-chip .umx-section-box .umx-txt-special-bg .umx-med-svg {
    background-image: url(../images/gt20pro-chip-med-svg-lg-x2.png)
  }
}

.webp .gt20pro-chip .umx-section-box .umx-txt-special-bg .umx-med-svg {
  background-image: url(../images/gt20pro-chip-med-svg-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-chip .umx-section-box .umx-txt-special-bg .umx-med-svg {
    background-image: url(../images/gt20pro-chip-med-svg-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-chip .umx-section-box .umx-txt-special-bg .umx-med-svg {
    background-image: url(../images/gt20pro-chip-med-svg-lg.png);
    background-size: 69px 27px;
    background-position: center;
    background-repeat: no-repeat;
    width: 69px;
    height: 27px;
    margin-top: 14px;
    margin-left: 2px
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .gt20pro-chip .umx-section-box .umx-txt-special-bg .umx-med-svg {
    background-image: url(../images/gt20pro-chip-med-svg-lg-x2.png)
  }
}

@media (max-width: 1000px) {
  .webp .gt20pro-chip .umx-section-box .umx-txt-special-bg .umx-med-svg {
    background-image: url(../images/gt20pro-chip-med-svg-lg.png.webp)
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .webp .gt20pro-chip .umx-section-box .umx-txt-special-bg .umx-med-svg {
    background-image: url(../images/gt20pro-chip-med-svg-lg-x2.png.webp)
  }
}

.gt20pro-chip .umx-section-box .umx-txt {
  position: absolute;
  width: 695px;
  margin-top: 54px
}

@media (max-width: 1440px) {
  .gt20pro-chip .umx-section-box .umx-txt {
    width: 521.25px;
    margin-top: 40.5px
  }
}

@media (max-width: 1000px) {
  .gt20pro-chip .umx-section-box .umx-txt {
    width: 310.665px;
    margin-top: 0;
    top: 710px
  }
}

@media (max-width: 1440px) {
  .gt20pro-chip .umx-section-box .umx-txt .umx-frame-svg {
    -webkit-transform: scale(.75);
    -ms-transform: scale(.75);
    transform: scale(.75);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
  }
}

@media (max-width: 1000px) {
  .gt20pro-chip .umx-section-box .umx-txt .umx-frame-svg {
    -webkit-transform: scale(.447);
    -ms-transform: scale(.447);
    transform: scale(.447)
  }
}

.gt20pro-chip .umx-section-box .umx-txt .umx-txt-c {
  position: absolute;
  top: 64px;
  left: 76px
}

@media (max-width: 1440px) {
  .gt20pro-chip .umx-section-box .umx-txt .umx-txt-c {
    top: 48px;
    left: 57px
  }
}

@media (max-width: 1000px) {
  .gt20pro-chip .umx-section-box .umx-txt .umx-txt-c {
    top: 0;
    left: 0;
    padding: 18px 24px 0 28px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }
}

.gt20pro-chip .umx-section-box .umx-txt .umx-txt-c .umx-section {
  padding-top: 0
}

@media (max-width: 1000px) {
  .gt20pro-chip .umx-section-box .umx-txt .umx-txt-c .umx-section .umx-title .umx-main-title {
    padding: 0;
    margin-bottom: 6px
  }
}

@media (max-width: 1000px) {
  .gt20pro-chip .umx-section-box .umx-txt .umx-txt-c .umx-section .umx-title .umx-intro {
    padding: 0
  }
}

.gt20pro-chip .umx-section-box .umx-icon-box {
  position: absolute;
  margin-top: 520px
}

@media (max-width: 1440px) {
  .gt20pro-chip .umx-section-box .umx-icon-box {
    margin-top: 390px
  }
}

@media (max-width: 1000px) {
  .gt20pro-chip .umx-section-box .umx-icon-box {
    margin-top: 810px
  }
}

.gt20pro-chip .umx-section-box .umx-icon-box .umx-ul-box {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 540px
}

@media (max-width: 1440px) {
  .gt20pro-chip .umx-section-box .umx-icon-box .umx-ul-box {
    width: 430px
  }
}

@media (max-width: 1000px) {
  .gt20pro-chip .umx-section-box .umx-icon-box .umx-ul-box {
    width: calc(100vw - 48px)
  }
}

.gt20pro-chip .umx-section-box .umx-icon-box ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.gt20pro-chip .umx-section-box .umx-icon-box ul.umx-ul1 {
  -webkit-animation: carousel 10s linear infinite;
  animation: carousel 10s linear infinite
}

.gt20pro-chip .umx-section-box .umx-icon-box ul.umx-ul2 {
  -webkit-animation: carousel-2 10s 5s linear infinite;
  animation: carousel-2 10s 5s linear infinite
}

.gt20pro-chip .umx-section-box .umx-icon-box ul li {
  position: relative;
  margin-right: 20px
}

@media (max-width: 1000px) {
  .gt20pro-chip .umx-section-box .umx-icon-box ul li {
    margin-right: 2.77778vw
  }
}

.gt20pro-chip .umx-section-box .umx-icon-box ul li figure {
  border-radius: 12px
}

@media (max-width: 1000px) {
  .gt20pro-chip .umx-section-box .umx-icon-box ul li figure {
    border-radius: 6px
  }
}

.gt20pro-chip .umx-section-box .umx-icon-box ul li figure.umx-icon1 {
  background-image: url(../images/gt20pro-chip-icon1-lg.png);
  background-size: 88px 88px;
  background-position: center;
  background-repeat: no-repeat;
  width: 88px;
  height: 88px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-chip .umx-section-box .umx-icon-box ul li figure.umx-icon1 {
    background-image: url(../images/gt20pro-chip-icon1-lg-x2.png)
  }
}

.webp .gt20pro-chip .umx-section-box .umx-icon-box ul li figure.umx-icon1 {
  background-image: url(../images/gt20pro-chip-icon1-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-chip .umx-section-box .umx-icon-box ul li figure.umx-icon1 {
    background-image: url(../images/gt20pro-chip-icon1-lg-x2.png.webp)
  }
}

@media (max-width: 1440px) {
  .gt20pro-chip .umx-section-box .umx-icon-box ul li figure.umx-icon1 {
    background-image: url(../images/gt20pro-chip-icon1-lg.png);
    background-size: 66px 66px;
    background-position: center;
    background-repeat: no-repeat;
    width: 66px;
    height: 66px
  }
}

@media only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1440px) and (min-resolution: 1.5dppx),(max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1440px) and (min-resolution: 144dpi) {
  .gt20pro-chip .umx-section-box .umx-icon-box ul li figure.umx-icon1 {
    background-image: url(../images/gt20pro-chip-icon1-lg-x2.png)
  }
}

@media (max-width: 1440px) {
  .webp .gt20pro-chip .umx-section-box .umx-icon-box ul li figure.umx-icon1 {
    background-image: url(../images/gt20pro-chip-icon1-lg.png.webp)
  }
}

@media only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1440px) and (min-resolution: 1.5dppx),(max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1440px) and (min-resolution: 144dpi) {
  .webp .gt20pro-chip .umx-section-box .umx-icon-box ul li figure.umx-icon1 {
    background-image: url(../images/gt20pro-chip-icon1-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-chip .umx-section-box .umx-icon-box ul li figure.umx-icon1 {
    background-image: url(../images/gt20pro-chip-icon1-lg.png);
    background-size: 52px 52px;
    background-position: center;
    background-repeat: no-repeat;
    width: 52px;
    height: 52px
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .gt20pro-chip .umx-section-box .umx-icon-box ul li figure.umx-icon1 {
    background-image: url(../images/gt20pro-chip-icon1-lg-x2.png)
  }
}

@media (max-width: 1000px) {
  .webp .gt20pro-chip .umx-section-box .umx-icon-box ul li figure.umx-icon1 {
    background-image: url(../images/gt20pro-chip-icon1-lg.png.webp)
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .webp .gt20pro-chip .umx-section-box .umx-icon-box ul li figure.umx-icon1 {
    background-image: url(../images/gt20pro-chip-icon1-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-chip .umx-section-box .umx-icon-box ul li figure.umx-icon1 {
    width: 14.66667vw;
    height: 14.66667vw;
    background-size: 14.66667vw 14.66667vw
  }
}

.gt20pro-chip .umx-section-box .umx-icon-box ul li figure.umx-icon2 {
  background-image: url(../images/gt20pro-chip-icon2-lg.png);
  background-size: 88px 88px;
  background-position: center;
  background-repeat: no-repeat;
  width: 88px;
  height: 88px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-chip .umx-section-box .umx-icon-box ul li figure.umx-icon2 {
    background-image: url(../images/gt20pro-chip-icon2-lg-x2.png)
  }
}

.webp .gt20pro-chip .umx-section-box .umx-icon-box ul li figure.umx-icon2 {
  background-image: url(../images/gt20pro-chip-icon2-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-chip .umx-section-box .umx-icon-box ul li figure.umx-icon2 {
    background-image: url(../images/gt20pro-chip-icon2-lg-x2.png.webp)
  }
}

@media (max-width: 1440px) {
  .gt20pro-chip .umx-section-box .umx-icon-box ul li figure.umx-icon2 {
    background-image: url(../images/gt20pro-chip-icon2-lg.png);
    background-size: 66px 66px;
    background-position: center;
    background-repeat: no-repeat;
    width: 66px;
    height: 66px
  }
}

@media only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1440px) and (min-resolution: 1.5dppx),(max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1440px) and (min-resolution: 144dpi) {
  .gt20pro-chip .umx-section-box .umx-icon-box ul li figure.umx-icon2 {
    background-image: url(../images/gt20pro-chip-icon2-lg-x2.png)
  }
}

@media (max-width: 1440px) {
  .webp .gt20pro-chip .umx-section-box .umx-icon-box ul li figure.umx-icon2 {
    background-image: url(../images/gt20pro-chip-icon2-lg.png.webp)
  }
}

@media only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1440px) and (min-resolution: 1.5dppx),(max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1440px) and (min-resolution: 144dpi) {
  .webp .gt20pro-chip .umx-section-box .umx-icon-box ul li figure.umx-icon2 {
    background-image: url(../images/gt20pro-chip-icon2-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-chip .umx-section-box .umx-icon-box ul li figure.umx-icon2 {
    background-image: url(../images/gt20pro-chip-icon2-lg.png);
    background-size: 52px 52px;
    background-position: center;
    background-repeat: no-repeat;
    width: 52px;
    height: 52px
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .gt20pro-chip .umx-section-box .umx-icon-box ul li figure.umx-icon2 {
    background-image: url(../images/gt20pro-chip-icon2-lg-x2.png)
  }
}

@media (max-width: 1000px) {
  .webp .gt20pro-chip .umx-section-box .umx-icon-box ul li figure.umx-icon2 {
    background-image: url(../images/gt20pro-chip-icon2-lg.png.webp)
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .webp .gt20pro-chip .umx-section-box .umx-icon-box ul li figure.umx-icon2 {
    background-image: url(../images/gt20pro-chip-icon2-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-chip .umx-section-box .umx-icon-box ul li figure.umx-icon2 {
    width: 14.66667vw;
    height: 14.66667vw;
    background-size: 14.66667vw 14.66667vw
  }
}

.gt20pro-chip .umx-section-box .umx-icon-box ul li figure.umx-icon3 {
  background-image: url(../images/gt20pro-chip-icon3-lg.png);
  background-size: 88px 88px;
  background-position: center;
  background-repeat: no-repeat;
  width: 88px;
  height: 88px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-chip .umx-section-box .umx-icon-box ul li figure.umx-icon3 {
    background-image: url(../images/gt20pro-chip-icon3-lg-x2.png)
  }
}

.webp .gt20pro-chip .umx-section-box .umx-icon-box ul li figure.umx-icon3 {
  background-image: url(../images/gt20pro-chip-icon3-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-chip .umx-section-box .umx-icon-box ul li figure.umx-icon3 {
    background-image: url(../images/gt20pro-chip-icon3-lg-x2.png.webp)
  }
}

@media (max-width: 1440px) {
  .gt20pro-chip .umx-section-box .umx-icon-box ul li figure.umx-icon3 {
    background-image: url(../images/gt20pro-chip-icon3-lg.png);
    background-size: 66px 66px;
    background-position: center;
    background-repeat: no-repeat;
    width: 66px;
    height: 66px
  }
}

@media only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1440px) and (min-resolution: 1.5dppx),(max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1440px) and (min-resolution: 144dpi) {
  .gt20pro-chip .umx-section-box .umx-icon-box ul li figure.umx-icon3 {
    background-image: url(../images/gt20pro-chip-icon3-lg-x2.png)
  }
}

@media (max-width: 1440px) {
  .webp .gt20pro-chip .umx-section-box .umx-icon-box ul li figure.umx-icon3 {
    background-image: url(../images/gt20pro-chip-icon3-lg.png.webp)
  }
}

@media only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1440px) and (min-resolution: 1.5dppx),(max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1440px) and (min-resolution: 144dpi) {
  .webp .gt20pro-chip .umx-section-box .umx-icon-box ul li figure.umx-icon3 {
    background-image: url(../images/gt20pro-chip-icon3-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-chip .umx-section-box .umx-icon-box ul li figure.umx-icon3 {
    background-image: url(../images/gt20pro-chip-icon3-lg.png);
    background-size: 52px 52px;
    background-position: center;
    background-repeat: no-repeat;
    width: 52px;
    height: 52px
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .gt20pro-chip .umx-section-box .umx-icon-box ul li figure.umx-icon3 {
    background-image: url(../images/gt20pro-chip-icon3-lg-x2.png)
  }
}

@media (max-width: 1000px) {
  .webp .gt20pro-chip .umx-section-box .umx-icon-box ul li figure.umx-icon3 {
    background-image: url(../images/gt20pro-chip-icon3-lg.png.webp)
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .webp .gt20pro-chip .umx-section-box .umx-icon-box ul li figure.umx-icon3 {
    background-image: url(../images/gt20pro-chip-icon3-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-chip .umx-section-box .umx-icon-box ul li figure.umx-icon3 {
    width: 14.66667vw;
    height: 14.66667vw;
    background-size: 14.66667vw 14.66667vw
  }
}

.gt20pro-chip .umx-section-box .umx-icon-box ul li figure.umx-icon4 {
  background-image: url(../images/gt20pro-chip-icon4-lg.png);
  background-size: 88px 88px;
  background-position: center;
  background-repeat: no-repeat;
  width: 88px;
  height: 88px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-chip .umx-section-box .umx-icon-box ul li figure.umx-icon4 {
    background-image: url(../images/gt20pro-chip-icon4-lg-x2.png)
  }
}

.webp .gt20pro-chip .umx-section-box .umx-icon-box ul li figure.umx-icon4 {
  background-image: url(../images/gt20pro-chip-icon4-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-chip .umx-section-box .umx-icon-box ul li figure.umx-icon4 {
    background-image: url(../images/gt20pro-chip-icon4-lg-x2.png.webp)
  }
}

@media (max-width: 1440px) {
  .gt20pro-chip .umx-section-box .umx-icon-box ul li figure.umx-icon4 {
    background-image: url(../images/gt20pro-chip-icon4-lg.png);
    background-size: 66px 66px;
    background-position: center;
    background-repeat: no-repeat;
    width: 66px;
    height: 66px
  }
}

@media only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1440px) and (min-resolution: 1.5dppx),(max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1440px) and (min-resolution: 144dpi) {
  .gt20pro-chip .umx-section-box .umx-icon-box ul li figure.umx-icon4 {
    background-image: url(../images/gt20pro-chip-icon4-lg-x2.png)
  }
}

@media (max-width: 1440px) {
  .webp .gt20pro-chip .umx-section-box .umx-icon-box ul li figure.umx-icon4 {
    background-image: url(../images/gt20pro-chip-icon4-lg.png.webp)
  }
}

@media only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1440px) and (min-resolution: 1.5dppx),(max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1440px) and (min-resolution: 144dpi) {
  .webp .gt20pro-chip .umx-section-box .umx-icon-box ul li figure.umx-icon4 {
    background-image: url(../images/gt20pro-chip-icon4-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-chip .umx-section-box .umx-icon-box ul li figure.umx-icon4 {
    background-image: url(../images/gt20pro-chip-icon4-lg.png);
    background-size: 52px 52px;
    background-position: center;
    background-repeat: no-repeat;
    width: 52px;
    height: 52px
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .gt20pro-chip .umx-section-box .umx-icon-box ul li figure.umx-icon4 {
    background-image: url(../images/gt20pro-chip-icon4-lg-x2.png)
  }
}

@media (max-width: 1000px) {
  .webp .gt20pro-chip .umx-section-box .umx-icon-box ul li figure.umx-icon4 {
    background-image: url(../images/gt20pro-chip-icon4-lg.png.webp)
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .webp .gt20pro-chip .umx-section-box .umx-icon-box ul li figure.umx-icon4 {
    background-image: url(../images/gt20pro-chip-icon4-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-chip .umx-section-box .umx-icon-box ul li figure.umx-icon4 {
    width: 14.66667vw;
    height: 14.66667vw;
    background-size: 14.66667vw 14.66667vw
  }
}

.gt20pro-chip .umx-section-box .umx-icon-box ul li figure.umx-icon5 {
  background-image: url(../images/gt20pro-chip-icon5-lg.png);
  background-size: 88px 88px;
  background-position: center;
  background-repeat: no-repeat;
  width: 88px;
  height: 88px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-chip .umx-section-box .umx-icon-box ul li figure.umx-icon5 {
    background-image: url(../images/gt20pro-chip-icon5-lg-x2.png)
  }
}

.webp .gt20pro-chip .umx-section-box .umx-icon-box ul li figure.umx-icon5 {
  background-image: url(../images/gt20pro-chip-icon5-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-chip .umx-section-box .umx-icon-box ul li figure.umx-icon5 {
    background-image: url(../images/gt20pro-chip-icon5-lg-x2.png.webp)
  }
}

@media (max-width: 1440px) {
  .gt20pro-chip .umx-section-box .umx-icon-box ul li figure.umx-icon5 {
    background-image: url(../images/gt20pro-chip-icon5-lg.png);
    background-size: 66px 66px;
    background-position: center;
    background-repeat: no-repeat;
    width: 66px;
    height: 66px
  }
}

@media only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1440px) and (min-resolution: 1.5dppx),(max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1440px) and (min-resolution: 144dpi) {
  .gt20pro-chip .umx-section-box .umx-icon-box ul li figure.umx-icon5 {
    background-image: url(../images/gt20pro-chip-icon5-lg-x2.png)
  }
}

@media (max-width: 1440px) {
  .webp .gt20pro-chip .umx-section-box .umx-icon-box ul li figure.umx-icon5 {
    background-image: url(../images/gt20pro-chip-icon5-lg.png.webp)
  }
}

@media only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1440px) and (min-resolution: 1.5dppx),(max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1440px) and (min-resolution: 144dpi) {
  .webp .gt20pro-chip .umx-section-box .umx-icon-box ul li figure.umx-icon5 {
    background-image: url(../images/gt20pro-chip-icon5-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-chip .umx-section-box .umx-icon-box ul li figure.umx-icon5 {
    background-image: url(../images/gt20pro-chip-icon5-lg.png);
    background-size: 52px 52px;
    background-position: center;
    background-repeat: no-repeat;
    width: 52px;
    height: 52px
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .gt20pro-chip .umx-section-box .umx-icon-box ul li figure.umx-icon5 {
    background-image: url(../images/gt20pro-chip-icon5-lg-x2.png)
  }
}

@media (max-width: 1000px) {
  .webp .gt20pro-chip .umx-section-box .umx-icon-box ul li figure.umx-icon5 {
    background-image: url(../images/gt20pro-chip-icon5-lg.png.webp)
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .webp .gt20pro-chip .umx-section-box .umx-icon-box ul li figure.umx-icon5 {
    background-image: url(../images/gt20pro-chip-icon5-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-chip .umx-section-box .umx-icon-box ul li figure.umx-icon5 {
    width: 14.66667vw;
    height: 14.66667vw;
    background-size: 14.66667vw 14.66667vw
  }
}

.gt20pro-chip .umx-section-box .umx-icon-box p {
  font-family: AktivGroteskEx_Bd;
  color: #fff;
  line-height: 1.1;
  font-size: 20px;
  margin-top: 40px
}

@media (max-width: 1440px) {
  .gt20pro-chip .umx-section-box .umx-icon-box p {
    font-size: 15px;
    margin-top: 30px
  }
}

.gt20pro-chip .umx-figure-box {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 990px;
  width: 1440px;
  margin-left: 526px;
  margin-top: 160px;
  margin-bottom: 120px
}

@media (max-width: 1440px) {
  .gt20pro-chip .umx-figure-box {
    -webkit-transform: translateX(-50%) scale(.75);
    -ms-transform: translateX(-50%) scale(.75);
    transform: translateX(-50%) scale(.75);
    margin-left: 428px;
    margin-top: 50px;
    margin-bottom: 80px
  }
}

@media (max-width: 1024px) {
  .gt20pro-chip .umx-figure-box {
    -webkit-transform: translateX(-50%) scale(.6);
    -ms-transform: translateX(-50%) scale(.6);
    transform: translateX(-50%) scale(.6);
    margin-left: 376px
  }
}

@media (max-width: 1000px) {
  .gt20pro-chip .umx-figure-box {
    -webkit-transform: translateX(-50%) scale(.5);
    -ms-transform: translateX(-50%) scale(.5);
    transform: translateX(-50%) scale(.5);
    margin-left: 70px;
    margin-top: -68px;
    margin-bottom: 100px
  }
}

.gt20pro-chip .umx-figure-box .umx-figure .umx-f1 {
  position: relative;
  background-image: url(../images/gt20pro-chip-img1-lg.png);
  background-size: 1036px 990px;
  background-position: center;
  background-repeat: no-repeat;
  width: 1036px;
  height: 990px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-chip .umx-figure-box .umx-figure .umx-f1 {
    background-image: url(../images/gt20pro-chip-img1-lg-x2.png)
  }
}

.webp .gt20pro-chip .umx-figure-box .umx-figure .umx-f1 {
  background-image: url(../images/gt20pro-chip-img1-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-chip .umx-figure-box .umx-figure .umx-f1 {
    background-image: url(../images/gt20pro-chip-img1-lg-x2.png.webp)
  }
}

.gt20pro-chip .umx-figure-box .umx-figure .umx-f1 .umx-arrow {
  position: absolute;
  top: 90px;
  left: 170px
}

.gt20pro-chip .umx-figure-box .umx-figure .umx-f1 .umx-txt {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 395px;
  bottom: 108px;
  left: 475px
}

.gt20pro-chip .umx-figure-box .umx-figure .umx-f1 .umx-txt li {
  position: relative;
  margin-bottom: 20px
}

.gt20pro-chip .umx-figure-box .umx-figure .umx-f1 .umx-txt li:last-child {
  margin-bottom: 0
}

.gt20pro-chip .umx-figure-box .umx-figure .umx-f1 .umx-txt li figure {
  position: relative
}

.gt20pro-chip .umx-figure-box .umx-figure .umx-f1 .umx-txt li figure.umx-bg-svg1 {
  background-image: url(../images/gt20pro-chip-bg-svg1-lg.png);
  background-size: 190px 76px;
  background-position: center;
  background-repeat: no-repeat;
  width: 190px;
  height: 76px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-chip .umx-figure-box .umx-figure .umx-f1 .umx-txt li figure.umx-bg-svg1 {
    background-image: url(../images/gt20pro-chip-bg-svg1-lg-x2.png)
  }
}

.webp .gt20pro-chip .umx-figure-box .umx-figure .umx-f1 .umx-txt li figure.umx-bg-svg1 {
  background-image: url(../images/gt20pro-chip-bg-svg1-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-chip .umx-figure-box .umx-figure .umx-f1 .umx-txt li figure.umx-bg-svg1 {
    background-image: url(../images/gt20pro-chip-bg-svg1-lg-x2.png.webp)
  }
}

.gt20pro-chip .umx-figure-box .umx-figure .umx-f1 .umx-txt li figure.umx-bg-svg2 {
  background-image: url(../images/gt20pro-chip-bg-svg2-lg.png);
  background-size: 190px 76px;
  background-position: center;
  background-repeat: no-repeat;
  width: 190px;
  height: 76px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-chip .umx-figure-box .umx-figure .umx-f1 .umx-txt li figure.umx-bg-svg2 {
    background-image: url(../images/gt20pro-chip-bg-svg2-lg-x2.png)
  }
}

.webp .gt20pro-chip .umx-figure-box .umx-figure .umx-f1 .umx-txt li figure.umx-bg-svg2 {
  background-image: url(../images/gt20pro-chip-bg-svg2-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-chip .umx-figure-box .umx-figure .umx-f1 .umx-txt li figure.umx-bg-svg2 {
    background-image: url(../images/gt20pro-chip-bg-svg2-lg-x2.png.webp)
  }
}

.gt20pro-chip .umx-figure-box .umx-figure .umx-f1 .umx-txt li figure.umx-bg-svg3 {
  background-image: url(../images/gt20pro-chip-bg-svg3-lg.png);
  background-size: 390px 70px;
  background-position: center;
  background-repeat: no-repeat;
  width: 390px;
  height: 70px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-chip .umx-figure-box .umx-figure .umx-f1 .umx-txt li figure.umx-bg-svg3 {
    background-image: url(../images/gt20pro-chip-bg-svg3-lg-x2.png)
  }
}

.webp .gt20pro-chip .umx-figure-box .umx-figure .umx-f1 .umx-txt li figure.umx-bg-svg3 {
  background-image: url(../images/gt20pro-chip-bg-svg3-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-chip .umx-figure-box .umx-figure .umx-f1 .umx-txt li figure.umx-bg-svg3 {
    background-image: url(../images/gt20pro-chip-bg-svg3-lg-x2.png.webp)
  }
}

.gt20pro-chip .umx-figure-box .umx-figure .umx-f1 .umx-txt li figure.umx-bg-svg4 {
  background-image: url(../images/gt20pro-chip-bg-svg4-lg.png);
  background-size: 395px 76px;
  background-position: center;
  background-repeat: no-repeat;
  width: 395px;
  height: 76px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-chip .umx-figure-box .umx-figure .umx-f1 .umx-txt li figure.umx-bg-svg4 {
    background-image: url(../images/gt20pro-chip-bg-svg4-lg-x2.png)
  }
}

.webp .gt20pro-chip .umx-figure-box .umx-figure .umx-f1 .umx-txt li figure.umx-bg-svg4 {
  background-image: url(../images/gt20pro-chip-bg-svg4-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-chip .umx-figure-box .umx-figure .umx-f1 .umx-txt li figure.umx-bg-svg4 {
    background-image: url(../images/gt20pro-chip-bg-svg4-lg-x2.png.webp)
  }
}

.gt20pro-chip .umx-figure-box .umx-figure .umx-f1 .umx-txt li p {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: AktivGroteskEx_Bd;
  line-height: 1;
  font-size: 22px;
  margin-top: -9px;
  margin-left: 26px
}

.gt20pro-chip .umx-figure-box .umx-figure .umx-f2 {
  position: absolute;
  left: 153px;
  -webkit-animation: antChipFloat 10s linear infinite;
  animation: antChipFloat 10s linear infinite;
  background-image: url(../images/gt20pro-chip-img2-lg.png);
  background-size: 840px 752px;
  background-position: center;
  background-repeat: no-repeat;
  width: 840px;
  height: 752px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-chip .umx-figure-box .umx-figure .umx-f2 {
    background-image: url(../images/gt20pro-chip-img2-lg-x2.png)
  }
}

.webp .gt20pro-chip .umx-figure-box .umx-figure .umx-f2 {
  background-image: url(../images/gt20pro-chip-img2-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-chip .umx-figure-box .umx-figure .umx-f2 {
    background-image: url(../images/gt20pro-chip-img2-lg-x2.png.webp)
  }
}

.gt20pro-dedicated {
  overflow-x: clip
}

@media (max-width: 1000px) {
  .gt20pro-dedicated {
    overflow: hidden;
    margin-bottom: -200px
  }
}

.gt20pro-dedicated .umx-bg-red {
  position: absolute;
  width: 100vw;
  overflow: hidden;
  left: 35.625vw;
  top: 13.75vw
}

@media (max-width: 1000px) {
  .gt20pro-dedicated .umx-bg-red {
    left: auto;
    right: 0;
    top: 27.77778vw
  }
}

@media (max-width: 1000px) {
  .gt20pro-dedicated .umx-bg-red svg {
    width: 198.58333vw;
    height: 198.58333vw
  }
}

.gt20pro-dedicated .umx-stickyBox {
  min-height: 1080px;
  mix-blend-mode: screen
}

@media (max-width: 1440px) {
  .gt20pro-dedicated .umx-stickyBox {
    min-height: 810px
  }
}

@media (max-width: 1000px) {
  .gt20pro-dedicated .umx-stickyBox {
    min-height: auto;
    height: auto;
    mix-blend-mode: normal
  }
}

.gt20pro-dedicated .umx-video-box {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  bottom: 0;
  width: 1100px;
  height: 520px;
  margin-left: -330px;
  top: 129px;
  mix-blend-mode: screen
}

@media (max-width: 1440px) {
  .gt20pro-dedicated .umx-video-box {
    width: 825px;
    height: 390px;
    margin-left: -247.5px;
    top: 96.75px
  }
}

@media (max-width: 1000px) {
  .gt20pro-dedicated .umx-video-box {
    position: relative;
    top: 0;
    margin-left: -3.88889vw;
    width: 91.66667vw;
    height: 52vw;
    margin-top: 40px
  }
}

.gt20pro-dedicated .umx-video-box .umx-dedicated-video {
  position: absolute;
  width: 100%;
  height: 100%
}

.gt20pro-dedicated .umx-video-box .umx-dedicated-video video {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.gt20pro-dedicated .umx-video-box .umx-dedicated-video-img {
  position: absolute;
  width: 100%;
  height: 100%;
  display: none
}

.gt20pro-dedicated .umx-dedicated-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 36%;
  width: 1440px
}

@media (max-width: 1440px) {
  .gt20pro-dedicated .umx-dedicated-content {
    width: 1000px
  }
}

@media (max-width: 1000px) {
  .gt20pro-dedicated .umx-dedicated-content {
    position: relative;
    width: auto;
    top: 0;
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin-top: -60px
  }
}

.gt20pro-dedicated .umx-dedicated-content .umx-dedicated-right {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-left: 510px
}

@media (max-width: 1440px) {
  .gt20pro-dedicated .umx-dedicated-content .umx-dedicated-right {
    margin-left: 290px
  }
}

@media (max-width: 1000px) {
  .gt20pro-dedicated .umx-dedicated-content .umx-dedicated-right {
    margin-left: 0
  }
}

.gt20pro-dedicated .umx-dedicated-content .umx-dedicated-right .umx-f1 {
  background-image: url(../images/gt20pro-dedicated-img1-lg.png);
  background-size: 1012px 705px;
  background-position: center;
  background-repeat: no-repeat;
  width: 1012px;
  height: 705px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-dedicated .umx-dedicated-content .umx-dedicated-right .umx-f1 {
    background-image: url(../images/gt20pro-dedicated-img1-lg-x2.png)
  }
}

.webp .gt20pro-dedicated .umx-dedicated-content .umx-dedicated-right .umx-f1 {
  background-image: url(../images/gt20pro-dedicated-img1-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-dedicated .umx-dedicated-content .umx-dedicated-right .umx-f1 {
    background-image: url(../images/gt20pro-dedicated-img1-lg-x2.png.webp)
  }
}

@media (max-width: 1440px) {
  .gt20pro-dedicated .umx-dedicated-content .umx-dedicated-right .umx-f1 {
    background-image: url(../images/gt20pro-dedicated-img1-lg.png);
    background-size: 759px 528px;
    background-position: center;
    background-repeat: no-repeat;
    width: 759px;
    height: 528px
  }
}

@media only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1440px) and (min-resolution: 1.5dppx),(max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1440px) and (min-resolution: 144dpi) {
  .gt20pro-dedicated .umx-dedicated-content .umx-dedicated-right .umx-f1 {
    background-image: url(../images/gt20pro-dedicated-img1-lg-x2.png)
  }
}

@media (max-width: 1440px) {
  .webp .gt20pro-dedicated .umx-dedicated-content .umx-dedicated-right .umx-f1 {
    background-image: url(../images/gt20pro-dedicated-img1-lg.png.webp)
  }
}

@media only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1440px) and (min-resolution: 1.5dppx),(max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1440px) and (min-resolution: 144dpi) {
  .webp .gt20pro-dedicated .umx-dedicated-content .umx-dedicated-right .umx-f1 {
    background-image: url(../images/gt20pro-dedicated-img1-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-dedicated .umx-dedicated-content .umx-dedicated-right .umx-f1 {
    background-image: url(../images/gt20pro-dedicated-img1-mb.png);
    background-size: 360px 291px;
    background-position: center;
    background-repeat: no-repeat;
    width: 360px;
    height: 291px
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .gt20pro-dedicated .umx-dedicated-content .umx-dedicated-right .umx-f1 {
    background-image: url(../images/gt20pro-dedicated-img1-mb-x2.png)
  }
}

@media (max-width: 1000px) {
  .webp .gt20pro-dedicated .umx-dedicated-content .umx-dedicated-right .umx-f1 {
    background-image: url(../images/gt20pro-dedicated-img1-mb.png.webp)
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .webp .gt20pro-dedicated .umx-dedicated-content .umx-dedicated-right .umx-f1 {
    background-image: url(../images/gt20pro-dedicated-img1-mb-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-dedicated .umx-dedicated-content .umx-dedicated-right .umx-f1 {
    background-size: 100vw 80.83333vw;
    width: 100vw;
    height: 80.83333vw
  }
}

.gt20pro-dedicated .umx-dedicated-content-bottom {
  z-index: 1;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1440px;
  mix-blend-mode: screen;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: -300px
}

@media (max-width: 1440px) {
  .gt20pro-dedicated .umx-dedicated-content-bottom {
    width: 1000px;
    margin-top: -225px
  }
}

@media (max-width: 1000px) {
  .gt20pro-dedicated .umx-dedicated-content-bottom {
    width: auto;
    display: block;
    margin-top: 0
  }
}

.gt20pro-dedicated .umx-dedicated-content-bottom .umx-txt {
  position: relative;
  margin-left: 60px
}

@media (max-width: 1440px) {
  .gt20pro-dedicated .umx-dedicated-content-bottom .umx-txt {
    margin-left: 45px
  }
}

@media (max-width: 1000px) {
  .gt20pro-dedicated .umx-dedicated-content-bottom .umx-txt {
    margin-left: 24px;
    width: 311.36px;
    margin-top: 30px
  }
}

@media (max-width: 1440px) {
  .gt20pro-dedicated .umx-dedicated-content-bottom .umx-txt .umx-frame-svg {
    -webkit-transform: scale(.75);
    -ms-transform: scale(.75);
    transform: scale(.75);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
  }
}

@media (max-width: 1000px) {
  .gt20pro-dedicated .umx-dedicated-content-bottom .umx-txt .umx-frame-svg {
    -webkit-transform: scale(.556);
    -ms-transform: scale(.556);
    transform: scale(.556)
  }
}

.gt20pro-dedicated .umx-dedicated-content-bottom .umx-txt .umx-txt-c {
  position: absolute;
  top: 40px;
  left: 80px
}

@media (max-width: 1440px) {
  .gt20pro-dedicated .umx-dedicated-content-bottom .umx-txt .umx-txt-c {
    top: 30px;
    left: 60px
  }
}

@media (max-width: 1000px) {
  .gt20pro-dedicated .umx-dedicated-content-bottom .umx-txt .umx-txt-c {
    top: 20px;
    left: 28px
  }
}

.gt20pro-dedicated .umx-dedicated-content-bottom .umx-txt .umx-txt-c .umx-arrow {
  display: block;
  margin-bottom: 15px
}

@media (max-width: 1440px) {
  .gt20pro-dedicated .umx-dedicated-content-bottom .umx-txt .umx-txt-c .umx-arrow {
    margin-bottom: 11.25px
  }
}

@media (max-width: 1000px) {
  .gt20pro-dedicated .umx-dedicated-content-bottom .umx-txt .umx-txt-c .umx-arrow {
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
  }
}

.gt20pro-dedicated .umx-dedicated-content-bottom .umx-txt .umx-txt-c .umx-section {
  padding-top: 0
}

@media (max-width: 1000px) {
  .gt20pro-dedicated .umx-dedicated-content-bottom .umx-txt .umx-txt-c .umx-section .umx-title .umx-main-title {
    padding: 0
  }
}

@media (max-width: 1000px) {
  .gt20pro-dedicated .umx-dedicated-content-bottom .umx-txt .umx-txt-c .umx-section .umx-title .umx-intro {
    padding: 0;
    width: 245px
  }
}

.gt20pro-dedicated .umx-dedicated-content-bottom .umx-dedicated-chip {
  position: relative
}

.gt20pro-dedicated .umx-dedicated-content-bottom .umx-dedicated-chip .umx-txt-special-bg {
  position: relative;
  left: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  width: auto
}

.gt20pro-dedicated .umx-dedicated-content-bottom .umx-dedicated-chip .umx-ul-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 80px
}

@media (max-width: 1440px) {
  .gt20pro-dedicated .umx-dedicated-content-bottom .umx-dedicated-chip .umx-ul-box {
    margin-top: 60px
  }
}

@media (max-width: 1000px) {
  .gt20pro-dedicated .umx-dedicated-content-bottom .umx-dedicated-chip .umx-ul-box {
    display: block;
    padding: 0 24px;
    margin-top: 16px
  }
}

.gt20pro-dedicated .umx-dedicated-content-bottom .umx-dedicated-chip .umx-ul-box ul li {
  position: relative;
  width: 472px
}

@media (max-width: 1440px) {
  .gt20pro-dedicated .umx-dedicated-content-bottom .umx-dedicated-chip .umx-ul-box ul li {
    width: 354px
  }
}

@media (max-width: 1000px) {
  .gt20pro-dedicated .umx-dedicated-content-bottom .umx-dedicated-chip .umx-ul-box ul li {
    width: 83.33333vw
  }
}

.gt20pro-dedicated .umx-dedicated-content-bottom .umx-dedicated-chip .umx-ul-box ul li p {
  color: #888;
  line-height: 1.2;
  font-size: 14px
}

@media (max-width: 1440px) {
  .gt20pro-dedicated .umx-dedicated-content-bottom .umx-dedicated-chip .umx-ul-box ul li p {
    font-size: 12px
  }
}

.gt20pro-dedicated .umx-dedicated-content-bottom .umx-dedicated-chip .umx-ul-box ul li .umx-line-box {
  position: relative;
  height: 20px;
  margin-top: 12px;
  -webkit-transition: width .6s linear;
  transition: width .6s linear
}

@media (max-width: 1440px) {
  .gt20pro-dedicated .umx-dedicated-content-bottom .umx-dedicated-chip .umx-ul-box ul li .umx-line-box {
    height: 15px;
    margin-top: 9px
  }
}

.gt20pro-dedicated .umx-dedicated-content-bottom .umx-dedicated-chip .umx-ul-box ul li.umx-li1 .umx-line-box {
  background: #373737;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25);
  width: 0
}

.gt20pro-dedicated .umx-dedicated-content-bottom .umx-dedicated-chip .umx-ul-box ul li.umx-li2 {
  margin-top: 22px
}

@media (max-width: 1440px) {
  .gt20pro-dedicated .umx-dedicated-content-bottom .umx-dedicated-chip .umx-ul-box ul li.umx-li2 {
    margin-top: 16.5px
  }
}

.gt20pro-dedicated .umx-dedicated-content-bottom .umx-dedicated-chip .umx-ul-box ul li.umx-li2 .umx-line-box {
  background: #3fe9e9;
  -webkit-box-shadow: 0 0 29.236px 0 #3fe9e9;
  box-shadow: 0 0 29.236px 0 #3fe9e9;
  width: 0;
  -webkit-transition: width .3s linear;
  transition: width .3s linear
}

.gt20pro-dedicated .umx-dedicated-content-bottom .umx-dedicated-chip .umx-ul-box ul li.umx-li3 {
  margin-top: 30px
}

.gt20pro-dedicated .umx-dedicated-content-bottom .umx-dedicated-chip .umx-ul-box ul li.umx-li3 p {
  font-size: 12px;
  color: #4c4c4c
}

@media (max-width: 1000px) {
  .gt20pro-dedicated .umx-dedicated-content-bottom .umx-dedicated-chip .umx-ul-box ul li.umx-li3 p {
    font-size: 8px
  }
}

.gt20pro-dedicated .umx-dedicated-content-bottom .umx-dedicated-chip .umx-ul-box ul li.umx-current.umx-li1 .umx-line-box {
  width: 100%
}

.gt20pro-dedicated .umx-dedicated-content-bottom .umx-dedicated-chip .umx-ul-box ul li.umx-current.umx-li2 .umx-line-box {
  width: 50.6%
}

.gt20pro-dedicated .umx-dedicated-content-bottom .umx-dedicated-chip .umx-ul-box .umx-txt {
  position: relative;
  margin-left: 58px;
  margin-top: -10px
}

@media (max-width: 1440px) {
  .gt20pro-dedicated .umx-dedicated-content-bottom .umx-dedicated-chip .umx-ul-box .umx-txt {
    margin-left: 43.5px
  }
}

@media (max-width: 1000px) {
  .gt20pro-dedicated .umx-dedicated-content-bottom .umx-dedicated-chip .umx-ul-box .umx-txt {
    margin-left: 0;
    margin-top: 20px
  }
}

.gt20pro-dedicated .umx-dedicated-content-bottom .umx-dedicated-chip .umx-ul-box .umx-txt strong {
  font-family: InfinixDisplay;
  color: #2ce6e6;
  line-height: 1;
  font-size: 56px
}

@media (max-width: 1440px) {
  .gt20pro-dedicated .umx-dedicated-content-bottom .umx-dedicated-chip .umx-ul-box .umx-txt strong {
    font-size: 42px
  }
}

@media (max-width: 1000px) {
  .gt20pro-dedicated .umx-dedicated-content-bottom .umx-dedicated-chip .umx-ul-box .umx-txt strong {
    font-size: 36px
  }
}

.gt20pro-dedicated .umx-dedicated-content-bottom .umx-dedicated-chip .umx-ul-box .umx-txt h2 {
  color: #fff;
  line-height: 1.2;
  font-size: 14px;
  margin-top: 9px
}

@media (max-width: 1440px) {
  .gt20pro-dedicated .umx-dedicated-content-bottom .umx-dedicated-chip .umx-ul-box .umx-txt h2 {
    font-size: 12px;
    margin-top: 6.75px
  }
}

.gt20pro-dedicated .umx-dedicated-content-bottom .umx-dedicated-chip .umx-ul-box .umx-txt p {
  color: #888;
  line-height: 1.2;
  font-size: 14px;
  margin-top: 12px
}

@media (max-width: 1440px) {
  .gt20pro-dedicated .umx-dedicated-content-bottom .umx-dedicated-chip .umx-ul-box .umx-txt p {
    font-size: 12px;
    margin-top: 9px
  }
}

.gt20pro-sdr .umx-figure-box {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 1440px;
  margin-top: 90px;
  margin-bottom: 300px
}

@media (max-width: 1440px) {
  .gt20pro-sdr .umx-figure-box {
    width: 1000px;
    margin-top: 67.5px;
    margin-bottom: 200px
  }
}

@media (max-width: 1000px) {
  .gt20pro-sdr .umx-figure-box {
    width: 86.65444vw;
    display: block;
    margin-top: 70px;
    margin-bottom: 110px
  }
}

.gt20pro-sdr .umx-figure-box .umx-figure {
  position: relative;
  width: 668px
}

@media (max-width: 1440px) {
  .gt20pro-sdr .umx-figure-box .umx-figure {
    width: 467.6px
  }
}

@media (max-width: 1000px) {
  .gt20pro-sdr .umx-figure-box .umx-figure {
    width: 86.65444vw;
    margin-bottom: 13.33333vw
  }
}

.gt20pro-sdr .umx-figure-box .umx-figure .umx-f1-box, .gt20pro-sdr .umx-figure-box .umx-figure .umx-f2-box {
  position: relative;
  width: 100%;
  height: 373px
}

@media (max-width: 1440px) {
  .gt20pro-sdr .umx-figure-box .umx-figure .umx-f1-box, .gt20pro-sdr .umx-figure-box .umx-figure .umx-f2-box {
    height: 261.1px
  }
}

@media (max-width: 1000px) {
  .gt20pro-sdr .umx-figure-box .umx-figure .umx-f1-box, .gt20pro-sdr .umx-figure-box .umx-figure .umx-f2-box {
    height: 48.38639vw
  }
}

.gt20pro-sdr .umx-figure-box .umx-figure .umx-f1-box .umx-video-box, .gt20pro-sdr .umx-figure-box .umx-figure .umx-f2-box .umx-video-box {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0
}

.gt20pro-sdr .umx-figure-box .umx-figure .umx-f1-box .umx-video-box .umx-sdr-video, .gt20pro-sdr .umx-figure-box .umx-figure .umx-f2-box .umx-video-box .umx-sdr-video {
  position: absolute;
  width: 100%;
  height: 100%
}

.gt20pro-sdr .umx-figure-box .umx-figure .umx-f1-box .umx-video-box .umx-sdr-video video, .gt20pro-sdr .umx-figure-box .umx-figure .umx-f2-box .umx-video-box .umx-sdr-video video {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.gt20pro-sdr .umx-figure-box .umx-figure .umx-f1-box .umx-video-box .umx-sdr-video-img, .gt20pro-sdr .umx-figure-box .umx-figure .umx-f2-box .umx-video-box .umx-sdr-video-img {
  position: absolute;
  width: 100%;
  height: 100%;
  display: none
}

.gt20pro-sdr .umx-figure-box .umx-figure .umx-f1-box .umx-video-box.umx-current, .gt20pro-sdr .umx-figure-box .umx-figure .umx-f2-box .umx-video-box.umx-current {
  opacity: 1
}

.gt20pro-sdr .umx-figure-box .umx-figure .umx-f1-box .umx-video2-box, .gt20pro-sdr .umx-figure-box .umx-figure .umx-f1-box .umx-video4-box, .gt20pro-sdr .umx-figure-box .umx-figure .umx-f2-box .umx-video2-box, .gt20pro-sdr .umx-figure-box .umx-figure .umx-f2-box .umx-video4-box {
  position: absolute;
  height: 100%;
  width: 668px
}

@media (max-width: 1440px) {
  .gt20pro-sdr .umx-figure-box .umx-figure .umx-f1-box .umx-video2-box, .gt20pro-sdr .umx-figure-box .umx-figure .umx-f1-box .umx-video4-box, .gt20pro-sdr .umx-figure-box .umx-figure .umx-f2-box .umx-video2-box, .gt20pro-sdr .umx-figure-box .umx-figure .umx-f2-box .umx-video4-box {
    width: 467.6px
  }
}

@media (max-width: 1000px) {
  .gt20pro-sdr .umx-figure-box .umx-figure .umx-f1-box .umx-video2-box, .gt20pro-sdr .umx-figure-box .umx-figure .umx-f1-box .umx-video4-box, .gt20pro-sdr .umx-figure-box .umx-figure .umx-f2-box .umx-video2-box, .gt20pro-sdr .umx-figure-box .umx-figure .umx-f2-box .umx-video4-box {
    width: 86.65444vw
  }
}

.gt20pro-sdr .umx-figure-box .umx-figure .umx-mask {
  position: absolute;
  top: 0;
  width: 100%;
  height: 373px;
  border-right: 1px solid #fff;
  overflow: hidden
}

@media (max-width: 1440px) {
  .gt20pro-sdr .umx-figure-box .umx-figure .umx-mask {
    height: 261.1px
  }
}

@media (max-width: 1000px) {
  .gt20pro-sdr .umx-figure-box .umx-figure .umx-mask {
    height: 48.38639vw
  }
}

.gt20pro-sdr .umx-figure-box .umx-figure .umx-btn {
  position: relative;
  margin-top: 20px;
  margin-left: 7px;
  text-align: right
}

@media (max-width: 1440px) {
  .gt20pro-sdr .umx-figure-box .umx-figure .umx-btn {
    margin-top: 15px;
    margin-left: 5.25px
  }
}

@media (max-width: 1000px) {
  .gt20pro-sdr .umx-figure-box .umx-figure .umx-btn {
    margin-top: 2.5vw;
    margin-left: 0
  }
}

.gt20pro-sdr .umx-figure-box .umx-figure .umx-btn .umx-p1 {
  position: absolute;
  font-family: AktivGroteskEx_Bd;
  line-height: 1;
  color: #2ce6e6;
  font-size: 22px
}

@media (max-width: 1440px) {
  .gt20pro-sdr .umx-figure-box .umx-figure .umx-btn .umx-p1 {
    font-size: 16.5px
  }
}

@media (max-width: 1000px) {
  .gt20pro-sdr .umx-figure-box .umx-figure .umx-btn .umx-p1 {
    font-size: 9px
  }
}

.gt20pro-sdr .umx-figure-box .umx-figure .umx-btn .umx-p2 {
  font-family: InfinixDisplay;
  color: #86868b;
  font-size: 16px
}

@media (max-width: 1440px) {
  .gt20pro-sdr .umx-figure-box .umx-figure .umx-btn .umx-p2 {
    font-size: 14px
  }
}

@media (max-width: 1000px) {
  .gt20pro-sdr .umx-figure-box .umx-figure .umx-btn .umx-p2 {
    font-size: 9px
  }
}

.gt20pro-sdr .umx-figure-box .umx-figure .umx-btn .umx-p2 span {
  position: relative;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s
}

.gt20pro-sdr .umx-figure-box .umx-figure .umx-btn .umx-p2 span::after {
  position: absolute;
  content: '';
  left: 0;
  bottom: -4px;
  height: 1px;
  background: #2ce6e6;
  width: 0;
  -webkit-transition: width .3s;
  transition: width .3s
}

@media (max-width: 1440px) {
  .gt20pro-sdr .umx-figure-box .umx-figure .umx-btn .umx-p2 span::after {
    bottom: -3px
  }
}

.gt20pro-sdr .umx-figure-box .umx-figure .umx-btn .umx-p2 span.umx-current {
  color: #2ce6e6
}

.gt20pro-sdr .umx-figure-box .umx-figure .umx-btn .umx-p2 span.umx-current::after {
  width: 100%
}

.gt20pro-stable .umx-txt-special-bg {
  position: relative
}

@media (max-width: 1000px) {
  .gt20pro-stable .umx-txt-special-bg {
    width: calc(100vw - 48px)
  }
}

.gt20pro-stable .umx-f3-video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 800px;
  height: 364px;
  overflow: hidden;
  mix-blend-mode: screen;
  opacity: 0;
  margin-left: 240px;
  margin-top: 250px
}

@media (max-width: 1440px) {
  .gt20pro-stable .umx-f3-video {
    width: 600px;
    height: 273px;
    margin-left: 182px;
    margin-top: 202px
  }
}

@media (max-width: 1000px) {
  .gt20pro-stable .umx-f3-video {
    width: 336px;
    height: 152.88px;
    margin-left: -2px;
    margin-top: 402px
  }
}

.gt20pro-stable .umx-f3-video .umx-stable-video {
  position: absolute;
  width: 100%;
  height: 100%
}

.gt20pro-stable .umx-f3-video .umx-stable-video video {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.gt20pro-stable .umx-f3-video .umx-stable-video-img {
  position: absolute;
  width: 100%;
  height: 100%;
  display: none
}

.gt20pro-stable .umx-top-left {
  position: relative;
  z-index: 3;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1440px;
  top: 0
}

@media (max-width: 1440px) {
  .gt20pro-stable .umx-top-left {
    -webkit-transform: translateX(-50%) scale(.75);
    -ms-transform: translateX(-50%) scale(.75);
    transform: translateX(-50%) scale(.75);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    width: 1000px
  }
}

@media (max-width: 1000px) {
  .gt20pro-stable .umx-top-left {
    -webkit-transform: translateX(-50%) scale(1);
    -ms-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
    margin-left: 0;
    width: auto
  }
}

.gt20pro-stable .umx-top-left .uxm-chill-box {
  position: absolute;
  top: 120px
}

@media (max-width: 1000px) {
  .gt20pro-stable .umx-top-left .uxm-chill-box {
    position: relative;
    padding-left: 24px;
    top: 0;
    margin-top: -40px;
    margin-bottom: -60px
  }
}

.gt20pro-stable .umx-top-left .uxm-chill-box .uxm-chill-svg {
  position: relative;
  margin-bottom: 8px
}

@media (max-width: 1440px) {
  .gt20pro-stable .umx-top-left .uxm-chill-box .uxm-chill-svg {
    -webkit-transform: scale(.75);
    -ms-transform: scale(.75);
    transform: scale(.75);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left
  }
}

@media (max-width: 1000px) {
  .gt20pro-stable .umx-top-left .uxm-chill-box .uxm-chill-svg {
    -webkit-transform: scale(.46);
    -ms-transform: scale(.46);
    transform: scale(.46)
  }
}

.gt20pro-stable .umx-top-left .uxm-chill-box .umx-chill-c {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 76px
}

@media (max-width: 1440px) {
  .gt20pro-stable .umx-top-left .uxm-chill-box .umx-chill-c {
    padding-left: 42px
  }
}

@media (max-width: 1000px) {
  .gt20pro-stable .umx-top-left .uxm-chill-box .umx-chill-c {
    padding-left: 20px
  }
}

.gt20pro-stable .umx-top-left .uxm-chill-box .umx-chill-c .umx-p1 {
  font-family: AktivGroteskEx_Bd;
  color: #fff;
  line-height: 1.2;
  font-size: 30px;
  margin-bottom: 28px
}

@media (max-width: 1440px) {
  .gt20pro-stable .umx-top-left .uxm-chill-box .umx-chill-c .umx-p1 {
    font-size: 22px;
    margin-bottom: 21px
  }
}

@media (max-width: 1000px) {
  .gt20pro-stable .umx-top-left .uxm-chill-box .umx-chill-c .umx-p1 {
    font-size: 15px;
    margin-bottom: 12px
  }
}

.gt20pro-stable .umx-top-left .uxm-chill-box .umx-chill-c .umx-p2 {
  color: #fff;
  line-height: 1.2;
  font-size: 18px
}

@media (max-width: 1440px) {
  .gt20pro-stable .umx-top-left .uxm-chill-box .umx-chill-c .umx-p2 {
    font-size: 14px
  }
}

@media (max-width: 1000px) {
  .gt20pro-stable .umx-top-left .uxm-chill-box .umx-chill-c .umx-p2 {
    font-size: 10px;
    width: 246px
  }
}

.gt20pro-stable .umx-top-left .uxm-chill-box .umx-chill-c .umx-p2 .umx-blue {
  color: #2ce6e6
}

.gt20pro-stable .umx-top-left .umx-fps {
  position: relative;
  margin-left: 800px;
  margin-top: -60px
}

@media (max-width: 1440px) {
  .gt20pro-stable .umx-top-left .umx-fps {
    margin-left: 680px;
    margin-top: -45px
  }
}

@media (max-width: 1000px) {
  .gt20pro-stable .umx-top-left .umx-fps {
    margin-left: 0;
    margin-top: 20px
  }
}

.gt20pro-stable .umx-top-left .umx-svg-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media (max-width: 1000px) {
  .gt20pro-stable .umx-top-left .umx-svg-box {
    margin-left: 24px;
    margin-top: 20px
  }
}

.gt20pro-stable .umx-top-left .umx-svg-box li {
  position: relative
}

@media (max-width: 1000px) {
  .gt20pro-stable .umx-top-left .umx-svg-box li {
    width: 125.5px;
    height: 31.5px
  }
}

.gt20pro-stable .umx-top-left .umx-svg-box li svg {
  position: relative
}

@media (max-width: 1000px) {
  .gt20pro-stable .umx-top-left .umx-svg-box li svg {
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
  }
}

.gt20pro-stable .umx-top-left .umx-svg-box li p {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: InfinixDisplay;
  line-height: 1.1;
  font-size: 18px;
  margin-left: 30px;
  color: #fff;
  margin-top: -2px
}

@media (max-width: 1000px) {
  .gt20pro-stable .umx-top-left .umx-svg-box li p {
    font-size: 8px;
    margin-left: 12px;
    margin-top: -1px
  }
}

@media (max-width: 1000px) {
  .gt20pro-stable .umx-top-left .umx-svg-box li p .umx-svg-xy {
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom
  }
}

.gt20pro-stable .umx-top-left .umx-svg-box li:first-child {
  margin-right: 40px
}

@media (max-width: 1000px) {
  .gt20pro-stable .umx-top-left .umx-svg-box li:last-child p {
    margin-top: 0
  }
}

@media (max-width: 1000px) {
  .gt20pro-stable .umx-top-left .umx-txt-mb {
    padding-left: 24px;
    margin-top: 40px
  }

  .gt20pro-stable .umx-top-left .umx-txt-mb .umx-p1 {
    font-family: AktivGroteskEx_Bd;
    line-height: 1.1;
    color: #fff;
    font-size: 15px
  }

  .gt20pro-stable .umx-top-left .umx-txt-mb .umx-p2 {
    line-height: 1.2;
    color: #fff;
    font-size: 10px;
    margin-top: 9px
  }
}

.gt20pro-stable .umx-top-left .umx-zl-box {
  position: relative;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 652px
}

@media (max-width: 1000px) {
  .gt20pro-stable .umx-top-left .umx-zl-box {
    margin-left: 24px;
    margin-top: 22px;
    width: 322px
  }
}

.gt20pro-stable .umx-top-left .umx-zl-box svg {
  margin-right: 10px
}

@media (max-width: 1000px) {
  .gt20pro-stable .umx-top-left .umx-zl-box svg {
    width: 12px;
    height: 136px
  }
}

.gt20pro-stable .umx-top-left .umx-zl-box .umx-zl {
  background-image: url(../images/gt20pro-stable-zl-lg.png);
  background-size: 652px 314px;
  background-position: center;
  background-repeat: no-repeat;
  width: 652px;
  height: 314px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-stable .umx-top-left .umx-zl-box .umx-zl {
    background-image: url(../images/gt20pro-stable-zl-lg-x2.png)
  }
}

.webp .gt20pro-stable .umx-top-left .umx-zl-box .umx-zl {
  background-image: url(../images/gt20pro-stable-zl-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-stable .umx-top-left .umx-zl-box .umx-zl {
    background-image: url(../images/gt20pro-stable-zl-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-stable .umx-top-left .umx-zl-box .umx-zl {
    background-image: url(../images/gt20pro-stable-zl-mb.jpg);
    background-size: 313px 157px;
    background-position: center;
    background-repeat: no-repeat;
    width: 313px;
    height: 157px
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .gt20pro-stable .umx-top-left .umx-zl-box .umx-zl {
    background-image: url(../images/gt20pro-stable-zl-mb-x2.jpg)
  }
}

@media (max-width: 1000px) {
  .webp .gt20pro-stable .umx-top-left .umx-zl-box .umx-zl {
    background-image: url(../images/gt20pro-stable-zl-mb.jpg.webp)
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .webp .gt20pro-stable .umx-top-left .umx-zl-box .umx-zl {
    background-image: url(../images/gt20pro-stable-zl-mb-x2.jpg.webp)
  }
}

.gt20pro-stable .umx-top-left .umx-zl-box p {
  font-family: AktivGroteskEx_Md;
  color: #4c4c4c;
  font-size: 12px;
  line-height: 1.2;
  margin-left: 32px;
  margin-top: 32px
}

@media (max-width: 1000px) {
  .gt20pro-stable .umx-top-left .umx-zl-box p {
    font-size: 8px;
    margin-left: 20px;
    margin-top: 20px
  }
}

.gt20pro-stable .umx-figure-box {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1125px;
  height: 729px;
  margin-bottom: 200px;
  z-index: 1
}

@media (max-width: 1440px) {
  .gt20pro-stable .umx-figure-box {
    -webkit-transform: translateX(-50%) scale(.75);
    -ms-transform: translateX(-50%) scale(.75);
    transform: translateX(-50%) scale(.75);
    -webkit-transform-origin: center top;
    -ms-transform-origin: center top;
    transform-origin: center top;
    margin-top: -150px;
    margin-bottom: -100px
  }
}

@media (max-width: 1000px) {
  .gt20pro-stable .umx-figure-box {
    -webkit-transform: translateX(-50%) scale(1);
    -ms-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
    width: 733px;
    height: 414px;
    margin-left: 60px;
    margin-top: 170px;
    margin-bottom: 0
  }
}

.gt20pro-stable .umx-figure-box .umx-circle-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 182.2px;
  height: 181.8px;
  margin-top: -120px;
  margin-left: 560px;
  mix-blend-mode: screen;
  opacity: 0
}

@media (max-width: 1440px) {
  .gt20pro-stable .umx-figure-box .umx-circle-box {
    width: 191.31px;
    height: 190.89px;
    margin-top: -130px
  }
}

@media (max-width: 1000px) {
  .gt20pro-stable .umx-figure-box .umx-circle-box {
    width: 127.54px;
    height: 127.26px;
    margin-top: -82px;
    margin-left: 70px
  }
}

.gt20pro-stable .umx-figure-box .umx-circle-box .umx-f-circle {
  position: absolute;
  -webkit-animation: signal-circle 5s infinite;
  animation: signal-circle 5s infinite;
  background-image: url(../images/gt20pro-signal-circle-lg.png);
  background-size: 182px 181px;
  background-position: center;
  background-repeat: no-repeat;
  width: 182px;
  height: 181px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-stable .umx-figure-box .umx-circle-box .umx-f-circle {
    background-image: url(../images/gt20pro-signal-circle-lg-x2.png)
  }
}

.webp .gt20pro-stable .umx-figure-box .umx-circle-box .umx-f-circle {
  background-image: url(../images/gt20pro-signal-circle-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-stable .umx-figure-box .umx-circle-box .umx-f-circle {
    background-image: url(../images/gt20pro-signal-circle-lg-x2.png.webp)
  }
}

@media (max-width: 1440px) {
  .gt20pro-stable .umx-figure-box .umx-circle-box .umx-f-circle {
    background-image: url(../images/gt20pro-signal-circle-lg.png);
    background-size: 191px 190px;
    background-position: center;
    background-repeat: no-repeat;
    width: 191px;
    height: 190px
  }
}

@media only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1440px) and (min-resolution: 1.5dppx),(max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1440px) and (min-resolution: 144dpi) {
  .gt20pro-stable .umx-figure-box .umx-circle-box .umx-f-circle {
    background-image: url(../images/gt20pro-signal-circle-lg-x2.png)
  }
}

@media (max-width: 1440px) {
  .webp .gt20pro-stable .umx-figure-box .umx-circle-box .umx-f-circle {
    background-image: url(../images/gt20pro-signal-circle-lg.png.webp)
  }
}

@media only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1440px) and (min-resolution: 1.5dppx),(max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1440px) and (min-resolution: 144dpi) {
  .webp .gt20pro-stable .umx-figure-box .umx-circle-box .umx-f-circle {
    background-image: url(../images/gt20pro-signal-circle-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-stable .umx-figure-box .umx-circle-box .umx-f-circle {
    background-image: url(../images/gt20pro-signal-circle-lg.png);
    background-size: 127px 127px;
    background-position: center;
    background-repeat: no-repeat;
    width: 127px;
    height: 127px
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .gt20pro-stable .umx-figure-box .umx-circle-box .umx-f-circle {
    background-image: url(../images/gt20pro-signal-circle-lg-x2.png)
  }
}

@media (max-width: 1000px) {
  .webp .gt20pro-stable .umx-figure-box .umx-circle-box .umx-f-circle {
    background-image: url(../images/gt20pro-signal-circle-lg.png.webp)
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .webp .gt20pro-stable .umx-figure-box .umx-circle-box .umx-f-circle {
    background-image: url(../images/gt20pro-signal-circle-lg-x2.png.webp)
  }
}

.gt20pro-stable .umx-figure-box .umx-circle-box .umx-f-circle1 {
  margin-left: -650px
}

@media (max-width: 1440px) {
  .gt20pro-stable .umx-figure-box .umx-circle-box .umx-f-circle1 {
    margin-left: -660px
  }
}

@media (max-width: 1000px) {
  .gt20pro-stable .umx-figure-box .umx-circle-box .umx-f-circle1 {
    margin-left: -270px
  }
}

.gt20pro-stable .umx-figure-box .umx-circle-box .umx-f-circle3 {
  margin-left: -650px;
  margin-top: 280px
}

@media (max-width: 1440px) {
  .gt20pro-stable .umx-figure-box .umx-circle-box .umx-f-circle3 {
    margin-left: -660px;
    margin-top: 290px
  }
}

@media (max-width: 1000px) {
  .gt20pro-stable .umx-figure-box .umx-circle-box .umx-f-circle3 {
    margin-left: -270px;
    margin-top: 116px
  }
}

.gt20pro-stable .umx-figure-box .umx-circle-box .umx-f-circle4 {
  margin-top: 280px
}

@media (max-width: 1440px) {
  .gt20pro-stable .umx-figure-box .umx-circle-box .umx-f-circle4 {
    margin-top: 290px
  }
}

@media (max-width: 1000px) {
  .gt20pro-stable .umx-figure-box .umx-circle-box .umx-f-circle4 {
    margin-top: 116px
  }
}

.gt20pro-stable .umx-figure-box .umx-f1-box {
  mix-blend-mode: screen;
  position: absolute;
  width: 100%;
  height: 100%
}

.gt20pro-stable .umx-figure-box .umx-f1-box .umx-txt1 {
  position: absolute;
  z-index: 3;
  top: 80px;
  left: 74px
}

.gt20pro-stable .umx-figure-box .umx-f1-box .umx-txt1 .umx-p1 {
  font-family: AktivGroteskEx_Bd;
  color: #131313;
  line-height: 1.1;
  font-size: 30px;
  margin-bottom: 24px;
  margin-top: 8px
}

.gt20pro-stable .umx-figure-box .umx-f1-box .umx-txt1 .umx-p2 {
  line-height: 1.2;
  font-size: 18px
}

.gt20pro-stable .umx-figure-box .umx-f1-box .umx-txt2 {
  position: absolute;
  line-height: 1.2;
  bottom: 50px;
  left: 510px
}

@media (max-width: 1000px) {
  .gt20pro-stable .umx-figure-box .umx-f1-box .umx-txt2 {
    left: 146px;
    bottom: 80px
  }
}

.gt20pro-stable .umx-figure-box .umx-f1-box .umx-txt2 p {
  color: #fff;
  line-height: 1.2;
  font-size: 16px
}

@media (max-width: 1000px) {
  .gt20pro-stable .umx-figure-box .umx-f1-box .umx-txt2 p {
    font-size: 10px
  }
}

.gt20pro-stable .umx-figure-box .umx-f1-box .umx-mode-box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0
}

.gt20pro-stable .umx-figure-box .umx-f1-box .umx-mode-box .umx-f-mode {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 1125px;
  height: 729px;
  margin-left: 460px;
  margin-top: 168px
}

@media (max-width: 1000px) {
  .gt20pro-stable .umx-figure-box .umx-f1-box .umx-mode-box .umx-f-mode {
    width: 473px;
    height: 306px;
    margin-left: 26px;
    margin-top: 36px
  }
}

.gt20pro-stable .umx-figure-box .umx-f1-box .umx-mode-box .umx-f-mode .umx-f-box {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s
}

.gt20pro-stable .umx-figure-box .umx-f1-box .umx-mode-box .umx-f-mode .umx-f-box .umx-f1-video, .gt20pro-stable .umx-figure-box .umx-f1-box .umx-mode-box .umx-f-mode .umx-f-box .umx-f3_2-video, .gt20pro-stable .umx-figure-box .umx-f1-box .umx-mode-box .umx-f-mode .umx-f-box .umx-f4-video, .gt20pro-stable .umx-figure-box .umx-f1-box .umx-mode-box .umx-f-mode .umx-f-box .umx-f5-video {
  position: absolute;
  width: 669.6px;
  height: 296.36px;
  top: 71px;
  left: 10px;
  border-radius: 20px;
  overflow: hidden
}

@media (max-width: 1000px) {
  .gt20pro-stable .umx-figure-box .umx-f1-box .umx-mode-box .umx-f-mode .umx-f-box .umx-f1-video, .gt20pro-stable .umx-figure-box .umx-f1-box .umx-mode-box .umx-f-mode .umx-f-box .umx-f3_2-video, .gt20pro-stable .umx-figure-box .umx-f1-box .umx-mode-box .umx-f-mode .umx-f-box .umx-f4-video, .gt20pro-stable .umx-figure-box .umx-f1-box .umx-mode-box .umx-f-mode .umx-f-box .umx-f5-video {
    width: 281.232px;
    height: 124.4712px;
    top: 29.4px;
    left: 5.2px;
    border-radius: 8.4px
  }
}

.gt20pro-stable .umx-figure-box .umx-f1-box .umx-mode-box .umx-f-mode .umx-f-box .umx-stable-video {
  position: absolute;
  width: 100%;
  height: 100%
}

.gt20pro-stable .umx-figure-box .umx-f1-box .umx-mode-box .umx-f-mode .umx-f-box .umx-stable-video video {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.gt20pro-stable .umx-figure-box .umx-f1-box .umx-mode-box .umx-f-mode .umx-f-box .umx-stable-video-img {
  position: absolute;
  width: 100%;
  height: 100%;
  display: none
}

.gt20pro-stable .umx-figure-box .umx-f1-box .umx-mode-box .umx-f-mode .umx-f-box .umx-stable-json {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 70px;
  height: 70px;
  margin-left: -160px;
  margin-top: -10px
}

@media (max-width: 1440px) {
  .gt20pro-stable .umx-figure-box .umx-f1-box .umx-mode-box .umx-f-mode .umx-f-box .umx-stable-json {
    width: 52.5px;
    height: 52.5px;
    margin-left: -190px;
    margin-top: 7px
  }
}

@media (max-width: 1000px) {
  .gt20pro-stable .umx-figure-box .umx-f1-box .umx-mode-box .umx-f-mode .umx-f-box .umx-stable-json {
    width: 42px;
    height: 42px;
    margin-left: -66px;
    margin-top: -20px
  }
}

.gt20pro-stable .umx-figure-box .umx-f1-box .umx-mode-box .umx-f-mode .umx-f-box.umx-current {
  opacity: 1
}

.gt20pro-stable .umx-figure-box .umx-f1-box .umx-mode-box .umx-f-mode figure.umx-f1 {
  position: absolute;
  top: 0;
  background-image: url(../images/gt20pro-stable-img1-lg.png);
  background-size: 1125px 729px;
  background-position: center;
  background-repeat: no-repeat;
  width: 1125px;
  height: 729px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-stable .umx-figure-box .umx-f1-box .umx-mode-box .umx-f-mode figure.umx-f1 {
    background-image: url(../images/gt20pro-stable-img1-lg-x2.png)
  }
}

.webp .gt20pro-stable .umx-figure-box .umx-f1-box .umx-mode-box .umx-f-mode figure.umx-f1 {
  background-image: url(../images/gt20pro-stable-img1-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-stable .umx-figure-box .umx-f1-box .umx-mode-box .umx-f-mode figure.umx-f1 {
    background-image: url(../images/gt20pro-stable-img1-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-stable .umx-figure-box .umx-f1-box .umx-mode-box .umx-f-mode figure.umx-f1 {
    background-image: url(../images/gt20pro-stable-img1-mb.png);
    background-size: 473px 306px;
    background-position: center;
    background-repeat: no-repeat;
    width: 473px;
    height: 306px
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .gt20pro-stable .umx-figure-box .umx-f1-box .umx-mode-box .umx-f-mode figure.umx-f1 {
    background-image: url(../images/gt20pro-stable-img1-mb-x2.png)
  }
}

@media (max-width: 1000px) {
  .webp .gt20pro-stable .umx-figure-box .umx-f1-box .umx-mode-box .umx-f-mode figure.umx-f1 {
    background-image: url(../images/gt20pro-stable-img1-mb.png.webp)
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .webp .gt20pro-stable .umx-figure-box .umx-f1-box .umx-mode-box .umx-f-mode figure.umx-f1 {
    background-image: url(../images/gt20pro-stable-img1-mb-x2.png.webp)
  }
}

.gt20pro-stable .umx-figure-box .umx-f1-box .umx-mode-box .umx-f-mode figure.umx-f2 {
  position: absolute;
  top: 0;
  background-image: url(../images/gt20pro-stable-img2-lg.png);
  background-size: 1125px 729px;
  background-position: center;
  background-repeat: no-repeat;
  width: 1125px;
  height: 729px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-stable .umx-figure-box .umx-f1-box .umx-mode-box .umx-f-mode figure.umx-f2 {
    background-image: url(../images/gt20pro-stable-img2-lg-x2.png)
  }
}

.webp .gt20pro-stable .umx-figure-box .umx-f1-box .umx-mode-box .umx-f-mode figure.umx-f2 {
  background-image: url(../images/gt20pro-stable-img2-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-stable .umx-figure-box .umx-f1-box .umx-mode-box .umx-f-mode figure.umx-f2 {
    background-image: url(../images/gt20pro-stable-img2-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-stable .umx-figure-box .umx-f1-box .umx-mode-box .umx-f-mode figure.umx-f2 {
    background-image: url(../images/gt20pro-stable-img2-mb.png);
    background-size: 473px 306px;
    background-position: center;
    background-repeat: no-repeat;
    width: 473px;
    height: 306px
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .gt20pro-stable .umx-figure-box .umx-f1-box .umx-mode-box .umx-f-mode figure.umx-f2 {
    background-image: url(../images/gt20pro-stable-img2-mb-x2.png)
  }
}

@media (max-width: 1000px) {
  .webp .gt20pro-stable .umx-figure-box .umx-f1-box .umx-mode-box .umx-f-mode figure.umx-f2 {
    background-image: url(../images/gt20pro-stable-img2-mb.png.webp)
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .webp .gt20pro-stable .umx-figure-box .umx-f1-box .umx-mode-box .umx-f-mode figure.umx-f2 {
    background-image: url(../images/gt20pro-stable-img2-mb-x2.png.webp)
  }
}

.gt20pro-stable .umx-figure-box .umx-f1-box .umx-mode-box .umx-f-mode figure.umx-f3 {
  position: absolute;
  top: 0;
  background-image: url(../images/gt20pro-stable-img3-lg.png);
  background-size: 1125px 729px;
  background-position: center;
  background-repeat: no-repeat;
  width: 1125px;
  height: 729px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-stable .umx-figure-box .umx-f1-box .umx-mode-box .umx-f-mode figure.umx-f3 {
    background-image: url(../images/gt20pro-stable-img3-lg-x2.png)
  }
}

.webp .gt20pro-stable .umx-figure-box .umx-f1-box .umx-mode-box .umx-f-mode figure.umx-f3 {
  background-image: url(../images/gt20pro-stable-img3-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-stable .umx-figure-box .umx-f1-box .umx-mode-box .umx-f-mode figure.umx-f3 {
    background-image: url(../images/gt20pro-stable-img3-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-stable .umx-figure-box .umx-f1-box .umx-mode-box .umx-f-mode figure.umx-f3 {
    background-image: url(../images/gt20pro-stable-img3-mb.png);
    background-size: 473px 306px;
    background-position: center;
    background-repeat: no-repeat;
    width: 473px;
    height: 306px
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .gt20pro-stable .umx-figure-box .umx-f1-box .umx-mode-box .umx-f-mode figure.umx-f3 {
    background-image: url(../images/gt20pro-stable-img3-mb-x2.png)
  }
}

@media (max-width: 1000px) {
  .webp .gt20pro-stable .umx-figure-box .umx-f1-box .umx-mode-box .umx-f-mode figure.umx-f3 {
    background-image: url(../images/gt20pro-stable-img3-mb.png.webp)
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .webp .gt20pro-stable .umx-figure-box .umx-f1-box .umx-mode-box .umx-f-mode figure.umx-f3 {
    background-image: url(../images/gt20pro-stable-img3-mb-x2.png.webp)
  }
}

.gt20pro-stable .umx-figure-box .umx-f1-box .umx-mode-box .umx-f-mode figure.umx-f4 {
  position: absolute;
  top: 0;
  background-image: url(../images/gt20pro-stable-img4-lg.png);
  background-size: 1125px 729px;
  background-position: center;
  background-repeat: no-repeat;
  width: 1125px;
  height: 729px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-stable .umx-figure-box .umx-f1-box .umx-mode-box .umx-f-mode figure.umx-f4 {
    background-image: url(../images/gt20pro-stable-img4-lg-x2.png)
  }
}

.webp .gt20pro-stable .umx-figure-box .umx-f1-box .umx-mode-box .umx-f-mode figure.umx-f4 {
  background-image: url(../images/gt20pro-stable-img4-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-stable .umx-figure-box .umx-f1-box .umx-mode-box .umx-f-mode figure.umx-f4 {
    background-image: url(../images/gt20pro-stable-img4-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-stable .umx-figure-box .umx-f1-box .umx-mode-box .umx-f-mode figure.umx-f4 {
    background-image: url(../images/gt20pro-stable-img4-mb.png);
    background-size: 473px 306px;
    background-position: center;
    background-repeat: no-repeat;
    width: 473px;
    height: 306px
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .gt20pro-stable .umx-figure-box .umx-f1-box .umx-mode-box .umx-f-mode figure.umx-f4 {
    background-image: url(../images/gt20pro-stable-img4-mb-x2.png)
  }
}

@media (max-width: 1000px) {
  .webp .gt20pro-stable .umx-figure-box .umx-f1-box .umx-mode-box .umx-f-mode figure.umx-f4 {
    background-image: url(../images/gt20pro-stable-img4-mb.png.webp)
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .webp .gt20pro-stable .umx-figure-box .umx-f1-box .umx-mode-box .umx-f-mode figure.umx-f4 {
    background-image: url(../images/gt20pro-stable-img4-mb-x2.png.webp)
  }
}

.gt20pro-stable .umx-figure-box .umx-f1-box .umx-mode-box .umx-f-mode figure.umx-f5 {
  position: absolute;
  top: 0;
  background-image: url(../images/gt20pro-stable-img5-lg.png);
  background-size: 1125px 729px;
  background-position: center;
  background-repeat: no-repeat;
  width: 1125px;
  height: 729px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-stable .umx-figure-box .umx-f1-box .umx-mode-box .umx-f-mode figure.umx-f5 {
    background-image: url(../images/gt20pro-stable-img5-lg-x2.png)
  }
}

.webp .gt20pro-stable .umx-figure-box .umx-f1-box .umx-mode-box .umx-f-mode figure.umx-f5 {
  background-image: url(../images/gt20pro-stable-img5-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-stable .umx-figure-box .umx-f1-box .umx-mode-box .umx-f-mode figure.umx-f5 {
    background-image: url(../images/gt20pro-stable-img5-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-stable .umx-figure-box .umx-f1-box .umx-mode-box .umx-f-mode figure.umx-f5 {
    background-image: url(../images/gt20pro-stable-img5-mb.png);
    background-size: 473px 306px;
    background-position: center;
    background-repeat: no-repeat;
    width: 473px;
    height: 306px
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .gt20pro-stable .umx-figure-box .umx-f1-box .umx-mode-box .umx-f-mode figure.umx-f5 {
    background-image: url(../images/gt20pro-stable-img5-mb-x2.png)
  }
}

@media (max-width: 1000px) {
  .webp .gt20pro-stable .umx-figure-box .umx-f1-box .umx-mode-box .umx-f-mode figure.umx-f5 {
    background-image: url(../images/gt20pro-stable-img5-mb.png.webp)
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .webp .gt20pro-stable .umx-figure-box .umx-f1-box .umx-mode-box .umx-f-mode figure.umx-f5 {
    background-image: url(../images/gt20pro-stable-img5-mb-x2.png.webp)
  }
}

.gt20pro-stable .umx-figure-box .umx-f1-box .umx-mode-box .umx-f-mode .umx-f5-1 {
  position: absolute;
  top: 0;
  opacity: 1;
  -webkit-animation: flashAnt 3s infinite;
  animation: flashAnt 3s infinite;
  background-image: url(../images/gt20pro-stable-img5-1-lg.png);
  background-size: 1125px 729px;
  background-position: center;
  background-repeat: no-repeat;
  width: 1125px;
  height: 729px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-stable .umx-figure-box .umx-f1-box .umx-mode-box .umx-f-mode .umx-f5-1 {
    background-image: url(../images/gt20pro-stable-img5-1-lg-x2.png)
  }
}

.webp .gt20pro-stable .umx-figure-box .umx-f1-box .umx-mode-box .umx-f-mode .umx-f5-1 {
  background-image: url(../images/gt20pro-stable-img5-1-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-stable .umx-figure-box .umx-f1-box .umx-mode-box .umx-f-mode .umx-f5-1 {
    background-image: url(../images/gt20pro-stable-img5-1-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-stable .umx-figure-box .umx-f1-box .umx-mode-box .umx-f-mode .umx-f5-1 {
    background-image: url(../images/gt20pro-stable-img5-1-mb.png);
    background-size: 473px 306px;
    background-position: center;
    background-repeat: no-repeat;
    width: 473px;
    height: 306px
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .gt20pro-stable .umx-figure-box .umx-f1-box .umx-mode-box .umx-f-mode .umx-f5-1 {
    background-image: url(../images/gt20pro-stable-img5-1-mb-x2.png)
  }
}

@media (max-width: 1000px) {
  .webp .gt20pro-stable .umx-figure-box .umx-f1-box .umx-mode-box .umx-f-mode .umx-f5-1 {
    background-image: url(../images/gt20pro-stable-img5-1-mb.png.webp)
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .webp .gt20pro-stable .umx-figure-box .umx-f1-box .umx-mode-box .umx-f-mode .umx-f5-1 {
    background-image: url(../images/gt20pro-stable-img5-1-mb-x2.png.webp)
  }
}

.gt20pro-stable .umx-figure-box .umx-date-parameter {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -120px;
  margin-top: 50px
}

@media (max-width: 1440px) {
  .gt20pro-stable .umx-figure-box .umx-date-parameter {
    left: -110px
  }
}

@media (max-width: 1000px) {
  .gt20pro-stable .umx-figure-box .umx-date-parameter {
    -webkit-transform: scale(.42);
    -ms-transform: scale(.42);
    transform: scale(.42);
    -webkit-transform-origin: center top;
    -ms-transform-origin: center top;
    transform-origin: center top;
    left: 0;
    top: -160px
  }
}

.gt20pro-stable .umx-figure-box .umx-date-parameter ul li {
  cursor: pointer;
  position: relative;
  width: 480px;
  height: 90px
}

.gt20pro-stable .umx-figure-box .umx-date-parameter ul li .umx-svg-shape {
  position: absolute;
  top: -25px;
  opacity: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s
}

.gt20pro-stable .umx-figure-box .umx-date-parameter ul li figure.umx-bg-svg1 {
  background-image: url(../images/gt20pro-stable-bg-svg1-lg.png);
  background-size: 497px 152px;
  background-position: center;
  background-repeat: no-repeat;
  width: 497px;
  height: 152px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-stable .umx-figure-box .umx-date-parameter ul li figure.umx-bg-svg1 {
    background-image: url(../images/gt20pro-stable-bg-svg1-lg-x2.png)
  }
}

.webp .gt20pro-stable .umx-figure-box .umx-date-parameter ul li figure.umx-bg-svg1 {
  background-image: url(../images/gt20pro-stable-bg-svg1-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-stable .umx-figure-box .umx-date-parameter ul li figure.umx-bg-svg1 {
    background-image: url(../images/gt20pro-stable-bg-svg1-lg-x2.png.webp)
  }
}

.gt20pro-stable .umx-figure-box .umx-date-parameter ul li figure.umx-bg-svg2 {
  background-image: url(../images/gt20pro-stable-bg-svg2-lg.png);
  background-size: 497px 152px;
  background-position: center;
  background-repeat: no-repeat;
  width: 497px;
  height: 152px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-stable .umx-figure-box .umx-date-parameter ul li figure.umx-bg-svg2 {
    background-image: url(../images/gt20pro-stable-bg-svg2-lg-x2.png)
  }
}

.webp .gt20pro-stable .umx-figure-box .umx-date-parameter ul li figure.umx-bg-svg2 {
  background-image: url(../images/gt20pro-stable-bg-svg2-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-stable .umx-figure-box .umx-date-parameter ul li figure.umx-bg-svg2 {
    background-image: url(../images/gt20pro-stable-bg-svg2-lg-x2.png.webp)
  }
}

.gt20pro-stable .umx-figure-box .umx-date-parameter ul li figure.umx-bg-svg3 {
  background-image: url(../images/gt20pro-stable-bg-svg3-lg.png);
  background-size: 525px 152px;
  background-position: center;
  background-repeat: no-repeat;
  width: 525px;
  height: 152px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-stable .umx-figure-box .umx-date-parameter ul li figure.umx-bg-svg3 {
    background-image: url(../images/gt20pro-stable-bg-svg3-lg-x2.png)
  }
}

.webp .gt20pro-stable .umx-figure-box .umx-date-parameter ul li figure.umx-bg-svg3 {
  background-image: url(../images/gt20pro-stable-bg-svg3-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-stable .umx-figure-box .umx-date-parameter ul li figure.umx-bg-svg3 {
    background-image: url(../images/gt20pro-stable-bg-svg3-lg-x2.png.webp)
  }
}

.gt20pro-stable .umx-figure-box .umx-date-parameter ul li figure.umx-bg-svg4 {
  background-image: url(../images/gt20pro-stable-bg-svg4-lg.png);
  background-size: 497px 152px;
  background-position: center;
  background-repeat: no-repeat;
  width: 497px;
  height: 152px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-stable .umx-figure-box .umx-date-parameter ul li figure.umx-bg-svg4 {
    background-image: url(../images/gt20pro-stable-bg-svg4-lg-x2.png)
  }
}

.webp .gt20pro-stable .umx-figure-box .umx-date-parameter ul li figure.umx-bg-svg4 {
  background-image: url(../images/gt20pro-stable-bg-svg4-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-stable .umx-figure-box .umx-date-parameter ul li figure.umx-bg-svg4 {
    background-image: url(../images/gt20pro-stable-bg-svg4-lg-x2.png.webp)
  }
}

.gt20pro-stable .umx-figure-box .umx-date-parameter ul li figure.umx-bg-svg5 {
  background-image: url(../images/gt20pro-stable-bg-svg5-lg.png);
  background-size: 521px 152px;
  background-position: center;
  background-repeat: no-repeat;
  width: 521px;
  height: 152px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-stable .umx-figure-box .umx-date-parameter ul li figure.umx-bg-svg5 {
    background-image: url(../images/gt20pro-stable-bg-svg5-lg-x2.png)
  }
}

.webp .gt20pro-stable .umx-figure-box .umx-date-parameter ul li figure.umx-bg-svg5 {
  background-image: url(../images/gt20pro-stable-bg-svg5-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-stable .umx-figure-box .umx-date-parameter ul li figure.umx-bg-svg5 {
    background-image: url(../images/gt20pro-stable-bg-svg5-lg-x2.png.webp)
  }
}

.gt20pro-stable .umx-figure-box .umx-date-parameter ul li .umx-svg-line {
  position: absolute;
  left: 28px;
  bottom: -20px
}

.gt20pro-stable .umx-figure-box .umx-date-parameter ul li p {
  font-family: AktivGroteskEx_Bd;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: rgba(255, 255, 255, .5);
  line-height: 1.2;
  width: 100%;
  font-size: 24px;
  opacity: .34;
  left: 68px;
  margin-top: 3px;
  -webkit-transition: all .3s;
  transition: all .3s
}

.gt20pro-stable .umx-figure-box .umx-date-parameter ul li.umx-current .umx-svg-shape, .gt20pro-stable .umx-figure-box .umx-date-parameter ul li.umx-current p {
  opacity: 1;
  color: #000
}

.gt20pro-evolving {
  height: 200vh
}

.gt20pro-evolving .umx-stickyBox {
  overflow: visible
}

@media (max-width: 1000px) {
  .gt20pro-evolving {
    height: auto
  }

  .gt20pro-evolving .umx-stickyBox {
    height: auto
  }
}

.gt20pro-evolving .umx-evolving-left {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1440px;
  mix-blend-mode: screen;
  margin-top: 100px
}

@media (max-width: 1440px) {
  .gt20pro-evolving .umx-evolving-left {
    width: 1000px
  }
}

@media (max-width: 1000px) {
  .gt20pro-evolving .umx-evolving-left {
    width: auto;
    margin-top: 40px;
    mix-blend-mode: normal
  }
}

.gt20pro-evolving .umx-evolving-left .umx-txt-special-bg {
  position: relative;
  margin-bottom: 44px
}

@media (max-width: 1000px) {
  .gt20pro-evolving .umx-evolving-left .umx-txt-special-bg {
    width: calc(100vw - 48px);
    margin-bottom: 30px
  }
}

.gt20pro-evolving .umx-evolving-left .uxm-chill-box {
  position: relative
}

@media (max-width: 1000px) {
  .gt20pro-evolving .umx-evolving-left .uxm-chill-box {
    padding-left: 24px;
    margin-top: -80px;
    margin-bottom: -80px
  }
}

.gt20pro-evolving .umx-evolving-left .uxm-chill-box .uxm-chill-svg {
  position: relative;
  margin-bottom: 8px
}

@media (max-width: 1440px) {
  .gt20pro-evolving .umx-evolving-left .uxm-chill-box .uxm-chill-svg {
    -webkit-transform: scale(.75);
    -ms-transform: scale(.75);
    transform: scale(.75);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left
  }
}

@media (max-width: 1000px) {
  .gt20pro-evolving .umx-evolving-left .uxm-chill-box .uxm-chill-svg {
    -webkit-transform: scale(.46);
    -ms-transform: scale(.46);
    transform: scale(.46)
  }
}

.gt20pro-evolving .umx-evolving-left .uxm-chill-box .umx-chill-c {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 76px
}

@media (max-width: 1440px) {
  .gt20pro-evolving .umx-evolving-left .uxm-chill-box .umx-chill-c {
    padding-left: 42px
  }
}

@media (max-width: 1000px) {
  .gt20pro-evolving .umx-evolving-left .uxm-chill-box .umx-chill-c {
    padding-left: 20px
  }
}

.gt20pro-evolving .umx-evolving-left .uxm-chill-box .umx-chill-c .umx-p1 {
  font-family: AktivGroteskEx_Bd;
  color: #fff;
  line-height: 1.2;
  font-size: 30px;
  margin-bottom: 28px
}

@media (max-width: 1440px) {
  .gt20pro-evolving .umx-evolving-left .uxm-chill-box .umx-chill-c .umx-p1 {
    font-size: 22px;
    margin-bottom: 21px
  }
}

@media (max-width: 1000px) {
  .gt20pro-evolving .umx-evolving-left .uxm-chill-box .umx-chill-c .umx-p1 {
    font-size: 15px;
    margin-bottom: 12px
  }
}

.gt20pro-evolving .umx-evolving-left .uxm-chill-box .umx-chill-c .umx-p2 {
  color: #fff;
  line-height: 1.2;
  font-size: 18px
}

@media (max-width: 1440px) {
  .gt20pro-evolving .umx-evolving-left .uxm-chill-box .umx-chill-c .umx-p2 {
    font-size: 14px
  }
}

@media (max-width: 1000px) {
  .gt20pro-evolving .umx-evolving-left .uxm-chill-box .umx-chill-c .umx-p2 {
    font-size: 10px;
    width: 246px
  }
}

.gt20pro-evolving .umx-evolving-left .uxm-chill-box .umx-chill-c .umx-p2 .umx-blue {
  color: #2ce6e6
}

.gt20pro-evolving .umx-evolving-left .umx-txt {
  position: relative;
  margin-top: 74px;
  margin-left: 65px
}

@media (max-width: 1440px) {
  .gt20pro-evolving .umx-evolving-left .umx-txt {
    margin-top: 55.5px;
    margin-left: 48.75px
  }
}

@media (max-width: 1000px) {
  .gt20pro-evolving .umx-evolving-left .umx-txt {
    margin-top: 250px;
    margin-left: 24px;
    position: absolute
  }
}

.gt20pro-evolving .umx-evolving-left .umx-txt svg {
  position: relative
}

.gt20pro-evolving .umx-evolving-left .umx-txt .umx-p-box {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-left: 40px
}

@media (max-width: 1440px) {
  .gt20pro-evolving .umx-evolving-left .umx-txt .umx-p-box {
    padding-left: 30px
  }
}

@media (max-width: 1000px) {
  .gt20pro-evolving .umx-evolving-left .umx-txt .umx-p-box {
    padding-left: 22px
  }
}

.gt20pro-evolving .umx-evolving-left .umx-txt .umx-p-box .umx-p1 {
  color: #fff;
  line-height: 1;
  font-size: 30px;
  margin-bottom: 14px;
  font-family: AktivGroteskEx_Bd
}

@media (max-width: 1440px) {
  .gt20pro-evolving .umx-evolving-left .umx-txt .umx-p-box .umx-p1 {
    font-size: 22.5px;
    margin-bottom: 10.5px
  }
}

@media (max-width: 1000px) {
  .gt20pro-evolving .umx-evolving-left .umx-txt .umx-p-box .umx-p1 {
    font-size: 15px;
    margin-bottom: 6px
  }
}

.gt20pro-evolving .umx-evolving-left .umx-txt .umx-p-box .umx-p2 {
  color: #fff;
  line-height: 1.2;
  font-size: 14px
}

@media (max-width: 1440px) {
  .gt20pro-evolving .umx-evolving-left .umx-txt .umx-p-box .umx-p2 {
    font-size: 12px
  }
}

@media (max-width: 1000px) {
  .gt20pro-evolving .umx-evolving-left .umx-txt .umx-p-box .umx-p2 {
    font-size: 9px;
    width: 190px
  }
}

.gt20pro-evolving .umx-evolving-left .umx-cooling-parameter {
  position: relative;
  margin-top: 70px;
  margin-left: 80px
}

@media (max-width: 1440px) {
  .gt20pro-evolving .umx-evolving-left .umx-cooling-parameter {
    margin-top: 52.5px;
    margin-left: 60px
  }
}

@media (max-width: 1000px) {
  .gt20pro-evolving .umx-evolving-left .umx-cooling-parameter {
    margin-top: 30px;
    margin-left: 30px;
    margin-bottom: 176px
  }
}

.gt20pro-evolving .umx-evolving-left .umx-cooling-parameter ul {
  width: 420px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

@media (max-width: 1440px) {
  .gt20pro-evolving .umx-evolving-left .umx-cooling-parameter ul {
    width: 315px
  }
}

@media (max-width: 1000px) {
  .gt20pro-evolving .umx-evolving-left .umx-cooling-parameter ul {
    width: auto
  }
}

.gt20pro-evolving .umx-evolving-left .umx-cooling-parameter ul li {
  margin-bottom: 50px;
  width: 100%
}

@media (max-width: 1440px) {
  .gt20pro-evolving .umx-evolving-left .umx-cooling-parameter ul li {
    margin-bottom: 37.5px
  }
}

@media (max-width: 1000px) {
  .gt20pro-evolving .umx-evolving-left .umx-cooling-parameter ul li {
    margin-bottom: 20px
  }
}

.gt20pro-evolving .umx-evolving-left .umx-cooling-parameter ul li strong {
  font-family: InfinixDisplay;
  color: #2ce6e6;
  line-height: 1;
  font-size: 36px;
  margin-top: 11px
}

@media (max-width: 1440px) {
  .gt20pro-evolving .umx-evolving-left .umx-cooling-parameter ul li strong {
    font-size: 27px;
    margin-top: 8.25px
  }
}

@media (max-width: 1000px) {
  .gt20pro-evolving .umx-evolving-left .umx-cooling-parameter ul li strong {
    font-size: 18px;
    margin-top: 29px
  }
}

.gt20pro-evolving .umx-evolving-left .umx-cooling-parameter ul li p {
  color: #fff;
  line-height: 1.2;
  font-size: 16px;
  margin-top: 10px
}

@media (max-width: 1440px) {
  .gt20pro-evolving .umx-evolving-left .umx-cooling-parameter ul li p {
    font-size: 14px
  }
}

@media (max-width: 1000px) {
  .gt20pro-evolving .umx-evolving-left .umx-cooling-parameter ul li p {
    font-size: 8px;
    margin-top: 6px
  }
}

.gt20pro-evolving .umx-evolving-left .umx-cooling-parameter ul li:nth-child(2) {
  margin-right: 27px
}

.gt20pro-evolving .umx-figure-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 2358px;
  height: 962px;
  margin-left: 500px
}

@media (min-width: 1921px) {
  .gt20pro-evolving .umx-figure-box {
    margin-left: 580px
  }
}

@media (max-width: 1600px) {
  .gt20pro-evolving .umx-figure-box {
    -webkit-transform: translateY(-50%) scale(.78);
    -ms-transform: translateY(-50%) scale(.78);
    transform: translateY(-50%) scale(.78);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    margin-left: -494px
  }
}

@media (max-width: 1440px) {
  .gt20pro-evolving .umx-figure-box {
    -webkit-transform: translateY(-50%) scale(.6);
    -ms-transform: translateY(-50%) scale(.6);
    transform: translateY(-50%) scale(.6);
    margin-left: -290px
  }
}

@media (max-width: 1024px) {
  .gt20pro-evolving .umx-figure-box {
    -webkit-transform: translateY(-50%) scale(.5);
    -ms-transform: translateY(-50%) scale(.5);
    transform: translateY(-50%) scale(.5);
    margin-left: -300px
  }
}

@media (max-width: 1000px) {
  .gt20pro-evolving .umx-figure-box {
    left: 50%;
    -webkit-transform: translateX(-50%) scale(1);
    -ms-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
    position: relative;
    top: auto;
    margin-left: 35px;
    width: 802px;
    height: 391px;
    margin-bottom: 46px
  }
}

.gt20pro-evolving .umx-figure-box .umx-arrow {
  position: absolute;
  left: 760px;
  top: 52px
}

.gt20pro-evolving .umx-figure-box .umx-f-box {
  background-image: url(../images/gt20pro-evolving-box-lg.png);
  background-size: 2358px 962px;
  background-position: center;
  background-repeat: no-repeat;
  width: 2358px;
  height: 962px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-evolving .umx-figure-box .umx-f-box {
    background-image: url(../images/gt20pro-evolving-box-lg-x2.png)
  }
}

.webp .gt20pro-evolving .umx-figure-box .umx-f-box {
  background-image: url(../images/gt20pro-evolving-box-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-evolving .umx-figure-box .umx-f-box {
    background-image: url(../images/gt20pro-evolving-box-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-evolving .umx-figure-box .umx-f-box {
    background-image: url(../images/gt20pro-evolving-box-mb.png);
    background-size: 802px 391px;
    background-position: center;
    background-repeat: no-repeat;
    width: 802px;
    height: 391px
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .gt20pro-evolving .umx-figure-box .umx-f-box {
    background-image: url(../images/gt20pro-evolving-box-mb-x2.png)
  }
}

@media (max-width: 1000px) {
  .webp .gt20pro-evolving .umx-figure-box .umx-f-box {
    background-image: url(../images/gt20pro-evolving-box-mb.png.webp)
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .webp .gt20pro-evolving .umx-figure-box .umx-f-box {
    background-image: url(../images/gt20pro-evolving-box-mb-x2.png.webp)
  }
}

.gt20pro-evolving .umx-figure-box .umx-f1-box {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-mask-position: top top;
  mask-position: top top;
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-image: cover;
  mask-image: cover;
  -webkit-mask-image: url(../images/gt20pro-evolving-mask.svg);
  mask-image: url(../images/gt20pro-evolving-mask.svg)
}

@media (max-width: 1000px) {
  .gt20pro-evolving .umx-figure-box .umx-f1-box {
    -webkit-mask-image: url(../images/gt20pro-evolving-mask-mb.svg);
    mask-image: url(../images/gt20pro-evolving-mask-mb.svg)
  }
}

.gt20pro-evolving .umx-figure-box .umx-f1-box .umx-figure {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -50px;
  left: 290px
}

@media (max-width: 1000px) {
  .gt20pro-evolving .umx-figure-box .umx-f1-box .umx-figure {
    bottom: -24px;
    left: 122px
  }
}

.gt20pro-evolving .umx-figure-box .umx-f1-box .umx-figure figure {
  opacity: 0
}

.gt20pro-evolving .umx-figure-box .umx-f1-box .umx-figure figure.umx-f0 {
  position: absolute;
  top: 0;
  background-image: url(../images/gt20pro-evolving-img0-lg.png);
  background-size: 1272px 900px;
  background-position: center;
  background-repeat: no-repeat;
  width: 1272px;
  height: 900px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-evolving .umx-figure-box .umx-f1-box .umx-figure figure.umx-f0 {
    background-image: url(../images/gt20pro-evolving-img0-lg-x2.png)
  }
}

.webp .gt20pro-evolving .umx-figure-box .umx-f1-box .umx-figure figure.umx-f0 {
  background-image: url(../images/gt20pro-evolving-img0-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-evolving .umx-figure-box .umx-f1-box .umx-figure figure.umx-f0 {
    background-image: url(../images/gt20pro-evolving-img0-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-evolving .umx-figure-box .umx-f1-box .umx-figure figure.umx-f0 {
    background-image: url(../images/gt20pro-evolving-img0-mb.png);
    background-size: 445px 315px;
    background-position: center;
    background-repeat: no-repeat;
    width: 445px;
    height: 315px
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .gt20pro-evolving .umx-figure-box .umx-f1-box .umx-figure figure.umx-f0 {
    background-image: url(../images/gt20pro-evolving-img0-mb-x2.png)
  }
}

@media (max-width: 1000px) {
  .webp .gt20pro-evolving .umx-figure-box .umx-f1-box .umx-figure figure.umx-f0 {
    background-image: url(../images/gt20pro-evolving-img0-mb.png.webp)
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .webp .gt20pro-evolving .umx-figure-box .umx-f1-box .umx-figure figure.umx-f0 {
    background-image: url(../images/gt20pro-evolving-img0-mb-x2.png.webp)
  }
}

.gt20pro-evolving .umx-figure-box .umx-f1-box .umx-figure figure.umx-f1 {
  position: absolute;
  top: 0;
  background-image: url(../images/gt20pro-evolving-img1-lg.png);
  background-size: 1272px 900px;
  background-position: center;
  background-repeat: no-repeat;
  width: 1272px;
  height: 900px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-evolving .umx-figure-box .umx-f1-box .umx-figure figure.umx-f1 {
    background-image: url(../images/gt20pro-evolving-img1-lg-x2.png)
  }
}

.webp .gt20pro-evolving .umx-figure-box .umx-f1-box .umx-figure figure.umx-f1 {
  background-image: url(../images/gt20pro-evolving-img1-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-evolving .umx-figure-box .umx-f1-box .umx-figure figure.umx-f1 {
    background-image: url(../images/gt20pro-evolving-img1-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-evolving .umx-figure-box .umx-f1-box .umx-figure figure.umx-f1 {
    background-image: url(../images/gt20pro-evolving-img1-mb.png);
    background-size: 445px 315px;
    background-position: center;
    background-repeat: no-repeat;
    width: 445px;
    height: 315px
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .gt20pro-evolving .umx-figure-box .umx-f1-box .umx-figure figure.umx-f1 {
    background-image: url(../images/gt20pro-evolving-img1-mb-x2.png)
  }
}

@media (max-width: 1000px) {
  .webp .gt20pro-evolving .umx-figure-box .umx-f1-box .umx-figure figure.umx-f1 {
    background-image: url(../images/gt20pro-evolving-img1-mb.png.webp)
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .webp .gt20pro-evolving .umx-figure-box .umx-f1-box .umx-figure figure.umx-f1 {
    background-image: url(../images/gt20pro-evolving-img1-mb-x2.png.webp)
  }
}

.gt20pro-evolving .umx-figure-box .umx-f1-box .umx-figure figure.umx-f2 {
  position: absolute;
  top: 0;
  background-image: url(../images/gt20pro-evolving-img2-lg.png);
  background-size: 1272px 900px;
  background-position: center;
  background-repeat: no-repeat;
  width: 1272px;
  height: 900px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-evolving .umx-figure-box .umx-f1-box .umx-figure figure.umx-f2 {
    background-image: url(../images/gt20pro-evolving-img2-lg-x2.png)
  }
}

.webp .gt20pro-evolving .umx-figure-box .umx-f1-box .umx-figure figure.umx-f2 {
  background-image: url(../images/gt20pro-evolving-img2-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-evolving .umx-figure-box .umx-f1-box .umx-figure figure.umx-f2 {
    background-image: url(../images/gt20pro-evolving-img2-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-evolving .umx-figure-box .umx-f1-box .umx-figure figure.umx-f2 {
    background-image: url(../images/gt20pro-evolving-img2-mb.png);
    background-size: 445px 315px;
    background-position: center;
    background-repeat: no-repeat;
    width: 445px;
    height: 315px
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .gt20pro-evolving .umx-figure-box .umx-f1-box .umx-figure figure.umx-f2 {
    background-image: url(../images/gt20pro-evolving-img2-mb-x2.png)
  }
}

@media (max-width: 1000px) {
  .webp .gt20pro-evolving .umx-figure-box .umx-f1-box .umx-figure figure.umx-f2 {
    background-image: url(../images/gt20pro-evolving-img2-mb.png.webp)
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .webp .gt20pro-evolving .umx-figure-box .umx-f1-box .umx-figure figure.umx-f2 {
    background-image: url(../images/gt20pro-evolving-img2-mb-x2.png.webp)
  }
}

.gt20pro-evolving .umx-figure-box .umx-f1-box .umx-figure figure.umx-f3 {
  position: absolute;
  top: 0;
  background-image: url(../images/gt20pro-evolving-img3-lg.png);
  background-size: 1272px 900px;
  background-position: center;
  background-repeat: no-repeat;
  width: 1272px;
  height: 900px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-evolving .umx-figure-box .umx-f1-box .umx-figure figure.umx-f3 {
    background-image: url(../images/gt20pro-evolving-img3-lg-x2.png)
  }
}

.webp .gt20pro-evolving .umx-figure-box .umx-f1-box .umx-figure figure.umx-f3 {
  background-image: url(../images/gt20pro-evolving-img3-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-evolving .umx-figure-box .umx-f1-box .umx-figure figure.umx-f3 {
    background-image: url(../images/gt20pro-evolving-img3-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-evolving .umx-figure-box .umx-f1-box .umx-figure figure.umx-f3 {
    background-image: url(../images/gt20pro-evolving-img3-mb.png);
    background-size: 445px 315px;
    background-position: center;
    background-repeat: no-repeat;
    width: 445px;
    height: 315px
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .gt20pro-evolving .umx-figure-box .umx-f1-box .umx-figure figure.umx-f3 {
    background-image: url(../images/gt20pro-evolving-img3-mb-x2.png)
  }
}

@media (max-width: 1000px) {
  .webp .gt20pro-evolving .umx-figure-box .umx-f1-box .umx-figure figure.umx-f3 {
    background-image: url(../images/gt20pro-evolving-img3-mb.png.webp)
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .webp .gt20pro-evolving .umx-figure-box .umx-f1-box .umx-figure figure.umx-f3 {
    background-image: url(../images/gt20pro-evolving-img3-mb-x2.png.webp)
  }
}

.gt20pro-evolving .umx-figure-box .umx-f1-box .umx-figure figure.umx-current {
  opacity: 1
}

.gt20pro-evolving .umx-figure-box .umx-f1-box .umx-txt-box {
  position: absolute;
  left: 845px;
  top: 324px
}

@media (max-width: 1000px) {
  .gt20pro-evolving .umx-figure-box .umx-f1-box .umx-txt-box {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
    margin-left: -84px;
    margin-top: 114px
  }
}

.gt20pro-evolving .umx-figure-box .umx-f1-box .umx-txt-box .umx-txt {
  position: absolute
}

.gt20pro-evolving .umx-figure-box .umx-f1-box .umx-txt-box .umx-txt .umx-line1 {
  width: 1px;
  height: 150px;
  background: #fff
}

@media (max-width: 1000px) {
  .gt20pro-evolving .umx-figure-box .umx-f1-box .umx-txt-box .umx-txt .umx-line1 {
    height: 80px
  }
}

.gt20pro-evolving .umx-figure-box .umx-f1-box .umx-txt-box .umx-txt .umx-line2-box {
  position: relative;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  left: -12px;
  top: -5px;
  height: 35px
}

@media (max-width: 1000px) {
  .gt20pro-evolving .umx-figure-box .umx-f1-box .umx-txt-box .umx-txt .umx-line2-box {
    height: 18px;
    left: -6px;
    top: -3px
  }
}

.gt20pro-evolving .umx-figure-box .umx-f1-box .umx-txt-box .umx-txt .umx-line2-box .umx-line2 {
  background: #fff;
  width: 1px;
  height: 100%
}

.gt20pro-evolving .umx-figure-box .umx-f1-box .umx-txt-box .umx-txt p {
  font-family: AktivGroteskEx_Bd;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #fff;
  font-size: 20px;
  line-height: 1.1;
  width: 200px
}

@media (max-width: 1000px) {
  .gt20pro-evolving .umx-figure-box .umx-f1-box .umx-txt-box .umx-txt p {
    font-size: 10px;
    width: 110px
  }
}

.gt20pro-evolving .umx-figure-box .umx-f1-box .umx-txt-box .umx-txt.umx-txt2 {
  left: 200px;
  top: -200px
}

@media (max-width: 1000px) {
  .gt20pro-evolving .umx-figure-box .umx-f1-box .umx-txt-box .umx-txt.umx-txt2 {
    left: 69px;
    top: -160px
  }
}

.gt20pro-evolving .umx-figure-box .umx-f1-box .umx-txt-box .umx-txt.umx-txt2 .umx-line1 {
  position: absolute;
  bottom: -150px
}

.gt20pro-evolving .umx-figure-box .umx-f1-box .umx-txt-box .umx-txt.umx-txt2 .umx-line2-box {
  left: 12px;
  top: 5px
}

@media (max-width: 1000px) {
  .gt20pro-evolving .umx-figure-box .umx-f1-box .umx-txt-box .umx-txt.umx-txt2 .umx-line2-box {
    left: 6px;
    top: 73px
  }
}

.gt20pro-evolving .umx-figure-box .umx-f1-box .umx-txt-box .umx-txt.umx-txt2 .umx-line2-box .umx-line2 {
  position: absolute;
  bottom: 0
}

.gt20pro-evolving .umx-figure-box .umx-f1-box .umx-txt-box .umx-txt.umx-txt2 p {
  top: -20px;
  margin-left: 40px;
  width: 266px
}

@media (max-width: 1000px) {
  .gt20pro-evolving .umx-figure-box .umx-f1-box .umx-txt-box .umx-txt.umx-txt2 p {
    width: 140px;
    top: 56px;
    margin-left: 28px
  }
}

.gt20pro-evolving .umx-figure-box .umx-f1-box .umx-txt-box .umx-txt.umx-txt3 {
  top: 390px;
  left: 370px
}

@media (max-width: 1000px) {
  .gt20pro-evolving .umx-figure-box .umx-f1-box .umx-txt-box .umx-txt.umx-txt3 {
    top: 140px;
    left: 136px
  }
}

.gt20pro-evolving .umx-figure-box .umx-f1-box .umx-txt-box .umx-txt.umx-txt3 p {
  width: 266px
}

@media (max-width: 1000px) {
  .gt20pro-evolving .umx-figure-box .umx-f1-box .umx-txt-box .umx-txt.umx-txt3 p {
    width: 140px
  }
}

@-webkit-keyframes antAmoledFilter {
  0% {
    -webkit-filter: drop-shadow(0 0 6px #ffd701) drop-shadow(0 0 12px #ffd701) drop-shadow(0 0 44px #ffd701) drop-shadow(0 0 88px #ffd701) drop-shadow(0 0 151px #ffd701);
    filter: drop-shadow(0 0 6px #ffd701) drop-shadow(0 0 12px #ffd701) drop-shadow(0 0 44px #ffd701) drop-shadow(0 0 88px #ffd701) drop-shadow(0 0 151px #ffd701)
  }
  50% {
    -webkit-filter: none;
    filter: none
  }
  100% {
    -webkit-filter: drop-shadow(0 0 6px #ffd701) drop-shadow(0 0 12px #ffd701) drop-shadow(0 0 44px #ffd701) drop-shadow(0 0 88px #ffd701) drop-shadow(0 0 151px #ffd701);
    filter: drop-shadow(0 0 6px #ffd701) drop-shadow(0 0 12px #ffd701) drop-shadow(0 0 44px #ffd701) drop-shadow(0 0 88px #ffd701) drop-shadow(0 0 151px #ffd701)
  }
}

@keyframes antAmoledFilter {
  0% {
    -webkit-filter: drop-shadow(0 0 6px #ffd701) drop-shadow(0 0 12px #ffd701) drop-shadow(0 0 44px #ffd701) drop-shadow(0 0 88px #ffd701) drop-shadow(0 0 151px #ffd701);
    filter: drop-shadow(0 0 6px #ffd701) drop-shadow(0 0 12px #ffd701) drop-shadow(0 0 44px #ffd701) drop-shadow(0 0 88px #ffd701) drop-shadow(0 0 151px #ffd701)
  }
  50% {
    -webkit-filter: none;
    filter: none
  }
  100% {
    -webkit-filter: drop-shadow(0 0 6px #ffd701) drop-shadow(0 0 12px #ffd701) drop-shadow(0 0 44px #ffd701) drop-shadow(0 0 88px #ffd701) drop-shadow(0 0 151px #ffd701);
    filter: drop-shadow(0 0 6px #ffd701) drop-shadow(0 0 12px #ffd701) drop-shadow(0 0 44px #ffd701) drop-shadow(0 0 88px #ffd701) drop-shadow(0 0 151px #ffd701)
  }
}

.gt20pro-amoled .umx-amoled-top {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
  width: 1920px;
  height: 847px;
  pointer-events: none;
  mix-blend-mode: screen
}

@media (min-width: 1921px) {
  .gt20pro-amoled .umx-amoled-top {
    width: 2560px;
    height: 847px
  }
}

@media (max-width: 1600px) {
  .gt20pro-amoled .umx-amoled-top {
    -webkit-transform: translateX(-50%) scale(.84);
    -ms-transform: translateX(-50%) scale(.84);
    transform: translateX(-50%) scale(.84)
  }
}

@media (max-width: 1440px) {
  .gt20pro-amoled .umx-amoled-top {
    -webkit-transform: translateX(-50%) scale(.75);
    -ms-transform: translateX(-50%) scale(.75);
    transform: translateX(-50%) scale(.75);
    -webkit-transform-origin: center top;
    -ms-transform-origin: center top;
    transform-origin: center top;
    margin-bottom: -360px
  }
}

@media (max-width: 1024px) {
  .gt20pro-amoled .umx-amoled-top {
    -webkit-transform: translateX(-50%) scale(.6);
    -ms-transform: translateX(-50%) scale(.6);
    transform: translateX(-50%) scale(.6);
    -webkit-transform-origin: center top;
    -ms-transform-origin: center top;
    transform-origin: center top;
    margin-bottom: -300px
  }
}

@media (max-width: 1000px) {
  .gt20pro-amoled .umx-amoled-top {
    -webkit-transform: translateX(-50%) scale(1);
    -ms-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
    width: 100vw;
    height: 48.88889vw;
    margin-bottom: 10px;
    mix-blend-mode: normal
  }
}

.gt20pro-amoled .umx-amoled-top .umx-top-f1 {
  background-image: url(../images/gt20pro-amoled-top-img1-lg.png);
  background-size: 1920px 847px;
  background-position: center;
  background-repeat: no-repeat;
  width: 1920px;
  height: 847px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-amoled .umx-amoled-top .umx-top-f1 {
    background-image: url(../images/gt20pro-amoled-top-img1-lg-x2.png)
  }
}

.webp .gt20pro-amoled .umx-amoled-top .umx-top-f1 {
  background-image: url(../images/gt20pro-amoled-top-img1-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-amoled .umx-amoled-top .umx-top-f1 {
    background-image: url(../images/gt20pro-amoled-top-img1-lg-x2.png.webp)
  }
}

@media (min-width: 1921px) {
  .gt20pro-amoled .umx-amoled-top .umx-top-f1 {
    background-image: url(../images/gt20pro-amoled-top-img1-xl.png);
    background-size: 2560px 847px;
    background-position: center;
    background-repeat: no-repeat;
    width: 2560px;
    height: 847px
  }
}

@media only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 1921px) and (min-resolution: 1.5dppx),(min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5),(min-width: 1921px) and (min-resolution: 144dpi) {
  .gt20pro-amoled .umx-amoled-top .umx-top-f1 {
    background-image: url(../images/gt20pro-amoled-top-img1-xl-x2.png)
  }
}

@media (min-width: 1921px) {
  .webp .gt20pro-amoled .umx-amoled-top .umx-top-f1 {
    background-image: url(../images/gt20pro-amoled-top-img1-xl.png.webp)
  }
}

@media only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 1921px) and (min-resolution: 1.5dppx),(min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5),(min-width: 1921px) and (min-resolution: 144dpi) {
  .webp .gt20pro-amoled .umx-amoled-top .umx-top-f1 {
    background-image: url(../images/gt20pro-amoled-top-img1-xl-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-amoled .umx-amoled-top .umx-top-f1 {
    background-image: url(../images/gt20pro-amoled-top-img1-mb.png);
    background-size: 360px 176px;
    background-position: center;
    background-repeat: no-repeat;
    width: 360px;
    height: 176px
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .gt20pro-amoled .umx-amoled-top .umx-top-f1 {
    background-image: url(../images/gt20pro-amoled-top-img1-mb-x2.png)
  }
}

@media (max-width: 1000px) {
  .webp .gt20pro-amoled .umx-amoled-top .umx-top-f1 {
    background-image: url(../images/gt20pro-amoled-top-img1-mb.png.webp)
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .webp .gt20pro-amoled .umx-amoled-top .umx-top-f1 {
    background-image: url(../images/gt20pro-amoled-top-img1-mb-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-amoled .umx-amoled-top .umx-top-f1 {
    background-size: 100vw 48.88889vw;
    width: 100vw;
    height: 48.88889vw
  }
}

.gt20pro-amoled .umx-amoled-top .umx-light {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1600px;
  top: 100px
}

@media (max-width: 1000px) {
  .gt20pro-amoled .umx-amoled-top .umx-light {
    width: calc(100vw - 48px);
    top: 8.33333vw
  }
}

.gt20pro-amoled .umx-amoled-top .umx-light .umx-hxd {
  position: absolute;
  top: 116px
}

@media (max-width: 1000px) {
  .gt20pro-amoled .umx-amoled-top .umx-light .umx-hxd {
    width: 13vw;
    height: 17.33333vw;
    top: 0
  }
}

.gt20pro-amoled .umx-amoled-top .umx-light .umx-txt-bg {
  position: absolute;
  font-family: InfinixDisplay;
  font-weight: 400;
  color: rgba(51, 230, 230, .03);
  line-height: 80%;
  font-size: 186px;
  width: 200%;
  top: 100px;
  left: 120px;
  -webkit-text-stroke: 1px rgba(51, 230, 230, .1);
  -webkit-transform: skewX(-7deg);
  -ms-transform: skewX(-7deg);
  transform: skewX(-7deg)
}

@media (max-width: 1000px) {
  .gt20pro-amoled .umx-amoled-top .umx-light .umx-txt-bg {
    width: 130%;
    font-size: 56px;
    left: 9.44444vw;
    top: 0
  }
}

.gt20pro-amoled .umx-amoled-top .umx-light .umx-p {
  position: absolute;
  font-family: InfinixDisplay;
  line-height: 1;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 72px;
  top: 176px;
  left: 116px
}

@media (max-width: 1000px) {
  .gt20pro-amoled .umx-amoled-top .umx-light .umx-p {
    font-size: 24px;
    top: 2.77778vw;
    left: 8.33333vw
  }
}

.gt20pro-amoled .umx-amoled-top .umx-light .umx-p .umx-top-icon {
  position: relative;
  margin-right: 35px;
  -webkit-animation: antAmoledFilter 4s linear 0s infinite;
  animation: antAmoledFilter 4s linear 0s infinite;
  background-image: url(../images/gt20pro-amoled-top-icon-lg.png);
  background-size: 75px 74px;
  background-position: center;
  background-repeat: no-repeat;
  width: 75px;
  height: 74px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-amoled .umx-amoled-top .umx-light .umx-p .umx-top-icon {
    background-image: url(../images/gt20pro-amoled-top-icon-lg-x2.png)
  }
}

.webp .gt20pro-amoled .umx-amoled-top .umx-light .umx-p .umx-top-icon {
  background-image: url(../images/gt20pro-amoled-top-icon-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-amoled .umx-amoled-top .umx-light .umx-p .umx-top-icon {
    background-image: url(../images/gt20pro-amoled-top-icon-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-amoled .umx-amoled-top .umx-light .umx-p .umx-top-icon {
    background-image: url(../images/gt20pro-amoled-top-icon-lg.png);
    background-size: 45px 44px;
    background-position: center;
    background-repeat: no-repeat;
    width: 45px;
    height: 44px;
    width: 12.5vw;
    height: 12.33333vw;
    background-size: 12.5vw 12.33333vw;
    margin-right: 1.66667vw
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .gt20pro-amoled .umx-amoled-top .umx-light .umx-p .umx-top-icon {
    background-image: url(../images/gt20pro-amoled-top-icon-lg-x2.png)
  }
}

@media (max-width: 1000px) {
  .webp .gt20pro-amoled .umx-amoled-top .umx-light .umx-p .umx-top-icon {
    background-image: url(../images/gt20pro-amoled-top-icon-lg.png.webp)
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .webp .gt20pro-amoled .umx-amoled-top .umx-light .umx-p .umx-top-icon {
    background-image: url(../images/gt20pro-amoled-top-icon-lg-x2.png.webp)
  }
}

.gt20pro-amoled .umx-amoled-top .umx-light .umx-p span {
  position: relative;
  display: block;
  width: 640px;
  -webkit-font-kerning: none;
  font-kerning: none
}

@media (max-width: 1000px) {
  .gt20pro-amoled .umx-amoled-top .umx-light .umx-p span {
    width: 100vw
  }
}

.gt20pro-amoled .umx-amoled-top .umx-light .umx-p span.umx-current {
  -webkit-animation: flashAnt .3s;
  animation: flashAnt .3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards
}

.gt20pro-amoled .umx-amoled-top .umx-light .umx-p span.umx-current::after {
  content: attr(data-text);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 4px;
  text-shadow: -1px 0 red;
  top: 0;
  color: #fff;
  overflow: hidden;
  clip: rect(0, 900px, 0, 0);
  -webkit-animation: noise-anim .5s 1 linear alternate-reverse, disappearAnt .1s .5s forwards;
  animation: noise-anim .5s 1 linear alternate-reverse, disappearAnt .1s .5s forwards
}

@media (max-width: 1000px) {
  .gt20pro-amoled .umx-amoled-top .umx-light .umx-p span.umx-current::after {
    clip: rect(0, 400px, 0, 0)
  }
}

.gt20pro-amoled .umx-amoled-top .umx-light .umx-p span.umx-current::before {
  content: attr(data-text);
  position: absolute;
  width: 100%;
  height: 100%;
  left: -4px;
  text-shadow: 1px 0 #00f;
  top: 0;
  color: #fff;
  overflow: hidden;
  clip: rect(0, 900px, 0, 0);
  -webkit-animation: noise-anim-2 .5s 1 linear alternate-reverse, disappearAnt .1s .5s forwards;
  animation: noise-anim-2 .5s 1 linear alternate-reverse, disappearAnt .1s .5s forwards
}

@media (max-width: 1000px) {
  .gt20pro-amoled .umx-amoled-top .umx-light .umx-p span.umx-current::before {
    clip: rect(0, 400px, 0, 0)
  }
}

.gt20pro-amoled .umx-amoled-bottom {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1922px;
  margin-top: -270px;
  margin-bottom: 150px
}

@media (max-width: 1440px) {
  .gt20pro-amoled .umx-amoled-bottom {
    width: 1441.5px;
    margin-top: -202.5px;
    margin-bottom: 105px
  }
}

@media (max-width: 1000px) {
  .gt20pro-amoled .umx-amoled-bottom {
    width: 160px;
    margin-top: 0;
    margin-bottom: 60px
  }
}

.gt20pro-amoled .umx-amoled-bottom .umx-figure-box {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 994px
}

@media (max-width: 1440px) {
  .gt20pro-amoled .umx-amoled-bottom .umx-figure-box {
    width: 745.5px
  }
}

@media (max-width: 1000px) {
  .gt20pro-amoled .umx-amoled-bottom .umx-figure-box {
    width: auto
  }
}

.gt20pro-amoled .umx-amoled-bottom .umx-figure-box .umx-figure {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 624px;
  height: 1368px
}

@media (max-width: 1440px) {
  .gt20pro-amoled .umx-amoled-bottom .umx-figure-box .umx-figure {
    -webkit-transform: translateX(-50%) scale(.75);
    -ms-transform: translateX(-50%) scale(.75);
    transform: translateX(-50%) scale(.75);
    -webkit-transform-origin: center top;
    -ms-transform-origin: center top;
    transform-origin: center top
  }
}

@media (max-width: 1000px) {
  .gt20pro-amoled .umx-amoled-bottom .umx-figure-box .umx-figure {
    -webkit-transform: translateX(-50%) scale(1);
    -ms-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
    width: 160px;
    height: 350px
  }
}

.gt20pro-amoled .umx-amoled-bottom .umx-figure-box .umx-figure .umx-f1 {
  background-image: url(../images/gt20pro-amoled-bottom-img1-lg.png);
  background-size: 624px 1368px;
  background-position: center;
  background-repeat: no-repeat;
  width: 624px;
  height: 1368px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-amoled .umx-amoled-bottom .umx-figure-box .umx-figure .umx-f1 {
    background-image: url(../images/gt20pro-amoled-bottom-img1-lg-x2.png)
  }
}

.webp .gt20pro-amoled .umx-amoled-bottom .umx-figure-box .umx-figure .umx-f1 {
  background-image: url(../images/gt20pro-amoled-bottom-img1-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-amoled .umx-amoled-bottom .umx-figure-box .umx-figure .umx-f1 {
    background-image: url(../images/gt20pro-amoled-bottom-img1-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-amoled .umx-amoled-bottom .umx-figure-box .umx-figure .umx-f1 {
    background-image: url(../images/gt20pro-amoled-bottom-img1-mb.jpg);
    background-size: 160px 350px;
    background-position: center;
    background-repeat: no-repeat;
    width: 160px;
    height: 350px
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .gt20pro-amoled .umx-amoled-bottom .umx-figure-box .umx-figure .umx-f1 {
    background-image: url(../images/gt20pro-amoled-bottom-img1-mb-x2.jpg)
  }
}

@media (max-width: 1000px) {
  .webp .gt20pro-amoled .umx-amoled-bottom .umx-figure-box .umx-figure .umx-f1 {
    background-image: url(../images/gt20pro-amoled-bottom-img1-mb.jpg.webp)
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .webp .gt20pro-amoled .umx-amoled-bottom .umx-figure-box .umx-figure .umx-f1 {
    background-image: url(../images/gt20pro-amoled-bottom-img1-mb-x2.jpg.webp)
  }
}

.gt20pro-amoled .umx-amoled-bottom .umx-figure-box .umx-figure .umx-module-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 153px;
  height: 153px
}

.gt20pro-amoled .umx-amoled-bottom .umx-figure-box .umx-figure .umx-module-box .umx-line-c-box {
  position: absolute;
  z-index: 2
}

.gt20pro-amoled .umx-amoled-bottom .umx-figure-box .umx-figure .umx-module-box .umx-line-c-box .umx-line-c {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.gt20pro-amoled .umx-amoled-bottom .umx-figure-box .umx-figure .umx-module-box .umx-line-c-box .umx-line-c p {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  line-height: 1.1;
  font-size: 18px;
  left: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media (max-width: 1440px) {
  .gt20pro-amoled .umx-amoled-bottom .umx-figure-box .umx-figure .umx-module-box .umx-line-c-box .umx-line-c p {
    font-size: 22.5px
  }
}

@media (max-width: 1000px) {
  .gt20pro-amoled .umx-amoled-bottom .umx-figure-box .umx-figure .umx-module-box .umx-line-c-box .umx-line-c p {
    font-size: 9px;
    left: 46px;
    margin-top: 50px
  }
}

.gt20pro-amoled .umx-amoled-bottom .umx-figure-box .umx-figure .umx-module-box .umx-line-c-box .umx-line-c p svg {
  margin-right: 8px
}

@media (max-width: 1000px) {
  .gt20pro-amoled .umx-amoled-bottom .umx-figure-box .umx-figure .umx-module-box .umx-line-c-box .umx-line-c p svg {
    width: 7.5px;
    height: 5.5px;
    margin-right: 4px
  }
}

.gt20pro-amoled .umx-amoled-bottom .umx-figure-box .umx-figure .umx-module-box .umx-line-c-box .umx-line-c .umx-point {
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #2ce6e6;
  top: 18px;
  left: 4px
}

@media (max-width: 1000px) {
  .gt20pro-amoled .umx-amoled-bottom .umx-figure-box .umx-figure .umx-module-box .umx-line-c-box .umx-line-c .umx-point {
    top: 14px
  }
}

.gt20pro-amoled .umx-amoled-bottom .umx-figure-box .umx-figure .umx-module-box .umx-line-c-box .umx-line-c .umx-line1-box {
  position: relative;
  width: 120px;
  height: 1px
}

@media (max-width: 1000px) {
  .gt20pro-amoled .umx-amoled-bottom .umx-figure-box .umx-figure .umx-module-box .umx-line-c-box .umx-line-c .umx-line1-box {
    width: 30px
  }
}

.gt20pro-amoled .umx-amoled-bottom .umx-figure-box .umx-figure .umx-module-box .umx-line-c-box .umx-line-c .umx-line1-box .umx-line1 {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  background: #fff
}

.gt20pro-amoled .umx-amoled-bottom .umx-figure-box .umx-figure .umx-module-box .umx-line-c-box .umx-line-c .umx-line2-box {
  position: relative;
  -webkit-transform: rotate(133deg);
  -ms-transform: rotate(133deg);
  transform: rotate(133deg);
  left: 4px;
  top: 9px;
  height: 1px;
  width: 24px
}

@media (max-width: 1000px) {
  .gt20pro-amoled .umx-amoled-bottom .umx-figure-box .umx-figure .umx-module-box .umx-line-c-box .umx-line-c .umx-line2-box {
    width: 20px;
    top: 7px
  }
}

.gt20pro-amoled .umx-amoled-bottom .umx-figure-box .umx-figure .umx-module-box .umx-line-c-box .umx-line-c .umx-line2-box .umx-line2 {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #fff;
  width: 100%;
  height: 100%
}

.gt20pro-amoled .umx-amoled-bottom .umx-figure-box .umx-figure .umx-module-box .umx-line-c-box .umx-line-c.umx-line-c1 {
  top: -573px;
  left: 294px
}

@media (max-width: 1000px) {
  .gt20pro-amoled .umx-amoled-bottom .umx-figure-box .umx-figure .umx-module-box .umx-line-c-box .umx-line-c.umx-line-c1 {
    top: -111px;
    left: 129px
  }
}

.gt20pro-amoled .umx-amoled-bottom .umx-figure-box .umx-figure .umx-module-box .umx-line-c-box .umx-line-c.umx-line-c1 .umx-line2-box {
  -webkit-transform: rotate(217deg);
  -ms-transform: rotate(217deg);
  transform: rotate(217deg);
  left: 3px;
  top: -7px
}

@media (max-width: 1000px) {
  .gt20pro-amoled .umx-amoled-bottom .umx-figure-box .umx-figure .umx-module-box .umx-line-c-box .umx-line-c.umx-line-c1 .umx-line2-box {
    -webkit-transform: rotate(136deg);
    -ms-transform: rotate(136deg);
    transform: rotate(136deg);
    top: 7px
  }
}

.gt20pro-amoled .umx-amoled-bottom .umx-figure-box .umx-figure .umx-module-box .umx-line-c-box .umx-line-c.umx-line-c1 .umx-point {
  top: -17px;
  left: 2px
}

@media (max-width: 1000px) {
  .gt20pro-amoled .umx-amoled-bottom .umx-figure-box .umx-figure .umx-module-box .umx-line-c-box .umx-line-c.umx-line-c1 .umx-point {
    top: 13px;
    left: 3px
  }
}

.gt20pro-amoled .umx-amoled-bottom .umx-figure-box .umx-figure .umx-module-box .umx-line-c-box .umx-line-c.umx-line-c2 {
  left: -366px;
  top: -80px
}

@media (max-width: 1000px) {
  .gt20pro-amoled .umx-amoled-bottom .umx-figure-box .umx-figure .umx-module-box .umx-line-c-box .umx-line-c.umx-line-c2 {
    top: 74px;
    left: -46px
  }
}

.gt20pro-amoled .umx-amoled-bottom .umx-figure-box .umx-figure .umx-module-box .umx-line-c-box .umx-line-c.umx-line-c2 p {
  left: -127px;
  margin-top: 110px
}

@media (max-width: 1000px) {
  .gt20pro-amoled .umx-amoled-bottom .umx-figure-box .umx-figure .umx-module-box .umx-line-c-box .umx-line-c.umx-line-c2 p {
    left: -40px;
    margin-top: 46px
  }
}

.gt20pro-amoled .umx-amoled-bottom .umx-figure-box .umx-figure .umx-module-box .umx-line-c-box .umx-line-c.umx-line-c2 .umx-line1-box .umx-line1 {
  left: auto;
  right: 0
}

.gt20pro-amoled .umx-amoled-bottom .umx-figure-box .umx-figure .umx-module-box .umx-line-c-box .umx-line-c.umx-line-c2 .umx-line2-box {
  -webkit-transform: rotate(227deg);
  -ms-transform: rotate(227deg);
  transform: rotate(227deg);
  left: -4px
}

@media (max-width: 1000px) {
  .gt20pro-amoled .umx-amoled-bottom .umx-figure-box .umx-figure .umx-module-box .umx-line-c-box .umx-line-c.umx-line-c2 .umx-line2-box {
    top: 7px
  }
}

.gt20pro-amoled .umx-amoled-bottom .umx-figure-box .umx-figure .umx-module-box .umx-line-c-box .umx-line-c.umx-line-c2 .umx-line2-box .umx-line2 {
  left: 0;
  right: auto
}

.gt20pro-amoled .umx-amoled-bottom .umx-figure-box .umx-figure .umx-module-box .umx-line-c-box .umx-line-c.umx-line-c2 .umx-point {
  left: auto;
  right: 5px;
  top: 17px
}

@media (max-width: 1000px) {
  .gt20pro-amoled .umx-amoled-bottom .umx-figure-box .umx-figure .umx-module-box .umx-line-c-box .umx-line-c.umx-line-c2 .umx-point {
    right: 4px;
    top: 14px
  }
}

.gt20pro-amoled .umx-amoled-bottom .umx-figure-box .umx-figure .umx-module-box .umx-line-c-box .umx-line-c.umx-line-c3 {
  margin-left: 308px;
  top: 723px
}

@media (max-width: 1000px) {
  .gt20pro-amoled .umx-amoled-bottom .umx-figure-box .umx-figure .umx-module-box .umx-line-c-box .umx-line-c.umx-line-c3 {
    margin-left: 128px;
    top: 231px
  }
}

.gt20pro-amoled .umx-amoled-bottom .umx-figure-box .umx-figure .umx-module-box .umx-module {
  position: absolute;
  width: 420px;
  height: 420px;
  -webkit-clip-path: circle(18% at 50% 50%);
  clip-path: circle(18% at 50% 50%)
}

@media (max-width: 1000px) {
  .gt20pro-amoled .umx-amoled-bottom .umx-figure-box .umx-figure .umx-module-box .umx-module {
    width: 168px;
    height: 168px
  }
}

.gt20pro-amoled .umx-amoled-bottom .umx-figure-box .umx-figure .umx-module-box .umx-module .umx-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff
}

.gt20pro-amoled .umx-amoled-bottom .umx-figure-box .umx-figure .umx-module-box .umx-module.umx-module1 {
  top: -757px;
  left: 294px
}

@media (max-width: 1000px) {
  .gt20pro-amoled .umx-amoled-bottom .umx-figure-box .umx-figure .umx-module-box .umx-module.umx-module1 {
    top: -180px;
    left: 122px
  }
}

.gt20pro-amoled .umx-amoled-bottom .umx-figure-box .umx-figure .umx-module-box .umx-module.umx-module2 {
  top: -258px;
  left: -638px
}

@media (max-width: 1000px) {
  .gt20pro-amoled .umx-amoled-bottom .umx-figure-box .umx-figure .umx-module-box .umx-module.umx-module2 {
    top: 0;
    left: -140px
  }
}

.gt20pro-amoled .umx-amoled-bottom .umx-figure-box .umx-figure .umx-module-box .umx-module.umx-module2 .umx-m2 {
  margin-left: 28px
}

@media (max-width: 1000px) {
  .gt20pro-amoled .umx-amoled-bottom .umx-figure-box .umx-figure .umx-module-box .umx-module.umx-module2 .umx-m2 {
    margin-left: 10px
  }
}

.gt20pro-amoled .umx-amoled-bottom .umx-figure-box .umx-figure .umx-module-box .umx-module.umx-module3 {
  top: 540px;
  left: 306px
}

@media (max-width: 1000px) {
  .gt20pro-amoled .umx-amoled-bottom .umx-figure-box .umx-figure .umx-module-box .umx-module.umx-module3 {
    top: 160px;
    left: 122px
  }
}

.gt20pro-amoled .umx-amoled-bottom .umx-figure-box .umx-figure .umx-module-box .umx-module.umx-module3 .umx-m3 {
  margin-top: -68px
}

@media (max-width: 1000px) {
  .gt20pro-amoled .umx-amoled-bottom .umx-figure-box .umx-figure .umx-module-box .umx-module.umx-module3 .umx-m3 {
    margin-top: -28px
  }
}

.gt20pro-amoled .umx-amoled-bottom .umx-figure-box .umx-figure .umx-module-box .umx-module figure {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.gt20pro-amoled .umx-amoled-bottom .umx-figure-box .umx-figure .umx-module-box .umx-module figure.umx-m1 {
  background-image: url(../images/gt20pro-amoled-bottom-m1-lg.png);
  background-size: 420px 420px;
  background-position: center;
  background-repeat: no-repeat;
  width: 420px;
  height: 420px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-amoled .umx-amoled-bottom .umx-figure-box .umx-figure .umx-module-box .umx-module figure.umx-m1 {
    background-image: url(../images/gt20pro-amoled-bottom-m1-lg-x2.png)
  }
}

.webp .gt20pro-amoled .umx-amoled-bottom .umx-figure-box .umx-figure .umx-module-box .umx-module figure.umx-m1 {
  background-image: url(../images/gt20pro-amoled-bottom-m1-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-amoled .umx-amoled-bottom .umx-figure-box .umx-figure .umx-module-box .umx-module figure.umx-m1 {
    background-image: url(../images/gt20pro-amoled-bottom-m1-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-amoled .umx-amoled-bottom .umx-figure-box .umx-figure .umx-module-box .umx-module figure.umx-m1 {
    background-image: url(../images/gt20pro-amoled-bottom-m1-lg.png);
    background-size: 168px 168px;
    background-position: center;
    background-repeat: no-repeat;
    width: 168px;
    height: 168px
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .gt20pro-amoled .umx-amoled-bottom .umx-figure-box .umx-figure .umx-module-box .umx-module figure.umx-m1 {
    background-image: url(../images/gt20pro-amoled-bottom-m1-lg-x2.png)
  }
}

@media (max-width: 1000px) {
  .webp .gt20pro-amoled .umx-amoled-bottom .umx-figure-box .umx-figure .umx-module-box .umx-module figure.umx-m1 {
    background-image: url(../images/gt20pro-amoled-bottom-m1-lg.png.webp)
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .webp .gt20pro-amoled .umx-amoled-bottom .umx-figure-box .umx-figure .umx-module-box .umx-module figure.umx-m1 {
    background-image: url(../images/gt20pro-amoled-bottom-m1-lg-x2.png.webp)
  }
}

.gt20pro-amoled .umx-amoled-bottom .umx-figure-box .umx-figure .umx-module-box .umx-module figure.umx-m2 {
  background-image: url(../images/gt20pro-amoled-bottom-m2-lg.png);
  background-size: 420px 420px;
  background-position: center;
  background-repeat: no-repeat;
  width: 420px;
  height: 420px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-amoled .umx-amoled-bottom .umx-figure-box .umx-figure .umx-module-box .umx-module figure.umx-m2 {
    background-image: url(../images/gt20pro-amoled-bottom-m2-lg-x2.png)
  }
}

.webp .gt20pro-amoled .umx-amoled-bottom .umx-figure-box .umx-figure .umx-module-box .umx-module figure.umx-m2 {
  background-image: url(../images/gt20pro-amoled-bottom-m2-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-amoled .umx-amoled-bottom .umx-figure-box .umx-figure .umx-module-box .umx-module figure.umx-m2 {
    background-image: url(../images/gt20pro-amoled-bottom-m2-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-amoled .umx-amoled-bottom .umx-figure-box .umx-figure .umx-module-box .umx-module figure.umx-m2 {
    background-image: url(../images/gt20pro-amoled-bottom-m2-lg.png);
    background-size: 168px 168px;
    background-position: center;
    background-repeat: no-repeat;
    width: 168px;
    height: 168px
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .gt20pro-amoled .umx-amoled-bottom .umx-figure-box .umx-figure .umx-module-box .umx-module figure.umx-m2 {
    background-image: url(../images/gt20pro-amoled-bottom-m2-lg-x2.png)
  }
}

@media (max-width: 1000px) {
  .webp .gt20pro-amoled .umx-amoled-bottom .umx-figure-box .umx-figure .umx-module-box .umx-module figure.umx-m2 {
    background-image: url(../images/gt20pro-amoled-bottom-m2-lg.png.webp)
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .webp .gt20pro-amoled .umx-amoled-bottom .umx-figure-box .umx-figure .umx-module-box .umx-module figure.umx-m2 {
    background-image: url(../images/gt20pro-amoled-bottom-m2-lg-x2.png.webp)
  }
}

.gt20pro-amoled .umx-amoled-bottom .umx-figure-box .umx-figure .umx-module-box .umx-module figure.umx-m3 {
  background-image: url(../images/gt20pro-amoled-bottom-m3-lg.png);
  background-size: 420px 420px;
  background-position: center;
  background-repeat: no-repeat;
  width: 420px;
  height: 420px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-amoled .umx-amoled-bottom .umx-figure-box .umx-figure .umx-module-box .umx-module figure.umx-m3 {
    background-image: url(../images/gt20pro-amoled-bottom-m3-lg-x2.png)
  }
}

.webp .gt20pro-amoled .umx-amoled-bottom .umx-figure-box .umx-figure .umx-module-box .umx-module figure.umx-m3 {
  background-image: url(../images/gt20pro-amoled-bottom-m3-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-amoled .umx-amoled-bottom .umx-figure-box .umx-figure .umx-module-box .umx-module figure.umx-m3 {
    background-image: url(../images/gt20pro-amoled-bottom-m3-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-amoled .umx-amoled-bottom .umx-figure-box .umx-figure .umx-module-box .umx-module figure.umx-m3 {
    background-image: url(../images/gt20pro-amoled-bottom-m3-lg.png);
    background-size: 168px 168px;
    background-position: center;
    background-repeat: no-repeat;
    width: 168px;
    height: 168px
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .gt20pro-amoled .umx-amoled-bottom .umx-figure-box .umx-figure .umx-module-box .umx-module figure.umx-m3 {
    background-image: url(../images/gt20pro-amoled-bottom-m3-lg-x2.png)
  }
}

@media (max-width: 1000px) {
  .webp .gt20pro-amoled .umx-amoled-bottom .umx-figure-box .umx-figure .umx-module-box .umx-module figure.umx-m3 {
    background-image: url(../images/gt20pro-amoled-bottom-m3-lg.png.webp)
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .webp .gt20pro-amoled .umx-amoled-bottom .umx-figure-box .umx-figure .umx-module-box .umx-module figure.umx-m3 {
    background-image: url(../images/gt20pro-amoled-bottom-m3-lg-x2.png.webp)
  }
}

.gt20pro-amoled .umx-amoled-bottom .umx-figure-box .umx-figure .umx-module-box .umx-module figure.umx-m4 {
  background-image: url(../images/gt20pro-amoled-bottom-m4-lg.png);
  background-size: 420px 420px;
  background-position: center;
  background-repeat: no-repeat;
  width: 420px;
  height: 420px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-amoled .umx-amoled-bottom .umx-figure-box .umx-figure .umx-module-box .umx-module figure.umx-m4 {
    background-image: url(../images/gt20pro-amoled-bottom-m4-lg-x2.png)
  }
}

.webp .gt20pro-amoled .umx-amoled-bottom .umx-figure-box .umx-figure .umx-module-box .umx-module figure.umx-m4 {
  background-image: url(../images/gt20pro-amoled-bottom-m4-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-amoled .umx-amoled-bottom .umx-figure-box .umx-figure .umx-module-box .umx-module figure.umx-m4 {
    background-image: url(../images/gt20pro-amoled-bottom-m4-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-amoled .umx-amoled-bottom .umx-figure-box .umx-figure .umx-module-box .umx-module figure.umx-m4 {
    background-image: url(../images/gt20pro-amoled-bottom-m4-lg.png);
    background-size: 168px 168px;
    background-position: center;
    background-repeat: no-repeat;
    width: 168px;
    height: 168px
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .gt20pro-amoled .umx-amoled-bottom .umx-figure-box .umx-figure .umx-module-box .umx-module figure.umx-m4 {
    background-image: url(../images/gt20pro-amoled-bottom-m4-lg-x2.png)
  }
}

@media (max-width: 1000px) {
  .webp .gt20pro-amoled .umx-amoled-bottom .umx-figure-box .umx-figure .umx-module-box .umx-module figure.umx-m4 {
    background-image: url(../images/gt20pro-amoled-bottom-m4-lg.png.webp)
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .webp .gt20pro-amoled .umx-amoled-bottom .umx-figure-box .umx-figure .umx-module-box .umx-module figure.umx-m4 {
    background-image: url(../images/gt20pro-amoled-bottom-m4-lg-x2.png.webp)
  }
}

.gt20pro-amoled .umx-amoled-bottom .umx-figure-box .umx-txt {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: 100px
}

@media (max-width: 1440px) {
  .gt20pro-amoled .umx-amoled-bottom .umx-figure-box .umx-txt {
    width: 1000px;
    margin-top: -300px;
    -webkit-transform: translateX(-50%) scale(.75);
    -ms-transform: translateX(-50%) scale(.75);
    transform: translateX(-50%) scale(.75)
  }
}

@media (max-width: 1000px) {
  .gt20pro-amoled .umx-amoled-bottom .umx-figure-box .umx-txt {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100vw;
    padding-left: 24px;
    padding-right: 24px;
    margin-top: 80px;
    -webkit-transform: translateX(-50%) scale(1);
    -ms-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1)
  }
}

.gt20pro-amoled .umx-amoled-bottom .umx-figure-box .umx-txt .umx-txt-special-bg {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

@media (max-width: 1000px) {
  .gt20pro-amoled .umx-amoled-bottom .umx-figure-box .umx-txt .umx-txt-special-bg {
    display: block
  }
}

.gt20pro-amoled .umx-amoled-bottom .umx-figure-box .umx-txt .umx-svg-line {
  position: relative;
  margin-top: 50px
}

@media (max-width: 1000px) {
  .gt20pro-amoled .umx-amoled-bottom .umx-figure-box .umx-txt .umx-svg-line {
    margin-top: 16px
  }
}

.gt20pro-amoled .umx-amoled-bottom .umx-figure-box .umx-txt .umx-p-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media (max-width: 1000px) {
  .gt20pro-amoled .umx-amoled-bottom .umx-figure-box .umx-txt .umx-p-box {
    display: block
  }
}

.gt20pro-amoled .umx-amoled-bottom .umx-figure-box .umx-txt .umx-p-box .umx-p1 {
  font-family: AktivGroteskEx_Bd;
  color: #fff;
  line-height: 1.1;
  font-size: 30px
}

@media (max-width: 1000px) {
  .gt20pro-amoled .umx-amoled-bottom .umx-figure-box .umx-txt .umx-p-box .umx-p1 {
    font-size: 15px
  }
}

.gt20pro-amoled .umx-amoled-bottom .umx-figure-box .umx-txt .umx-p-box .umx-p2 {
  color: #fff;
  line-height: 1.2;
  font-size: 18px;
  margin-left: 168px
}

@media (max-width: 1440px) {
  .gt20pro-amoled .umx-amoled-bottom .umx-figure-box .umx-txt .umx-p-box .umx-p2 {
    margin-left: 170px
  }
}

@media (max-width: 1000px) {
  .gt20pro-amoled .umx-amoled-bottom .umx-figure-box .umx-txt .umx-p-box .umx-p2 {
    font-size: 10px;
    margin-left: 0;
    margin-top: 9px
  }
}

.gt20pro-amoled .umx-amoled-bottom .umx-figure-box .umx-txt .umx-ul-box {
  position: relative;
  width: 100%;
  margin-top: 82px
}

@media (max-width: 1000px) {
  .gt20pro-amoled .umx-amoled-bottom .umx-figure-box .umx-txt .umx-ul-box {
    margin-top: 44px
  }
}

.gt20pro-amoled .umx-amoled-bottom .umx-figure-box .umx-txt .umx-ul-box .umx-ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.gt20pro-amoled .umx-amoled-bottom .umx-figure-box .umx-txt .umx-ul-box .umx-ul .umx-ui-line {
  position: absolute;
  width: 100%;
  height: 1px;
  background: #6e6e6e;
  bottom: -25px
}

@media (max-width: 1000px) {
  .gt20pro-amoled .umx-amoled-bottom .umx-figure-box .umx-txt .umx-ul-box .umx-ul .umx-ui-line {
    display: none
  }
}

.gt20pro-amoled .umx-amoled-bottom .umx-figure-box .umx-txt .umx-ul-box .umx-ul li strong {
  font-family: InfinixDisplay;
  color: #2ce6e6;
  line-height: 1;
  font-size: 36px
}

@media (max-width: 1000px) {
  .gt20pro-amoled .umx-amoled-bottom .umx-figure-box .umx-txt .umx-ul-box .umx-ul li strong {
    font-size: 15px
  }
}

.gt20pro-amoled .umx-amoled-bottom .umx-figure-box .umx-txt .umx-ul-box .umx-ul li p {
  color: #fff;
  line-height: 1.2;
  margin-top: 10px;
  font-size: 16px
}

@media (max-width: 1000px) {
  .gt20pro-amoled .umx-amoled-bottom .umx-figure-box .umx-txt .umx-ul-box .umx-ul li p {
    font-size: 8px;
    margin-top: 5px
  }
}

.gt20pro-amoled .umx-amoled-bottom .umx-figure-box .umx-txt .umx-ul-box .umx-ul li:last-child {
  margin-bottom: 0
}

.gt20pro-amoled .umx-amoled-bottom .umx-figure-box .umx-txt .umx-ul-box .umx-ul .umx-pix {
  background-image: url(../images/gt20pro-amoled-bottom-pix-lg.png);
  background-size: 173px 40px;
  background-position: center;
  background-repeat: no-repeat;
  width: 173px;
  height: 40px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-amoled .umx-amoled-bottom .umx-figure-box .umx-txt .umx-ul-box .umx-ul .umx-pix {
    background-image: url(../images/gt20pro-amoled-bottom-pix-lg-x2.png)
  }
}

.webp .gt20pro-amoled .umx-amoled-bottom .umx-figure-box .umx-txt .umx-ul-box .umx-ul .umx-pix {
  background-image: url(../images/gt20pro-amoled-bottom-pix-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-amoled .umx-amoled-bottom .umx-figure-box .umx-txt .umx-ul-box .umx-ul .umx-pix {
    background-image: url(../images/gt20pro-amoled-bottom-pix-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-amoled .umx-amoled-bottom .umx-figure-box .umx-txt .umx-ul-box .umx-ul .umx-pix {
    background-image: url(../images/gt20pro-amoled-bottom-pix-lg.png);
    background-size: 69px 16px;
    background-position: center;
    background-repeat: no-repeat;
    width: 69px;
    height: 16px
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .gt20pro-amoled .umx-amoled-bottom .umx-figure-box .umx-txt .umx-ul-box .umx-ul .umx-pix {
    background-image: url(../images/gt20pro-amoled-bottom-pix-lg-x2.png)
  }
}

@media (max-width: 1000px) {
  .webp .gt20pro-amoled .umx-amoled-bottom .umx-figure-box .umx-txt .umx-ul-box .umx-ul .umx-pix {
    background-image: url(../images/gt20pro-amoled-bottom-pix-lg.png.webp)
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .webp .gt20pro-amoled .umx-amoled-bottom .umx-figure-box .umx-txt .umx-ul-box .umx-ul .umx-pix {
    background-image: url(../images/gt20pro-amoled-bottom-pix-lg-x2.png.webp)
  }
}

.gt20pro-amoled .umx-amoled-bottom .umx-figure-box .umx-txt .umx-ul-box .umx-ul .umx-icon {
  position: relative;
  background-image: url(../images/gt20pro-amoled-bottom-icon-lg.png);
  background-size: 173px 64px;
  background-position: center;
  background-repeat: no-repeat;
  width: 173px;
  height: 64px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-amoled .umx-amoled-bottom .umx-figure-box .umx-txt .umx-ul-box .umx-ul .umx-icon {
    background-image: url(../images/gt20pro-amoled-bottom-icon-lg-x2.png)
  }
}

.webp .gt20pro-amoled .umx-amoled-bottom .umx-figure-box .umx-txt .umx-ul-box .umx-ul .umx-icon {
  background-image: url(../images/gt20pro-amoled-bottom-icon-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-amoled .umx-amoled-bottom .umx-figure-box .umx-txt .umx-ul-box .umx-ul .umx-icon {
    background-image: url(../images/gt20pro-amoled-bottom-icon-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-amoled .umx-amoled-bottom .umx-figure-box .umx-txt .umx-ul-box .umx-ul .umx-icon {
    background-image: url(../images/gt20pro-amoled-bottom-icon-lg.png);
    background-size: 65px 24px;
    background-position: center;
    background-repeat: no-repeat;
    width: 65px;
    height: 24px
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .gt20pro-amoled .umx-amoled-bottom .umx-figure-box .umx-txt .umx-ul-box .umx-ul .umx-icon {
    background-image: url(../images/gt20pro-amoled-bottom-icon-lg-x2.png)
  }
}

@media (max-width: 1000px) {
  .webp .gt20pro-amoled .umx-amoled-bottom .umx-figure-box .umx-txt .umx-ul-box .umx-ul .umx-icon {
    background-image: url(../images/gt20pro-amoled-bottom-icon-lg.png.webp)
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .webp .gt20pro-amoled .umx-amoled-bottom .umx-figure-box .umx-txt .umx-ul-box .umx-ul .umx-icon {
    background-image: url(../images/gt20pro-amoled-bottom-icon-lg-x2.png.webp)
  }
}

.gt20pro-amoled .umx-amoled-bottom .umx-figure-box .umx-txt .umx-ul-box .umx-ul .umx-icon sup {
  position: absolute;
  color: #fff;
  font-size: 12px;
  top: -6px;
  right: -18px
}

@media (max-width: 1000px) {
  .gt20pro-amoled .umx-amoled-bottom .umx-figure-box .umx-txt .umx-ul-box .umx-ul .umx-icon sup {
    font-size: 8px;
    top: -5px;
    right: -10px
  }
}

.gt20pro-amoled .umx-amoled-bottom .umx-figure-box .umx-txt .umx-ul-box .umx-ul.umx-ul1 li:first-child {
  margin-right: 336px
}

@media (max-width: 1000px) {
  .gt20pro-amoled .umx-amoled-bottom .umx-figure-box .umx-txt .umx-ul-box .umx-ul.umx-ul1 li:first-child {
    margin-right: 13px;
    width: 94px
  }
}

.gt20pro-amoled .umx-amoled-bottom .umx-figure-box .umx-txt .umx-ul-box .umx-ul.umx-ul1 li:nth-child(2) {
  margin-right: 109px
}

@media (max-width: 1000px) {
  .gt20pro-amoled .umx-amoled-bottom .umx-figure-box .umx-txt .umx-ul-box .umx-ul.umx-ul1 li:nth-child(2) {
    margin-right: 13px;
    width: 94px
  }
}

.gt20pro-amoled .umx-amoled-bottom .umx-figure-box .umx-txt .umx-ul-box .umx-ul.umx-ul2 {
  margin: 50px 0
}

@media (max-width: 1000px) {
  .gt20pro-amoled .umx-amoled-bottom .umx-figure-box .umx-txt .umx-ul-box .umx-ul.umx-ul2 {
    margin: 24px 0
  }
}

.gt20pro-amoled .umx-amoled-bottom .umx-figure-box .umx-txt .umx-ul-box .umx-ul.umx-ul2 li:first-child {
  margin-right: 109px
}

@media (max-width: 1000px) {
  .gt20pro-amoled .umx-amoled-bottom .umx-figure-box .umx-txt .umx-ul-box .umx-ul.umx-ul2 li:first-child {
    margin-right: 13px;
    width: 94px
  }
}

.gt20pro-amoled .umx-amoled-bottom .umx-figure-box .umx-txt .umx-ul-box .umx-ul.umx-ul2 li:nth-child(2) {
  margin-right: 116px
}

@media (max-width: 1000px) {
  .gt20pro-amoled .umx-amoled-bottom .umx-figure-box .umx-txt .umx-ul-box .umx-ul.umx-ul2 li:nth-child(2) {
    margin-right: 13px;
    width: 94px
  }
}

.gt20pro-amoled .umx-amoled-bottom .umx-figure-box .umx-txt .umx-ul-box .umx-ul.umx-ul3 li:first-child {
  margin-right: 175px
}

@media (max-width: 1000px) {
  .gt20pro-amoled .umx-amoled-bottom .umx-figure-box .umx-txt .umx-ul-box .umx-ul.umx-ul3 li:first-child {
    margin-right: 13px;
    width: 94px
  }
}

.gt20pro-amoled .umx-amoled-bottom .umx-figure-box .umx-txt .umx-ul-box .umx-ul.umx-ul3 li:nth-child(2) {
  margin-right: 126px
}

@media (max-width: 1000px) {
  .gt20pro-amoled .umx-amoled-bottom .umx-figure-box .umx-txt .umx-ul-box .umx-ul.umx-ul3 li:nth-child(2) {
    margin-right: 13px;
    width: 94px
  }

  .gt20pro-amoled .umx-amoled-bottom .umx-figure-box .umx-txt .umx-ul-box .umx-ul.umx-ul3 li:nth-child(2) svg {
    width: 83.04px;
    height: 19.2px
  }
}

.gt20pro-amoled .umx-amoled-bottom .umx-figure-box .umx-txt .umx-ul-box .umx-ul.umx-ul3 li:last-child {
  position: absolute;
  right: 70px
}

@media (max-width: 1440px) {
  .gt20pro-amoled .umx-amoled-bottom .umx-figure-box .umx-txt .umx-ul-box .umx-ul.umx-ul3 li:last-child {
    right: 75px
  }
}

@media (max-width: 1000px) {
  .gt20pro-amoled .umx-amoled-bottom .umx-figure-box .umx-txt .umx-ul-box .umx-ul.umx-ul3 li:last-child {
    right: auto;
    position: relative
  }
}

.gt20pro-interaction .umx-figure-box {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-bottom: 260px;
  margin-top: 100px
}

@media (max-width: 1440px) {
  .gt20pro-interaction .umx-figure-box {
    margin-bottom: 182px;
    margin-top: 70px
  }
}

@media (max-width: 1230px) {
  .gt20pro-interaction .umx-figure-box {
    margin-bottom: 100px;
    margin-top: 70px
  }
}

@media (max-width: 1000px) {
  .gt20pro-interaction .umx-figure-box {
    width: 86.66667vw;
    height: 196.38889vw;
    margin-top: 10px;
    margin-bottom: 80px
  }
}

.gt20pro-interaction .umx-figure-box .umx-bg {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-left: 185px;
  top: 70px;
  background-image: url(../images/gt20pro-interaction-bg-lg.png);
  background-size: 1373px 985px;
  background-position: center;
  background-repeat: no-repeat;
  width: 1373px;
  height: 985px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-interaction .umx-figure-box .umx-bg {
    background-image: url(../images/gt20pro-interaction-bg-lg-x2.png)
  }
}

.webp .gt20pro-interaction .umx-figure-box .umx-bg {
  background-image: url(../images/gt20pro-interaction-bg-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-interaction .umx-figure-box .umx-bg {
    background-image: url(../images/gt20pro-interaction-bg-lg-x2.png.webp)
  }
}

@media (max-width: 1600px) {
  .gt20pro-interaction .umx-figure-box .umx-bg {
    background-image: url(../images/gt20pro-interaction-bg-lg.png);
    background-size: 1098px 788px;
    background-position: center;
    background-repeat: no-repeat;
    width: 1098px;
    height: 788px;
    margin-left: 148px
  }
}

@media only screen and (max-width: 1600px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1600px) and (min-resolution: 1.5dppx),(max-width: 1600px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1600px) and (min-resolution: 144dpi) {
  .gt20pro-interaction .umx-figure-box .umx-bg {
    background-image: url(../images/gt20pro-interaction-bg-lg-x2.png)
  }
}

@media (max-width: 1600px) {
  .webp .gt20pro-interaction .umx-figure-box .umx-bg {
    background-image: url(../images/gt20pro-interaction-bg-lg.png.webp)
  }
}

@media only screen and (max-width: 1600px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1600px) and (min-resolution: 1.5dppx),(max-width: 1600px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1600px) and (min-resolution: 144dpi) {
  .webp .gt20pro-interaction .umx-figure-box .umx-bg {
    background-image: url(../images/gt20pro-interaction-bg-lg-x2.png.webp)
  }
}

@media (max-width: 1440px) {
  .gt20pro-interaction .umx-figure-box .umx-bg {
    background-image: url(../images/gt20pro-interaction-bg-lg.png);
    background-size: 961px 689px;
    background-position: center;
    background-repeat: no-repeat;
    width: 961px;
    height: 689px;
    margin-left: 130px;
    top: 62px
  }
}

@media only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1440px) and (min-resolution: 1.5dppx),(max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1440px) and (min-resolution: 144dpi) {
  .gt20pro-interaction .umx-figure-box .umx-bg {
    background-image: url(../images/gt20pro-interaction-bg-lg-x2.png)
  }
}

@media (max-width: 1440px) {
  .webp .gt20pro-interaction .umx-figure-box .umx-bg {
    background-image: url(../images/gt20pro-interaction-bg-lg.png.webp)
  }
}

@media only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1440px) and (min-resolution: 1.5dppx),(max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1440px) and (min-resolution: 144dpi) {
  .webp .gt20pro-interaction .umx-figure-box .umx-bg {
    background-image: url(../images/gt20pro-interaction-bg-lg-x2.png.webp)
  }
}

@media (max-width: 1230px) {
  .gt20pro-interaction .umx-figure-box .umx-bg {
    background-image: url(../images/gt20pro-interaction-bg-lg.png);
    background-size: 686px 492px;
    background-position: center;
    background-repeat: no-repeat;
    width: 686px;
    height: 492px
  }
}

@media only screen and (max-width: 1230px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1230px) and (min-resolution: 1.5dppx),(max-width: 1230px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1230px) and (min-resolution: 144dpi) {
  .gt20pro-interaction .umx-figure-box .umx-bg {
    background-image: url(../images/gt20pro-interaction-bg-lg-x2.png)
  }
}

@media (max-width: 1230px) {
  .webp .gt20pro-interaction .umx-figure-box .umx-bg {
    background-image: url(../images/gt20pro-interaction-bg-lg.png.webp)
  }
}

@media only screen and (max-width: 1230px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1230px) and (min-resolution: 1.5dppx),(max-width: 1230px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1230px) and (min-resolution: 144dpi) {
  .webp .gt20pro-interaction .umx-figure-box .umx-bg {
    background-image: url(../images/gt20pro-interaction-bg-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-interaction .umx-figure-box .umx-bg {
    background-image: url(../images/gt20pro-interaction-bg-mb.jpg);
    background-size: 310px 222px;
    background-position: center;
    background-repeat: no-repeat;
    width: 310px;
    height: 222px
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .gt20pro-interaction .umx-figure-box .umx-bg {
    background-image: url(../images/gt20pro-interaction-bg-mb-x2.jpg)
  }
}

@media (max-width: 1000px) {
  .webp .gt20pro-interaction .umx-figure-box .umx-bg {
    background-image: url(../images/gt20pro-interaction-bg-mb.jpg.webp)
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .webp .gt20pro-interaction .umx-figure-box .umx-bg {
    background-image: url(../images/gt20pro-interaction-bg-mb-x2.jpg.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-interaction .umx-figure-box .umx-bg {
    background-size: 86.11111vw 61.66667vw;
    width: 86.11111vw;
    height: 61.66667vw;
    margin-left: 0;
    position: absolute;
    top: auto;
    bottom: 27.77778vw
  }
}

.gt20pro-interaction .umx-figure-box .umx-data {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.gt20pro-interaction .umx-figure-box .umx-data .umx-svg-box {
  position: relative;
  background-image: url(../images/gt20pro-interaction-svg-box-lg.png);
  background-size: 1744px 1171px;
  background-position: center;
  background-repeat: no-repeat;
  width: 1744px;
  height: 1171px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-interaction .umx-figure-box .umx-data .umx-svg-box {
    background-image: url(../images/gt20pro-interaction-svg-box-lg-x2.png)
  }
}

.webp .gt20pro-interaction .umx-figure-box .umx-data .umx-svg-box {
  background-image: url(../images/gt20pro-interaction-svg-box-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-interaction .umx-figure-box .umx-data .umx-svg-box {
    background-image: url(../images/gt20pro-interaction-svg-box-lg-x2.png.webp)
  }
}

@media (max-width: 1600px) {
  .gt20pro-interaction .umx-figure-box .umx-data .umx-svg-box {
    background-image: url(../images/gt20pro-interaction-svg-box-lg.png);
    background-size: 1395px 936px;
    background-position: center;
    background-repeat: no-repeat;
    width: 1395px;
    height: 936px
  }
}

@media only screen and (max-width: 1600px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1600px) and (min-resolution: 1.5dppx),(max-width: 1600px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1600px) and (min-resolution: 144dpi) {
  .gt20pro-interaction .umx-figure-box .umx-data .umx-svg-box {
    background-image: url(../images/gt20pro-interaction-svg-box-lg-x2.png)
  }
}

@media (max-width: 1600px) {
  .webp .gt20pro-interaction .umx-figure-box .umx-data .umx-svg-box {
    background-image: url(../images/gt20pro-interaction-svg-box-lg.png.webp)
  }
}

@media only screen and (max-width: 1600px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1600px) and (min-resolution: 1.5dppx),(max-width: 1600px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1600px) and (min-resolution: 144dpi) {
  .webp .gt20pro-interaction .umx-figure-box .umx-data .umx-svg-box {
    background-image: url(../images/gt20pro-interaction-svg-box-lg-x2.png.webp)
  }
}

@media (max-width: 1440px) {
  .gt20pro-interaction .umx-figure-box .umx-data .umx-svg-box {
    background-image: url(../images/gt20pro-interaction-svg-box-lg.png);
    background-size: 1220px 819px;
    background-position: center;
    background-repeat: no-repeat;
    width: 1220px;
    height: 819px
  }
}

@media only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1440px) and (min-resolution: 1.5dppx),(max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1440px) and (min-resolution: 144dpi) {
  .gt20pro-interaction .umx-figure-box .umx-data .umx-svg-box {
    background-image: url(../images/gt20pro-interaction-svg-box-lg-x2.png)
  }
}

@media (max-width: 1440px) {
  .webp .gt20pro-interaction .umx-figure-box .umx-data .umx-svg-box {
    background-image: url(../images/gt20pro-interaction-svg-box-lg.png.webp)
  }
}

@media only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1440px) and (min-resolution: 1.5dppx),(max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1440px) and (min-resolution: 144dpi) {
  .webp .gt20pro-interaction .umx-figure-box .umx-data .umx-svg-box {
    background-image: url(../images/gt20pro-interaction-svg-box-lg-x2.png.webp)
  }
}

@media (max-width: 1230px) {
  .gt20pro-interaction .umx-figure-box .umx-data .umx-svg-box {
    background-image: url(../images/gt20pro-interaction-svg-box-lg.png);
    background-size: 872px 585px;
    background-position: center;
    background-repeat: no-repeat;
    width: 872px;
    height: 585px
  }
}

@media only screen and (max-width: 1230px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1230px) and (min-resolution: 1.5dppx),(max-width: 1230px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1230px) and (min-resolution: 144dpi) {
  .gt20pro-interaction .umx-figure-box .umx-data .umx-svg-box {
    background-image: url(../images/gt20pro-interaction-svg-box-lg-x2.png)
  }
}

@media (max-width: 1230px) {
  .webp .gt20pro-interaction .umx-figure-box .umx-data .umx-svg-box {
    background-image: url(../images/gt20pro-interaction-svg-box-lg.png.webp)
  }
}

@media only screen and (max-width: 1230px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1230px) and (min-resolution: 1.5dppx),(max-width: 1230px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1230px) and (min-resolution: 144dpi) {
  .webp .gt20pro-interaction .umx-figure-box .umx-data .umx-svg-box {
    background-image: url(../images/gt20pro-interaction-svg-box-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-interaction .umx-figure-box .umx-data .umx-svg-box {
    background-image: url(../images/gt20pro-interaction-svg-box-mb.png);
    background-size: 312px 706px;
    background-position: center;
    background-repeat: no-repeat;
    width: 312px;
    height: 706px
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .gt20pro-interaction .umx-figure-box .umx-data .umx-svg-box {
    background-image: url(../images/gt20pro-interaction-svg-box-mb-x2.png)
  }
}

@media (max-width: 1000px) {
  .webp .gt20pro-interaction .umx-figure-box .umx-data .umx-svg-box {
    background-image: url(../images/gt20pro-interaction-svg-box-mb.png.webp)
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .webp .gt20pro-interaction .umx-figure-box .umx-data .umx-svg-box {
    background-image: url(../images/gt20pro-interaction-svg-box-mb-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-interaction .umx-figure-box .umx-data .umx-svg-box {
    width: 86.66667vw;
    height: 196.25vw;
    background-size: 86.66667vw 196.25vw
  }
}

.gt20pro-interaction .umx-figure-box .umx-data .umx-p-title {
  font-family: AktivGroteskEx_Bd;
  position: absolute;
  color: #fff;
  line-height: 1.1;
  top: 40px;
  left: 160px;
  font-size: 48px
}

@media (max-width: 1600px) {
  .gt20pro-interaction .umx-figure-box .umx-data .umx-p-title {
    top: 32px;
    left: 128px;
    font-size: 38.4px
  }
}

@media (max-width: 1440px) {
  .gt20pro-interaction .umx-figure-box .umx-data .umx-p-title {
    top: 28px;
    left: 112px;
    font-size: 36px
  }
}

@media (max-width: 1230px) {
  .gt20pro-interaction .umx-figure-box .umx-data .umx-p-title {
    top: 13px;
    left: 86px;
    font-size: 32px
  }
}

@media (max-width: 1000px) {
  .gt20pro-interaction .umx-figure-box .umx-data .umx-p-title {
    top: 30px;
    left: 24px;
    font-size: 24px
  }
}

.gt20pro-interaction .umx-figure-box .umx-data .umx-section {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  padding-top: 0;
  top: 180px
}

@media (max-width: 1600px) {
  .gt20pro-interaction .umx-figure-box .umx-data .umx-section {
    top: 144px
  }
}

@media (max-width: 1230px) {
  .gt20pro-interaction .umx-figure-box .umx-data .umx-section {
    top: 80px
  }
}

@media (max-width: 1000px) {
  .gt20pro-interaction .umx-figure-box .umx-data .umx-section {
    top: 150px
  }
}

.gt20pro-interaction .umx-figure-box .umx-data .umx-section .umx-title {
  width: 1580px;
  margin-left: 150px
}

@media (max-width: 1600px) {
  .gt20pro-interaction .umx-figure-box .umx-data .umx-section .umx-title {
    width: 1264px;
    margin-left: 120px
  }
}

@media (max-width: 1440px) {
  .gt20pro-interaction .umx-figure-box .umx-data .umx-section .umx-title {
    width: 1000px;
    margin-left: 105px
  }
}

@media (max-width: 1000px) {
  .gt20pro-interaction .umx-figure-box .umx-data .umx-section .umx-title {
    width: auto;
    margin-left: 0
  }
}

@media (max-width: 1000px) {
  .gt20pro-interaction .umx-figure-box .umx-data .umx-section .umx-title .umx-title-left svg {
    padding-left: 24px
  }
}

@media (max-width: 1000px) {
  .gt20pro-interaction .umx-figure-box .umx-data .umx-section .umx-title .umx-title-left .umx-bias-svg {
    margin-left: 24px
  }
}

.gt20pro-interaction .umx-figure-box .umx-data .umx-section .umx-title .umx-title-left .umx-main-title {
  color: #fff
}

.gt20pro-interaction .umx-figure-box .umx-data .umx-section .umx-title .umx-title-left .umx-intro {
  color: #fff
}

.gt20pro-interaction .umx-figure-box .umx-data .umx-section .umx-title .umx-title-right {
  margin-top: 100px
}

@media (max-width: 1600px) {
  .gt20pro-interaction .umx-figure-box .umx-data .umx-section .umx-title .umx-title-right {
    margin-top: 80px
  }
}

@media (max-width: 1440px) {
  .gt20pro-interaction .umx-figure-box .umx-data .umx-section .umx-title .umx-title-right {
    margin-top: 40px
  }
}

@media (max-width: 1230px) {
  .gt20pro-interaction .umx-figure-box .umx-data .umx-section .umx-title .umx-title-right {
    margin-top: 20px
  }
}

@media (max-width: 1000px) {
  .gt20pro-interaction .umx-figure-box .umx-data .umx-section .umx-title .umx-title-right {
    padding-left: 24px;
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

.gt20pro-interaction .umx-figure-box .umx-data .umx-section .umx-title .umx-title-right li {
  margin-top: 50px
}

@media (max-width: 1600px) {
  .gt20pro-interaction .umx-figure-box .umx-data .umx-section .umx-title .umx-title-right li {
    margin-top: 40px
  }
}

@media (max-width: 1230px) {
  .gt20pro-interaction .umx-figure-box .umx-data .umx-section .umx-title .umx-title-right li {
    margin-top: 14px
  }
}

.gt20pro-interaction .umx-figure-box .umx-data .umx-section .umx-title .umx-title-right li strong {
  font-family: InfinixDisplay;
  color: #2ce6e6;
  line-height: 1;
  font-size: 36px;
  text-shadow: 4px 4px 2px rgba(44, 230, 230, .15), 0 0 48px #2ce6e6, 0 0 95.929px #2ce6e6
}

@media (max-width: 1600px) {
  .gt20pro-interaction .umx-figure-box .umx-data .umx-section .umx-title .umx-title-right li strong {
    font-size: 22px
  }
}

@media (max-width: 1000px) {
  .gt20pro-interaction .umx-figure-box .umx-data .umx-section .umx-title .umx-title-right li strong {
    font-size: 18px
  }
}

.gt20pro-interaction .umx-figure-box .umx-data .umx-section .umx-title .umx-title-right li p {
  color: #fff;
  line-height: 1.2;
  font-size: 16px;
  margin-top: 10px;
  text-shadow: 4px 4px 2px rgba(255, 255, 255, .15), 0 0 48px #fff, 0 0 95.929px #fff
}

@media (max-width: 1600px) {
  .gt20pro-interaction .umx-figure-box .umx-data .umx-section .umx-title .umx-title-right li p {
    font-size: 14px;
    margin-top: 8px
  }
}

@media (max-width: 1000px) {
  .gt20pro-interaction .umx-figure-box .umx-data .umx-section .umx-title .umx-title-right li p {
    font-size: 8px;
    margin-top: 5px
  }
}

@media (max-width: 1000px) {
  .gt20pro-interaction .umx-figure-box .umx-data .umx-section .umx-title .umx-title-right li:first-child {
    margin-right: 44px
  }
}

.gt20pro-interaction .umx-figure-box .umx-data .umx-section .umx-title .umx-title-right li:last-child {
  margin-right: 0
}

@media (max-width: 1000px) {
  .gt20pro-interaction .umx-figure-box .umx-data .umx-section .umx-title .umx-title-right li:last-child {
    width: 100%
  }
}

.gt20pro-interaction .umx-figure-box .umx-data .umx-txt-special-bg-box {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 3;
  bottom: 202px;
  width: 1592.1px;
  margin-left: 52px
}

@media (max-width: 1600px) {
  .gt20pro-interaction .umx-figure-box .umx-data .umx-txt-special-bg-box {
    bottom: 161.6px;
    width: 1273.68px;
    margin-left: 41.6px
  }
}

@media (max-width: 1440px) {
  .gt20pro-interaction .umx-figure-box .umx-data .umx-txt-special-bg-box {
    bottom: 146px;
    width: 1114.47px;
    margin-left: 36.4px
  }
}

@media (max-width: 1230px) {
  .gt20pro-interaction .umx-figure-box .umx-data .umx-txt-special-bg-box {
    bottom: 102px;
    width: 796.05px;
    margin-left: 26px
  }
}

@media (max-width: 1000px) {
  .gt20pro-interaction .umx-figure-box .umx-data .umx-txt-special-bg-box {
    bottom: 31.11111vw;
    width: calc(100% - 8px);
    margin-left: 0
  }
}

.gt20pro-interaction .umx-figure-box .umx-data .umx-txt-special-bg-box ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.gt20pro-interaction .umx-figure-box .umx-data .umx-txt-special-bg-box ul li {
  cursor: pointer;
  position: relative;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #3b3b3b;
  background: rgba(6, 35, 35, .63);
  width: 393px;
  height: 80px;
  -webkit-transition: all .3s;
  transition: all .3s
}

@media (max-width: 1600px) {
  .gt20pro-interaction .umx-figure-box .umx-data .umx-txt-special-bg-box ul li {
    width: 314.4px;
    height: 64px
  }
}

@media (max-width: 1230px) {
  .gt20pro-interaction .umx-figure-box .umx-data .umx-txt-special-bg-box ul li {
    width: 196.5px;
    height: 40px
  }
}

@media (max-width: 1000px) {
  .gt20pro-interaction .umx-figure-box .umx-data .umx-txt-special-bg-box ul li {
    width: 17.77778vw;
    height: 35px
  }
}

.gt20pro-interaction .umx-figure-box .umx-data .umx-txt-special-bg-box ul li p {
  font-family: AktivGroteskEx_Bd;
  color: #fff;
  font-size: 22px;
  line-height: 80px
}

@media (max-width: 1600px) {
  .gt20pro-interaction .umx-figure-box .umx-data .umx-txt-special-bg-box ul li p {
    font-size: 16px;
    line-height: 64px
  }
}

@media (max-width: 1230px) {
  .gt20pro-interaction .umx-figure-box .umx-data .umx-txt-special-bg-box ul li p {
    font-size: 12px;
    line-height: 40px
  }
}

@media (max-width: 1000px) {
  .gt20pro-interaction .umx-figure-box .umx-data .umx-txt-special-bg-box ul li p {
    font-size: 8px;
    line-height: 1.2;
    top: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%
  }
}

@media (max-width: 1000px) {
  .gt20pro-interaction .umx-figure-box .umx-data .umx-txt-special-bg-box ul li:nth-child(2) {
    width: 22.77778vw
  }
}

@media (max-width: 1000px) {
  .gt20pro-interaction .umx-figure-box .umx-data .umx-txt-special-bg-box ul li:nth-child(3) {
    width: 21.11111vw
  }
}

@media (max-width: 1000px) {
  .gt20pro-interaction .umx-figure-box .umx-data .umx-txt-special-bg-box ul li:nth-child(4) {
    width: 21.11111vw
  }
}

.gt20pro-interaction .umx-figure-box .umx-data .umx-txt-special-bg-box ul li.umx-current {
  border: 1px solid #fafafa;
  background: #00d2d2
}

.gt20pro-interaction .umx-figure-box .umx-data .umx-ul-box {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 3;
  bottom: 50px;
  margin-left: 50px
}

@media (max-width: 1600px) {
  .gt20pro-interaction .umx-figure-box .umx-data .umx-ul-box {
    bottom: 40px;
    margin-left: 44px
  }
}

@media (max-width: 1440px) {
  .gt20pro-interaction .umx-figure-box .umx-data .umx-ul-box {
    bottom: 35px;
    margin-left: 48px
  }
}

@media (max-width: 1230px) {
  .gt20pro-interaction .umx-figure-box .umx-data .umx-ul-box {
    bottom: 22px;
    margin-left: 40px
  }
}

@media (max-width: 1000px) {
  .gt20pro-interaction .umx-figure-box .umx-data .umx-ul-box {
    margin-left: 9.44444vw;
    bottom: 8.33333vw
  }
}

.gt20pro-interaction .umx-figure-box .umx-data .umx-ul-box ul li {
  position: relative;
  width: 980px
}

@media (max-width: 1600px) {
  .gt20pro-interaction .umx-figure-box .umx-data .umx-ul-box ul li {
    width: 779.2px
  }
}

@media (max-width: 1440px) {
  .gt20pro-interaction .umx-figure-box .umx-data .umx-ul-box ul li {
    width: 730.5px
  }
}

@media (max-width: 1230px) {
  .gt20pro-interaction .umx-figure-box .umx-data .umx-ul-box ul li {
    width: 389.6px
  }
}

@media (max-width: 1000px) {
  .gt20pro-interaction .umx-figure-box .umx-data .umx-ul-box ul li {
    width: 42.77778vw
  }
}

.gt20pro-interaction .umx-figure-box .umx-data .umx-ul-box ul li p {
  color: #888;
  line-height: 1.2;
  font-size: 14px
}

@media (max-width: 1600px) {
  .gt20pro-interaction .umx-figure-box .umx-data .umx-ul-box ul li p {
    font-size: 12px
  }
}

@media (max-width: 1000px) {
  .gt20pro-interaction .umx-figure-box .umx-data .umx-ul-box ul li p {
    font-size: 8px
  }
}

.gt20pro-interaction .umx-figure-box .umx-data .umx-ul-box ul li .umx-line-box {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 24px;
  margin-top: 12px;
  border: 1px solid #3d3d3d;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25)
}

@media (max-width: 1600px) {
  .gt20pro-interaction .umx-figure-box .umx-data .umx-ul-box ul li .umx-line-box {
    height: 19.2px;
    margin-top: 9.6px
  }
}

@media (max-width: 1440px) {
  .gt20pro-interaction .umx-figure-box .umx-data .umx-ul-box ul li .umx-line-box {
    height: 16.8px;
    margin-top: 8.4px
  }
}

@media (max-width: 1230px) {
  .gt20pro-interaction .umx-figure-box .umx-data .umx-ul-box ul li .umx-line-box {
    margin-top: 4px;
    height: 9.6px
  }
}

@media (max-width: 1000px) {
  .gt20pro-interaction .umx-figure-box .umx-data .umx-ul-box ul li .umx-line-box {
    margin-top: 4px;
    height: 10px
  }
}

.gt20pro-interaction .umx-figure-box .umx-data .umx-ul-box ul li .umx-line-box p {
  position: absolute;
  font-family: AktivGroteskEx_Bd;
  color: #fff;
  bottom: 0;
  font-size: 18px;
  width: 100px;
  right: -115px
}

@media (max-width: 1600px) {
  .gt20pro-interaction .umx-figure-box .umx-data .umx-ul-box ul li .umx-line-box p {
    font-size: 14px;
    width: 80px;
    right: -92px
  }
}

@media (max-width: 1230px) {
  .gt20pro-interaction .umx-figure-box .umx-data .umx-ul-box ul li .umx-line-box p {
    font-size: 12px;
    bottom: -2px
  }
}

@media (max-width: 1000px) {
  .gt20pro-interaction .umx-figure-box .umx-data .umx-ul-box ul li .umx-line-box p {
    font-size: 8px
  }
}

.gt20pro-interaction .umx-figure-box .umx-data .umx-ul-box ul li .umx-line-box .umx-paragraph .umx-par {
  -webkit-transition: all .3s;
  transition: all .3s
}

.gt20pro-interaction .umx-figure-box .umx-data .umx-ul-box ul li.umx-li1 .umx-line-box .umx-paragraph {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around
}

.gt20pro-interaction .umx-figure-box .umx-data .umx-ul-box ul li.umx-li1 .umx-line-box .umx-paragraph .umx-par {
  background: #303030;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25);
  width: 242px;
  height: 18px
}

@media (max-width: 1440px) {
  .gt20pro-interaction .umx-figure-box .umx-data .umx-ul-box ul li.umx-li1 .umx-line-box .umx-paragraph .umx-par {
    width: 181.5px;
    height: 13.5px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .25);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .25)
  }
}

@media (max-width: 1230px) {
  .gt20pro-interaction .umx-figure-box .umx-data .umx-ul-box ul li.umx-li1 .umx-line-box .umx-paragraph .umx-par {
    width: 96.8px;
    height: 7.2px
  }
}

@media (max-width: 1000px) {
  .gt20pro-interaction .umx-figure-box .umx-data .umx-ul-box ul li.umx-li1 .umx-line-box .umx-paragraph .umx-par {
    width: 10.27778vw;
    height: 7px
  }
}

.gt20pro-interaction .umx-figure-box .umx-data .umx-ul-box ul li.umx-li1 .umx-line-box .umx-paragraph .umx-par.umx-current {
  background: #616161;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25)
}

@media (max-width: 1440px) {
  .gt20pro-interaction .umx-figure-box .umx-data .umx-ul-box ul li.umx-li1 .umx-line-box .umx-paragraph .umx-par.umx-current {
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .25);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .25)
  }
}

.gt20pro-interaction .umx-figure-box .umx-data .umx-ul-box ul li.umx-li2 {
  margin-top: 22px
}

@media (max-width: 1600px) {
  .gt20pro-interaction .umx-figure-box .umx-data .umx-ul-box ul li.umx-li2 {
    margin-top: 17.6px
  }
}

@media (max-width: 1440px) {
  .gt20pro-interaction .umx-figure-box .umx-data .umx-ul-box ul li.umx-li2 {
    margin-top: 10px
  }
}

@media (max-width: 1230px) {
  .gt20pro-interaction .umx-figure-box .umx-data .umx-ul-box ul li.umx-li2 {
    margin-top: 4px
  }
}

.gt20pro-interaction .umx-figure-box .umx-data .umx-ul-box ul li.umx-li2 .umx-line-box {
  width: 50%
}

.gt20pro-interaction .umx-figure-box .umx-data .umx-ul-box ul li.umx-li2 .umx-line-box .umx-paragraph {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around
}

.gt20pro-interaction .umx-figure-box .umx-data .umx-ul-box ul li.umx-li2 .umx-line-box .umx-paragraph .umx-par {
  background: #096565;
  width: 120px;
  height: 18px
}

@media (max-width: 1440px) {
  .gt20pro-interaction .umx-figure-box .umx-data .umx-ul-box ul li.umx-li2 .umx-line-box .umx-paragraph .umx-par {
    width: 90px;
    height: 13.5px
  }
}

@media (max-width: 1230px) {
  .gt20pro-interaction .umx-figure-box .umx-data .umx-ul-box ul li.umx-li2 .umx-line-box .umx-paragraph .umx-par {
    width: 48px;
    height: 7.2px
  }
}

@media (max-width: 1000px) {
  .gt20pro-interaction .umx-figure-box .umx-data .umx-ul-box ul li.umx-li2 .umx-line-box .umx-paragraph .umx-par {
    width: 5vw;
    height: 7px
  }
}

.gt20pro-interaction .umx-figure-box .umx-data .umx-ul-box ul li.umx-li2 .umx-line-box .umx-paragraph .umx-par.umx-current {
  background: #3fe9e9;
  -webkit-box-shadow: 0 0 29.236px 0 #3fe9e9;
  box-shadow: 0 0 29.236px 0 #3fe9e9
}

@media (max-width: 1440px) {
  .gt20pro-interaction .umx-figure-box .umx-data .umx-ul-box ul li.umx-li2 .umx-line-box .umx-paragraph .umx-par.umx-current {
    -webkit-box-shadow: 0 0 21.927px 0 #3fe9e9;
    box-shadow: 0 0 21.927px 0 #3fe9e9
  }
}

@media (max-width: 1000px) {
  .gt20pro-interaction .umx-figure-box .umx-data .umx-ul-box ul li.umx-li2 .umx-line-box .umx-paragraph .umx-par.umx-current {
    -webkit-box-shadow: 0 0 14.618px 0 #3fe9e9;
    box-shadow: 0 0 14.618px 0 #3fe9e9
  }
}

.gt20pro-interaction .umx-figure-box .umx-data .umx-ul-box ul li.umx-li3 {
  position: absolute;
  width: 100vw
}

.gt20pro-interaction .umx-figure-box .umx-data .umx-ul-box ul li.umx-li3 p {
  color: #4c4c4c;
  font-size: 12px;
  margin-top: 70px
}

@media (max-width: 1440px) {
  .gt20pro-interaction .umx-figure-box .umx-data .umx-ul-box ul li.umx-li3 p {
    margin-top: 46px
  }
}

@media (max-width: 1024px) {
  .gt20pro-interaction .umx-figure-box .umx-data .umx-ul-box ul li.umx-li3 p {
    margin-top: 28px
  }
}

@media (max-width: 1000px) {
  .gt20pro-interaction .umx-figure-box .umx-data .umx-ul-box ul li.umx-li3 p {
    font-size: 8px;
    margin-top: 11.11111vw
  }
}

.gt20pro-interaction .umx-figure-box .umx-data .umx-ul-box .umx-txt {
  position: relative;
  margin-left: 290px;
  width: 280px
}

@media (max-width: 1600px) {
  .gt20pro-interaction .umx-figure-box .umx-data .umx-ul-box .umx-txt {
    margin-left: 186px
  }
}

@media (max-width: 1440px) {
  .gt20pro-interaction .umx-figure-box .umx-data .umx-ul-box .umx-txt {
    margin-left: 100px
  }
}

@media (max-width: 1230px) {
  .gt20pro-interaction .umx-figure-box .umx-data .umx-ul-box .umx-txt {
    margin-left: 116px
  }
}

@media (max-width: 1000px) {
  .gt20pro-interaction .umx-figure-box .umx-data .umx-ul-box .umx-txt {
    margin-left: 13.88889vw;
    width: auto
  }
}

.gt20pro-interaction .umx-figure-box .umx-data .umx-ul-box .umx-txt ul li {
  position: absolute;
  top: 0;
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s
}

.gt20pro-interaction .umx-figure-box .umx-data .umx-ul-box .umx-txt ul li:first-child {
  position: relative
}

.gt20pro-interaction .umx-figure-box .umx-data .umx-ul-box .umx-txt ul li.umx-current {
  opacity: 1
}

.gt20pro-interaction .umx-figure-box .umx-data .umx-ul-box .umx-txt strong {
  font-family: InfinixDisplay;
  color: #2ce6e6;
  line-height: 1;
  font-size: 56px
}

@media (max-width: 1600px) {
  .gt20pro-interaction .umx-figure-box .umx-data .umx-ul-box .umx-txt strong {
    font-size: 44.8px
  }
}

@media (max-width: 1440px) {
  .gt20pro-interaction .umx-figure-box .umx-data .umx-ul-box .umx-txt strong {
    font-size: 42px
  }
}

@media (max-width: 1230px) {
  .gt20pro-interaction .umx-figure-box .umx-data .umx-ul-box .umx-txt strong {
    font-size: 20px
  }
}

@media (max-width: 1000px) {
  .gt20pro-interaction .umx-figure-box .umx-data .umx-ul-box .umx-txt strong {
    font-size: 28px
  }
}

.gt20pro-interaction .umx-figure-box .umx-data .umx-ul-box .umx-txt .umx-p1 {
  font-family: AktivGroteskEx_Bd;
  color: #fff;
  line-height: 1.2;
  font-size: 14px;
  margin-top: 6px
}

@media (max-width: 1600px) {
  .gt20pro-interaction .umx-figure-box .umx-data .umx-ul-box .umx-txt .umx-p1 {
    font-size: 12px;
    margin-top: 4.8px
  }
}

@media (max-width: 1440px) {
  .gt20pro-interaction .umx-figure-box .umx-data .umx-ul-box .umx-txt .umx-p1 {
    font-size: 12px;
    margin-top: 4.2px
  }
}

@media (max-width: 1230px) {
  .gt20pro-interaction .umx-figure-box .umx-data .umx-ul-box .umx-txt .umx-p1 {
    margin-top: 2px
  }
}

@media (max-width: 1000px) {
  .gt20pro-interaction .umx-figure-box .umx-data .umx-ul-box .umx-txt .umx-p1 {
    font-size: 8px
  }
}

.gt20pro-interaction .umx-figure-box .umx-data .umx-ul-box .umx-txt .umx-p2 {
  color: #a4a4a4;
  line-height: 1.2;
  margin-top: 6px;
  font-size: 12px
}

@media (max-width: 1230px) {
  .gt20pro-interaction .umx-figure-box .umx-data .umx-ul-box .umx-txt .umx-p2 {
    margin-top: 2px
  }
}

@media (max-width: 1000px) {
  .gt20pro-interaction .umx-figure-box .umx-data .umx-ul-box .umx-txt .umx-p2 {
    font-size: 6px
  }
}

.gt20pro-interaction .umx-figure-box .umx-data .umx-point-box {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%
}

.gt20pro-interaction .umx-figure-box .umx-data .umx-point-box figure {
  position: absolute;
  top: 0
}

.gt20pro-interaction .umx-figure-box .umx-data .umx-point-box figure.umx-f-piont1 {
  -webkit-animation: antTwinkle 2s linear infinite 1s;
  animation: antTwinkle 2s linear infinite 1s;
  background-image: url(../images/gt20pro-interaction-point1-lg.png);
  background-size: 1744px 1057px;
  background-position: center;
  background-repeat: no-repeat;
  width: 1744px;
  height: 1057px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-interaction .umx-figure-box .umx-data .umx-point-box figure.umx-f-piont1 {
    background-image: url(../images/gt20pro-interaction-point1-lg-x2.png)
  }
}

.webp .gt20pro-interaction .umx-figure-box .umx-data .umx-point-box figure.umx-f-piont1 {
  background-image: url(../images/gt20pro-interaction-point1-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-interaction .umx-figure-box .umx-data .umx-point-box figure.umx-f-piont1 {
    background-image: url(../images/gt20pro-interaction-point1-lg-x2.png.webp)
  }
}

@media (max-width: 1600px) {
  .gt20pro-interaction .umx-figure-box .umx-data .umx-point-box figure.umx-f-piont1 {
    background-image: url(../images/gt20pro-interaction-point1-lg.png);
    background-size: 1395px 845px;
    background-position: center;
    background-repeat: no-repeat;
    width: 1395px;
    height: 845px
  }
}

@media only screen and (max-width: 1600px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1600px) and (min-resolution: 1.5dppx),(max-width: 1600px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1600px) and (min-resolution: 144dpi) {
  .gt20pro-interaction .umx-figure-box .umx-data .umx-point-box figure.umx-f-piont1 {
    background-image: url(../images/gt20pro-interaction-point1-lg-x2.png)
  }
}

@media (max-width: 1600px) {
  .webp .gt20pro-interaction .umx-figure-box .umx-data .umx-point-box figure.umx-f-piont1 {
    background-image: url(../images/gt20pro-interaction-point1-lg.png.webp)
  }
}

@media only screen and (max-width: 1600px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1600px) and (min-resolution: 1.5dppx),(max-width: 1600px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1600px) and (min-resolution: 144dpi) {
  .webp .gt20pro-interaction .umx-figure-box .umx-data .umx-point-box figure.umx-f-piont1 {
    background-image: url(../images/gt20pro-interaction-point1-lg-x2.png.webp)
  }
}

@media (max-width: 1440px) {
  .gt20pro-interaction .umx-figure-box .umx-data .umx-point-box figure.umx-f-piont1 {
    background-image: url(../images/gt20pro-interaction-point1-lg.png);
    background-size: 1220px 739px;
    background-position: center;
    background-repeat: no-repeat;
    width: 1220px;
    height: 739px
  }
}

@media only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1440px) and (min-resolution: 1.5dppx),(max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1440px) and (min-resolution: 144dpi) {
  .gt20pro-interaction .umx-figure-box .umx-data .umx-point-box figure.umx-f-piont1 {
    background-image: url(../images/gt20pro-interaction-point1-lg-x2.png)
  }
}

@media (max-width: 1440px) {
  .webp .gt20pro-interaction .umx-figure-box .umx-data .umx-point-box figure.umx-f-piont1 {
    background-image: url(../images/gt20pro-interaction-point1-lg.png.webp)
  }
}

@media only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1440px) and (min-resolution: 1.5dppx),(max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1440px) and (min-resolution: 144dpi) {
  .webp .gt20pro-interaction .umx-figure-box .umx-data .umx-point-box figure.umx-f-piont1 {
    background-image: url(../images/gt20pro-interaction-point1-lg-x2.png.webp)
  }
}

@media (max-width: 1230px) {
  .gt20pro-interaction .umx-figure-box .umx-data .umx-point-box figure.umx-f-piont1 {
    background-image: url(../images/gt20pro-interaction-point1-mb.png);
    background-size: 156px 353px;
    background-position: center;
    background-repeat: no-repeat;
    width: 156px;
    height: 353px
  }
}

@media only screen and (max-width: 1230px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1230px) and (min-resolution: 1.5dppx),(max-width: 1230px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1230px) and (min-resolution: 144dpi) {
  .gt20pro-interaction .umx-figure-box .umx-data .umx-point-box figure.umx-f-piont1 {
    background-image: url(../images/gt20pro-interaction-point1-mb-x2.png)
  }
}

@media (max-width: 1230px) {
  .webp .gt20pro-interaction .umx-figure-box .umx-data .umx-point-box figure.umx-f-piont1 {
    background-image: url(../images/gt20pro-interaction-point1-mb.png.webp)
  }
}

@media only screen and (max-width: 1230px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1230px) and (min-resolution: 1.5dppx),(max-width: 1230px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1230px) and (min-resolution: 144dpi) {
  .webp .gt20pro-interaction .umx-figure-box .umx-data .umx-point-box figure.umx-f-piont1 {
    background-image: url(../images/gt20pro-interaction-point1-mb-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-interaction .umx-figure-box .umx-data .umx-point-box figure.umx-f-piont1 {
    width: 86.66667vw;
    height: 196.38889vw;
    background-size: 86.66667vw 196.38889vw
  }
}

.gt20pro-interaction .umx-figure-box .umx-data .umx-point-box figure.umx-f-piont2 {
  -webkit-animation: antTwinkle 2s linear infinite 2s;
  animation: antTwinkle 2s linear infinite 2s;
  background-image: url(../images/gt20pro-interaction-point2-lg.png);
  background-size: 1744px 1057px;
  background-position: center;
  background-repeat: no-repeat;
  width: 1744px;
  height: 1057px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-interaction .umx-figure-box .umx-data .umx-point-box figure.umx-f-piont2 {
    background-image: url(../images/gt20pro-interaction-point2-lg-x2.png)
  }
}

.webp .gt20pro-interaction .umx-figure-box .umx-data .umx-point-box figure.umx-f-piont2 {
  background-image: url(../images/gt20pro-interaction-point2-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-interaction .umx-figure-box .umx-data .umx-point-box figure.umx-f-piont2 {
    background-image: url(../images/gt20pro-interaction-point2-lg-x2.png.webp)
  }
}

@media (max-width: 1600px) {
  .gt20pro-interaction .umx-figure-box .umx-data .umx-point-box figure.umx-f-piont2 {
    background-image: url(../images/gt20pro-interaction-point2-lg.png);
    background-size: 1395px 845px;
    background-position: center;
    background-repeat: no-repeat;
    width: 1395px;
    height: 845px
  }
}

@media only screen and (max-width: 1600px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1600px) and (min-resolution: 1.5dppx),(max-width: 1600px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1600px) and (min-resolution: 144dpi) {
  .gt20pro-interaction .umx-figure-box .umx-data .umx-point-box figure.umx-f-piont2 {
    background-image: url(../images/gt20pro-interaction-point2-lg-x2.png)
  }
}

@media (max-width: 1600px) {
  .webp .gt20pro-interaction .umx-figure-box .umx-data .umx-point-box figure.umx-f-piont2 {
    background-image: url(../images/gt20pro-interaction-point2-lg.png.webp)
  }
}

@media only screen and (max-width: 1600px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1600px) and (min-resolution: 1.5dppx),(max-width: 1600px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1600px) and (min-resolution: 144dpi) {
  .webp .gt20pro-interaction .umx-figure-box .umx-data .umx-point-box figure.umx-f-piont2 {
    background-image: url(../images/gt20pro-interaction-point2-lg-x2.png.webp)
  }
}

@media (max-width: 1440px) {
  .gt20pro-interaction .umx-figure-box .umx-data .umx-point-box figure.umx-f-piont2 {
    background-image: url(../images/gt20pro-interaction-point2-lg.png);
    background-size: 1220px 739px;
    background-position: center;
    background-repeat: no-repeat;
    width: 1220px;
    height: 739px
  }
}

@media only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1440px) and (min-resolution: 1.5dppx),(max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1440px) and (min-resolution: 144dpi) {
  .gt20pro-interaction .umx-figure-box .umx-data .umx-point-box figure.umx-f-piont2 {
    background-image: url(../images/gt20pro-interaction-point2-lg-x2.png)
  }
}

@media (max-width: 1440px) {
  .webp .gt20pro-interaction .umx-figure-box .umx-data .umx-point-box figure.umx-f-piont2 {
    background-image: url(../images/gt20pro-interaction-point2-lg.png.webp)
  }
}

@media only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1440px) and (min-resolution: 1.5dppx),(max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1440px) and (min-resolution: 144dpi) {
  .webp .gt20pro-interaction .umx-figure-box .umx-data .umx-point-box figure.umx-f-piont2 {
    background-image: url(../images/gt20pro-interaction-point2-lg-x2.png.webp)
  }
}

@media (max-width: 1230px) {
  .gt20pro-interaction .umx-figure-box .umx-data .umx-point-box figure.umx-f-piont2 {
    background-image: url(../images/gt20pro-interaction-point2-mb.png);
    background-size: 156px 353px;
    background-position: center;
    background-repeat: no-repeat;
    width: 156px;
    height: 353px
  }
}

@media only screen and (max-width: 1230px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1230px) and (min-resolution: 1.5dppx),(max-width: 1230px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1230px) and (min-resolution: 144dpi) {
  .gt20pro-interaction .umx-figure-box .umx-data .umx-point-box figure.umx-f-piont2 {
    background-image: url(../images/gt20pro-interaction-point2-mb-x2.png)
  }
}

@media (max-width: 1230px) {
  .webp .gt20pro-interaction .umx-figure-box .umx-data .umx-point-box figure.umx-f-piont2 {
    background-image: url(../images/gt20pro-interaction-point2-mb.png.webp)
  }
}

@media only screen and (max-width: 1230px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1230px) and (min-resolution: 1.5dppx),(max-width: 1230px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1230px) and (min-resolution: 144dpi) {
  .webp .gt20pro-interaction .umx-figure-box .umx-data .umx-point-box figure.umx-f-piont2 {
    background-image: url(../images/gt20pro-interaction-point2-mb-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-interaction .umx-figure-box .umx-data .umx-point-box figure.umx-f-piont2 {
    width: 86.66667vw;
    height: 196.38889vw;
    background-size: 86.66667vw 196.38889vw
  }
}

.gt20pro-interaction .umx-figure-box .umx-data .umx-point-box figure.umx-f-piont3 {
  -webkit-animation: antTwinkle 2s linear infinite 3s;
  animation: antTwinkle 2s linear infinite 3s;
  background-image: url(../images/gt20pro-interaction-point3-lg.png);
  background-size: 1744px 1057px;
  background-position: center;
  background-repeat: no-repeat;
  width: 1744px;
  height: 1057px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-interaction .umx-figure-box .umx-data .umx-point-box figure.umx-f-piont3 {
    background-image: url(../images/gt20pro-interaction-point3-lg-x2.png)
  }
}

.webp .gt20pro-interaction .umx-figure-box .umx-data .umx-point-box figure.umx-f-piont3 {
  background-image: url(../images/gt20pro-interaction-point3-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-interaction .umx-figure-box .umx-data .umx-point-box figure.umx-f-piont3 {
    background-image: url(../images/gt20pro-interaction-point3-lg-x2.png.webp)
  }
}

@media (max-width: 1600px) {
  .gt20pro-interaction .umx-figure-box .umx-data .umx-point-box figure.umx-f-piont3 {
    background-image: url(../images/gt20pro-interaction-point3-lg.png);
    background-size: 1395px 845px;
    background-position: center;
    background-repeat: no-repeat;
    width: 1395px;
    height: 845px
  }
}

@media only screen and (max-width: 1600px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1600px) and (min-resolution: 1.5dppx),(max-width: 1600px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1600px) and (min-resolution: 144dpi) {
  .gt20pro-interaction .umx-figure-box .umx-data .umx-point-box figure.umx-f-piont3 {
    background-image: url(../images/gt20pro-interaction-point3-lg-x2.png)
  }
}

@media (max-width: 1600px) {
  .webp .gt20pro-interaction .umx-figure-box .umx-data .umx-point-box figure.umx-f-piont3 {
    background-image: url(../images/gt20pro-interaction-point3-lg.png.webp)
  }
}

@media only screen and (max-width: 1600px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1600px) and (min-resolution: 1.5dppx),(max-width: 1600px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1600px) and (min-resolution: 144dpi) {
  .webp .gt20pro-interaction .umx-figure-box .umx-data .umx-point-box figure.umx-f-piont3 {
    background-image: url(../images/gt20pro-interaction-point3-lg-x2.png.webp)
  }
}

@media (max-width: 1440px) {
  .gt20pro-interaction .umx-figure-box .umx-data .umx-point-box figure.umx-f-piont3 {
    background-image: url(../images/gt20pro-interaction-point3-lg.png);
    background-size: 1220px 739px;
    background-position: center;
    background-repeat: no-repeat;
    width: 1220px;
    height: 739px
  }
}

@media only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1440px) and (min-resolution: 1.5dppx),(max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1440px) and (min-resolution: 144dpi) {
  .gt20pro-interaction .umx-figure-box .umx-data .umx-point-box figure.umx-f-piont3 {
    background-image: url(../images/gt20pro-interaction-point3-lg-x2.png)
  }
}

@media (max-width: 1440px) {
  .webp .gt20pro-interaction .umx-figure-box .umx-data .umx-point-box figure.umx-f-piont3 {
    background-image: url(../images/gt20pro-interaction-point3-lg.png.webp)
  }
}

@media only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1440px) and (min-resolution: 1.5dppx),(max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1440px) and (min-resolution: 144dpi) {
  .webp .gt20pro-interaction .umx-figure-box .umx-data .umx-point-box figure.umx-f-piont3 {
    background-image: url(../images/gt20pro-interaction-point3-lg-x2.png.webp)
  }
}

@media (max-width: 1230px) {
  .gt20pro-interaction .umx-figure-box .umx-data .umx-point-box figure.umx-f-piont3 {
    background-image: url(../images/gt20pro-interaction-point3-mb.png);
    background-size: 156px 353px;
    background-position: center;
    background-repeat: no-repeat;
    width: 156px;
    height: 353px
  }
}

@media only screen and (max-width: 1230px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1230px) and (min-resolution: 1.5dppx),(max-width: 1230px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1230px) and (min-resolution: 144dpi) {
  .gt20pro-interaction .umx-figure-box .umx-data .umx-point-box figure.umx-f-piont3 {
    background-image: url(../images/gt20pro-interaction-point3-mb-x2.png)
  }
}

@media (max-width: 1230px) {
  .webp .gt20pro-interaction .umx-figure-box .umx-data .umx-point-box figure.umx-f-piont3 {
    background-image: url(../images/gt20pro-interaction-point3-mb.png.webp)
  }
}

@media only screen and (max-width: 1230px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1230px) and (min-resolution: 1.5dppx),(max-width: 1230px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1230px) and (min-resolution: 144dpi) {
  .webp .gt20pro-interaction .umx-figure-box .umx-data .umx-point-box figure.umx-f-piont3 {
    background-image: url(../images/gt20pro-interaction-point3-mb-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-interaction .umx-figure-box .umx-data .umx-point-box figure.umx-f-piont3 {
    width: 86.66667vw;
    height: 196.38889vw;
    background-size: 86.66667vw 196.38889vw
  }
}

.gt20pro-interaction .umx-figure-box .umx-data .umx-point-box figure.umx-f-piont4 {
  -webkit-animation: antTwinkle 2s linear infinite 4s;
  animation: antTwinkle 2s linear infinite 4s;
  background-image: url(../images/gt20pro-interaction-point4-lg.png);
  background-size: 1744px 1057px;
  background-position: center;
  background-repeat: no-repeat;
  width: 1744px;
  height: 1057px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-interaction .umx-figure-box .umx-data .umx-point-box figure.umx-f-piont4 {
    background-image: url(../images/gt20pro-interaction-point4-lg-x2.png)
  }
}

.webp .gt20pro-interaction .umx-figure-box .umx-data .umx-point-box figure.umx-f-piont4 {
  background-image: url(../images/gt20pro-interaction-point4-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-interaction .umx-figure-box .umx-data .umx-point-box figure.umx-f-piont4 {
    background-image: url(../images/gt20pro-interaction-point4-lg-x2.png.webp)
  }
}

@media (max-width: 1600px) {
  .gt20pro-interaction .umx-figure-box .umx-data .umx-point-box figure.umx-f-piont4 {
    background-image: url(../images/gt20pro-interaction-point4-lg.png);
    background-size: 1395px 845px;
    background-position: center;
    background-repeat: no-repeat;
    width: 1395px;
    height: 845px
  }
}

@media only screen and (max-width: 1600px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1600px) and (min-resolution: 1.5dppx),(max-width: 1600px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1600px) and (min-resolution: 144dpi) {
  .gt20pro-interaction .umx-figure-box .umx-data .umx-point-box figure.umx-f-piont4 {
    background-image: url(../images/gt20pro-interaction-point4-lg-x2.png)
  }
}

@media (max-width: 1600px) {
  .webp .gt20pro-interaction .umx-figure-box .umx-data .umx-point-box figure.umx-f-piont4 {
    background-image: url(../images/gt20pro-interaction-point4-lg.png.webp)
  }
}

@media only screen and (max-width: 1600px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1600px) and (min-resolution: 1.5dppx),(max-width: 1600px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1600px) and (min-resolution: 144dpi) {
  .webp .gt20pro-interaction .umx-figure-box .umx-data .umx-point-box figure.umx-f-piont4 {
    background-image: url(../images/gt20pro-interaction-point4-lg-x2.png.webp)
  }
}

@media (max-width: 1440px) {
  .gt20pro-interaction .umx-figure-box .umx-data .umx-point-box figure.umx-f-piont4 {
    background-image: url(../images/gt20pro-interaction-point4-lg.png);
    background-size: 1220px 739px;
    background-position: center;
    background-repeat: no-repeat;
    width: 1220px;
    height: 739px
  }
}

@media only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1440px) and (min-resolution: 1.5dppx),(max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1440px) and (min-resolution: 144dpi) {
  .gt20pro-interaction .umx-figure-box .umx-data .umx-point-box figure.umx-f-piont4 {
    background-image: url(../images/gt20pro-interaction-point4-lg-x2.png)
  }
}

@media (max-width: 1440px) {
  .webp .gt20pro-interaction .umx-figure-box .umx-data .umx-point-box figure.umx-f-piont4 {
    background-image: url(../images/gt20pro-interaction-point4-lg.png.webp)
  }
}

@media only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1440px) and (min-resolution: 1.5dppx),(max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1440px) and (min-resolution: 144dpi) {
  .webp .gt20pro-interaction .umx-figure-box .umx-data .umx-point-box figure.umx-f-piont4 {
    background-image: url(../images/gt20pro-interaction-point4-lg-x2.png.webp)
  }
}

@media (max-width: 1230px) {
  .gt20pro-interaction .umx-figure-box .umx-data .umx-point-box figure.umx-f-piont4 {
    background-image: url(../images/gt20pro-interaction-point4-mb.png);
    background-size: 156px 353px;
    background-position: center;
    background-repeat: no-repeat;
    width: 156px;
    height: 353px
  }
}

@media only screen and (max-width: 1230px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1230px) and (min-resolution: 1.5dppx),(max-width: 1230px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1230px) and (min-resolution: 144dpi) {
  .gt20pro-interaction .umx-figure-box .umx-data .umx-point-box figure.umx-f-piont4 {
    background-image: url(../images/gt20pro-interaction-point4-mb-x2.png)
  }
}

@media (max-width: 1230px) {
  .webp .gt20pro-interaction .umx-figure-box .umx-data .umx-point-box figure.umx-f-piont4 {
    background-image: url(../images/gt20pro-interaction-point4-mb.png.webp)
  }
}

@media only screen and (max-width: 1230px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1230px) and (min-resolution: 1.5dppx),(max-width: 1230px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1230px) and (min-resolution: 144dpi) {
  .webp .gt20pro-interaction .umx-figure-box .umx-data .umx-point-box figure.umx-f-piont4 {
    background-image: url(../images/gt20pro-interaction-point4-mb-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-interaction .umx-figure-box .umx-data .umx-point-box figure.umx-f-piont4 {
    width: 86.66667vw;
    height: 196.38889vw;
    background-size: 86.66667vw 196.38889vw
  }
}

.gt20pro-interaction .umx-figure-box .umx-data .umx-point-box figure.umx-f-piont5 {
  -webkit-animation: antTwinkle 2s linear infinite 5s;
  animation: antTwinkle 2s linear infinite 5s;
  background-image: url(../images/gt20pro-interaction-point5-lg.png);
  background-size: 1744px 1057px;
  background-position: center;
  background-repeat: no-repeat;
  width: 1744px;
  height: 1057px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-interaction .umx-figure-box .umx-data .umx-point-box figure.umx-f-piont5 {
    background-image: url(../images/gt20pro-interaction-point5-lg-x2.png)
  }
}

.webp .gt20pro-interaction .umx-figure-box .umx-data .umx-point-box figure.umx-f-piont5 {
  background-image: url(../images/gt20pro-interaction-point5-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-interaction .umx-figure-box .umx-data .umx-point-box figure.umx-f-piont5 {
    background-image: url(../images/gt20pro-interaction-point5-lg-x2.png.webp)
  }
}

@media (max-width: 1600px) {
  .gt20pro-interaction .umx-figure-box .umx-data .umx-point-box figure.umx-f-piont5 {
    background-image: url(../images/gt20pro-interaction-point5-lg.png);
    background-size: 1395px 845px;
    background-position: center;
    background-repeat: no-repeat;
    width: 1395px;
    height: 845px
  }
}

@media only screen and (max-width: 1600px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1600px) and (min-resolution: 1.5dppx),(max-width: 1600px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1600px) and (min-resolution: 144dpi) {
  .gt20pro-interaction .umx-figure-box .umx-data .umx-point-box figure.umx-f-piont5 {
    background-image: url(../images/gt20pro-interaction-point5-lg-x2.png)
  }
}

@media (max-width: 1600px) {
  .webp .gt20pro-interaction .umx-figure-box .umx-data .umx-point-box figure.umx-f-piont5 {
    background-image: url(../images/gt20pro-interaction-point5-lg.png.webp)
  }
}

@media only screen and (max-width: 1600px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1600px) and (min-resolution: 1.5dppx),(max-width: 1600px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1600px) and (min-resolution: 144dpi) {
  .webp .gt20pro-interaction .umx-figure-box .umx-data .umx-point-box figure.umx-f-piont5 {
    background-image: url(../images/gt20pro-interaction-point5-lg-x2.png.webp)
  }
}

@media (max-width: 1440px) {
  .gt20pro-interaction .umx-figure-box .umx-data .umx-point-box figure.umx-f-piont5 {
    background-image: url(../images/gt20pro-interaction-point5-lg.png);
    background-size: 1220px 739px;
    background-position: center;
    background-repeat: no-repeat;
    width: 1220px;
    height: 739px
  }
}

@media only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1440px) and (min-resolution: 1.5dppx),(max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1440px) and (min-resolution: 144dpi) {
  .gt20pro-interaction .umx-figure-box .umx-data .umx-point-box figure.umx-f-piont5 {
    background-image: url(../images/gt20pro-interaction-point5-lg-x2.png)
  }
}

@media (max-width: 1440px) {
  .webp .gt20pro-interaction .umx-figure-box .umx-data .umx-point-box figure.umx-f-piont5 {
    background-image: url(../images/gt20pro-interaction-point5-lg.png.webp)
  }
}

@media only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1440px) and (min-resolution: 1.5dppx),(max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1440px) and (min-resolution: 144dpi) {
  .webp .gt20pro-interaction .umx-figure-box .umx-data .umx-point-box figure.umx-f-piont5 {
    background-image: url(../images/gt20pro-interaction-point5-lg-x2.png.webp)
  }
}

@media (max-width: 1230px) {
  .gt20pro-interaction .umx-figure-box .umx-data .umx-point-box figure.umx-f-piont5 {
    background-image: url(../images/gt20pro-interaction-point5-mb.png);
    background-size: 156px 353px;
    background-position: center;
    background-repeat: no-repeat;
    width: 156px;
    height: 353px
  }
}

@media only screen and (max-width: 1230px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1230px) and (min-resolution: 1.5dppx),(max-width: 1230px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1230px) and (min-resolution: 144dpi) {
  .gt20pro-interaction .umx-figure-box .umx-data .umx-point-box figure.umx-f-piont5 {
    background-image: url(../images/gt20pro-interaction-point5-mb-x2.png)
  }
}

@media (max-width: 1230px) {
  .webp .gt20pro-interaction .umx-figure-box .umx-data .umx-point-box figure.umx-f-piont5 {
    background-image: url(../images/gt20pro-interaction-point5-mb.png.webp)
  }
}

@media only screen and (max-width: 1230px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1230px) and (min-resolution: 1.5dppx),(max-width: 1230px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1230px) and (min-resolution: 144dpi) {
  .webp .gt20pro-interaction .umx-figure-box .umx-data .umx-point-box figure.umx-f-piont5 {
    background-image: url(../images/gt20pro-interaction-point5-mb-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-interaction .umx-figure-box .umx-data .umx-point-box figure.umx-f-piont5 {
    width: 86.66667vw;
    height: 196.38889vw;
    background-size: 86.66667vw 196.38889vw
  }
}

.gt20pro-interaction .umx-figure-box .umx-data .umx-point-box figure.umx-f-piont6 {
  -webkit-animation: antTwinkle 2s linear infinite 6s;
  animation: antTwinkle 2s linear infinite 6s;
  background-image: url(../images/gt20pro-interaction-point6-lg.png);
  background-size: 1744px 1057px;
  background-position: center;
  background-repeat: no-repeat;
  width: 1744px;
  height: 1057px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-interaction .umx-figure-box .umx-data .umx-point-box figure.umx-f-piont6 {
    background-image: url(../images/gt20pro-interaction-point6-lg-x2.png)
  }
}

.webp .gt20pro-interaction .umx-figure-box .umx-data .umx-point-box figure.umx-f-piont6 {
  background-image: url(../images/gt20pro-interaction-point6-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-interaction .umx-figure-box .umx-data .umx-point-box figure.umx-f-piont6 {
    background-image: url(../images/gt20pro-interaction-point6-lg-x2.png.webp)
  }
}

@media (max-width: 1600px) {
  .gt20pro-interaction .umx-figure-box .umx-data .umx-point-box figure.umx-f-piont6 {
    background-image: url(../images/gt20pro-interaction-point6-lg.png);
    background-size: 1395px 845px;
    background-position: center;
    background-repeat: no-repeat;
    width: 1395px;
    height: 845px
  }
}

@media only screen and (max-width: 1600px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1600px) and (min-resolution: 1.5dppx),(max-width: 1600px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1600px) and (min-resolution: 144dpi) {
  .gt20pro-interaction .umx-figure-box .umx-data .umx-point-box figure.umx-f-piont6 {
    background-image: url(../images/gt20pro-interaction-point6-lg-x2.png)
  }
}

@media (max-width: 1600px) {
  .webp .gt20pro-interaction .umx-figure-box .umx-data .umx-point-box figure.umx-f-piont6 {
    background-image: url(../images/gt20pro-interaction-point6-lg.png.webp)
  }
}

@media only screen and (max-width: 1600px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1600px) and (min-resolution: 1.5dppx),(max-width: 1600px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1600px) and (min-resolution: 144dpi) {
  .webp .gt20pro-interaction .umx-figure-box .umx-data .umx-point-box figure.umx-f-piont6 {
    background-image: url(../images/gt20pro-interaction-point6-lg-x2.png.webp)
  }
}

@media (max-width: 1440px) {
  .gt20pro-interaction .umx-figure-box .umx-data .umx-point-box figure.umx-f-piont6 {
    background-image: url(../images/gt20pro-interaction-point6-lg.png);
    background-size: 1220px 739px;
    background-position: center;
    background-repeat: no-repeat;
    width: 1220px;
    height: 739px
  }
}

@media only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1440px) and (min-resolution: 1.5dppx),(max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1440px) and (min-resolution: 144dpi) {
  .gt20pro-interaction .umx-figure-box .umx-data .umx-point-box figure.umx-f-piont6 {
    background-image: url(../images/gt20pro-interaction-point6-lg-x2.png)
  }
}

@media (max-width: 1440px) {
  .webp .gt20pro-interaction .umx-figure-box .umx-data .umx-point-box figure.umx-f-piont6 {
    background-image: url(../images/gt20pro-interaction-point6-lg.png.webp)
  }
}

@media only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1440px) and (min-resolution: 1.5dppx),(max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1440px) and (min-resolution: 144dpi) {
  .webp .gt20pro-interaction .umx-figure-box .umx-data .umx-point-box figure.umx-f-piont6 {
    background-image: url(../images/gt20pro-interaction-point6-lg-x2.png.webp)
  }
}

@media (max-width: 1230px) {
  .gt20pro-interaction .umx-figure-box .umx-data .umx-point-box figure.umx-f-piont6 {
    background-image: url(../images/gt20pro-interaction-point6-mb.png);
    background-size: 156px 353px;
    background-position: center;
    background-repeat: no-repeat;
    width: 156px;
    height: 353px
  }
}

@media only screen and (max-width: 1230px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1230px) and (min-resolution: 1.5dppx),(max-width: 1230px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1230px) and (min-resolution: 144dpi) {
  .gt20pro-interaction .umx-figure-box .umx-data .umx-point-box figure.umx-f-piont6 {
    background-image: url(../images/gt20pro-interaction-point6-mb-x2.png)
  }
}

@media (max-width: 1230px) {
  .webp .gt20pro-interaction .umx-figure-box .umx-data .umx-point-box figure.umx-f-piont6 {
    background-image: url(../images/gt20pro-interaction-point6-mb.png.webp)
  }
}

@media only screen and (max-width: 1230px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1230px) and (min-resolution: 1.5dppx),(max-width: 1230px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1230px) and (min-resolution: 144dpi) {
  .webp .gt20pro-interaction .umx-figure-box .umx-data .umx-point-box figure.umx-f-piont6 {
    background-image: url(../images/gt20pro-interaction-point6-mb-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-interaction .umx-figure-box .umx-data .umx-point-box figure.umx-f-piont6 {
    width: 86.66667vw;
    height: 196.38889vw;
    background-size: 86.66667vw 196.38889vw
  }
}

.gt20pro-interaction .umx-figure-box .umx-data .umx-point-box figure.umx-f-piont7 {
  -webkit-animation: antTwinkle 2s linear infinite 7s;
  animation: antTwinkle 2s linear infinite 7s;
  background-image: url(../images/gt20pro-interaction-point7-lg.png);
  background-size: 1744px 1057px;
  background-position: center;
  background-repeat: no-repeat;
  width: 1744px;
  height: 1057px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-interaction .umx-figure-box .umx-data .umx-point-box figure.umx-f-piont7 {
    background-image: url(../images/gt20pro-interaction-point7-lg-x2.png)
  }
}

.webp .gt20pro-interaction .umx-figure-box .umx-data .umx-point-box figure.umx-f-piont7 {
  background-image: url(../images/gt20pro-interaction-point7-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-interaction .umx-figure-box .umx-data .umx-point-box figure.umx-f-piont7 {
    background-image: url(../images/gt20pro-interaction-point7-lg-x2.png.webp)
  }
}

@media (max-width: 1600px) {
  .gt20pro-interaction .umx-figure-box .umx-data .umx-point-box figure.umx-f-piont7 {
    background-image: url(../images/gt20pro-interaction-point7-lg.png);
    background-size: 1395px 845px;
    background-position: center;
    background-repeat: no-repeat;
    width: 1395px;
    height: 845px
  }
}

@media only screen and (max-width: 1600px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1600px) and (min-resolution: 1.5dppx),(max-width: 1600px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1600px) and (min-resolution: 144dpi) {
  .gt20pro-interaction .umx-figure-box .umx-data .umx-point-box figure.umx-f-piont7 {
    background-image: url(../images/gt20pro-interaction-point7-lg-x2.png)
  }
}

@media (max-width: 1600px) {
  .webp .gt20pro-interaction .umx-figure-box .umx-data .umx-point-box figure.umx-f-piont7 {
    background-image: url(../images/gt20pro-interaction-point7-lg.png.webp)
  }
}

@media only screen and (max-width: 1600px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1600px) and (min-resolution: 1.5dppx),(max-width: 1600px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1600px) and (min-resolution: 144dpi) {
  .webp .gt20pro-interaction .umx-figure-box .umx-data .umx-point-box figure.umx-f-piont7 {
    background-image: url(../images/gt20pro-interaction-point7-lg-x2.png.webp)
  }
}

@media (max-width: 1440px) {
  .gt20pro-interaction .umx-figure-box .umx-data .umx-point-box figure.umx-f-piont7 {
    background-image: url(../images/gt20pro-interaction-point7-lg.png);
    background-size: 1220px 739px;
    background-position: center;
    background-repeat: no-repeat;
    width: 1220px;
    height: 739px
  }
}

@media only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1440px) and (min-resolution: 1.5dppx),(max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1440px) and (min-resolution: 144dpi) {
  .gt20pro-interaction .umx-figure-box .umx-data .umx-point-box figure.umx-f-piont7 {
    background-image: url(../images/gt20pro-interaction-point7-lg-x2.png)
  }
}

@media (max-width: 1440px) {
  .webp .gt20pro-interaction .umx-figure-box .umx-data .umx-point-box figure.umx-f-piont7 {
    background-image: url(../images/gt20pro-interaction-point7-lg.png.webp)
  }
}

@media only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1440px) and (min-resolution: 1.5dppx),(max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1440px) and (min-resolution: 144dpi) {
  .webp .gt20pro-interaction .umx-figure-box .umx-data .umx-point-box figure.umx-f-piont7 {
    background-image: url(../images/gt20pro-interaction-point7-lg-x2.png.webp)
  }
}

@media (max-width: 1230px) {
  .gt20pro-interaction .umx-figure-box .umx-data .umx-point-box figure.umx-f-piont7 {
    background-image: url(../images/gt20pro-interaction-point7-mb.png);
    background-size: 156px 353px;
    background-position: center;
    background-repeat: no-repeat;
    width: 156px;
    height: 353px
  }
}

@media only screen and (max-width: 1230px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1230px) and (min-resolution: 1.5dppx),(max-width: 1230px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1230px) and (min-resolution: 144dpi) {
  .gt20pro-interaction .umx-figure-box .umx-data .umx-point-box figure.umx-f-piont7 {
    background-image: url(../images/gt20pro-interaction-point7-mb-x2.png)
  }
}

@media (max-width: 1230px) {
  .webp .gt20pro-interaction .umx-figure-box .umx-data .umx-point-box figure.umx-f-piont7 {
    background-image: url(../images/gt20pro-interaction-point7-mb.png.webp)
  }
}

@media only screen and (max-width: 1230px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1230px) and (min-resolution: 1.5dppx),(max-width: 1230px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1230px) and (min-resolution: 144dpi) {
  .webp .gt20pro-interaction .umx-figure-box .umx-data .umx-point-box figure.umx-f-piont7 {
    background-image: url(../images/gt20pro-interaction-point7-mb-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-interaction .umx-figure-box .umx-data .umx-point-box figure.umx-f-piont7 {
    width: 86.66667vw;
    height: 196.38889vw;
    background-size: 86.66667vw 196.38889vw
  }
}

.gt20pro-interaction .umx-figure-box .umx-data .umx-point-box figure.umx-f-piont8 {
  -webkit-animation: antTwinkle 2s linear infinite 8s;
  animation: antTwinkle 2s linear infinite 8s;
  background-image: url(../images/gt20pro-interaction-point8-lg.png);
  background-size: 1744px 1057px;
  background-position: center;
  background-repeat: no-repeat;
  width: 1744px;
  height: 1057px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-interaction .umx-figure-box .umx-data .umx-point-box figure.umx-f-piont8 {
    background-image: url(../images/gt20pro-interaction-point8-lg-x2.png)
  }
}

.webp .gt20pro-interaction .umx-figure-box .umx-data .umx-point-box figure.umx-f-piont8 {
  background-image: url(../images/gt20pro-interaction-point8-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-interaction .umx-figure-box .umx-data .umx-point-box figure.umx-f-piont8 {
    background-image: url(../images/gt20pro-interaction-point8-lg-x2.png.webp)
  }
}

@media (max-width: 1600px) {
  .gt20pro-interaction .umx-figure-box .umx-data .umx-point-box figure.umx-f-piont8 {
    background-image: url(../images/gt20pro-interaction-point8-lg.png);
    background-size: 1395px 845px;
    background-position: center;
    background-repeat: no-repeat;
    width: 1395px;
    height: 845px
  }
}

@media only screen and (max-width: 1600px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1600px) and (min-resolution: 1.5dppx),(max-width: 1600px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1600px) and (min-resolution: 144dpi) {
  .gt20pro-interaction .umx-figure-box .umx-data .umx-point-box figure.umx-f-piont8 {
    background-image: url(../images/gt20pro-interaction-point8-lg-x2.png)
  }
}

@media (max-width: 1600px) {
  .webp .gt20pro-interaction .umx-figure-box .umx-data .umx-point-box figure.umx-f-piont8 {
    background-image: url(../images/gt20pro-interaction-point8-lg.png.webp)
  }
}

@media only screen and (max-width: 1600px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1600px) and (min-resolution: 1.5dppx),(max-width: 1600px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1600px) and (min-resolution: 144dpi) {
  .webp .gt20pro-interaction .umx-figure-box .umx-data .umx-point-box figure.umx-f-piont8 {
    background-image: url(../images/gt20pro-interaction-point8-lg-x2.png.webp)
  }
}

@media (max-width: 1440px) {
  .gt20pro-interaction .umx-figure-box .umx-data .umx-point-box figure.umx-f-piont8 {
    background-image: url(../images/gt20pro-interaction-point8-lg.png);
    background-size: 1220px 739px;
    background-position: center;
    background-repeat: no-repeat;
    width: 1220px;
    height: 739px
  }
}

@media only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1440px) and (min-resolution: 1.5dppx),(max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1440px) and (min-resolution: 144dpi) {
  .gt20pro-interaction .umx-figure-box .umx-data .umx-point-box figure.umx-f-piont8 {
    background-image: url(../images/gt20pro-interaction-point8-lg-x2.png)
  }
}

@media (max-width: 1440px) {
  .webp .gt20pro-interaction .umx-figure-box .umx-data .umx-point-box figure.umx-f-piont8 {
    background-image: url(../images/gt20pro-interaction-point8-lg.png.webp)
  }
}

@media only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1440px) and (min-resolution: 1.5dppx),(max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1440px) and (min-resolution: 144dpi) {
  .webp .gt20pro-interaction .umx-figure-box .umx-data .umx-point-box figure.umx-f-piont8 {
    background-image: url(../images/gt20pro-interaction-point8-lg-x2.png.webp)
  }
}

@media (max-width: 1230px) {
  .gt20pro-interaction .umx-figure-box .umx-data .umx-point-box figure.umx-f-piont8 {
    background-image: url(../images/gt20pro-interaction-point8-mb.png);
    background-size: 156px 353px;
    background-position: center;
    background-repeat: no-repeat;
    width: 156px;
    height: 353px
  }
}

@media only screen and (max-width: 1230px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1230px) and (min-resolution: 1.5dppx),(max-width: 1230px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1230px) and (min-resolution: 144dpi) {
  .gt20pro-interaction .umx-figure-box .umx-data .umx-point-box figure.umx-f-piont8 {
    background-image: url(../images/gt20pro-interaction-point8-mb-x2.png)
  }
}

@media (max-width: 1230px) {
  .webp .gt20pro-interaction .umx-figure-box .umx-data .umx-point-box figure.umx-f-piont8 {
    background-image: url(../images/gt20pro-interaction-point8-mb.png.webp)
  }
}

@media only screen and (max-width: 1230px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1230px) and (min-resolution: 1.5dppx),(max-width: 1230px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1230px) and (min-resolution: 144dpi) {
  .webp .gt20pro-interaction .umx-figure-box .umx-data .umx-point-box figure.umx-f-piont8 {
    background-image: url(../images/gt20pro-interaction-point8-mb-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-interaction .umx-figure-box .umx-data .umx-point-box figure.umx-f-piont8 {
    width: 86.66667vw;
    height: 196.38889vw;
    background-size: 86.66667vw 196.38889vw
  }
}

.umx-design-content {
  position: relative;
  overflow-x: clip
}

.gt20pro-design-txt {
  margin-bottom: -200px
}

@media (max-width: 1440px) {
  .gt20pro-design-txt {
    margin-bottom: 0
  }
}

@media (max-width: 1024px) {
  .gt20pro-design-txt {
    margin-bottom: -160px
  }
}

@media (max-width: 1000px) {
  .gt20pro-design-txt {
    margin-bottom: 0
  }
}

.gt20pro-design-txt .umx-design-top {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
  width: 1920px;
  height: 993px;
  mix-blend-mode: screen
}

@media (min-width: 1921px) {
  .gt20pro-design-txt .umx-design-top {
    width: 2560px;
    height: 993px
  }
}

@media (max-width: 1600px) {
  .gt20pro-design-txt .umx-design-top {
    -webkit-transform: translateX(-50%) scale(.84);
    -ms-transform: translateX(-50%) scale(.84);
    transform: translateX(-50%) scale(.84)
  }
}

@media (max-width: 1440px) {
  .gt20pro-design-txt .umx-design-top {
    -webkit-transform: translateX(-50%) scale(.75);
    -ms-transform: translateX(-50%) scale(.75);
    transform: translateX(-50%) scale(.75);
    -webkit-transform-origin: center top;
    -ms-transform-origin: center top;
    transform-origin: center top;
    margin-bottom: -360px
  }
}

@media (max-width: 1024px) {
  .gt20pro-design-txt .umx-design-top {
    -webkit-transform: translateX(-50%) scale(.6);
    -ms-transform: translateX(-50%) scale(.6);
    transform: translateX(-50%) scale(.6);
    -webkit-transform-origin: center top;
    -ms-transform-origin: center top;
    transform-origin: center top;
    margin-bottom: -300px
  }
}

@media (max-width: 1000px) {
  .gt20pro-design-txt .umx-design-top {
    -webkit-transform: translateX(-50%) scale(1);
    -ms-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
    width: 100vw;
    height: 48.88889vw;
    margin-bottom: 10px;
    mix-blend-mode: normal
  }
}

.gt20pro-design-txt .umx-design-top .umx-top-f1 {
  background-image: url(../images/gt20pro-design-top-img1-lg.png);
  background-size: 1920px 993px;
  background-position: center;
  background-repeat: no-repeat;
  width: 1920px;
  height: 993px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-design-txt .umx-design-top .umx-top-f1 {
    background-image: url(../images/gt20pro-design-top-img1-lg-x2.png)
  }
}

.webp .gt20pro-design-txt .umx-design-top .umx-top-f1 {
  background-image: url(../images/gt20pro-design-top-img1-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-design-txt .umx-design-top .umx-top-f1 {
    background-image: url(../images/gt20pro-design-top-img1-lg-x2.png.webp)
  }
}

@media (min-width: 1921px) {
  .gt20pro-design-txt .umx-design-top .umx-top-f1 {
    background-image: url(../images/gt20pro-design-top-img1-xl.png);
    background-size: 2560px 993px;
    background-position: center;
    background-repeat: no-repeat;
    width: 2560px;
    height: 993px
  }
}

@media only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 1921px) and (min-resolution: 1.5dppx),(min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5),(min-width: 1921px) and (min-resolution: 144dpi) {
  .gt20pro-design-txt .umx-design-top .umx-top-f1 {
    background-image: url(../images/gt20pro-design-top-img1-xl-x2.png)
  }
}

@media (min-width: 1921px) {
  .webp .gt20pro-design-txt .umx-design-top .umx-top-f1 {
    background-image: url(../images/gt20pro-design-top-img1-xl.png.webp)
  }
}

@media only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 1921px) and (min-resolution: 1.5dppx),(min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5),(min-width: 1921px) and (min-resolution: 144dpi) {
  .webp .gt20pro-design-txt .umx-design-top .umx-top-f1 {
    background-image: url(../images/gt20pro-design-top-img1-xl-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-design-txt .umx-design-top .umx-top-f1 {
    background-image: url(../images/gt20pro-design-top-img1-mb.png);
    background-size: 360px 176px;
    background-position: center;
    background-repeat: no-repeat;
    width: 360px;
    height: 176px
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .gt20pro-design-txt .umx-design-top .umx-top-f1 {
    background-image: url(../images/gt20pro-design-top-img1-mb-x2.png)
  }
}

@media (max-width: 1000px) {
  .webp .gt20pro-design-txt .umx-design-top .umx-top-f1 {
    background-image: url(../images/gt20pro-design-top-img1-mb.png.webp)
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .webp .gt20pro-design-txt .umx-design-top .umx-top-f1 {
    background-image: url(../images/gt20pro-design-top-img1-mb-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-design-txt .umx-design-top .umx-top-f1 {
    background-size: 100vw 48.88889vw;
    width: 100vw;
    height: 48.88889vw
  }
}

.gt20pro-design-txt .umx-design-top .umx-light {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1600px;
  top: 100px
}

@media (max-width: 1000px) {
  .gt20pro-design-txt .umx-design-top .umx-light {
    width: calc(100vw - 48px);
    top: 8.33333vw
  }
}

.gt20pro-design-txt .umx-design-top .umx-light .umx-hxd {
  position: absolute;
  top: 116px
}

@media (max-width: 1000px) {
  .gt20pro-design-txt .umx-design-top .umx-light .umx-hxd {
    width: 13vw;
    height: 17.33333vw;
    top: 0
  }
}

.gt20pro-design-txt .umx-design-top .umx-light .umx-txt-bg {
  position: absolute;
  font-family: InfinixDisplay;
  font-weight: 400;
  color: rgba(51, 230, 230, .03);
  line-height: 80%;
  font-size: 186px;
  width: 200%;
  top: 100px;
  left: 120px;
  -webkit-text-stroke: 1px rgba(51, 230, 230, .1);
  -webkit-transform: skewX(-7deg);
  -ms-transform: skewX(-7deg);
  transform: skewX(-7deg)
}

@media (max-width: 1000px) {
  .gt20pro-design-txt .umx-design-top .umx-light .umx-txt-bg {
    width: 130%;
    font-size: 48px;
    left: 9.44444vw;
    top: 0
  }
}

.gt20pro-design-txt .umx-design-top .umx-light .umx-p {
  position: absolute;
  font-family: InfinixDisplay;
  line-height: 1;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 72px;
  top: 176px;
  left: 116px
}

@media (max-width: 1000px) {
  .gt20pro-design-txt .umx-design-top .umx-light .umx-p {
    font-size: 24px;
    top: 2.77778vw;
    left: 8.33333vw
  }
}

.gt20pro-design-txt .umx-design-top .umx-light .umx-p .umx-top-icon {
  position: relative;
  margin-right: 35px;
  -webkit-animation: antBeastFilter 4s linear 0s infinite;
  animation: antBeastFilter 4s linear 0s infinite;
  background-image: url(../images/gt20pro-design-top-icon-lg.png);
  background-size: 75px 74px;
  background-position: center;
  background-repeat: no-repeat;
  width: 75px;
  height: 74px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-design-txt .umx-design-top .umx-light .umx-p .umx-top-icon {
    background-image: url(../images/gt20pro-design-top-icon-lg-x2.png)
  }
}

.webp .gt20pro-design-txt .umx-design-top .umx-light .umx-p .umx-top-icon {
  background-image: url(../images/gt20pro-design-top-icon-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-design-txt .umx-design-top .umx-light .umx-p .umx-top-icon {
    background-image: url(../images/gt20pro-design-top-icon-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-design-txt .umx-design-top .umx-light .umx-p .umx-top-icon {
    background-image: url(../images/gt20pro-design-top-icon-lg.png);
    background-size: 45px 44px;
    background-position: center;
    background-repeat: no-repeat;
    width: 45px;
    height: 44px;
    width: 12.5vw;
    height: 12.33333vw;
    background-size: 12.5vw 12.33333vw;
    margin-right: .55556vw
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .gt20pro-design-txt .umx-design-top .umx-light .umx-p .umx-top-icon {
    background-image: url(../images/gt20pro-design-top-icon-lg-x2.png)
  }
}

@media (max-width: 1000px) {
  .webp .gt20pro-design-txt .umx-design-top .umx-light .umx-p .umx-top-icon {
    background-image: url(../images/gt20pro-design-top-icon-lg.png.webp)
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .webp .gt20pro-design-txt .umx-design-top .umx-light .umx-p .umx-top-icon {
    background-image: url(../images/gt20pro-design-top-icon-lg-x2.png.webp)
  }
}

.gt20pro-design-txt .umx-design-top .umx-light .umx-p span {
  position: relative;
  display: block;
  width: 780px;
  -webkit-font-kerning: none;
  font-kerning: none
}

@media (max-width: 1000px) {
  .gt20pro-design-txt .umx-design-top .umx-light .umx-p span {
    width: 100vw
  }
}

.gt20pro-design-txt .umx-design-top .umx-light .umx-p span.umx-current {
  -webkit-animation: flashAnt .3s;
  animation: flashAnt .3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards
}

.gt20pro-design-txt .umx-design-top .umx-light .umx-p span.umx-current::after {
  content: attr(data-text);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 4px;
  text-shadow: -1px 0 red;
  top: 0;
  color: #fff;
  overflow: hidden;
  clip: rect(0, 900px, 0, 0);
  -webkit-animation: noise-anim .5s 1 linear alternate-reverse, disappearAnt .1s .5s forwards;
  animation: noise-anim .5s 1 linear alternate-reverse, disappearAnt .1s .5s forwards
}

@media (max-width: 1000px) {
  .gt20pro-design-txt .umx-design-top .umx-light .umx-p span.umx-current::after {
    clip: rect(0, 500px, 0, 0)
  }
}

.gt20pro-design-txt .umx-design-top .umx-light .umx-p span.umx-current::before {
  content: attr(data-text);
  position: absolute;
  width: 100%;
  height: 100%;
  left: -4px;
  text-shadow: 1px 0 #00f;
  top: 0;
  color: #fff;
  overflow: hidden;
  clip: rect(0, 900px, 0, 0);
  -webkit-animation: noise-anim-2 .5s 1 linear alternate-reverse, disappearAnt .1s .5s forwards;
  animation: noise-anim-2 .5s 1 linear alternate-reverse, disappearAnt .1s .5s forwards
}

@media (max-width: 1000px) {
  .gt20pro-design-txt .umx-design-top .umx-light .umx-p span.umx-current::before {
    clip: rect(0, 500px, 0, 0)
  }
}

.gt20pro-design {
  height: 300vh;
  z-index: 2
}

.gt20pro-design .umx-stickyBox {
  overflow: visible
}

@media (max-width: 1000px) {
  .gt20pro-design {
    height: auto;
    margin-top: -34px
  }

  .gt20pro-design .umx-stickyBox {
    height: auto
  }
}

.gt20pro-design .umx-figure-box {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1711px;
  height: 1325px;
  margin-left: 300px
}

@media (max-width: 1600px) {
  .gt20pro-design .umx-figure-box {
    width: 1334.58px;
    height: 1033.5px
  }
}

@media (max-width: 1000px) {
  .gt20pro-design .umx-figure-box {
    overflow: hidden;
    width: 100vw;
    height: 91.38889vw;
    margin-left: 0
  }
}

@media (max-width: 1000px) {
  .gt20pro-design .umx-figure-box .umx-figure {
    position: absolute;
    top: 0;
    left: 0;
    width: 99.16667vw;
    height: 100%;
    margin-left: 2.77778vw
  }
}

.gt20pro-design .umx-figure-box .umx-figure figure {
  position: absolute;
  top: 0;
  opacity: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s
}

.gt20pro-design .umx-figure-box .umx-figure figure.umx-f1 {
  background-image: url(../images/gt20pro-design-img1-lg.png);
  background-size: 1711px 1325px;
  background-position: center;
  background-repeat: no-repeat;
  width: 1711px;
  height: 1325px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-design .umx-figure-box .umx-figure figure.umx-f1 {
    background-image: url(../images/gt20pro-design-img1-lg-x2.png)
  }
}

.webp .gt20pro-design .umx-figure-box .umx-figure figure.umx-f1 {
  background-image: url(../images/gt20pro-design-img1-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-design .umx-figure-box .umx-figure figure.umx-f1 {
    background-image: url(../images/gt20pro-design-img1-lg-x2.png.webp)
  }
}

@media (max-width: 1600px) {
  .gt20pro-design .umx-figure-box .umx-figure figure.umx-f1 {
    background-image: url(../images/gt20pro-design-img1-lg.png);
    background-size: 1334px 1033px;
    background-position: center;
    background-repeat: no-repeat;
    width: 1334px;
    height: 1033px
  }
}

@media only screen and (max-width: 1600px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1600px) and (min-resolution: 1.5dppx),(max-width: 1600px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1600px) and (min-resolution: 144dpi) {
  .gt20pro-design .umx-figure-box .umx-figure figure.umx-f1 {
    background-image: url(../images/gt20pro-design-img1-lg-x2.png)
  }
}

@media (max-width: 1600px) {
  .webp .gt20pro-design .umx-figure-box .umx-figure figure.umx-f1 {
    background-image: url(../images/gt20pro-design-img1-lg.png.webp)
  }
}

@media only screen and (max-width: 1600px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1600px) and (min-resolution: 1.5dppx),(max-width: 1600px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1600px) and (min-resolution: 144dpi) {
  .webp .gt20pro-design .umx-figure-box .umx-figure figure.umx-f1 {
    background-image: url(../images/gt20pro-design-img1-lg-x2.png.webp)
  }
}

@media (max-width: 1440px) {
  .gt20pro-design .umx-figure-box .umx-figure figure.umx-f1 {
    background-image: url(../images/gt20pro-design-img1-lg.png);
    background-size: 1197px 927px;
    background-position: center;
    background-repeat: no-repeat;
    width: 1197px;
    height: 927px
  }
}

@media only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1440px) and (min-resolution: 1.5dppx),(max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1440px) and (min-resolution: 144dpi) {
  .gt20pro-design .umx-figure-box .umx-figure figure.umx-f1 {
    background-image: url(../images/gt20pro-design-img1-lg-x2.png)
  }
}

@media (max-width: 1440px) {
  .webp .gt20pro-design .umx-figure-box .umx-figure figure.umx-f1 {
    background-image: url(../images/gt20pro-design-img1-lg.png.webp)
  }
}

@media only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1440px) and (min-resolution: 1.5dppx),(max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1440px) and (min-resolution: 144dpi) {
  .webp .gt20pro-design .umx-figure-box .umx-figure figure.umx-f1 {
    background-image: url(../images/gt20pro-design-img1-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-design .umx-figure-box .umx-figure figure.umx-f1 {
    background-image: url(../images/gt20pro-design-img1-mb.png);
    background-size: 357px 329px;
    background-position: center;
    background-repeat: no-repeat;
    width: 357px;
    height: 329px
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .gt20pro-design .umx-figure-box .umx-figure figure.umx-f1 {
    background-image: url(../images/gt20pro-design-img1-mb-x2.png)
  }
}

@media (max-width: 1000px) {
  .webp .gt20pro-design .umx-figure-box .umx-figure figure.umx-f1 {
    background-image: url(../images/gt20pro-design-img1-mb.png.webp)
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .webp .gt20pro-design .umx-figure-box .umx-figure figure.umx-f1 {
    background-image: url(../images/gt20pro-design-img1-mb-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-design .umx-figure-box .umx-figure figure.umx-f1 {
    background-size: 99.16667vw 91.38889vw;
    width: 99.16667vw;
    height: 91.38889vw
  }
}

.gt20pro-design .umx-figure-box .umx-figure figure.umx-f2 {
  background-image: url(../images/gt20pro-design-img2-lg.png);
  background-size: 1711px 1325px;
  background-position: center;
  background-repeat: no-repeat;
  width: 1711px;
  height: 1325px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-design .umx-figure-box .umx-figure figure.umx-f2 {
    background-image: url(../images/gt20pro-design-img2-lg-x2.png)
  }
}

.webp .gt20pro-design .umx-figure-box .umx-figure figure.umx-f2 {
  background-image: url(../images/gt20pro-design-img2-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-design .umx-figure-box .umx-figure figure.umx-f2 {
    background-image: url(../images/gt20pro-design-img2-lg-x2.png.webp)
  }
}

@media (max-width: 1600px) {
  .gt20pro-design .umx-figure-box .umx-figure figure.umx-f2 {
    background-image: url(../images/gt20pro-design-img2-lg.png);
    background-size: 1334px 1033px;
    background-position: center;
    background-repeat: no-repeat;
    width: 1334px;
    height: 1033px
  }
}

@media only screen and (max-width: 1600px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1600px) and (min-resolution: 1.5dppx),(max-width: 1600px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1600px) and (min-resolution: 144dpi) {
  .gt20pro-design .umx-figure-box .umx-figure figure.umx-f2 {
    background-image: url(../images/gt20pro-design-img2-lg-x2.png)
  }
}

@media (max-width: 1600px) {
  .webp .gt20pro-design .umx-figure-box .umx-figure figure.umx-f2 {
    background-image: url(../images/gt20pro-design-img2-lg.png.webp)
  }
}

@media only screen and (max-width: 1600px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1600px) and (min-resolution: 1.5dppx),(max-width: 1600px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1600px) and (min-resolution: 144dpi) {
  .webp .gt20pro-design .umx-figure-box .umx-figure figure.umx-f2 {
    background-image: url(../images/gt20pro-design-img2-lg-x2.png.webp)
  }
}

@media (max-width: 1440px) {
  .gt20pro-design .umx-figure-box .umx-figure figure.umx-f2 {
    background-image: url(../images/gt20pro-design-img2-lg.png);
    background-size: 1197px 927px;
    background-position: center;
    background-repeat: no-repeat;
    width: 1197px;
    height: 927px
  }
}

@media only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1440px) and (min-resolution: 1.5dppx),(max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1440px) and (min-resolution: 144dpi) {
  .gt20pro-design .umx-figure-box .umx-figure figure.umx-f2 {
    background-image: url(../images/gt20pro-design-img2-lg-x2.png)
  }
}

@media (max-width: 1440px) {
  .webp .gt20pro-design .umx-figure-box .umx-figure figure.umx-f2 {
    background-image: url(../images/gt20pro-design-img2-lg.png.webp)
  }
}

@media only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1440px) and (min-resolution: 1.5dppx),(max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1440px) and (min-resolution: 144dpi) {
  .webp .gt20pro-design .umx-figure-box .umx-figure figure.umx-f2 {
    background-image: url(../images/gt20pro-design-img2-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-design .umx-figure-box .umx-figure figure.umx-f2 {
    background-image: url(../images/gt20pro-design-img2-mb.png);
    background-size: 357px 329px;
    background-position: center;
    background-repeat: no-repeat;
    width: 357px;
    height: 329px
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .gt20pro-design .umx-figure-box .umx-figure figure.umx-f2 {
    background-image: url(../images/gt20pro-design-img2-mb-x2.png)
  }
}

@media (max-width: 1000px) {
  .webp .gt20pro-design .umx-figure-box .umx-figure figure.umx-f2 {
    background-image: url(../images/gt20pro-design-img2-mb.png.webp)
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .webp .gt20pro-design .umx-figure-box .umx-figure figure.umx-f2 {
    background-image: url(../images/gt20pro-design-img2-mb-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-design .umx-figure-box .umx-figure figure.umx-f2 {
    background-size: 99.16667vw 91.38889vw;
    width: 99.16667vw;
    height: 91.38889vw
  }
}

.gt20pro-design .umx-figure-box .umx-figure figure.umx-f3 {
  background-image: url(../images/gt20pro-design-img3-lg.png);
  background-size: 1711px 1325px;
  background-position: center;
  background-repeat: no-repeat;
  width: 1711px;
  height: 1325px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-design .umx-figure-box .umx-figure figure.umx-f3 {
    background-image: url(../images/gt20pro-design-img3-lg-x2.png)
  }
}

.webp .gt20pro-design .umx-figure-box .umx-figure figure.umx-f3 {
  background-image: url(../images/gt20pro-design-img3-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-design .umx-figure-box .umx-figure figure.umx-f3 {
    background-image: url(../images/gt20pro-design-img3-lg-x2.png.webp)
  }
}

@media (max-width: 1600px) {
  .gt20pro-design .umx-figure-box .umx-figure figure.umx-f3 {
    background-image: url(../images/gt20pro-design-img3-lg.png);
    background-size: 1334px 1033px;
    background-position: center;
    background-repeat: no-repeat;
    width: 1334px;
    height: 1033px
  }
}

@media only screen and (max-width: 1600px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1600px) and (min-resolution: 1.5dppx),(max-width: 1600px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1600px) and (min-resolution: 144dpi) {
  .gt20pro-design .umx-figure-box .umx-figure figure.umx-f3 {
    background-image: url(../images/gt20pro-design-img3-lg-x2.png)
  }
}

@media (max-width: 1600px) {
  .webp .gt20pro-design .umx-figure-box .umx-figure figure.umx-f3 {
    background-image: url(../images/gt20pro-design-img3-lg.png.webp)
  }
}

@media only screen and (max-width: 1600px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1600px) and (min-resolution: 1.5dppx),(max-width: 1600px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1600px) and (min-resolution: 144dpi) {
  .webp .gt20pro-design .umx-figure-box .umx-figure figure.umx-f3 {
    background-image: url(../images/gt20pro-design-img3-lg-x2.png.webp)
  }
}

@media (max-width: 1440px) {
  .gt20pro-design .umx-figure-box .umx-figure figure.umx-f3 {
    background-image: url(../images/gt20pro-design-img3-lg.png);
    background-size: 1197px 927px;
    background-position: center;
    background-repeat: no-repeat;
    width: 1197px;
    height: 927px
  }
}

@media only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1440px) and (min-resolution: 1.5dppx),(max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1440px) and (min-resolution: 144dpi) {
  .gt20pro-design .umx-figure-box .umx-figure figure.umx-f3 {
    background-image: url(../images/gt20pro-design-img3-lg-x2.png)
  }
}

@media (max-width: 1440px) {
  .webp .gt20pro-design .umx-figure-box .umx-figure figure.umx-f3 {
    background-image: url(../images/gt20pro-design-img3-lg.png.webp)
  }
}

@media only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1440px) and (min-resolution: 1.5dppx),(max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1440px) and (min-resolution: 144dpi) {
  .webp .gt20pro-design .umx-figure-box .umx-figure figure.umx-f3 {
    background-image: url(../images/gt20pro-design-img3-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-design .umx-figure-box .umx-figure figure.umx-f3 {
    background-image: url(../images/gt20pro-design-img3-mb.png);
    background-size: 357px 329px;
    background-position: center;
    background-repeat: no-repeat;
    width: 357px;
    height: 329px
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .gt20pro-design .umx-figure-box .umx-figure figure.umx-f3 {
    background-image: url(../images/gt20pro-design-img3-mb-x2.png)
  }
}

@media (max-width: 1000px) {
  .webp .gt20pro-design .umx-figure-box .umx-figure figure.umx-f3 {
    background-image: url(../images/gt20pro-design-img3-mb.png.webp)
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .webp .gt20pro-design .umx-figure-box .umx-figure figure.umx-f3 {
    background-image: url(../images/gt20pro-design-img3-mb-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-design .umx-figure-box .umx-figure figure.umx-f3 {
    background-size: 99.16667vw 91.38889vw;
    width: 99.16667vw;
    height: 91.38889vw
  }
}

.gt20pro-design .umx-figure-box .umx-figure figure.umx-f4 {
  background-image: url(../images/gt20pro-design-img4-lg.png);
  background-size: 1711px 1325px;
  background-position: center;
  background-repeat: no-repeat;
  width: 1711px;
  height: 1325px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-design .umx-figure-box .umx-figure figure.umx-f4 {
    background-image: url(../images/gt20pro-design-img4-lg-x2.png)
  }
}

.webp .gt20pro-design .umx-figure-box .umx-figure figure.umx-f4 {
  background-image: url(../images/gt20pro-design-img4-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-design .umx-figure-box .umx-figure figure.umx-f4 {
    background-image: url(../images/gt20pro-design-img4-lg-x2.png.webp)
  }
}

@media (max-width: 1600px) {
  .gt20pro-design .umx-figure-box .umx-figure figure.umx-f4 {
    background-image: url(../images/gt20pro-design-img4-lg.png);
    background-size: 1334px 1033px;
    background-position: center;
    background-repeat: no-repeat;
    width: 1334px;
    height: 1033px
  }
}

@media only screen and (max-width: 1600px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1600px) and (min-resolution: 1.5dppx),(max-width: 1600px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1600px) and (min-resolution: 144dpi) {
  .gt20pro-design .umx-figure-box .umx-figure figure.umx-f4 {
    background-image: url(../images/gt20pro-design-img4-lg-x2.png)
  }
}

@media (max-width: 1600px) {
  .webp .gt20pro-design .umx-figure-box .umx-figure figure.umx-f4 {
    background-image: url(../images/gt20pro-design-img4-lg.png.webp)
  }
}

@media only screen and (max-width: 1600px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1600px) and (min-resolution: 1.5dppx),(max-width: 1600px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1600px) and (min-resolution: 144dpi) {
  .webp .gt20pro-design .umx-figure-box .umx-figure figure.umx-f4 {
    background-image: url(../images/gt20pro-design-img4-lg-x2.png.webp)
  }
}

@media (max-width: 1440px) {
  .gt20pro-design .umx-figure-box .umx-figure figure.umx-f4 {
    background-image: url(../images/gt20pro-design-img4-lg.png);
    background-size: 1197px 927px;
    background-position: center;
    background-repeat: no-repeat;
    width: 1197px;
    height: 927px
  }
}

@media only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1440px) and (min-resolution: 1.5dppx),(max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1440px) and (min-resolution: 144dpi) {
  .gt20pro-design .umx-figure-box .umx-figure figure.umx-f4 {
    background-image: url(../images/gt20pro-design-img4-lg-x2.png)
  }
}

@media (max-width: 1440px) {
  .webp .gt20pro-design .umx-figure-box .umx-figure figure.umx-f4 {
    background-image: url(../images/gt20pro-design-img4-lg.png.webp)
  }
}

@media only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1440px) and (min-resolution: 1.5dppx),(max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1440px) and (min-resolution: 144dpi) {
  .webp .gt20pro-design .umx-figure-box .umx-figure figure.umx-f4 {
    background-image: url(../images/gt20pro-design-img4-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-design .umx-figure-box .umx-figure figure.umx-f4 {
    background-image: url(../images/gt20pro-design-img4-mb.png);
    background-size: 357px 329px;
    background-position: center;
    background-repeat: no-repeat;
    width: 357px;
    height: 329px
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .gt20pro-design .umx-figure-box .umx-figure figure.umx-f4 {
    background-image: url(../images/gt20pro-design-img4-mb-x2.png)
  }
}

@media (max-width: 1000px) {
  .webp .gt20pro-design .umx-figure-box .umx-figure figure.umx-f4 {
    background-image: url(../images/gt20pro-design-img4-mb.png.webp)
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .webp .gt20pro-design .umx-figure-box .umx-figure figure.umx-f4 {
    background-image: url(../images/gt20pro-design-img4-mb-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-design .umx-figure-box .umx-figure figure.umx-f4 {
    background-size: 99.16667vw 91.38889vw;
    width: 99.16667vw;
    height: 91.38889vw
  }
}

.gt20pro-design .umx-figure-box .umx-figure figure.umx-current {
  opacity: 1
}

.gt20pro-design .umx-figure-box .umx-btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 80px
}

@media (max-width: 1440px) {
  .gt20pro-design .umx-figure-box .umx-btn {
    margin-top: 0
  }
}

@media (max-width: 1024px) {
  .gt20pro-design .umx-figure-box .umx-btn {
    margin-top: -50px
  }
}

@media (max-width: 1000px) {
  .gt20pro-design .umx-figure-box .umx-btn {
    margin-top: 50px;
    margin-left: 8.33333vw
  }
}

.gt20pro-design .umx-figure-box .umx-btn ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 26px
}

@media (max-width: 1000px) {
  .gt20pro-design .umx-figure-box .umx-btn ul li {
    margin-bottom: 23px
  }
}

.gt20pro-design .umx-figure-box .umx-btn ul li .umx-icon-box {
  position: relative;
  width: 39px;
  height: 39px;
  margin-right: 16px;
  cursor: pointer
}

@media (max-width: 1000px) {
  .gt20pro-design .umx-figure-box .umx-btn ul li .umx-icon-box {
    width: 5.525vw;
    height: 5.525vw;
    margin-right: 9px
  }
}

.gt20pro-design .umx-figure-box .umx-btn ul li figure {
  position: absolute;
  top: 0
}

.gt20pro-design .umx-figure-box .umx-btn ul li figure.umx-icon1_1 {
  background-image: url(../images/gt20pro-design-icon1_1-lg.png);
  background-size: 39px 39px;
  background-position: center;
  background-repeat: no-repeat;
  width: 39px;
  height: 39px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-design .umx-figure-box .umx-btn ul li figure.umx-icon1_1 {
    background-image: url(../images/gt20pro-design-icon1_1-lg-x2.png)
  }
}

.webp .gt20pro-design .umx-figure-box .umx-btn ul li figure.umx-icon1_1 {
  background-image: url(../images/gt20pro-design-icon1_1-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-design .umx-figure-box .umx-btn ul li figure.umx-icon1_1 {
    background-image: url(../images/gt20pro-design-icon1_1-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-design .umx-figure-box .umx-btn ul li figure.umx-icon1_1 {
    background-image: url(../images/gt20pro-design-icon1_1-lg.png);
    background-size: 19px 19px;
    background-position: center;
    background-repeat: no-repeat;
    width: 19px;
    height: 19px
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .gt20pro-design .umx-figure-box .umx-btn ul li figure.umx-icon1_1 {
    background-image: url(../images/gt20pro-design-icon1_1-lg-x2.png)
  }
}

@media (max-width: 1000px) {
  .webp .gt20pro-design .umx-figure-box .umx-btn ul li figure.umx-icon1_1 {
    background-image: url(../images/gt20pro-design-icon1_1-lg.png.webp)
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .webp .gt20pro-design .umx-figure-box .umx-btn ul li figure.umx-icon1_1 {
    background-image: url(../images/gt20pro-design-icon1_1-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-design .umx-figure-box .umx-btn ul li figure.umx-icon1_1 {
    background-size: 5.525vw 5.525vw;
    width: 5.525vw;
    height: 5.525vw
  }
}

.gt20pro-design .umx-figure-box .umx-btn ul li figure.umx-icon2_1 {
  background-image: url(../images/gt20pro-design-icon2_1-lg.png);
  background-size: 39px 39px;
  background-position: center;
  background-repeat: no-repeat;
  width: 39px;
  height: 39px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-design .umx-figure-box .umx-btn ul li figure.umx-icon2_1 {
    background-image: url(../images/gt20pro-design-icon2_1-lg-x2.png)
  }
}

.webp .gt20pro-design .umx-figure-box .umx-btn ul li figure.umx-icon2_1 {
  background-image: url(../images/gt20pro-design-icon2_1-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-design .umx-figure-box .umx-btn ul li figure.umx-icon2_1 {
    background-image: url(../images/gt20pro-design-icon2_1-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-design .umx-figure-box .umx-btn ul li figure.umx-icon2_1 {
    background-image: url(../images/gt20pro-design-icon2_1-lg.png);
    background-size: 19px 19px;
    background-position: center;
    background-repeat: no-repeat;
    width: 19px;
    height: 19px
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .gt20pro-design .umx-figure-box .umx-btn ul li figure.umx-icon2_1 {
    background-image: url(../images/gt20pro-design-icon2_1-lg-x2.png)
  }
}

@media (max-width: 1000px) {
  .webp .gt20pro-design .umx-figure-box .umx-btn ul li figure.umx-icon2_1 {
    background-image: url(../images/gt20pro-design-icon2_1-lg.png.webp)
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .webp .gt20pro-design .umx-figure-box .umx-btn ul li figure.umx-icon2_1 {
    background-image: url(../images/gt20pro-design-icon2_1-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-design .umx-figure-box .umx-btn ul li figure.umx-icon2_1 {
    background-size: 5.525vw 5.525vw;
    width: 5.525vw;
    height: 5.525vw
  }
}

.gt20pro-design .umx-figure-box .umx-btn ul li figure.umx-icon3_1 {
  background-image: url(../images/gt20pro-design-icon3_1-lg.png);
  background-size: 39px 39px;
  background-position: center;
  background-repeat: no-repeat;
  width: 39px;
  height: 39px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-design .umx-figure-box .umx-btn ul li figure.umx-icon3_1 {
    background-image: url(../images/gt20pro-design-icon3_1-lg-x2.png)
  }
}

.webp .gt20pro-design .umx-figure-box .umx-btn ul li figure.umx-icon3_1 {
  background-image: url(../images/gt20pro-design-icon3_1-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-design .umx-figure-box .umx-btn ul li figure.umx-icon3_1 {
    background-image: url(../images/gt20pro-design-icon3_1-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-design .umx-figure-box .umx-btn ul li figure.umx-icon3_1 {
    background-image: url(../images/gt20pro-design-icon3_1-lg.png);
    background-size: 19px 19px;
    background-position: center;
    background-repeat: no-repeat;
    width: 19px;
    height: 19px
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .gt20pro-design .umx-figure-box .umx-btn ul li figure.umx-icon3_1 {
    background-image: url(../images/gt20pro-design-icon3_1-lg-x2.png)
  }
}

@media (max-width: 1000px) {
  .webp .gt20pro-design .umx-figure-box .umx-btn ul li figure.umx-icon3_1 {
    background-image: url(../images/gt20pro-design-icon3_1-lg.png.webp)
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .webp .gt20pro-design .umx-figure-box .umx-btn ul li figure.umx-icon3_1 {
    background-image: url(../images/gt20pro-design-icon3_1-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-design .umx-figure-box .umx-btn ul li figure.umx-icon3_1 {
    background-size: 5.525vw 5.525vw;
    width: 5.525vw;
    height: 5.525vw
  }
}

.gt20pro-design .umx-figure-box .umx-btn ul li figure.umx-icon1_2 {
  opacity: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s
}

.gt20pro-design .umx-figure-box .umx-btn ul li figure.umx-icon1_2 {
  background-image: url(../images/gt20pro-design-icon1_2-lg.png);
  background-size: 39px 39px;
  background-position: center;
  background-repeat: no-repeat;
  width: 39px;
  height: 39px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-design .umx-figure-box .umx-btn ul li figure.umx-icon1_2 {
    background-image: url(../images/gt20pro-design-icon1_2-lg-x2.png)
  }
}

.webp .gt20pro-design .umx-figure-box .umx-btn ul li figure.umx-icon1_2 {
  background-image: url(../images/gt20pro-design-icon1_2-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-design .umx-figure-box .umx-btn ul li figure.umx-icon1_2 {
    background-image: url(../images/gt20pro-design-icon1_2-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-design .umx-figure-box .umx-btn ul li figure.umx-icon1_2 {
    background-image: url(../images/gt20pro-design-icon1_2-lg.png);
    background-size: 19px 19px;
    background-position: center;
    background-repeat: no-repeat;
    width: 19px;
    height: 19px
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .gt20pro-design .umx-figure-box .umx-btn ul li figure.umx-icon1_2 {
    background-image: url(../images/gt20pro-design-icon1_2-lg-x2.png)
  }
}

@media (max-width: 1000px) {
  .webp .gt20pro-design .umx-figure-box .umx-btn ul li figure.umx-icon1_2 {
    background-image: url(../images/gt20pro-design-icon1_2-lg.png.webp)
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .webp .gt20pro-design .umx-figure-box .umx-btn ul li figure.umx-icon1_2 {
    background-image: url(../images/gt20pro-design-icon1_2-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-design .umx-figure-box .umx-btn ul li figure.umx-icon1_2 {
    background-size: 5.525vw 5.525vw;
    width: 5.525vw;
    height: 5.525vw
  }
}

.gt20pro-design .umx-figure-box .umx-btn ul li figure.umx-icon2_2 {
  background-image: url(../images/gt20pro-design-icon2_2-lg.png);
  background-size: 39px 39px;
  background-position: center;
  background-repeat: no-repeat;
  width: 39px;
  height: 39px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-design .umx-figure-box .umx-btn ul li figure.umx-icon2_2 {
    background-image: url(../images/gt20pro-design-icon2_2-lg-x2.png)
  }
}

.webp .gt20pro-design .umx-figure-box .umx-btn ul li figure.umx-icon2_2 {
  background-image: url(../images/gt20pro-design-icon2_2-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-design .umx-figure-box .umx-btn ul li figure.umx-icon2_2 {
    background-image: url(../images/gt20pro-design-icon2_2-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-design .umx-figure-box .umx-btn ul li figure.umx-icon2_2 {
    background-image: url(../images/gt20pro-design-icon2_2-lg.png);
    background-size: 19px 19px;
    background-position: center;
    background-repeat: no-repeat;
    width: 19px;
    height: 19px
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .gt20pro-design .umx-figure-box .umx-btn ul li figure.umx-icon2_2 {
    background-image: url(../images/gt20pro-design-icon2_2-lg-x2.png)
  }
}

@media (max-width: 1000px) {
  .webp .gt20pro-design .umx-figure-box .umx-btn ul li figure.umx-icon2_2 {
    background-image: url(../images/gt20pro-design-icon2_2-lg.png.webp)
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .webp .gt20pro-design .umx-figure-box .umx-btn ul li figure.umx-icon2_2 {
    background-image: url(../images/gt20pro-design-icon2_2-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-design .umx-figure-box .umx-btn ul li figure.umx-icon2_2 {
    background-size: 5.525vw 5.525vw;
    width: 5.525vw;
    height: 5.525vw
  }
}

.gt20pro-design .umx-figure-box .umx-btn ul li figure.umx-icon3_2 {
  background-image: url(../images/gt20pro-design-icon3_2-lg.png);
  background-size: 39px 39px;
  background-position: center;
  background-repeat: no-repeat;
  width: 39px;
  height: 39px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-design .umx-figure-box .umx-btn ul li figure.umx-icon3_2 {
    background-image: url(../images/gt20pro-design-icon3_2-lg-x2.png)
  }
}

.webp .gt20pro-design .umx-figure-box .umx-btn ul li figure.umx-icon3_2 {
  background-image: url(../images/gt20pro-design-icon3_2-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-design .umx-figure-box .umx-btn ul li figure.umx-icon3_2 {
    background-image: url(../images/gt20pro-design-icon3_2-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-design .umx-figure-box .umx-btn ul li figure.umx-icon3_2 {
    background-image: url(../images/gt20pro-design-icon3_2-lg.png);
    background-size: 19px 19px;
    background-position: center;
    background-repeat: no-repeat;
    width: 19px;
    height: 19px
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .gt20pro-design .umx-figure-box .umx-btn ul li figure.umx-icon3_2 {
    background-image: url(../images/gt20pro-design-icon3_2-lg-x2.png)
  }
}

@media (max-width: 1000px) {
  .webp .gt20pro-design .umx-figure-box .umx-btn ul li figure.umx-icon3_2 {
    background-image: url(../images/gt20pro-design-icon3_2-lg.png.webp)
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .webp .gt20pro-design .umx-figure-box .umx-btn ul li figure.umx-icon3_2 {
    background-image: url(../images/gt20pro-design-icon3_2-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-design .umx-figure-box .umx-btn ul li figure.umx-icon3_2 {
    background-size: 5.525vw 5.525vw;
    width: 5.525vw;
    height: 5.525vw
  }
}

.gt20pro-design .umx-figure-box .umx-btn ul li figure.umx-icon2_2 {
  opacity: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s
}

.gt20pro-design .umx-figure-box .umx-btn ul li figure.umx-icon1_3 {
  background-image: url(../images/gt20pro-design-icon1_3-lg.png);
  background-size: 39px 39px;
  background-position: center;
  background-repeat: no-repeat;
  width: 39px;
  height: 39px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-design .umx-figure-box .umx-btn ul li figure.umx-icon1_3 {
    background-image: url(../images/gt20pro-design-icon1_3-lg-x2.png)
  }
}

.webp .gt20pro-design .umx-figure-box .umx-btn ul li figure.umx-icon1_3 {
  background-image: url(../images/gt20pro-design-icon1_3-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-design .umx-figure-box .umx-btn ul li figure.umx-icon1_3 {
    background-image: url(../images/gt20pro-design-icon1_3-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-design .umx-figure-box .umx-btn ul li figure.umx-icon1_3 {
    background-image: url(../images/gt20pro-design-icon1_3-lg.png);
    background-size: 19px 19px;
    background-position: center;
    background-repeat: no-repeat;
    width: 19px;
    height: 19px
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .gt20pro-design .umx-figure-box .umx-btn ul li figure.umx-icon1_3 {
    background-image: url(../images/gt20pro-design-icon1_3-lg-x2.png)
  }
}

@media (max-width: 1000px) {
  .webp .gt20pro-design .umx-figure-box .umx-btn ul li figure.umx-icon1_3 {
    background-image: url(../images/gt20pro-design-icon1_3-lg.png.webp)
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .webp .gt20pro-design .umx-figure-box .umx-btn ul li figure.umx-icon1_3 {
    background-image: url(../images/gt20pro-design-icon1_3-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-design .umx-figure-box .umx-btn ul li figure.umx-icon1_3 {
    background-size: 5.525vw 5.525vw;
    width: 5.525vw;
    height: 5.525vw
  }
}

.gt20pro-design .umx-figure-box .umx-btn ul li figure.umx-icon2_3 {
  background-image: url(../images/gt20pro-design-icon2_3-lg.png);
  background-size: 39px 39px;
  background-position: center;
  background-repeat: no-repeat;
  width: 39px;
  height: 39px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-design .umx-figure-box .umx-btn ul li figure.umx-icon2_3 {
    background-image: url(../images/gt20pro-design-icon2_3-lg-x2.png)
  }
}

.webp .gt20pro-design .umx-figure-box .umx-btn ul li figure.umx-icon2_3 {
  background-image: url(../images/gt20pro-design-icon2_3-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-design .umx-figure-box .umx-btn ul li figure.umx-icon2_3 {
    background-image: url(../images/gt20pro-design-icon2_3-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-design .umx-figure-box .umx-btn ul li figure.umx-icon2_3 {
    background-image: url(../images/gt20pro-design-icon2_3-lg.png);
    background-size: 19px 19px;
    background-position: center;
    background-repeat: no-repeat;
    width: 19px;
    height: 19px
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .gt20pro-design .umx-figure-box .umx-btn ul li figure.umx-icon2_3 {
    background-image: url(../images/gt20pro-design-icon2_3-lg-x2.png)
  }
}

@media (max-width: 1000px) {
  .webp .gt20pro-design .umx-figure-box .umx-btn ul li figure.umx-icon2_3 {
    background-image: url(../images/gt20pro-design-icon2_3-lg.png.webp)
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .webp .gt20pro-design .umx-figure-box .umx-btn ul li figure.umx-icon2_3 {
    background-image: url(../images/gt20pro-design-icon2_3-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-design .umx-figure-box .umx-btn ul li figure.umx-icon2_3 {
    background-size: 5.525vw 5.525vw;
    width: 5.525vw;
    height: 5.525vw
  }
}

.gt20pro-design .umx-figure-box .umx-btn ul li figure.umx-icon3_3 {
  background-image: url(../images/gt20pro-design-icon3_3-lg.png);
  background-size: 39px 39px;
  background-position: center;
  background-repeat: no-repeat;
  width: 39px;
  height: 39px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-design .umx-figure-box .umx-btn ul li figure.umx-icon3_3 {
    background-image: url(../images/gt20pro-design-icon3_3-lg-x2.png)
  }
}

.webp .gt20pro-design .umx-figure-box .umx-btn ul li figure.umx-icon3_3 {
  background-image: url(../images/gt20pro-design-icon3_3-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-design .umx-figure-box .umx-btn ul li figure.umx-icon3_3 {
    background-image: url(../images/gt20pro-design-icon3_3-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-design .umx-figure-box .umx-btn ul li figure.umx-icon3_3 {
    background-image: url(../images/gt20pro-design-icon3_3-lg.png);
    background-size: 19px 19px;
    background-position: center;
    background-repeat: no-repeat;
    width: 19px;
    height: 19px
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .gt20pro-design .umx-figure-box .umx-btn ul li figure.umx-icon3_3 {
    background-image: url(../images/gt20pro-design-icon3_3-lg-x2.png)
  }
}

@media (max-width: 1000px) {
  .webp .gt20pro-design .umx-figure-box .umx-btn ul li figure.umx-icon3_3 {
    background-image: url(../images/gt20pro-design-icon3_3-lg.png.webp)
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .webp .gt20pro-design .umx-figure-box .umx-btn ul li figure.umx-icon3_3 {
    background-image: url(../images/gt20pro-design-icon3_3-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-design .umx-figure-box .umx-btn ul li figure.umx-icon3_3 {
    background-size: 5.525vw 5.525vw;
    width: 5.525vw;
    height: 5.525vw
  }
}

.gt20pro-design .umx-figure-box .umx-btn ul li figure.umx-icon3_2 {
  opacity: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s
}

.gt20pro-design .umx-figure-box .umx-btn ul li p {
  font-family: InfinixDisplay;
  color: #fff;
  line-height: 1;
  font-size: 12px;
  opacity: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s
}

@media (max-width: 1000px) {
  .gt20pro-design .umx-figure-box .umx-btn ul li p {
    font-size: 6px
  }
}

.gt20pro-design .umx-figure-box .umx-btn ul li:last-child {
  margin-bottom: 0
}

.gt20pro-design .umx-figure-box .umx-btn ul li.umx-current p {
  opacity: 1
}

.gt20pro-design .umx-figure-box .umx-btn ul li.umx-current figure.umx-icon1_2 {
  opacity: 1
}

.gt20pro-design .umx-figure-box .umx-btn ul li.umx-current figure.umx-icon2_2 {
  opacity: 1
}

.gt20pro-design .umx-figure-box .umx-btn ul li.umx-current figure.umx-icon3_2 {
  opacity: 1
}

.gt20pro-cyber {
  height: 260vh
}

.gt20pro-cyber .umx-section {
  mix-blend-mode: screen;
  padding-top: 30px
}

@media (max-width: 1000px) {
  .gt20pro-cyber .umx-section {
    padding-top: 50px;
    mix-blend-mode: normal
  }
}

@media (max-width: 1000px) {
  .gt20pro-cyber .umx-section .umx-title .umx-bias-svg {
    margin-left: 24px
  }
}

.gt20pro-cyber .umx-section .umx-title .umx-txt-special-bg {
  position: relative
}

@media (max-width: 1000px) {
  .gt20pro-cyber .umx-section .umx-title .umx-txt-special-bg {
    width: calc(100vw - 48px)
  }
}

.gt20pro-cyber .umx-section .umx-title .umx-intro {
  margin-top: 30px;
  margin-left: 18px
}

@media (max-width: 1000px) {
  .gt20pro-cyber .umx-section .umx-title .umx-intro {
    margin-top: 22px;
    margin-left: 0
  }
}

.gt20pro-cyber .umx-figure-box {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1920px;
  height: 100%
}

@media (max-width: 1440px) {
  .gt20pro-cyber .umx-figure-box {
    -webkit-transform: translateX(-50%) scale(.75);
    -ms-transform: translateX(-50%) scale(.75);
    transform: translateX(-50%) scale(.75)
  }
}

@media (max-width: 1000px) {
  .gt20pro-cyber .umx-figure-box {
    -webkit-transform: translateX(-50%) scale(1);
    -ms-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
    width: 100vw
  }
}

.gt20pro-cyber .umx-figure-box .umx-bg1 {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(../images/gt20pro-cyber-bg1-lg.png);
  background-size: 1920px 1018px;
  background-position: center;
  background-repeat: no-repeat;
  width: 1920px;
  height: 1018px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-cyber .umx-figure-box .umx-bg1 {
    background-image: url(../images/gt20pro-cyber-bg1-lg-x2.png)
  }
}

.webp .gt20pro-cyber .umx-figure-box .umx-bg1 {
  background-image: url(../images/gt20pro-cyber-bg1-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-cyber .umx-figure-box .umx-bg1 {
    background-image: url(../images/gt20pro-cyber-bg1-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-cyber .umx-figure-box .umx-bg1 {
    background-image: url(../images/gt20pro-cyber-bg1-mb.png);
    background-size: 360px 458px;
    background-position: center;
    background-repeat: no-repeat;
    width: 360px;
    height: 458px
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .gt20pro-cyber .umx-figure-box .umx-bg1 {
    background-image: url(../images/gt20pro-cyber-bg1-mb-x2.png)
  }
}

@media (max-width: 1000px) {
  .webp .gt20pro-cyber .umx-figure-box .umx-bg1 {
    background-image: url(../images/gt20pro-cyber-bg1-mb.png.webp)
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .webp .gt20pro-cyber .umx-figure-box .umx-bg1 {
    background-image: url(../images/gt20pro-cyber-bg1-mb-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-cyber .umx-figure-box .umx-bg1 {
    width: 100vw;
    height: 127.22222vw;
    background-size: 100vw 127.22222vw
  }
}

.gt20pro-cyber .umx-figure-box .umx-bg2 {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(../images/gt20pro-cyber-bg2-lg.png);
  background-size: 1920px 1018px;
  background-position: center;
  background-repeat: no-repeat;
  width: 1920px;
  height: 1018px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-cyber .umx-figure-box .umx-bg2 {
    background-image: url(../images/gt20pro-cyber-bg2-lg-x2.png)
  }
}

.webp .gt20pro-cyber .umx-figure-box .umx-bg2 {
  background-image: url(../images/gt20pro-cyber-bg2-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-cyber .umx-figure-box .umx-bg2 {
    background-image: url(../images/gt20pro-cyber-bg2-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-cyber .umx-figure-box .umx-bg2 {
    background-image: url(../images/gt20pro-cyber-bg2-mb.png);
    background-size: 360px 458px;
    background-position: center;
    background-repeat: no-repeat;
    width: 360px;
    height: 458px
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .gt20pro-cyber .umx-figure-box .umx-bg2 {
    background-image: url(../images/gt20pro-cyber-bg2-mb-x2.png)
  }
}

@media (max-width: 1000px) {
  .webp .gt20pro-cyber .umx-figure-box .umx-bg2 {
    background-image: url(../images/gt20pro-cyber-bg2-mb.png.webp)
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .webp .gt20pro-cyber .umx-figure-box .umx-bg2 {
    background-image: url(../images/gt20pro-cyber-bg2-mb-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-cyber .umx-figure-box .umx-bg2 {
    width: 100vw;
    height: 127.22222vw;
    background-size: 100vw 127.22222vw
  }
}

.gt20pro-cyber .umx-figure-box .umx-figure {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 290px;
  height: 634px
}

.gt20pro-cyber .umx-figure-box .umx-figure .umx-f1-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 730px;
  height: 0;
  padding-top: 660px;
  overflow: hidden;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-image: cover;
  mask-image: cover;
  -webkit-mask-image: url(../images/gt20pro-cyber-mask.svg);
  mask-image: url(../images/gt20pro-cyber-mask.svg)
}

@media (max-width: 1000px) {
  .gt20pro-cyber .umx-figure-box .umx-figure .umx-f1-box {
    -webkit-mask-image: url(../images/gt20pro-cyber-mask-mb.svg);
    mask-image: url(../images/gt20pro-cyber-mask-mb.svg);
    width: 292px;
    padding-top: 264px
  }
}

.gt20pro-cyber .umx-figure-box .umx-figure .umx-f1-box .umx-video-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 290px;
  height: 634px;
  margin-top: -50px
}

@media (max-width: 1000px) {
  .gt20pro-cyber .umx-figure-box .umx-figure .umx-f1-box .umx-video-content {
    width: 131.66px;
    height: 287.836px;
    margin-top: -26px
  }
}

.gt20pro-cyber .umx-figure-box .umx-figure .umx-f1-box .umx-video-content .umx-video-box {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transform: scale(1.9);
  -ms-transform: scale(1.9);
  transform: scale(1.9);
  top: 0;
  left: 0;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-image: cover;
  mask-image: cover;
  -webkit-mask-image: url(../images/gt20pro-cyber-mask-phone.svg);
  mask-image: url(../images/gt20pro-cyber-mask-phone.svg)
}

.gt20pro-cyber .umx-figure-box .umx-figure .umx-f1-box .umx-video-content .umx-video-box .umx-cyber-video {
  position: absolute;
  width: 100%;
  height: 100%
}

.gt20pro-cyber .umx-figure-box .umx-figure .umx-f1-box .umx-video-content .umx-video-box .umx-cyber-video video {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.gt20pro-cyber .umx-figure-box .umx-figure .umx-f1-box .umx-video-content .umx-video-box .umx-cyber-video-img {
  position: absolute;
  width: 100%;
  height: 100%;
  display: none
}

.gt20pro-cyber .umx-figure-box .umx-figure .umx-f1-box .umx-video-content .umx-video-box.umx-current {
  opacity: 1
}

.gt20pro-cyber .umx-figure-box .umx-figure figure {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.gt20pro-cyber .umx-figure-box .umx-figure figure.umx-f1 {
  background-image: url(../images/gt20pro-cyber-img1-lg.png);
  background-size: 290px 634px;
  background-position: center;
  background-repeat: no-repeat;
  width: 290px;
  height: 634px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-cyber .umx-figure-box .umx-figure figure.umx-f1 {
    background-image: url(../images/gt20pro-cyber-img1-lg-x2.png)
  }
}

.webp .gt20pro-cyber .umx-figure-box .umx-figure figure.umx-f1 {
  background-image: url(../images/gt20pro-cyber-img1-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-cyber .umx-figure-box .umx-figure figure.umx-f1 {
    background-image: url(../images/gt20pro-cyber-img1-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-cyber .umx-figure-box .umx-figure figure.umx-f1 {
    background-image: url(../images/gt20pro-cyber-img1-mb.png);
    background-size: 131px 287px;
    background-position: center;
    background-repeat: no-repeat;
    width: 131px;
    height: 287px;
    margin-top: 24px
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .gt20pro-cyber .umx-figure-box .umx-figure figure.umx-f1 {
    background-image: url(../images/gt20pro-cyber-img1-mb-x2.png)
  }
}

@media (max-width: 1000px) {
  .webp .gt20pro-cyber .umx-figure-box .umx-figure figure.umx-f1 {
    background-image: url(../images/gt20pro-cyber-img1-mb.png.webp)
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .webp .gt20pro-cyber .umx-figure-box .umx-figure figure.umx-f1 {
    background-image: url(../images/gt20pro-cyber-img1-mb-x2.png.webp)
  }
}

.gt20pro-cyber .umx-figure-box .umx-figure figure.umx-f2 {
  background-image: url(../images/gt20pro-cyber-img2-lg.png);
  background-size: 730px 660px;
  background-position: center;
  background-repeat: no-repeat;
  width: 730px;
  height: 660px;
  background-size: cover
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-cyber .umx-figure-box .umx-figure figure.umx-f2 {
    background-image: url(../images/gt20pro-cyber-img2-lg-x2.png)
  }
}

.webp .gt20pro-cyber .umx-figure-box .umx-figure figure.umx-f2 {
  background-image: url(../images/gt20pro-cyber-img2-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-cyber .umx-figure-box .umx-figure figure.umx-f2 {
    background-image: url(../images/gt20pro-cyber-img2-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-cyber .umx-figure-box .umx-figure figure.umx-f2 {
    background-image: url(../images/gt20pro-cyber-img2-mb.png);
    background-size: 292px 264px;
    background-position: center;
    background-repeat: no-repeat;
    width: 292px;
    height: 264px;
    background-size: cover
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .gt20pro-cyber .umx-figure-box .umx-figure figure.umx-f2 {
    background-image: url(../images/gt20pro-cyber-img2-mb-x2.png)
  }
}

@media (max-width: 1000px) {
  .webp .gt20pro-cyber .umx-figure-box .umx-figure figure.umx-f2 {
    background-image: url(../images/gt20pro-cyber-img2-mb.png.webp)
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .webp .gt20pro-cyber .umx-figure-box .umx-figure figure.umx-f2 {
    background-image: url(../images/gt20pro-cyber-img2-mb-x2.png.webp)
  }
}

.gt20pro-cyber .umx-figure-box .umx-figure figure.umx-f2.umx-current {
  -webkit-animation: flashAnt .3s;
  animation: flashAnt .3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards
}

.gt20pro-cyber .umx-figure-box .umx-figure figure.umx-f2.umx-current::after {
  background-image: url(../images/gt20pro-cyber-img2-lg.png);
  background-size: 730px 660px;
  background-position: center;
  background-repeat: no-repeat;
  width: 730px;
  height: 660px;
  background-size: cover;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 4px;
  top: 0;
  mix-blend-mode: screen;
  -webkit-animation: noise-anim-img 1s .5 linear alternate-reverse, disappearAnt .1s .5s forwards;
  animation: noise-anim-img 1s .5 linear alternate-reverse, disappearAnt .1s .5s forwards
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-cyber .umx-figure-box .umx-figure figure.umx-f2.umx-current::after {
    background-image: url(../images/gt20pro-cyber-img2-lg-x2.png)
  }
}

.webp .gt20pro-cyber .umx-figure-box .umx-figure figure.umx-f2.umx-current::after {
  background-image: url(../images/gt20pro-cyber-img2-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-cyber .umx-figure-box .umx-figure figure.umx-f2.umx-current::after {
    background-image: url(../images/gt20pro-cyber-img2-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-cyber .umx-figure-box .umx-figure figure.umx-f2.umx-current::after {
    background-image: url(../images/gt20pro-cyber-img2-mb.png);
    background-size: 292px 264px;
    background-position: center;
    background-repeat: no-repeat;
    width: 292px;
    height: 264px;
    background-size: cover
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .gt20pro-cyber .umx-figure-box .umx-figure figure.umx-f2.umx-current::after {
    background-image: url(../images/gt20pro-cyber-img2-mb-x2.png)
  }
}

@media (max-width: 1000px) {
  .webp .gt20pro-cyber .umx-figure-box .umx-figure figure.umx-f2.umx-current::after {
    background-image: url(../images/gt20pro-cyber-img2-mb.png.webp)
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .webp .gt20pro-cyber .umx-figure-box .umx-figure figure.umx-f2.umx-current::after {
    background-image: url(../images/gt20pro-cyber-img2-mb-x2.png.webp)
  }
}

.gt20pro-cyber .umx-figure-box .umx-figure figure.umx-f2.umx-current::before {
  background-image: url(../images/gt20pro-cyber-img2-lg.png);
  background-size: 730px 660px;
  background-position: center;
  background-repeat: no-repeat;
  width: 730px;
  height: 660px;
  background-size: cover;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -4px;
  mix-blend-mode: screen;
  -webkit-animation: noise-anim-img-2 .5s 1 linear alternate-reverse, disappearAnt .1s .5s forwards;
  animation: noise-anim-img-2 .5s 1 linear alternate-reverse, disappearAnt .1s .5s forwards
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-cyber .umx-figure-box .umx-figure figure.umx-f2.umx-current::before {
    background-image: url(../images/gt20pro-cyber-img2-lg-x2.png)
  }
}

.webp .gt20pro-cyber .umx-figure-box .umx-figure figure.umx-f2.umx-current::before {
  background-image: url(../images/gt20pro-cyber-img2-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-cyber .umx-figure-box .umx-figure figure.umx-f2.umx-current::before {
    background-image: url(../images/gt20pro-cyber-img2-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-cyber .umx-figure-box .umx-figure figure.umx-f2.umx-current::before {
    background-image: url(../images/gt20pro-cyber-img2-mb.png);
    background-size: 292px 264px;
    background-position: center;
    background-repeat: no-repeat;
    width: 292px;
    height: 264px;
    background-size: cover
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .gt20pro-cyber .umx-figure-box .umx-figure figure.umx-f2.umx-current::before {
    background-image: url(../images/gt20pro-cyber-img2-mb-x2.png)
  }
}

@media (max-width: 1000px) {
  .webp .gt20pro-cyber .umx-figure-box .umx-figure figure.umx-f2.umx-current::before {
    background-image: url(../images/gt20pro-cyber-img2-mb.png.webp)
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .webp .gt20pro-cyber .umx-figure-box .umx-figure figure.umx-f2.umx-current::before {
    background-image: url(../images/gt20pro-cyber-img2-mb-x2.png.webp)
  }
}

.gt20pro-cyber .umx-figure-box .umx-txt-c {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-left: -410px;
  margin-top: -50px
}

@media (max-width: 1000px) {
  .gt20pro-cyber .umx-figure-box .umx-txt-c {
    margin-left: 0;
    width: 293px;
    margin-top: -187px
  }
}

.gt20pro-cyber .umx-figure-box .umx-txt-c .umx-line-c {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: 600px;
  margin-top: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media (max-width: 1000px) {
  .gt20pro-cyber .umx-figure-box .umx-txt-c .umx-line-c {
    margin-top: 154px;
    margin-left: 126px
  }
}

.gt20pro-cyber .umx-figure-box .umx-txt-c .umx-line-c .umx-point {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff
}

@media (max-width: 1000px) {
  .gt20pro-cyber .umx-figure-box .umx-txt-c .umx-line-c .umx-point {
    width: 5px;
    height: 5px
  }
}

.gt20pro-cyber .umx-figure-box .umx-txt-c .umx-line-c .umx-line1-box {
  position: relative;
  width: 280px;
  height: 1px
}

@media (max-width: 1000px) {
  .gt20pro-cyber .umx-figure-box .umx-txt-c .umx-line-c .umx-line1-box {
    width: 33px;
    height: 1px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 6px;
    top: -13px
  }
}

.gt20pro-cyber .umx-figure-box .umx-txt-c .umx-line-c .umx-line1-box .umx-line1 {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  background: #fff
}

.gt20pro-cyber .umx-figure-box .umx-txt-c .umx-line-c .umx-line2-box {
  position: relative;
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  left: 4px;
  top: -9px;
  height: 1px;
  width: 25px
}

@media (max-width: 1000px) {
  .gt20pro-cyber .umx-figure-box .umx-txt-c .umx-line-c .umx-line2-box {
    width: 1px;
    height: 66px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    left: 11.7px;
    top: -57px
  }
}

.gt20pro-cyber .umx-figure-box .umx-txt-c .umx-line-c .umx-line2-box .umx-line2 {
  position: absolute;
  bottom: 0;
  background: #fff;
  width: 100%;
  height: 100%
}

.gt20pro-cyber .umx-figure-box .umx-txt-c .umx-txt-l .umx-txt-l-t {
  position: relative
}

.gt20pro-cyber .umx-figure-box .umx-txt-c .umx-txt-l .umx-txt-l-t svg {
  position: relative
}

@media (max-width: 1000px) {
  .gt20pro-cyber .umx-figure-box .umx-txt-c .umx-txt-l .umx-txt-l-t svg {
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left
  }
}

.gt20pro-cyber .umx-figure-box .umx-txt-c .umx-txt-l .umx-txt-l-t .umx-txt {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 60px
}

@media (max-width: 1000px) {
  .gt20pro-cyber .umx-figure-box .umx-txt-c .umx-txt-l .umx-txt-l-t .umx-txt {
    padding-left: 25px
  }
}

.gt20pro-cyber .umx-figure-box .umx-txt-c .umx-txt-l .umx-txt-l-t .umx-txt .umx-p1 {
  font-family: AktivGroteskEx_Bd;
  line-height: 1.1;
  color: #fff;
  font-size: 24px;
  margin-bottom: 20px;
  position: relative;
  width: 400px
}

@media (max-width: 1000px) {
  .gt20pro-cyber .umx-figure-box .umx-txt-c .umx-txt-l .umx-txt-l-t .umx-txt .umx-p1 {
    font-size: 12px;
    margin-bottom: 10px;
    width: 210px
  }
}

.gt20pro-cyber .umx-figure-box .umx-txt-c .umx-txt-l .umx-txt-l-t .umx-txt .umx-p1.umx-current {
  -webkit-animation: flashAnt .3s;
  animation: flashAnt .3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards
}

.gt20pro-cyber .umx-figure-box .umx-txt-c .umx-txt-l .umx-txt-l-t .umx-txt .umx-p1.umx-current::after {
  content: attr(data-text);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 2px;
  text-shadow: -1px 0 red;
  top: 0;
  color: #fff;
  overflow: hidden;
  clip: rect(0, 900px, 0, 0);
  -webkit-animation: noise-anim .5s 1 linear alternate-reverse, disappearAnt .1s .5s forwards;
  animation: noise-anim .5s 1 linear alternate-reverse, disappearAnt .1s .5s forwards
}

.gt20pro-cyber .umx-figure-box .umx-txt-c .umx-txt-l .umx-txt-l-t .umx-txt .umx-p1.umx-current::before {
  content: attr(data-text);
  position: absolute;
  width: 100%;
  height: 100%;
  left: -2px;
  text-shadow: 1px 0 #00f;
  top: 0;
  color: #fff;
  overflow: hidden;
  clip: rect(0, 900px, 0, 0);
  -webkit-animation: noise-anim-2 .5s 1 linear alternate-reverse, disappearAnt .1s .5s forwards;
  animation: noise-anim-2 .5s 1 linear alternate-reverse, disappearAnt .1s .5s forwards
}

.gt20pro-cyber .umx-figure-box .umx-txt-c .umx-txt-l .umx-txt-l-t .umx-txt .umx-p2 {
  color: #fff;
  line-height: 1.4;
  font-size: 18px
}

@media (max-width: 1000px) {
  .gt20pro-cyber .umx-figure-box .umx-txt-c .umx-txt-l .umx-txt-l-t .umx-txt .umx-p2 {
    font-size: 10px;
    width: 242px
  }
}

.gt20pro-cyber .umx-figure-box .umx-txt-c .umx-txt-l .umx-txt-l-t .umx-txt .umx-p2 span {
  color: #2ce6e6
}

.gt20pro-cyber .umx-figure-box .umx-txt-c .umx-txt-l .umx-txt-l-b {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 50px;
  margin-top: 90px
}

@media (max-width: 1000px) {
  .gt20pro-cyber .umx-figure-box .umx-txt-c .umx-txt-l .umx-txt-l-b {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-left: 0;
    margin-top: 270px
  }
}

.gt20pro-cyber .umx-figure-box .umx-txt-c .umx-txt-l .umx-txt-l-b li {
  cursor: pointer;
  position: relative;
  margin-right: 50px
}

@media (max-width: 1000px) {
  .gt20pro-cyber .umx-figure-box .umx-txt-c .umx-txt-l .umx-txt-l-b li {
    margin-right: 25px
  }
}

.gt20pro-cyber .umx-figure-box .umx-txt-c .umx-txt-l .umx-txt-l-b li figure {
  border-radius: 11px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

@media (max-width: 1000px) {
  .gt20pro-cyber .umx-figure-box .umx-txt-c .umx-txt-l .umx-txt-l-b li figure {
    border-radius: 5px
  }
}

.gt20pro-cyber .umx-figure-box .umx-txt-c .umx-txt-l .umx-txt-l-b li figure.umx-icon1 {
  background-image: url(../images/gt20pro-cyber-icon1-lg.png);
  background-size: 80px 80px;
  background-position: center;
  background-repeat: no-repeat;
  width: 80px;
  height: 80px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-cyber .umx-figure-box .umx-txt-c .umx-txt-l .umx-txt-l-b li figure.umx-icon1 {
    background-image: url(../images/gt20pro-cyber-icon1-lg-x2.png)
  }
}

.webp .gt20pro-cyber .umx-figure-box .umx-txt-c .umx-txt-l .umx-txt-l-b li figure.umx-icon1 {
  background-image: url(../images/gt20pro-cyber-icon1-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-cyber .umx-figure-box .umx-txt-c .umx-txt-l .umx-txt-l-b li figure.umx-icon1 {
    background-image: url(../images/gt20pro-cyber-icon1-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-cyber .umx-figure-box .umx-txt-c .umx-txt-l .umx-txt-l-b li figure.umx-icon1 {
    background-image: url(../images/gt20pro-cyber-icon1-lg.png);
    background-size: 40px 40px;
    background-position: center;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .gt20pro-cyber .umx-figure-box .umx-txt-c .umx-txt-l .umx-txt-l-b li figure.umx-icon1 {
    background-image: url(../images/gt20pro-cyber-icon1-lg-x2.png)
  }
}

@media (max-width: 1000px) {
  .webp .gt20pro-cyber .umx-figure-box .umx-txt-c .umx-txt-l .umx-txt-l-b li figure.umx-icon1 {
    background-image: url(../images/gt20pro-cyber-icon1-lg.png.webp)
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .webp .gt20pro-cyber .umx-figure-box .umx-txt-c .umx-txt-l .umx-txt-l-b li figure.umx-icon1 {
    background-image: url(../images/gt20pro-cyber-icon1-lg-x2.png.webp)
  }
}

.gt20pro-cyber .umx-figure-box .umx-txt-c .umx-txt-l .umx-txt-l-b li figure.umx-icon2 {
  background-image: url(../images/gt20pro-cyber-icon2-lg.png);
  background-size: 80px 80px;
  background-position: center;
  background-repeat: no-repeat;
  width: 80px;
  height: 80px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-cyber .umx-figure-box .umx-txt-c .umx-txt-l .umx-txt-l-b li figure.umx-icon2 {
    background-image: url(../images/gt20pro-cyber-icon2-lg-x2.png)
  }
}

.webp .gt20pro-cyber .umx-figure-box .umx-txt-c .umx-txt-l .umx-txt-l-b li figure.umx-icon2 {
  background-image: url(../images/gt20pro-cyber-icon2-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-cyber .umx-figure-box .umx-txt-c .umx-txt-l .umx-txt-l-b li figure.umx-icon2 {
    background-image: url(../images/gt20pro-cyber-icon2-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-cyber .umx-figure-box .umx-txt-c .umx-txt-l .umx-txt-l-b li figure.umx-icon2 {
    background-image: url(../images/gt20pro-cyber-icon2-lg.png);
    background-size: 40px 40px;
    background-position: center;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .gt20pro-cyber .umx-figure-box .umx-txt-c .umx-txt-l .umx-txt-l-b li figure.umx-icon2 {
    background-image: url(../images/gt20pro-cyber-icon2-lg-x2.png)
  }
}

@media (max-width: 1000px) {
  .webp .gt20pro-cyber .umx-figure-box .umx-txt-c .umx-txt-l .umx-txt-l-b li figure.umx-icon2 {
    background-image: url(../images/gt20pro-cyber-icon2-lg.png.webp)
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .webp .gt20pro-cyber .umx-figure-box .umx-txt-c .umx-txt-l .umx-txt-l-b li figure.umx-icon2 {
    background-image: url(../images/gt20pro-cyber-icon2-lg-x2.png.webp)
  }
}

.gt20pro-cyber .umx-figure-box .umx-txt-c .umx-txt-l .umx-txt-l-b li figure.umx-icon3 {
  background-image: url(../images/gt20pro-cyber-icon3-lg.png);
  background-size: 80px 80px;
  background-position: center;
  background-repeat: no-repeat;
  width: 80px;
  height: 80px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-cyber .umx-figure-box .umx-txt-c .umx-txt-l .umx-txt-l-b li figure.umx-icon3 {
    background-image: url(../images/gt20pro-cyber-icon3-lg-x2.png)
  }
}

.webp .gt20pro-cyber .umx-figure-box .umx-txt-c .umx-txt-l .umx-txt-l-b li figure.umx-icon3 {
  background-image: url(../images/gt20pro-cyber-icon3-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-cyber .umx-figure-box .umx-txt-c .umx-txt-l .umx-txt-l-b li figure.umx-icon3 {
    background-image: url(../images/gt20pro-cyber-icon3-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-cyber .umx-figure-box .umx-txt-c .umx-txt-l .umx-txt-l-b li figure.umx-icon3 {
    background-image: url(../images/gt20pro-cyber-icon3-lg.png);
    background-size: 40px 40px;
    background-position: center;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .gt20pro-cyber .umx-figure-box .umx-txt-c .umx-txt-l .umx-txt-l-b li figure.umx-icon3 {
    background-image: url(../images/gt20pro-cyber-icon3-lg-x2.png)
  }
}

@media (max-width: 1000px) {
  .webp .gt20pro-cyber .umx-figure-box .umx-txt-c .umx-txt-l .umx-txt-l-b li figure.umx-icon3 {
    background-image: url(../images/gt20pro-cyber-icon3-lg.png.webp)
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .webp .gt20pro-cyber .umx-figure-box .umx-txt-c .umx-txt-l .umx-txt-l-b li figure.umx-icon3 {
    background-image: url(../images/gt20pro-cyber-icon3-lg-x2.png.webp)
  }
}

.gt20pro-cyber .umx-figure-box .umx-txt-c .umx-txt-l .umx-txt-l-b li figure.umx-icon4 {
  background-image: url(../images/gt20pro-cyber-icon4-lg.png);
  background-size: 80px 80px;
  background-position: center;
  background-repeat: no-repeat;
  width: 80px;
  height: 80px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-cyber .umx-figure-box .umx-txt-c .umx-txt-l .umx-txt-l-b li figure.umx-icon4 {
    background-image: url(../images/gt20pro-cyber-icon4-lg-x2.png)
  }
}

.webp .gt20pro-cyber .umx-figure-box .umx-txt-c .umx-txt-l .umx-txt-l-b li figure.umx-icon4 {
  background-image: url(../images/gt20pro-cyber-icon4-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-cyber .umx-figure-box .umx-txt-c .umx-txt-l .umx-txt-l-b li figure.umx-icon4 {
    background-image: url(../images/gt20pro-cyber-icon4-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-cyber .umx-figure-box .umx-txt-c .umx-txt-l .umx-txt-l-b li figure.umx-icon4 {
    background-image: url(../images/gt20pro-cyber-icon4-lg.png);
    background-size: 40px 40px;
    background-position: center;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .gt20pro-cyber .umx-figure-box .umx-txt-c .umx-txt-l .umx-txt-l-b li figure.umx-icon4 {
    background-image: url(../images/gt20pro-cyber-icon4-lg-x2.png)
  }
}

@media (max-width: 1000px) {
  .webp .gt20pro-cyber .umx-figure-box .umx-txt-c .umx-txt-l .umx-txt-l-b li figure.umx-icon4 {
    background-image: url(../images/gt20pro-cyber-icon4-lg.png.webp)
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .webp .gt20pro-cyber .umx-figure-box .umx-txt-c .umx-txt-l .umx-txt-l-b li figure.umx-icon4 {
    background-image: url(../images/gt20pro-cyber-icon4-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-cyber .umx-figure-box .umx-txt-c .umx-txt-l .umx-txt-l-b li:last-child {
    margin-right: 0
  }
}

.gt20pro-cyber .umx-figure-box .umx-txt-c .umx-txt-l .umx-txt-l-b li.umx-current figure {
  border: 3px solid #2ce6e6
}

@media (max-width: 1000px) {
  .gt20pro-cyber .umx-figure-box .umx-txt-c .umx-txt-l .umx-txt-l-b li.umx-current figure {
    border: 1px solid #2ce6e6
  }
}

.gt20pro-mecha {
  height: 200vh
}

@media (max-width: 1000px) {
  .gt20pro-mecha {
    height: auto
  }

  .gt20pro-mecha .umx-stickyBox {
    height: auto
  }
}

.gt20pro-mecha .umx-section {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

@media (max-width: 1000px) {
  .gt20pro-mecha .umx-section {
    top: auto;
    left: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    padding-top: 0
  }
}

.gt20pro-mecha .umx-section .umx-title figure.umx-icon1 {
  margin-bottom: 13px;
  background-image: url(../images/gt20pro-mecha-icon1-lg.png);
  background-size: 48px 46px;
  background-position: center;
  background-repeat: no-repeat;
  width: 48px;
  height: 46px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-mecha .umx-section .umx-title figure.umx-icon1 {
    background-image: url(../images/gt20pro-mecha-icon1-lg-x2.png)
  }
}

.webp .gt20pro-mecha .umx-section .umx-title figure.umx-icon1 {
  background-image: url(../images/gt20pro-mecha-icon1-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-mecha .umx-section .umx-title figure.umx-icon1 {
    background-image: url(../images/gt20pro-mecha-icon1-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-mecha .umx-section .umx-title figure.umx-icon1 {
    background-image: url(../images/gt20pro-mecha-icon1-lg.png);
    background-size: 28px 27px;
    background-position: center;
    background-repeat: no-repeat;
    width: 28px;
    height: 27px
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .gt20pro-mecha .umx-section .umx-title figure.umx-icon1 {
    background-image: url(../images/gt20pro-mecha-icon1-lg-x2.png)
  }
}

@media (max-width: 1000px) {
  .webp .gt20pro-mecha .umx-section .umx-title figure.umx-icon1 {
    background-image: url(../images/gt20pro-mecha-icon1-lg.png.webp)
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .webp .gt20pro-mecha .umx-section .umx-title figure.umx-icon1 {
    background-image: url(../images/gt20pro-mecha-icon1-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-mecha .umx-section .umx-title figure.umx-icon1 {
    margin-left: 54px;
    margin-bottom: 6px
  }
}

.gt20pro-mecha .umx-section .umx-title figure.umx-icon2 {
  margin-bottom: 13px;
  background-image: url(../images/gt20pro-mecha-icon2-lg.png);
  background-size: 48px 46px;
  background-position: center;
  background-repeat: no-repeat;
  width: 48px;
  height: 46px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-mecha .umx-section .umx-title figure.umx-icon2 {
    background-image: url(../images/gt20pro-mecha-icon2-lg-x2.png)
  }
}

.webp .gt20pro-mecha .umx-section .umx-title figure.umx-icon2 {
  background-image: url(../images/gt20pro-mecha-icon2-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-mecha .umx-section .umx-title figure.umx-icon2 {
    background-image: url(../images/gt20pro-mecha-icon2-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-mecha .umx-section .umx-title figure.umx-icon2 {
    background-image: url(../images/gt20pro-mecha-icon2-lg.png);
    background-size: 28px 27px;
    background-position: center;
    background-repeat: no-repeat;
    width: 28px;
    height: 27px
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .gt20pro-mecha .umx-section .umx-title figure.umx-icon2 {
    background-image: url(../images/gt20pro-mecha-icon2-lg-x2.png)
  }
}

@media (max-width: 1000px) {
  .webp .gt20pro-mecha .umx-section .umx-title figure.umx-icon2 {
    background-image: url(../images/gt20pro-mecha-icon2-lg.png.webp)
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .webp .gt20pro-mecha .umx-section .umx-title figure.umx-icon2 {
    background-image: url(../images/gt20pro-mecha-icon2-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-mecha .umx-section .umx-title figure.umx-icon2 {
    margin-left: 54px;
    margin-bottom: 6px
  }
}

.gt20pro-mecha .umx-section1 {
  margin-top: -340px;
  margin-left: 1070px
}

@media (min-width: 1921px) {
  .gt20pro-mecha .umx-section1 {
    margin-top: -372px
  }
}

@media (max-width: 1600px) {
  .gt20pro-mecha .umx-section1 {
    margin-top: -243px;
    margin-left: 1018px
  }
}

@media (max-width: 1440px) {
  .gt20pro-mecha .umx-section1 {
    margin-top: -235px;
    margin-left: 776px
  }
}

@media (max-width: 1024px) {
  .gt20pro-mecha .umx-section1 {
    margin-left: 650px
  }
}

@media (max-width: 1000px) {
  .gt20pro-mecha .umx-section1 {
    margin-top: 60px;
    margin-left: 0
  }
}

@media (max-width: 1000px) {
  .gt20pro-mecha .umx-section1 .umx-title .umx-intro, .gt20pro-mecha .umx-section1 .umx-title .umx-main-title {
    width: 240px;
    padding-left: 54px
  }
}

.gt20pro-mecha .umx-section1 .umx-line-c {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: -330px;
  top: 186px
}

@media (min-width: 1921px) {
  .gt20pro-mecha .umx-section1 .umx-line-c {
    top: 250px
  }
}

@media (max-width: 1600px) {
  .gt20pro-mecha .umx-section1 .umx-line-c {
    margin-left: -258px;
    top: 196px
  }
}

@media (max-width: 1024px) {
  .gt20pro-mecha .umx-section1 .umx-line-c {
    margin-left: -200px;
    top: 244px
  }
}

@media (max-width: 1000px) {
  .gt20pro-mecha .umx-section1 .umx-line-c {
    margin-left: 146px;
    top: 160px
  }
}

.gt20pro-mecha .umx-section1 .umx-line-c .umx-point {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  top: 16px
}

@media (max-width: 1000px) {
  .gt20pro-mecha .umx-section1 .umx-line-c .umx-point {
    display: none
  }
}

.gt20pro-mecha .umx-section1 .umx-line-c .umx-line1-box {
  position: relative;
  width: 280px;
  height: 1px
}

@media (max-width: 1600px) {
  .gt20pro-mecha .umx-section1 .umx-line-c .umx-line1-box {
    width: 196px
  }
}

@media (max-width: 1024px) {
  .gt20pro-mecha .umx-section1 .umx-line-c .umx-line1-box {
    width: 150px
  }
}

@media (max-width: 1000px) {
  .gt20pro-mecha .umx-section1 .umx-line-c .umx-line1-box {
    width: 1px;
    height: 110px
  }
}

.gt20pro-mecha .umx-section1 .umx-line-c .umx-line1-box .umx-line1 {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  background: #fff
}

@media (max-width: 1000px) {
  .gt20pro-mecha .umx-section1 .umx-line-c .umx-line1-box .umx-line1 {
    bottom: 0
  }
}

.gt20pro-mecha .umx-section1 .umx-line-c .umx-line2-box {
  position: relative;
  -webkit-transform: rotate(133deg);
  -ms-transform: rotate(133deg);
  transform: rotate(133deg);
  left: 4px;
  top: 9px;
  height: 1px;
  width: 25px
}

@media (max-width: 1000px) {
  .gt20pro-mecha .umx-section1 .umx-line-c .umx-line2-box {
    width: 1px;
    height: 34px;
    left: 13px;
    top: 66px
  }
}

.gt20pro-mecha .umx-section1 .umx-line-c .umx-line2-box .umx-line2 {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #fff;
  width: 100%;
  height: 100%
}

@media (max-width: 1000px) {
  .gt20pro-mecha .umx-section1 .umx-line-c .umx-line2-box .umx-line2 {
    bottom: auto;
    top: 0
  }
}

.gt20pro-mecha .umx-section2 {
  margin-left: -50px;
  margin-top: 200px
}

@media (max-width: 1600px) {
  .gt20pro-mecha .umx-section2 {
    margin-left: 50px;
    margin-top: 108px
  }
}

@media (max-width: 1440px) {
  .gt20pro-mecha .umx-section2 {
    margin-left: -60px;
    margin-top: 42px
  }
}

@media (max-width: 1024px) {
  .gt20pro-mecha .umx-section2 {
    margin-left: 28px
  }
}

@media (max-width: 1000px) {
  .gt20pro-mecha .umx-section2 {
    margin-left: 0;
    margin-top: -180px
  }
}

@media (max-width: 1000px) {
  .gt20pro-mecha .umx-section2 .umx-title .umx-intro, .gt20pro-mecha .umx-section2 .umx-title .umx-main-title {
    width: 270px;
    padding-left: 54px
  }
}

.gt20pro-mecha .umx-section2 .umx-line-c {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 330px;
  top: 186px
}

@media (max-width: 1440px) {
  .gt20pro-mecha .umx-section2 .umx-line-c {
    margin-left: 286px
  }
}

@media (max-width: 1000px) {
  .gt20pro-mecha .umx-section2 .umx-line-c {
    margin-left: 152px;
    top: -115px
  }
}

.gt20pro-mecha .umx-section2 .umx-line-c .umx-point {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  top: -25px;
  right: 0
}

@media (max-width: 1000px) {
  .gt20pro-mecha .umx-section2 .umx-line-c .umx-point {
    display: none
  }
}

.gt20pro-mecha .umx-section2 .umx-line-c .umx-line1-box {
  position: relative;
  width: 280px;
  height: 1px
}

@media (max-width: 1600px) {
  .gt20pro-mecha .umx-section2 .umx-line-c .umx-line1-box {
    width: 196px
  }
}

@media (max-width: 1000px) {
  .gt20pro-mecha .umx-section2 .umx-line-c .umx-line1-box {
    width: 1px;
    height: 133px
  }
}

.gt20pro-mecha .umx-section2 .umx-line-c .umx-line1-box .umx-line1 {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  background: #fff
}

.gt20pro-mecha .umx-section2 .umx-line-c .umx-line2-box {
  position: relative;
  -webkit-transform: rotate(133deg);
  -ms-transform: rotate(133deg);
  transform: rotate(133deg);
  left: -4px;
  top: -9px;
  height: 1px;
  width: 25px
}

@media (max-width: 1000px) {
  .gt20pro-mecha .umx-section2 .umx-line-c .umx-line2-box {
    -webkit-transform: rotate(52deg);
    -ms-transform: rotate(52deg);
    transform: rotate(52deg);
    width: 1px;
    height: 34px;
    left: 12px;
    top: -77px
  }
}

.gt20pro-mecha .umx-section2 .umx-line-c .umx-line2-box .umx-line2 {
  position: absolute;
  background: #fff;
  width: 100%;
  height: 100%
}

.gt20pro-mecha .umx-figure-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 1599px;
  height: 907px
}

@media (max-width: 1600px) {
  .gt20pro-mecha .umx-figure-box {
    -webkit-transform: translate(-50%, -50%) scale(.7);
    -ms-transform: translate(-50%, -50%) scale(.7);
    transform: translate(-50%, -50%) scale(.7)
  }
}

@media (max-width: 1440px) {
  .gt20pro-mecha .umx-figure-box {
    -webkit-transform: translate(-50%, -50%) scale(.6);
    -ms-transform: translate(-50%, -50%) scale(.6);
    transform: translate(-50%, -50%) scale(.6)
  }
}

@media (max-width: 1024px) {
  .gt20pro-mecha .umx-figure-box {
    -webkit-transform: translate(-50%, -50%) scale(.45);
    -ms-transform: translate(-50%, -50%) scale(.45);
    transform: translate(-50%, -50%) scale(.45)
  }
}

@media (max-width: 1000px) {
  .gt20pro-mecha .umx-figure-box {
    -webkit-transform: translate(-50%, 0) scale(1);
    -ms-transform: translate(-50%, 0) scale(1);
    transform: translate(-50%, 0) scale(1);
    top: auto;
    position: relative;
    margin-top: 270px;
    margin-bottom: 240px;
    width: 800px;
    height: 454px
  }
}

.gt20pro-mecha .umx-figure-box .umx-f-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url(../images/gt20pro-mecha-box-lg.png);
  background-size: 1599px 907px;
  background-position: center;
  background-repeat: no-repeat;
  width: 1599px;
  height: 907px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-mecha .umx-figure-box .umx-f-box {
    background-image: url(../images/gt20pro-mecha-box-lg-x2.png)
  }
}

.webp .gt20pro-mecha .umx-figure-box .umx-f-box {
  background-image: url(../images/gt20pro-mecha-box-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-mecha .umx-figure-box .umx-f-box {
    background-image: url(../images/gt20pro-mecha-box-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-mecha .umx-figure-box .umx-f-box {
    background-image: url(../images/gt20pro-mecha-box-mb.png);
    background-size: 800px 454px;
    background-position: center;
    background-repeat: no-repeat;
    width: 800px;
    height: 454px
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .gt20pro-mecha .umx-figure-box .umx-f-box {
    background-image: url(../images/gt20pro-mecha-box-mb-x2.png)
  }
}

@media (max-width: 1000px) {
  .webp .gt20pro-mecha .umx-figure-box .umx-f-box {
    background-image: url(../images/gt20pro-mecha-box-mb.png.webp)
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .webp .gt20pro-mecha .umx-figure-box .umx-f-box {
    background-image: url(../images/gt20pro-mecha-box-mb-x2.png.webp)
  }
}

.gt20pro-mecha .umx-figure-box .umx-figure {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-image: cover;
  mask-image: cover;
  -webkit-mask-image: url(../images/gt20pro-mecha-mask.svg);
  mask-image: url(../images/gt20pro-mecha-mask.svg)
}

@media (max-width: 1000px) {
  .gt20pro-mecha .umx-figure-box .umx-figure {
    -webkit-mask-image: url(../images/gt20pro-mecha-mask-mb.svg);
    mask-image: url(../images/gt20pro-mecha-mask-mb.svg)
  }
}

.gt20pro-mecha .umx-figure-box .umx-figure .umx-f1 {
  position: absolute;
  top: 40px;
  left: -278px;
  background-image: url(../images/gt20pro-mecha-img1-lg.png);
  background-size: 1694px 1522px;
  background-position: center;
  background-repeat: no-repeat;
  width: 1694px;
  height: 1522px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-mecha .umx-figure-box .umx-figure .umx-f1 {
    background-image: url(../images/gt20pro-mecha-img1-lg-x2.png)
  }
}

.webp .gt20pro-mecha .umx-figure-box .umx-figure .umx-f1 {
  background-image: url(../images/gt20pro-mecha-img1-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-mecha .umx-figure-box .umx-figure .umx-f1 {
    background-image: url(../images/gt20pro-mecha-img1-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-mecha .umx-figure-box .umx-figure .umx-f1 {
    background-image: url(../images/gt20pro-mecha-img1-mb.png);
    background-size: 833px 758px;
    background-position: center;
    background-repeat: no-repeat;
    width: 833px;
    height: 758px
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .gt20pro-mecha .umx-figure-box .umx-figure .umx-f1 {
    background-image: url(../images/gt20pro-mecha-img1-mb-x2.png)
  }
}

@media (max-width: 1000px) {
  .webp .gt20pro-mecha .umx-figure-box .umx-figure .umx-f1 {
    background-image: url(../images/gt20pro-mecha-img1-mb.png.webp)
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .webp .gt20pro-mecha .umx-figure-box .umx-figure .umx-f1 {
    background-image: url(../images/gt20pro-mecha-img1-mb-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-mecha .umx-figure-box .umx-figure .umx-f1 {
    left: -45.83333vw
  }
}

@-webkit-keyframes antRipple {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-box-shadow: inset 0 0 12px #fff;
    box-shadow: inset 0 0 12px #fff
  }
  50% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: .5;
    -webkit-box-shadow: inset 0 0 24px #fff;
    box-shadow: inset 0 0 24px #fff
  }
  100% {
    -webkit-transform: scale(4);
    transform: scale(4);
    opacity: 0;
    -webkit-box-shadow: inset 0 0 48px #fff;
    box-shadow: inset 0 0 48px #fff
  }
}

@keyframes antRipple {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-box-shadow: inset 0 0 12px #fff;
    box-shadow: inset 0 0 12px #fff
  }
  50% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: .5;
    -webkit-box-shadow: inset 0 0 24px #fff;
    box-shadow: inset 0 0 24px #fff
  }
  100% {
    -webkit-transform: scale(4);
    transform: scale(4);
    opacity: 0;
    -webkit-box-shadow: inset 0 0 48px #fff;
    box-shadow: inset 0 0 48px #fff
  }
}

@-webkit-keyframes antRipple-1 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-box-shadow: inset 0 0 12px #fff;
    box-shadow: inset 0 0 12px #fff
  }
  50% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: .5;
    -webkit-box-shadow: inset 0 0 24px #fff;
    box-shadow: inset 0 0 24px #fff
  }
  100% {
    -webkit-transform: scale(4);
    transform: scale(4);
    opacity: .2;
    -webkit-box-shadow: inset 0 0 48px #fff;
    box-shadow: inset 0 0 48px #fff
  }
}

@keyframes antRipple-1 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-box-shadow: inset 0 0 12px #fff;
    box-shadow: inset 0 0 12px #fff
  }
  50% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: .5;
    -webkit-box-shadow: inset 0 0 24px #fff;
    box-shadow: inset 0 0 24px #fff
  }
  100% {
    -webkit-transform: scale(4);
    transform: scale(4);
    opacity: .2;
    -webkit-box-shadow: inset 0 0 48px #fff;
    box-shadow: inset 0 0 48px #fff
  }
}

@-webkit-keyframes antRipple-2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-box-shadow: inset 0 0 12px #fff;
    box-shadow: inset 0 0 12px #fff
  }
  50% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: .5;
    -webkit-box-shadow: inset 0 0 24px #fff;
    box-shadow: inset 0 0 24px #fff
  }
  100% {
    -webkit-transform: scale(3);
    transform: scale(3);
    opacity: .3;
    -webkit-box-shadow: inset 0 0 48px #fff;
    box-shadow: inset 0 0 48px #fff
  }
}

@keyframes antRipple-2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-box-shadow: inset 0 0 12px #fff;
    box-shadow: inset 0 0 12px #fff
  }
  50% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: .5;
    -webkit-box-shadow: inset 0 0 24px #fff;
    box-shadow: inset 0 0 24px #fff
  }
  100% {
    -webkit-transform: scale(3);
    transform: scale(3);
    opacity: .3;
    -webkit-box-shadow: inset 0 0 48px #fff;
    box-shadow: inset 0 0 48px #fff
  }
}

@-webkit-keyframes antRipple-3 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-box-shadow: inset 0 0 12px #fff;
    box-shadow: inset 0 0 12px #fff
  }
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .5;
    -webkit-box-shadow: inset 0 0 24px #fff;
    box-shadow: inset 0 0 24px #fff
  }
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: .4;
    -webkit-box-shadow: inset 0 0 48px #fff;
    box-shadow: inset 0 0 48px #fff
  }
}

@keyframes antRipple-3 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-box-shadow: inset 0 0 12px #fff;
    box-shadow: inset 0 0 12px #fff
  }
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .5;
    -webkit-box-shadow: inset 0 0 24px #fff;
    box-shadow: inset 0 0 24px #fff
  }
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: .4;
    -webkit-box-shadow: inset 0 0 48px #fff;
    box-shadow: inset 0 0 48px #fff
  }
}

@-webkit-keyframes antRipple-4 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
    -webkit-box-shadow: inset 0 0 12px #fff;
    box-shadow: inset 0 0 12px #fff
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .6;
    -webkit-box-shadow: inset 0 0 48px #fff;
    box-shadow: inset 0 0 48px #fff
  }
}

@keyframes antRipple-4 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
    -webkit-box-shadow: inset 0 0 12px #fff;
    box-shadow: inset 0 0 12px #fff
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .6;
    -webkit-box-shadow: inset 0 0 48px #fff;
    box-shadow: inset 0 0 48px #fff
  }
}

.gt20pro-game .umx-game-top {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
  width: 1920px;
  height: 843px;
  margin-top: 200px;
  margin-bottom: -300px;
  mix-blend-mode: screen
}

@media (min-width: 1921px) {
  .gt20pro-game .umx-game-top {
    width: 2560px;
    height: 843px;
    margin-bottom: -200px
  }
}

@media (max-width: 1600px) {
  .gt20pro-game .umx-game-top {
    -webkit-transform: translateX(-50%) scale(.84);
    -ms-transform: translateX(-50%) scale(.84);
    transform: translateX(-50%) scale(.84);
    margin-top: 140px;
    margin-bottom: -260px
  }
}

@media (max-width: 1440px) {
  .gt20pro-game .umx-game-top {
    -webkit-transform: translateX(-50%) scale(.75);
    -ms-transform: translateX(-50%) scale(.75);
    transform: translateX(-50%) scale(.75);
    -webkit-transform-origin: center top;
    -ms-transform-origin: center top;
    transform-origin: center top;
    margin-top: 80px;
    margin-bottom: -400px
  }
}

@media (max-width: 1024px) {
  .gt20pro-game .umx-game-top {
    -webkit-transform: translateX(-50%) scale(.6);
    -ms-transform: translateX(-50%) scale(.6);
    transform: translateX(-50%) scale(.6);
    -webkit-transform-origin: center top;
    -ms-transform-origin: center top;
    transform-origin: center top;
    margin-bottom: -300px
  }
}

@media (max-width: 1000px) {
  .gt20pro-game .umx-game-top {
    -webkit-transform: translateX(-50%) scale(1);
    -ms-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
    width: 100vw;
    height: 48.88889vw;
    margin-bottom: 10px;
    mix-blend-mode: normal
  }
}

.gt20pro-game .umx-game-top .umx-top-f1 {
  background-image: url(../images/gt20pro-game-top-img1-lg.png);
  background-size: 1920px 843px;
  background-position: center;
  background-repeat: no-repeat;
  width: 1920px;
  height: 843px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-game .umx-game-top .umx-top-f1 {
    background-image: url(../images/gt20pro-game-top-img1-lg-x2.png)
  }
}

.webp .gt20pro-game .umx-game-top .umx-top-f1 {
  background-image: url(../images/gt20pro-game-top-img1-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-game .umx-game-top .umx-top-f1 {
    background-image: url(../images/gt20pro-game-top-img1-lg-x2.png.webp)
  }
}

@media (min-width: 1921px) {
  .gt20pro-game .umx-game-top .umx-top-f1 {
    background-image: url(../images/gt20pro-game-top-img1-xl.png);
    background-size: 2560px 843px;
    background-position: center;
    background-repeat: no-repeat;
    width: 2560px;
    height: 843px
  }
}

@media only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 1921px) and (min-resolution: 1.5dppx),(min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5),(min-width: 1921px) and (min-resolution: 144dpi) {
  .gt20pro-game .umx-game-top .umx-top-f1 {
    background-image: url(../images/gt20pro-game-top-img1-xl-x2.png)
  }
}

@media (min-width: 1921px) {
  .webp .gt20pro-game .umx-game-top .umx-top-f1 {
    background-image: url(../images/gt20pro-game-top-img1-xl.png.webp)
  }
}

@media only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 1921px) and (min-resolution: 1.5dppx),(min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5),(min-width: 1921px) and (min-resolution: 144dpi) {
  .webp .gt20pro-game .umx-game-top .umx-top-f1 {
    background-image: url(../images/gt20pro-game-top-img1-xl-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-game .umx-game-top .umx-top-f1 {
    background-image: url(../images/gt20pro-game-top-img1-mb.png);
    background-size: 360px 176px;
    background-position: center;
    background-repeat: no-repeat;
    width: 360px;
    height: 176px
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .gt20pro-game .umx-game-top .umx-top-f1 {
    background-image: url(../images/gt20pro-game-top-img1-mb-x2.png)
  }
}

@media (max-width: 1000px) {
  .webp .gt20pro-game .umx-game-top .umx-top-f1 {
    background-image: url(../images/gt20pro-game-top-img1-mb.png.webp)
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .webp .gt20pro-game .umx-game-top .umx-top-f1 {
    background-image: url(../images/gt20pro-game-top-img1-mb-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-game .umx-game-top .umx-top-f1 {
    background-size: 100vw 48.88889vw;
    width: 100vw;
    height: 48.88889vw
  }
}

.gt20pro-game .umx-game-top .umx-light {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1600px;
  top: 100px
}

@media (max-width: 1000px) {
  .gt20pro-game .umx-game-top .umx-light {
    width: calc(100vw - 50px);
    top: 8.33333vw
  }
}

.gt20pro-game .umx-game-top .umx-light .umx-hxd {
  position: absolute;
  top: 116px
}

@media (max-width: 1000px) {
  .gt20pro-game .umx-game-top .umx-light .umx-hxd {
    width: 13vw;
    height: 17.33333vw;
    top: 0
  }
}

.gt20pro-game .umx-game-top .umx-light .umx-txt-bg {
  position: absolute;
  font-family: InfinixDisplay;
  font-weight: 400;
  color: rgba(51, 230, 230, .03);
  line-height: 80%;
  font-size: 186px;
  width: 200%;
  top: 100px;
  left: 120px;
  -webkit-text-stroke: 1px rgba(51, 230, 230, .1);
  -webkit-transform: skewX(-7deg);
  -ms-transform: skewX(-7deg);
  transform: skewX(-7deg)
}

@media (max-width: 1000px) {
  .gt20pro-game .umx-game-top .umx-light .umx-txt-bg {
    width: 130%;
    font-size: 48px;
    left: 9.44444vw;
    top: 0
  }
}

.gt20pro-game .umx-game-top .umx-light .umx-p {
  position: absolute;
  font-family: InfinixDisplay;
  line-height: 1;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 72px;
  top: 176px;
  left: 116px
}

@media (max-width: 1000px) {
  .gt20pro-game .umx-game-top .umx-light .umx-p {
    font-size: 24px;
    top: 2.77778vw;
    left: 8.33333vw
  }
}

.gt20pro-game .umx-game-top .umx-light .umx-p .umx-top-icon {
  position: relative;
  margin-right: 35px;
  -webkit-animation: antBeastFilter 4s linear 0s infinite;
  animation: antBeastFilter 4s linear 0s infinite;
  background-image: url(../images/gt20pro-game-top-icon-lg.png);
  background-size: 75px 74px;
  background-position: center;
  background-repeat: no-repeat;
  width: 75px;
  height: 74px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-game .umx-game-top .umx-light .umx-p .umx-top-icon {
    background-image: url(../images/gt20pro-game-top-icon-lg-x2.png)
  }
}

.webp .gt20pro-game .umx-game-top .umx-light .umx-p .umx-top-icon {
  background-image: url(../images/gt20pro-game-top-icon-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-game .umx-game-top .umx-light .umx-p .umx-top-icon {
    background-image: url(../images/gt20pro-game-top-icon-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-game .umx-game-top .umx-light .umx-p .umx-top-icon {
    background-image: url(../images/gt20pro-game-top-icon-lg.png);
    background-size: 45px 44px;
    background-position: center;
    background-repeat: no-repeat;
    width: 45px;
    height: 44px;
    width: 12.5vw;
    height: 12.33333vw;
    background-size: 12.5vw 12.33333vw;
    margin-right: 2.22222vw
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .gt20pro-game .umx-game-top .umx-light .umx-p .umx-top-icon {
    background-image: url(../images/gt20pro-game-top-icon-lg-x2.png)
  }
}

@media (max-width: 1000px) {
  .webp .gt20pro-game .umx-game-top .umx-light .umx-p .umx-top-icon {
    background-image: url(../images/gt20pro-game-top-icon-lg.png.webp)
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .webp .gt20pro-game .umx-game-top .umx-light .umx-p .umx-top-icon {
    background-image: url(../images/gt20pro-game-top-icon-lg-x2.png.webp)
  }
}

.gt20pro-game .umx-game-top .umx-light .umx-p span {
  position: relative;
  display: block;
  width: 650px
}

@media (max-width: 1000px) {
  .gt20pro-game .umx-game-top .umx-light .umx-p span {
    width: 100vw
  }
}

.gt20pro-game .umx-game-top .umx-light .umx-p span.umx-current {
  -webkit-animation: flashAnt .3s;
  animation: flashAnt .3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards
}

.gt20pro-game .umx-game-top .umx-light .umx-p span.umx-current::after {
  content: attr(data-text);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 4px;
  text-shadow: -1px 0 red;
  top: 0;
  color: #fff;
  overflow: hidden;
  clip: rect(0, 900px, 0, 0);
  -webkit-animation: noise-anim .5s 1 linear alternate-reverse, disappearAnt .1s .5s forwards;
  animation: noise-anim .5s 1 linear alternate-reverse, disappearAnt .1s .5s forwards
}

@media (max-width: 1000px) {
  .gt20pro-game .umx-game-top .umx-light .umx-p span.umx-current::after {
    clip: rect(0, 500px, 0, 0)
  }
}

.gt20pro-game .umx-game-top .umx-light .umx-p span.umx-current::before {
  content: attr(data-text);
  position: absolute;
  width: 100%;
  height: 100%;
  left: -4px;
  text-shadow: 1px 0 #00f;
  top: 0;
  color: #fff;
  overflow: hidden;
  clip: rect(0, 900px, 0, 0);
  -webkit-animation: noise-anim-2 .5s 1 linear alternate-reverse, disappearAnt .1s .5s forwards;
  animation: noise-anim-2 .5s 1 linear alternate-reverse, disappearAnt .1s .5s forwards
}

@media (max-width: 1000px) {
  .gt20pro-game .umx-game-top .umx-light .umx-p span.umx-current::before {
    clip: rect(0, 500px, 0, 0)
  }
}

.gt20pro-game .umx-txt-special-bg {
  top: auto;
  margin-top: 106px
}

@media (max-width: 1440px) {
  .gt20pro-game .umx-txt-special-bg {
    margin-top: 79.5px
  }
}

@media (max-width: 1000px) {
  .gt20pro-game .umx-txt-special-bg {
    margin-top: 0
  }
}

.gt20pro-game .umx-game-bottom {
  position: relative;
  z-index: 2;
  margin-top: -160px;
  margin-bottom: 160px
}

@media (max-width: 1000px) {
  .gt20pro-game .umx-game-bottom {
    margin-bottom: 50px
  }
}

.gt20pro-game .umx-game-bottom .umx-pic-box {
  position: relative
}

@media (max-width: 1440px) {
  .gt20pro-game .umx-game-bottom .umx-pic-box {
    -webkit-transform: scale(.75);
    -ms-transform: scale(.75);
    transform: scale(.75)
  }
}

@media (max-width: 1024px) {
  .gt20pro-game .umx-game-bottom .umx-pic-box {
    -webkit-transform: scale(.6);
    -ms-transform: scale(.6);
    transform: scale(.6)
  }
}

@media (max-width: 1000px) {
  .gt20pro-game .umx-game-bottom .umx-pic-box {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
  }
}

.gt20pro-game .umx-game-bottom .umx-figure {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  width: 108px;
  height: 57px;
  top: -130px;
  margin-left: 206px
}

@media (max-width: 1000px) {
  .gt20pro-game .umx-game-bottom .umx-figure {
    -webkit-transform: translateY(-50%) scale(.3);
    -ms-transform: translateY(-50%) scale(.3);
    transform: translateY(-50%) scale(.3);
    margin-left: -58px;
    top: -189px
  }
}

.gt20pro-game .umx-game-bottom .umx-figure .umx-ripple {
  position: absolute;
  border-radius: 50%;
  width: 100%;
  height: 100%
}

.gt20pro-game .umx-game-bottom .umx-figure.umx-figure1 {
  margin-left: -120px;
  top: 10px
}

@media (max-width: 1000px) {
  .gt20pro-game .umx-game-bottom .umx-figure.umx-figure1 {
    margin-left: -155px;
    top: -150px
  }
}

.gt20pro-game .umx-game-bottom .umx-figure.umx-figure1 .umx-ripple {
  -webkit-animation: antRipple linear infinite 3s 0s;
  animation: antRipple linear infinite 3s 0s
}

.gt20pro-game .umx-game-bottom .umx-figure.umx-figure1 .umx-ripple.umx-ripple2 {
  -webkit-animation: antRipple linear infinite 3s 1s;
  animation: antRipple linear infinite 3s 1s
}

.gt20pro-game .umx-game-bottom .umx-figure.umx-figure1 .umx-ripple.umx-ripple3 {
  -webkit-animation: antRipple linear infinite 3s 2s;
  animation: antRipple linear infinite 3s 2s
}

.gt20pro-game .umx-game-bottom .umx-figure.umx-figure3 {
  margin-left: 708px;
  top: 10px
}

@media (max-width: 1000px) {
  .gt20pro-game .umx-game-bottom .umx-figure.umx-figure3 {
    margin-left: 50px;
    top: -150px
  }
}

.gt20pro-game .umx-game-bottom .umx-figure.umx-figure3 .umx-ripple {
  -webkit-animation: antRipple linear infinite 3s 0s;
  animation: antRipple linear infinite 3s 0s
}

.gt20pro-game .umx-game-bottom .umx-figure.umx-figure3 .umx-ripple.umx-ripple2 {
  -webkit-animation: antRipple linear infinite 3s 1s;
  animation: antRipple linear infinite 3s 1s
}

.gt20pro-game .umx-game-bottom .umx-figure.umx-figure3 .umx-ripple.umx-ripple3 {
  -webkit-animation: antRipple linear infinite 3s 2s;
  animation: antRipple linear infinite 3s 2s
}

.gt20pro-game .umx-game-bottom .umx-figure.umx-figure2 .umx-ripple.umx-current {
  -webkit-animation: antRipple-1 linear 1 4s 0s;
  animation: antRipple-1 linear 1 4s 0s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards
}

.gt20pro-game .umx-game-bottom .umx-figure.umx-figure2 .umx-ripple.umx-current.umx-ripple2 {
  -webkit-animation: antRipple-2 linear 1 3s 1s;
  animation: antRipple-2 linear 1 3s 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards
}

.gt20pro-game .umx-game-bottom .umx-figure.umx-figure2 .umx-ripple.umx-current.umx-ripple3 {
  -webkit-animation: antRipple-3 linear 1 2s 2s;
  animation: antRipple-3 linear 1 2s 2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards
}

.gt20pro-game .umx-game-bottom .umx-figure.umx-figure2 .umx-ripple.umx-current.umx-ripple4 {
  -webkit-animation: antRipple-4 linear 1 1s 3s;
  animation: antRipple-4 linear 1 1s 3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards
}

.gt20pro-game .umx-game-bottom .umx-figure.umx-figure2 .umx-jo {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  width: 94px;
  height: 74px;
  margin-top: -150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.gt20pro-game .umx-game-bottom .umx-figure.umx-figure2 .umx-jo figure.umx-f-jo1 {
  background-image: url(../images/gt20pro-game-jo1-lg.png);
  background-size: 34px 22px;
  background-position: center;
  background-repeat: no-repeat;
  width: 34px;
  height: 22px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-game .umx-game-bottom .umx-figure.umx-figure2 .umx-jo figure.umx-f-jo1 {
    background-image: url(../images/gt20pro-game-jo1-lg-x2.png)
  }
}

.webp .gt20pro-game .umx-game-bottom .umx-figure.umx-figure2 .umx-jo figure.umx-f-jo1 {
  background-image: url(../images/gt20pro-game-jo1-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-game .umx-game-bottom .umx-figure.umx-figure2 .umx-jo figure.umx-f-jo1 {
    background-image: url(../images/gt20pro-game-jo1-lg-x2.png.webp)
  }
}

.gt20pro-game .umx-game-bottom .umx-figure.umx-figure2 .umx-jo figure.umx-f-jo2 {
  margin-top: 20px;
  background-image: url(../images/gt20pro-game-jo2-lg.png);
  background-size: 42px 28px;
  background-position: center;
  background-repeat: no-repeat;
  width: 42px;
  height: 28px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-game .umx-game-bottom .umx-figure.umx-figure2 .umx-jo figure.umx-f-jo2 {
    background-image: url(../images/gt20pro-game-jo2-lg-x2.png)
  }
}

.webp .gt20pro-game .umx-game-bottom .umx-figure.umx-figure2 .umx-jo figure.umx-f-jo2 {
  background-image: url(../images/gt20pro-game-jo2-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-game .umx-game-bottom .umx-figure.umx-figure2 .umx-jo figure.umx-f-jo2 {
    background-image: url(../images/gt20pro-game-jo2-lg-x2.png.webp)
  }
}

.gt20pro-game .umx-game-bottom .umx-figure.umx-figure2 .umx-jo figure.umx-f-jo3 {
  background-image: url(../images/gt20pro-game-jo3-lg.png);
  background-size: 39px 29px;
  background-position: center;
  background-repeat: no-repeat;
  width: 39px;
  height: 29px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-game .umx-game-bottom .umx-figure.umx-figure2 .umx-jo figure.umx-f-jo3 {
    background-image: url(../images/gt20pro-game-jo3-lg-x2.png)
  }
}

.webp .gt20pro-game .umx-game-bottom .umx-figure.umx-figure2 .umx-jo figure.umx-f-jo3 {
  background-image: url(../images/gt20pro-game-jo3-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-game .umx-game-bottom .umx-figure.umx-figure2 .umx-jo figure.umx-f-jo3 {
    background-image: url(../images/gt20pro-game-jo3-lg-x2.png.webp)
  }
}

.gt20pro-game .umx-game-bottom .umx-figure.umx-figure2 .umx-jo figure.umx-f-jo4 {
  margin-top: 20px;
  background-image: url(../images/gt20pro-game-jo4-lg.png);
  background-size: 41px 32px;
  background-position: center;
  background-repeat: no-repeat;
  width: 41px;
  height: 32px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-game .umx-game-bottom .umx-figure.umx-figure2 .umx-jo figure.umx-f-jo4 {
    background-image: url(../images/gt20pro-game-jo4-lg-x2.png)
  }
}

.webp .gt20pro-game .umx-game-bottom .umx-figure.umx-figure2 .umx-jo figure.umx-f-jo4 {
  background-image: url(../images/gt20pro-game-jo4-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-game .umx-game-bottom .umx-figure.umx-figure2 .umx-jo figure.umx-f-jo4 {
    background-image: url(../images/gt20pro-game-jo4-lg-x2.png.webp)
  }
}

.gt20pro-game .umx-game-bottom .umx-f1 {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-left: 300px;
  margin-top: -100px;
  background-image: url(../images/gt20pro-game-img1-lg.png);
  background-size: 895px 311px;
  background-position: center;
  background-repeat: no-repeat;
  width: 895px;
  height: 311px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-game .umx-game-bottom .umx-f1 {
    background-image: url(../images/gt20pro-game-img1-lg-x2.png)
  }
}

.webp .gt20pro-game .umx-game-bottom .umx-f1 {
  background-image: url(../images/gt20pro-game-img1-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-game .umx-game-bottom .umx-f1 {
    background-image: url(../images/gt20pro-game-img1-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-game .umx-game-bottom .umx-f1 {
    background-image: url(../images/gt20pro-game-img1-mb.png);
    background-size: 224px 78px;
    background-position: center;
    background-repeat: no-repeat;
    width: 224px;
    height: 78px;
    margin-left: 0;
    margin-top: -188px
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .gt20pro-game .umx-game-bottom .umx-f1 {
    background-image: url(../images/gt20pro-game-img1-mb-x2.png)
  }
}

@media (max-width: 1000px) {
  .webp .gt20pro-game .umx-game-bottom .umx-f1 {
    background-image: url(../images/gt20pro-game-img1-mb.png.webp)
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .webp .gt20pro-game .umx-game-bottom .umx-f1 {
    background-image: url(../images/gt20pro-game-img1-mb-x2.png.webp)
  }
}

.gt20pro-game .umx-game-bottom .umx-ul {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1440px;
  margin-top: 270px
}

@media (max-width: 1440px) {
  .gt20pro-game .umx-game-bottom .umx-ul {
    width: 1000px;
    margin-top: 202.5px
  }
}

@media (max-width: 1000px) {
  .gt20pro-game .umx-game-bottom .umx-ul {
    width: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 700px;
    padding-left: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

.gt20pro-game .umx-game-bottom .umx-ul li {
  position: relative;
  margin-bottom: 29px
}

@media (max-width: 1440px) {
  .gt20pro-game .umx-game-bottom .umx-ul li {
    margin-bottom: 10px
  }
}

@media (max-width: 1000px) {
  .gt20pro-game .umx-game-bottom .umx-ul li {
    margin-left: 41.66667vw
  }
}

.gt20pro-game .umx-game-bottom .umx-ul li .umx-p {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: AktivGroteskEx_Bd;
  line-height: 1;
  font-size: 22px;
  margin-top: -10px;
  margin-left: 26px
}

@media (max-width: 1440px) {
  .gt20pro-game .umx-game-bottom .umx-ul li .umx-p {
    font-size: 16px;
    margin-top: -7px;
    margin-left: 19.5px
  }
}

@media (max-width: 1000px) {
  .gt20pro-game .umx-game-bottom .umx-ul li .umx-p {
    font-size: 9px;
    margin-top: -3px;
    margin-left: 12px
  }
}

.gt20pro-game .umx-game-bottom .umx-ul li figure {
  position: relative
}

.gt20pro-game .umx-game-bottom .umx-ul li figure.umx-svg-frame1 {
  background-image: url(../images/gt20pro-game-frame1-lg.png);
  background-size: 343px 83px;
  background-position: center;
  background-repeat: no-repeat;
  width: 343px;
  height: 83px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-game .umx-game-bottom .umx-ul li figure.umx-svg-frame1 {
    background-image: url(../images/gt20pro-game-frame1-lg-x2.png)
  }
}

.webp .gt20pro-game .umx-game-bottom .umx-ul li figure.umx-svg-frame1 {
  background-image: url(../images/gt20pro-game-frame1-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-game .umx-game-bottom .umx-ul li figure.umx-svg-frame1 {
    background-image: url(../images/gt20pro-game-frame1-lg-x2.png.webp)
  }
}

@media (max-width: 1440px) {
  .gt20pro-game .umx-game-bottom .umx-ul li figure.umx-svg-frame1 {
    background-image: url(../images/gt20pro-game-frame1-lg.png);
    background-size: 257px 62px;
    background-position: center;
    background-repeat: no-repeat;
    width: 257px;
    height: 62px
  }
}

@media only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1440px) and (min-resolution: 1.5dppx),(max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1440px) and (min-resolution: 144dpi) {
  .gt20pro-game .umx-game-bottom .umx-ul li figure.umx-svg-frame1 {
    background-image: url(../images/gt20pro-game-frame1-lg-x2.png)
  }
}

@media (max-width: 1440px) {
  .webp .gt20pro-game .umx-game-bottom .umx-ul li figure.umx-svg-frame1 {
    background-image: url(../images/gt20pro-game-frame1-lg.png.webp)
  }
}

@media only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1440px) and (min-resolution: 1.5dppx),(max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1440px) and (min-resolution: 144dpi) {
  .webp .gt20pro-game .umx-game-bottom .umx-ul li figure.umx-svg-frame1 {
    background-image: url(../images/gt20pro-game-frame1-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-game .umx-game-bottom .umx-ul li figure.umx-svg-frame1 {
    background-image: url(../images/gt20pro-game-frame1-lg.png);
    background-size: 137px 33px;
    background-position: center;
    background-repeat: no-repeat;
    width: 137px;
    height: 33px
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .gt20pro-game .umx-game-bottom .umx-ul li figure.umx-svg-frame1 {
    background-image: url(../images/gt20pro-game-frame1-lg-x2.png)
  }
}

@media (max-width: 1000px) {
  .webp .gt20pro-game .umx-game-bottom .umx-ul li figure.umx-svg-frame1 {
    background-image: url(../images/gt20pro-game-frame1-lg.png.webp)
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .webp .gt20pro-game .umx-game-bottom .umx-ul li figure.umx-svg-frame1 {
    background-image: url(../images/gt20pro-game-frame1-lg-x2.png.webp)
  }
}

.gt20pro-game .umx-game-bottom .umx-ul li figure.umx-svg-frame2 {
  background-image: url(../images/gt20pro-game-frame2-lg.png);
  background-size: 343px 83px;
  background-position: center;
  background-repeat: no-repeat;
  width: 343px;
  height: 83px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-game .umx-game-bottom .umx-ul li figure.umx-svg-frame2 {
    background-image: url(../images/gt20pro-game-frame2-lg-x2.png)
  }
}

.webp .gt20pro-game .umx-game-bottom .umx-ul li figure.umx-svg-frame2 {
  background-image: url(../images/gt20pro-game-frame2-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-game .umx-game-bottom .umx-ul li figure.umx-svg-frame2 {
    background-image: url(../images/gt20pro-game-frame2-lg-x2.png.webp)
  }
}

@media (max-width: 1440px) {
  .gt20pro-game .umx-game-bottom .umx-ul li figure.umx-svg-frame2 {
    background-image: url(../images/gt20pro-game-frame2-lg.png);
    background-size: 257px 62px;
    background-position: center;
    background-repeat: no-repeat;
    width: 257px;
    height: 62px
  }
}

@media only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1440px) and (min-resolution: 1.5dppx),(max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1440px) and (min-resolution: 144dpi) {
  .gt20pro-game .umx-game-bottom .umx-ul li figure.umx-svg-frame2 {
    background-image: url(../images/gt20pro-game-frame2-lg-x2.png)
  }
}

@media (max-width: 1440px) {
  .webp .gt20pro-game .umx-game-bottom .umx-ul li figure.umx-svg-frame2 {
    background-image: url(../images/gt20pro-game-frame2-lg.png.webp)
  }
}

@media only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1440px) and (min-resolution: 1.5dppx),(max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1440px) and (min-resolution: 144dpi) {
  .webp .gt20pro-game .umx-game-bottom .umx-ul li figure.umx-svg-frame2 {
    background-image: url(../images/gt20pro-game-frame2-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-game .umx-game-bottom .umx-ul li figure.umx-svg-frame2 {
    background-image: url(../images/gt20pro-game-frame2-lg.png);
    background-size: 137px 33px;
    background-position: center;
    background-repeat: no-repeat;
    width: 137px;
    height: 33px
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .gt20pro-game .umx-game-bottom .umx-ul li figure.umx-svg-frame2 {
    background-image: url(../images/gt20pro-game-frame2-lg-x2.png)
  }
}

@media (max-width: 1000px) {
  .webp .gt20pro-game .umx-game-bottom .umx-ul li figure.umx-svg-frame2 {
    background-image: url(../images/gt20pro-game-frame2-lg.png.webp)
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .webp .gt20pro-game .umx-game-bottom .umx-ul li figure.umx-svg-frame2 {
    background-image: url(../images/gt20pro-game-frame2-lg-x2.png.webp)
  }
}

.gt20pro-game .umx-game-bottom .umx-ul li figure.umx-svg-frame3 {
  background-image: url(../images/gt20pro-game-frame3-lg.png);
  background-size: 343px 83px;
  background-position: center;
  background-repeat: no-repeat;
  width: 343px;
  height: 83px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-game .umx-game-bottom .umx-ul li figure.umx-svg-frame3 {
    background-image: url(../images/gt20pro-game-frame3-lg-x2.png)
  }
}

.webp .gt20pro-game .umx-game-bottom .umx-ul li figure.umx-svg-frame3 {
  background-image: url(../images/gt20pro-game-frame3-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-game .umx-game-bottom .umx-ul li figure.umx-svg-frame3 {
    background-image: url(../images/gt20pro-game-frame3-lg-x2.png.webp)
  }
}

@media (max-width: 1440px) {
  .gt20pro-game .umx-game-bottom .umx-ul li figure.umx-svg-frame3 {
    background-image: url(../images/gt20pro-game-frame3-lg.png);
    background-size: 257px 62px;
    background-position: center;
    background-repeat: no-repeat;
    width: 257px;
    height: 62px
  }
}

@media only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1440px) and (min-resolution: 1.5dppx),(max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1440px) and (min-resolution: 144dpi) {
  .gt20pro-game .umx-game-bottom .umx-ul li figure.umx-svg-frame3 {
    background-image: url(../images/gt20pro-game-frame3-lg-x2.png)
  }
}

@media (max-width: 1440px) {
  .webp .gt20pro-game .umx-game-bottom .umx-ul li figure.umx-svg-frame3 {
    background-image: url(../images/gt20pro-game-frame3-lg.png.webp)
  }
}

@media only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1440px) and (min-resolution: 1.5dppx),(max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1440px) and (min-resolution: 144dpi) {
  .webp .gt20pro-game .umx-game-bottom .umx-ul li figure.umx-svg-frame3 {
    background-image: url(../images/gt20pro-game-frame3-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-game .umx-game-bottom .umx-ul li figure.umx-svg-frame3 {
    background-image: url(../images/gt20pro-game-frame3-lg.png);
    background-size: 137px 33px;
    background-position: center;
    background-repeat: no-repeat;
    width: 137px;
    height: 33px
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .gt20pro-game .umx-game-bottom .umx-ul li figure.umx-svg-frame3 {
    background-image: url(../images/gt20pro-game-frame3-lg-x2.png)
  }
}

@media (max-width: 1000px) {
  .webp .gt20pro-game .umx-game-bottom .umx-ul li figure.umx-svg-frame3 {
    background-image: url(../images/gt20pro-game-frame3-lg.png.webp)
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .webp .gt20pro-game .umx-game-bottom .umx-ul li figure.umx-svg-frame3 {
    background-image: url(../images/gt20pro-game-frame3-lg-x2.png.webp)
  }
}

.gt20pro-game .umx-game-bottom .umx-ul li .umx-icon {
  background-image: url(../images/gt20pro-game-li-icon-lg.png);
  background-size: 266px 130px;
  background-position: center;
  background-repeat: no-repeat;
  width: 266px;
  height: 130px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-game .umx-game-bottom .umx-ul li .umx-icon {
    background-image: url(../images/gt20pro-game-li-icon-lg-x2.png)
  }
}

.webp .gt20pro-game .umx-game-bottom .umx-ul li .umx-icon {
  background-image: url(../images/gt20pro-game-li-icon-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-game .umx-game-bottom .umx-ul li .umx-icon {
    background-image: url(../images/gt20pro-game-li-icon-lg-x2.png.webp)
  }
}

@media (max-width: 1440px) {
  .gt20pro-game .umx-game-bottom .umx-ul li .umx-icon {
    background-image: url(../images/gt20pro-game-li-icon-lg.png);
    background-size: 199px 97px;
    background-position: center;
    background-repeat: no-repeat;
    width: 199px;
    height: 97px
  }
}

@media only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1440px) and (min-resolution: 1.5dppx),(max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1440px) and (min-resolution: 144dpi) {
  .gt20pro-game .umx-game-bottom .umx-ul li .umx-icon {
    background-image: url(../images/gt20pro-game-li-icon-lg-x2.png)
  }
}

@media (max-width: 1440px) {
  .webp .gt20pro-game .umx-game-bottom .umx-ul li .umx-icon {
    background-image: url(../images/gt20pro-game-li-icon-lg.png.webp)
  }
}

@media only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1440px) and (min-resolution: 1.5dppx),(max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1440px) and (min-resolution: 144dpi) {
  .webp .gt20pro-game .umx-game-bottom .umx-ul li .umx-icon {
    background-image: url(../images/gt20pro-game-li-icon-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-game .umx-game-bottom .umx-ul li .umx-icon {
    background-image: url(../images/gt20pro-game-li-icon-mb.png);
    background-size: 114px 65px;
    background-position: center;
    background-repeat: no-repeat;
    width: 114px;
    height: 65px
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .gt20pro-game .umx-game-bottom .umx-ul li .umx-icon {
    background-image: url(../images/gt20pro-game-li-icon-mb-x2.png)
  }
}

@media (max-width: 1000px) {
  .webp .gt20pro-game .umx-game-bottom .umx-ul li .umx-icon {
    background-image: url(../images/gt20pro-game-li-icon-mb.png.webp)
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .webp .gt20pro-game .umx-game-bottom .umx-ul li .umx-icon {
    background-image: url(../images/gt20pro-game-li-icon-mb-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-game .umx-game-bottom .umx-ul li .umx-icon {
    position: absolute;
    top: 550px
  }
}

@media (max-width: 1000px) {
  .gt20pro-game .umx-game-bottom .umx-ul li:nth-child(1) {
    margin-right: 30px
  }
}

@media (max-width: 1000px) {
  .gt20pro-game .umx-game-bottom .umx-ul li:nth-child(3) {
    width: 100%
  }
}

.gt20pro-game .umx-game-bottom .umx-ul li:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 70px
}

@media (max-width: 1440px) {
  .gt20pro-game .umx-game-bottom .umx-ul li:last-child {
    margin-top: 52.5px
  }
}

@media (max-width: 1000px) {
  .gt20pro-game .umx-game-bottom .umx-ul li:last-child {
    display: block;
    position: absolute;
    margin-top: 0;
    top: -546px;
    margin-left: 0
  }
}

.gt20pro-game .umx-game-bottom .umx-ul li:last-child .umx-txt {
  position: relative;
  width: 686px;
  margin-left: 228px
}

@media (max-width: 1440px) {
  .gt20pro-game .umx-game-bottom .umx-ul li:last-child .umx-txt {
    width: 514.5px;
    margin-left: 171px
  }
}

@media (max-width: 1000px) {
  .gt20pro-game .umx-game-bottom .umx-ul li:last-child .umx-txt {
    width: auto;
    margin-left: 0;
    margin-top: 110px
  }
}

@media (max-width: 1440px) {
  .gt20pro-game .umx-game-bottom .umx-ul li:last-child .umx-txt .uxm-chill-svg {
    -webkit-transform: scale(.75);
    -ms-transform: scale(.75);
    transform: scale(.75);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
  }
}

@media (max-width: 1000px) {
  .gt20pro-game .umx-game-bottom .umx-ul li:last-child .umx-txt .uxm-chill-svg {
    -webkit-transform: scale(.45);
    -ms-transform: scale(.45);
    transform: scale(.45)
  }
}

.gt20pro-game .umx-game-bottom .umx-ul li:last-child .umx-txt .umx-txt-c {
  position: absolute;
  top: 70px;
  left: 64px
}

@media (max-width: 1440px) {
  .gt20pro-game .umx-game-bottom .umx-ul li:last-child .umx-txt .umx-txt-c {
    top: 52.5px;
    left: 48px
  }
}

@media (max-width: 1000px) {
  .gt20pro-game .umx-game-bottom .umx-ul li:last-child .umx-txt .umx-txt-c {
    top: 20px;
    left: 32px
  }
}

.gt20pro-game .umx-game-bottom .umx-ul li:last-child .umx-txt .umx-txt-c .umx-section {
  padding-top: 0
}

@media (max-width: 1000px) {
  .gt20pro-game .umx-game-bottom .umx-ul li:last-child .umx-txt .umx-txt-c .umx-section .umx-title .umx-intro, .gt20pro-game .umx-game-bottom .umx-ul li:last-child .umx-txt .umx-txt-c .umx-section .umx-title .umx-main-title {
    padding: 0;
    width: 250px
  }
}

.gt20pro-full .umx-txt-special-bg {
  width: 1154px;
  top: 130px
}

@media (max-width: 1600px) {
  .gt20pro-full .umx-txt-special-bg {
    width: 1050px;
    top: 168px
  }
}

@media (max-width: 1440px) {
  .gt20pro-full .umx-txt-special-bg {
    width: 854px;
    top: 104px
  }
}

@media (max-width: 1024px) {
  .gt20pro-full .umx-txt-special-bg {
    width: 730px;
    top: 146px
  }
}

@media (max-width: 1000px) {
  .gt20pro-full .umx-txt-special-bg {
    z-index: 1;
    width: 87.22222vw;
    top: 14.44444vw;
    margin-left: 5.55556vw
  }
}

.gt20pro-full .umx-figure-box {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 901px;
  height: 707px;
  margin-top: 104px;
  margin-bottom: 200px;
  margin-left: -150px
}

@media (min-width: 1921px) {
  .gt20pro-full .umx-figure-box {
    margin-top: 200px;
    margin-bottom: 300px
  }
}

@media (max-width: 1600px) {
  .gt20pro-full .umx-figure-box {
    -webkit-transform: translateX(-50%) scale(.9);
    -ms-transform: translateX(-50%) scale(.9);
    transform: translateX(-50%) scale(.9)
  }
}

@media (max-width: 1440px) {
  .gt20pro-full .umx-figure-box {
    -webkit-transform: translateX(-50%) scale(1);
    -ms-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
    width: 675.75px;
    height: 530.25px;
    margin-top: 78px;
    margin-bottom: 150px;
    margin-left: -112.5px
  }
}

@media (max-width: 1024px) {
  .gt20pro-full .umx-figure-box {
    -webkit-transform: translateX(-50%) scale(.8);
    -ms-transform: translateX(-50%) scale(.8);
    transform: translateX(-50%) scale(.8)
  }
}

@media (max-width: 1000px) {
  .gt20pro-full .umx-figure-box {
    -webkit-transform: translateX(-50%) scale(1);
    -ms-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
    width: 87.22222vw;
    height: auto;
    margin-left: 0;
    margin-top: 36px;
    margin-bottom: -70px
  }
}

.gt20pro-full .umx-figure-box .umx-arrow {
  position: absolute;
  top: 110px;
  left: 46px
}

@media (max-width: 1440px) {
  .gt20pro-full .umx-figure-box .umx-arrow {
    top: 82.5px;
    left: 34.5px
  }
}

@media (max-width: 1000px) {
  .gt20pro-full .umx-figure-box .umx-arrow {
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    top: 14.44444vw;
    left: 5.55556vw
  }
}

.gt20pro-full .umx-figure-box .umx-f1 {
  background-image: url(../images/gt20pro-full-img1-lg.png);
  background-size: 901px 707px;
  background-position: center;
  background-repeat: no-repeat;
  width: 901px;
  height: 707px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-full .umx-figure-box .umx-f1 {
    background-image: url(../images/gt20pro-full-img1-lg-x2.png)
  }
}

.webp .gt20pro-full .umx-figure-box .umx-f1 {
  background-image: url(../images/gt20pro-full-img1-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-full .umx-figure-box .umx-f1 {
    background-image: url(../images/gt20pro-full-img1-lg-x2.png.webp)
  }
}

@media (max-width: 1440px) {
  .gt20pro-full .umx-figure-box .umx-f1 {
    background-image: url(../images/gt20pro-full-img1-lg.png);
    background-size: 675px 530px;
    background-position: center;
    background-repeat: no-repeat;
    width: 675px;
    height: 530px
  }
}

@media only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1440px) and (min-resolution: 1.5dppx),(max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1440px) and (min-resolution: 144dpi) {
  .gt20pro-full .umx-figure-box .umx-f1 {
    background-image: url(../images/gt20pro-full-img1-lg-x2.png)
  }
}

@media (max-width: 1440px) {
  .webp .gt20pro-full .umx-figure-box .umx-f1 {
    background-image: url(../images/gt20pro-full-img1-lg.png.webp)
  }
}

@media only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1440px) and (min-resolution: 1.5dppx),(max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1440px) and (min-resolution: 144dpi) {
  .webp .gt20pro-full .umx-figure-box .umx-f1 {
    background-image: url(../images/gt20pro-full-img1-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-full .umx-figure-box .umx-f1 {
    background-image: url(../images/gt20pro-full-img1-mb.jpg);
    background-size: 314px 353px;
    background-position: center;
    background-repeat: no-repeat;
    width: 314px;
    height: 353px
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .gt20pro-full .umx-figure-box .umx-f1 {
    background-image: url(../images/gt20pro-full-img1-mb-x2.jpg)
  }
}

@media (max-width: 1000px) {
  .webp .gt20pro-full .umx-figure-box .umx-f1 {
    background-image: url(../images/gt20pro-full-img1-mb.jpg.webp)
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .webp .gt20pro-full .umx-figure-box .umx-f1 {
    background-image: url(../images/gt20pro-full-img1-mb-x2.jpg.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-full .umx-figure-box .umx-f1 {
    background-size: 87.22222vw 98.19444vw;
    width: 87.22222vw;
    height: 98.19444vw
  }
}

.gt20pro-full .umx-figure-box .umx-ul {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

@media (max-width: 1000px) {
  .gt20pro-full .umx-figure-box .umx-ul {
    width: 100vw;
    top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
  }
}

.gt20pro-full .umx-figure-box .umx-ul li {
  position: relative
}

.gt20pro-full .umx-figure-box .umx-ul li figure {
  position: relative
}

.gt20pro-full .umx-figure-box .umx-ul li figure.umx-bg-svg1 {
  background-image: url(../images/gt20pro-full-bg-svg1-lg.png);
  background-size: 415px 83px;
  background-position: center;
  background-repeat: no-repeat;
  width: 415px;
  height: 83px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-full .umx-figure-box .umx-ul li figure.umx-bg-svg1 {
    background-image: url(../images/gt20pro-full-bg-svg1-lg-x2.png)
  }
}

.webp .gt20pro-full .umx-figure-box .umx-ul li figure.umx-bg-svg1 {
  background-image: url(../images/gt20pro-full-bg-svg1-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-full .umx-figure-box .umx-ul li figure.umx-bg-svg1 {
    background-image: url(../images/gt20pro-full-bg-svg1-lg-x2.png.webp)
  }
}

@media (max-width: 1440px) {
  .gt20pro-full .umx-figure-box .umx-ul li figure.umx-bg-svg1 {
    background-image: url(../images/gt20pro-full-bg-svg1-lg.png);
    background-size: 332px 66px;
    background-position: center;
    background-repeat: no-repeat;
    width: 332px;
    height: 66px
  }
}

@media only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1440px) and (min-resolution: 1.5dppx),(max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1440px) and (min-resolution: 144dpi) {
  .gt20pro-full .umx-figure-box .umx-ul li figure.umx-bg-svg1 {
    background-image: url(../images/gt20pro-full-bg-svg1-lg-x2.png)
  }
}

@media (max-width: 1440px) {
  .webp .gt20pro-full .umx-figure-box .umx-ul li figure.umx-bg-svg1 {
    background-image: url(../images/gt20pro-full-bg-svg1-lg.png.webp)
  }
}

@media only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1440px) and (min-resolution: 1.5dppx),(max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1440px) and (min-resolution: 144dpi) {
  .webp .gt20pro-full .umx-figure-box .umx-ul li figure.umx-bg-svg1 {
    background-image: url(../images/gt20pro-full-bg-svg1-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-full .umx-figure-box .umx-ul li figure.umx-bg-svg1 {
    background-image: url(../images/gt20pro-full-bg-svg1-lg.png);
    background-size: 174px 34px;
    background-position: center;
    background-repeat: no-repeat;
    width: 174px;
    height: 34px
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .gt20pro-full .umx-figure-box .umx-ul li figure.umx-bg-svg1 {
    background-image: url(../images/gt20pro-full-bg-svg1-lg-x2.png)
  }
}

@media (max-width: 1000px) {
  .webp .gt20pro-full .umx-figure-box .umx-ul li figure.umx-bg-svg1 {
    background-image: url(../images/gt20pro-full-bg-svg1-lg.png.webp)
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .webp .gt20pro-full .umx-figure-box .umx-ul li figure.umx-bg-svg1 {
    background-image: url(../images/gt20pro-full-bg-svg1-lg-x2.png.webp)
  }
}

.gt20pro-full .umx-figure-box .umx-ul li figure.umx-bg-svg2 {
  background-image: url(../images/gt20pro-full-bg-svg2-lg.png);
  background-size: 350px 83px;
  background-position: center;
  background-repeat: no-repeat;
  width: 350px;
  height: 83px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-full .umx-figure-box .umx-ul li figure.umx-bg-svg2 {
    background-image: url(../images/gt20pro-full-bg-svg2-lg-x2.png)
  }
}

.webp .gt20pro-full .umx-figure-box .umx-ul li figure.umx-bg-svg2 {
  background-image: url(../images/gt20pro-full-bg-svg2-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-full .umx-figure-box .umx-ul li figure.umx-bg-svg2 {
    background-image: url(../images/gt20pro-full-bg-svg2-lg-x2.png.webp)
  }
}

@media (max-width: 1440px) {
  .gt20pro-full .umx-figure-box .umx-ul li figure.umx-bg-svg2 {
    background-image: url(../images/gt20pro-full-bg-svg2-lg.png);
    background-size: 280px 66px;
    background-position: center;
    background-repeat: no-repeat;
    width: 280px;
    height: 66px
  }
}

@media only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1440px) and (min-resolution: 1.5dppx),(max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1440px) and (min-resolution: 144dpi) {
  .gt20pro-full .umx-figure-box .umx-ul li figure.umx-bg-svg2 {
    background-image: url(../images/gt20pro-full-bg-svg2-lg-x2.png)
  }
}

@media (max-width: 1440px) {
  .webp .gt20pro-full .umx-figure-box .umx-ul li figure.umx-bg-svg2 {
    background-image: url(../images/gt20pro-full-bg-svg2-lg.png.webp)
  }
}

@media only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1440px) and (min-resolution: 1.5dppx),(max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1440px) and (min-resolution: 144dpi) {
  .webp .gt20pro-full .umx-figure-box .umx-ul li figure.umx-bg-svg2 {
    background-image: url(../images/gt20pro-full-bg-svg2-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-full .umx-figure-box .umx-ul li figure.umx-bg-svg2 {
    background-image: url(../images/gt20pro-full-bg-svg2-lg.png);
    background-size: 147px 34px;
    background-position: center;
    background-repeat: no-repeat;
    width: 147px;
    height: 34px
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .gt20pro-full .umx-figure-box .umx-ul li figure.umx-bg-svg2 {
    background-image: url(../images/gt20pro-full-bg-svg2-lg-x2.png)
  }
}

@media (max-width: 1000px) {
  .webp .gt20pro-full .umx-figure-box .umx-ul li figure.umx-bg-svg2 {
    background-image: url(../images/gt20pro-full-bg-svg2-lg.png.webp)
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .webp .gt20pro-full .umx-figure-box .umx-ul li figure.umx-bg-svg2 {
    background-image: url(../images/gt20pro-full-bg-svg2-lg-x2.png.webp)
  }
}

.gt20pro-full .umx-figure-box .umx-ul li figure.umx-bg-svg3 {
  background-image: url(../images/gt20pro-full-bg-svg3-lg.png);
  background-size: 246px 83px;
  background-position: center;
  background-repeat: no-repeat;
  width: 246px;
  height: 83px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-full .umx-figure-box .umx-ul li figure.umx-bg-svg3 {
    background-image: url(../images/gt20pro-full-bg-svg3-lg-x2.png)
  }
}

.webp .gt20pro-full .umx-figure-box .umx-ul li figure.umx-bg-svg3 {
  background-image: url(../images/gt20pro-full-bg-svg3-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-full .umx-figure-box .umx-ul li figure.umx-bg-svg3 {
    background-image: url(../images/gt20pro-full-bg-svg3-lg-x2.png.webp)
  }
}

@media (max-width: 1440px) {
  .gt20pro-full .umx-figure-box .umx-ul li figure.umx-bg-svg3 {
    background-image: url(../images/gt20pro-full-bg-svg3-lg.png);
    background-size: 196px 66px;
    background-position: center;
    background-repeat: no-repeat;
    width: 196px;
    height: 66px
  }
}

@media only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1440px) and (min-resolution: 1.5dppx),(max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1440px) and (min-resolution: 144dpi) {
  .gt20pro-full .umx-figure-box .umx-ul li figure.umx-bg-svg3 {
    background-image: url(../images/gt20pro-full-bg-svg3-lg-x2.png)
  }
}

@media (max-width: 1440px) {
  .webp .gt20pro-full .umx-figure-box .umx-ul li figure.umx-bg-svg3 {
    background-image: url(../images/gt20pro-full-bg-svg3-lg.png.webp)
  }
}

@media only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1440px) and (min-resolution: 1.5dppx),(max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1440px) and (min-resolution: 144dpi) {
  .webp .gt20pro-full .umx-figure-box .umx-ul li figure.umx-bg-svg3 {
    background-image: url(../images/gt20pro-full-bg-svg3-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-full .umx-figure-box .umx-ul li figure.umx-bg-svg3 {
    background-image: url(../images/gt20pro-full-bg-svg3-lg.png);
    background-size: 103px 34px;
    background-position: center;
    background-repeat: no-repeat;
    width: 103px;
    height: 34px
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .gt20pro-full .umx-figure-box .umx-ul li figure.umx-bg-svg3 {
    background-image: url(../images/gt20pro-full-bg-svg3-lg-x2.png)
  }
}

@media (max-width: 1000px) {
  .webp .gt20pro-full .umx-figure-box .umx-ul li figure.umx-bg-svg3 {
    background-image: url(../images/gt20pro-full-bg-svg3-lg.png.webp)
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .webp .gt20pro-full .umx-figure-box .umx-ul li figure.umx-bg-svg3 {
    background-image: url(../images/gt20pro-full-bg-svg3-lg-x2.png.webp)
  }
}

.gt20pro-full .umx-figure-box .umx-ul li p {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: AktivGroteskEx_Bd;
  line-height: 1;
  font-size: 22px;
  margin-top: -10px;
  margin-left: 26px
}

@media (max-width: 1440px) {
  .gt20pro-full .umx-figure-box .umx-ul li p {
    font-size: 16px;
    margin-top: -7.5px;
    margin-left: 19.5px
  }
}

@media (max-width: 1000px) {
  .gt20pro-full .umx-figure-box .umx-ul li p {
    font-size: 9px;
    margin-top: -1.66667vw;
    margin-left: 3.33333vw
  }
}

.gt20pro-full .umx-figure-box .umx-ul li:first-child {
  left: -452px
}

@media (max-width: 1440px) {
  .gt20pro-full .umx-figure-box .umx-ul li:first-child {
    left: -300px
  }
}

@media (max-width: 1024px) {
  .gt20pro-full .umx-figure-box .umx-ul li:first-child {
    left: -244px
  }
}

@media (max-width: 1000px) {
  .gt20pro-full .umx-figure-box .umx-ul li:first-child {
    left: 17.77778vw;
    top: 17.77778vw
  }
}

.gt20pro-full .umx-figure-box .umx-ul li:nth-child(2) {
  left: -430px;
  top: 50px
}

@media (max-width: 1440px) {
  .gt20pro-full .umx-figure-box .umx-ul li:nth-child(2) {
    left: -322.5px;
    top: 37.5px
  }
}

@media (max-width: 1024px) {
  .gt20pro-full .umx-figure-box .umx-ul li:nth-child(2) {
    left: -258px
  }
}

@media (max-width: 1000px) {
  .gt20pro-full .umx-figure-box .umx-ul li:nth-child(2) {
    left: 15.27778vw;
    top: 52.22222vw
  }
}

.gt20pro-full .umx-figure-box .umx-ul li:nth-child(3) {
  left: 575px;
  top: 198px
}

@media (max-width: 1440px) {
  .gt20pro-full .umx-figure-box .umx-ul li:nth-child(3) {
    left: 431.25px;
    top: 158.4px
  }
}

@media (max-width: 1000px) {
  .gt20pro-full .umx-figure-box .umx-ul li:nth-child(3) {
    left: 60vw;
    top: 27.77778vw
  }
}

.gt20pro-full .umx-figure-box .umx-txt {
  position: absolute;
  width: 572px;
  margin-left: 810px;
  top: -100px
}

@media (max-width: 1440px) {
  .gt20pro-full .umx-figure-box .umx-txt {
    width: 429px;
    margin-left: 607.5px;
    top: -75px
  }
}

@media (max-width: 1000px) {
  .gt20pro-full .umx-figure-box .umx-txt {
    margin-left: 0;
    top: 0;
    margin-top: 50px;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 79.16667vw
  }
}

@media (max-width: 1440px) {
  .gt20pro-full .umx-figure-box .umx-txt .uxm-chill-svg {
    -webkit-transform: scale(.75);
    -ms-transform: scale(.75);
    transform: scale(.75);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
  }
}

@media (max-width: 1000px) {
  .gt20pro-full .umx-figure-box .umx-txt .uxm-chill-svg {
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5)
  }
}

.gt20pro-full .umx-figure-box .umx-txt .umx-txt-c {
  position: absolute;
  top: 75px;
  left: 116px
}

@media (max-width: 1440px) {
  .gt20pro-full .umx-figure-box .umx-txt .umx-txt-c {
    top: 56.25px;
    left: 87px
  }
}

@media (max-width: 1000px) {
  .gt20pro-full .umx-figure-box .umx-txt .umx-txt-c {
    top: 35px;
    left: 40px
  }
}

.gt20pro-full .umx-figure-box .umx-txt .umx-txt-c .umx-section {
  padding-top: 0
}

@media (max-width: 1000px) {
  .gt20pro-full .umx-figure-box .umx-txt .umx-txt-c .umx-section .umx-title .umx-intro, .gt20pro-full .umx-figure-box .umx-txt .umx-txt-c .umx-section .umx-title .umx-main-title {
    width: 220px;
    padding: 0
  }
}

.gt20pro-full .umx-figure-box .umx-icon-box {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 500px;
  margin-left: 900px;
  margin-top: 50px
}

@media (max-width: 1440px) {
  .gt20pro-full .umx-figure-box .umx-icon-box {
    width: 420px;
    margin-left: 675px
  }
}

@media (max-width: 1000px) {
  .gt20pro-full .umx-figure-box .umx-icon-box {
    top: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: relative;
    margin-left: 0
  }
}

.gt20pro-full .umx-figure-box .umx-icon-box ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

@media (max-width: 1000px) {
  .gt20pro-full .umx-figure-box .umx-icon-box ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}

.gt20pro-full .umx-figure-box .umx-icon-box ul li {
  position: relative;
  margin-right: 30px;
  width: 130px;
  text-align: center
}

@media (max-width: 1440px) {
  .gt20pro-full .umx-figure-box .umx-icon-box ul li {
    margin-right: 21px;
    width: 120px
  }
}

@media (max-width: 1000px) {
  .gt20pro-full .umx-figure-box .umx-icon-box ul li {
    width: 58px;
    margin-right: 2px
  }
}

.gt20pro-full .umx-figure-box .umx-icon-box ul li figure {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-bottom: 23px
}

@media (max-width: 1440px) {
  .gt20pro-full .umx-figure-box .umx-icon-box ul li figure {
    margin-bottom: 17.02px
  }
}

@media (max-width: 1000px) {
  .gt20pro-full .umx-figure-box .umx-icon-box ul li figure {
    margin-bottom: 10px
  }
}

.gt20pro-full .umx-figure-box .umx-icon-box ul li figure.umx-icon1 {
  background-image: url(../images/gt20pro-full-icon1-lg.png);
  background-size: 64px 64px;
  background-position: center;
  background-repeat: no-repeat;
  width: 64px;
  height: 64px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-full .umx-figure-box .umx-icon-box ul li figure.umx-icon1 {
    background-image: url(../images/gt20pro-full-icon1-lg-x2.png)
  }
}

.webp .gt20pro-full .umx-figure-box .umx-icon-box ul li figure.umx-icon1 {
  background-image: url(../images/gt20pro-full-icon1-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-full .umx-figure-box .umx-icon-box ul li figure.umx-icon1 {
    background-image: url(../images/gt20pro-full-icon1-lg-x2.png.webp)
  }
}

@media (max-width: 1440px) {
  .gt20pro-full .umx-figure-box .umx-icon-box ul li figure.umx-icon1 {
    background-image: url(../images/gt20pro-full-icon1-lg.png);
    background-size: 47px 47px;
    background-position: center;
    background-repeat: no-repeat;
    width: 47px;
    height: 47px
  }
}

@media only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1440px) and (min-resolution: 1.5dppx),(max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1440px) and (min-resolution: 144dpi) {
  .gt20pro-full .umx-figure-box .umx-icon-box ul li figure.umx-icon1 {
    background-image: url(../images/gt20pro-full-icon1-lg-x2.png)
  }
}

@media (max-width: 1440px) {
  .webp .gt20pro-full .umx-figure-box .umx-icon-box ul li figure.umx-icon1 {
    background-image: url(../images/gt20pro-full-icon1-lg.png.webp)
  }
}

@media only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1440px) and (min-resolution: 1.5dppx),(max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1440px) and (min-resolution: 144dpi) {
  .webp .gt20pro-full .umx-figure-box .umx-icon-box ul li figure.umx-icon1 {
    background-image: url(../images/gt20pro-full-icon1-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-full .umx-figure-box .umx-icon-box ul li figure.umx-icon1 {
    background-image: url(../images/gt20pro-full-icon1-lg.png);
    background-size: 30px 30px;
    background-position: center;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .gt20pro-full .umx-figure-box .umx-icon-box ul li figure.umx-icon1 {
    background-image: url(../images/gt20pro-full-icon1-lg-x2.png)
  }
}

@media (max-width: 1000px) {
  .webp .gt20pro-full .umx-figure-box .umx-icon-box ul li figure.umx-icon1 {
    background-image: url(../images/gt20pro-full-icon1-lg.png.webp)
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .webp .gt20pro-full .umx-figure-box .umx-icon-box ul li figure.umx-icon1 {
    background-image: url(../images/gt20pro-full-icon1-lg-x2.png.webp)
  }
}

.gt20pro-full .umx-figure-box .umx-icon-box ul li figure.umx-icon2 {
  background-image: url(../images/gt20pro-full-icon2-lg.png);
  background-size: 64px 64px;
  background-position: center;
  background-repeat: no-repeat;
  width: 64px;
  height: 64px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-full .umx-figure-box .umx-icon-box ul li figure.umx-icon2 {
    background-image: url(../images/gt20pro-full-icon2-lg-x2.png)
  }
}

.webp .gt20pro-full .umx-figure-box .umx-icon-box ul li figure.umx-icon2 {
  background-image: url(../images/gt20pro-full-icon2-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-full .umx-figure-box .umx-icon-box ul li figure.umx-icon2 {
    background-image: url(../images/gt20pro-full-icon2-lg-x2.png.webp)
  }
}

@media (max-width: 1440px) {
  .gt20pro-full .umx-figure-box .umx-icon-box ul li figure.umx-icon2 {
    background-image: url(../images/gt20pro-full-icon2-lg.png);
    background-size: 47px 47px;
    background-position: center;
    background-repeat: no-repeat;
    width: 47px;
    height: 47px
  }
}

@media only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1440px) and (min-resolution: 1.5dppx),(max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1440px) and (min-resolution: 144dpi) {
  .gt20pro-full .umx-figure-box .umx-icon-box ul li figure.umx-icon2 {
    background-image: url(../images/gt20pro-full-icon2-lg-x2.png)
  }
}

@media (max-width: 1440px) {
  .webp .gt20pro-full .umx-figure-box .umx-icon-box ul li figure.umx-icon2 {
    background-image: url(../images/gt20pro-full-icon2-lg.png.webp)
  }
}

@media only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1440px) and (min-resolution: 1.5dppx),(max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1440px) and (min-resolution: 144dpi) {
  .webp .gt20pro-full .umx-figure-box .umx-icon-box ul li figure.umx-icon2 {
    background-image: url(../images/gt20pro-full-icon2-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-full .umx-figure-box .umx-icon-box ul li figure.umx-icon2 {
    background-image: url(../images/gt20pro-full-icon2-lg.png);
    background-size: 30px 30px;
    background-position: center;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .gt20pro-full .umx-figure-box .umx-icon-box ul li figure.umx-icon2 {
    background-image: url(../images/gt20pro-full-icon2-lg-x2.png)
  }
}

@media (max-width: 1000px) {
  .webp .gt20pro-full .umx-figure-box .umx-icon-box ul li figure.umx-icon2 {
    background-image: url(../images/gt20pro-full-icon2-lg.png.webp)
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .webp .gt20pro-full .umx-figure-box .umx-icon-box ul li figure.umx-icon2 {
    background-image: url(../images/gt20pro-full-icon2-lg-x2.png.webp)
  }
}

.gt20pro-full .umx-figure-box .umx-icon-box ul li figure.umx-icon3 {
  background-image: url(../images/gt20pro-full-icon3-lg.png);
  background-size: 64px 64px;
  background-position: center;
  background-repeat: no-repeat;
  width: 64px;
  height: 64px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-full .umx-figure-box .umx-icon-box ul li figure.umx-icon3 {
    background-image: url(../images/gt20pro-full-icon3-lg-x2.png)
  }
}

.webp .gt20pro-full .umx-figure-box .umx-icon-box ul li figure.umx-icon3 {
  background-image: url(../images/gt20pro-full-icon3-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-full .umx-figure-box .umx-icon-box ul li figure.umx-icon3 {
    background-image: url(../images/gt20pro-full-icon3-lg-x2.png.webp)
  }
}

@media (max-width: 1440px) {
  .gt20pro-full .umx-figure-box .umx-icon-box ul li figure.umx-icon3 {
    background-image: url(../images/gt20pro-full-icon3-lg.png);
    background-size: 47px 47px;
    background-position: center;
    background-repeat: no-repeat;
    width: 47px;
    height: 47px
  }
}

@media only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1440px) and (min-resolution: 1.5dppx),(max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1440px) and (min-resolution: 144dpi) {
  .gt20pro-full .umx-figure-box .umx-icon-box ul li figure.umx-icon3 {
    background-image: url(../images/gt20pro-full-icon3-lg-x2.png)
  }
}

@media (max-width: 1440px) {
  .webp .gt20pro-full .umx-figure-box .umx-icon-box ul li figure.umx-icon3 {
    background-image: url(../images/gt20pro-full-icon3-lg.png.webp)
  }
}

@media only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1440px) and (min-resolution: 1.5dppx),(max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1440px) and (min-resolution: 144dpi) {
  .webp .gt20pro-full .umx-figure-box .umx-icon-box ul li figure.umx-icon3 {
    background-image: url(../images/gt20pro-full-icon3-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-full .umx-figure-box .umx-icon-box ul li figure.umx-icon3 {
    background-image: url(../images/gt20pro-full-icon3-lg.png);
    background-size: 30px 30px;
    background-position: center;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .gt20pro-full .umx-figure-box .umx-icon-box ul li figure.umx-icon3 {
    background-image: url(../images/gt20pro-full-icon3-lg-x2.png)
  }
}

@media (max-width: 1000px) {
  .webp .gt20pro-full .umx-figure-box .umx-icon-box ul li figure.umx-icon3 {
    background-image: url(../images/gt20pro-full-icon3-lg.png.webp)
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .webp .gt20pro-full .umx-figure-box .umx-icon-box ul li figure.umx-icon3 {
    background-image: url(../images/gt20pro-full-icon3-lg-x2.png.webp)
  }
}

.gt20pro-full .umx-figure-box .umx-icon-box ul li figure.umx-icon4 {
  background-image: url(../images/gt20pro-full-icon4-lg.png);
  background-size: 64px 64px;
  background-position: center;
  background-repeat: no-repeat;
  width: 64px;
  height: 64px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-full .umx-figure-box .umx-icon-box ul li figure.umx-icon4 {
    background-image: url(../images/gt20pro-full-icon4-lg-x2.png)
  }
}

.webp .gt20pro-full .umx-figure-box .umx-icon-box ul li figure.umx-icon4 {
  background-image: url(../images/gt20pro-full-icon4-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-full .umx-figure-box .umx-icon-box ul li figure.umx-icon4 {
    background-image: url(../images/gt20pro-full-icon4-lg-x2.png.webp)
  }
}

@media (max-width: 1440px) {
  .gt20pro-full .umx-figure-box .umx-icon-box ul li figure.umx-icon4 {
    background-image: url(../images/gt20pro-full-icon4-lg.png);
    background-size: 47px 47px;
    background-position: center;
    background-repeat: no-repeat;
    width: 47px;
    height: 47px
  }
}

@media only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1440px) and (min-resolution: 1.5dppx),(max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1440px) and (min-resolution: 144dpi) {
  .gt20pro-full .umx-figure-box .umx-icon-box ul li figure.umx-icon4 {
    background-image: url(../images/gt20pro-full-icon4-lg-x2.png)
  }
}

@media (max-width: 1440px) {
  .webp .gt20pro-full .umx-figure-box .umx-icon-box ul li figure.umx-icon4 {
    background-image: url(../images/gt20pro-full-icon4-lg.png.webp)
  }
}

@media only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1440px) and (min-resolution: 1.5dppx),(max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1440px) and (min-resolution: 144dpi) {
  .webp .gt20pro-full .umx-figure-box .umx-icon-box ul li figure.umx-icon4 {
    background-image: url(../images/gt20pro-full-icon4-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-full .umx-figure-box .umx-icon-box ul li figure.umx-icon4 {
    background-image: url(../images/gt20pro-full-icon4-lg.png);
    background-size: 30px 30px;
    background-position: center;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .gt20pro-full .umx-figure-box .umx-icon-box ul li figure.umx-icon4 {
    background-image: url(../images/gt20pro-full-icon4-lg-x2.png)
  }
}

@media (max-width: 1000px) {
  .webp .gt20pro-full .umx-figure-box .umx-icon-box ul li figure.umx-icon4 {
    background-image: url(../images/gt20pro-full-icon4-lg.png.webp)
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .webp .gt20pro-full .umx-figure-box .umx-icon-box ul li figure.umx-icon4 {
    background-image: url(../images/gt20pro-full-icon4-lg-x2.png.webp)
  }
}

.gt20pro-full .umx-figure-box .umx-icon-box ul li figure.umx-icon5 {
  background-image: url(../images/gt20pro-full-icon5-lg.png);
  background-size: 64px 64px;
  background-position: center;
  background-repeat: no-repeat;
  width: 64px;
  height: 64px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-full .umx-figure-box .umx-icon-box ul li figure.umx-icon5 {
    background-image: url(../images/gt20pro-full-icon5-lg-x2.png)
  }
}

.webp .gt20pro-full .umx-figure-box .umx-icon-box ul li figure.umx-icon5 {
  background-image: url(../images/gt20pro-full-icon5-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-full .umx-figure-box .umx-icon-box ul li figure.umx-icon5 {
    background-image: url(../images/gt20pro-full-icon5-lg-x2.png.webp)
  }
}

@media (max-width: 1440px) {
  .gt20pro-full .umx-figure-box .umx-icon-box ul li figure.umx-icon5 {
    background-image: url(../images/gt20pro-full-icon5-lg.png);
    background-size: 47px 47px;
    background-position: center;
    background-repeat: no-repeat;
    width: 47px;
    height: 47px
  }
}

@media only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1440px) and (min-resolution: 1.5dppx),(max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1440px) and (min-resolution: 144dpi) {
  .gt20pro-full .umx-figure-box .umx-icon-box ul li figure.umx-icon5 {
    background-image: url(../images/gt20pro-full-icon5-lg-x2.png)
  }
}

@media (max-width: 1440px) {
  .webp .gt20pro-full .umx-figure-box .umx-icon-box ul li figure.umx-icon5 {
    background-image: url(../images/gt20pro-full-icon5-lg.png.webp)
  }
}

@media only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1440px) and (min-resolution: 1.5dppx),(max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1440px) and (min-resolution: 144dpi) {
  .webp .gt20pro-full .umx-figure-box .umx-icon-box ul li figure.umx-icon5 {
    background-image: url(../images/gt20pro-full-icon5-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-full .umx-figure-box .umx-icon-box ul li figure.umx-icon5 {
    background-image: url(../images/gt20pro-full-icon5-lg.png);
    background-size: 30px 30px;
    background-position: center;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .gt20pro-full .umx-figure-box .umx-icon-box ul li figure.umx-icon5 {
    background-image: url(../images/gt20pro-full-icon5-lg-x2.png)
  }
}

@media (max-width: 1000px) {
  .webp .gt20pro-full .umx-figure-box .umx-icon-box ul li figure.umx-icon5 {
    background-image: url(../images/gt20pro-full-icon5-lg.png.webp)
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .webp .gt20pro-full .umx-figure-box .umx-icon-box ul li figure.umx-icon5 {
    background-image: url(../images/gt20pro-full-icon5-lg-x2.png.webp)
  }
}

.gt20pro-full .umx-figure-box .umx-icon-box ul li figure.umx-icon6 {
  background-image: url(../images/gt20pro-full-icon6-lg.png);
  background-size: 64px 64px;
  background-position: center;
  background-repeat: no-repeat;
  width: 64px;
  height: 64px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-full .umx-figure-box .umx-icon-box ul li figure.umx-icon6 {
    background-image: url(../images/gt20pro-full-icon6-lg-x2.png)
  }
}

.webp .gt20pro-full .umx-figure-box .umx-icon-box ul li figure.umx-icon6 {
  background-image: url(../images/gt20pro-full-icon6-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-full .umx-figure-box .umx-icon-box ul li figure.umx-icon6 {
    background-image: url(../images/gt20pro-full-icon6-lg-x2.png.webp)
  }
}

@media (max-width: 1440px) {
  .gt20pro-full .umx-figure-box .umx-icon-box ul li figure.umx-icon6 {
    background-image: url(../images/gt20pro-full-icon6-lg.png);
    background-size: 47px 47px;
    background-position: center;
    background-repeat: no-repeat;
    width: 47px;
    height: 47px
  }
}

@media only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1440px) and (min-resolution: 1.5dppx),(max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1440px) and (min-resolution: 144dpi) {
  .gt20pro-full .umx-figure-box .umx-icon-box ul li figure.umx-icon6 {
    background-image: url(../images/gt20pro-full-icon6-lg-x2.png)
  }
}

@media (max-width: 1440px) {
  .webp .gt20pro-full .umx-figure-box .umx-icon-box ul li figure.umx-icon6 {
    background-image: url(../images/gt20pro-full-icon6-lg.png.webp)
  }
}

@media only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1440px) and (min-resolution: 1.5dppx),(max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1440px) and (min-resolution: 144dpi) {
  .webp .gt20pro-full .umx-figure-box .umx-icon-box ul li figure.umx-icon6 {
    background-image: url(../images/gt20pro-full-icon6-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-full .umx-figure-box .umx-icon-box ul li figure.umx-icon6 {
    background-image: url(../images/gt20pro-full-icon6-lg.png);
    background-size: 30px 30px;
    background-position: center;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .gt20pro-full .umx-figure-box .umx-icon-box ul li figure.umx-icon6 {
    background-image: url(../images/gt20pro-full-icon6-lg-x2.png)
  }
}

@media (max-width: 1000px) {
  .webp .gt20pro-full .umx-figure-box .umx-icon-box ul li figure.umx-icon6 {
    background-image: url(../images/gt20pro-full-icon6-lg.png.webp)
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .webp .gt20pro-full .umx-figure-box .umx-icon-box ul li figure.umx-icon6 {
    background-image: url(../images/gt20pro-full-icon6-lg-x2.png.webp)
  }
}

.gt20pro-full .umx-figure-box .umx-icon-box ul li p {
  color: #86868b;
  line-height: 1;
  font-size: 12px
}

@media (max-width: 1000px) {
  .gt20pro-full .umx-figure-box .umx-icon-box ul li p {
    font-size: 6px
  }
}

.gt20pro-full .umx-figure-box .umx-icon-box ul li:nth-child(3), .gt20pro-full .umx-figure-box .umx-icon-box ul li:nth-child(6) {
  margin-right: 0
}

@media (max-width: 1000px) {
  .gt20pro-full .umx-figure-box .umx-icon-box ul li:nth-child(3), .gt20pro-full .umx-figure-box .umx-icon-box ul li:nth-child(6) {
    margin-right: 2px
  }

  .gt20pro-full .umx-figure-box .umx-icon-box ul li:nth-child(3):nth-child(6), .gt20pro-full .umx-figure-box .umx-icon-box ul li:nth-child(6):nth-child(6) {
    margin-right: 0
  }
}

.gt20pro-full .umx-figure-box .umx-icon-box ul li:nth-child(4), .gt20pro-full .umx-figure-box .umx-icon-box ul li:nth-child(5), .gt20pro-full .umx-figure-box .umx-icon-box ul li:nth-child(6) {
  margin-top: 40px
}

@media (max-width: 1000px) {
  .gt20pro-full .umx-figure-box .umx-icon-box ul li:nth-child(4), .gt20pro-full .umx-figure-box .umx-icon-box ul li:nth-child(5), .gt20pro-full .umx-figure-box .umx-icon-box ul li:nth-child(6) {
    margin-top: 0
  }
}

.gt20pro-signal .umx-section-txt {
  position: absolute;
  mix-blend-mode: screen;
  padding-top: 0
}

@media (max-width: 1000px) {
  .gt20pro-signal .umx-section-txt {
    position: relative;
    padding-left: 24px;
    mix-blend-mode: normal
  }
}

.gt20pro-signal .umx-section-txt .umx-icon-box {
  position: relative
}

.gt20pro-signal .umx-section-txt .umx-icon-box .umx-title-icon {
  background-image: url(../images/gt20pro-signal-title-icon-lg.png);
  background-size: 128px 59px;
  background-position: center;
  background-repeat: no-repeat;
  width: 128px;
  height: 59px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-signal .umx-section-txt .umx-icon-box .umx-title-icon {
    background-image: url(../images/gt20pro-signal-title-icon-lg-x2.png)
  }
}

.webp .gt20pro-signal .umx-section-txt .umx-icon-box .umx-title-icon {
  background-image: url(../images/gt20pro-signal-title-icon-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-signal .umx-section-txt .umx-icon-box .umx-title-icon {
    background-image: url(../images/gt20pro-signal-title-icon-lg-x2.png.webp)
  }
}

@media (max-width: 1440px) {
  .gt20pro-signal .umx-section-txt .umx-icon-box .umx-title-icon {
    background-image: url(../images/gt20pro-signal-title-icon-lg.png);
    background-size: 96px 44px;
    background-position: center;
    background-repeat: no-repeat;
    width: 96px;
    height: 44px
  }
}

@media only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1440px) and (min-resolution: 1.5dppx),(max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1440px) and (min-resolution: 144dpi) {
  .gt20pro-signal .umx-section-txt .umx-icon-box .umx-title-icon {
    background-image: url(../images/gt20pro-signal-title-icon-lg-x2.png)
  }
}

@media (max-width: 1440px) {
  .webp .gt20pro-signal .umx-section-txt .umx-icon-box .umx-title-icon {
    background-image: url(../images/gt20pro-signal-title-icon-lg.png.webp)
  }
}

@media only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1440px) and (min-resolution: 1.5dppx),(max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1440px) and (min-resolution: 144dpi) {
  .webp .gt20pro-signal .umx-section-txt .umx-icon-box .umx-title-icon {
    background-image: url(../images/gt20pro-signal-title-icon-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-signal .umx-section-txt .umx-icon-box .umx-title-icon {
    background-image: url(../images/gt20pro-signal-title-icon-lg.png);
    background-size: 64px 29px;
    background-position: center;
    background-repeat: no-repeat;
    width: 64px;
    height: 29px
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .gt20pro-signal .umx-section-txt .umx-icon-box .umx-title-icon {
    background-image: url(../images/gt20pro-signal-title-icon-lg-x2.png)
  }
}

@media (max-width: 1000px) {
  .webp .gt20pro-signal .umx-section-txt .umx-icon-box .umx-title-icon {
    background-image: url(../images/gt20pro-signal-title-icon-lg.png.webp)
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .webp .gt20pro-signal .umx-section-txt .umx-icon-box .umx-title-icon {
    background-image: url(../images/gt20pro-signal-title-icon-lg-x2.png.webp)
  }
}

.gt20pro-signal .umx-section-txt .umx-txt-special-bg {
  position: relative;
  margin-top: 22px
}

@media (max-width: 1000px) {
  .gt20pro-signal .umx-section-txt .umx-txt-special-bg {
    width: 100%;
    margin-top: 7px
  }
}

.gt20pro-signal .umx-section-txt .umx-ul {
  position: relative;
  margin-top: 50px
}

@media (max-width: 1440px) {
  .gt20pro-signal .umx-section-txt .umx-ul {
    margin-top: 37.5px
  }
}

@media (max-width: 1000px) {
  .gt20pro-signal .umx-section-txt .umx-ul {
    margin-top: 10px
  }
}

.gt20pro-signal .umx-section-txt .umx-ul li {
  position: relative;
  margin-bottom: 36px
}

@media (max-width: 1440px) {
  .gt20pro-signal .umx-section-txt .umx-ul li {
    margin-bottom: 0
  }
}

@media (max-width: 1000px) {
  .gt20pro-signal .umx-section-txt .umx-ul li {
    margin-bottom: -10px
  }
}

@media (max-width: 1440px) {
  .gt20pro-signal .umx-section-txt .umx-ul li:nth-child(2) {
    margin-bottom: 10px
  }
}

@media (max-width: 1000px) {
  .gt20pro-signal .umx-section-txt .umx-ul li:nth-child(2) {
    margin-bottom: -2px
  }
}

.gt20pro-signal .umx-section-txt .umx-ul li p {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: AktivGroteskEx_Bd;
  color: #fff;
  line-height: 1;
  font-size: 22px;
  left: 16px;
  margin-top: -4px
}

@media (max-width: 1440px) {
  .gt20pro-signal .umx-section-txt .umx-ul li p {
    font-size: 16.5px;
    left: 12px
  }
}

@media (max-width: 1000px) {
  .gt20pro-signal .umx-section-txt .umx-ul li p {
    font-size: 9px;
    left: 8px;
    margin-top: -3px
  }
}

.gt20pro-signal .umx-section-txt .umx-ul li .umx-bg-svg1 {
  margin-bottom: 36px;
  background-image: url(../images/gt20pro-signal-bg-svg1-lg.png);
  background-size: 423px 67px;
  background-position: center;
  background-repeat: no-repeat;
  width: 423px;
  height: 67px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-signal .umx-section-txt .umx-ul li .umx-bg-svg1 {
    background-image: url(../images/gt20pro-signal-bg-svg1-lg-x2.png)
  }
}

.webp .gt20pro-signal .umx-section-txt .umx-ul li .umx-bg-svg1 {
  background-image: url(../images/gt20pro-signal-bg-svg1-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-signal .umx-section-txt .umx-ul li .umx-bg-svg1 {
    background-image: url(../images/gt20pro-signal-bg-svg1-lg-x2.png.webp)
  }
}

@media (max-width: 1440px) {
  .gt20pro-signal .umx-section-txt .umx-ul li .umx-bg-svg1 {
    background-image: url(../images/gt20pro-signal-bg-svg1-lg.png);
    background-size: 317px 50px;
    background-position: center;
    background-repeat: no-repeat;
    width: 317px;
    height: 50px;
    margin-bottom: 27px
  }
}

@media only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1440px) and (min-resolution: 1.5dppx),(max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1440px) and (min-resolution: 144dpi) {
  .gt20pro-signal .umx-section-txt .umx-ul li .umx-bg-svg1 {
    background-image: url(../images/gt20pro-signal-bg-svg1-lg-x2.png)
  }
}

@media (max-width: 1440px) {
  .webp .gt20pro-signal .umx-section-txt .umx-ul li .umx-bg-svg1 {
    background-image: url(../images/gt20pro-signal-bg-svg1-lg.png.webp)
  }
}

@media only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1440px) and (min-resolution: 1.5dppx),(max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1440px) and (min-resolution: 144dpi) {
  .webp .gt20pro-signal .umx-section-txt .umx-ul li .umx-bg-svg1 {
    background-image: url(../images/gt20pro-signal-bg-svg1-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-signal .umx-section-txt .umx-ul li .umx-bg-svg1 {
    background-image: url(../images/gt20pro-signal-bg-svg1-lg.png);
    background-size: 211px 33px;
    background-position: center;
    background-repeat: no-repeat;
    width: 211px;
    height: 33px
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .gt20pro-signal .umx-section-txt .umx-ul li .umx-bg-svg1 {
    background-image: url(../images/gt20pro-signal-bg-svg1-lg-x2.png)
  }
}

@media (max-width: 1000px) {
  .webp .gt20pro-signal .umx-section-txt .umx-ul li .umx-bg-svg1 {
    background-image: url(../images/gt20pro-signal-bg-svg1-lg.png.webp)
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .webp .gt20pro-signal .umx-section-txt .umx-ul li .umx-bg-svg1 {
    background-image: url(../images/gt20pro-signal-bg-svg1-lg-x2.png.webp)
  }
}

.gt20pro-signal .umx-section-txt .umx-ul li .umx-bg-svg2 {
  margin-bottom: 36px;
  background-image: url(../images/gt20pro-signal-bg-svg2-lg.png);
  background-size: 326px 67px;
  background-position: center;
  background-repeat: no-repeat;
  width: 326px;
  height: 67px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-signal .umx-section-txt .umx-ul li .umx-bg-svg2 {
    background-image: url(../images/gt20pro-signal-bg-svg2-lg-x2.png)
  }
}

.webp .gt20pro-signal .umx-section-txt .umx-ul li .umx-bg-svg2 {
  background-image: url(../images/gt20pro-signal-bg-svg2-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-signal .umx-section-txt .umx-ul li .umx-bg-svg2 {
    background-image: url(../images/gt20pro-signal-bg-svg2-lg-x2.png.webp)
  }
}

@media (max-width: 1440px) {
  .gt20pro-signal .umx-section-txt .umx-ul li .umx-bg-svg2 {
    background-image: url(../images/gt20pro-signal-bg-svg2-lg.png);
    background-size: 244px 50px;
    background-position: center;
    background-repeat: no-repeat;
    width: 244px;
    height: 50px;
    margin-bottom: 27px
  }
}

@media only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1440px) and (min-resolution: 1.5dppx),(max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1440px) and (min-resolution: 144dpi) {
  .gt20pro-signal .umx-section-txt .umx-ul li .umx-bg-svg2 {
    background-image: url(../images/gt20pro-signal-bg-svg2-lg-x2.png)
  }
}

@media (max-width: 1440px) {
  .webp .gt20pro-signal .umx-section-txt .umx-ul li .umx-bg-svg2 {
    background-image: url(../images/gt20pro-signal-bg-svg2-lg.png.webp)
  }
}

@media only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1440px) and (min-resolution: 1.5dppx),(max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1440px) and (min-resolution: 144dpi) {
  .webp .gt20pro-signal .umx-section-txt .umx-ul li .umx-bg-svg2 {
    background-image: url(../images/gt20pro-signal-bg-svg2-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-signal .umx-section-txt .umx-ul li .umx-bg-svg2 {
    background-image: url(../images/gt20pro-signal-bg-svg2-lg.png);
    background-size: 163px 33px;
    background-position: center;
    background-repeat: no-repeat;
    width: 163px;
    height: 33px
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .gt20pro-signal .umx-section-txt .umx-ul li .umx-bg-svg2 {
    background-image: url(../images/gt20pro-signal-bg-svg2-lg-x2.png)
  }
}

@media (max-width: 1000px) {
  .webp .gt20pro-signal .umx-section-txt .umx-ul li .umx-bg-svg2 {
    background-image: url(../images/gt20pro-signal-bg-svg2-lg.png.webp)
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .webp .gt20pro-signal .umx-section-txt .umx-ul li .umx-bg-svg2 {
    background-image: url(../images/gt20pro-signal-bg-svg2-lg-x2.png.webp)
  }
}

.gt20pro-signal .umx-section-txt .umx-ul li .umx-icon {
  background-image: url(../images/gt20pro-signal-icon-lg.png);
  background-size: 232px 99px;
  background-position: center;
  background-repeat: no-repeat;
  width: 232px;
  height: 99px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-signal .umx-section-txt .umx-ul li .umx-icon {
    background-image: url(../images/gt20pro-signal-icon-lg-x2.png)
  }
}

.webp .gt20pro-signal .umx-section-txt .umx-ul li .umx-icon {
  background-image: url(../images/gt20pro-signal-icon-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-signal .umx-section-txt .umx-ul li .umx-icon {
    background-image: url(../images/gt20pro-signal-icon-lg-x2.png.webp)
  }
}

@media (max-width: 1440px) {
  .gt20pro-signal .umx-section-txt .umx-ul li .umx-icon {
    background-image: url(../images/gt20pro-signal-icon-lg.png);
    background-size: 174px 74px;
    background-position: center;
    background-repeat: no-repeat;
    width: 174px;
    height: 74px
  }
}

@media only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1440px) and (min-resolution: 1.5dppx),(max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1440px) and (min-resolution: 144dpi) {
  .gt20pro-signal .umx-section-txt .umx-ul li .umx-icon {
    background-image: url(../images/gt20pro-signal-icon-lg-x2.png)
  }
}

@media (max-width: 1440px) {
  .webp .gt20pro-signal .umx-section-txt .umx-ul li .umx-icon {
    background-image: url(../images/gt20pro-signal-icon-lg.png.webp)
  }
}

@media only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1440px) and (min-resolution: 1.5dppx),(max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1440px) and (min-resolution: 144dpi) {
  .webp .gt20pro-signal .umx-section-txt .umx-ul li .umx-icon {
    background-image: url(../images/gt20pro-signal-icon-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-signal .umx-section-txt .umx-ul li .umx-icon {
    background-image: url(../images/gt20pro-signal-icon-lg.png);
    background-size: 116px 49px;
    background-position: center;
    background-repeat: no-repeat;
    width: 116px;
    height: 49px
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .gt20pro-signal .umx-section-txt .umx-ul li .umx-icon {
    background-image: url(../images/gt20pro-signal-icon-lg-x2.png)
  }
}

@media (max-width: 1000px) {
  .webp .gt20pro-signal .umx-section-txt .umx-ul li .umx-icon {
    background-image: url(../images/gt20pro-signal-icon-lg.png.webp)
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .webp .gt20pro-signal .umx-section-txt .umx-ul li .umx-icon {
    background-image: url(../images/gt20pro-signal-icon-lg-x2.png.webp)
  }
}

.gt20pro-signal .umx-figure-box {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 2323px;
  height: 1039px;
  margin-left: 600px;
  margin-bottom: 100px
}

@media (min-width: 1921px) {
  .gt20pro-signal .umx-figure-box {
    margin-bottom: 200px
  }
}

@media (max-width: 1440px) {
  .gt20pro-signal .umx-figure-box {
    width: 1742.25px;
    height: 779.25px;
    margin-left: 473px;
    margin-bottom: 75px
  }
}

@media (max-width: 1000px) {
  .gt20pro-signal .umx-figure-box {
    width: 912px;
    height: 448px;
    margin-bottom: 100px;
    margin-left: 160px;
    margin-top: -48px
  }
}

.gt20pro-signal .umx-figure-box .umx-circle-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 255.08px;
  height: 254.52px;
  margin-top: -250px;
  margin-left: -10px;
  mix-blend-mode: screen
}

@media (max-width: 1440px) {
  .gt20pro-signal .umx-figure-box .umx-circle-box {
    width: 191.31px;
    height: 190.89px;
    margin-top: -150px
  }
}

@media (max-width: 1000px) {
  .gt20pro-signal .umx-figure-box .umx-circle-box {
    width: 127.54px;
    height: 127.26px;
    margin-top: 0;
    margin-left: 0
  }
}

.gt20pro-signal .umx-figure-box .umx-circle-box .umx-f-circle {
  position: absolute;
  -webkit-animation: signal-circle 5s infinite;
  animation: signal-circle 5s infinite;
  background-image: url(../images/gt20pro-signal-circle-lg.png);
  background-size: 255px 254px;
  background-position: center;
  background-repeat: no-repeat;
  width: 255px;
  height: 254px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-signal .umx-figure-box .umx-circle-box .umx-f-circle {
    background-image: url(../images/gt20pro-signal-circle-lg-x2.png)
  }
}

.webp .gt20pro-signal .umx-figure-box .umx-circle-box .umx-f-circle {
  background-image: url(../images/gt20pro-signal-circle-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-signal .umx-figure-box .umx-circle-box .umx-f-circle {
    background-image: url(../images/gt20pro-signal-circle-lg-x2.png.webp)
  }
}

@media (max-width: 1440px) {
  .gt20pro-signal .umx-figure-box .umx-circle-box .umx-f-circle {
    background-image: url(../images/gt20pro-signal-circle-lg.png);
    background-size: 191px 190px;
    background-position: center;
    background-repeat: no-repeat;
    width: 191px;
    height: 190px
  }
}

@media only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1440px) and (min-resolution: 1.5dppx),(max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1440px) and (min-resolution: 144dpi) {
  .gt20pro-signal .umx-figure-box .umx-circle-box .umx-f-circle {
    background-image: url(../images/gt20pro-signal-circle-lg-x2.png)
  }
}

@media (max-width: 1440px) {
  .webp .gt20pro-signal .umx-figure-box .umx-circle-box .umx-f-circle {
    background-image: url(../images/gt20pro-signal-circle-lg.png.webp)
  }
}

@media only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1440px) and (min-resolution: 1.5dppx),(max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1440px) and (min-resolution: 144dpi) {
  .webp .gt20pro-signal .umx-figure-box .umx-circle-box .umx-f-circle {
    background-image: url(../images/gt20pro-signal-circle-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-signal .umx-figure-box .umx-circle-box .umx-f-circle {
    background-image: url(../images/gt20pro-signal-circle-lg.png);
    background-size: 127px 127px;
    background-position: center;
    background-repeat: no-repeat;
    width: 127px;
    height: 127px
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .gt20pro-signal .umx-figure-box .umx-circle-box .umx-f-circle {
    background-image: url(../images/gt20pro-signal-circle-lg-x2.png)
  }
}

@media (max-width: 1000px) {
  .webp .gt20pro-signal .umx-figure-box .umx-circle-box .umx-f-circle {
    background-image: url(../images/gt20pro-signal-circle-lg.png.webp)
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .webp .gt20pro-signal .umx-figure-box .umx-circle-box .umx-f-circle {
    background-image: url(../images/gt20pro-signal-circle-lg-x2.png.webp)
  }
}

.gt20pro-signal .umx-figure-box .umx-circle-box .umx-f-circle1 {
  margin-left: -810px
}

@media (max-width: 1440px) {
  .gt20pro-signal .umx-figure-box .umx-circle-box .umx-f-circle1 {
    margin-left: -607.5px
  }
}

@media (max-width: 1000px) {
  .gt20pro-signal .umx-figure-box .umx-circle-box .umx-f-circle1 {
    margin-left: -260px
  }
}

.gt20pro-signal .umx-figure-box .umx-circle-box .umx-f-circle3 {
  margin-left: -810px;
  margin-top: 360px
}

@media (max-width: 1440px) {
  .gt20pro-signal .umx-figure-box .umx-circle-box .umx-f-circle3 {
    margin-left: -607.5px;
    margin-top: 240px
  }
}

@media (max-width: 1000px) {
  .gt20pro-signal .umx-figure-box .umx-circle-box .umx-f-circle3 {
    margin-left: -260px;
    margin-top: 130px
  }
}

.gt20pro-signal .umx-figure-box .umx-circle-box .umx-f-circle4 {
  margin-top: 360px
}

@media (max-width: 1440px) {
  .gt20pro-signal .umx-figure-box .umx-circle-box .umx-f-circle4 {
    margin-top: 240px
  }
}

@media (max-width: 1000px) {
  .gt20pro-signal .umx-figure-box .umx-circle-box .umx-f-circle4 {
    margin-top: 130px
  }
}

.gt20pro-signal .umx-figure-box .umx-f1 {
  position: relative;
  background-image: url(../images/gt20pro-signal-img1-lg.png);
  background-size: 2323px 1039px;
  background-position: center;
  background-repeat: no-repeat;
  width: 2323px;
  height: 1039px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-signal .umx-figure-box .umx-f1 {
    background-image: url(../images/gt20pro-signal-img1-lg-x2.png)
  }
}

.webp .gt20pro-signal .umx-figure-box .umx-f1 {
  background-image: url(../images/gt20pro-signal-img1-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-signal .umx-figure-box .umx-f1 {
    background-image: url(../images/gt20pro-signal-img1-lg-x2.png.webp)
  }
}

@media (max-width: 1440px) {
  .gt20pro-signal .umx-figure-box .umx-f1 {
    background-image: url(../images/gt20pro-signal-img1-lg.png);
    background-size: 1742px 779px;
    background-position: center;
    background-repeat: no-repeat;
    width: 1742px;
    height: 779px
  }
}

@media only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1440px) and (min-resolution: 1.5dppx),(max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1440px) and (min-resolution: 144dpi) {
  .gt20pro-signal .umx-figure-box .umx-f1 {
    background-image: url(../images/gt20pro-signal-img1-lg-x2.png)
  }
}

@media (max-width: 1440px) {
  .webp .gt20pro-signal .umx-figure-box .umx-f1 {
    background-image: url(../images/gt20pro-signal-img1-lg.png.webp)
  }
}

@media only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1440px) and (min-resolution: 1.5dppx),(max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1440px) and (min-resolution: 144dpi) {
  .webp .gt20pro-signal .umx-figure-box .umx-f1 {
    background-image: url(../images/gt20pro-signal-img1-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-signal .umx-figure-box .umx-f1 {
    background-image: url(../images/gt20pro-signal-img1-mb.png);
    background-size: 912px 448px;
    background-position: center;
    background-repeat: no-repeat;
    width: 912px;
    height: 448px
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .gt20pro-signal .umx-figure-box .umx-f1 {
    background-image: url(../images/gt20pro-signal-img1-mb-x2.png)
  }
}

@media (max-width: 1000px) {
  .webp .gt20pro-signal .umx-figure-box .umx-f1 {
    background-image: url(../images/gt20pro-signal-img1-mb.png.webp)
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .webp .gt20pro-signal .umx-figure-box .umx-f1 {
    background-image: url(../images/gt20pro-signal-img1-mb-x2.png.webp)
  }
}

.gt20pro-signal .umx-figure-box .umx-f2-box {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-image: cover;
  mask-image: cover;
  -webkit-mask-image: url(../images/gt20pro-signal-mask.svg);
  mask-image: url(../images/gt20pro-signal-mask.svg)
}

@media (max-width: 1000px) {
  .gt20pro-signal .umx-figure-box .umx-f2-box {
    -webkit-mask-image: url(../images/gt20pro-signal-mask-mb.svg);
    mask-image: url(../images/gt20pro-signal-mask-mb.svg)
  }
}

.gt20pro-signal .umx-figure-box .umx-f2-box .umx-section {
  padding-top: 80px;
  margin-left: 150px
}

@media (max-width: 1440px) {
  .gt20pro-signal .umx-figure-box .umx-f2-box .umx-section {
    padding-top: 60px;
    margin-left: 72px
  }
}

@media (max-width: 1000px) {
  .gt20pro-signal .umx-figure-box .umx-f2-box .umx-section {
    margin-left: 290px;
    padding-top: 40px;
    width: 360px
  }
}

@media (max-width: 1000px) {
  .gt20pro-signal .umx-figure-box .umx-f2-box .umx-section .umx-title .umx-intro, .gt20pro-signal .umx-figure-box .umx-f2-box .umx-section .umx-title .umx-main-title {
    padding: 0;
    width: 160px
  }
}

.gt20pro-signal .umx-figure-box .umx-f2-box .umx-video-contnt {
  position: absolute;
  width: 832px;
  height: 372px;
  top: 336px;
  margin-left: 332px;
  overflow: hidden
}

@media (max-width: 1440px) {
  .gt20pro-signal .umx-figure-box .umx-f2-box .umx-video-contnt {
    width: 624px;
    height: 279px;
    top: 252px;
    margin-left: 249px
  }
}

@media (max-width: 1000px) {
  .gt20pro-signal .umx-figure-box .umx-f2-box .umx-video-contnt {
    top: 232px;
    margin-left: 190px;
    width: 270.72px;
    height: 120px
  }
}

.gt20pro-signal .umx-figure-box .umx-f2-box .umx-video-contnt .umx-video-box2 {
  position: absolute;
  width: 100%;
  height: 468px
}

@media (max-width: 1440px) {
  .gt20pro-signal .umx-figure-box .umx-f2-box .umx-video-contnt .umx-video-box2 {
    height: 351px
  }
}

@media (max-width: 1000px) {
  .gt20pro-signal .umx-figure-box .umx-f2-box .umx-video-contnt .umx-video-box2 {
    height: 152.28px
  }
}

.gt20pro-signal .umx-figure-box .umx-f2-box .umx-video-contnt .umx-video-box2 .umx-signal-video {
  position: absolute;
  width: 100%;
  height: 100%
}

.gt20pro-signal .umx-figure-box .umx-f2-box .umx-video-contnt .umx-video-box2 .umx-signal-video video {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.gt20pro-signal .umx-figure-box .umx-f2-box .umx-video-contnt .umx-video-box2 .umx-signal-video-img {
  position: absolute;
  width: 100%;
  height: 100%;
  display: none
}

.gt20pro-signal .umx-figure-box .umx-f2-box .umx-f2-pic {
  position: absolute;
  bottom: 30px;
  margin-left: -142px;
  width: 1778px;
  height: 767px
}

@media (max-width: 1440px) {
  .gt20pro-signal .umx-figure-box .umx-f2-box .umx-f2-pic {
    bottom: 22.5px;
    margin-left: -106.5px;
    width: 1333.5px;
    height: 575.25px
  }
}

@media (max-width: 1000px) {
  .gt20pro-signal .umx-figure-box .umx-f2-box .umx-f2-pic {
    bottom: 0;
    margin-left: 40px;
    width: 570px;
    height: 246.5px
  }
}

.gt20pro-signal .umx-figure-box .umx-f2-box .umx-f2-pic figure {
  position: absolute;
  top: 0
}

.gt20pro-signal .umx-figure-box .umx-f2-box .umx-f2-pic figure.umx-f2 {
  background-image: url(../images/gt20pro-signal-img2-lg.png);
  background-size: 1778px 767px;
  background-position: center;
  background-repeat: no-repeat;
  width: 1778px;
  height: 767px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-signal .umx-figure-box .umx-f2-box .umx-f2-pic figure.umx-f2 {
    background-image: url(../images/gt20pro-signal-img2-lg-x2.png)
  }
}

.webp .gt20pro-signal .umx-figure-box .umx-f2-box .umx-f2-pic figure.umx-f2 {
  background-image: url(../images/gt20pro-signal-img2-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-signal .umx-figure-box .umx-f2-box .umx-f2-pic figure.umx-f2 {
    background-image: url(../images/gt20pro-signal-img2-lg-x2.png.webp)
  }
}

@media (max-width: 1440px) {
  .gt20pro-signal .umx-figure-box .umx-f2-box .umx-f2-pic figure.umx-f2 {
    background-image: url(../images/gt20pro-signal-img2-lg.png);
    background-size: 1333px 575px;
    background-position: center;
    background-repeat: no-repeat;
    width: 1333px;
    height: 575px
  }
}

@media only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1440px) and (min-resolution: 1.5dppx),(max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1440px) and (min-resolution: 144dpi) {
  .gt20pro-signal .umx-figure-box .umx-f2-box .umx-f2-pic figure.umx-f2 {
    background-image: url(../images/gt20pro-signal-img2-lg-x2.png)
  }
}

@media (max-width: 1440px) {
  .webp .gt20pro-signal .umx-figure-box .umx-f2-box .umx-f2-pic figure.umx-f2 {
    background-image: url(../images/gt20pro-signal-img2-lg.png.webp)
  }
}

@media only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1440px) and (min-resolution: 1.5dppx),(max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1440px) and (min-resolution: 144dpi) {
  .webp .gt20pro-signal .umx-figure-box .umx-f2-box .umx-f2-pic figure.umx-f2 {
    background-image: url(../images/gt20pro-signal-img2-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-signal .umx-figure-box .umx-f2-box .umx-f2-pic figure.umx-f2 {
    background-image: url(../images/gt20pro-signal-img2-mb.png);
    background-size: 570px 246px;
    background-position: center;
    background-repeat: no-repeat;
    width: 570px;
    height: 246px
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .gt20pro-signal .umx-figure-box .umx-f2-box .umx-f2-pic figure.umx-f2 {
    background-image: url(../images/gt20pro-signal-img2-mb-x2.png)
  }
}

@media (max-width: 1000px) {
  .webp .gt20pro-signal .umx-figure-box .umx-f2-box .umx-f2-pic figure.umx-f2 {
    background-image: url(../images/gt20pro-signal-img2-mb.png.webp)
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .webp .gt20pro-signal .umx-figure-box .umx-f2-box .umx-f2-pic figure.umx-f2 {
    background-image: url(../images/gt20pro-signal-img2-mb-x2.png.webp)
  }
}

.gt20pro-signal .umx-figure-box .umx-f2-box .umx-f2-pic figure.umx-f3 {
  background-image: url(../images/gt20pro-signal-img3-lg.png);
  background-size: 1778px 767px;
  background-position: center;
  background-repeat: no-repeat;
  width: 1778px;
  height: 767px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-signal .umx-figure-box .umx-f2-box .umx-f2-pic figure.umx-f3 {
    background-image: url(../images/gt20pro-signal-img3-lg-x2.png)
  }
}

.webp .gt20pro-signal .umx-figure-box .umx-f2-box .umx-f2-pic figure.umx-f3 {
  background-image: url(../images/gt20pro-signal-img3-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-signal .umx-figure-box .umx-f2-box .umx-f2-pic figure.umx-f3 {
    background-image: url(../images/gt20pro-signal-img3-lg-x2.png.webp)
  }
}

@media (max-width: 1440px) {
  .gt20pro-signal .umx-figure-box .umx-f2-box .umx-f2-pic figure.umx-f3 {
    background-image: url(../images/gt20pro-signal-img3-lg.png);
    background-size: 1333px 575px;
    background-position: center;
    background-repeat: no-repeat;
    width: 1333px;
    height: 575px
  }
}

@media only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1440px) and (min-resolution: 1.5dppx),(max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1440px) and (min-resolution: 144dpi) {
  .gt20pro-signal .umx-figure-box .umx-f2-box .umx-f2-pic figure.umx-f3 {
    background-image: url(../images/gt20pro-signal-img3-lg-x2.png)
  }
}

@media (max-width: 1440px) {
  .webp .gt20pro-signal .umx-figure-box .umx-f2-box .umx-f2-pic figure.umx-f3 {
    background-image: url(../images/gt20pro-signal-img3-lg.png.webp)
  }
}

@media only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1440px) and (min-resolution: 1.5dppx),(max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1440px) and (min-resolution: 144dpi) {
  .webp .gt20pro-signal .umx-figure-box .umx-f2-box .umx-f2-pic figure.umx-f3 {
    background-image: url(../images/gt20pro-signal-img3-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-signal .umx-figure-box .umx-f2-box .umx-f2-pic figure.umx-f3 {
    background-image: url(../images/gt20pro-signal-img3-mb.png);
    background-size: 570px 246px;
    background-position: center;
    background-repeat: no-repeat;
    width: 570px;
    height: 246px
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .gt20pro-signal .umx-figure-box .umx-f2-box .umx-f2-pic figure.umx-f3 {
    background-image: url(../images/gt20pro-signal-img3-mb-x2.png)
  }
}

@media (max-width: 1000px) {
  .webp .gt20pro-signal .umx-figure-box .umx-f2-box .umx-f2-pic figure.umx-f3 {
    background-image: url(../images/gt20pro-signal-img3-mb.png.webp)
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .webp .gt20pro-signal .umx-figure-box .umx-f2-box .umx-f2-pic figure.umx-f3 {
    background-image: url(../images/gt20pro-signal-img3-mb-x2.png.webp)
  }
}

.gt20pro-signal .umx-figure-box .umx-f2-box .umx-f2-pic figure.umx-f3 {
  -webkit-animation: flashAnt 3s infinite;
  animation: flashAnt 3s infinite
}

.gt20pro-charge .umx-svg-line {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  top: 70px;
  background-image: url(../images/gt20pro-charge-line-svg-lg.png);
  background-size: 1618px 255px;
  background-position: center;
  background-repeat: no-repeat;
  width: 1618px;
  height: 255px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-charge .umx-svg-line {
    background-image: url(../images/gt20pro-charge-line-svg-lg-x2.png)
  }
}

.webp .gt20pro-charge .umx-svg-line {
  background-image: url(../images/gt20pro-charge-line-svg-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-charge .umx-svg-line {
    background-image: url(../images/gt20pro-charge-line-svg-lg-x2.png.webp)
  }
}

@media (max-width: 1440px) {
  .gt20pro-charge .umx-svg-line {
    background-image: url(../images/gt20pro-charge-line-svg-lg.png);
    background-size: 1213px 191px;
    background-position: center;
    background-repeat: no-repeat;
    width: 1213px;
    height: 191px
  }
}

@media only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1440px) and (min-resolution: 1.5dppx),(max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1440px) and (min-resolution: 144dpi) {
  .gt20pro-charge .umx-svg-line {
    background-image: url(../images/gt20pro-charge-line-svg-lg-x2.png)
  }
}

@media (max-width: 1440px) {
  .webp .gt20pro-charge .umx-svg-line {
    background-image: url(../images/gt20pro-charge-line-svg-lg.png.webp)
  }
}

@media only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1440px) and (min-resolution: 1.5dppx),(max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1440px) and (min-resolution: 144dpi) {
  .webp .gt20pro-charge .umx-svg-line {
    background-image: url(../images/gt20pro-charge-line-svg-lg-x2.png.webp)
  }
}

@media (max-width: 1440px) {
  .gt20pro-charge .umx-svg-line {
    top: 52.5px
  }
}

@media (max-width: 1000px) {
  .gt20pro-charge .umx-svg-line {
    display: none
  }
}

.gt20pro-charge .umx-svg-line path {
  stroke-dasharray: 2000;
  stroke-dashoffset: 2000
}

.gt20pro-charge .umx-section-box {
  position: absolute;
  mix-blend-mode: screen;
  padding-top: 340px;
  left: -50px;
  top: 0
}

@media (max-width: 1024px) {
  .gt20pro-charge .umx-section-box {
    left: 50px
  }
}

@media (max-width: 1000px) {
  .gt20pro-charge .umx-section-box {
    padding-top: 0;
    left: 0;
    mix-blend-mode: normal
  }
}

.gt20pro-charge .umx-section-box .umx-txt-special-bg {
  position: relative;
  margin-top: 110px
}

@media (max-width: 1000px) {
  .gt20pro-charge .umx-section-box .umx-txt-special-bg {
    margin-top: 0;
    width: calc(100vw - 48px)
  }
}

.gt20pro-charge .umx-section-box .umx-txt {
  position: relative;
  width: 618px;
  margin-top: 50px;
  margin-left: -50px
}

@media (max-width: 1440px) {
  .gt20pro-charge .umx-section-box .umx-txt {
    width: 463.5px;
    margin-top: 37.5px;
    margin-left: -37.5px
  }
}

@media (max-width: 1000px) {
  .gt20pro-charge .umx-section-box .umx-txt {
    width: 85.83333vw;
    margin-top: 20px;
    margin-left: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
  }
}

@media (max-width: 1440px) {
  .gt20pro-charge .umx-section-box .umx-txt .umx-fram-svg {
    -webkit-transform: scale(.75);
    -ms-transform: scale(.75);
    transform: scale(.75);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
  }
}

@media (max-width: 1000px) {
  .gt20pro-charge .umx-section-box .umx-txt .umx-fram-svg {
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5)
  }
}

.gt20pro-charge .umx-section-box .umx-txt .umx-txt-c {
  position: absolute;
  top: 60px;
  left: 64px
}

@media (max-width: 1440px) {
  .gt20pro-charge .umx-section-box .umx-txt .umx-txt-c {
    top: 45px;
    left: 48px
  }
}

@media (max-width: 1000px) {
  .gt20pro-charge .umx-section-box .umx-txt .umx-txt-c {
    top: 22px;
    left: 30px
  }
}

.gt20pro-charge .umx-section-box .umx-txt .umx-txt-c .umx-section {
  padding-top: 0
}

@media (max-width: 1000px) {
  .gt20pro-charge .umx-section-box .umx-txt .umx-txt-c .umx-section .umx-title .umx-intro, .gt20pro-charge .umx-section-box .umx-txt .umx-txt-c .umx-section .umx-title .umx-main-title {
    padding: 0;
    width: 232px
  }
}

.gt20pro-charge .umx-figure-box {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1800px;
  height: 875px;
  margin-left: 450px;
  margin-bottom: 200px
}

@media (max-width: 1440px) {
  .gt20pro-charge .umx-figure-box {
    width: 1350px;
    height: 656.25px;
    margin-left: 337.5px
  }
}

@media (max-width: 1024px) {
  .gt20pro-charge .umx-figure-box {
    -webkit-transform: translateX(-50%) scale(.9);
    -ms-transform: translateX(-50%) scale(.9);
    transform: translateX(-50%) scale(.9);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center
  }
}

@media (max-width: 1000px) {
  .gt20pro-charge .umx-figure-box {
    -webkit-transform: translateX(-50%) scale(1);
    -ms-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
    width: 170.55556vw;
    height: auto;
    margin-left: 13.88889vw;
    margin-top: 100px;
    margin-bottom: -20px
  }
}

.gt20pro-charge .umx-figure-box .umx-f1 {
  background-image: url(../images/gt20pro-charge-img1-lg.png);
  background-size: 1800px 875px;
  background-position: center;
  background-repeat: no-repeat;
  width: 1800px;
  height: 875px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-charge .umx-figure-box .umx-f1 {
    background-image: url(../images/gt20pro-charge-img1-lg-x2.png)
  }
}

.webp .gt20pro-charge .umx-figure-box .umx-f1 {
  background-image: url(../images/gt20pro-charge-img1-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-charge .umx-figure-box .umx-f1 {
    background-image: url(../images/gt20pro-charge-img1-lg-x2.png.webp)
  }
}

@media (max-width: 1440px) {
  .gt20pro-charge .umx-figure-box .umx-f1 {
    background-image: url(../images/gt20pro-charge-img1-lg.png);
    background-size: 1350px 656px;
    background-position: center;
    background-repeat: no-repeat;
    width: 1350px;
    height: 656px
  }
}

@media only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1440px) and (min-resolution: 1.5dppx),(max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1440px) and (min-resolution: 144dpi) {
  .gt20pro-charge .umx-figure-box .umx-f1 {
    background-image: url(../images/gt20pro-charge-img1-lg-x2.png)
  }
}

@media (max-width: 1440px) {
  .webp .gt20pro-charge .umx-figure-box .umx-f1 {
    background-image: url(../images/gt20pro-charge-img1-lg.png.webp)
  }
}

@media only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1440px) and (min-resolution: 1.5dppx),(max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1440px) and (min-resolution: 144dpi) {
  .webp .gt20pro-charge .umx-figure-box .umx-f1 {
    background-image: url(../images/gt20pro-charge-img1-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-charge .umx-figure-box .umx-f1 {
    background-image: url(../images/gt20pro-charge-img1-mb.jpg);
    background-size: 614px 438px;
    background-position: center;
    background-repeat: no-repeat;
    width: 614px;
    height: 438px
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .gt20pro-charge .umx-figure-box .umx-f1 {
    background-image: url(../images/gt20pro-charge-img1-mb-x2.jpg)
  }
}

@media (max-width: 1000px) {
  .webp .gt20pro-charge .umx-figure-box .umx-f1 {
    background-image: url(../images/gt20pro-charge-img1-mb.jpg.webp)
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .webp .gt20pro-charge .umx-figure-box .umx-f1 {
    background-image: url(../images/gt20pro-charge-img1-mb-x2.jpg.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-charge .umx-figure-box .umx-f1 {
    background-size: 170.55556vw 121.66667vw;
    width: 170.55556vw;
    height: 121.66667vw
  }
}

.gt20pro-charge .umx-figure-box .umx-f2-box {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-image: cover;
  mask-image: cover;
  -webkit-mask-image: url(../images/gt20pro-charge-mask.svg);
  mask-image: url(../images/gt20pro-charge-mask.svg)
}

@media (max-width: 1000px) {
  .gt20pro-charge .umx-figure-box .umx-f2-box {
    -webkit-mask-image: url(../images/gt20pro-charge-mask-mb.svg);
    mask-image: url(../images/gt20pro-charge-mask-mb.svg)
  }
}

.gt20pro-charge .umx-figure-box .umx-f2-box .umx-video-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-left: -580px;
  width: 1363.2px;
  height: 766.8px
}

@media (max-width: 1000px) {
  .gt20pro-charge .umx-figure-box .umx-f2-box .umx-video-box {
    width: 189.33333vw;
    height: 106.5vw;
    margin-left: -27.77778vw
  }
}

.gt20pro-charge .umx-figure-box .umx-f2-box .umx-video-box .umx-charge-video {
  position: absolute;
  width: 100%;
  height: 100%
}

.gt20pro-charge .umx-figure-box .umx-f2-box .umx-video-box .umx-charge-video video {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.gt20pro-charge .umx-figure-box .umx-f2-box .umx-video-box .umx-charge-video-img {
  position: absolute;
  width: 100%;
  height: 100%;
  display: none
}

.gt20pro-charge .umx-parameter-box {
  position: absolute;
  top: 250px;
  left: 886px
}

@media (max-width: 1440px) {
  .gt20pro-charge .umx-parameter-box {
    top: 168px;
    left: 664.5px
  }
}

@media (max-width: 1000px) {
  .gt20pro-charge .umx-parameter-box {
    position: relative;
    top: auto;
    left: 0;
    padding-left: 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-bottom: 50px
  }
}

@media (max-width: 1000px) {
  .gt20pro-charge .umx-parameter-box ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
  }
}

.gt20pro-charge .umx-parameter-box ul li {
  position: relative;
  margin-bottom: 6px
}

@media (max-width: 1440px) {
  .gt20pro-charge .umx-parameter-box ul li {
    margin-bottom: 4.5px
  }
}

@media (max-width: 1000px) {
  .gt20pro-charge .umx-parameter-box ul li {
    width: 157.32px
  }
}

.gt20pro-charge .umx-parameter-box ul li figure {
  position: relative
}

.gt20pro-charge .umx-parameter-box ul li figure.umx-icon1 {
  background-image: url(../images/gt20pro-charge-icon1-lg.png);
  background-size: 320px 70px;
  background-position: center;
  background-repeat: no-repeat;
  width: 320px;
  height: 70px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-charge .umx-parameter-box ul li figure.umx-icon1 {
    background-image: url(../images/gt20pro-charge-icon1-lg-x2.png)
  }
}

.webp .gt20pro-charge .umx-parameter-box ul li figure.umx-icon1 {
  background-image: url(../images/gt20pro-charge-icon1-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-charge .umx-parameter-box ul li figure.umx-icon1 {
    background-image: url(../images/gt20pro-charge-icon1-lg-x2.png.webp)
  }
}

@media (max-width: 1440px) {
  .gt20pro-charge .umx-parameter-box ul li figure.umx-icon1 {
    background-image: url(../images/gt20pro-charge-icon1-lg.png);
    background-size: 240px 52px;
    background-position: center;
    background-repeat: no-repeat;
    width: 240px;
    height: 52px
  }
}

@media only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1440px) and (min-resolution: 1.5dppx),(max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1440px) and (min-resolution: 144dpi) {
  .gt20pro-charge .umx-parameter-box ul li figure.umx-icon1 {
    background-image: url(../images/gt20pro-charge-icon1-lg-x2.png)
  }
}

@media (max-width: 1440px) {
  .webp .gt20pro-charge .umx-parameter-box ul li figure.umx-icon1 {
    background-image: url(../images/gt20pro-charge-icon1-lg.png.webp)
  }
}

@media only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1440px) and (min-resolution: 1.5dppx),(max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1440px) and (min-resolution: 144dpi) {
  .webp .gt20pro-charge .umx-parameter-box ul li figure.umx-icon1 {
    background-image: url(../images/gt20pro-charge-icon1-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-charge .umx-parameter-box ul li figure.umx-icon1 {
    background-image: url(../images/gt20pro-charge-icon1-lg.png);
    background-size: 144px 31px;
    background-position: center;
    background-repeat: no-repeat;
    width: 144px;
    height: 31px
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .gt20pro-charge .umx-parameter-box ul li figure.umx-icon1 {
    background-image: url(../images/gt20pro-charge-icon1-lg-x2.png)
  }
}

@media (max-width: 1000px) {
  .webp .gt20pro-charge .umx-parameter-box ul li figure.umx-icon1 {
    background-image: url(../images/gt20pro-charge-icon1-lg.png.webp)
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .webp .gt20pro-charge .umx-parameter-box ul li figure.umx-icon1 {
    background-image: url(../images/gt20pro-charge-icon1-lg-x2.png.webp)
  }
}

.gt20pro-charge .umx-parameter-box ul li figure.umx-icon2 {
  background-image: url(../images/gt20pro-charge-icon2-lg.png);
  background-size: 343px 83px;
  background-position: center;
  background-repeat: no-repeat;
  width: 343px;
  height: 83px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-charge .umx-parameter-box ul li figure.umx-icon2 {
    background-image: url(../images/gt20pro-charge-icon2-lg-x2.png)
  }
}

.webp .gt20pro-charge .umx-parameter-box ul li figure.umx-icon2 {
  background-image: url(../images/gt20pro-charge-icon2-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-charge .umx-parameter-box ul li figure.umx-icon2 {
    background-image: url(../images/gt20pro-charge-icon2-lg-x2.png.webp)
  }
}

@media (max-width: 1440px) {
  .gt20pro-charge .umx-parameter-box ul li figure.umx-icon2 {
    background-image: url(../images/gt20pro-charge-icon2-lg.png);
    background-size: 257px 62px;
    background-position: center;
    background-repeat: no-repeat;
    width: 257px;
    height: 62px
  }
}

@media only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1440px) and (min-resolution: 1.5dppx),(max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1440px) and (min-resolution: 144dpi) {
  .gt20pro-charge .umx-parameter-box ul li figure.umx-icon2 {
    background-image: url(../images/gt20pro-charge-icon2-lg-x2.png)
  }
}

@media (max-width: 1440px) {
  .webp .gt20pro-charge .umx-parameter-box ul li figure.umx-icon2 {
    background-image: url(../images/gt20pro-charge-icon2-lg.png.webp)
  }
}

@media only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1440px) and (min-resolution: 1.5dppx),(max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1440px) and (min-resolution: 144dpi) {
  .webp .gt20pro-charge .umx-parameter-box ul li figure.umx-icon2 {
    background-image: url(../images/gt20pro-charge-icon2-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-charge .umx-parameter-box ul li figure.umx-icon2 {
    background-image: url(../images/gt20pro-charge-icon2-lg.png);
    background-size: 154px 37px;
    background-position: center;
    background-repeat: no-repeat;
    width: 154px;
    height: 37px
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .gt20pro-charge .umx-parameter-box ul li figure.umx-icon2 {
    background-image: url(../images/gt20pro-charge-icon2-lg-x2.png)
  }
}

@media (max-width: 1000px) {
  .webp .gt20pro-charge .umx-parameter-box ul li figure.umx-icon2 {
    background-image: url(../images/gt20pro-charge-icon2-lg.png.webp)
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .webp .gt20pro-charge .umx-parameter-box ul li figure.umx-icon2 {
    background-image: url(../images/gt20pro-charge-icon2-lg-x2.png.webp)
  }
}

.gt20pro-charge .umx-parameter-box ul li figure.umx-icon3 {
  background-image: url(../images/gt20pro-charge-icon3-lg.png);
  background-size: 341px 83px;
  background-position: center;
  background-repeat: no-repeat;
  width: 341px;
  height: 83px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-charge .umx-parameter-box ul li figure.umx-icon3 {
    background-image: url(../images/gt20pro-charge-icon3-lg-x2.png)
  }
}

.webp .gt20pro-charge .umx-parameter-box ul li figure.umx-icon3 {
  background-image: url(../images/gt20pro-charge-icon3-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-charge .umx-parameter-box ul li figure.umx-icon3 {
    background-image: url(../images/gt20pro-charge-icon3-lg-x2.png.webp)
  }
}

@media (max-width: 1440px) {
  .gt20pro-charge .umx-parameter-box ul li figure.umx-icon3 {
    background-image: url(../images/gt20pro-charge-icon3-lg.png);
    background-size: 255px 62px;
    background-position: center;
    background-repeat: no-repeat;
    width: 255px;
    height: 62px
  }
}

@media only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1440px) and (min-resolution: 1.5dppx),(max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1440px) and (min-resolution: 144dpi) {
  .gt20pro-charge .umx-parameter-box ul li figure.umx-icon3 {
    background-image: url(../images/gt20pro-charge-icon3-lg-x2.png)
  }
}

@media (max-width: 1440px) {
  .webp .gt20pro-charge .umx-parameter-box ul li figure.umx-icon3 {
    background-image: url(../images/gt20pro-charge-icon3-lg.png.webp)
  }
}

@media only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1440px) and (min-resolution: 1.5dppx),(max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1440px) and (min-resolution: 144dpi) {
  .webp .gt20pro-charge .umx-parameter-box ul li figure.umx-icon3 {
    background-image: url(../images/gt20pro-charge-icon3-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-charge .umx-parameter-box ul li figure.umx-icon3 {
    background-image: url(../images/gt20pro-charge-icon3-lg.png);
    background-size: 153px 37px;
    background-position: center;
    background-repeat: no-repeat;
    width: 153px;
    height: 37px
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .gt20pro-charge .umx-parameter-box ul li figure.umx-icon3 {
    background-image: url(../images/gt20pro-charge-icon3-lg-x2.png)
  }
}

@media (max-width: 1000px) {
  .webp .gt20pro-charge .umx-parameter-box ul li figure.umx-icon3 {
    background-image: url(../images/gt20pro-charge-icon3-lg.png.webp)
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .webp .gt20pro-charge .umx-parameter-box ul li figure.umx-icon3 {
    background-image: url(../images/gt20pro-charge-icon3-lg-x2.png.webp)
  }
}

.gt20pro-charge .umx-parameter-box ul li figure.umx-icon4 {
  background-image: url(../images/gt20pro-charge-icon4-lg.png);
  background-size: 212px 58px;
  background-position: center;
  background-repeat: no-repeat;
  width: 212px;
  height: 58px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-charge .umx-parameter-box ul li figure.umx-icon4 {
    background-image: url(../images/gt20pro-charge-icon4-lg-x2.png)
  }
}

.webp .gt20pro-charge .umx-parameter-box ul li figure.umx-icon4 {
  background-image: url(../images/gt20pro-charge-icon4-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-charge .umx-parameter-box ul li figure.umx-icon4 {
    background-image: url(../images/gt20pro-charge-icon4-lg-x2.png.webp)
  }
}

@media (max-width: 1440px) {
  .gt20pro-charge .umx-parameter-box ul li figure.umx-icon4 {
    background-image: url(../images/gt20pro-charge-icon4-lg.png);
    background-size: 159px 43px;
    background-position: center;
    background-repeat: no-repeat;
    width: 159px;
    height: 43px
  }
}

@media only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1440px) and (min-resolution: 1.5dppx),(max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1440px) and (min-resolution: 144dpi) {
  .gt20pro-charge .umx-parameter-box ul li figure.umx-icon4 {
    background-image: url(../images/gt20pro-charge-icon4-lg-x2.png)
  }
}

@media (max-width: 1440px) {
  .webp .gt20pro-charge .umx-parameter-box ul li figure.umx-icon4 {
    background-image: url(../images/gt20pro-charge-icon4-lg.png.webp)
  }
}

@media only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1440px) and (min-resolution: 1.5dppx),(max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1440px) and (min-resolution: 144dpi) {
  .webp .gt20pro-charge .umx-parameter-box ul li figure.umx-icon4 {
    background-image: url(../images/gt20pro-charge-icon4-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-charge .umx-parameter-box ul li figure.umx-icon4 {
    background-image: url(../images/gt20pro-charge-icon4-lg.png);
    background-size: 106px 29px;
    background-position: center;
    background-repeat: no-repeat;
    width: 106px;
    height: 29px
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .gt20pro-charge .umx-parameter-box ul li figure.umx-icon4 {
    background-image: url(../images/gt20pro-charge-icon4-lg-x2.png)
  }
}

@media (max-width: 1000px) {
  .webp .gt20pro-charge .umx-parameter-box ul li figure.umx-icon4 {
    background-image: url(../images/gt20pro-charge-icon4-lg.png.webp)
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .webp .gt20pro-charge .umx-parameter-box ul li figure.umx-icon4 {
    background-image: url(../images/gt20pro-charge-icon4-lg-x2.png.webp)
  }
}

.gt20pro-charge .umx-parameter-box ul li .umx-p {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: AktivGroteskEx_Bd;
  line-height: 1;
  font-size: 22px;
  left: 26px;
  margin-top: -10px
}

@media (max-width: 1440px) {
  .gt20pro-charge .umx-parameter-box ul li .umx-p {
    font-size: 16.5px;
    left: 19.5px;
    margin-top: -7.5px
  }
}

@media (max-width: 1000px) {
  .gt20pro-charge .umx-parameter-box ul li .umx-p {
    font-size: 10px;
    left: 12px;
    margin-top: -2px
  }
}

.gt20pro-charge .umx-parameter-box ul li .umx-line-box {
  position: relative;
  width: 327px
}

@media (max-width: 1440px) {
  .gt20pro-charge .umx-parameter-box ul li .umx-line-box {
    width: 245.25px
  }
}

@media (max-width: 1000px) {
  .gt20pro-charge .umx-parameter-box ul li .umx-line-box {
    width: 45.27778vw
  }
}

.gt20pro-charge .umx-parameter-box ul li .umx-line-box .umx-line {
  position: relative;
  height: 13px
}

@media (max-width: 1440px) {
  .gt20pro-charge .umx-parameter-box ul li .umx-line-box .umx-line {
    height: 9.75px
  }
}

@media (max-width: 1000px) {
  .gt20pro-charge .umx-parameter-box ul li .umx-line-box .umx-line {
    height: 8px
  }
}

.gt20pro-charge .umx-parameter-box ul li .umx-line-box .umx-line.umx-line1 {
  background: #454545;
  width: 0;
  -webkit-transition: width .3s ease;
  transition: width .3s ease
}

.gt20pro-charge .umx-parameter-box ul li .umx-line-box .umx-line.umx-line2 {
  background: #2ce6e6;
  margin-top: 10px;
  width: 0;
  -webkit-transition: width .6s ease;
  transition: width .6s ease
}

.gt20pro-charge .umx-parameter-box ul li .umx-line-box .umx-line.umx-current.umx-line1 {
  width: 68.8%
}

.gt20pro-charge .umx-parameter-box ul li .umx-line-box .umx-line.umx-current.umx-line2 {
  width: 100%
}

.gt20pro-charge .umx-parameter-box ul li .umx-txt {
  position: relative;
  margin-top: 30px
}

@media (max-width: 1440px) {
  .gt20pro-charge .umx-parameter-box ul li .umx-txt {
    margin-top: 22.5px
  }
}

@media (max-width: 1000px) {
  .gt20pro-charge .umx-parameter-box ul li .umx-txt {
    margin-top: 20px
  }
}

.gt20pro-charge .umx-parameter-box ul li .umx-txt strong {
  font-family: InfinixDisplay;
  line-height: 1;
  color: #2ce6e6;
  font-size: 56px
}

@media (max-width: 1000px) {
  .gt20pro-charge .umx-parameter-box ul li .umx-txt strong {
    font-size: 28px
  }
}

.gt20pro-charge .umx-parameter-box ul li .umx-txt p {
  font-family: AktivGroteskEx_Bd;
  color: #fff;
  line-height: 1;
  font-size: 16px;
  margin-top: 8px
}

@media (max-width: 1440px) {
  .gt20pro-charge .umx-parameter-box ul li .umx-txt p {
    font-size: 12px;
    margin-top: 6px
  }
}

@media (max-width: 1000px) {
  .gt20pro-charge .umx-parameter-box ul li .umx-txt p {
    font-size: 10px
  }
}

.gt20pro-charge .umx-parameter-box ul li:first-child {
  margin-bottom: 22px
}

@media (max-width: 1440px) {
  .gt20pro-charge .umx-parameter-box ul li:first-child {
    margin-bottom: 16.5px
  }
}

@media (max-width: 1000px) {
  .gt20pro-charge .umx-parameter-box ul li:first-child {
    width: 100%;
    margin-bottom: 20px
  }
}

@media (max-width: 1440px) {
  .gt20pro-charge .umx-parameter-box ul li:first-child svg {
    width: 240px;
    height: 52.5px
  }
}

@media (max-width: 1000px) {
  .gt20pro-charge .umx-parameter-box ul li:first-child svg {
    width: 147.2px;
    height: 32.2px
  }
}

.gt20pro-charge .umx-parameter-box ul li:first-child .umx-p {
  font-size: 27px;
  margin-top: -2px;
  color: #2ce6e6;
  text-shadow: 0 0 4px #2ce6e6
}

@media (max-width: 1440px) {
  .gt20pro-charge .umx-parameter-box ul li:first-child .umx-p {
    font-size: 20.25px;
    margin-top: -1.5px
  }
}

@media (max-width: 1000px) {
  .gt20pro-charge .umx-parameter-box ul li:first-child .umx-p {
    font-size: 12px
  }
}

@media (max-width: 1000px) {
  .gt20pro-charge .umx-parameter-box ul li:nth-child(2) .umx-p {
    margin-top: -12px
  }
}

@media (max-width: 1000px) {
  .gt20pro-charge .umx-parameter-box ul li:nth-child(3) {
    margin-right: 11px
  }
}

.gt20pro-charge .umx-parameter-box ul li:nth-child(3), .gt20pro-charge .umx-parameter-box ul li:nth-child(4) {
  margin-bottom: 30px
}

@media (max-width: 1440px) {
  .gt20pro-charge .umx-parameter-box ul li:nth-child(3), .gt20pro-charge .umx-parameter-box ul li:nth-child(4) {
    margin-bottom: 22.5px
  }
}

@media (max-width: 1000px) {
  .gt20pro-charge .umx-parameter-box ul li:nth-child(3), .gt20pro-charge .umx-parameter-box ul li:nth-child(4) {
    margin-bottom: 22px
  }
}

@media (max-width: 1000px) {
  .gt20pro-charge .umx-parameter-box ul li:last-child {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }

  .gt20pro-charge .umx-parameter-box ul li:last-child .umx-txt {
    margin-top: 0;
    margin-left: 36px
  }
}

@media (max-width: 1000px) {
  .gt20pro-charge .umx-parameter-box ul li.umx-li-last {
    width: 100%
  }
}

@media (max-width: 1440px) {
  .gt20pro-charge .umx-parameter-box ul li.umx-li-last svg {
    margin-left: -13px
  }
}

@media (max-width: 1000px) {
  .gt20pro-charge .umx-parameter-box ul li.umx-li-last svg {
    margin-left: 0
  }
}

.gt20pro-charge .umx-parameter-box ul li.umx-li-last p {
  font-size: 12px;
  line-height: 1.2;
  color: #4c4c4c;
  margin-top: 10px
}

@media (max-width: 1000px) {
  .gt20pro-charge .umx-parameter-box ul li.umx-li-last p {
    font-size: 8px;
    margin-top: 6px
  }
}

.gt20pro-notjust {
  height: 200vh
}

@media (max-width: 1000px) {
  .gt20pro-notjust {
    height: 150vh
  }
}

.gt20pro-notjust .umx-stickyBox {
  min-height: 1381px
}

@media (max-width: 1440px) {
  .gt20pro-notjust .umx-stickyBox {
    min-height: 1038px
  }
}

@media (max-width: 1000px) {
  .gt20pro-notjust .umx-stickyBox {
    min-height: 550px;
    height: 550px
  }
}

.gt20pro-notjust .umx-content {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%)
}

@media (max-width: 1000px) {
  .gt20pro-notjust .umx-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
  }
}

.gt20pro-notjust .umx-bg {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-image: url(../images/gt20pro-notjust-bg-lg.png);
  background-size: 1921px 1164px;
  background-position: center;
  background-repeat: no-repeat;
  width: 1921px;
  height: 1164px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-notjust .umx-bg {
    background-image: url(../images/gt20pro-notjust-bg-lg-x2.png)
  }
}

.webp .gt20pro-notjust .umx-bg {
  background-image: url(../images/gt20pro-notjust-bg-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-notjust .umx-bg {
    background-image: url(../images/gt20pro-notjust-bg-lg-x2.png.webp)
  }
}

@media (min-width: 1921px) {
  .gt20pro-notjust .umx-bg {
    background-image: url(../images/gt20pro-notjust-bg-xl.png);
    background-size: 2560px 1164px;
    background-position: center;
    background-repeat: no-repeat;
    width: 2560px;
    height: 1164px
  }
}

@media only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 1921px) and (min-resolution: 1.5dppx),(min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5),(min-width: 1921px) and (min-resolution: 144dpi) {
  .gt20pro-notjust .umx-bg {
    background-image: url(../images/gt20pro-notjust-bg-xl-x2.png)
  }
}

@media (min-width: 1921px) {
  .webp .gt20pro-notjust .umx-bg {
    background-image: url(../images/gt20pro-notjust-bg-xl.png.webp)
  }
}

@media only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 1921px) and (min-resolution: 1.5dppx),(min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5),(min-width: 1921px) and (min-resolution: 144dpi) {
  .webp .gt20pro-notjust .umx-bg {
    background-image: url(../images/gt20pro-notjust-bg-xl-x2.png.webp)
  }
}

@media (max-width: 1440px) {
  .gt20pro-notjust .umx-bg {
    background-image: url(../images/gt20pro-notjust-bg-lg.png);
    background-size: 1440px 873px;
    background-position: center;
    background-repeat: no-repeat;
    width: 1440px;
    height: 873px
  }
}

@media only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1440px) and (min-resolution: 1.5dppx),(max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1440px) and (min-resolution: 144dpi) {
  .gt20pro-notjust .umx-bg {
    background-image: url(../images/gt20pro-notjust-bg-lg-x2.png)
  }
}

@media (max-width: 1440px) {
  .webp .gt20pro-notjust .umx-bg {
    background-image: url(../images/gt20pro-notjust-bg-lg.png.webp)
  }
}

@media only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1440px) and (min-resolution: 1.5dppx),(max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1440px) and (min-resolution: 144dpi) {
  .webp .gt20pro-notjust .umx-bg {
    background-image: url(../images/gt20pro-notjust-bg-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-notjust .umx-bg {
    background-image: url(../images/gt20pro-notjust-bg-mb.png);
    background-size: 360px 218px;
    background-position: center;
    background-repeat: no-repeat;
    width: 360px;
    height: 218px
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .gt20pro-notjust .umx-bg {
    background-image: url(../images/gt20pro-notjust-bg-mb-x2.png)
  }
}

@media (max-width: 1000px) {
  .webp .gt20pro-notjust .umx-bg {
    background-image: url(../images/gt20pro-notjust-bg-mb.png.webp)
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .webp .gt20pro-notjust .umx-bg {
    background-image: url(../images/gt20pro-notjust-bg-mb-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-notjust .umx-bg {
    background-size: 100vw 60.55556vw;
    width: 100vw;
    height: 60.55556vw
  }
}

.gt20pro-notjust .umx-figure-box {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  top: 0;
  width: 1690px;
  height: 901px
}

@media (max-width: 1440px) {
  .gt20pro-notjust .umx-figure-box {
    width: 1267.5px;
    height: 675.75px
  }
}

@media (max-width: 1000px) {
  .gt20pro-notjust .umx-figure-box {
    width: 100vw;
    height: 62.63889vw
  }
}

.gt20pro-notjust .umx-figure-box .umx-svg-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-transform: uppercase;
  width: 1000px;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-perspective-origin: 75% 40%;
  perspective-origin: 75% 40%;
  margin-left: -268px
}

@media (max-width: 1440px) {
  .gt20pro-notjust .umx-figure-box .umx-svg-box {
    width: 700px;
    -webkit-perspective: 700px;
    perspective: 700px;
    margin-left: -100px
  }
}

@media (max-width: 1024px) {
  .gt20pro-notjust .umx-figure-box .umx-svg-box {
    margin-left: -130px;
    width: 600px;
    -webkit-perspective: 600px;
    perspective: 600px
  }
}

@media (max-width: 1000px) {
  .gt20pro-notjust .umx-figure-box .umx-svg-box {
    width: 60vw;
    -webkit-perspective: 60vw;
    perspective: 60vw;
    margin-left: -13.33333vw
  }
}

.gt20pro-notjust .umx-figure-box .umx-svg-box .umx-svg {
  position: relative;
  background-image: url(../images/gt20pro-notjust-txt-svg-lg.png);
  background-size: 1561px 388px;
  background-position: center;
  background-repeat: no-repeat;
  width: 1561px;
  height: 388px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-notjust .umx-figure-box .umx-svg-box .umx-svg {
    background-image: url(../images/gt20pro-notjust-txt-svg-lg-x2.png)
  }
}

.webp .gt20pro-notjust .umx-figure-box .umx-svg-box .umx-svg {
  background-image: url(../images/gt20pro-notjust-txt-svg-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-notjust .umx-figure-box .umx-svg-box .umx-svg {
    background-image: url(../images/gt20pro-notjust-txt-svg-lg-x2.png.webp)
  }
}

@media (max-width: 1440px) {
  .gt20pro-notjust .umx-figure-box .umx-svg-box .umx-svg {
    background-image: url(../images/gt20pro-notjust-txt-svg-lg.png);
    background-size: 936px 232px;
    background-position: center;
    background-repeat: no-repeat;
    width: 936px;
    height: 232px
  }
}

@media only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1440px) and (min-resolution: 1.5dppx),(max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1440px) and (min-resolution: 144dpi) {
  .gt20pro-notjust .umx-figure-box .umx-svg-box .umx-svg {
    background-image: url(../images/gt20pro-notjust-txt-svg-lg-x2.png)
  }
}

@media (max-width: 1440px) {
  .webp .gt20pro-notjust .umx-figure-box .umx-svg-box .umx-svg {
    background-image: url(../images/gt20pro-notjust-txt-svg-lg.png.webp)
  }
}

@media only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1440px) and (min-resolution: 1.5dppx),(max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1440px) and (min-resolution: 144dpi) {
  .webp .gt20pro-notjust .umx-figure-box .umx-svg-box .umx-svg {
    background-image: url(../images/gt20pro-notjust-txt-svg-lg-x2.png.webp)
  }
}

@media (max-width: 1024px) {
  .gt20pro-notjust .umx-figure-box .umx-svg-box .umx-svg {
    background-image: url(../images/gt20pro-notjust-txt-svg-lg.png);
    background-size: 874px 217px;
    background-position: center;
    background-repeat: no-repeat;
    width: 874px;
    height: 217px
  }
}

@media only screen and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1024px) and (min-resolution: 1.5dppx),(max-width: 1024px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1024px) and (min-resolution: 144dpi) {
  .gt20pro-notjust .umx-figure-box .umx-svg-box .umx-svg {
    background-image: url(../images/gt20pro-notjust-txt-svg-lg-x2.png)
  }
}

@media (max-width: 1024px) {
  .webp .gt20pro-notjust .umx-figure-box .umx-svg-box .umx-svg {
    background-image: url(../images/gt20pro-notjust-txt-svg-lg.png.webp)
  }
}

@media only screen and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1024px) and (min-resolution: 1.5dppx),(max-width: 1024px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1024px) and (min-resolution: 144dpi) {
  .webp .gt20pro-notjust .umx-figure-box .umx-svg-box .umx-svg {
    background-image: url(../images/gt20pro-notjust-txt-svg-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-notjust .umx-figure-box .umx-svg-box .umx-svg {
    background-image: url(../images/gt20pro-notjust-txt-svg-lg.png);
    background-size: 312px 77px;
    background-position: center;
    background-repeat: no-repeat;
    width: 312px;
    height: 77px
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .gt20pro-notjust .umx-figure-box .umx-svg-box .umx-svg {
    background-image: url(../images/gt20pro-notjust-txt-svg-lg-x2.png)
  }
}

@media (max-width: 1000px) {
  .webp .gt20pro-notjust .umx-figure-box .umx-svg-box .umx-svg {
    background-image: url(../images/gt20pro-notjust-txt-svg-lg.png.webp)
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .webp .gt20pro-notjust .umx-figure-box .umx-svg-box .umx-svg {
    background-image: url(../images/gt20pro-notjust-txt-svg-lg-x2.png.webp)
  }
}

.gt20pro-notjust .umx-figure-box .umx-svg-box p {
  color: #fff
}

.gt20pro-notjust .umx-figure-box .umx-figure {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 100%;
  width: 756px
}

@media (max-width: 1440px) {
  .gt20pro-notjust .umx-figure-box .umx-figure {
    width: 567px
  }
}

@media (max-width: 1000px) {
  .gt20pro-notjust .umx-figure-box .umx-figure {
    width: 52.63889vw
  }
}

.gt20pro-notjust .umx-figure-box .umx-figure figure {
  position: absolute
}

.gt20pro-notjust .umx-figure-box .umx-figure figure.umx-f1 {
  top: -186px;
  left: -260px;
  background-image: url(../images/gt20pro-notjust-img1-lg.png);
  background-size: 594px 826px;
  background-position: center;
  background-repeat: no-repeat;
  width: 594px;
  height: 826px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-notjust .umx-figure-box .umx-figure figure.umx-f1 {
    background-image: url(../images/gt20pro-notjust-img1-lg-x2.png)
  }
}

.webp .gt20pro-notjust .umx-figure-box .umx-figure figure.umx-f1 {
  background-image: url(../images/gt20pro-notjust-img1-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-notjust .umx-figure-box .umx-figure figure.umx-f1 {
    background-image: url(../images/gt20pro-notjust-img1-lg-x2.png.webp)
  }
}

@media (max-width: 1440px) {
  .gt20pro-notjust .umx-figure-box .umx-figure figure.umx-f1 {
    background-image: url(../images/gt20pro-notjust-img1-lg.png);
    background-size: 445px 619px;
    background-position: center;
    background-repeat: no-repeat;
    width: 445px;
    height: 619px;
    top: -139.5px;
    left: -195px
  }
}

@media only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1440px) and (min-resolution: 1.5dppx),(max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1440px) and (min-resolution: 144dpi) {
  .gt20pro-notjust .umx-figure-box .umx-figure figure.umx-f1 {
    background-image: url(../images/gt20pro-notjust-img1-lg-x2.png)
  }
}

@media (max-width: 1440px) {
  .webp .gt20pro-notjust .umx-figure-box .umx-figure figure.umx-f1 {
    background-image: url(../images/gt20pro-notjust-img1-lg.png.webp)
  }
}

@media only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1440px) and (min-resolution: 1.5dppx),(max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1440px) and (min-resolution: 144dpi) {
  .webp .gt20pro-notjust .umx-figure-box .umx-figure figure.umx-f1 {
    background-image: url(../images/gt20pro-notjust-img1-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-notjust .umx-figure-box .umx-figure figure.umx-f1 {
    background-image: url(../images/gt20pro-notjust-img1-mb.png);
    background-size: 149px 207px;
    background-position: center;
    background-repeat: no-repeat;
    width: 149px;
    height: 207px
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .gt20pro-notjust .umx-figure-box .umx-figure figure.umx-f1 {
    background-image: url(../images/gt20pro-notjust-img1-mb-x2.png)
  }
}

@media (max-width: 1000px) {
  .webp .gt20pro-notjust .umx-figure-box .umx-figure figure.umx-f1 {
    background-image: url(../images/gt20pro-notjust-img1-mb.png.webp)
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .webp .gt20pro-notjust .umx-figure-box .umx-figure figure.umx-f1 {
    background-image: url(../images/gt20pro-notjust-img1-mb-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-notjust .umx-figure-box .umx-figure figure.umx-f1 {
    background-size: 41.38889vw 57.5vw;
    width: 41.38889vw;
    height: 57.5vw;
    top: -27.77778vw;
    left: -16.11111vw
  }
}

.gt20pro-notjust .umx-figure-box .umx-figure figure.umx-f2 {
  top: 250px;
  background-image: url(../images/gt20pro-notjust-img2-lg.png);
  background-size: 756px 901px;
  background-position: center;
  background-repeat: no-repeat;
  width: 756px;
  height: 901px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-notjust .umx-figure-box .umx-figure figure.umx-f2 {
    background-image: url(../images/gt20pro-notjust-img2-lg-x2.png)
  }
}

.webp .gt20pro-notjust .umx-figure-box .umx-figure figure.umx-f2 {
  background-image: url(../images/gt20pro-notjust-img2-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-notjust .umx-figure-box .umx-figure figure.umx-f2 {
    background-image: url(../images/gt20pro-notjust-img2-lg-x2.png.webp)
  }
}

@media (max-width: 1440px) {
  .gt20pro-notjust .umx-figure-box .umx-figure figure.umx-f2 {
    background-image: url(../images/gt20pro-notjust-img2-lg.png);
    background-size: 567px 675px;
    background-position: center;
    background-repeat: no-repeat;
    width: 567px;
    height: 675px;
    top: 187.5px
  }
}

@media only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1440px) and (min-resolution: 1.5dppx),(max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1440px) and (min-resolution: 144dpi) {
  .gt20pro-notjust .umx-figure-box .umx-figure figure.umx-f2 {
    background-image: url(../images/gt20pro-notjust-img2-lg-x2.png)
  }
}

@media (max-width: 1440px) {
  .webp .gt20pro-notjust .umx-figure-box .umx-figure figure.umx-f2 {
    background-image: url(../images/gt20pro-notjust-img2-lg.png.webp)
  }
}

@media only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1440px) and (min-resolution: 1.5dppx),(max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1440px) and (min-resolution: 144dpi) {
  .webp .gt20pro-notjust .umx-figure-box .umx-figure figure.umx-f2 {
    background-image: url(../images/gt20pro-notjust-img2-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-notjust .umx-figure-box .umx-figure figure.umx-f2 {
    background-image: url(../images/gt20pro-notjust-img2-mb.png);
    background-size: 189px 225px;
    background-position: center;
    background-repeat: no-repeat;
    width: 189px;
    height: 225px
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .gt20pro-notjust .umx-figure-box .umx-figure figure.umx-f2 {
    background-image: url(../images/gt20pro-notjust-img2-mb-x2.png)
  }
}

@media (max-width: 1000px) {
  .webp .gt20pro-notjust .umx-figure-box .umx-figure figure.umx-f2 {
    background-image: url(../images/gt20pro-notjust-img2-mb.png.webp)
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .webp .gt20pro-notjust .umx-figure-box .umx-figure figure.umx-f2 {
    background-image: url(../images/gt20pro-notjust-img2-mb-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-notjust .umx-figure-box .umx-figure figure.umx-f2 {
    background-size: 52.63889vw 62.63889vw;
    width: 52.63889vw;
    height: 62.63889vw;
    top: 5.55556vw
  }
}

.gt20pro-notjust .umx-svg-line {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: 120px 0 90px 0;
  background-image: url(../images/gt20pro-notjust-svg-line-lg.png);
  background-size: 1800px 3px;
  background-position: center;
  background-repeat: no-repeat;
  width: 1800px;
  height: 3px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-notjust .umx-svg-line {
    background-image: url(../images/gt20pro-notjust-svg-line-lg-x2.png)
  }
}

.webp .gt20pro-notjust .umx-svg-line {
  background-image: url(../images/gt20pro-notjust-svg-line-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-notjust .umx-svg-line {
    background-image: url(../images/gt20pro-notjust-svg-line-lg-x2.png.webp)
  }
}

@media (max-width: 1600px) {
  .gt20pro-notjust .umx-svg-line {
    background-image: url(../images/gt20pro-notjust-svg-line-lg.png);
    background-size: 1350px 2px;
    background-position: center;
    background-repeat: no-repeat;
    width: 1350px;
    height: 2px
  }
}

@media only screen and (max-width: 1600px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1600px) and (min-resolution: 1.5dppx),(max-width: 1600px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1600px) and (min-resolution: 144dpi) {
  .gt20pro-notjust .umx-svg-line {
    background-image: url(../images/gt20pro-notjust-svg-line-lg-x2.png)
  }
}

@media (max-width: 1600px) {
  .webp .gt20pro-notjust .umx-svg-line {
    background-image: url(../images/gt20pro-notjust-svg-line-lg.png.webp)
  }
}

@media only screen and (max-width: 1600px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1600px) and (min-resolution: 1.5dppx),(max-width: 1600px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1600px) and (min-resolution: 144dpi) {
  .webp .gt20pro-notjust .umx-svg-line {
    background-image: url(../images/gt20pro-notjust-svg-line-lg-x2.png.webp)
  }
}

@media (max-width: 1440px) {
  .gt20pro-notjust .umx-svg-line {
    background-image: url(../images/gt20pro-notjust-svg-line-lg.png);
    background-size: 1260px 2px;
    background-position: center;
    background-repeat: no-repeat;
    width: 1260px;
    height: 2px
  }
}

@media only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1440px) and (min-resolution: 1.5dppx),(max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1440px) and (min-resolution: 144dpi) {
  .gt20pro-notjust .umx-svg-line {
    background-image: url(../images/gt20pro-notjust-svg-line-lg-x2.png)
  }
}

@media (max-width: 1440px) {
  .webp .gt20pro-notjust .umx-svg-line {
    background-image: url(../images/gt20pro-notjust-svg-line-lg.png.webp)
  }
}

@media only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1440px) and (min-resolution: 1.5dppx),(max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1440px) and (min-resolution: 144dpi) {
  .webp .gt20pro-notjust .umx-svg-line {
    background-image: url(../images/gt20pro-notjust-svg-line-lg-x2.png.webp)
  }
}

@media (max-width: 1024px) {
  .gt20pro-notjust .umx-svg-line {
    background-image: url(../images/gt20pro-notjust-svg-line-lg.png);
    background-size: 1080px 1px;
    background-position: center;
    background-repeat: no-repeat;
    width: 1080px;
    height: 1px
  }
}

@media only screen and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1024px) and (min-resolution: 1.5dppx),(max-width: 1024px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1024px) and (min-resolution: 144dpi) {
  .gt20pro-notjust .umx-svg-line {
    background-image: url(../images/gt20pro-notjust-svg-line-lg-x2.png)
  }
}

@media (max-width: 1024px) {
  .webp .gt20pro-notjust .umx-svg-line {
    background-image: url(../images/gt20pro-notjust-svg-line-lg.png.webp)
  }
}

@media only screen and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1024px) and (min-resolution: 1.5dppx),(max-width: 1024px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1024px) and (min-resolution: 144dpi) {
  .webp .gt20pro-notjust .umx-svg-line {
    background-image: url(../images/gt20pro-notjust-svg-line-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-notjust .umx-svg-line {
    background-image: url(../images/gt20pro-notjust-svg-line-lg.png);
    background-size: 900px 1px;
    background-position: center;
    background-repeat: no-repeat;
    width: 900px;
    height: 1px
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .gt20pro-notjust .umx-svg-line {
    background-image: url(../images/gt20pro-notjust-svg-line-lg-x2.png)
  }
}

@media (max-width: 1000px) {
  .webp .gt20pro-notjust .umx-svg-line {
    background-image: url(../images/gt20pro-notjust-svg-line-lg.png.webp)
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .webp .gt20pro-notjust .umx-svg-line {
    background-image: url(../images/gt20pro-notjust-svg-line-lg-x2.png.webp)
  }
}

@media (max-width: 1440px) {
  .gt20pro-notjust .umx-svg-line {
    margin: 90px 0 67.5px 0
  }
}

@media (max-width: 1000px) {
  .gt20pro-notjust .umx-svg-line {
    margin: 27.77778vw 0 8.33333vw 0
  }
}

.gt20pro-os .umx-txt-special-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-left: 760px;
  margin-top: -470px
}

@media (max-width: 1440px) {
  .gt20pro-os .umx-txt-special-bg {
    margin-left: 550px;
    margin-top: -336px
  }
}

@media (max-width: 1024px) {
  .gt20pro-os .umx-txt-special-bg {
    margin-left: 438px
  }
}

@media (max-width: 1000px) {
  .gt20pro-os .umx-txt-special-bg {
    position: relative;
    margin-top: 50px;
    margin-left: 36px;
    top: auto;
    left: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
  }
}

.gt20pro-os .umx-section {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  mix-blend-mode: screen;
  padding-top: 0;
  margin-left: 760px;
  top: 40%
}

@media (max-width: 1440px) {
  .gt20pro-os .umx-section {
    margin-left: 550px;
    top: 48%
  }
}

@media (max-width: 1024px) {
  .gt20pro-os .umx-section {
    margin-left: 438px
  }
}

@media (max-width: 1000px) {
  .gt20pro-os .umx-section {
    position: relative;
    margin-top: 30px;
    margin-left: 24px;
    top: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    mix-blend-mode: normal
  }
}

.gt20pro-os .umx-section .umx-title .umx-txt-content {
  position: relative;
  width: 731px;
  height: 491px
}

@media (max-width: 1000px) {
  .gt20pro-os .umx-section .umx-title .umx-txt-content {
    width: auto;
    height: auto
  }
}

@media (max-width: 1440px) {
  .gt20pro-os .umx-section .umx-title .umx-txt-content .umx-mb-hide {
    -webkit-transform: scale(.75);
    -ms-transform: scale(.75);
    transform: scale(.75);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
  }
}

.gt20pro-os .umx-section .umx-title .umx-txt-content .umx-txt-c {
  position: absolute;
  top: 64px;
  left: 56px
}

@media (max-width: 1440px) {
  .gt20pro-os .umx-section .umx-title .umx-txt-content .umx-txt-c {
    top: 48px;
    left: 42px
  }
}

@media (max-width: 1000px) {
  .gt20pro-os .umx-section .umx-title .umx-txt-content .umx-txt-c {
    top: 30px;
    left: 18px
  }
}

@media (max-width: 1000px) {
  .gt20pro-os .umx-section .umx-title .umx-txt-content .umx-txt-c .umx-intro, .gt20pro-os .umx-section .umx-title .umx-txt-content .umx-txt-c .umx-main-title {
    padding: 0;
    width: 280px
  }
}

.gt20pro-os .umx-section .umx-title .umx-txt-content .umx-txt-c .umx-title-icon {
  position: relative;
  margin-top: 30px;
  background-image: url(../images/gt20pro-os-intro-icon-lg.png);
  background-size: 121px 66px;
  background-position: center;
  background-repeat: no-repeat;
  width: 121px;
  height: 66px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-os .umx-section .umx-title .umx-txt-content .umx-txt-c .umx-title-icon {
    background-image: url(../images/gt20pro-os-intro-icon-lg-x2.png)
  }
}

.webp .gt20pro-os .umx-section .umx-title .umx-txt-content .umx-txt-c .umx-title-icon {
  background-image: url(../images/gt20pro-os-intro-icon-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-os .umx-section .umx-title .umx-txt-content .umx-txt-c .umx-title-icon {
    background-image: url(../images/gt20pro-os-intro-icon-lg-x2.png.webp)
  }
}

@media (max-width: 1440px) {
  .gt20pro-os .umx-section .umx-title .umx-txt-content .umx-txt-c .umx-title-icon {
    background-image: url(../images/gt20pro-os-intro-icon-lg.png);
    background-size: 90px 49px;
    background-position: center;
    background-repeat: no-repeat;
    width: 90px;
    height: 49px;
    margin-top: 20px
  }
}

@media only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1440px) and (min-resolution: 1.5dppx),(max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1440px) and (min-resolution: 144dpi) {
  .gt20pro-os .umx-section .umx-title .umx-txt-content .umx-txt-c .umx-title-icon {
    background-image: url(../images/gt20pro-os-intro-icon-lg-x2.png)
  }
}

@media (max-width: 1440px) {
  .webp .gt20pro-os .umx-section .umx-title .umx-txt-content .umx-txt-c .umx-title-icon {
    background-image: url(../images/gt20pro-os-intro-icon-lg.png.webp)
  }
}

@media only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1440px) and (min-resolution: 1.5dppx),(max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1440px) and (min-resolution: 144dpi) {
  .webp .gt20pro-os .umx-section .umx-title .umx-txt-content .umx-txt-c .umx-title-icon {
    background-image: url(../images/gt20pro-os-intro-icon-lg-x2.png.webp)
  }
}

.gt20pro-os .umx-figure-box {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 957px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: -500px
}

@media (max-width: 1440px) {
  .gt20pro-os .umx-figure-box {
    -webkit-transform: translateX(-50%) scale(.75);
    -ms-transform: translateX(-50%) scale(.75);
    transform: translateX(-50%) scale(.75);
    margin-left: -320px;
    margin-top: -100px;
    margin-bottom: -100px
  }
}

@media (max-width: 1024px) {
  .gt20pro-os .umx-figure-box {
    -webkit-transform: translateX(-50%) scale(.68);
    -ms-transform: translateX(-50%) scale(.68);
    transform: translateX(-50%) scale(.68);
    margin-left: -400px;
    margin-bottom: -160px
  }
}

@media (max-width: 1000px) {
  .gt20pro-os .umx-figure-box {
    -webkit-transform: translateX(-50%) scale(1);
    -ms-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
    width: 78.88889vw;
    margin-left: 0;
    margin-top: 60px;
    margin-bottom: 0
  }
}

.gt20pro-os .umx-figure-box .umx-f1-box .umx-f2 {
  margin-top: 70px
}

@media (max-width: 1000px) {
  .gt20pro-os .umx-figure-box .umx-f1-box .umx-f2 {
    margin-top: 50px
  }
}

.gt20pro-os .umx-figure-box .umx-f2-box {
  margin: 0 108px
}

@media (max-width: 1440px) {
  .gt20pro-os .umx-figure-box .umx-f2-box {
    margin: 0 81px
  }
}

@media (max-width: 1000px) {
  .gt20pro-os .umx-figure-box .umx-f2-box {
    margin: 0 0 0 44px
  }
}

.gt20pro-os .umx-figure-box figure.umx-f1 {
  background-image: url(../images/gt20pro-os-img1-lg.png);
  background-size: 247px 535px;
  background-position: center;
  background-repeat: no-repeat;
  width: 247px;
  height: 535px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-os .umx-figure-box figure.umx-f1 {
    background-image: url(../images/gt20pro-os-img1-lg-x2.png)
  }
}

.webp .gt20pro-os .umx-figure-box figure.umx-f1 {
  background-image: url(../images/gt20pro-os-img1-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-os .umx-figure-box figure.umx-f1 {
    background-image: url(../images/gt20pro-os-img1-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-os .umx-figure-box figure.umx-f1 {
    background-image: url(../images/gt20pro-os-img1-mb.png);
    background-size: 120px 262px;
    background-position: center;
    background-repeat: no-repeat;
    width: 120px;
    height: 262px
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .gt20pro-os .umx-figure-box figure.umx-f1 {
    background-image: url(../images/gt20pro-os-img1-mb-x2.png)
  }
}

@media (max-width: 1000px) {
  .webp .gt20pro-os .umx-figure-box figure.umx-f1 {
    background-image: url(../images/gt20pro-os-img1-mb.png.webp)
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .webp .gt20pro-os .umx-figure-box figure.umx-f1 {
    background-image: url(../images/gt20pro-os-img1-mb-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-os .umx-figure-box figure.umx-f1 {
    background-size: 33.33333vw 72.77778vw;
    width: 33.33333vw;
    height: 72.77778vw
  }
}

.gt20pro-os .umx-figure-box figure.umx-f2 {
  background-image: url(../images/gt20pro-os-img2-lg.png);
  background-size: 247px 535px;
  background-position: center;
  background-repeat: no-repeat;
  width: 247px;
  height: 535px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-os .umx-figure-box figure.umx-f2 {
    background-image: url(../images/gt20pro-os-img2-lg-x2.png)
  }
}

.webp .gt20pro-os .umx-figure-box figure.umx-f2 {
  background-image: url(../images/gt20pro-os-img2-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-os .umx-figure-box figure.umx-f2 {
    background-image: url(../images/gt20pro-os-img2-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-os .umx-figure-box figure.umx-f2 {
    background-image: url(../images/gt20pro-os-img2-mb.png);
    background-size: 120px 262px;
    background-position: center;
    background-repeat: no-repeat;
    width: 120px;
    height: 262px
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .gt20pro-os .umx-figure-box figure.umx-f2 {
    background-image: url(../images/gt20pro-os-img2-mb-x2.png)
  }
}

@media (max-width: 1000px) {
  .webp .gt20pro-os .umx-figure-box figure.umx-f2 {
    background-image: url(../images/gt20pro-os-img2-mb.png.webp)
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .webp .gt20pro-os .umx-figure-box figure.umx-f2 {
    background-image: url(../images/gt20pro-os-img2-mb-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-os .umx-figure-box figure.umx-f2 {
    background-size: 33.33333vw 72.77778vw;
    width: 33.33333vw;
    height: 72.77778vw
  }
}

.gt20pro-os .umx-figure-box figure.umx-f3 {
  background-image: url(../images/gt20pro-os-img3-lg.png);
  background-size: 247px 535px;
  background-position: center;
  background-repeat: no-repeat;
  width: 247px;
  height: 535px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-os .umx-figure-box figure.umx-f3 {
    background-image: url(../images/gt20pro-os-img3-lg-x2.png)
  }
}

.webp .gt20pro-os .umx-figure-box figure.umx-f3 {
  background-image: url(../images/gt20pro-os-img3-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-os .umx-figure-box figure.umx-f3 {
    background-image: url(../images/gt20pro-os-img3-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-os .umx-figure-box figure.umx-f3 {
    background-image: url(../images/gt20pro-os-img3-mb.png);
    background-size: 120px 262px;
    background-position: center;
    background-repeat: no-repeat;
    width: 120px;
    height: 262px
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .gt20pro-os .umx-figure-box figure.umx-f3 {
    background-image: url(../images/gt20pro-os-img3-mb-x2.png)
  }
}

@media (max-width: 1000px) {
  .webp .gt20pro-os .umx-figure-box figure.umx-f3 {
    background-image: url(../images/gt20pro-os-img3-mb.png.webp)
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .webp .gt20pro-os .umx-figure-box figure.umx-f3 {
    background-image: url(../images/gt20pro-os-img3-mb-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-os .umx-figure-box figure.umx-f3 {
    background-size: 33.33333vw 72.77778vw;
    width: 33.33333vw;
    height: 72.77778vw
  }
}

.gt20pro-os .umx-figure-box figure.umx-f4 {
  background-image: url(../images/gt20pro-os-img4-lg.png);
  background-size: 247px 535px;
  background-position: center;
  background-repeat: no-repeat;
  width: 247px;
  height: 535px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-os .umx-figure-box figure.umx-f4 {
    background-image: url(../images/gt20pro-os-img4-lg-x2.png)
  }
}

.webp .gt20pro-os .umx-figure-box figure.umx-f4 {
  background-image: url(../images/gt20pro-os-img4-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-os .umx-figure-box figure.umx-f4 {
    background-image: url(../images/gt20pro-os-img4-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-os .umx-figure-box figure.umx-f4 {
    background-image: url(../images/gt20pro-os-img4-mb.png);
    background-size: 120px 262px;
    background-position: center;
    background-repeat: no-repeat;
    width: 120px;
    height: 262px
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .gt20pro-os .umx-figure-box figure.umx-f4 {
    background-image: url(../images/gt20pro-os-img4-mb-x2.png)
  }
}

@media (max-width: 1000px) {
  .webp .gt20pro-os .umx-figure-box figure.umx-f4 {
    background-image: url(../images/gt20pro-os-img4-mb.png.webp)
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .webp .gt20pro-os .umx-figure-box figure.umx-f4 {
    background-image: url(../images/gt20pro-os-img4-mb-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-os .umx-figure-box figure.umx-f4 {
    background-size: 33.33333vw 72.77778vw;
    width: 33.33333vw;
    height: 72.77778vw
  }
}

.gt20pro-os .umx-figure-box figure.umx-f5 {
  background-image: url(../images/gt20pro-os-img5-lg.png);
  background-size: 247px 535px;
  background-position: center;
  background-repeat: no-repeat;
  width: 247px;
  height: 535px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-os .umx-figure-box figure.umx-f5 {
    background-image: url(../images/gt20pro-os-img5-lg-x2.png)
  }
}

.webp .gt20pro-os .umx-figure-box figure.umx-f5 {
  background-image: url(../images/gt20pro-os-img5-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-os .umx-figure-box figure.umx-f5 {
    background-image: url(../images/gt20pro-os-img5-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-os .umx-figure-box figure.umx-f5 {
    background-image: url(../images/gt20pro-os-img5-mb.png);
    background-size: 120px 262px;
    background-position: center;
    background-repeat: no-repeat;
    width: 120px;
    height: 262px
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .gt20pro-os .umx-figure-box figure.umx-f5 {
    background-image: url(../images/gt20pro-os-img5-mb-x2.png)
  }
}

@media (max-width: 1000px) {
  .webp .gt20pro-os .umx-figure-box figure.umx-f5 {
    background-image: url(../images/gt20pro-os-img5-mb.png.webp)
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .webp .gt20pro-os .umx-figure-box figure.umx-f5 {
    background-image: url(../images/gt20pro-os-img5-mb-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-os .umx-figure-box figure.umx-f5 {
    background-size: 33.33333vw 72.77778vw;
    width: 33.33333vw;
    height: 72.77778vw
  }
}

.gt20pro-os .umx-figure-box figure.umx-title-icon {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: 65px 0 80px 0;
  background-image: url(../images/gt20pro-os-title-icon-lg.png);
  background-size: 131px 183px;
  background-position: center;
  background-repeat: no-repeat;
  width: 131px;
  height: 183px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-os .umx-figure-box figure.umx-title-icon {
    background-image: url(../images/gt20pro-os-title-icon-lg-x2.png)
  }
}

.webp .gt20pro-os .umx-figure-box figure.umx-title-icon {
  background-image: url(../images/gt20pro-os-title-icon-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-os .umx-figure-box figure.umx-title-icon {
    background-image: url(../images/gt20pro-os-title-icon-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-os .umx-figure-box figure.umx-title-icon {
    background-image: url(../images/gt20pro-os-title-icon-mb.png);
    background-size: 66px 92px;
    background-position: center;
    background-repeat: no-repeat;
    width: 66px;
    height: 92px
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .gt20pro-os .umx-figure-box figure.umx-title-icon {
    background-image: url(../images/gt20pro-os-title-icon-mb-x2.png)
  }
}

@media (max-width: 1000px) {
  .webp .gt20pro-os .umx-figure-box figure.umx-title-icon {
    background-image: url(../images/gt20pro-os-title-icon-mb.png.webp)
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .webp .gt20pro-os .umx-figure-box figure.umx-title-icon {
    background-image: url(../images/gt20pro-os-title-icon-mb-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-os .umx-figure-box figure.umx-title-icon {
    background-size: 18.33333vw 25.55556vw;
    width: 18.33333vw;
    height: 25.55556vw;
    margin: 0 0 30px 0
  }
}

.gt20pro-os .umx-video-box {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  bottom: 0;
  width: 1200px;
  height: 520px;
  margin-left: 280px;
  bottom: -10px;
  mix-blend-mode: screen
}

@media (max-width: 1440px) {
  .gt20pro-os .umx-video-box {
    width: 900px;
    height: 390px;
    margin-left: 210px;
    bottom: 186px
  }
}

@media (max-width: 1024px) {
  .gt20pro-os .umx-video-box {
    margin-left: 140px
  }
}

@media (max-width: 1000px) {
  .gt20pro-os .umx-video-box {
    width: 100vw;
    height: 43.33333vw;
    margin-left: 5.83333vw;
    bottom: 11.11111vw
  }
}

.gt20pro-os .umx-video-box .umx-os-video {
  position: absolute;
  width: 100%;
  height: 100%
}

.gt20pro-os .umx-video-box .umx-os-video video {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.gt20pro-os .umx-video-box .umx-os-video-img {
  position: absolute;
  width: 100%;
  height: 100%;
  display: none
}

.gt20pro-stunning {
  height: 300vh;
  overflow-x: clip
}

.gt20pro-stunning .umx-stickyBox {
  margin-top: -300px;
  min-height: 1180px
}

@media (max-width: 1440px) {
  .gt20pro-stunning .umx-stickyBox {
    margin-top: -200px;
    min-height: 900px
  }
}

@media (max-width: 1024px) {
  .gt20pro-stunning .umx-stickyBox {
    min-height: 710px
  }
}

@media (max-width: 1000px) {
  .gt20pro-stunning .umx-stickyBox {
    margin-top: -61.11111vw;
    min-height: 100vh
  }
}

.gt20pro-stunning .umx-txt-special-bg {
  position: relative;
  margin: 20px 0 40px 0
}

@media (max-width: 1440px) {
  .gt20pro-stunning .umx-txt-special-bg {
    margin: 15px 0 30px 0
  }
}

@media (max-width: 1000px) {
  .gt20pro-stunning .umx-txt-special-bg {
    margin: 20px 0 20px 0;
    width: calc(100vw - 48px)
  }
}

.gt20pro-stunning .umx-section {
  mix-blend-mode: screen
}

@media (max-width: 1000px) {
  .gt20pro-stunning .umx-section {
    padding-top: 60px;
    mix-blend-mode: normal
  }
}

@media (max-width: 1440px) {
  .gt20pro-stunning .umx-section .umx-title .umx-farm-svg {
    -webkit-transform: scale(.75);
    -ms-transform: scale(.75);
    transform: scale(.75);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
  }
}

@media (max-width: 1000px) {
  .gt20pro-stunning .umx-section .umx-title .umx-farm-svg {
    -webkit-transform: scale(.46);
    -ms-transform: scale(.46);
    transform: scale(.46)
  }
}

.gt20pro-stunning .umx-section .umx-title .umx-txt-content {
  position: relative;
  width: 691px;
  height: 318px
}

@media (max-width: 1440px) {
  .gt20pro-stunning .umx-section .umx-title .umx-txt-content {
    width: 518.25px;
    height: 238.5px
  }
}

@media (max-width: 1000px) {
  .gt20pro-stunning .umx-section .umx-title .umx-txt-content {
    height: auto;
    width: 331.68px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
  }
}

.gt20pro-stunning .umx-section .umx-title .umx-txt-content .umx-txt-c {
  position: absolute;
  top: 46px;
  left: 69px
}

@media (max-width: 1440px) {
  .gt20pro-stunning .umx-section .umx-title .umx-txt-content .umx-txt-c {
    top: 50px;
    left: 51.75px
  }
}

@media (max-width: 1000px) {
  .gt20pro-stunning .umx-section .umx-title .umx-txt-content .umx-txt-c {
    top: 25px;
    left: 30px
  }
}

@media (max-width: 1000px) {
  .gt20pro-stunning .umx-section .umx-title .umx-txt-content .umx-txt-c .umx-intro, .gt20pro-stunning .umx-section .umx-title .umx-txt-content .umx-txt-c .umx-main-title {
    width: 260px;
    padding: 0
  }
}

.gt20pro-stunning .umx-figure-box {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 2044px;
  height: 1105px;
  margin-left: 500px
}

@media (max-width: 1440px) {
  .gt20pro-stunning .umx-figure-box {
    width: 1533px;
    height: 828.75px;
    margin-left: 375px
  }
}

@media (max-width: 1024px) {
  .gt20pro-stunning .umx-figure-box {
    -webkit-transform: translateX(-50%) scale(.6);
    -ms-transform: translateX(-50%) scale(.6);
    transform: translateX(-50%) scale(.6);
    -webkit-transform-origin: 30% center;
    -ms-transform-origin: 30% center;
    transform-origin: 30% center
  }
}

@media (max-width: 1000px) {
  .gt20pro-stunning .umx-figure-box {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-left: 0;
    width: 100vw;
    height: 95vw;
    top: 60%
  }
}

.gt20pro-stunning .umx-figure-box .umx-f1 {
  background-image: url(../images/gt20pro-stunning-img1-lg.png);
  background-size: 2044px 1105px;
  background-position: center;
  background-repeat: no-repeat;
  width: 2044px;
  height: 1105px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-stunning .umx-figure-box .umx-f1 {
    background-image: url(../images/gt20pro-stunning-img1-lg-x2.png)
  }
}

.webp .gt20pro-stunning .umx-figure-box .umx-f1 {
  background-image: url(../images/gt20pro-stunning-img1-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-stunning .umx-figure-box .umx-f1 {
    background-image: url(../images/gt20pro-stunning-img1-lg-x2.png.webp)
  }
}

@media (max-width: 1440px) {
  .gt20pro-stunning .umx-figure-box .umx-f1 {
    background-image: url(../images/gt20pro-stunning-img1-lg.png);
    background-size: 1533px 828px;
    background-position: center;
    background-repeat: no-repeat;
    width: 1533px;
    height: 828px
  }
}

@media only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1440px) and (min-resolution: 1.5dppx),(max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1440px) and (min-resolution: 144dpi) {
  .gt20pro-stunning .umx-figure-box .umx-f1 {
    background-image: url(../images/gt20pro-stunning-img1-lg-x2.png)
  }
}

@media (max-width: 1440px) {
  .webp .gt20pro-stunning .umx-figure-box .umx-f1 {
    background-image: url(../images/gt20pro-stunning-img1-lg.png.webp)
  }
}

@media only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1440px) and (min-resolution: 1.5dppx),(max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1440px) and (min-resolution: 144dpi) {
  .webp .gt20pro-stunning .umx-figure-box .umx-f1 {
    background-image: url(../images/gt20pro-stunning-img1-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-stunning .umx-figure-box .umx-f1 {
    background-image: url(../images/gt20pro-stunning-img1-mb.jpg);
    background-size: 360px 342px;
    background-position: center;
    background-repeat: no-repeat;
    width: 360px;
    height: 342px
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .gt20pro-stunning .umx-figure-box .umx-f1 {
    background-image: url(../images/gt20pro-stunning-img1-mb-x2.jpg)
  }
}

@media (max-width: 1000px) {
  .webp .gt20pro-stunning .umx-figure-box .umx-f1 {
    background-image: url(../images/gt20pro-stunning-img1-mb.jpg.webp)
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .webp .gt20pro-stunning .umx-figure-box .umx-f1 {
    background-image: url(../images/gt20pro-stunning-img1-mb-x2.jpg.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-stunning .umx-figure-box .umx-f1 {
    background-size: 100vw 95vw;
    width: 100vw;
    height: 95vw
  }
}

.gt20pro-stunning .umx-figure-box .umx-ul {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.gt20pro-stunning .umx-figure-box .umx-ul li {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media (max-width: 1000px) {
  .gt20pro-stunning .umx-figure-box .umx-ul li {
    display: block
  }
}

.gt20pro-stunning .umx-figure-box .umx-ul li .umx-left {
  position: relative;
  margin-bottom: 30px
}

@media (max-width: 1440px) {
  .gt20pro-stunning .umx-figure-box .umx-ul li .umx-left {
    margin-bottom: 22.5px
  }
}

@media (max-width: 1000px) {
  .gt20pro-stunning .umx-figure-box .umx-ul li .umx-left {
    margin-bottom: -10px
  }
}

.gt20pro-stunning .umx-figure-box .umx-ul li .umx-left figure {
  position: relative
}

.gt20pro-stunning .umx-figure-box .umx-ul li .umx-left figure.umx-icon1 {
  background-image: url(../images/gt20pro-stunning-icon1-lg.png);
  background-size: 237px 67px;
  background-position: center;
  background-repeat: no-repeat;
  width: 237px;
  height: 67px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-stunning .umx-figure-box .umx-ul li .umx-left figure.umx-icon1 {
    background-image: url(../images/gt20pro-stunning-icon1-lg-x2.png)
  }
}

.webp .gt20pro-stunning .umx-figure-box .umx-ul li .umx-left figure.umx-icon1 {
  background-image: url(../images/gt20pro-stunning-icon1-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-stunning .umx-figure-box .umx-ul li .umx-left figure.umx-icon1 {
    background-image: url(../images/gt20pro-stunning-icon1-lg-x2.png.webp)
  }
}

@media (max-width: 1440px) {
  .gt20pro-stunning .umx-figure-box .umx-ul li .umx-left figure.umx-icon1 {
    background-image: url(../images/gt20pro-stunning-icon1-lg.png);
    background-size: 177px 50px;
    background-position: center;
    background-repeat: no-repeat;
    width: 177px;
    height: 50px
  }
}

@media only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1440px) and (min-resolution: 1.5dppx),(max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1440px) and (min-resolution: 144dpi) {
  .gt20pro-stunning .umx-figure-box .umx-ul li .umx-left figure.umx-icon1 {
    background-image: url(../images/gt20pro-stunning-icon1-lg-x2.png)
  }
}

@media (max-width: 1440px) {
  .webp .gt20pro-stunning .umx-figure-box .umx-ul li .umx-left figure.umx-icon1 {
    background-image: url(../images/gt20pro-stunning-icon1-lg.png.webp)
  }
}

@media only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1440px) and (min-resolution: 1.5dppx),(max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1440px) and (min-resolution: 144dpi) {
  .webp .gt20pro-stunning .umx-figure-box .umx-ul li .umx-left figure.umx-icon1 {
    background-image: url(../images/gt20pro-stunning-icon1-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-stunning .umx-figure-box .umx-ul li .umx-left figure.umx-icon1 {
    background-image: url(../images/gt20pro-stunning-icon1-lg.png);
    background-size: 118px 33px;
    background-position: center;
    background-repeat: no-repeat;
    width: 118px;
    height: 33px
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .gt20pro-stunning .umx-figure-box .umx-ul li .umx-left figure.umx-icon1 {
    background-image: url(../images/gt20pro-stunning-icon1-lg-x2.png)
  }
}

@media (max-width: 1000px) {
  .webp .gt20pro-stunning .umx-figure-box .umx-ul li .umx-left figure.umx-icon1 {
    background-image: url(../images/gt20pro-stunning-icon1-lg.png.webp)
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .webp .gt20pro-stunning .umx-figure-box .umx-ul li .umx-left figure.umx-icon1 {
    background-image: url(../images/gt20pro-stunning-icon1-lg-x2.png.webp)
  }
}

.gt20pro-stunning .umx-figure-box .umx-ul li .umx-left figure.umx-icon2 {
  background-image: url(../images/gt20pro-stunning-icon2-lg.png);
  background-size: 366px 67px;
  background-position: center;
  background-repeat: no-repeat;
  width: 366px;
  height: 67px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-stunning .umx-figure-box .umx-ul li .umx-left figure.umx-icon2 {
    background-image: url(../images/gt20pro-stunning-icon2-lg-x2.png)
  }
}

.webp .gt20pro-stunning .umx-figure-box .umx-ul li .umx-left figure.umx-icon2 {
  background-image: url(../images/gt20pro-stunning-icon2-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-stunning .umx-figure-box .umx-ul li .umx-left figure.umx-icon2 {
    background-image: url(../images/gt20pro-stunning-icon2-lg-x2.png.webp)
  }
}

@media (max-width: 1440px) {
  .gt20pro-stunning .umx-figure-box .umx-ul li .umx-left figure.umx-icon2 {
    background-image: url(../images/gt20pro-stunning-icon2-lg.png);
    background-size: 274px 50px;
    background-position: center;
    background-repeat: no-repeat;
    width: 274px;
    height: 50px
  }
}

@media only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1440px) and (min-resolution: 1.5dppx),(max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1440px) and (min-resolution: 144dpi) {
  .gt20pro-stunning .umx-figure-box .umx-ul li .umx-left figure.umx-icon2 {
    background-image: url(../images/gt20pro-stunning-icon2-lg-x2.png)
  }
}

@media (max-width: 1440px) {
  .webp .gt20pro-stunning .umx-figure-box .umx-ul li .umx-left figure.umx-icon2 {
    background-image: url(../images/gt20pro-stunning-icon2-lg.png.webp)
  }
}

@media only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1440px) and (min-resolution: 1.5dppx),(max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1440px) and (min-resolution: 144dpi) {
  .webp .gt20pro-stunning .umx-figure-box .umx-ul li .umx-left figure.umx-icon2 {
    background-image: url(../images/gt20pro-stunning-icon2-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-stunning .umx-figure-box .umx-ul li .umx-left figure.umx-icon2 {
    background-image: url(../images/gt20pro-stunning-icon2-lg.png);
    background-size: 183px 33px;
    background-position: center;
    background-repeat: no-repeat;
    width: 183px;
    height: 33px
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .gt20pro-stunning .umx-figure-box .umx-ul li .umx-left figure.umx-icon2 {
    background-image: url(../images/gt20pro-stunning-icon2-lg-x2.png)
  }
}

@media (max-width: 1000px) {
  .webp .gt20pro-stunning .umx-figure-box .umx-ul li .umx-left figure.umx-icon2 {
    background-image: url(../images/gt20pro-stunning-icon2-lg.png.webp)
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .webp .gt20pro-stunning .umx-figure-box .umx-ul li .umx-left figure.umx-icon2 {
    background-image: url(../images/gt20pro-stunning-icon2-lg-x2.png.webp)
  }
}

.gt20pro-stunning .umx-figure-box .umx-ul li .umx-left figure.umx-icon3 {
  background-image: url(../images/gt20pro-stunning-icon3-lg.png);
  background-size: 244px 67px;
  background-position: center;
  background-repeat: no-repeat;
  width: 244px;
  height: 67px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-stunning .umx-figure-box .umx-ul li .umx-left figure.umx-icon3 {
    background-image: url(../images/gt20pro-stunning-icon3-lg-x2.png)
  }
}

.webp .gt20pro-stunning .umx-figure-box .umx-ul li .umx-left figure.umx-icon3 {
  background-image: url(../images/gt20pro-stunning-icon3-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-stunning .umx-figure-box .umx-ul li .umx-left figure.umx-icon3 {
    background-image: url(../images/gt20pro-stunning-icon3-lg-x2.png.webp)
  }
}

@media (max-width: 1440px) {
  .gt20pro-stunning .umx-figure-box .umx-ul li .umx-left figure.umx-icon3 {
    background-image: url(../images/gt20pro-stunning-icon3-lg.png);
    background-size: 183px 50px;
    background-position: center;
    background-repeat: no-repeat;
    width: 183px;
    height: 50px
  }
}

@media only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1440px) and (min-resolution: 1.5dppx),(max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1440px) and (min-resolution: 144dpi) {
  .gt20pro-stunning .umx-figure-box .umx-ul li .umx-left figure.umx-icon3 {
    background-image: url(../images/gt20pro-stunning-icon3-lg-x2.png)
  }
}

@media (max-width: 1440px) {
  .webp .gt20pro-stunning .umx-figure-box .umx-ul li .umx-left figure.umx-icon3 {
    background-image: url(../images/gt20pro-stunning-icon3-lg.png.webp)
  }
}

@media only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1440px) and (min-resolution: 1.5dppx),(max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1440px) and (min-resolution: 144dpi) {
  .webp .gt20pro-stunning .umx-figure-box .umx-ul li .umx-left figure.umx-icon3 {
    background-image: url(../images/gt20pro-stunning-icon3-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-stunning .umx-figure-box .umx-ul li .umx-left figure.umx-icon3 {
    background-image: url(../images/gt20pro-stunning-icon3-lg.png);
    background-size: 122px 33px;
    background-position: center;
    background-repeat: no-repeat;
    width: 122px;
    height: 33px
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .gt20pro-stunning .umx-figure-box .umx-ul li .umx-left figure.umx-icon3 {
    background-image: url(../images/gt20pro-stunning-icon3-lg-x2.png)
  }
}

@media (max-width: 1000px) {
  .webp .gt20pro-stunning .umx-figure-box .umx-ul li .umx-left figure.umx-icon3 {
    background-image: url(../images/gt20pro-stunning-icon3-lg.png.webp)
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .webp .gt20pro-stunning .umx-figure-box .umx-ul li .umx-left figure.umx-icon3 {
    background-image: url(../images/gt20pro-stunning-icon3-lg-x2.png.webp)
  }
}

.gt20pro-stunning .umx-figure-box .umx-ul li .umx-left p {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: AktivGroteskEx_Bd;
  line-height: 1;
  font-size: 22px;
  left: 26px;
  margin-top: -2px
}

@media (max-width: 1440px) {
  .gt20pro-stunning .umx-figure-box .umx-ul li .umx-left p {
    font-size: 16.5px;
    left: 19.5px;
    margin-top: -1.5px
  }
}

@media (max-width: 1000px) {
  .gt20pro-stunning .umx-figure-box .umx-ul li .umx-left p {
    font-size: 10px;
    left: 12px
  }
}

.gt20pro-stunning .umx-figure-box .umx-ul li .umx-right {
  position: relative;
  margin-top: -16px
}

@media (max-width: 1440px) {
  .gt20pro-stunning .umx-figure-box .umx-ul li .umx-right {
    margin-top: -12px
  }
}

@media (max-width: 1000px) {
  .gt20pro-stunning .umx-figure-box .umx-ul li .umx-right {
    margin-top: 20px;
    margin-left: 30px
  }
}

.gt20pro-stunning .umx-figure-box .umx-ul li .umx-right .umx-line-c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 20px
}

@media (max-width: 1440px) {
  .gt20pro-stunning .umx-figure-box .umx-ul li .umx-right .umx-line-c {
    margin-left: 15px
  }
}

@media (max-width: 1000px) {
  .gt20pro-stunning .umx-figure-box .umx-ul li .umx-right .umx-line-c {
    margin-left: 19px;
    display: block
  }
}

.gt20pro-stunning .umx-figure-box .umx-ul li .umx-right .umx-line-c .umx-point {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  top: 17px;
  right: 0
}

@media (max-width: 1440px) {
  .gt20pro-stunning .umx-figure-box .umx-ul li .umx-right .umx-line-c .umx-point {
    width: 7.5px;
    height: 7.5px;
    top: 12.75px
  }
}

@media (max-width: 1000px) {
  .gt20pro-stunning .umx-figure-box .umx-ul li .umx-right .umx-line-c .umx-point {
    width: 5px;
    height: 5px;
    right: auto;
    left: 2px;
    top: 103px
  }
}

.gt20pro-stunning .umx-figure-box .umx-ul li .umx-right .umx-line-c .umx-line1-box {
  position: relative;
  width: 370px;
  height: 1px
}

@media (max-width: 1440px) {
  .gt20pro-stunning .umx-figure-box .umx-ul li .umx-right .umx-line-c .umx-line1-box {
    width: 277.5px
  }
}

@media (max-width: 1000px) {
  .gt20pro-stunning .umx-figure-box .umx-ul li .umx-right .umx-line-c .umx-line1-box {
    height: 90px;
    width: 1px
  }
}

.gt20pro-stunning .umx-figure-box .umx-ul li .umx-right .umx-line-c .umx-line1-box .umx-line1 {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  background: #fff
}

@media (max-width: 1000px) {
  .gt20pro-stunning .umx-figure-box .umx-ul li .umx-right .umx-line-c .umx-line1-box .umx-line1 {
    bottom: 0
  }
}

.gt20pro-stunning .umx-figure-box .umx-ul li .umx-right .umx-line-c .umx-line2-box {
  position: relative;
  -webkit-transform: rotate(224deg);
  -ms-transform: rotate(224deg);
  transform: rotate(224deg);
  left: -4px;
  top: 9px;
  height: 1px;
  width: 26px
}

@media (max-width: 1440px) {
  .gt20pro-stunning .umx-figure-box .umx-ul li .umx-right .umx-line-c .umx-line2-box {
    left: -3px;
    top: 6.75px;
    width: 19.5px
  }
}

@media (max-width: 1000px) {
  .gt20pro-stunning .umx-figure-box .umx-ul li .umx-right .umx-line-c .umx-line2-box {
    height: 20px;
    width: 1px;
    left: -7px;
    top: -3px
  }
}

.gt20pro-stunning .umx-figure-box .umx-ul li .umx-right .umx-line-c .umx-line2-box .umx-line2 {
  position: absolute;
  background: #fff;
  width: 100%;
  height: 100%
}

.gt20pro-stunning .umx-figure-box .umx-ul li.umx-li1 {
  top: 70px;
  margin-left: -956px
}

@media (max-width: 1440px) {
  .gt20pro-stunning .umx-figure-box .umx-ul li.umx-li1 {
    top: 52.5px;
    margin-left: -717px
  }
}

@media (max-width: 1000px) {
  .gt20pro-stunning .umx-figure-box .umx-ul li.umx-li1 {
    top: -144px;
    margin-left: -96px
  }
}

.gt20pro-stunning .umx-figure-box .umx-ul li.umx-li2 {
  top: 250px;
  margin-left: -820px
}

@media (max-width: 1440px) {
  .gt20pro-stunning .umx-figure-box .umx-ul li.umx-li2 {
    top: 187.5px;
    margin-left: -615px
  }
}

@media (max-width: 1000px) {
  .gt20pro-stunning .umx-figure-box .umx-ul li.umx-li2 {
    top: -194px;
    margin-left: 40px
  }
}

.gt20pro-stunning .umx-figure-box .umx-ul li.umx-li2 .umx-line-c .umx-point {
  top: -25px
}

@media (max-width: 1440px) {
  .gt20pro-stunning .umx-figure-box .umx-ul li.umx-li2 .umx-line-c .umx-point {
    top: -18.75px
  }
}

@media (max-width: 1000px) {
  .gt20pro-stunning .umx-figure-box .umx-ul li.umx-li2 .umx-line-c .umx-point {
    top: 193px
  }
}

@media (max-width: 1000px) {
  .gt20pro-stunning .umx-figure-box .umx-ul li.umx-li2 .umx-line-c .umx-line1-box {
    height: 180px
  }
}

.gt20pro-stunning .umx-figure-box .umx-ul li.umx-li2 .umx-line-c .umx-line2-box {
  -webkit-transform: rotate(316deg);
  -ms-transform: rotate(316deg);
  transform: rotate(316deg);
  top: -9px
}

@media (max-width: 1440px) {
  .gt20pro-stunning .umx-figure-box .umx-ul li.umx-li2 .umx-line-c .umx-line2-box {
    top: -6.75px
  }
}

@media (max-width: 1000px) {
  .gt20pro-stunning .umx-figure-box .umx-ul li.umx-li2 .umx-line-c .umx-line2-box {
    -webkit-transform: rotate(224deg);
    -ms-transform: rotate(224deg);
    transform: rotate(224deg);
    top: -3px
  }
}

.gt20pro-stunning .umx-figure-box .umx-ul li.umx-li2 .umx-line-c .umx-line2-box .umx-line2 {
  right: 0
}

.gt20pro-stunning .umx-figure-box .umx-ul li.umx-li3 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  top: 108px;
  margin-left: -80px
}

@media (max-width: 1440px) {
  .gt20pro-stunning .umx-figure-box .umx-ul li.umx-li3 {
    top: 81px;
    margin-left: -60px
  }
}

@media (max-width: 1000px) {
  .gt20pro-stunning .umx-figure-box .umx-ul li.umx-li3 {
    top: -260px;
    margin-left: 100px
  }
}

.gt20pro-stunning .umx-figure-box .umx-ul li.umx-li3 .umx-right {
  margin-top: 0;
  margin-bottom: 31px
}

@media (max-width: 1440px) {
  .gt20pro-stunning .umx-figure-box .umx-ul li.umx-li3 .umx-right {
    margin-bottom: 23.25px
  }
}

@media (max-width: 1000px) {
  .gt20pro-stunning .umx-figure-box .umx-ul li.umx-li3 .umx-right {
    margin-top: 0;
    margin-left: 30px;
    margin-bottom: 0
  }
}

.gt20pro-stunning .umx-figure-box .umx-ul li.umx-li3 .umx-right .umx-line-c {
  display: block;
  margin-left: 0
}

.gt20pro-stunning .umx-figure-box .umx-ul li.umx-li3 .umx-right .umx-line-c .umx-point {
  position: relative;
  top: 0
}

@media (max-width: 1000px) {
  .gt20pro-stunning .umx-figure-box .umx-ul li.umx-li3 .umx-right .umx-line-c .umx-point {
    position: absolute;
    top: 233px;
    left: 4px
  }
}

.gt20pro-stunning .umx-figure-box .umx-ul li.umx-li3 .umx-right .umx-line-c .umx-line1-box {
  width: 1px;
  height: 370px;
  left: 27px;
  top: 15px
}

@media (max-width: 1440px) {
  .gt20pro-stunning .umx-figure-box .umx-ul li.umx-li3 .umx-right .umx-line-c .umx-line1-box {
    height: 277.5px;
    left: 20.25px;
    top: 11.25px
  }
}

@media (max-width: 1000px) {
  .gt20pro-stunning .umx-figure-box .umx-ul li.umx-li3 .umx-right .umx-line-c .umx-line1-box {
    height: 200px;
    width: 1px;
    top: 0
  }
}

.gt20pro-stunning .umx-figure-box .umx-ul li.umx-li3 .umx-right .umx-line-c .umx-line2-box {
  top: 7px;
  left: 5px
}

@media (max-width: 1440px) {
  .gt20pro-stunning .umx-figure-box .umx-ul li.umx-li3 .umx-right .umx-line-c .umx-line2-box {
    top: 5.25px;
    left: 3.75px
  }
}

@media (max-width: 1000px) {
  .gt20pro-stunning .umx-figure-box .umx-ul li.umx-li3 .umx-right .umx-line-c .umx-line2-box {
    left: 14px;
    top: 217px
  }
}

.gt20pro-stunning .umx-figure-box .umx-ul li.umx-li3 .umx-right .umx-line-c .umx-line2-box .umx-line2 {
  right: 0
}

.gt20pro-night {
  overflow: visible;
  overflow-x: clip
}

@media (max-width: 1000px) {
  .gt20pro-night {
    overflow: hidden
  }
}

@media (max-width: 1000px) {
  .gt20pro-night .umx-section .umx-title .umx-bias-svg {
    margin-left: 24px
  }
}

.gt20pro-night .umx-section .umx-title .umx-main-title {
  font-size: 48px
}

@media (max-width: 1000px) {
  .gt20pro-night .umx-section .umx-title .umx-main-title {
    font-size: 24px
  }
}

.gt20pro-night .umx-content1 {
  position: relative;
  z-index: 2
}

.gt20pro-night .umx-content1 .umx-bg-svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-left: -26.04167vw;
  margin-top: 15.625vw;
  opacity: .8
}

@media (max-width: 1440px) {
  .gt20pro-night .umx-content1 .umx-bg-svg {
    width: 1890px;
    height: 1905.5px
  }
}

@media (max-width: 1000px) {
  .gt20pro-night .umx-content1 .umx-bg-svg {
    width: 210vw;
    height: 211.72222vw;
    margin-left: -27.77778vw;
    margin-top: 27.77778vw;
    opacity: 1
  }
}

.gt20pro-night .umx-content1 .umx-figure-box1 {
  position: relative;
  width: 1011px;
  height: 644px
}

@media (max-width: 1440px) {
  .gt20pro-night .umx-content1 .umx-figure-box1 {
    width: 758.25px;
    height: 483px
  }
}

@media (max-width: 1000px) {
  .gt20pro-night .umx-content1 .umx-figure-box1 {
    width: 70.27778vw;
    height: 44.72222vw;
    margin-left: -7.77778vw
  }
}

.gt20pro-night .umx-content1 .umx-figure-box1 figure.umx-f1 {
  background-image: url(../images/gt20pro-night-img1-lg.png);
  background-size: 1016px 647px;
  background-position: center;
  background-repeat: no-repeat;
  width: 1016px;
  height: 647px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-night .umx-content1 .umx-figure-box1 figure.umx-f1 {
    background-image: url(../images/gt20pro-night-img1-lg-x2.png)
  }
}

.webp .gt20pro-night .umx-content1 .umx-figure-box1 figure.umx-f1 {
  background-image: url(../images/gt20pro-night-img1-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-night .umx-content1 .umx-figure-box1 figure.umx-f1 {
    background-image: url(../images/gt20pro-night-img1-lg-x2.png.webp)
  }
}

@media (max-width: 1440px) {
  .gt20pro-night .umx-content1 .umx-figure-box1 figure.umx-f1 {
    background-image: url(../images/gt20pro-night-img1-lg.png);
    background-size: 762px 485px;
    background-position: center;
    background-repeat: no-repeat;
    width: 762px;
    height: 485px
  }
}

@media only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1440px) and (min-resolution: 1.5dppx),(max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1440px) and (min-resolution: 144dpi) {
  .gt20pro-night .umx-content1 .umx-figure-box1 figure.umx-f1 {
    background-image: url(../images/gt20pro-night-img1-lg-x2.png)
  }
}

@media (max-width: 1440px) {
  .webp .gt20pro-night .umx-content1 .umx-figure-box1 figure.umx-f1 {
    background-image: url(../images/gt20pro-night-img1-lg.png.webp)
  }
}

@media only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1440px) and (min-resolution: 1.5dppx),(max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1440px) and (min-resolution: 144dpi) {
  .webp .gt20pro-night .umx-content1 .umx-figure-box1 figure.umx-f1 {
    background-image: url(../images/gt20pro-night-img1-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-night .umx-content1 .umx-figure-box1 figure.umx-f1 {
    background-image: url(../images/gt20pro-night-img1-mb.jpg);
    background-size: 254px 161px;
    background-position: center;
    background-repeat: no-repeat;
    width: 254px;
    height: 161px
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .gt20pro-night .umx-content1 .umx-figure-box1 figure.umx-f1 {
    background-image: url(../images/gt20pro-night-img1-mb-x2.jpg)
  }
}

@media (max-width: 1000px) {
  .webp .gt20pro-night .umx-content1 .umx-figure-box1 figure.umx-f1 {
    background-image: url(../images/gt20pro-night-img1-mb.jpg.webp)
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .webp .gt20pro-night .umx-content1 .umx-figure-box1 figure.umx-f1 {
    background-image: url(../images/gt20pro-night-img1-mb-x2.jpg.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-night .umx-content1 .umx-figure-box1 figure.umx-f1 {
    background-size: 70.55556vw 44.72222vw;
    width: 70.55556vw;
    height: 44.72222vw
  }
}

.gt20pro-night .umx-content1 .umx-figure-box1 figure.umx-f2 {
  background-image: url(../images/gt20pro-night-img2-lg.png);
  background-size: 1012px 644px;
  background-position: center;
  background-repeat: no-repeat;
  width: 1012px;
  height: 644px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-night .umx-content1 .umx-figure-box1 figure.umx-f2 {
    background-image: url(../images/gt20pro-night-img2-lg-x2.png)
  }
}

.webp .gt20pro-night .umx-content1 .umx-figure-box1 figure.umx-f2 {
  background-image: url(../images/gt20pro-night-img2-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-night .umx-content1 .umx-figure-box1 figure.umx-f2 {
    background-image: url(../images/gt20pro-night-img2-lg-x2.png.webp)
  }
}

@media (max-width: 1440px) {
  .gt20pro-night .umx-content1 .umx-figure-box1 figure.umx-f2 {
    background-image: url(../images/gt20pro-night-img2-lg.png);
    background-size: 759px 483px;
    background-position: center;
    background-repeat: no-repeat;
    width: 759px;
    height: 483px
  }
}

@media only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1440px) and (min-resolution: 1.5dppx),(max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1440px) and (min-resolution: 144dpi) {
  .gt20pro-night .umx-content1 .umx-figure-box1 figure.umx-f2 {
    background-image: url(../images/gt20pro-night-img2-lg-x2.png)
  }
}

@media (max-width: 1440px) {
  .webp .gt20pro-night .umx-content1 .umx-figure-box1 figure.umx-f2 {
    background-image: url(../images/gt20pro-night-img2-lg.png.webp)
  }
}

@media only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1440px) and (min-resolution: 1.5dppx),(max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1440px) and (min-resolution: 144dpi) {
  .webp .gt20pro-night .umx-content1 .umx-figure-box1 figure.umx-f2 {
    background-image: url(../images/gt20pro-night-img2-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-night .umx-content1 .umx-figure-box1 figure.umx-f2 {
    background-image: url(../images/gt20pro-night-img2-mb.jpg);
    background-size: 253px 161px;
    background-position: center;
    background-repeat: no-repeat;
    width: 253px;
    height: 161px
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .gt20pro-night .umx-content1 .umx-figure-box1 figure.umx-f2 {
    background-image: url(../images/gt20pro-night-img2-mb-x2.jpg)
  }
}

@media (max-width: 1000px) {
  .webp .gt20pro-night .umx-content1 .umx-figure-box1 figure.umx-f2 {
    background-image: url(../images/gt20pro-night-img2-mb.jpg.webp)
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .webp .gt20pro-night .umx-content1 .umx-figure-box1 figure.umx-f2 {
    background-image: url(../images/gt20pro-night-img2-mb-x2.jpg.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-night .umx-content1 .umx-figure-box1 figure.umx-f2 {
    background-size: 70.27778vw 44.72222vw;
    width: 70.27778vw;
    height: 44.72222vw
  }
}

.gt20pro-night .umx-content1 .umx-figure-box1 figure.umx-f3 {
  background-image: url(../images/gt20pro-night-img3-lg.png);
  background-size: 526px 644px;
  background-position: center;
  background-repeat: no-repeat;
  width: 526px;
  height: 644px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-night .umx-content1 .umx-figure-box1 figure.umx-f3 {
    background-image: url(../images/gt20pro-night-img3-lg-x2.png)
  }
}

.webp .gt20pro-night .umx-content1 .umx-figure-box1 figure.umx-f3 {
  background-image: url(../images/gt20pro-night-img3-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-night .umx-content1 .umx-figure-box1 figure.umx-f3 {
    background-image: url(../images/gt20pro-night-img3-lg-x2.png.webp)
  }
}

@media (max-width: 1440px) {
  .gt20pro-night .umx-content1 .umx-figure-box1 figure.umx-f3 {
    background-image: url(../images/gt20pro-night-img3-lg.png);
    background-size: 394px 483px;
    background-position: center;
    background-repeat: no-repeat;
    width: 394px;
    height: 483px
  }
}

@media only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1440px) and (min-resolution: 1.5dppx),(max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1440px) and (min-resolution: 144dpi) {
  .gt20pro-night .umx-content1 .umx-figure-box1 figure.umx-f3 {
    background-image: url(../images/gt20pro-night-img3-lg-x2.png)
  }
}

@media (max-width: 1440px) {
  .webp .gt20pro-night .umx-content1 .umx-figure-box1 figure.umx-f3 {
    background-image: url(../images/gt20pro-night-img3-lg.png.webp)
  }
}

@media only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1440px) and (min-resolution: 1.5dppx),(max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1440px) and (min-resolution: 144dpi) {
  .webp .gt20pro-night .umx-content1 .umx-figure-box1 figure.umx-f3 {
    background-image: url(../images/gt20pro-night-img3-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-night .umx-content1 .umx-figure-box1 figure.umx-f3 {
    background-image: url(../images/gt20pro-night-img3-mb.jpg);
    background-size: 131px 161px;
    background-position: center;
    background-repeat: no-repeat;
    width: 131px;
    height: 161px
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .gt20pro-night .umx-content1 .umx-figure-box1 figure.umx-f3 {
    background-image: url(../images/gt20pro-night-img3-mb-x2.jpg)
  }
}

@media (max-width: 1000px) {
  .webp .gt20pro-night .umx-content1 .umx-figure-box1 figure.umx-f3 {
    background-image: url(../images/gt20pro-night-img3-mb.jpg.webp)
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .webp .gt20pro-night .umx-content1 .umx-figure-box1 figure.umx-f3 {
    background-image: url(../images/gt20pro-night-img3-mb-x2.jpg.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-night .umx-content1 .umx-figure-box1 figure.umx-f3 {
    background-size: 36.38889vw 44.72222vw;
    width: 36.38889vw;
    height: 44.72222vw
  }
}

.gt20pro-night .umx-content1 .umx-figure-box1 figure.umx-f4 {
  background-image: url(../images/gt20pro-night-img4-lg.png);
  background-size: 526px 644px;
  background-position: center;
  background-repeat: no-repeat;
  width: 526px;
  height: 644px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-night .umx-content1 .umx-figure-box1 figure.umx-f4 {
    background-image: url(../images/gt20pro-night-img4-lg-x2.png)
  }
}

.webp .gt20pro-night .umx-content1 .umx-figure-box1 figure.umx-f4 {
  background-image: url(../images/gt20pro-night-img4-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-night .umx-content1 .umx-figure-box1 figure.umx-f4 {
    background-image: url(../images/gt20pro-night-img4-lg-x2.png.webp)
  }
}

@media (max-width: 1440px) {
  .gt20pro-night .umx-content1 .umx-figure-box1 figure.umx-f4 {
    background-image: url(../images/gt20pro-night-img4-lg.png);
    background-size: 394px 483px;
    background-position: center;
    background-repeat: no-repeat;
    width: 394px;
    height: 483px
  }
}

@media only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1440px) and (min-resolution: 1.5dppx),(max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1440px) and (min-resolution: 144dpi) {
  .gt20pro-night .umx-content1 .umx-figure-box1 figure.umx-f4 {
    background-image: url(../images/gt20pro-night-img4-lg-x2.png)
  }
}

@media (max-width: 1440px) {
  .webp .gt20pro-night .umx-content1 .umx-figure-box1 figure.umx-f4 {
    background-image: url(../images/gt20pro-night-img4-lg.png.webp)
  }
}

@media only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1440px) and (min-resolution: 1.5dppx),(max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1440px) and (min-resolution: 144dpi) {
  .webp .gt20pro-night .umx-content1 .umx-figure-box1 figure.umx-f4 {
    background-image: url(../images/gt20pro-night-img4-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-night .umx-content1 .umx-figure-box1 figure.umx-f4 {
    background-image: url(../images/gt20pro-night-img4-mb.jpg);
    background-size: 131px 161px;
    background-position: center;
    background-repeat: no-repeat;
    width: 131px;
    height: 161px
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .gt20pro-night .umx-content1 .umx-figure-box1 figure.umx-f4 {
    background-image: url(../images/gt20pro-night-img4-mb-x2.jpg)
  }
}

@media (max-width: 1000px) {
  .webp .gt20pro-night .umx-content1 .umx-figure-box1 figure.umx-f4 {
    background-image: url(../images/gt20pro-night-img4-mb.jpg.webp)
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .webp .gt20pro-night .umx-content1 .umx-figure-box1 figure.umx-f4 {
    background-image: url(../images/gt20pro-night-img4-mb-x2.jpg.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-night .umx-content1 .umx-figure-box1 figure.umx-f4 {
    background-size: 36.38889vw 44.72222vw;
    width: 36.38889vw;
    height: 44.72222vw
  }
}

.gt20pro-night .umx-content1 .umx-figure-box1 figure.umx-f5 {
  background-image: url(../images/gt20pro-night-img5-lg.png);
  background-size: 1012px 644px;
  background-position: center;
  background-repeat: no-repeat;
  width: 1012px;
  height: 644px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-night .umx-content1 .umx-figure-box1 figure.umx-f5 {
    background-image: url(../images/gt20pro-night-img5-lg-x2.png)
  }
}

.webp .gt20pro-night .umx-content1 .umx-figure-box1 figure.umx-f5 {
  background-image: url(../images/gt20pro-night-img5-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-night .umx-content1 .umx-figure-box1 figure.umx-f5 {
    background-image: url(../images/gt20pro-night-img5-lg-x2.png.webp)
  }
}

@media (max-width: 1440px) {
  .gt20pro-night .umx-content1 .umx-figure-box1 figure.umx-f5 {
    background-image: url(../images/gt20pro-night-img5-lg.png);
    background-size: 759px 483px;
    background-position: center;
    background-repeat: no-repeat;
    width: 759px;
    height: 483px
  }
}

@media only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1440px) and (min-resolution: 1.5dppx),(max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1440px) and (min-resolution: 144dpi) {
  .gt20pro-night .umx-content1 .umx-figure-box1 figure.umx-f5 {
    background-image: url(../images/gt20pro-night-img5-lg-x2.png)
  }
}

@media (max-width: 1440px) {
  .webp .gt20pro-night .umx-content1 .umx-figure-box1 figure.umx-f5 {
    background-image: url(../images/gt20pro-night-img5-lg.png.webp)
  }
}

@media only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1440px) and (min-resolution: 1.5dppx),(max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1440px) and (min-resolution: 144dpi) {
  .webp .gt20pro-night .umx-content1 .umx-figure-box1 figure.umx-f5 {
    background-image: url(../images/gt20pro-night-img5-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-night .umx-content1 .umx-figure-box1 figure.umx-f5 {
    background-image: url(../images/gt20pro-night-img5-mb.jpg);
    background-size: 254px 161px;
    background-position: center;
    background-repeat: no-repeat;
    width: 254px;
    height: 161px
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .gt20pro-night .umx-content1 .umx-figure-box1 figure.umx-f5 {
    background-image: url(../images/gt20pro-night-img5-mb-x2.jpg)
  }
}

@media (max-width: 1000px) {
  .webp .gt20pro-night .umx-content1 .umx-figure-box1 figure.umx-f5 {
    background-image: url(../images/gt20pro-night-img5-mb.jpg.webp)
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .webp .gt20pro-night .umx-content1 .umx-figure-box1 figure.umx-f5 {
    background-image: url(../images/gt20pro-night-img5-mb-x2.jpg.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-night .umx-content1 .umx-figure-box1 figure.umx-f5 {
    background-size: 70.55556vw 44.72222vw;
    width: 70.55556vw;
    height: 44.72222vw
  }
}

.gt20pro-night .umx-content1 .umx-night-wrapper {
  position: relative;
  margin-top: 96px;
  margin-bottom: 300px
}

@media (max-width: 1440px) {
  .gt20pro-night .umx-content1 .umx-night-wrapper {
    margin-top: 72px;
    margin-bottom: 225px
  }
}

@media (max-width: 1000px) {
  .gt20pro-night .umx-content1 .umx-night-wrapper {
    margin-top: 36px;
    margin-bottom: 100px
  }
}

.gt20pro-night .umx-content1 .umx-night-wrapper .umx-btn {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 184px;
  height: 57px;
  margin-top: 60px
}

@media (max-width: 1440px) {
  .gt20pro-night .umx-content1 .umx-night-wrapper .umx-btn {
    width: 138px;
    height: 42.75px;
    margin-top: 45px
  }
}

@media (max-width: 1000px) {
  .gt20pro-night .umx-content1 .umx-night-wrapper .umx-btn {
    width: 22.22222vw;
    height: 7.77778vw;
    margin-top: 8.33333vw;
    margin-left: -30.55556vw
  }
}

.gt20pro-night .umx-content1 .umx-night-wrapper .umx-btn .swiper-button-prev {
  left: 0;
  background-image: url(../images/gt20pro-night-arrow-left-lg.png);
  background-size: 57px 57px;
  background-position: center;
  background-repeat: no-repeat;
  width: 57px;
  height: 57px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-night .umx-content1 .umx-night-wrapper .umx-btn .swiper-button-prev {
    background-image: url(../images/gt20pro-night-arrow-left-lg-x2.png)
  }
}

.webp .gt20pro-night .umx-content1 .umx-night-wrapper .umx-btn .swiper-button-prev {
  background-image: url(../images/gt20pro-night-arrow-left-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-night .umx-content1 .umx-night-wrapper .umx-btn .swiper-button-prev {
    background-image: url(../images/gt20pro-night-arrow-left-lg-x2.png.webp)
  }
}

@media (max-width: 1440px) {
  .gt20pro-night .umx-content1 .umx-night-wrapper .umx-btn .swiper-button-prev {
    background-image: url(../images/gt20pro-night-arrow-left-lg.png);
    background-size: 42px 42px;
    background-position: center;
    background-repeat: no-repeat;
    width: 42px;
    height: 42px
  }
}

@media only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1440px) and (min-resolution: 1.5dppx),(max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1440px) and (min-resolution: 144dpi) {
  .gt20pro-night .umx-content1 .umx-night-wrapper .umx-btn .swiper-button-prev {
    background-image: url(../images/gt20pro-night-arrow-left-lg-x2.png)
  }
}

@media (max-width: 1440px) {
  .webp .gt20pro-night .umx-content1 .umx-night-wrapper .umx-btn .swiper-button-prev {
    background-image: url(../images/gt20pro-night-arrow-left-lg.png.webp)
  }
}

@media only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1440px) and (min-resolution: 1.5dppx),(max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1440px) and (min-resolution: 144dpi) {
  .webp .gt20pro-night .umx-content1 .umx-night-wrapper .umx-btn .swiper-button-prev {
    background-image: url(../images/gt20pro-night-arrow-left-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-night .umx-content1 .umx-night-wrapper .umx-btn .swiper-button-prev {
    background-image: url(../images/gt20pro-night-arrow-left-lg.png);
    background-size: 28px 28px;
    background-position: center;
    background-repeat: no-repeat;
    width: 28px;
    height: 28px
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .gt20pro-night .umx-content1 .umx-night-wrapper .umx-btn .swiper-button-prev {
    background-image: url(../images/gt20pro-night-arrow-left-lg-x2.png)
  }
}

@media (max-width: 1000px) {
  .webp .gt20pro-night .umx-content1 .umx-night-wrapper .umx-btn .swiper-button-prev {
    background-image: url(../images/gt20pro-night-arrow-left-lg.png.webp)
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .webp .gt20pro-night .umx-content1 .umx-night-wrapper .umx-btn .swiper-button-prev {
    background-image: url(../images/gt20pro-night-arrow-left-lg-x2.png.webp)
  }
}

.gt20pro-night .umx-content1 .umx-night-wrapper .umx-btn .swiper-button-prev:after {
  content: ''
}

.gt20pro-night .umx-content1 .umx-night-wrapper .umx-btn .swiper-button-next {
  right: 0;
  background-image: url(../images/gt20pro-night-arrow-right-lg.png);
  background-size: 57px 57px;
  background-position: center;
  background-repeat: no-repeat;
  width: 57px;
  height: 57px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-night .umx-content1 .umx-night-wrapper .umx-btn .swiper-button-next {
    background-image: url(../images/gt20pro-night-arrow-right-lg-x2.png)
  }
}

.webp .gt20pro-night .umx-content1 .umx-night-wrapper .umx-btn .swiper-button-next {
  background-image: url(../images/gt20pro-night-arrow-right-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-night .umx-content1 .umx-night-wrapper .umx-btn .swiper-button-next {
    background-image: url(../images/gt20pro-night-arrow-right-lg-x2.png.webp)
  }
}

@media (max-width: 1440px) {
  .gt20pro-night .umx-content1 .umx-night-wrapper .umx-btn .swiper-button-next {
    background-image: url(../images/gt20pro-night-arrow-right-lg.png);
    background-size: 42px 42px;
    background-position: center;
    background-repeat: no-repeat;
    width: 42px;
    height: 42px
  }
}

@media only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1440px) and (min-resolution: 1.5dppx),(max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1440px) and (min-resolution: 144dpi) {
  .gt20pro-night .umx-content1 .umx-night-wrapper .umx-btn .swiper-button-next {
    background-image: url(../images/gt20pro-night-arrow-right-lg-x2.png)
  }
}

@media (max-width: 1440px) {
  .webp .gt20pro-night .umx-content1 .umx-night-wrapper .umx-btn .swiper-button-next {
    background-image: url(../images/gt20pro-night-arrow-right-lg.png.webp)
  }
}

@media only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1440px) and (min-resolution: 1.5dppx),(max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1440px) and (min-resolution: 144dpi) {
  .webp .gt20pro-night .umx-content1 .umx-night-wrapper .umx-btn .swiper-button-next {
    background-image: url(../images/gt20pro-night-arrow-right-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-night .umx-content1 .umx-night-wrapper .umx-btn .swiper-button-next {
    background-image: url(../images/gt20pro-night-arrow-right-lg.png);
    background-size: 28px 28px;
    background-position: center;
    background-repeat: no-repeat;
    width: 28px;
    height: 28px
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .gt20pro-night .umx-content1 .umx-night-wrapper .umx-btn .swiper-button-next {
    background-image: url(../images/gt20pro-night-arrow-right-lg-x2.png)
  }
}

@media (max-width: 1000px) {
  .webp .gt20pro-night .umx-content1 .umx-night-wrapper .umx-btn .swiper-button-next {
    background-image: url(../images/gt20pro-night-arrow-right-lg.png.webp)
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .webp .gt20pro-night .umx-content1 .umx-night-wrapper .umx-btn .swiper-button-next {
    background-image: url(../images/gt20pro-night-arrow-right-lg-x2.png.webp)
  }
}

.gt20pro-night .umx-content1 .umx-night-wrapper .umx-btn .swiper-button-next:after {
  content: ''
}

.gt20pro-night .umx-content2 {
  position: relative;
  z-index: 2
}

.gt20pro-night .umx-content2 .umx-section {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-top: 0
}

@media (max-width: 1000px) {
  .gt20pro-night .umx-content2 .umx-section {
    width: auto;
    position: relative;
    top: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
  }
}

.gt20pro-night .umx-content2 .umx-section .umx-title {
  width: 1080px
}

@media (min-width: 1921px) {
  .gt20pro-night .umx-content2 .umx-section .umx-title {
    width: 1500px
  }
}

@media (max-width: 1440px) {
  .gt20pro-night .umx-content2 .umx-section .umx-title {
    width: 900px
  }
}

@media (max-width: 1000px) {
  .gt20pro-night .umx-content2 .umx-section .umx-title {
    width: auto
  }
}

.gt20pro-night .umx-content2 .umx-figure-box2 {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  overflow: hidden;
  margin-left: 260px;
  margin-bottom: 120px;
  width: 739px;
  height: 337px
}

@media (max-width: 1440px) {
  .gt20pro-night .umx-content2 .umx-figure-box2 {
    width: 554.25px;
    height: 252.75px;
    margin-left: 230px
  }
}

@media (max-width: 1024px) {
  .gt20pro-night .umx-content2 .umx-figure-box2 {
    margin-left: 178px
  }
}

@media (max-width: 1000px) {
  .gt20pro-night .umx-content2 .umx-figure-box2 {
    margin-left: 0;
    margin-top: 30px;
    margin-bottom: 80px;
    width: 36.38889vw;
    height: 80vw
  }
}

.gt20pro-night .umx-content2 .umx-figure-box2 .umx-video-box {
  position: absolute;
  overflow: hidden;
  margin-left: 8px;
  margin-top: 7px;
  border-radius: 20px;
  width: 726px;
  height: 320px
}

@media (max-width: 1440px) {
  .gt20pro-night .umx-content2 .umx-figure-box2 .umx-video-box {
    width: 544.5px;
    height: 240px;
    border-radius: 10px;
    margin-left: 6px;
    margin-top: 5.25px
  }
}

@media (max-width: 1000px) {
  .gt20pro-night .umx-content2 .umx-figure-box2 .umx-video-box {
    margin-left: 1px;
    margin-top: -1px;
    width: 35.55556vw;
    height: 80.66667vw
  }
}

.gt20pro-night .umx-content2 .umx-figure-box2 .umx-video-box .umx-night-video {
  position: absolute;
  width: 100%;
  height: 100%
}

.gt20pro-night .umx-content2 .umx-figure-box2 .umx-video-box .umx-night-video video {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.gt20pro-night .umx-content2 .umx-figure-box2 .umx-video-box .umx-night-video-img {
  position: absolute;
  width: 100%;
  height: 100%;
  display: none
}

.gt20pro-night .umx-content2 .umx-figure-box2 .umx-f1 {
  position: absolute;
  background-image: url(../images/gt20pro-night-box2-img1-lg.png);
  background-size: 739px 337px;
  background-position: center;
  background-repeat: no-repeat;
  width: 739px;
  height: 337px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-night .umx-content2 .umx-figure-box2 .umx-f1 {
    background-image: url(../images/gt20pro-night-box2-img1-lg-x2.png)
  }
}

.webp .gt20pro-night .umx-content2 .umx-figure-box2 .umx-f1 {
  background-image: url(../images/gt20pro-night-box2-img1-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-night .umx-content2 .umx-figure-box2 .umx-f1 {
    background-image: url(../images/gt20pro-night-box2-img1-lg-x2.png.webp)
  }
}

@media (max-width: 1440px) {
  .gt20pro-night .umx-content2 .umx-figure-box2 .umx-f1 {
    background-image: url(../images/gt20pro-night-box2-img1-lg.png);
    background-size: 554px 252px;
    background-position: center;
    background-repeat: no-repeat;
    width: 554px;
    height: 252px
  }
}

@media only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1440px) and (min-resolution: 1.5dppx),(max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1440px) and (min-resolution: 144dpi) {
  .gt20pro-night .umx-content2 .umx-figure-box2 .umx-f1 {
    background-image: url(../images/gt20pro-night-box2-img1-lg-x2.png)
  }
}

@media (max-width: 1440px) {
  .webp .gt20pro-night .umx-content2 .umx-figure-box2 .umx-f1 {
    background-image: url(../images/gt20pro-night-box2-img1-lg.png.webp)
  }
}

@media only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1440px) and (min-resolution: 1.5dppx),(max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1440px) and (min-resolution: 144dpi) {
  .webp .gt20pro-night .umx-content2 .umx-figure-box2 .umx-f1 {
    background-image: url(../images/gt20pro-night-box2-img1-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-night .umx-content2 .umx-figure-box2 .umx-f1 {
    background-image: url(../images/gt20pro-night-box2-img1-mb.png);
    background-size: 131px 288px;
    background-position: center;
    background-repeat: no-repeat;
    width: 131px;
    height: 288px;
    width: 36.38889vw;
    height: 80vw;
    background-size: 36.38889vw 80vw
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .gt20pro-night .umx-content2 .umx-figure-box2 .umx-f1 {
    background-image: url(../images/gt20pro-night-box2-img1-mb-x2.png)
  }
}

@media (max-width: 1000px) {
  .webp .gt20pro-night .umx-content2 .umx-figure-box2 .umx-f1 {
    background-image: url(../images/gt20pro-night-box2-img1-mb.png.webp)
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .webp .gt20pro-night .umx-content2 .umx-figure-box2 .umx-f1 {
    background-image: url(../images/gt20pro-night-box2-img1-mb-x2.png.webp)
  }
}

.gt20pro-night .umx-content3 {
  position: relative
}

.gt20pro-night .umx-content3 .umx-section {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-top: 0;
  margin-left: 800px
}

@media (max-width: 1440px) {
  .gt20pro-night .umx-content3 .umx-section {
    margin-left: 600px
  }
}

@media (max-width: 1024px) {
  .gt20pro-night .umx-content3 .umx-section {
    margin-left: 500px
  }
}

@media (max-width: 1000px) {
  .gt20pro-night .umx-content3 .umx-section {
    position: relative;
    top: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin-left: 0
  }
}

.gt20pro-night .umx-content3 .umx-figure-box3 {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 366px;
  height: 714px;
  margin-left: -300px;
  margin-bottom: 80px
}

@media (max-width: 1440px) {
  .gt20pro-night .umx-content3 .umx-figure-box3 {
    width: 274.5px;
    height: 535.5px;
    margin-left: -225px
  }
}

@media (max-width: 1000px) {
  .gt20pro-night .umx-content3 .umx-figure-box3 {
    width: 46.94444vw;
    height: 91.52778vw;
    margin-left: 0;
    margin-top: 30px
  }
}

.gt20pro-night .umx-content3 .umx-figure-box3 .umx-f1 {
  position: relative;
  background-image: url(../images/gt20pro-night-box3-img1-lg.png);
  background-size: 366px 714px;
  background-position: center;
  background-repeat: no-repeat;
  width: 366px;
  height: 714px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-night .umx-content3 .umx-figure-box3 .umx-f1 {
    background-image: url(../images/gt20pro-night-box3-img1-lg-x2.png)
  }
}

.webp .gt20pro-night .umx-content3 .umx-figure-box3 .umx-f1 {
  background-image: url(../images/gt20pro-night-box3-img1-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-night .umx-content3 .umx-figure-box3 .umx-f1 {
    background-image: url(../images/gt20pro-night-box3-img1-lg-x2.png.webp)
  }
}

@media (max-width: 1440px) {
  .gt20pro-night .umx-content3 .umx-figure-box3 .umx-f1 {
    background-image: url(../images/gt20pro-night-box3-img1-lg.png);
    background-size: 274px 535px;
    background-position: center;
    background-repeat: no-repeat;
    width: 274px;
    height: 535px
  }
}

@media only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1440px) and (min-resolution: 1.5dppx),(max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1440px) and (min-resolution: 144dpi) {
  .gt20pro-night .umx-content3 .umx-figure-box3 .umx-f1 {
    background-image: url(../images/gt20pro-night-box3-img1-lg-x2.png)
  }
}

@media (max-width: 1440px) {
  .webp .gt20pro-night .umx-content3 .umx-figure-box3 .umx-f1 {
    background-image: url(../images/gt20pro-night-box3-img1-lg.png.webp)
  }
}

@media only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1440px) and (min-resolution: 1.5dppx),(max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1440px) and (min-resolution: 144dpi) {
  .webp .gt20pro-night .umx-content3 .umx-figure-box3 .umx-f1 {
    background-image: url(../images/gt20pro-night-box3-img1-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-night .umx-content3 .umx-figure-box3 .umx-f1 {
    background-image: url(../images/gt20pro-night-box3-img1-mb.png);
    background-size: 169px 329px;
    background-position: center;
    background-repeat: no-repeat;
    width: 169px;
    height: 329px
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .gt20pro-night .umx-content3 .umx-figure-box3 .umx-f1 {
    background-image: url(../images/gt20pro-night-box3-img1-mb-x2.png)
  }
}

@media (max-width: 1000px) {
  .webp .gt20pro-night .umx-content3 .umx-figure-box3 .umx-f1 {
    background-image: url(../images/gt20pro-night-box3-img1-mb.png.webp)
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .webp .gt20pro-night .umx-content3 .umx-figure-box3 .umx-f1 {
    background-image: url(../images/gt20pro-night-box3-img1-mb-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-night .umx-content3 .umx-figure-box3 .umx-f1 {
    background-size: 46.94444vw 91.52778vw;
    width: 46.94444vw;
    height: 91.52778vw
  }
}

.gt20pro-night .umx-content3 .umx-figure-box3 .umx-f2 {
  position: absolute;
  bottom: 0;
  margin-left: -200px;
  -webkit-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
  background-image: url(../images/gt20pro-night-box3-img2-lg.png);
  background-size: 514px 728px;
  background-position: center;
  background-repeat: no-repeat;
  width: 514px;
  height: 728px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-night .umx-content3 .umx-figure-box3 .umx-f2 {
    background-image: url(../images/gt20pro-night-box3-img2-lg-x2.png)
  }
}

.webp .gt20pro-night .umx-content3 .umx-figure-box3 .umx-f2 {
  background-image: url(../images/gt20pro-night-box3-img2-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-night .umx-content3 .umx-figure-box3 .umx-f2 {
    background-image: url(../images/gt20pro-night-box3-img2-lg-x2.png.webp)
  }
}

@media (max-width: 1440px) {
  .gt20pro-night .umx-content3 .umx-figure-box3 .umx-f2 {
    background-image: url(../images/gt20pro-night-box3-img2-lg.png);
    background-size: 385px 546px;
    background-position: center;
    background-repeat: no-repeat;
    width: 385px;
    height: 546px
  }
}

@media only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1440px) and (min-resolution: 1.5dppx),(max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1440px) and (min-resolution: 144dpi) {
  .gt20pro-night .umx-content3 .umx-figure-box3 .umx-f2 {
    background-image: url(../images/gt20pro-night-box3-img2-lg-x2.png)
  }
}

@media (max-width: 1440px) {
  .webp .gt20pro-night .umx-content3 .umx-figure-box3 .umx-f2 {
    background-image: url(../images/gt20pro-night-box3-img2-lg.png.webp)
  }
}

@media only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1440px) and (min-resolution: 1.5dppx),(max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1440px) and (min-resolution: 144dpi) {
  .webp .gt20pro-night .umx-content3 .umx-figure-box3 .umx-f2 {
    background-image: url(../images/gt20pro-night-box3-img2-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-night .umx-content3 .umx-figure-box3 .umx-f2 {
    background-image: url(../images/gt20pro-night-box3-img2-mb.png);
    background-size: 248px 351px;
    background-position: center;
    background-repeat: no-repeat;
    width: 248px;
    height: 351px
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .gt20pro-night .umx-content3 .umx-figure-box3 .umx-f2 {
    background-image: url(../images/gt20pro-night-box3-img2-mb-x2.png)
  }
}

@media (max-width: 1000px) {
  .webp .gt20pro-night .umx-content3 .umx-figure-box3 .umx-f2 {
    background-image: url(../images/gt20pro-night-box3-img2-mb.png.webp)
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .webp .gt20pro-night .umx-content3 .umx-figure-box3 .umx-f2 {
    background-image: url(../images/gt20pro-night-box3-img2-mb-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-night .umx-content3 .umx-figure-box3 .umx-f2 {
    background-size: 68.88889vw 97.5vw;
    width: 68.88889vw;
    height: 97.5vw;
    margin-left: -13.88889vw
  }
}

.gt20pro-usability .umx-content1 {
  position: relative
}

.gt20pro-usability .umx-content1 .umx-section-box {
  mix-blend-mode: screen;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

@media (max-width: 1000px) {
  .gt20pro-usability .umx-content1 .umx-section-box {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    mix-blend-mode: normal
  }
}

.gt20pro-usability .umx-content1 .umx-section-box .umx-txt-special-bg {
  position: relative
}

@media (max-width: 1000px) {
  .gt20pro-usability .umx-content1 .umx-section-box .umx-txt-special-bg {
    width: calc(100vw - 48px)
  }
}

.gt20pro-usability .umx-content1 .umx-section-box .umx-section {
  padding-top: 0;
  margin-top: 58px
}

@media (max-width: 1000px) {
  .gt20pro-usability .umx-content1 .umx-section-box .umx-section {
    margin-top: 23px;
    margin-left: 24px
  }
}

.gt20pro-usability .umx-content1 .umx-section-box .umx-section .umx-title {
  position: relative
}

@media (max-width: 1440px) {
  .gt20pro-usability .umx-content1 .umx-section-box .umx-section .umx-title .umx-farm-svg {
    -webkit-transform: scale(.75);
    -ms-transform: scale(.75);
    transform: scale(.75);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
  }
}

@media (max-width: 1000px) {
  .gt20pro-usability .umx-content1 .umx-section-box .umx-section .umx-title .umx-farm-svg {
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5)
  }
}

.gt20pro-usability .umx-content1 .umx-section-box .umx-section .umx-title .umx-title-c {
  position: absolute;
  top: 60px;
  left: 30px
}

@media (max-width: 1440px) {
  .gt20pro-usability .umx-content1 .umx-section-box .umx-section .umx-title .umx-title-c {
    top: 45px;
    left: 22.5px
  }
}

@media (max-width: 1000px) {
  .gt20pro-usability .umx-content1 .umx-section-box .umx-section .umx-title .umx-title-c {
    top: 22px;
    left: 15px
  }
}

@media (max-width: 1000px) {
  .gt20pro-usability .umx-content1 .umx-section-box .umx-section .umx-title .umx-title-c .umx-intro, .gt20pro-usability .umx-content1 .umx-section-box .umx-section .umx-title .umx-title-c .umx-main-title {
    padding: 0;
    width: 246px
  }
}

.gt20pro-usability .umx-content1 .umx-figure-box {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  overflow: hidden;
  width: 271px;
  height: 593px;
  margin-left: 300px;
  margin-bottom: 180px
}

@media (max-width: 1000px) {
  .gt20pro-usability .umx-content1 .umx-figure-box {
    width: 42.15556vw;
    height: 92.24444vw;
    margin-left: 0;
    margin-bottom: 120px;
    margin-top: -80px
  }
}

.gt20pro-usability .umx-content1 .umx-figure-box .umx-video-content {
  position: absolute;
  width: 254px;
  height: 575.1px;
  margin-left: 8px;
  margin-top: 7px;
  border-radius: 20px;
  overflow: hidden
}

@media (max-width: 1000px) {
  .gt20pro-usability .umx-content1 .umx-figure-box .umx-video-content {
    margin-left: 1.66667vw;
    margin-top: 1.66667vw;
    border-radius: 10px;
    width: 39.51111vw;
    height: 89.46vw
  }
}

.gt20pro-usability .umx-content1 .umx-figure-box .umx-video-box {
  position: absolute;
  width: 269.8px;
  height: 575.1px
}

@media (max-width: 1000px) {
  .gt20pro-usability .umx-content1 .umx-figure-box .umx-video-box {
    width: 41.96889vw;
    height: 89.46vw
  }
}

.gt20pro-usability .umx-content1 .umx-figure-box .umx-video-box .umx-usability-video {
  position: absolute;
  width: 100%;
  height: 100%
}

.gt20pro-usability .umx-content1 .umx-figure-box .umx-video-box .umx-usability-video video {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.gt20pro-usability .umx-content1 .umx-figure-box .umx-video-box .umx-usability-video-img {
  position: absolute;
  width: 100%;
  height: 100%;
  display: none
}

.gt20pro-usability .umx-content1 .umx-figure-box .umx-f1 {
  position: absolute;
  background-image: url(../images/gt20pro-usability-img1-lg.png);
  background-size: 271px 593px;
  background-position: center;
  background-repeat: no-repeat;
  width: 271px;
  height: 593px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-usability .umx-content1 .umx-figure-box .umx-f1 {
    background-image: url(../images/gt20pro-usability-img1-lg-x2.png)
  }
}

.webp .gt20pro-usability .umx-content1 .umx-figure-box .umx-f1 {
  background-image: url(../images/gt20pro-usability-img1-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-usability .umx-content1 .umx-figure-box .umx-f1 {
    background-image: url(../images/gt20pro-usability-img1-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-usability .umx-content1 .umx-figure-box .umx-f1 {
    background-size: 42.15556vw 92.24444vw;
    width: 42.15556vw;
    height: 92.24444vw
  }
}

.gt20pro-usability .umx-icon-box {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1492px
}

@media (max-width: 1440px) {
  .gt20pro-usability .umx-icon-box {
    -webkit-transform: translateX(-50%) scale(.75);
    -ms-transform: translateX(-50%) scale(.75);
    transform: translateX(-50%) scale(.75)
  }
}

@media (max-width: 1024px) {
  .gt20pro-usability .umx-icon-box {
    -webkit-transform: translateX(-50%) scale(.6);
    -ms-transform: translateX(-50%) scale(.6);
    transform: translateX(-50%) scale(.6)
  }
}

@media (max-width: 1000px) {
  .gt20pro-usability .umx-icon-box {
    -webkit-transform: translateX(-50%) scale(1);
    -ms-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
    width: 75.55556vw
  }
}

.gt20pro-usability .umx-icon-box .umx-section {
  padding-top: 30px;
  margin-bottom: 70px
}

@media (max-width: 1000px) {
  .gt20pro-usability .umx-icon-box .umx-section {
    width: 100vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    padding-top: 0;
    margin-bottom: 40px
  }
}

@media (max-width: 1000px) {
  .gt20pro-usability .umx-icon-box .umx-section .umx-title .umx-bias-svg {
    margin-left: 24px
  }
}

.gt20pro-usability .umx-icon-box .umx-section .umx-title .umx-main-title {
  font-size: 48px
}

@media (max-width: 1000px) {
  .gt20pro-usability .umx-icon-box .umx-section .umx-title .umx-main-title {
    font-size: 24px
  }
}

.gt20pro-usability .umx-icon-box ul {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.gt20pro-usability .umx-icon-box ul li {
  position: relative
}

@media (max-width: 1000px) {
  .gt20pro-usability .umx-icon-box ul li {
    margin-bottom: 16px
  }
}

@media (max-width: 1000px) {
  .gt20pro-usability .umx-icon-box ul li svg {
    width: 75.55556vw;
    height: 29.44444vw
  }
}

.gt20pro-usability .umx-icon-box ul li .umx-p1 {
  position: absolute;
  font-family: AktivGroteskEx_Bd;
  line-height: 1.1;
  font-size: 20px;
  right: 55px;
  bottom: 32px
}

@media (max-width: 1000px) {
  .gt20pro-usability .umx-icon-box ul li .umx-p1 {
    font-size: 12px;
    right: 7.5vw;
    bottom: 3.88889vw
  }
}

.gt20pro-usability .umx-icon-box ul li .umx-p1.umx-p1-3 {
  bottom: 38px
}

@media (max-width: 1000px) {
  .gt20pro-usability .umx-icon-box ul li .umx-p1.umx-p1-3 {
    bottom: 8.33333vw
  }
}

.gt20pro-usability .umx-icon-box ul li .umx-tips {
  position: absolute;
  font-size: 12px;
  line-height: 1.2;
  color: #505050;
  right: 46px;
  bottom: 20px
}

@media (max-width: 1000px) {
  .gt20pro-usability .umx-icon-box ul li .umx-tips {
    font-size: 8px;
    right: 7.5vw;
    bottom: 4.44444vw
  }
}

.gt20pro-usability .umx-icon-box ul li .umx-usability-canvas {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0
}

@media (max-width: 1000px) {
  .gt20pro-usability .umx-icon-box ul li .umx-usability-canvas {
    width: auto !important;
    height: 27.77778vw !important
  }
}

.gt20pro-usability .umx-icon-box ul li figure {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}

.gt20pro-usability .umx-icon-box ul li figure.umx-icon1 {
  background-image: url(../images/gt20pro-usability-icon1-lg.png);
  background-size: 150px 150px;
  background-position: center;
  background-repeat: no-repeat;
  width: 150px;
  height: 150px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-usability .umx-icon-box ul li figure.umx-icon1 {
    background-image: url(../images/gt20pro-usability-icon1-lg-x2.png)
  }
}

.webp .gt20pro-usability .umx-icon-box ul li figure.umx-icon1 {
  background-image: url(../images/gt20pro-usability-icon1-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-usability .umx-icon-box ul li figure.umx-icon1 {
    background-image: url(../images/gt20pro-usability-icon1-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-usability .umx-icon-box ul li figure.umx-icon1 {
    background-image: url(../images/gt20pro-usability-icon1-lg.png);
    background-size: 75px 75px;
    background-position: center;
    background-repeat: no-repeat;
    width: 75px;
    height: 75px;
    width: 20.83333vw;
    height: 20.83333vw;
    background-size: 20.83333vw 20.83333vw
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .gt20pro-usability .umx-icon-box ul li figure.umx-icon1 {
    background-image: url(../images/gt20pro-usability-icon1-lg-x2.png)
  }
}

@media (max-width: 1000px) {
  .webp .gt20pro-usability .umx-icon-box ul li figure.umx-icon1 {
    background-image: url(../images/gt20pro-usability-icon1-lg.png.webp)
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .webp .gt20pro-usability .umx-icon-box ul li figure.umx-icon1 {
    background-image: url(../images/gt20pro-usability-icon1-lg-x2.png.webp)
  }
}

.gt20pro-usability .umx-icon-box ul li figure.umx-icon2 {
  background-image: url(../images/gt20pro-usability-icon2-lg.png);
  background-size: 150px 150px;
  background-position: center;
  background-repeat: no-repeat;
  width: 150px;
  height: 150px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-usability .umx-icon-box ul li figure.umx-icon2 {
    background-image: url(../images/gt20pro-usability-icon2-lg-x2.png)
  }
}

.webp .gt20pro-usability .umx-icon-box ul li figure.umx-icon2 {
  background-image: url(../images/gt20pro-usability-icon2-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-usability .umx-icon-box ul li figure.umx-icon2 {
    background-image: url(../images/gt20pro-usability-icon2-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-usability .umx-icon-box ul li figure.umx-icon2 {
    background-image: url(../images/gt20pro-usability-icon2-lg.png);
    background-size: 75px 75px;
    background-position: center;
    background-repeat: no-repeat;
    width: 75px;
    height: 75px;
    width: 20.83333vw;
    height: 20.83333vw;
    background-size: 20.83333vw 20.83333vw
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .gt20pro-usability .umx-icon-box ul li figure.umx-icon2 {
    background-image: url(../images/gt20pro-usability-icon2-lg-x2.png)
  }
}

@media (max-width: 1000px) {
  .webp .gt20pro-usability .umx-icon-box ul li figure.umx-icon2 {
    background-image: url(../images/gt20pro-usability-icon2-lg.png.webp)
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .webp .gt20pro-usability .umx-icon-box ul li figure.umx-icon2 {
    background-image: url(../images/gt20pro-usability-icon2-lg-x2.png.webp)
  }
}

.gt20pro-usability .umx-icon-box ul li figure.umx-icon3 {
  background-image: url(../images/gt20pro-usability-icon3-lg.png);
  background-size: 150px 150px;
  background-position: center;
  background-repeat: no-repeat;
  width: 150px;
  height: 150px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-usability .umx-icon-box ul li figure.umx-icon3 {
    background-image: url(../images/gt20pro-usability-icon3-lg-x2.png)
  }
}

.webp .gt20pro-usability .umx-icon-box ul li figure.umx-icon3 {
  background-image: url(../images/gt20pro-usability-icon3-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-usability .umx-icon-box ul li figure.umx-icon3 {
    background-image: url(../images/gt20pro-usability-icon3-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-usability .umx-icon-box ul li figure.umx-icon3 {
    background-image: url(../images/gt20pro-usability-icon3-lg.png);
    background-size: 75px 75px;
    background-position: center;
    background-repeat: no-repeat;
    width: 75px;
    height: 75px;
    width: 20.83333vw;
    height: 20.83333vw;
    background-size: 20.83333vw 20.83333vw
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .gt20pro-usability .umx-icon-box ul li figure.umx-icon3 {
    background-image: url(../images/gt20pro-usability-icon3-lg-x2.png)
  }
}

@media (max-width: 1000px) {
  .webp .gt20pro-usability .umx-icon-box ul li figure.umx-icon3 {
    background-image: url(../images/gt20pro-usability-icon3-lg.png.webp)
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .webp .gt20pro-usability .umx-icon-box ul li figure.umx-icon3 {
    background-image: url(../images/gt20pro-usability-icon3-lg-x2.png.webp)
  }
}

.gt20pro-usability .umx-icon-box ul li figure.umx-icon1 {
  left: 70px
}

@media (max-width: 1000px) {
  .gt20pro-usability .umx-icon-box ul li figure.umx-icon1 {
    left: 7.5vw
  }
}

.gt20pro-usability .umx-icon-box ul li figure.umx-icon2 {
  left: 40px
}

@media (max-width: 1000px) {
  .gt20pro-usability .umx-icon-box ul li figure.umx-icon2 {
    left: 7.5vw
  }
}

.gt20pro-usability .umx-icon-box ul li figure.umx-icon3 {
  left: 50px
}

@media (max-width: 1000px) {
  .gt20pro-usability .umx-icon-box ul li figure.umx-icon3 {
    left: 7.5vw
  }
}

.gt20pro-usability .umx-icon-box ul li:hover figure {
  margin-top: -10px;
  -webkit-filter: drop-shadow(8px 15px 8px #07c4c4);
  filter: drop-shadow(8px 15px 8px #07c4c4)
}

.gt20pro-pack .umx-figure-box {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1920px;
  margin-top: 190px
}

@media (min-width: 1921px) {
  .gt20pro-pack .umx-figure-box {
    width: 2561.28px;
    margin-top: 210px
  }
}

@media (max-width: 1440px) {
  .gt20pro-pack .umx-figure-box {
    width: 1440px;
    margin-top: 142.5px
  }
}

@media (max-width: 1024px) {
  .gt20pro-pack .umx-figure-box {
    width: 1152px;
    margin-top: 114px
  }
}

@media (max-width: 1000px) {
  .gt20pro-pack .umx-figure-box {
    width: 100.55556vw;
    margin-top: 80px
  }
}

.gt20pro-pack .umx-figure-box .umx-f1-box {
  position: relative;
  top: 0;
  width: 100%;
  height: 946px;
  -webkit-mask-position: top top;
  mask-position: top top;
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-image: cover;
  mask-image: cover;
  -webkit-mask-image: url(../images/gt20pro-pack-svg-lg.svg);
  mask-image: url(../images/gt20pro-pack-svg-lg.svg)
}

@media (min-width: 1921px) {
  .gt20pro-pack .umx-figure-box .umx-f1-box {
    height: 1261.964px
  }
}

@media (max-width: 1440px) {
  .gt20pro-pack .umx-figure-box .umx-f1-box {
    height: 709.5px
  }
}

@media (max-width: 1024px) {
  .gt20pro-pack .umx-figure-box .umx-f1-box {
    height: 567.6px
  }
}

@media (max-width: 1000px) {
  .gt20pro-pack .umx-figure-box .umx-f1-box {
    -webkit-mask-image: url(../images/gt20pro-pack-svg-mb.svg);
    mask-image: url(../images/gt20pro-pack-svg-mb.svg);
    height: 57.22222vw
  }
}

.gt20pro-pack .umx-figure-box .umx-f1 {
  position: relative;
  background-image: url(../images/gt20pro-pack-img1-lg.jpg);
  background-size: 1920px 1265px;
  background-position: center;
  background-repeat: no-repeat;
  width: 1920px;
  height: 1265px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-pack .umx-figure-box .umx-f1 {
    background-image: url(../images/gt20pro-pack-img1-lg-x2.jpg)
  }
}

.webp .gt20pro-pack .umx-figure-box .umx-f1 {
  background-image: url(../images/gt20pro-pack-img1-lg.jpg.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-pack .umx-figure-box .umx-f1 {
    background-image: url(../images/gt20pro-pack-img1-lg-x2.jpg.webp)
  }
}

@media (min-width: 1921px) {
  .gt20pro-pack .umx-figure-box .umx-f1 {
    background-image: url(../images/gt20pro-pack-img1-lg.jpg);
    background-size: 2561px 1687px;
    background-position: center;
    background-repeat: no-repeat;
    width: 2561px;
    height: 1687px
  }
}

@media only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 1921px) and (min-resolution: 1.5dppx),(min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5),(min-width: 1921px) and (min-resolution: 144dpi) {
  .gt20pro-pack .umx-figure-box .umx-f1 {
    background-image: url(../images/gt20pro-pack-img1-lg-x2.jpg)
  }
}

@media (min-width: 1921px) {
  .webp .gt20pro-pack .umx-figure-box .umx-f1 {
    background-image: url(../images/gt20pro-pack-img1-lg.jpg.webp)
  }
}

@media only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 1921px) and (min-resolution: 1.5dppx),(min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5),(min-width: 1921px) and (min-resolution: 144dpi) {
  .webp .gt20pro-pack .umx-figure-box .umx-f1 {
    background-image: url(../images/gt20pro-pack-img1-lg-x2.jpg.webp)
  }
}

@media (max-width: 1440px) {
  .gt20pro-pack .umx-figure-box .umx-f1 {
    background-image: url(../images/gt20pro-pack-img1-lg.jpg);
    background-size: 1440px 948px;
    background-position: center;
    background-repeat: no-repeat;
    width: 1440px;
    height: 948px
  }
}

@media only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1440px) and (min-resolution: 1.5dppx),(max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1440px) and (min-resolution: 144dpi) {
  .gt20pro-pack .umx-figure-box .umx-f1 {
    background-image: url(../images/gt20pro-pack-img1-lg-x2.jpg)
  }
}

@media (max-width: 1440px) {
  .webp .gt20pro-pack .umx-figure-box .umx-f1 {
    background-image: url(../images/gt20pro-pack-img1-lg.jpg.webp)
  }
}

@media only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1440px) and (min-resolution: 1.5dppx),(max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1440px) and (min-resolution: 144dpi) {
  .webp .gt20pro-pack .umx-figure-box .umx-f1 {
    background-image: url(../images/gt20pro-pack-img1-lg-x2.jpg.webp)
  }
}

@media (max-width: 1024px) {
  .gt20pro-pack .umx-figure-box .umx-f1 {
    background-image: url(../images/gt20pro-pack-img1-lg.jpg);
    background-size: 1152px 759px;
    background-position: center;
    background-repeat: no-repeat;
    width: 1152px;
    height: 759px
  }
}

@media only screen and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1024px) and (min-resolution: 1.5dppx),(max-width: 1024px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1024px) and (min-resolution: 144dpi) {
  .gt20pro-pack .umx-figure-box .umx-f1 {
    background-image: url(../images/gt20pro-pack-img1-lg-x2.jpg)
  }
}

@media (max-width: 1024px) {
  .webp .gt20pro-pack .umx-figure-box .umx-f1 {
    background-image: url(../images/gt20pro-pack-img1-lg.jpg.webp)
  }
}

@media only screen and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1024px) and (min-resolution: 1.5dppx),(max-width: 1024px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1024px) and (min-resolution: 144dpi) {
  .webp .gt20pro-pack .umx-figure-box .umx-f1 {
    background-image: url(../images/gt20pro-pack-img1-lg-x2.jpg.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-pack .umx-figure-box .umx-f1 {
    background-image: url(../images/gt20pro-pack-img1-mb.jpg);
    background-size: 362px 240px;
    background-position: center;
    background-repeat: no-repeat;
    width: 362px;
    height: 240px
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .gt20pro-pack .umx-figure-box .umx-f1 {
    background-image: url(../images/gt20pro-pack-img1-mb-x2.jpg)
  }
}

@media (max-width: 1000px) {
  .webp .gt20pro-pack .umx-figure-box .umx-f1 {
    background-image: url(../images/gt20pro-pack-img1-mb.jpg.webp)
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .webp .gt20pro-pack .umx-figure-box .umx-f1 {
    background-image: url(../images/gt20pro-pack-img1-mb-x2.jpg.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-pack .umx-figure-box .umx-f1 {
    background-size: 100.55556vw 66.66667vw;
    width: 100.55556vw;
    height: 66.66667vw
  }
}

.gt20pro-pack .umx-figure-box .umx-tips {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1440px;
  font-size: 12px;
  line-height: 1.2;
  color: #505050;
  margin-top: 60px
}

@media (max-width: 1440px) {
  .gt20pro-pack .umx-figure-box .umx-tips {
    width: 980px;
    margin-top: 45px
  }
}

@media (max-width: 1024px) {
  .gt20pro-pack .umx-figure-box .umx-tips {
    width: 800px
  }
}

@media (max-width: 1000px) {
  .gt20pro-pack .umx-figure-box .umx-tips {
    font-size: 8px;
    width: auto;
    padding: 0 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
  }
}

.gt20pro-pack .umx-figure-box .umx-f2-box {
  position: relative;
  margin-top: 300px
}

@media (max-width: 1440px) {
  .gt20pro-pack .umx-figure-box .umx-f2-box {
    margin-top: 200px
  }
}

@media (max-width: 1000px) {
  .gt20pro-pack .umx-figure-box .umx-f2-box {
    margin-top: 100px
  }
}

.gt20pro-pack .umx-figure-box .umx-f2-box .umx-f2 {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-image: url(../images/gt20pro-pack-img2-lg.png);
  background-size: 1920px 478px;
  background-position: center;
  background-repeat: no-repeat;
  width: 1920px;
  height: 478px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .gt20pro-pack .umx-figure-box .umx-f2-box .umx-f2 {
    background-image: url(../images/gt20pro-pack-img2-lg-x2.png)
  }
}

.webp .gt20pro-pack .umx-figure-box .umx-f2-box .umx-f2 {
  background-image: url(../images/gt20pro-pack-img2-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .gt20pro-pack .umx-figure-box .umx-f2-box .umx-f2 {
    background-image: url(../images/gt20pro-pack-img2-lg-x2.png.webp)
  }
}

@media (min-width: 1921px) {
  .gt20pro-pack .umx-figure-box .umx-f2-box .umx-f2 {
    background-image: url(../images/gt20pro-pack-img2-lg.png);
    background-size: 2561px 637px;
    background-position: center;
    background-repeat: no-repeat;
    width: 2561px;
    height: 637px
  }
}

@media only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 1921px) and (min-resolution: 1.5dppx),(min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5),(min-width: 1921px) and (min-resolution: 144dpi) {
  .gt20pro-pack .umx-figure-box .umx-f2-box .umx-f2 {
    background-image: url(../images/gt20pro-pack-img2-lg-x2.png)
  }
}

@media (min-width: 1921px) {
  .webp .gt20pro-pack .umx-figure-box .umx-f2-box .umx-f2 {
    background-image: url(../images/gt20pro-pack-img2-lg.png.webp)
  }
}

@media only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 1921px) and (min-resolution: 1.5dppx),(min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5),(min-width: 1921px) and (min-resolution: 144dpi) {
  .webp .gt20pro-pack .umx-figure-box .umx-f2-box .umx-f2 {
    background-image: url(../images/gt20pro-pack-img2-lg-x2.png.webp)
  }
}

@media (max-width: 1440px) {
  .gt20pro-pack .umx-figure-box .umx-f2-box .umx-f2 {
    background-image: url(../images/gt20pro-pack-img2-lg.png);
    background-size: 1440px 358px;
    background-position: center;
    background-repeat: no-repeat;
    width: 1440px;
    height: 358px
  }
}

@media only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1440px) and (min-resolution: 1.5dppx),(max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1440px) and (min-resolution: 144dpi) {
  .gt20pro-pack .umx-figure-box .umx-f2-box .umx-f2 {
    background-image: url(../images/gt20pro-pack-img2-lg-x2.png)
  }
}

@media (max-width: 1440px) {
  .webp .gt20pro-pack .umx-figure-box .umx-f2-box .umx-f2 {
    background-image: url(../images/gt20pro-pack-img2-lg.png.webp)
  }
}

@media only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1440px) and (min-resolution: 1.5dppx),(max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1440px) and (min-resolution: 144dpi) {
  .webp .gt20pro-pack .umx-figure-box .umx-f2-box .umx-f2 {
    background-image: url(../images/gt20pro-pack-img2-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-pack .umx-figure-box .umx-f2-box .umx-f2 {
    background-image: url(../images/gt20pro-pack-img2-mb.jpg);
    background-size: 360px 147px;
    background-position: center;
    background-repeat: no-repeat;
    width: 360px;
    height: 147px
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .gt20pro-pack .umx-figure-box .umx-f2-box .umx-f2 {
    background-image: url(../images/gt20pro-pack-img2-mb-x2.jpg)
  }
}

@media (max-width: 1000px) {
  .webp .gt20pro-pack .umx-figure-box .umx-f2-box .umx-f2 {
    background-image: url(../images/gt20pro-pack-img2-mb.jpg.webp)
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .webp .gt20pro-pack .umx-figure-box .umx-f2-box .umx-f2 {
    background-image: url(../images/gt20pro-pack-img2-mb-x2.jpg.webp)
  }
}

@media (max-width: 1000px) {
  .gt20pro-pack .umx-figure-box .umx-f2-box .umx-f2 {
    background-size: 100vw 40.83333vw;
    width: 100vw;
    height: 40.83333vw
  }
}

.gt20pro-pack .umx-figure-box .umx-f2-box .umx-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 136px;
  height: 42px;
  margin-left: 300px;
  margin-top: 60px
}

@media (min-width: 1921px) {
  .gt20pro-pack .umx-figure-box .umx-f2-box .umx-btn {
    margin-top: 100px;
    margin-left: 400px
  }
}

@media (max-width: 1440px) {
  .gt20pro-pack .umx-figure-box .umx-f2-box .umx-btn {
    margin-left: 230px;
    margin-top: 46px
  }
}

@media (max-width: 1000px) {
  .gt20pro-pack .umx-figure-box .umx-f2-box .umx-btn {
    margin-left: 27.77778vw;
    margin-top: 4.16667vw;
    -webkit-transform: translate(-50%, -50%) scale(.5);
    -ms-transform: translate(-50%, -50%) scale(.5);
    transform: translate(-50%, -50%) scale(.5)
  }
}

.gt20pro-pack .umx-figure-box .umx-f2-box .umx-btn a {
  position: absolute;
  width: 100%;
  height: 100%
}

.gt20pro-pack .umx-figure-box .umx-f2-box .umx-btn svg {
  position: relative
}

.gt20pro-pack .umx-figure-box .umx-f2-box .umx-btn p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: AktivGroteskEx_Bd;
  color: #fff;
  line-height: 1.1;
  font-size: 12px;
  white-space: nowrap
}

.gt20pro-tips ul {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1440px;
  margin: 110px 0 160px 0
}

@media (max-width: 1440px) {
  .gt20pro-tips ul {
    width: 1000px;
    margin: 60px 0 100px 0
  }
}

@media (max-width: 1024px) {
  .gt20pro-tips ul {
    width: 900px
  }
}

@media (max-width: 1000px) {
  .gt20pro-tips ul {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 24px 0 40px;
    margin: 110px 0 100px 0
  }
}

.gt20pro-tips ul li {
  color: #505050;
  list-style: decimal;
  font-size: 12px;
  line-height: 1.2
}

@media (max-width: 1000px) {
  .gt20pro-tips ul li {
    font-size: 8px
  }
}

.umx-stage .umx-bias-svg {
  background-image: url(../images/gt20pro-bias-svg-lg.png);
  background-size: 288px 40px;
  background-position: center;
  background-repeat: no-repeat;
  width: 288px;
  height: 40px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .umx-stage .umx-bias-svg {
    background-image: url(../images/gt20pro-bias-svg-lg-x2.png)
  }
}

.webp .umx-stage .umx-bias-svg {
  background-image: url(../images/gt20pro-bias-svg-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .umx-stage .umx-bias-svg {
    background-image: url(../images/gt20pro-bias-svg-lg-x2.png.webp)
  }
}

@media (max-width: 1440px) {
  .umx-stage .umx-bias-svg {
    background-image: url(../images/gt20pro-bias-svg-lg.png);
    background-size: 216px 30px;
    background-position: center;
    background-repeat: no-repeat;
    width: 216px;
    height: 30px
  }
}

@media only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1440px) and (min-resolution: 1.5dppx),(max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1440px) and (min-resolution: 144dpi) {
  .umx-stage .umx-bias-svg {
    background-image: url(../images/gt20pro-bias-svg-lg-x2.png)
  }
}

@media (max-width: 1440px) {
  .webp .umx-stage .umx-bias-svg {
    background-image: url(../images/gt20pro-bias-svg-lg.png.webp)
  }
}

@media only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1440px) and (min-resolution: 1.5dppx),(max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1440px) and (min-resolution: 144dpi) {
  .webp .umx-stage .umx-bias-svg {
    background-image: url(../images/gt20pro-bias-svg-lg-x2.png.webp)
  }
}

@media (max-width: 1000px) {
  .umx-stage .umx-bias-svg {
    background-image: url(../images/gt20pro-bias-svg-lg.png);
    background-size: 144px 20px;
    background-position: center;
    background-repeat: no-repeat;
    width: 144px;
    height: 20px
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .umx-stage .umx-bias-svg {
    background-image: url(../images/gt20pro-bias-svg-lg-x2.png)
  }
}

@media (max-width: 1000px) {
  .webp .umx-stage .umx-bias-svg {
    background-image: url(../images/gt20pro-bias-svg-lg.png.webp)
  }
}

@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1000px) and (min-resolution: 1.5dppx),(max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),(max-width: 1000px) and (min-resolution: 144dpi) {
  .webp .umx-stage .umx-bias-svg {
    background-image: url(../images/gt20pro-bias-svg-lg-x2.png.webp)
  }
}

.gt20pro-impatience-bg {
  position: absolute;
  top: 0%;
  left: -50%;
  right: -50%;
  bottom: -50%;
  width: 200%;
  height: 100%;
  background: transparent url(../images/gt20pro-content-bg-lg.jpg) repeat 0 0;
  background-repeat: repeat;
  -webkit-animation: bg-impatience-animation .2s infinite;
  animation: bg-impatience-animation .2s infinite;
  visibility: visible
}

@media (max-width: 1000px) {
  .gt20pro-impatience-bg {
    display: none
  }
}

.safari .gt20pro-impatience-bg {
  -webkit-animation: none;
  animation: none
}

.umx-txt-special-bg {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  mix-blend-mode: screen;
  width: 1440px;
  top: 0
}

@media (max-width: 1440px) {
  .umx-txt-special-bg {
    width: 1000px
  }
}

@media (max-width: 1000px) {
  .umx-txt-special-bg {
    width: calc(100vw - 60px);
    mix-blend-mode: normal
  }
}

.umx-txt-special-bg h2 {
  font-family: AktivGroteskEx_Bd;
  color: #fff;
  line-height: 1.1;
  font-size: 48px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  background: #04191a
}

@media (max-width: 1440px) {
  .umx-txt-special-bg h2 {
    font-size: 36px
  }
}

@media (max-width: 1000px) {
  .umx-txt-special-bg h2 {
    font-size: 22px
  }
}

.umx-stable-uncircle-box {
  position: relative;
  overflow-x: clip
}

@media (max-width: 1000px) {
  .umx-stable-uncircle-box {
    width: 100vw;
    overflow: hidden
  }
}

.umx-universalcircle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-top: -31.25vw;
  margin-left: 34.0625vw;
  pointer-events: none
}

.umx-universalcircle .umx-uncircle-f {
  background-image: url(../images/gt20pro-universalcircle-img1-lg.png);
  background-size: 1851px 1851px;
  background-position: center;
  background-repeat: no-repeat;
  width: 1851px;
  height: 1851px;
  width: 96.40625vw;
  height: 96.40625vw;
  background-size: 96.40625vw 96.40625vw
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .umx-universalcircle .umx-uncircle-f {
    background-image: url(../images/gt20pro-universalcircle-img1-lg-x2.png)
  }
}

.webp .umx-universalcircle .umx-uncircle-f {
  background-image: url(../images/gt20pro-universalcircle-img1-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .webp .umx-universalcircle .umx-uncircle-f {
    background-image: url(../images/gt20pro-universalcircle-img1-lg-x2.png.webp)
  }
}

.umx-universalcircle.umx-universalcircle-design {
  margin-left: -20.83333vw;
  margin-top: -20.72917vw;
  -webkit-transform: translate(-50%, -50%) rotate(-60deg);
  -ms-transform: translate(-50%, -50%) rotate(-60deg);
  transform: translate(-50%, -50%) rotate(-60deg)
}

.umx-universalcircle.umx-universalcircle-night {
  margin-left: 26.77083vw;
  margin-top: -3.33333vw;
  -webkit-transform: translate(-50%, -50%) rotate(60deg);
  -ms-transform: translate(-50%, -50%) rotate(60deg);
  transform: translate(-50%, -50%) rotate(60deg)
}

.umx-universalcircle.umx-universalcircle-night svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-left: 9.58333vw;
  margin-top: -2.08333vw;
  opacity: .6
}

@media (max-width: 1440px) {
  .umx-universalcircle.umx-universalcircle-night svg {
    width: 1890px;
    height: 1905.5px
  }
}

@media (max-width: 1000px) {
  .umx-universalcircle.umx-universalcircle-night svg {
    width: 118.125vw;
    height: 119.09375vw
  }
}
