@charset "UTF-8";
body {
  margin: 0;
  padding: 0; }

#CMD a:focus-visible,
#CMD button:focus-visible,
#CMD div:focus-visible,
#CMD h1:focus-visible,
#CMD h2:focus-visible,
#CMD h3:focus-visible,
#CMD h4:focus-visible,
#CMD image:focus-visible,
#CMD input:focus-visible,
#CMD li:focus-visible,
#CMD ol:focus-visible,
#CMD p:focus-visible,
#CMD select:focus-visible,
#CMD span:focus-visible,
#CMD svg:focus-visible,
#CMD textarea:focus-visible,
#CMD ul:focus-visible {
  outline: 2px solid #248dff; }

/*** Global ***/
/*** Global ***/
html {
  font-size: 16px; }

body {
  font-size: 1em;
  line-height: 1.3; }

.inline__block {
  display: inline-block; }

/* stylelint-disable rule */
/* stylelint-enable rule */
.product_list {
  position: relative;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1280px;
  font-size: 0; }
  .product_list .product {
    display: inline-block;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    width: 20%;
    height: 350px;
    vertical-align: top; }
    .product_list .product .product-img {
      position: absolute;
      top: 0;
      left: 50%;
      margin-left: -128px;
      width: 256px;
      height: 350px; }
      .product_list .product .product-img .img {
        width: 256px;
        height: 350px; }
    .product_list .product .content-link {
      display: block;
      position: absolute;
      z-index: 9999;
      top: 0;
      left: 0;
      margin-top: 0;
      width: 100%;
      height: 100%;
      color: #fff;
      font-size: 1.1875rem; }
      .product_list .product .content-link .link-text {
        display: inline-block; }
    .product_list .product .product-mask {
      position: absolute;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.7); }
    .product_list .product .product-content {
      position: absolute;
      z-index: 9;
      top: 50%;
      width: 100%;
      text-align: center;
      transform: translateY(-50%); }
      .product_list .product .product-content .content-title {
        position: relative;
        padding: 0 30px;
        color: #fff;
        font-size: 1.75rem;
        letter-spacing: 0.1px;
        line-height: 1.2;
        text-shadow: 0 0 9px #000; }
      .product_list .product .product-content .content-hidden {
        position: relative;
        overflow: hidden;
        height: 100%; }
        .product_list .product .product-content .content-hidden .content-info {
          display: block;
          position: relative;
          margin-top: 19px;
          margin-right: auto;
          margin-left: auto;
          width: 90%;
          color: #fff;
          font-size: 1.25rem;
          line-height: 1.6; }
    .product_list .product .product-frame {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      .product_list .product .product-frame > div {
        position: absolute; }
      .product_list .product .product-frame .frame-top {
        top: 0;
        left: 0;
        height: 2px;
        background: linear-gradient(to right, #f6f61c, #3ffb5e); }
      .product_list .product .product-frame .frame-right {
        top: 0;
        right: 0;
        width: 2px;
        background: linear-gradient(to bottom, #3ffb5e, #3627fe); }
      .product_list .product .product-frame .frame-bottom {
        right: 0;
        bottom: 0;
        height: 2px;
        background: linear-gradient(to left, #3627fe, #f40e2b); }
      .product_list .product .product-frame .frame-left {
        bottom: 0;
        left: 0;
        width: 2px;
        background: linear-gradient(to top, #f40e2b, #f6f61c); }

.product_list .product .product-mask {
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 400ms; }

.product_list .product .product-content .content-hidden {
  opacity: 0;
  max-height: 0; }

.product_list .product .product-frame .frame-top {
  width: 0%;
  transition: width 400ms 400ms; }

.product_list .product .product-frame .frame-right {
  height: 0%;
  transition: height 400ms; }

.product_list .product .product-frame .frame-bottom {
  width: 0%;
  transition: width 400ms 400ms; }

.product_list .product .product-frame .frame-left {
  height: 0%;
  transition: height 400ms; }

@keyframes hideToShow {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.product_list .product.hover .product-mask {
  z-index: 9;
  opacity: 1; }

.product_list .product.hover .product-content .content-title {
  transition: transform 0ms 200ms;
  animation: hideToShow 1s; }

.product_list .product.hover .product-content .content-hidden {
  opacity: 1;
  max-height: 1000px;
  transition: opacity 500ms linear 500ms, max-height 500ms linear 450ms; }

@media (min-width: 1280px) {
  .product_list .product:hover .product-frame {
    z-index: 12; }
    .product_list .product:hover .product-frame .frame-top {
      width: 100%;
      transition: width 400ms 400ms; }
    .product_list .product:hover .product-frame .frame-right {
      height: 100%;
      transition: height 400ms 800ms; }
    .product_list .product:hover .product-frame .frame-bottom {
      width: 100%;
      transition: width 400ms 400ms; }
    .product_list .product:hover .product-frame .frame-left {
      height: 100%;
      transition: height 400ms 800ms; }
  .product_list .product:hover .product-mask {
    z-index: 9;
    opacity: 1; }
  .product_list .product:hover .product-content .content-title {
    transition: transform 0ms 200ms;
    animation: hideToShow 1s; }
  .product_list .product:hover .product-content .content-hidden {
    opacity: 1;
    max-height: 1000px;
    transition: opacity 500ms linear 500ms, max-height 500ms linear 450ms; } }

@media all and (max-width: 1279.5px) and (min-width: 731px) {
  .product_list {
    text-align: center; }
    .product_list .product .product-content .content-title {
      margin-bottom: -10px;
      padding: 0 55px;
      font-size: 1.875rem; }
    .product_list .product {
      display: inline-block;
      padding: 1px;
      box-sizing: border-box;
      width: 365px;
      height: 250px; }
      .product_list .product .product-content .content-hidden .content-info {
        line-height: 1.3;
        margin-top: 26px; }
      .product_list .product .product-img {
        top: 50%;
        left: 50%;
        margin-left: unset;
        transform: translate(-50%, -50%); } }

@media all and (max-width: 730.5px) {
  .product_list {
    text-align: center; }
    .product_list .product {
      display: inline-block;
      padding: 1px;
      box-sizing: border-box;
      width: 100%;
      height: 300px; }
      .product_list .product .content-title {
        margin-bottom: -10px; }
      .product_list .product .product-content .content-hidden .content-info {
        line-height: 1.3;
        margin-top: 26px; }
      .product_list .product .product-img {
        top: 50%;
        left: 50%;
        margin-left: unset;
        width: 320px;
        height: 300px;
        transform: translate(-50%, -50%); }
        .product_list .product .product-img .img {
          width: 320px;
          height: 300px; } }

.chart-content .content-row .row-item .item-info .info-name {
  color: #b3b3b3; }

.chart-content .content-row .row-item .item-info.colorful .info-name {
  display: inline-block;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(92deg, #ede27c 31%, #e87d7e 57%, #d93377 75%); }

.chart-content .content-row .row-item .item-container {
  position: absolute;
  top: 0;
  left: 0; }
  .chart-content .content-row .row-item .item-container .container-data {
    position: absolute;
    width: 100px;
    font-size: 0;
    text-align: left; }
    .chart-content .content-row .row-item .item-container .container-data .data-value,
    .chart-content .content-row .row-item .item-container .container-data .data-unit {
      display: inline-block;
      vertical-align: bottom;
      color: #b3b3b3; }
    .chart-content .content-row .row-item .item-container .container-data .data-value {
      font-size: 1.625rem; }
    .chart-content .content-row .row-item .item-container .container-data .data-unit {
      position: relative;
      top: -4px;
      padding-left: 2px;
      font-size: 1rem; }
  .chart-content .content-row .row-item .item-container.colorful .container-data {
    text-align: right; }
    .chart-content .content-row .row-item .item-container.colorful .container-data .data-value,
    .chart-content .content-row .row-item .item-container.colorful .container-data .data-unit {
      color: #fdea88; }

.chart-content .content-row.content-row-y .row-item {
  position: absolute;
  width: 130px;
  text-align: left; }
  .chart-content .content-row.content-row-y .row-item .item-info .info-name {
    font-size: 1.5rem; }

.chart-content .content-row.content-row-x .row-item {
  position: absolute;
  left: 50%;
  width: 130px;
  text-align: center; }
  .chart-content .content-row.content-row-x .row-item .item-info .info-name {
    font-size: 1rem; }

.chart-content .content-row.content-value .row-item {
  position: absolute;
  width: 130px;
  text-align: center; }
  .chart-content .content-row.content-value .row-item .item-info .info-name {
    color: #fff;
    font-size: 1rem; }

.chart-disclaimer .disclaimer-text {
  display: inline-block;
  position: relative;
  color: #6d6d6d;
  font-size: 1rem;
  line-height: 1.4; }

@media all and (min-width: 731px) and (max-width: 1279.5px) {
  .chart-content .content-row .row-item .item-container .container-data .data-value {
    font-size: 1.5625rem; }
  .chart-content .content-row .row-item .item-container .container-data .data-unit {
    top: -4px;
    padding-left: 2px;
    font-size: 0.875rem; }
  .chart-content .content-row.content-row-y .row-item .item-info .info-name {
    font-size: 1.375rem; }
  .chart-content .content-row.content-row-x .row-item .item-info .info-name {
    font-size: 0.9375rem; }
  .chart-disclaimer .disclaimer-text {
    font-size: 0.9375rem; } }

@media all and (max-width: 730.5px) {
  .chart-content .content-row .row-item .item-container .container-data .data-value {
    font-size: 1rem; }
  .chart-content .content-row .row-item .item-container .container-data .data-unit {
    top: 0;
    padding-left: 1px;
    font-size: 0.875rem; }
  .chart-content .content-row.content-row-y .row-item .item-info .info-name {
    font-size: 1.0625rem; }
  .chart-content .content-row.content-row-x .row-item .item-info .info-name {
    font-size: 0.75rem; }
  .chart-disclaimer {
    margin-right: auto;
    margin-left: auto;
    max-width: 65%; }
    .chart-disclaimer .disclaimer-text {
      font-size: 0.75rem; } }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

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

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.d-none {
  position: absolute !important;
  overflow: hidden;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px); }

sup {
  position: relative;
  top: 0;
  font-size: 0.6em;
  vertical-align: super;
  line-height: 0 !important; }
  sup a {
    color: inherit !important; }
  sup.sign-deg {
    top: 0;
    font-size: 1em;
    vertical-align: baseline; }
  sup.sign-cr, sup.sign-tm {
    font-size: 1em;
    vertical-align: baseline; }

.wd__content .content__title sup {
  position: relative;
  vertical-align: super;
  font-size: 0.6em;
  line-height: 0; }

.wd__feature__list .wd__feature__describe sup.sign-cr,
.wd__feature__list .wd__feature__describe__top sup.sign-cr {
  top: -0.5em;
  font-size: 0.6em; }

.footnote sup.sign-cr, .footnote sup.sign-tm {
  font-size: 1em;
  vertical-align: baseline; }

.ksp__layout .grid-item * sup,
[class*='text__tt'] sup {
  position: relative;
  top: 0;
  font-size: 0.6em;
  background-color: rgba(0, 0, 0, 0);
  vertical-align: super !important;
  line-height: unset; }
  .ksp__layout .grid-item * sup.sign-deg,
  [class*='text__tt'] sup.sign-deg {
    top: 0;
    font-size: 1em;
    vertical-align: baseline !important; }
  .ksp__layout .grid-item * sup.sign-cr,
  [class*='text__tt'] sup.sign-cr {
    top: 0;
    font-size: 0.6em; }
  .ksp__layout .grid-item * sup.sign-tm,
  [class*='text__tt'] sup.sign-tm {
    top: 0;
    font-size: 1em;
    vertical-align: baseline; }
  .ksp__layout .grid-item * sup.sign-star,
  [class*='text__tt'] sup.sign-star {
    top: -0.83em;
    font-size: 0.5em; }

.wd__feature__list .wd__feature__describe sup,
.wd__feature__list .wd__feature__describe__top sup {
  position: relative;
  top: 0;
  font-size: 0.6em !important;
  background-color: rgba(0, 0, 0, 0);
  vertical-align: super;
  line-height: unset !important; }
  .wd__feature__list .wd__feature__describe sup *,
  .wd__feature__list .wd__feature__describe__top sup * {
    font-size: inherit !important; }
  .wd__feature__list .wd__feature__describe sup.sign-cr,
  .wd__feature__list .wd__feature__describe__top sup.sign-cr {
    top: -0.5em;
    font-size: 0.6em; }

.screen-reader-only {
  position: absolute;
  overflow: hidden;
  width: 1px;
  white-space: nowrap;
  clip: rect(0 0 0 0); }

/* .wd__section .slick-prev,
.wd__section .slick-next, */
.visuallyhidden {
  position: absolute;
  overflow: hidden;
  top: 50%;
  padding: 0;
  width: 1px;
  height: 1px;
  font-size: unset;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(0 0 99.9% 99.9%);
  clip-path: inset(0 0 99.9% 99.9%); }

#CMD button,
#CMD input,
#CMD select,
#CMD textarea {
  -webkit-appearance: normal;
  -moz-appearance: normal;
  appearance: normal;
  outline: initial;
  outline-color: initial;
  outline-style: initial;
  outline-width: initial; }

.js-focus-visible #CMD :focus:not(.focus-visible) {
  outline: none; }

#CMD a:focus-visible,
#CMD button:focus-visible,
#CMD div:focus-visible,
#CMD h1:focus-visible,
#CMD h2:focus-visible,
#CMD h3:focus-visible,
#CMD h4:focus-visible,
#CMD image:focus-visible,
#CMD input:focus-visible,
#CMD li:focus-visible,
#CMD ol:focus-visible,
#CMD p:focus-visible,
#CMD select:focus-visible,
#CMD span:focus-visible,
#CMD svg:focus-visible,
#CMD textarea:focus-visible,
#CMD ul:focus-visible,
#CMD nav:focus-visible {
  outline: 2px solid #248dff; }

body {
  background-attachment: scroll !important;
  -moz-osx-font-smoothing: grayscale; }

html.lity-active {
  overflow-y: hidden; }

#CMD {
  -webkit-transition-duration: 700ms;
  -khtml-transition-duration: 700ms;
  -moz-transition-duration: 700ms;
  -ms-transition-duration: 700ms;
  -o-transition-duration: 700ms;
  transition-duration: 700ms;
  -webkit-transition-property: opacity;
  -khtml-transition-property: opacity;
  -moz-transition-property: opacity;
  -ms-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.33, 0.98);
  -khtml-transition-timing-function: cubic-bezier(0.25, 0.46, 0.33, 0.98);
  -moz-transition-timing-function: cubic-bezier(0.25, 0.46, 0.33, 0.98);
  -ms-transition-timing-function: cubic-bezier(0.25, 0.46, 0.33, 0.98);
  -o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.33, 0.98);
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.33, 0.98);
  position: relative;
  margin-bottom: 0;
  font-size: 0;
  text-align: center;
  line-height: 1.3;
  -webkit-tap-highlight-color: transparent; }
  #CMD * {
    box-sizing: border-box; }

.wd__content h1, .wd__content h2, .wd__content h3, .wd__content h4, .wd__content h5, .wd__content h6 {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px; }

#CMD a {
  text-decoration: none; }

@media all and (max-width: 320px) {
  #CMD {
    margin-bottom: 0; } }

.fix_ie_png {
  filter: progid:dximagetransform.microsoft.gradient(startColorstr=#0fff, endColorstr=#0fff); }

@media all and (min-width: 1280px) {
  .clear__background__src {
    background-image: none !important; } }

section {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  max-width: 2560px; }
  @media all and (min-width: 731px) and (max-width: 1279.5px) {
    section {
      margin-right: auto;
      margin-left: auto;
      width: 100%;
      max-width: 1279.5px; } }
  @media all and (min-width: 0) and (max-width: 730.5px) {
    section {
      margin-right: auto;
      margin-left: auto;
      width: 100%;
      max-width: 730.5px; } }

.progressive-image {
  background-image: none !important;
  mask: none !important;
  -webkit-mask-image: none !important; }

@media all and (min-width: 1px) {
  .grace-show {
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    transition: opacity 800ms linear; }
    .grace-show.show {
      -webkit-opacity: 1;
      -khtml-opacity: 1;
      -moz-opacity: 1;
      -ms-opacity: 1;
      -o-opacity: 1;
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      filter: alpha(opacity=100);
      transform: translate3d(0, 0, 0);
      will-change: opacity; }
    .grace-show.animated {
      transform: none;
      will-change: null;
      transition: none; } }

.in.moving__element {
  will-change: transform, opacity; }

.wd__animation__easeout {
  -webkit-transition-duration: 500ms, 500ms;
  -khtml-transition-duration: 500ms, 500ms;
  -moz-transition-duration: 500ms, 500ms;
  -ms-transition-duration: 500ms, 500ms;
  -o-transition-duration: 500ms, 500ms;
  transition-duration: 500ms, 500ms;
  -webkit-transition-property: opacity, -webkit-transform;
  -khtml-transition-property: opacity, -webkit-transform;
  -moz-transition-property: opacity, -webkit-transform;
  -ms-transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
  -khtml-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
  -moz-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
  -ms-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
  -o-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
  -moz-transition-duration: 500ms;
  -moz-transition-property: all; }

@keyframes ripple {
  0% {
    opacity: 0; }
  10% {
    opacity: 0; }
  50% {
    opacity: 1; }
  90% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes swing {
  20% {
    transform: rotate(15deg); }
  40% {
    transform: rotate(-10deg); }
  60% {
    transform: rotate(5deg); }
  80% {
    transform: rotate(-5deg); }
  100% {
    transform: rotate(0deg); } }

@keyframes ballRotate {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }

.text__animation > h1,
.text__animation > h2,
.text__animation > h3,
.text__animation > h4,
.text__animation > span,
.text__animation > div,
.text__animation > figure,
.text__animation > img,
.text__animation > a {
  opacity: 0;
  transform: translateZ(0) translateY(30px);
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1), transform 0.6s cubic-bezier(0.4, 0, 0.2, 1); }

.wd__content.text__animation > h1,
.wd__content.text__animation > h2,
.wd__content.text__animation > h3,
.wd__content.text__animation > h4,
.wd__content.text__animation > span,
.wd__content.text__animation > div,
.wd__content.text__animation > figure,
.wd__content.text__animation > img,
.wd__content.text__animation > a {
  opacity: 0;
  transform: translateZ(0) translateY(30px);
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1), transform 0.6s cubic-bezier(0.4, 0, 0.2, 1); }

.wd__content.text__animation.text-showed .content__slogan,
.wd__content.text__animation.text-showed .content__title,
.wd__content.text__animation.text-showed .content__info,
.wd__content.text__animation.text-showed .content__comment,
.wd__content.text__animation.text-showed .content__link,
.wd__content.text__animation.text-showed .wd__feature__list {
  will-change: null;
  transform: none; }

.inner-modal .wd__content.text__animation .content__slogan,
.inner-modal .wd__content.text__animation .content__title,
.inner-modal .wd__content.text__animation .content__info,
.inner-modal .wd__content.text__animation .content__comment,
.inner-modal .wd__content.text__animation .content__link,
.inner-modal .wd__content.text__animation .wd__feature__list {
  opacity: 0;
  transform: translateZ(0) translateY(30px);
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1), transform 0.6s cubic-bezier(0.4, 0, 0.2, 1); }

.inner-modal .wd__content.text__animation.text-showed .content__slogan,
.inner-modal .wd__content.text__animation.text-showed .content__title,
.inner-modal .wd__content.text__animation.text-showed .content__info,
.inner-modal .wd__content.text__animation.text-showed .content__comment,
.inner-modal .wd__content.text__animation.text-showed .content__link,
.inner-modal .wd__content.text__animation.text-showed .wd__feature__list {
  will-change: null;
  transform: none; }

.outer-view {
  opacity: 1;
  transition: opacity 300ms linear; }
  .outer-view.is-hide {
    opacity: 0; }

.block__scroll .block__scroll-item {
  opacity: 0;
  transform: translateY(100px); }
  @media all and (max-width: 730.5px) {
    .block__scroll .block__scroll-item {
      transform: translateY(60px);
      transform-origin: top; } }

.block__scroll .scroll-trigger-end {
  position: absolute;
  bottom: 0; }

@media all and (max-width: 730.5px) {
  .block__scroll.block__scroll__small-noscroll .block__scroll-item {
    opacity: 1 !important;
    transform: none !important; }
  .block__scroll.block__scroll__small-noscroll .scroll-trigger-end {
    position: relative !important;
    bottom: 0; } }

.wd__section .slick-dots {
  margin-right: auto;
  margin-left: auto; }

#CMD .outer-view {
  margin-top: 56px \9  !important; }

#main-zone #overview-top-nav .inner {
  padding: 0; }

#product-footer-zone {
  margin-top: 0 !important; }

#main-zone > .container {
  padding: 0 !important;
  width: 100% !important;
  max-width: 100% !important; }
  #main-zone > .container .overview-wrapper {
    width: 100% !important; }

#ctl00_ContentPlaceHolder1_ctl00_span_model_name img {
  max-width: 100%; }

#special-sectionOverview {
  margin-top: 0; }

@media all and (min-width: 769px) {
  #CMD .outer-view {
    margin-top: 0; } }

@media (max-width: 959px) and (min-width: 731px) {
  #af-header,
  #af-header .af-inner,
  body #asus-api-footer {
    min-width: 100%;
    width: 100%; }
  #main-zone > .container {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important; } }

@media all and (max-width: 730.5px) {
  #special-sectionOverview {
    margin-top: 0; }
  #CMD {
    margin-top: 0 !important; }
  #main-zone,
  #main-zone-5,
  #main-zone-3,
  #main-zone-4,
  #main-zone-6 {
    padding-right: 0 !important;
    padding-left: 0 !important; } }

#overview-top-nav .inner .nav > li.has-submenu > a {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAICAYAAADN5B7xAAAACXBIWXMAAAsTAAALEwEAmpwYAAAFIGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDAgNzkuMTYwNDUxLCAyMDE3LzA1LzA2LTAxOjA4OjIxICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOCAoTWFjaW50b3NoKSIgeG1wOkNyZWF0ZURhdGU9IjIwMTktMDUtMjFUMTQ6MTk6MzgrMDg6MDAiIHhtcDpNb2RpZnlEYXRlPSIyMDE5LTA1LTIxVDE0OjIyOjAyKzA4OjAwIiB4bXA6TWV0YWRhdGFEYXRlPSIyMDE5LTA1LTIxVDE0OjIyOjAyKzA4OjAwIiBkYzpmb3JtYXQ9ImltYWdlL3BuZyIgcGhvdG9zaG9wOkNvbG9yTW9kZT0iMyIgcGhvdG9zaG9wOklDQ1Byb2ZpbGU9InNSR0IgSUVDNjE5NjYtMi4xIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOmU2ZmNmNTc0LWE0YWUtNDZkMC05MzUyLTZiMjViMjdlYmQyMyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDplNmZjZjU3NC1hNGFlLTQ2ZDAtOTM1Mi02YjI1YjI3ZWJkMjMiIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDplNmZjZjU3NC1hNGFlLTQ2ZDAtOTM1Mi02YjI1YjI3ZWJkMjMiPiA8eG1wTU06SGlzdG9yeT4gPHJkZjpTZXE+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJjcmVhdGVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOmU2ZmNmNTc0LWE0YWUtNDZkMC05MzUyLTZiMjViMjdlYmQyMyIgc3RFdnQ6d2hlbj0iMjAxOS0wNS0yMVQxNDoxOTozOCswODowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTggKE1hY2ludG9zaCkiLz4gPC9yZGY6U2VxPiA8L3htcE1NOkhpc3Rvcnk+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+moGVIwAAAJVJREFUGJVtkCELAkEQRt95cF3kmpisZn+Zf8FusVttJi1mu2CziFgMolguCM8yh8t6AwvLvvcNO1OodNQAeAGfHPQ65ClwAXZA9UfV9EzUp7/aqGXqpPJQvYY4V49xX6lFHqjVUwjLpME53hZpoFQPAdbZF8bqLdisDfTVRt2rVTZTO9dD3aoUsdYRcAearh0DdbD3FwUC138WqUD3AAAAAElFTkSuQmCC"); }

#overview-top-nav.to-submenu .inner .features-menu .close-btn {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAACXBIWXMAAAsTAAALEwEAmpwYAAAFGmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNi4wLWMwMDIgNzkuMTY0MzYwLCAyMDIwLzAyLzEzLTAxOjA3OjIyICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgMjEuMSAoTWFjaW50b3NoKSIgeG1wOkNyZWF0ZURhdGU9IjIwMjAtMDYtMTdUMTQ6MzQ6MzQrMDg6MDAiIHhtcDpNb2RpZnlEYXRlPSIyMDIwLTA2LTE3VDE0OjM0OjUzKzA4OjAwIiB4bXA6TWV0YWRhdGFEYXRlPSIyMDIwLTA2LTE3VDE0OjM0OjUzKzA4OjAwIiBkYzpmb3JtYXQ9ImltYWdlL3BuZyIgcGhvdG9zaG9wOkNvbG9yTW9kZT0iMyIgcGhvdG9zaG9wOklDQ1Byb2ZpbGU9InNSR0IgSUVDNjE5NjYtMi4xIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjMwNWI5NTg0LTQyZjAtNDVlYy1iMjIxLWY4ODAxZjQxODcwNCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDozMDViOTU4NC00MmYwLTQ1ZWMtYjIyMS1mODgwMWY0MTg3MDQiIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDozMDViOTU4NC00MmYwLTQ1ZWMtYjIyMS1mODgwMWY0MTg3MDQiPiA8eG1wTU06SGlzdG9yeT4gPHJkZjpTZXE+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJjcmVhdGVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOjMwNWI5NTg0LTQyZjAtNDVlYy1iMjIxLWY4ODAxZjQxODcwNCIgc3RFdnQ6d2hlbj0iMjAyMC0wNi0xN1QxNDozNDozNCswODowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIDIxLjEgKE1hY2ludG9zaCkiLz4gPC9yZGY6U2VxPiA8L3htcE1NOkhpc3Rvcnk+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Lv/Y4AAAAJJJREFUKJF1kcENhEAIRR9TgSVYgi1YCIlW5iYUoiXYwbZgCXthNkgYToT/PhAQM/sCM7Cr6ocizGwDDuBuwOT1w4URDDA3YAWeypTgB1jFhQU4w7S9N4iwqt4SumUTGQaQqBSmFwzQUrclTZi89o+40pZ27gYIJ5cBvHp+ZpNUcN+5ul4bwQCev/7UgKuCB6brB24YT+NnPIKZAAAAAElFTkSuQmCC"); }

@media (max-width: 768px) and (min-width: 720px) {
  #rog_black_style .page-title {
    background: #222 url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGgAAABWCAYAAAAjbNN8AAAACXBIWXMAAAsTAAALEwEAmpwYAAAF52lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDAgNzkuMTYwNDUxLCAyMDE3LzA1LzA2LTAxOjA4OjIxICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIiB4bWxuczpwaG90b3Nob3A9Imh0dHA6Ly9ucy5hZG9iZS5jb20vcGhvdG9zaG9wLzEuMC8iIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcDpDcmVhdGVEYXRlPSIyMDE4LTA1LTExVDE1OjI5OjUyKzA4OjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAxOC0wNS0xMVQxNTozMToxNCswODowMCIgeG1wOk1ldGFkYXRhRGF0ZT0iMjAxOC0wNS0xMVQxNTozMToxNCswODowMCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDphYmYzM2VmNi05ODYwLTQ2ZGItODU2NC1kMzU1ODE4Y2FkMTgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NThERTEwNzlFRTZCMTFFNjkzNkNFQjU4RTUwM0REQzkiIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo1OERFMTA3OUVFNkIxMUU2OTM2Q0VCNThFNTAzRERDOSIgZGM6Zm9ybWF0PSJpbWFnZS9wbmciIHBob3Rvc2hvcDpDb2xvck1vZGU9IjMiIHBob3Rvc2hvcDpJQ0NQcm9maWxlPSJzUkdCIElFQzYxOTY2LTIuMSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjU4REUxMDc2RUU2QjExRTY5MzZDRUI1OEU1MDNEREM5IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjU4REUxMDc3RUU2QjExRTY5MzZDRUI1OEU1MDNEREM5Ii8+IDx4bXBNTTpIaXN0b3J5PiA8cmRmOlNlcT4gPHJkZjpsaSBzdEV2dDphY3Rpb249InNhdmVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOmFiZjMzZWY2LTk4NjAtNDZkYi04NTY0LWQzNTU4MThjYWQxOCIgc3RFdnQ6d2hlbj0iMjAxOC0wNS0xMVQxNTozMToxNCswODowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIENDIChNYWNpbnRvc2gpIiBzdEV2dDpjaGFuZ2VkPSIvIi8+IDwvcmRmOlNlcT4gPC94bXBNTTpIaXN0b3J5PiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PkzXgSYAAAJqSURBVHic7dzRbdNQGIbhN4gBvAEdwUzQdAPYIEwATEA2KJ2AjJANajYwG3gEbxAuTi5ycWpO8UnPl1/fI1WqHFv6pVc+SWPXm9PptAUGTNK71gPYMgcS50DiHEicA4lzIHEOJM6BxDmQOAcS50DiHEicA4lzIHEOJM6BxDmQuGiBtsCp4GffZrzXixioxP01h6jpfesBrughs+0R6N94jlUiBxoy2+bCYz8Bv4Cuzij/ZQQeoi1xtXylbRxIZ/rOgfKm1gOcjZGXuDW+A39ov8QNkQM9Z7b1hcfOwM9ag6wRLdB88fu2cD9p0QIdgA8snykT8PQGs1QRLdBMev8Iw5/ixDmQOAcS50DiHEicA4lzIHEOJC7aH6qQruX0C69PwJEb+bonWqAd6ULbv9wDX647Sh3Rlri7yvs1F+0MurTJbHum/MaSnrbXgyZgihxojT3wo/EMM/Ax2hJXi8JtWR2+J+FFv1sPQDqDDl7i8vakj+Jdwxkmgr8HnVYeP9YYYq1oS9xUeb/mop1BB9La3S/sM5GWr5uw8fPitEVb4sJxIHEOJM6BxDmQOAcS50DiHEhctG8SOtJ1nH5hn4n03w3j1aepIFqgHfCtYL8O+HzNQWqJFqi7+H3IvN6f9+kyr0mKFuhS7jkJpfckdKSzsas2zeuNwDFyoDUeSYFa83MSXnDXeoCz3oHynmh/5+lI8HsStpltXeGxR0Qu6kUOlHtOws2JtsQNhfsp3FZVJNoZNJC/5fdmRTuDwnEgcQ4kzoHEOZA4BxLnQOIcSJwDiXMgcQ4kzoHEOZA4BxLnQOIcSJwDiXMgcX8BVn1OSUK1/rIAAAAASUVORK5CYII=") 96% center no-repeat;
    background-size: 48px; } }

@media (max-width: 719px) {
  #overview-top-nav .page-title {
    background: #222 url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGgAAABWCAYAAAAjbNN8AAAACXBIWXMAAAsTAAALEwEAmpwYAAAF52lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDAgNzkuMTYwNDUxLCAyMDE3LzA1LzA2LTAxOjA4OjIxICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIiB4bWxuczpwaG90b3Nob3A9Imh0dHA6Ly9ucy5hZG9iZS5jb20vcGhvdG9zaG9wLzEuMC8iIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcDpDcmVhdGVEYXRlPSIyMDE4LTA1LTExVDE1OjI5OjUyKzA4OjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAxOC0wNS0xMVQxNTozMToxNCswODowMCIgeG1wOk1ldGFkYXRhRGF0ZT0iMjAxOC0wNS0xMVQxNTozMToxNCswODowMCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDphYmYzM2VmNi05ODYwLTQ2ZGItODU2NC1kMzU1ODE4Y2FkMTgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NThERTEwNzlFRTZCMTFFNjkzNkNFQjU4RTUwM0REQzkiIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo1OERFMTA3OUVFNkIxMUU2OTM2Q0VCNThFNTAzRERDOSIgZGM6Zm9ybWF0PSJpbWFnZS9wbmciIHBob3Rvc2hvcDpDb2xvck1vZGU9IjMiIHBob3Rvc2hvcDpJQ0NQcm9maWxlPSJzUkdCIElFQzYxOTY2LTIuMSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjU4REUxMDc2RUU2QjExRTY5MzZDRUI1OEU1MDNEREM5IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjU4REUxMDc3RUU2QjExRTY5MzZDRUI1OEU1MDNEREM5Ii8+IDx4bXBNTTpIaXN0b3J5PiA8cmRmOlNlcT4gPHJkZjpsaSBzdEV2dDphY3Rpb249InNhdmVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOmFiZjMzZWY2LTk4NjAtNDZkYi04NTY0LWQzNTU4MThjYWQxOCIgc3RFdnQ6d2hlbj0iMjAxOC0wNS0xMVQxNTozMToxNCswODowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIENDIChNYWNpbnRvc2gpIiBzdEV2dDpjaGFuZ2VkPSIvIi8+IDwvcmRmOlNlcT4gPC94bXBNTTpIaXN0b3J5PiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PkzXgSYAAAJqSURBVHic7dzRbdNQGIbhN4gBvAEdwUzQdAPYIEwATEA2KJ2AjJANajYwG3gEbxAuTi5ycWpO8UnPl1/fI1WqHFv6pVc+SWPXm9PptAUGTNK71gPYMgcS50DiHEicA4lzIHEOJM6BxDmQOAcS50DiHEicA4lzIHEOJM6BxDmQuGiBtsCp4GffZrzXixioxP01h6jpfesBrughs+0R6N94jlUiBxoy2+bCYz8Bv4Cuzij/ZQQeoi1xtXylbRxIZ/rOgfKm1gOcjZGXuDW+A39ov8QNkQM9Z7b1hcfOwM9ag6wRLdB88fu2cD9p0QIdgA8snykT8PQGs1QRLdBMev8Iw5/ixDmQOAcS50DiHEicA4lzIHEOJC7aH6qQruX0C69PwJEb+bonWqAd6ULbv9wDX647Sh3Rlri7yvs1F+0MurTJbHum/MaSnrbXgyZgihxojT3wo/EMM/Ax2hJXi8JtWR2+J+FFv1sPQDqDDl7i8vakj+Jdwxkmgr8HnVYeP9YYYq1oS9xUeb/mop1BB9La3S/sM5GWr5uw8fPitEVb4sJxIHEOJM6BxDmQOAcS50DiHEhctG8SOtJ1nH5hn4n03w3j1aepIFqgHfCtYL8O+HzNQWqJFqi7+H3IvN6f9+kyr0mKFuhS7jkJpfckdKSzsas2zeuNwDFyoDUeSYFa83MSXnDXeoCz3oHynmh/5+lI8HsStpltXeGxR0Qu6kUOlHtOws2JtsQNhfsp3FZVJNoZNJC/5fdmRTuDwnEgcQ4kzoHEOZA4BxLnQOIcSJwDiXMgcQ4kzoHEOZA4BxLnQOIcSJwDiXMgcX8BVn1OSUK1/rIAAAAASUVORK5CYII=") 96% center no-repeat;
    background-size: 48px; } }

@media (max-width: 768px) and (min-width: 0) {
  body#rog_black_style #overview-top-nav .nav-tabs > .active {
    background-color: #222 !important; }
  body #overview-top-nav .inner .features-menu .nav-sub > li.active {
    background: #222 !important; } }

#fake-dom:focus {
  position: absolute;
  left: 50%;
  margin-left: -5px;
  width: 10px;
  height: 10px;
  background-color: red; }

.odin ol li,
.odin ul li {
  margin: 0; }

.wd__section .large__text-center {
  text-align: center; }
  .wd__section .large__text-center.wd__content {
    margin-right: auto;
    margin-left: auto; }
    .wd__section .large__text-center.wd__content .content__comment,
    .wd__section .large__text-center.wd__content .content__info,
    .wd__section .large__text-center.wd__content .content__link,
    .wd__section .large__text-center.wd__content .content__slogan,
    .wd__section .large__text-center.wd__content .content__title {
      margin-right: auto;
      margin-left: auto;
      text-align: center; }
    .wd__section .large__text-center.wd__content .content__slogan::after {
      margin-right: auto;
      margin-left: auto; }
    .wd__section .large__text-center.wd__content .content__title::after {
      margin: 0 auto;
      text-align: center; }

.wd__section .large__text-left.wd__content {
  text-align: left; }
  .wd__section .large__text-left.wd__content .content__comment,
  .wd__section .large__text-left.wd__content .content__info,
  .wd__section .large__text-left.wd__content .content__link,
  .wd__section .large__text-left.wd__content .content__slogan,
  .wd__section .large__text-left.wd__content .content__title {
    margin-left: 0;
    text-align: left; }
  .wd__section .large__text-left.wd__content .content__slogan::after {
    left: 0;
    margin-left: 0; }
  .wd__section .large__text-left.wd__content .content__title::after {
    margin-left: 0;
    text-align: left; }

.wd__section .large__text-left.wd__feature__list {
  text-align: left; }
  .wd__section .large__text-left.wd__feature__list .wd__feature {
    margin-right: 58px;
    margin-left: 0; }

.wd__section .large__text-right.wd__content {
  text-align: right; }
  .wd__section .large__text-right.wd__content .content__slogan::after {
    right: 0;
    margin-right: 0; }

.wd__section .large__text-right.wd__feature__list {
  text-align: right; }
  .wd__section .large__text-right.wd__feature__list .wd__feature {
    margin-right: 0;
    margin-left: 58px; }

@media all and (min-width: 731px) and (max-width: 1279.5px) {
  .wd__section .medium__text-left.wd__content {
    left: 0;
    text-align: left; }
    .wd__section .medium__text-left.wd__content .content__comment,
    .wd__section .medium__text-left.wd__content .content__info,
    .wd__section .medium__text-left.wd__content .content__link,
    .wd__section .medium__text-left.wd__content .content__slogan,
    .wd__section .medium__text-left.wd__content .content__title {
      margin-left: 0;
      text-align: left; }
    .wd__section .medium__text-left.wd__content .content__slogan::after {
      margin-left: 0; }
  .wd__section .medium__text-left.wd__feature__list {
    text-align: left; }
    .wd__section .medium__text-left.wd__feature__list .wd__feature {
      margin-right: 50px;
      margin-left: 0; }
  .wd__section .medium__text-center.wd__content {
    left: 0;
    margin-right: auto;
    margin-left: auto;
    text-align: center; }
    .wd__section .medium__text-center.wd__content .content__comment,
    .wd__section .medium__text-center.wd__content .content__info,
    .wd__section .medium__text-center.wd__content .content__link,
    .wd__section .medium__text-center.wd__content .content__slogan,
    .wd__section .medium__text-center.wd__content .content__title {
      margin-right: auto;
      margin-left: auto;
      text-align: center; }
    .wd__section .medium__text-center.wd__content .content__slogan::after {
      margin-right: auto;
      margin-left: auto; }
  .wd__section .medium__text-center.wd__feature__list {
    text-align: center; }
    .wd__section .medium__text-center.wd__feature__list .wd__feature {
      margin-right: 30px;
      margin-left: 30px; }
      .wd__section .medium__text-center.wd__feature__list .wd__feature .wd__feature__describe__top,
      .wd__section .medium__text-center.wd__feature__list .wd__feature .wd__feature__data,
      .wd__section .medium__text-center.wd__feature__list .wd__feature .wd__feature__describe {
        text-align: center; } }

@media all and (max-width: 730.5px) {
  .wd__section .small__text-left.wd__content {
    left: 0;
    text-align: left; }
    .wd__section .small__text-left.wd__content .content__comment,
    .wd__section .small__text-left.wd__content .content__info,
    .wd__section .small__text-left.wd__content .content__link,
    .wd__section .small__text-left.wd__content .content__slogan,
    .wd__section .small__text-left.wd__content .content__title {
      margin-left: 0;
      text-align: left; }
    .wd__section .small__text-left.wd__content .content__slogan::after {
      margin-left: 0; }
  .wd__section .small__text-left.wd__feature__list {
    text-align: center; }
    .wd__section .small__text-left.wd__feature__list .wd__feature__list .wd__feature {
      margin-right: 20px;
      margin-left: 0; }
  .wd__section .small__text-center {
    text-align: center; }
    .wd__section .small__text-center.wd__content {
      left: 0;
      margin-right: auto;
      margin-left: auto;
      text-align: center; }
      .wd__section .small__text-center.wd__content .content__comment,
      .wd__section .small__text-center.wd__content .content__info,
      .wd__section .small__text-center.wd__content .content__link,
      .wd__section .small__text-center.wd__content .content__slogan,
      .wd__section .small__text-center.wd__content .content__title {
        margin-right: auto;
        margin-left: auto;
        text-align: center; }
      .wd__section .small__text-center.wd__content .content__slogan::after {
        margin-right: auto;
        margin-left: auto; }
    .wd__section .small__text-center.wd__feature__list {
      text-align: center; }
      .wd__section .small__text-center.wd__feature__list .wd__feature {
        margin-right: 14px;
        margin-left: 14px; } }

#CMD .wd__section .section_content.text-white .modal-button {
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  border-color: white; }
  #CMD .wd__section .section_content.text-white .modal-button:hover {
    background-color: rgba(0, 0, 0, 0.6);
    color: rgba(255, 255, 255, 0.6);
    border-color: rgba(255, 255, 255, 0.6); }

#CMD .wd__section .section_content.text-white .wd__content .content__comment,
#CMD .wd__section .section_content.text-white .wd__content .content__info,
#CMD .wd__section .section_content.text-white .wd__content .content__title {
  color: #fff; }

#CMD .wd__section .section_content.text-white .wd__feature__list .wd__feature .wd__feature__data,
#CMD .wd__section .section_content.text-white .wd__feature__list .wd__feature .wd__feature__data *,
#CMD .wd__section .section_content.text-white .wd__feature__list .wd__feature .wd__feature__describe,
#CMD .wd__section .section_content.text-white .wd__feature__list .wd__feature .wd__feature__describe *,
#CMD .wd__section .section_content.text-white .wd__feature__list .wd__feature .wd__feature__describe__top,
#CMD .wd__section .section_content.text-white .wd__feature__list .wd__feature .wd__feature__describe__top * {
  color: #fff; }

#CMD .wd__section .section_content .wd__content.theme-dark .content__comment {
  color: #999; }

#CMD .wd__section .section_content .wd__content.theme-dark .content__info,
#CMD .wd__section .section_content .wd__content.theme-dark .content__title {
  color: #fff; }

#CMD .wd__section .section_content .wd__content.theme-dark .wd__feature__list .wd__feature .wd__feature__describe,
#CMD .wd__section .section_content .wd__content.theme-dark .wd__feature__list .wd__feature .wd__feature__describe span,
#CMD .wd__section .section_content .wd__content.theme-dark .wd__feature__list .wd__feature .wd__feature__describe__top,
#CMD .wd__section .section_content .wd__content.theme-dark .wd__feature__list .wd__feature .wd__feature__describe__top span {
  color: #fff; }

#CMD .wd__section .section_content .wd__feature__list.theme-dark .wd__feature .wd__feature__describe,
#CMD .wd__section .section_content .wd__feature__list.theme-dark .wd__feature .wd__feature__describe span,
#CMD .wd__section .section_content .wd__feature__list.theme-dark .wd__feature .wd__feature__describe__top,
#CMD .wd__section .section_content .wd__feature__list.theme-dark .wd__feature .wd__feature__describe__top span {
  color: #fff; }

.modal-button-container.bg-gray .modal-button-text {
  color: #6f6f6f; }

.modal-button-container.bg-gray .modal-button .modal-button-start-cap,
.modal-button-container.bg-gray .modal-button .modal-button-scaler,
.modal-button-container.bg-gray .modal-button .modal-button-end-cap {
  background: #6f6f6f; }

.modal-button-container.bg-white .modal-button.old__browser .modal-button-start-cap,
.modal-button-container.bg-white .modal-button.old__browser .modal-button-copy,
.modal-button-container.bg-white .modal-button.old__browser .modal-button-end-cap {
  background: #fff; }

.modal-button-container.bg-white .modal-button.old__browser .modal-button-copy {
  color: #333; }

.modal-button-container.bg-white .modal-button.old__browser .pluscircle-icon {
  background-image: url(../images/large/1x/icon/icon_modalbtn_gray.png) !important; }

.modal-button-container.bg-white .modal-button .modal-button-copy {
  color: #333; }

.modal-button-container.bg-white .modal-button .modal-button-start-cap,
.modal-button-container.bg-white .modal-button .modal-button-scaler,
.modal-button-container.bg-white .modal-button .modal-button-end-cap {
  background: #fff; }

.modal-button-container.bg-white .modal-button .pluscircle-icon svg path {
  fill: #333; }

.product_list {
  position: relative;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1280px;
  font-size: 0; }
  .product_list .product {
    display: inline-block;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    width: 20%;
    height: 350px;
    vertical-align: top; }
    .product_list .product .product-img {
      position: absolute;
      top: 0;
      left: 50%;
      margin-left: -128px;
      width: 256px;
      height: 350px; }
      .product_list .product .product-img .img {
        width: 256px;
        height: 350px; }
    .product_list .product .content-link {
      display: block;
      position: absolute;
      z-index: 9999;
      top: 0;
      left: 0;
      margin-top: 0;
      width: 100%;
      height: 100%;
      color: #fff;
      font-size: 1.1875rem; }
      .product_list .product .content-link .link-text {
        display: inline-block; }
    .product_list .product .product-mask {
      position: absolute;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.7); }
    .product_list .product .product-content {
      position: absolute;
      z-index: 9;
      top: 50%;
      width: 100%;
      text-align: center;
      transform: translateY(-50%); }
      .product_list .product .product-content .content-title {
        position: relative;
        padding: 0 30px;
        color: #fff;
        font-size: 1.75rem;
        letter-spacing: 0.1px;
        line-height: 1.2;
        text-shadow: 0 0 9px #000; }
      .product_list .product .product-content .content-hidden {
        position: relative;
        overflow: hidden;
        height: 100%; }
        .product_list .product .product-content .content-hidden .content-info {
          display: block;
          position: relative;
          margin-top: 19px;
          margin-right: auto;
          margin-left: auto;
          width: 90%;
          color: #fff;
          font-size: 1.25rem;
          line-height: 1.6; }
    .product_list .product .product-frame {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      .product_list .product .product-frame > div {
        position: absolute; }
      .product_list .product .product-frame .frame-top {
        top: 0;
        left: 0;
        height: 2px;
        background: linear-gradient(to right, #f6f61c, #3ffb5e); }
      .product_list .product .product-frame .frame-right {
        top: 0;
        right: 0;
        width: 2px;
        background: linear-gradient(to bottom, #3ffb5e, #3627fe); }
      .product_list .product .product-frame .frame-bottom {
        right: 0;
        bottom: 0;
        height: 2px;
        background: linear-gradient(to left, #3627fe, #f40e2b); }
      .product_list .product .product-frame .frame-left {
        bottom: 0;
        left: 0;
        width: 2px;
        background: linear-gradient(to top, #f40e2b, #f6f61c); }

.product_list .product .product-mask {
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 400ms; }

.product_list .product .product-content .content-hidden {
  opacity: 0;
  max-height: 0; }

.product_list .product .product-frame .frame-top {
  width: 0%;
  transition: width 400ms 400ms; }

.product_list .product .product-frame .frame-right {
  height: 0%;
  transition: height 400ms; }

.product_list .product .product-frame .frame-bottom {
  width: 0%;
  transition: width 400ms 400ms; }

.product_list .product .product-frame .frame-left {
  height: 0%;
  transition: height 400ms; }

@keyframes hideToShow {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.product_list .product.hover .product-mask {
  z-index: 9;
  opacity: 1; }

.product_list .product.hover .product-content .content-title {
  transition: transform 0ms 200ms;
  animation: hideToShow 1s; }

.product_list .product.hover .product-content .content-hidden {
  opacity: 1;
  max-height: 1000px;
  transition: opacity 500ms linear 500ms, max-height 500ms linear 450ms; }

@media (min-width: 1280px) {
  .product_list .product:hover .product-frame {
    z-index: 12; }
    .product_list .product:hover .product-frame .frame-top {
      width: 100%;
      transition: width 400ms 400ms; }
    .product_list .product:hover .product-frame .frame-right {
      height: 100%;
      transition: height 400ms 800ms; }
    .product_list .product:hover .product-frame .frame-bottom {
      width: 100%;
      transition: width 400ms 400ms; }
    .product_list .product:hover .product-frame .frame-left {
      height: 100%;
      transition: height 400ms 800ms; }
  .product_list .product:hover .product-mask {
    z-index: 9;
    opacity: 1; }
  .product_list .product:hover .product-content .content-title {
    transition: transform 0ms 200ms;
    animation: hideToShow 1s; }
  .product_list .product:hover .product-content .content-hidden {
    opacity: 1;
    max-height: 1000px;
    transition: opacity 500ms linear 500ms, max-height 500ms linear 450ms; } }

@media all and (max-width: 1279.5px) and (min-width: 731px) {
  .product_list {
    text-align: center; }
    .product_list .product .product-content .content-title {
      margin-bottom: -10px;
      padding: 0 55px;
      font-size: 1.875rem; }
    .product_list .product {
      display: inline-block;
      padding: 1px;
      box-sizing: border-box;
      width: 365px;
      height: 250px; }
      .product_list .product .product-content .content-hidden .content-info {
        line-height: 1.3;
        margin-top: 26px; }
      .product_list .product .product-img {
        top: 50%;
        left: 50%;
        margin-left: unset;
        transform: translate(-50%, -50%); } }

@media all and (max-width: 730.5px) {
  .product_list {
    text-align: center; }
    .product_list .product {
      display: inline-block;
      padding: 1px;
      box-sizing: border-box;
      width: 100%;
      height: 300px; }
      .product_list .product .content-title {
        margin-bottom: -10px; }
      .product_list .product .product-content .content-hidden .content-info {
        line-height: 1.3;
        margin-top: 26px; }
      .product_list .product .product-img {
        top: 50%;
        left: 50%;
        margin-left: unset;
        width: 320px;
        height: 300px;
        transform: translate(-50%, -50%); }
        .product_list .product .product-img .img {
          width: 320px;
          height: 300px; } }

.chart-content .content-row .row-item .item-info .info-name {
  color: #b3b3b3; }

.chart-content .content-row .row-item .item-info.colorful .info-name {
  display: inline-block;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(92deg, #ede27c 31%, #e87d7e 57%, #d93377 75%); }

.chart-content .content-row .row-item .item-container {
  position: absolute;
  top: 0;
  left: 0; }
  .chart-content .content-row .row-item .item-container .container-data {
    position: absolute;
    width: 100px;
    font-size: 0;
    text-align: left; }
    .chart-content .content-row .row-item .item-container .container-data .data-value,
    .chart-content .content-row .row-item .item-container .container-data .data-unit {
      display: inline-block;
      vertical-align: bottom;
      color: #b3b3b3; }
    .chart-content .content-row .row-item .item-container .container-data .data-value {
      font-size: 1.625rem; }
    .chart-content .content-row .row-item .item-container .container-data .data-unit {
      position: relative;
      top: -4px;
      padding-left: 2px;
      font-size: 1rem; }
  .chart-content .content-row .row-item .item-container.colorful .container-data {
    text-align: right; }
    .chart-content .content-row .row-item .item-container.colorful .container-data .data-value,
    .chart-content .content-row .row-item .item-container.colorful .container-data .data-unit {
      color: #fdea88; }

.chart-content .content-row.content-row-y .row-item {
  position: absolute;
  width: 130px;
  text-align: left; }
  .chart-content .content-row.content-row-y .row-item .item-info .info-name {
    font-size: 1.5rem; }

.chart-content .content-row.content-row-x .row-item {
  position: absolute;
  left: 50%;
  width: 130px;
  text-align: center; }
  .chart-content .content-row.content-row-x .row-item .item-info .info-name {
    font-size: 1rem; }

.chart-content .content-row.content-value .row-item {
  position: absolute;
  width: 130px;
  text-align: center; }
  .chart-content .content-row.content-value .row-item .item-info .info-name {
    color: #fff;
    font-size: 1rem; }

.chart-disclaimer .disclaimer-text {
  display: inline-block;
  position: relative;
  color: #6d6d6d;
  font-size: 1rem;
  line-height: 1.4; }

@media all and (min-width: 731px) and (max-width: 1279.5px) {
  .chart-content .content-row .row-item .item-container .container-data .data-value {
    font-size: 1.5625rem; }
  .chart-content .content-row .row-item .item-container .container-data .data-unit {
    top: -4px;
    padding-left: 2px;
    font-size: 0.875rem; }
  .chart-content .content-row.content-row-y .row-item .item-info .info-name {
    font-size: 1.375rem; }
  .chart-content .content-row.content-row-x .row-item .item-info .info-name {
    font-size: 0.9375rem; }
  .chart-disclaimer .disclaimer-text {
    font-size: 0.9375rem; } }

@media all and (max-width: 730.5px) {
  .chart-content .content-row .row-item .item-container .container-data .data-value {
    font-size: 1rem; }
  .chart-content .content-row .row-item .item-container .container-data .data-unit {
    top: 0;
    padding-left: 1px;
    font-size: 0.875rem; }
  .chart-content .content-row.content-row-y .row-item .item-info .info-name {
    font-size: 1.0625rem; }
  .chart-content .content-row.content-row-x .row-item .item-info .info-name {
    font-size: 0.75rem; }
  .chart-disclaimer {
    margin-right: auto;
    margin-left: auto;
    max-width: 65%; }
    .chart-disclaimer .disclaimer-text {
      font-size: 0.75rem; } }

.block__scroll .block__scroll-item {
  opacity: 0;
  transform: translate3d(0, 50%, 0); }

.block__scroll .scroll-trigger-end {
  position: absolute;
  bottom: 0; }

@media all and (min-width: 731px) and (max-width: 1279.5px) {
  .block__scroll.block__scroll__medium-noscroll .block__scroll-item {
    opacity: 1 !important;
    transform: none !important; }
  .block__scroll.block__scroll__medium-noscroll .scroll-trigger-end {
    position: relative !important;
    bottom: 0; } }

@media all and (max-width: 730.5px) {
  .block__scroll.block__scroll__small-noscroll .block__scroll-item {
    opacity: 1 !important;
    transform: none !important; }
  .block__scroll.block__scroll__small-noscroll .scroll-trigger-end {
    position: relative !important;
    bottom: 0; } }

.header-section-nav {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1920px; }
  .header-section-nav .subnav-nownav {
    display: none; }
  .header-section-nav .section-nav {
    display: block;
    position: relative;
    font-size: 0;
    text-align: center; }
    .header-section-nav .section-nav .nav-item {
      display: inline-block;
      position: relative;
      cursor: pointer;
      width: 33.3%;
      font-size: 0;
      vertical-align: bottom; }
      .header-section-nav .section-nav .nav-item .item-img {
        display: block;
        position: relative;
        top: -2px;
        margin-right: auto;
        margin-left: auto;
        height: 47px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain; }

.header-container .subnav-nownav {
  display: block;
  position: absolute;
  right: 0;
  text-align: right; }
  .header-container .subnav-nownav .nownav-text {
    display: inline-block;
    color: #000; }

header.nav {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100%; }
  header.nav.hide {
    display: none !important; }
  header.nav .logo {
    z-index: 9; }
  header.nav.show-section-nav .logo {
    z-index: 1; }
  header.nav.show-section-nav .section-nav {
    background-color: #0ebfcd; }
  header.nav.show-section-nav .nav-item {
    height: 47px;
    color: #000;
    text-align: center;
    min-height: 47px; }
    header.nav.show-section-nav .nav-item::before {
      display: inline-block;
      position: relative;
      width: 10px;
      height: 100%;
      content: '';
      vertical-align: middle; }
    header.nav.show-section-nav .nav-item .item-text {
      display: inline-block;
      font-size: 25px;
      vertical-align: middle; }

@media all and (min-width: 1280px) {
  header.nav {
    transition: all 400ms; }
    header.nav .header-container {
      height: 52px;
      transition: all 300ms; }
      header.nav .header-container .logo {
        opacity: 1;
        transition: opacity 400ms 300ms; } }

@media all and (min-width: 731px) and (max-width: 1279.5px) {
  header.nav .header-container {
    height: unset;
    min-height: 52px; }
    header.nav .header-container .logo {
      top: 14px;
      left: 19px;
      margin-left: unset;
      transform: none; }
  header.nav::after {
    background-color: #bababa; } }

@media all and (max-width: 730.5px) {
  header.nav .header-container {
    height: unset;
    min-height: 52px; }
    header.nav .header-container .logo {
      position: absolute;
      top: 0;
      left: 16px;
      margin-left: unset;
      width: unset;
      height: 100%;
      transform: none; } }

body {
  margin: 0;
  padding: 0; }

header {
  display: block;
  position: fixed;
  z-index: 1100;
  top: 0;
  width: 100%;
  background: #fff; }
  header::after {
    display: block;
    position: absolute;
    bottom: -1px;
    width: 100%;
    height: 1px;
    content: '';
    background-color: #ccc; }
  header .header-container {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1280px;
    text-align: right; }
    header .header-container .logo {
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%); }
      header .header-container .logo h1 {
        position: absolute;
        color: transparent;
        font-size: 12px; }
      header .header-container .logo .img__asus {
        position: absolute;
        top: 50%;
        left: 0;
        width: 200px;
        height: 28px;
        background-size: contain;
        transform: translateY(-50%); }
    header .header-container .header-links {
      display: block;
      position: relative; }
      header .header-container .header-links .link {
        display: inline-block;
        position: relative;
        cursor: pointer;
        padding: 15px 0 15px 25px;
        text-decoration: none;
        vertical-align: top; }
        header .header-container .header-links .link h2 {
          color: #fff;
          font-size: 16px;
          font-weight: 100 !important;
          transition: color 300ms;
          letter-spacing: 0.3px; }
        header .header-container .header-links .link:hover h2 {
          color: #9d9d9d; }

footer {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background-color: #f5f5f5;
  background-color: #fff;
  border-top: 1px solid #ccc; }
  footer .footer-container {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1280px;
    height: 70px;
    text-align: right; }
    footer .footer-container .footer-logo {
      position: absolute;
      top: 50%;
      left: 0;
      margin-top: 0;
      transform: translateY(-50%); }
      footer .footer-container .footer-logo .logo-img {
        filter: invert(1);
        display: block;
        position: relative;
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 0;
        width: 100px;
        height: 20px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IuWcluWxpF8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDE1My42IDMwIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxNTMuNiAzMDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+LnN0MHtmaWxsOiNGRkZGRkY7fTwvc3R5bGU+PHRpdGxlPmxvZ288L3RpdGxlPjxnPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik03MC45LDBINDUuM2MtNS45LDAtOC42LDMuNy05LjIsNy4zVjBIMjEuOWMtMiwwLTIuOSwwLjYtMy45LDJsLTMuOSw1LjdoNTYuOFYweiIvPjxwb2x5Z29uIGNsYXNzPSJzdDAiIHBvaW50cz0iMCwzMCAxMC4yLDMwIDIzLDkuNCAxMy45LDguNSAiLz48cmVjdCB4PSI3Mi40IiB5PSIwIiBjbGFzcz0ic3QwIiB3aWR0aD0iOC40IiBoZWlnaHQ9IjcuNyIvPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xMzQuMSwxMmwtMjYuMy0xLjZjMCw0LDIuNiw2LjcsNy4xLDcuMWwxOC43LDEuNGMxLjQsMC4xLDIuMywwLjUsMi4zLDEuN2MwLDEuMS0xLDEuNi0zLjEsMS42aC0yNS41VjMwaDI2YzguMiwwLDExLjgtMi45LDExLjgtOS40QzE0NS4zLDE0LjcsMTQyLDEyLjUsMTM0LjEsMTJ6Ii8+PHBhdGggY2xhc3M9InN0MCIgZD0iTTEwNy41LDEwLjRMOTkuMiwxMHY4LjhjMCwyLjgtMS40LDMuNi02LjIsMy42aC02LjZjLTQsMC01LjYtMS4xLTUuNi0zLjZWOS4xbC04LjQtMC42djExaC0wLjJjLTAuNS0zLjItMS43LTYuOS05LjctNy40bC0yNi4zLTEuN2MwLDQsMi45LDYuNCw3LjQsNi45TDYyLDE5LjFjMS40LDAuMSwyLjUsMC41LDIuNSwxLjdjMCwxLjMtMS4xLDEuNC0yLjgsMS40SDM2di0xMmwtOC40LTAuNVYzMGgzNC4yYzcuNiwwLDEwLjEtNCwxMC40LTcuM2gwLjJjMSw1LjIsNS41LDcuMywxMy4zLDcuM2g4LjVjOS4xLDAsMTMuMy0yLjgsMTMuMy05LjJWMTAuNHoiLz48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTQ0LjcsNy43VjBoLTI4LjJjLTUuOSwwLTguNSwzLjYtOSw3LjFjMCwwLDAsMC4xLDAsMC4xVjBoLTguM3Y3LjdoOC4zSDE0NC43eiIvPjwvZz48L3N2Zz4=); }
      footer .footer-container .footer-logo .logo-text {
        display: block;
        position: relative;
        margin-top: 6px;
        color: #666;
        font-size: 13px; }
    footer .footer-container .footer-sm {
      position: absolute;
      top: 50%;
      right: 0;
      transform: translateY(-50%); }
      footer .footer-container .footer-sm .sm-item {
        display: inline-block;
        position: relative;
        padding: 10px; }
        footer .footer-container .footer-sm .sm-item figure {
          opacity: 1;
          width: 30px;
          height: 30px;
          transition: opacity 300ms; }
        footer .footer-container .footer-sm .sm-item:hover figure {
          opacity: 0.7; }

.icon-facebook {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGl2ZWxsb18xIiBkYXRhLW5hbWU9IkxpdmVsbG8gMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iNjAiIGhlaWdodD0iNTAiIHZpZXdCb3g9IjAgMCA2MCA1MCI+PHRpdGxlPmZhY2Vib29rPC90aXRsZT48cGF0aCBkPSJNNDAuMzgxOSw1LjI5ODcxdjYuMzQ0NUgzNi42MDg3NWEzLjUzMDMzLDMuNTMwMzMsMCwwLDAtMi43ODc2NS44NjUzMSwzLjk3ODU5LDMuOTc4NTksMCwwLDAtLjcyMTI2LDIuNTk1MjF2NC41NDJoNy4wNDE1OWwtLjkzNzExLDcuMTEzNDJIMzMuMDk5ODhWNDVIMjUuNzQ2MzlWMjYuNzU5MkgxOS42MTgxVjE5LjY0NTc4aDYuMTI4MjlWMTQuNDA3YTkuMjk1NTUsOS4yOTU1NSwwLDAsMSwyLjQ5OTUyLTYuOTMzMyw5LjA3MDc5LDkuMDcwNzksMCwwLDEsNi42NTY3OC0yLjQ2MzQzQTM5Ljc4MjE2LDM5Ljc4MjE2LDAsMCwxLDQwLjM4MTksNS4yOTg3MVoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=); }

.icon-youtube {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGl2ZWxsb18xIiBkYXRhLW5hbWU9IkxpdmVsbG8gMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iNjAiIGhlaWdodD0iNTAiIHZpZXdCb3g9IjAgMCA2MCA1MCI+PHRpdGxlPnlvdV90dWJlPC90aXRsZT48cGF0aCBkPSJNNDcuNjYzNSwzNC4wNTIxN2E0MS4zMjcyNiw0MS4zMjcyNiwwLDAsMS0uNjE5NDcsOC4zNDMxMkE0LjUzMDg1LDQuNTMwODUsMCwwLDEsNDUuNjYxMTIsNDQuNzU1YTQuMTcyMDgsNC4xNzIwOCwwLDAsMS0yLjQzMTMxLDEuMDk2NDRBMTI3LjQ2NTcxLDEyNy40NjU3MSwwLDAsMSwyOS45OTk3LDQ2LjM1MmExMjcuNDM4NiwxMjcuNDM4NiwwLDAsMS0xMy4yMjk0Mi0uNTAwNjFBNC4yMjIyMSw0LjIyMjIxLDAsMCwxLDE0LjMyNzE0LDQ0Ljc1NWE0LjM1MzM4LDQuMzUzMzgsMCwwLDEtMS4zNzEtMi4zNTk2OSw0MC40MjA0NSw0MC40MjA0NSwwLDAsMS0uNjE5NDgtOC4zNDMxMiw0MS4yNzQ2Nyw0MS4yNzQ2NywwLDAsMSwuNjE5NDgtOC4zNDM0N0E0LjUyNzY4LDQuNTI3NjgsMCwwLDEsMTQuMzM5LDIzLjM0OWE0LjMyMDc0LDQuMzIwNzQsMCwwLDEsMi40NTUtMS4xMjA0M3E0LjM2MjQtLjQ3NjYxLDEzLjIwNTc4LS40NzY2MSw4Ljg0MzczLDAsMTMuMjMwMS40NzY2MWE0LjQ3Nzk0LDQuNDc3OTQsMCwwLDEsMy44MTQyLDMuNDgwMTJBNDAuNDc2MjYsNDAuNDc2MjYsMCwwLDEsNDcuNjYzNSwzNC4wNTIxN1pNMTkuODY5MDksMjguMTE2MzhIMjIuNDJWMjUuODc1NTZIMTQuOTgyMDl2Mi4yNDA4MmgyLjUwM1Y0MS42Nzk5aDIuMzg0Wk0yMy44NzM3OCwzLjYzNTIzaDIuNDMxMzFsLTIuODgzOTIsOS41MTExNnY2LjQ2aC0yLjM4NHYtNi40NmE0MC40MTAyMyw0MC40MTAyMywwLDAsMC0xLjQ1Mzc5LTUuMDUzNXEtLjg4MjI3LTIuNDU1LTEuNTQ5NzEtNC40NTc2NmgyLjUyNjU1bDEuNjkyOTQsNi4yNjk1MVpNMjYuNzM0MSw0MS42Nzk5aDIuMTIxOTVWMjkuOTA0MjVIMjYuNzM0MXY5LjAxMDU4UTI2LjAxOTczLDM5LjkxNiwyNS4zNzU1NiwzOS45MTZxLS40Mjg2NCwwLS41MDA1OS0uNTAwNTlhNi42MjcxNyw2LjYyNzE3LDAsMCwxLS4wMjM2NC0uODM0MzFWMjkuOTA0MjVIMjIuNzI5MzlWMzkuMjI0OWE1Ljg2Niw1Ljg2NiwwLDAsMCwuMTkxMTksMS43NDAyNCwxLjI4MzgxLDEuMjgzODEsMCwwLDAsMS4zODIxNy44ODE1OSwzLjQ5MDIzLDMuNDkwMjMsMCwwLDAsMi40MzEzMi0xLjQ1Mzc5Wm01Ljk1OTc1LTMwLjEwNjUzdjQuMTcxNTVhNC43MDI5MSw0LjcwMjkxLDAsMCwxLS42Njc0MywyLjgxMjY4LDMuMjA5NTYsMy4yMDk1NiwwLDAsMS01LjAzMDIyLDAsNC43NjQsNC43NjQsMCwwLDEtLjY2NzQzLTIuODEyNjhWMTEuNTczMzdhNC42NDg5NCw0LjY0ODk0LDAsMCwxLC42Njc0My0yLjc4OSwzLjIwOTU4LDMuMjA5NTgsMCwwLDEsNS4wMzAyMiwwQTQuNjUzOTEsNC42NTM5MSwwLDAsMSwzMi42OTM4NSwxMS41NzMzN1ptLTIuMTY5MjQsNC41NzY1NVYxMS4xNDRxMC0xLjY0NDY1LTEuMDI1NTEtMS42NDQ2NC0xLjAyNTE2LDAtMS4wMjQ4MSwxLjY0NDY0VjE2LjE0OTlxMCwxLjY2OTE2LDEuMDI0ODEsMS42Njg2MywxLjAyNTIyLDAsMS4wMjU1Mi0xLjY2ODYyWm02LjQzNiwyMi4wMDIyMlYzMy40NTU2NWE4LjQ2Niw4LjQ2NiwwLDAsMC0uMjE0ODMtMi4zNTkzNywxLjY1NTU1LDEuNjU1NTUsMCwwLDAtMS42OTIyNi0xLjMzNDg3LDIuODcxNzksMi44NzE3OSwwLDAsMC0yLjIxNzE5LDEuMjg2OTNWMjUuODc1NTZIMzAuNzE1MTRWNDEuNjc5OWgyLjEyMTI0VjQwLjUzNTQ4YTIuOTU5MTQsMi45NTkxNCwwLDAsMCwyLjIxNzE5LDEuMzExMjcsMS42NTAzOCwxLjY1MDM4LDAsMCwwLDEuNjkyMjktMS4zMTEyNyw4Ljc0NTQzLDguNzQ1NDMsMCwwLDAsLjIxNDgxLTIuMzgzMzRaTTM0LjgzODcsMzMuMjg4OFYzOC4zMTlxMCwxLjU5NjY4LS45Mjk1NywxLjU5N2ExLjUyOTE4LDEuNTI5MTgsMCwwLDEtMS4wNzI3OC0uNTI0MjJWMzIuMjE2MzNhMS41MzA1NSwxLjUzMDU1LDAsMCwxLDEuMDcyNzgtLjUyNDIycS45MzAyOSwwLC45Mjk1OCwxLjU5NjY2Wk00MC42Nzg5Miw3LjcxMTU0VjE5LjYwNjRIMzguNTA5NzFWMTguMjk1NTJhMy40Mjc1MywzLjQyNzUzLDAsMCwxLTIuNDU0OTMsMS40Nzc3LDEuMzI0NTEsMS4zMjQ1MSwwLDAsMS0xLjQwNjU1LS44ODE5Myw2LjExMjQ2LDYuMTEyNDYsMCwwLDEtLjE5MDQ5LTEuNzg3ODdWNy43MTE1NEgzNi42MjdWMTYuNDZhNi4yNDg1NCw2LjI0ODU0LDAsMCwwLC4wMjM2NS44MzQzMnEuMDcyLjUyNDU3LjUwMDU4LjUyNDIyLjY0MzQ3LDAsMS4zNTg1NS0xLjAyNDgxVjcuNzExNTRabTQuMzM4NDIsMzAuMjAyMDl2LS4zMTAwOUg0Mi44NDgxMmExMS45NTU3NiwxMS45NTU3NiwwLDAsMS0uMDQ3MjgsMS40NTQ1MS45MTI1Ni45MTI1NiwwLDAsMS0uOTUzODkuODU4cS0xLjA5NjA4LDAtMS4wOTY0NC0xLjY0NVYzNi4xOTc4aDQuMjY2ODFWMzMuNzQyMDlBNC43MzIyLDQuNzMyMiwwLDAsMCw0NC4zNzQyLDMwLjk3N2EzLjI1ODcxLDMuMjU4NzEsMCwwLDAtNS4wNzc0OCwwLDQuNTk5LDQuNTk5LDAsMCwwLS42Njc0MywyLjc2NTA4djQuMTI0MjVhNC40NzYwOSw0LjQ3NjA5LDAsMCwwLC42OTEwOSwyLjc2NTA4LDMuMDYxMzksMy4wNjEzOSwwLDAsMCwyLjU3NDU0LDEuMjE1MzMsMi45NTAzMywyLjk1MDMzLDAsMCwwLDMuMDc1MTQtMi41NTA5MSwxMC42MTE3NCwxMC42MTE3NCwwLDAsMCwuMDQ3MjYtMS4zODIxOVpNNDIuODk2MSwzMy4zMTMxMXYxLjA5NjQ0SDQwLjc1MDUzVjMzLjMxMzExcTAtMS42MjA2NCwxLjA3Mjc5LTEuNjIxUTQyLjg5NjQ1LDMxLjY5MjExLDQyLjg5NjEsMzMuMzEzMTFaIiBmaWxsPSIjZmZmIi8+PC9zdmc+); }

.icon-twitter {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGl2ZWxsb18xIiBkYXRhLW5hbWU9IkxpdmVsbG8gMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iNjAiIGhlaWdodD0iNTAiIHZpZXdCb3g9IjAgMCA2MCA1MCI+PHRpdGxlPnR3aXR0ZXI8L3RpdGxlPjxwYXRoIGQ9Ik01MC41LDEyLjMwMzkxYTE3LjYxMzE4LDE3LjYxMzE4LDAsMCwxLTQuMjE0MzEsNC4zNDQ3OHEuMDI1MDUuMzY0NzkuMDI1OCwxLjA5MjY1YTIzLjg4NCwyMy44ODQsMCwwLDEtLjk4ODY5LDYuNzUwODhBMjQuMzk5LDI0LjM5OSwwLDAsMSw0Mi4zMTgsMzAuOTU2NjYsMjUuNDE2MTQsMjUuNDE2MTQsMCwwLDEsMzcuNTE4LDM2LjQzMzU0LDIxLjM4NDgyLDIxLjM4NDgyLDAsMCwxLDMwLjgwNjU1LDQwLjIzMiwyNC41NjUzOSwyNC41NjUzOSwwLDAsMSwyMi40MDMsNDEuNjQ5NCwyMy4zMjc2NiwyMy4zMjc2NiwwLDAsMSw5LjUsMzcuODc2NzNhMTcuODU3MzgsMTcuODU3MzgsMCwwLDAsMi4wMjkuMTA0NzEsMTYuNDUyMTcsMTYuNDUyMTcsMCwwLDAsMTAuNDMxNzMtMy41OTA1NSw4LjQyMDM1LDguNDIwMzUsMCwwLDEtNy44NTY0Mi01LjgyNzQsMTAuNTczMTgsMTAuNTczMTgsMCwwLDAsMS41ODczNy4xMzA1Myw4LjY5MzE5LDguNjkzMTksMCwwLDAsMi4yMTEwOC0uMjg2NDQsOC4yNjU5MSw4LjI2NTkxLDAsMCwxLTQuODI1ODctMi45MDA4Myw4LjExNzIsOC4xMTcyLDAsMCwxLTEuOTEyMDktNS4zNDZ2LS4xMDRhOC4zMzEyNCw4LjMzMTI0LDAsMCwwLDMuNzk4NDUsMS4wNjY0Miw4LjM4MjIzLDguMzgyMjMsMCwwLDEtMi43MzE2MS0yLjk5MTg3LDguNDE4Nyw4LjQxODcsMCwwLDEsLjEyOTc1LTguMjQ2OCwyMy44MDc1MSwyMy44MDc1MSwwLDAsMCw3LjY2MTQyLDYuMjA0OTIsMjMuNDA4ODQsMjMuNDA4ODQsMCwwLDAsOS42NjQ1OSwyLjU4ODE4LDkuMzIwNTIsOS4zMjA1MiwwLDAsMS0uMjA3OS0xLjkyNSw4LjA5ODEyLDguMDk4MTIsMCwwLDEsMi40NTg0LTUuOTQ0MjksOC40MjMzMyw4LjQyMzMzLDAsMCwxLDExLjkxMjM3LjAxNzQxaDBxLjA4NzI0LjA4NzU0LjE3MTk1LjE3NzZBMTYuNDcyODIsMTYuNDcyODIsMCwwLDAsNDkuMzU1LDguOTc0YTguMTU3NjEsOC4xNTc2MSwwLDAsMS0zLjY5Mzc1LDQuNjMwODRBMTYuNzI5OTQsMTYuNzI5OTQsMCwwLDAsNTAuNSwxMi4zMDM5MVoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=); }

.collapse-btn {
  display: none; }

.footer-copyright {
  position: absolute;
  right: 11px;
  bottom: 15px;
  margin-left: 0;
  width: 800px;
  font-size: 0; }
  .footer-copyright .copyright {
    display: inline-block;
    position: relative;
    margin: 0 5px;
    vertical-align: middle; }
    .footer-copyright .copyright .copyright-text {
      color: #666;
      font-size: 13px;
      transition: all 300ms; }
    .footer-copyright .copyright.copyright-pipe {
      top: 1px;
      width: 1px;
      height: 10px;
      background: #bbb;
      line-height: 0; }
  .footer-copyright a {
    text-decoration: none !important; }
    .footer-copyright a:hover .copyright-text {
      color: #ccc; }

@media all and (min-width: 1280px) {
  header .header-container .logo {
    top: 0;
    left: 16px !important;
    margin-left: 0;
    height: 100%;
    transform: none; }
  footer .footer-container .footer-logo {
    top: 16px !important;
    left: 16px !important;
    margin-left: 0;
    transform: none; }
  footer .footer-container .footer-logo {
    bottom: 4px; }
  footer .footer-container .footer-copyright {
    bottom: 14px; } }

@media all and (max-width: 1279.5px) and (min-width: 731px) {
  header.nav {
    position: fixed;
    margin-bottom: -47px; }
  header.nav .header-container {
    width: 100%;
    max-width: unset;
    height: 52px; }
    header.nav .header-container .logo {
      top: 0;
      left: 16px;
      height: 100%; }
  footer {
    height: 70px; }
    footer .footer-container {
      padding-right: 16px;
      padding-left: 16px;
      box-sizing: border-box;
      width: 100%;
      height: 84px; }
      footer .footer-container .footer-logo {
        left: 16px;
        margin-top: -3px; }
      footer .footer-container .footer-copyright {
        bottom: 23px;
        padding-right: 0;
        width: 100%; } }

@media all and (max-width: 730px) {
  header.nav {
    position: fixed;
    margin-bottom: -47px; }
  header .header-container {
    z-index: 1000001;
    width: 100%;
    max-width: 730px;
    height: 50px; }
    header .header-container .logo {
      position: relative;
      margin-right: auto;
      margin-left: auto;
      width: 91%; }
      header .header-container .logo figure {
        margin: 0; }
    header .header-container .header-links {
      position: absolute;
      overflow: hidden;
      z-index: -1;
      top: 51px;
      width: 100%;
      height: auto;
      max-height: 0;
      text-align: center;
      background: #000;
      transition: all 400ms 100ms; }
      header .header-container .header-links:nth-child(3) span {
        transition-delay: 0s; }
      header .header-container .header-links:nth-child(2) span {
        transition-delay: 0.05s; }
      header .header-container .header-links:nth-child(1) span {
        transition-delay: 0.1s; }
      header .header-container .header-links:nth-child(0) span {
        transition-delay: 0.15s; }
      header .header-container .header-links:nth-child(-1) span {
        transition-delay: 0.2s; }
      header .header-container .header-links:nth-child(-2) span {
        transition-delay: 0.25s; }
      header .header-container .header-links:nth-child(-3) span {
        transition-delay: 0.3s; }
      header .header-container .header-links:nth-child(-4) span {
        transition-delay: 0.35s; }
      header .header-container .header-links:nth-child(-5) span {
        transition-delay: 0.4s; }
      header .header-container .header-links:nth-child(-6) span {
        transition-delay: 0.45s; }
      header .header-container .header-links:nth-child(-7) span {
        transition-delay: 0.5s; }
      header .header-container .header-links:nth-child(-8) span {
        transition-delay: 0.55s; }
      header .header-container .header-links:nth-child(-9) span {
        transition-delay: 0.6s; }
      header .header-container .header-links:nth-child(-10) span {
        transition-delay: 0.65s; }
      header .header-container .header-links:nth-child(-11) span {
        transition-delay: 0.7s; }
      header .header-container .header-links:nth-child(-12) span {
        transition-delay: 0.75s; }
      header .header-container .header-links:nth-child(-13) span {
        transition-delay: 0.8s; }
      header .header-container .header-links:nth-child(-14) span {
        transition-delay: 0.85s; }
      header .header-container .header-links:nth-child(-15) span {
        transition-delay: 0.9s; }
      header .header-container .header-links:nth-child(-16) span {
        transition-delay: 0.95s; }
      header .header-container .header-links:nth-child(-17) span {
        transition-delay: 1s; }
      header .header-container .header-links .link {
        display: block;
        position: relative;
        opacity: 0;
        padding: 15px;
        box-sizing: border-box;
        background-color: #000;
        transform: translateY(-30px);
        transition: all 300ms; }
        header .header-container .header-links .link:first-child {
          padding-top: 30px; }
        header .header-container .header-links .link:last-child {
          padding-bottom: 30px; }
        header .header-container .header-links .link:nth-child(1) {
          transition-delay: 0.3s; }
        header .header-container .header-links .link:nth-child(1) {
          transition-delay: 0.2s; }
        header .header-container .header-links .link:nth-child(1) {
          transition-delay: 0.1s; }
        header .header-container .header-links .link:nth-child(1) {
          transition-delay: 0s; }
      header .header-container .header-links.active {
        max-height: 3000px;
        transition: all 400ms; }
        header .header-container .header-links.active .link {
          opacity: 1;
          transform: translateY(0); }
          header .header-container .header-links.active .link:nth-child(1) {
            transition-delay: 0s; }
          header .header-container .header-links.active .link:nth-child(2) {
            transition-delay: 0.1s; }
          header .header-container .header-links.active .link:nth-child(3) {
            transition-delay: 0.2s; }
          header .header-container .header-links.active .link:nth-child(4) {
            transition-delay: 0.3s; }
  header .collapse-btn {
    display: block;
    position: absolute;
    cursor: pointer;
    top: 50%;
    right: 4.5%;
    transform: translateY(-50%); }
    header .collapse-btn .burger-bar {
      margin: 6px;
      width: 24px;
      height: 2px;
      background: #f0f0f0;
      transition: 0.3s; }
    header .collapse-btn.active .burger-bar:nth-child(1) {
      transform: translate(0, 8px) rotate(45deg);
      transition: 0.3s; }
    header .collapse-btn.active .burger-bar:nth-child(2) {
      width: 0;
      transition: 0.1s; }
    header .collapse-btn.active .burger-bar:nth-child(3) {
      transform: translate(0, -8px) rotate(-45deg);
      transition: 0.3s; }
  footer {
    padding: 1px;
    height: auto; }
    footer .footer-container {
      padding: 22px 0;
      width: 91%;
      max-width: 700px;
      height: auto;
      text-align: center; }
      footer .footer-container .footer-logo,
      footer .footer-container .footer-sm {
        display: block;
        position: relative;
        top: unset;
        transform: unset; }
      footer .footer-container .footer-logo .logo-img {
        margin-right: auto;
        margin-left: auto; }
      footer .footer-container .footer-logo .logo-text {
        margin-top: 13px;
        font-size: 12px; }
      footer .footer-container .footer-sm {
        margin-top: 0; }
        footer .footer-container .footer-sm .sm-item {
          margin: 0 1px; }
          footer .footer-container .footer-sm .sm-item figure {
            width: 41px;
            height: 41px; }
      footer .footer-container .footer-copyright {
        position: relative;
        right: 0;
        bottom: 0;
        margin-top: 10px;
        margin-right: auto;
        margin-left: auto;
        width: 90%;
        min-width: 290px;
        line-height: 1.4; }
  footer .footer-container {
    padding: 28px 0 18px; } }

#cookie_banner_container {
  overflow: hidden; }

#cookie_banner_container.hide {
  display: none; }

.cookie_banner {
  display: block;
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  top: 46px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.9); }
  .cookie_banner .banner_container {
    position: relative;
    margin: 0 auto;
    padding: 30px 3%;
    width: 100%;
    max-width: 1156px;
    font-size: 0; }
    .cookie_banner .banner_container .container_policy,
    .cookie_banner .banner_container .container_btn {
      display: inline-block;
      position: relative;
      font-size: 15px;
      vertical-align: middle; }
    .cookie_banner .banner_container .container_policy {
      width: calc(100% - 400px);
      color: #fff;
      font-size: 15px;
      line-height: 19px; }
      .cookie_banner .banner_container .container_policy a {
        color: #0094f2; }
    .cookie_banner .banner_container .container_btn {
      width: 400px;
      text-align: center; }
      .cookie_banner .banner_container .container_btn .btn {
        display: inline-block;
        cursor: pointer;
        padding: 6px 30px;
        box-sizing: border-box;
        width: 200px;
        color: white;
        font-size: 14px;
        text-align: center;
        border: 1px solid #0094f2;
        border-radius: 5px;
        background: #0094f2;
        transition: opacity 300ms;
        line-height: 18px; }
        .cookie_banner .banner_container .container_btn .btn:hover {
          opacity: 0.8; }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .cookie_banner {
    top: unset;
    bottom: -1px; } }

@media all and (min-width: 0) and (max-width: 730px) {
  .cookie_banner {
    top: unset;
    bottom: -1px; }
    .cookie_banner .banner_container {
      padding: 20px 20px 23px;
      box-sizing: border-box; }
      .cookie_banner .banner_container .container_policy,
      .cookie_banner .banner_container .container_btn {
        display: block;
        width: 100%; }
      .cookie_banner .banner_container .container_policy {
        margin-bottom: 16px;
        font-size: 15px;
        line-height: 1.3; } }

/*! Lity - v2.4.1 - 2020-04-26
* http://sorgalla.com/lity/
* Copyright (c) 2015-2020 Jan Sorgalla; Licensed MIT */
.lity {
  position: fixed;
  z-index: 99999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  white-space: nowrap;
  outline: auto;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

.lity.lity-opened {
  opacity: 1; }

.lity.lity-closed {
  opacity: 0; }

.lity * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.lity-wrap {
  position: fixed;
  z-index: 9990;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important; }

.lity-wrap::before {
  display: inline-block;
  margin-right: -0.25em;
  height: 100%;
  content: '';
  vertical-align: middle; }

.lity-loader {
  position: absolute;
  z-index: 9991;
  top: 50%;
  opacity: 0;
  margin-top: -0.8em;
  width: 100%;
  color: #fff;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

.lity-loading .lity-loader {
  opacity: 1; }

.lity-container {
  display: inline-block;
  position: relative;
  z-index: 9992;
  max-width: 100%;
  max-height: 100%;
  text-align: left;
  white-space: normal;
  outline: none !important;
  vertical-align: middle; }

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease; }

.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8); }

.lity-content::after {
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: auto;
  content: '';
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

.lity-close {
  position: fixed;
  z-index: 9994;
  cursor: pointer;
  top: 0;
  right: 0;
  padding: 0;
  width: 35px;
  height: 35px;
  color: #fff;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  text-align: center;
  text-decoration: none;
  border: 0;
  background: none;
  -webkit-appearance: none;
  font-style: normal;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: none;
  box-shadow: none; }

.lity-close::-moz-focus-inner {
  padding: 0;
  border: 0; }

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  padding: 0;
  color: #fff;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  text-align: center;
  text-decoration: none;
  outline: auto;
  border: 0;
  background: none;
  font-style: normal;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: none;
  box-shadow: none; }

.lity-close:active {
  top: 1px; }

/* Image */
.lity-image img {
  display: block;
  max-width: 100%;
  border: 0;
  line-height: 0; }

/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px; }

.lity-iframe-container {
  overflow: auto;
  padding-top: 56.25%;
  width: 100%;
  height: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  pointer-events: auto;
  -webkit-overflow-scrolling: touch; }

.lity-iframe-container iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

.lity-hide {
  display: none; }

/**
 * Swiper 8.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 21, 2022
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal; }

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

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

.swiper-vertical > .swiper-wrapper {
  flex-direction: column; }

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

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0, 0, 0); }

.swiper-pointer-events {
  touch-action: pan-y; }

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x; }

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

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

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

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

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px; }

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

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

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15); }

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

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

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

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

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

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

.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999; }

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before); }

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  width: var(--swiper-centered-offset-after);
  height: 100%;
  min-height: 1px; }

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before); }

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after); }

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center; }

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0); }

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  pointer-events: none; }

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  width: var(--swiper-virtual-size);
  height: 1px; }

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size); }

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

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

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

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

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important; }

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

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

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

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

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

.swiper-button-lock {
  display: none; }

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

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

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important; }

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.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 {
  position: relative;
  transform: scale(0.33); }

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

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

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

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

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

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

.swiper-pagination-bullet {
  display: inline-block;
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000); }

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

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

.swiper-pagination-bullet:only-child {
  display: none !important; }

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

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

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  display: block;
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0; }

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

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

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px); }

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

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

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

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

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

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

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

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

.swiper-pagination-lock {
  display: none; }

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

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important; }

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

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

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

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

.swiper-scrollbar-lock {
  display: none; }

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

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

.swiper-slide-zoomed {
  cursor: move; }

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

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear; }

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

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

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

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

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

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap; }

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column; }

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

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

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

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

.swiper-cube {
  overflow: visible; }

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

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

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

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

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

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

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  opacity: 0.6;
  width: 100%;
  height: 100%; }

.swiper-cube .swiper-cube-shadow::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  content: '';
  filter: blur(50px); }

.swiper-flip {
  overflow: visible; }

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

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

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

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

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height; }

.swiper-cards {
  overflow: visible; }

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden; }

#af-header.popHide,
#overview-top-nav.popHide,
.section__comment.popHide,
#asus-api-footer.popHide,
#main-zone #product-footer-zone.popHide {
  display: none !important; }

body.popHide #OfficialHeaderWrapper,
body.popHide #OfficialFooterWrapper {
  display: none !important; }

.stopScrollbar {
  overflow: hidden; }

.modal-button-container {
  z-index: 2147483647; }
  .modal-button-container.inner {
    position: fixed;
    bottom: 30px;
    left: 50%;
    transform: translate3d(-50%, 0, 0); }
  .modal-button-container.text-white .modal-button {
    color: #fff; }
  .modal-button-container.text-dark .modal-button {
    color: #000; }
  .modal-button-container.outer {
    position: relative;
    text-align: center; }
    .modal-button-container.outer .modal-button-target {
      top: 50px; }
    @media (max-width: 720px) {
      .modal-button-container.outer .modal-button-target {
        top: 42px; } }
  .modal-button-container .modal-button-text,
  .modal-button-container .modal-inner-text {
    display: block;
    position: relative;
    font-size: 1.25rem;
    pointer-events: none; }
    @media (min-width: 731px) and (max-width: 1279.5px) {
      .modal-button-container .modal-button-text,
      .modal-button-container .modal-inner-text {
        font-size: 1.25rem; } }
    @media (max-width: 730.5px) {
      .modal-button-container .modal-button-text,
      .modal-button-container .modal-inner-text {
        font-size: 1.25rem; } }
  .modal-button-container .modal-button {
    display: inline-block;
    position: relative;
    z-index: 1;
    cursor: pointer;
    margin: 10px 0;
    padding: 14px 30px;
    font-weight: 200;
    text-align: center;
    border: 0;
    border-style: solid;
    border-width: 3px;
    border-radius: 34px;
    background-color: #000;
    transition: background-color 400ms ease-out, border-color 400ms ease-out, color 400ms ease-out;
    -webkit-tap-highlight-color: transparent;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    pointer-events: all;
    min-width: 50px;
    line-height: 1; }

.outer-view {
  z-index: 0;
  transform-origin: 50vw 50vh; }
  .outer-view.animate-scale {
    transform: translateZ(0) translateY(200px) scale(0.96);
    transition: transform 650ms ease-out; }
  .outer-view .modal-button-container.ready .modal-button {
    transform: translate(0, 0) !important; }

.inner-view {
  display: block;
  position: fixed;
  overflow: hidden;
  z-index: 1000000000;
  top: 0;
  left: 50%;
  margin-left: -50vw;
  width: 100vw;
  text-align: center;
  background-color: white;
  transform: translateY(110vh);
  transition: transform 750ms linear; }
  .inner-view.killFixed {
    position: relative !important; }
  .inner-view .inner-view-container {
    height: 100%; }
  .inner-view .inner-modal {
    display: block;
    position: relative;
    visibility: visible;
    opacity: 0;
    padding-bottom: 50px;
    width: 100%;
    transition: opacity 250ms;
    min-height: 100vh;
    min-height: var(--safarivh); }
    .inner-view .inner-modal.showed {
      opacity: 1; }
  .inner-view .modal-button-container {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    -webkit-overflow-scrolling: touch; }
  .inner-view .modal-button-container {
    position: fixed;
    bottom: -80px;
    left: 0%;
    opacity: 0;
    width: 100%;
    transform: translate3d(0%, 0, 0) translateZ(0);
    transition: transform 400ms ease, opacity 300ms linear; }
  .inner-view.show-inner {
    transform: none !important; }
    .inner-view.show-inner .modal-active {
      display: block;
      visibility: visible; }
    .inner-view.show-inner .modal-button-container {
      opacity: 1;
      transform: translate3d(0%, -130px, 0) translateZ(0);
      transition: transform 300ms ease;
      transition-delay: 1200ms; }
      @media (max-width: 720px) {
        .inner-view.show-inner .modal-button-container {
          transform: translate3d(0%, -110px, 0) translateZ(0) scale(0.8); } }

@media (min-width: 731px) and (max-width: 1279.5px) {
  .modal-button-container.inner {
    bottom: 20px; } }

@media (max-width: 730.5px) {
  .modal-button-container .modal-button {
    text-align: center; }
  .modal-button-container.inner {
    bottom: 9px; } }

.wd__play__btn {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: 497px;
  padding: 0;
  width: 36px;
  height: 36px; }
  .wd__play__btn button {
    position: relative;
    cursor: pointer;
    padding: 0;
    width: 36px;
    height: 36px;
    border-width: 0;
    background-color: transparent; }
    .wd__play__btn button .svg_button_play .svg-rect {
      fill: none; }
    .wd__play__btn button .svg_button_play .svg-circle,
    .wd__play__btn button .svg_button_play .svg-line {
      stroke-linecap: round;
      stroke-linejoin: round;
      stroke-width: 4px;
      fill-rule: evenodd; }
    .wd__play__btn button .svg_button_play .svg-triangle {
      clip-path: url(#clip-path); }

.wd__play__btn button .svg_button_play .svg-line,
.wd__play__btn button .svg_button_play .svg-triangle {
  transition: opacity 600ms; }

.wd__play__btn button .svg_button_play .svg-triangle {
  opacity: 0; }

.wd__play__btn button .svg_button_play .svg-line {
  opacity: 1; }

.wd__play__btn button.show-play .svg_button_play .svg-triangle {
  opacity: 1; }

.wd__play__btn button.show-play .svg_button_play .svg-line {
  opacity: 0; }

.wd__play__btn .svg_button_play .svg-circle {
  stroke: #fff; }

.wd__play__btn .svg_button_play .svg-line {
  fill: #fff;
  stroke: transparent; }

.wd__play__btn .svg_button_play .svg-triangle .triangle {
  fill: #fff; }

.video_btn {
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.youtube_btn {
  position: absolute;
  z-index: 9;
  cursor: pointer;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  width: 60px;
  height: 60px;
  border-width: 0;
  background-image: url("../images/svg/play.svg");
  background-repeat: no-repeat; }

.item-productvideo {
  position: relative; }
  .item-productvideo .video__group {
    position: relative;
    overflow: hidden;
    width: 100vw;
    max-width: 2560px;
    height: 100vh; }
    .item-productvideo .video__group video {
      object-fit: cover;
      position: absolute;
      left: 0;
      top: 0; }
  .item-productvideo .btn__youtube {
    display: inline-block;
    position: absolute;
    cursor: pointer;
    bottom: 45px;
    left: 50%;
    padding: 15px 50px 15px 20px;
    border-radius: 30px;
    background-color: #161616;
    transform: translateX(-50%);
    transition: opacity 0.4s;
    min-width: 124px;
    line-height: 1.2; }
    .item-productvideo .btn__youtube span {
      color: #fff;
      font-size: 1.25rem;
      line-height: 1.2; }
    .item-productvideo .btn__youtube::after {
      position: absolute;
      top: calc(50% - 11.5px);
      right: 20px;
      width: 23px;
      height: 23px;
      background-repeat: no-repeat;
      background-size: contain;
      content: '';
      background-image: url("../images/svg/play.svg"); }
  .item-productvideo .video__play__btn {
    bottom: 55px;
    left: 5%;
    margin-left: auto; }

.wdtab .wdtab__nav {
  background-color: #fff; }
  .wdtab .wdtab__nav::before {
    background-color: #7d7d7d; }

.wdtab .wdtab__nav-btn {
  color: #666;
  font-size: 1.25rem; }
  .wdtab .wdtab__nav-btn.focus-visible, .wdtab .wdtab__nav-btn:focus, .wdtab .wdtab__nav-btn.active {
    color: #0069b9; }
    .wdtab .wdtab__nav-btn.focus-visible::before, .wdtab .wdtab__nav-btn:focus::before, .wdtab .wdtab__nav-btn.active::before {
      background-color: #0069b9; }
  .wdtab .wdtab__nav-btn * {
    pointer-events: none !important; }

.wdtab .wdtab__panel__item-info__text {
  color: #666;
  font-size: 1.25rem; }

.wdtab .wdtab__autoplay__enterdetect {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  width: 100%;
  height: 100%; }

.wdtab .wd__play__btn.wdtab__autoPlay {
  opacity: 0.6; }
  .wdtab .wd__play__btn.wdtab__autoPlay .svg_button_play .svg-circle {
    stroke: #000;
    fill: #fff;
    stroke-width: 4px; }
  .wdtab .wd__play__btn.wdtab__autoPlay .svg_button_play .svg-line {
    fill: #000;
    stroke: transparent; }
  .wdtab .wd__play__btn.wdtab__autoPlay .svg_button_play .svg-triangle .triangle {
    fill: #000; }
  .wdtab .wd__play__btn.wdtab__autoPlay:hover {
    opacity: 1; }

.wdtab.isFakeImg .wdtab__panel__item-image .img__main {
  margin: 0 auto;
  width: 956px;
  height: 538px; }
  .image-webp #CMD .wdtab.isFakeImg .wdtab__panel__item-image .img__main {
    background-image: url("https://fakeimg.pl/956x538/.none"); }
  @media only screen and (minpixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .image-webp #CMD .wdtab.isFakeImg .wdtab__panel__item-image .img__main {
      background-image: url("https://fakeimg.pl/1912x1076/.webp"); } }
  .image-old #CMD .wdtab.isFakeImg .wdtab__panel__item-image .img__main {
    background-image: url("https://fakeimg.pl/956x538/.none"); }
  @media only screen and (minpixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .image-old #CMD .wdtab.isFakeImg .wdtab__panel__item-image .img__main {
      background-image: url("https://fakeimg.pl/1912x1076/.none"); } }

.wdtab {
  position: relative; }
  .wdtab .wdtab__autoPlay {
    margin-left: 482px; }
    .wdtab .wdtab__autoPlay .wd__play__btn-button {
      position: absolute;
      top: 20px;
      right: 0; }
  .wdtab .wdtab__nav {
    position: relative; }
    .wdtab .wdtab__nav::before {
      display: block;
      position: absolute;
      bottom: 0;
      left: 50%;
      width: 100%;
      height: 1px;
      transform: translateX(-50%);
      content: '';
      transition: width 400ms ease; }
  .wdtab .wdtab__nav-container {
    display: flex;
    position: relative;
    width: 100%; }
  .wdtab .wdtab__nav-btn {
    position: relative;
    cursor: pointer;
    padding-top: 20px;
    padding-bottom: 18px;
    color: #666;
    border: none;
    background-color: transparent;
    flex: 1; }
  .wdtab .wdtab__nav-btn:hover::before, .wdtab .wdtab__nav-btn.focus-visible::before, .wdtab .wdtab__nav-btn.active::before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    height: 4px;
    transform: translateX(-50%);
    content: ''; }
  .wdtab .wdtab__nav-btn.active {
    cursor: initial; }
  .wdtab .wdtab__nav-scrollouter {
    position: relative; }

.wdtab .wdtab__nav.isSticky {
  position: sticky;
  z-index: 19;
  top: -1px;
  padding-top: 1px; }

.wdtab .wdtab__nav.isSticky::before {
  width: 100vw !important; }

.wdtab .wdtab__panel__item {
  z-index: 1;
  opacity: 0;
  transition: opacity 500ms ease 100ms; }

.wdtab .wdtab__panel__item.active {
  display: block !important;
  z-index: 9 !important;
  opacity: 1;
  transition: opacity 1000ms ease-in-out 0ms; }

.wdtab.scrollActive .wdtab__nav-scrollouter {
  overflow-x: scroll;
  overflow-y: hidden;
  width: 100%;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory; }
  .wdtab.scrollActive .wdtab__nav-scrollouter::-webkit-scrollbar {
    display: none; }

.wdtab.scrollActive .wdtab__nav-container {
  display: block; }

.wdtab.scrollActive .wdtab__nav-btn {
  display: inline-block;
  scroll-snap-align: center; }

.mda__container {
  position: absolute;
  width: 100%; }
  .mda__container .mda__logo {
    position: absolute;
    z-index: 99;
    top: 68px;
    left: 50%;
    margin-left: -625px;
    width: 240px; }
    .mda__container .mda__logo .img__mda__logo {
      width: 100%;
      height: 32px;
      background-size: contain;
      background-image: url("../images/icon/mda.jpg"); }

@media all and (min-width: 731px) and (max-width: 1279.5px) {
  .mda__container .mda__logo {
    left: 14px;
    margin-left: unset; } }

@media all and (max-width: 730.5px) {
  .mda__container .mda__logo {
    top: 62px;
    left: 14px;
    margin-left: unset; } }

.wd__section {
  /* Slider */
  /* Icons */
  /* Arrows */
  /* Dots */
  /* Slider */ }
  .wd__section .block__flow-steps.ani_init .block__flow-step {
    transform: translateX(-300px);
    transition: opacity 100ms ease, transform 800ms cubic-bezier(0.04, 0.96, 0.36, 1); }
    .wd__section .block__flow-steps.ani_init .block__flow-step-0 {
      transform: translateX(0); }
  .wd__section .block__flow-steps.ani_init .block__flow-step .img {
    opacity: 0;
    transition: all 500ms ease-out; }
  .wd__section .block__flow-steps.ani_init .block__flow-step {
    opacity: 0; }
    .wd__section .block__flow-steps.ani_init .block__flow-step .img__icon-arrow {
      opacity: 0;
      transform: translateX(-100px); }
  .wd__section .block__flow-steps.ani_play .block__flow-step {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 0; }
    .wd__section .block__flow-steps.ani_play .block__flow-step .img__icon {
      opacity: 1;
      transition-delay: 0ms; }
    .wd__section .block__flow-steps.ani_play .block__flow-step .img__icon-arrow {
      opacity: 1;
      transform: translateX(0);
      transition-delay: 0ms; }
  .wd__section .block__flow-steps.ani_play .block__flow-step-1 {
    transition-delay: 400ms; }
    .wd__section .block__flow-steps.ani_play .block__flow-step-1 .img__icon-arrow {
      transition-delay: 600ms; }
  .wd__section .block__flow-steps.ani_play .block__flow-step-2 {
    transition-delay: 800ms; }
    .wd__section .block__flow-steps.ani_play .block__flow-step-2 .img__icon-arrow {
      transition-delay: 1000ms; }
  .wd__section .block__flow-step.block_flow_ani .img__icon {
    opacity: 0; }
  .wd__section .wd__content {
    color: #242424; }
    .wd__section .wd__content .content__slogan {
      position: relative;
      color: #a89d5b;
      font-size: 1.875rem; }
      @media all and (min-width: 731px) and (max-width: 1279.5px) {
        .wd__section .wd__content .content__slogan {
          font-size: 1.5rem; } }
      @media all and (max-width: 730.5px) {
        .wd__section .wd__content .content__slogan {
          font-size: 1.25rem; } }
    .wd__section .wd__content .content__title {
      position: relative;
      margin-top: 19px;
      font-size: 2.96875rem;
      line-height: 1.2; }
      @media all and (min-width: 731px) and (max-width: 1279.5px) {
        .wd__section .wd__content .content__title {
          margin-top: 21px; } }
      @media all and (max-width: 730.5px) {
        .wd__section .wd__content .content__title {
          margin-top: 14px;
          font-size: 2.3125rem; } }
      .wd__section .wd__content .content__title span {
        display: inline-block; }
    .wd__section .wd__content .content__info {
      position: relative;
      margin-top: 11px;
      font-size: 1.25rem;
      line-height: 1.5; }
      .wd__section .wd__content .content__info.info--1 {
        margin-top: 14px; }
      @media all and (min-width: 731px) and (max-width: 1279.5px) {
        .wd__section .wd__content .content__info {
          margin-top: 30px; }
          .wd__section .wd__content .content__info:first-child {
            margin-top: 44px; } }
      @media all and (max-width: 730.5px) {
        .wd__section .wd__content .content__info {
          margin-top: 30px;
          font-size: 1.0625rem;
          letter-spacing: 0.1px; }
          .wd__section .wd__content .content__info:first-child {
            margin-top: 67px; } }
    .wd__section .wd__content .content__comment {
      margin-top: 16px;
      color: #717171;
      font-size: 1.125rem;
      line-height: 1.4; }
      @media all and (max-width: 730.5px) {
        .wd__section .wd__content .content__comment {
          margin-top: 12px;
          font-size: 0.8125rem;
          letter-spacing: 0.2px; } }
    .wd__section .wd__content .content__link {
      display: block;
      margin-top: 15px;
      font-size: 1.25rem;
      line-height: 27px; }
      @media all and (min-width: 731px) and (max-width: 1279.5px) {
        .wd__section .wd__content .content__link {
          margin-top: 16px; } }
      @media all and (max-width: 730.5px) {
        .wd__section .wd__content .content__link {
          margin-top: 10px;
          font-size: 15.5 px;
          line-height: 24px; } }
      .wd__section .wd__content .content__link span {
        display: inline;
        border-bottom: 1px solid transparent;
        color: #0188c8; }
      .wd__section .wd__content .content__link *,
      .wd__section .wd__content .content__link:active span,
      .wd__section .wd__content .content__link:link span,
      .wd__section .wd__content .content__link:visited span {
        border-bottom: 1px solid transparent; }
      .wd__section .wd__content .content__link:hover span {
        border-bottom: 1px solid #0188c8; }
  .wd__section .wd__link__arrow::after {
    content: '>';
    padding-left: 7px;
    color: #0188c8; }
    @media all and (min-width: 731px) and (max-width: 1279.5px) {
      .wd__section .wd__link__arrow::after {
        padding-left: 3px; } }
    @media all and (max-width: 730.5px) {
      .wd__section .wd__link__arrow::after {
        padding-left: 4px; } }
  .wd__section .wd__feature__list {
    position: relative;
    margin-top: 71px; }
    @media all and (min-width: 731px) and (max-width: 1279.5px) {
      .wd__section .wd__feature__list {
        margin-top: 50px; } }
    @media all and (max-width: 730.5px) {
      .wd__section .wd__feature__list {
        margin-top: 34px; } }
    .wd__section .wd__feature__list .wd__feature {
      display: inline-block;
      position: relative;
      margin: 0 25px 50px;
      box-sizing: border-box;
      color: #242424;
      vertical-align: bottom; }
      @media all and (min-width: 731px) and (max-width: 1279.5px) {
        .wd__section .wd__feature__list .wd__feature {
          margin: 0 33px 48px; } }
      @media all and (max-width: 730.5px) {
        .wd__section .wd__feature__list .wd__feature {
          margin: 0 17px 40px; } }
      .wd__section .wd__feature__list .wd__feature .wd__feature__describe__top {
        position: relative;
        margin-bottom: 6px; }
        @media all and (max-width: 730.5px) {
          .wd__section .wd__feature__list .wd__feature .wd__feature__describe__top {
            margin-bottom: 6px; } }
      .wd__section .wd__feature__list .wd__feature .wd__feature__data {
        color: #242424;
        font-size: 4.0625rem;
        line-height: 1.2; }
        @media all and (max-width: 730.5px) {
          .wd__section .wd__feature__list .wd__feature .wd__feature__data {
            margin-bottom: 2px;
            font-size: 2.9375rem; } }
        .wd__section .wd__feature__list .wd__feature .wd__feature__data span {
          font-size: 1.75rem; }
          @media all and (min-width: 731px) and (max-width: 1279.5px) {
            .wd__section .wd__feature__list .wd__feature .wd__feature__data span {
              font-size: 1.875rem; } }
          @media all and (max-width: 730.5px) {
            .wd__section .wd__feature__list .wd__feature .wd__feature__data span {
              font-size: 1.5625rem; } }
      .wd__section .wd__feature__list .wd__feature .wd__feature__describe {
        position: relative;
        margin-top: 0; }
        @media all and (max-width: 730.5px) {
          .wd__section .wd__feature__list .wd__feature .wd__feature__describe {
            margin-top: 1px; } }
      .wd__section .wd__feature__list .wd__feature .wd__feature__describe span,
      .wd__section .wd__feature__list .wd__feature .wd__feature__describe__top,
      .wd__section .wd__feature__list .wd__feature .wd__feature__describe__top span .wd__feature__describe {
        font-size: 1.0625rem; }
        @media all and (min-width: 731px) and (max-width: 1279.5px) {
          .wd__section .wd__feature__list .wd__feature .wd__feature__describe span,
          .wd__section .wd__feature__list .wd__feature .wd__feature__describe__top,
          .wd__section .wd__feature__list .wd__feature .wd__feature__describe__top span .wd__feature__describe {
            font-size: 1rem;
            line-height: 1.2; } }
        @media all and (max-width: 730.5px) {
          .wd__section .wd__feature__list .wd__feature .wd__feature__describe span,
          .wd__section .wd__feature__list .wd__feature .wd__feature__describe__top,
          .wd__section .wd__feature__list .wd__feature .wd__feature__describe__top span .wd__feature__describe {
            display: block;
            font-size: 0.8125rem;
            line-height: 1.4; } }
  .wd__section .wd__feature__list .wd__feature .wd__feature__data span.space-left-l {
    padding-left: 7px; }
  .wd__section .wd__feature__list .wd__feature .wd__feature__data span.space-left-m {
    padding-left: 5px; }
  .wd__section .wd__feature__list .wd__feature .wd__feature__data span.space-left-s {
    padding-left: 3px; }
  .wd__section .wd__feature__list .wd__feature .wd__feature__data span.space-right-l {
    padding-right: 7px; }
  .wd__section .wd__feature__list .wd__feature .wd__feature__data span.space-right-m {
    padding-right: 5px; }
  .wd__section .wd__feature__list .wd__feature .wd__feature__data span.space-right-s {
    padding-right: 3px; }
  @media all and (min-width: 731px) and (max-width: 1279.5px) {
    .wd__section .wd__feature__list .wd__feature .wd__feature__data span.space-left-l {
      padding-left: 7px; }
    .wd__section .wd__feature__list .wd__feature .wd__feature__data span.space-left-m {
      padding-left: 5px; }
    .wd__section .wd__feature__list .wd__feature .wd__feature__data span.space-left-s {
      padding-left: 3px; }
    .wd__section .wd__feature__list .wd__feature .wd__feature__data span.space-right-l {
      padding-right: 7px; }
    .wd__section .wd__feature__list .wd__feature .wd__feature__data span.space-right-m {
      padding-right: 5px; }
    .wd__section .wd__feature__list .wd__feature .wd__feature__data span.space-right-s {
      padding-right: 3px; } }
  @media all and (max-width: 730.5px) {
    .wd__section .wd__feature__list .wd__feature .wd__feature__data span.space-left-l {
      padding-left: 3px; }
    .wd__section .wd__feature__list .wd__feature .wd__feature__data span.space-left-m {
      padding-left: 2px; }
    .wd__section .wd__feature__list .wd__feature .wd__feature__data span.space-left-s {
      padding-left: 1px; }
    .wd__section .wd__feature__list .wd__feature .wd__feature__data span.space-right-l {
      padding-right: 3px; }
    .wd__section .wd__feature__list .wd__feature .wd__feature__data span.space-right-m {
      padding-right: 2px; }
    .wd__section .wd__feature__list .wd__feature .wd__feature__data span.space-right-s {
      padding-right: 1px; } }
  .wd__section .wd__feature__list .wd__feature .wd__feature__data.text__long-en {
    position: relative;
    bottom: -4px;
    font-size: 3.375rem;
    line-height: 66px; }
    .wd__section .wd__feature__list .wd__feature .wd__feature__data.text__long-en * {
      line-height: 1; }
  .wd__section .wd__feature__list .wd__feature .wd__feature__data.text__long-tw {
    margin-top: 8px;
    font-size: 2.875rem;
    line-height: 58px; }
  @media all and (min-width: 731px) and (max-width: 1279.5px) {
    .wd__section .wd__feature__list .wd__feature .wd__feature__data.text__long-en {
      font-size: 3.375rem;
      line-height: 65px; }
    .wd__section .wd__feature__list .wd__feature .wd__feature__data.text__long-tw {
      margin-top: 10px;
      font-size: 2.875rem;
      line-height: 56px; } }
  @media all and (max-width: 730.5px) {
    .wd__section .wd__feature__list .wd__feature .wd__feature__data.text__long-en {
      margin-bottom: -1px;
      padding-top: 0;
      font-size: 2.3625rem;
      line-height: 49px; }
    .wd__section .wd__feature__list .wd__feature .wd__feature__data.text__long-tw {
      padding-top: 5px;
      font-size: 2rem;
      line-height: 36px; } }
  .wd__section .wd__feature__list .wd__feature .wd__feature__data.plus {
    position: relative;
    margin-right: 32px; }
    .wd__section .wd__feature__list .wd__feature .wd__feature__data.plus span {
      position: absolute;
      top: 4px;
      right: -33px;
      font-size: 3.1875rem; }
  .wd__section .slick-loading .slick-list {
    background: #fff url("./ajax-loader.gif") center center no-repeat; }

@font-face {
  .wd__section {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
    src: url("./fonts/slick.eot");
    src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg"); } }
  .wd__section .slick-prev,
  .wd__section .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent; }
  .wd__section .slick-prev:hover,
  .wd__section .slick-prev:focus,
  .wd__section .slick-next:hover,
  .wd__section .slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent; }
  .wd__section .slick-prev:hover:before,
  .wd__section .slick-prev:focus:before,
  .wd__section .slick-next:hover:before,
  .wd__section .slick-next:focus:before {
    opacity: 1; }
  .wd__section .slick-prev.slick-disabled:before,
  .wd__section .slick-next.slick-disabled:before {
    opacity: .25; }
  .wd__section .slick-prev:before,
  .wd__section .slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .wd__section .slick-prev {
    left: -25px; }
  .wd__section [dir='rtl'] .slick-prev {
    right: -25px;
    left: auto; }
  .wd__section .slick-prev:before {
    content: '←'; }
  .wd__section [dir='rtl'] .slick-prev:before {
    content: '→'; }
  .wd__section .slick-next {
    right: -25px; }
  .wd__section [dir='rtl'] .slick-next {
    right: auto;
    left: -25px; }
  .wd__section .slick-next:before {
    content: '→'; }
  .wd__section [dir='rtl'] .slick-next:before {
    content: '←'; }
  .wd__section .slick-dotted.slick-slider {
    margin-bottom: 30px; }
  .wd__section .slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center; }
  .wd__section .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
  .wd__section .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent; }
  .wd__section .slick-dots li button:hover,
  .wd__section .slick-dots li button:focus {
    outline: none; }
  .wd__section .slick-dots li button:hover:before,
  .wd__section .slick-dots li button:focus:before {
    opacity: 1; }
  .wd__section .slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .wd__section .slick-dots li.slick-active button:before {
    opacity: .75;
    color: black; }
  .wd__section .slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent; }
  .wd__section .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0; }
  .wd__section .slick-list:focus {
    outline: none; }
  .wd__section .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }
  .wd__section .slick-slider .slick-track,
  .wd__section .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .wd__section .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wd__section .slick-track:before,
  .wd__section .slick-track:after {
    display: table;
    content: ''; }
  .wd__section .slick-track:after {
    clear: both; }
  .wd__section .slick-loading .slick-track {
    visibility: hidden; }
  .wd__section .slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px; }
  .wd__section [dir='rtl'] .slick-slide {
    float: right; }
  .wd__section .slick-slide img {
    display: block; }
  .wd__section .slick-slide.slick-loading img {
    display: none; }
  .wd__section .slick-slide.dragging img {
    pointer-events: none; }
  .wd__section .slick-initialized .slick-slide {
    display: block; }
  .wd__section .slick-loading .slick-slide {
    visibility: hidden; }
  .wd__section .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }
  .wd__section .slick-arrow.slick-hidden {
    display: none; }
  .wd__section .slick__nav {
    margin-bottom: 40px;
    color: #636360;
    font-size: 1.5em;
    text-align: center;
    line-height: 1.6; }
    .wd__section .slick__nav a {
      color: #636360; }
  .wd__section .slick-slide {
    display: block;
    -moz-box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent; }
  .wd__section .slick-next {
    right: 25px; }
  .wd__section .slick-prev {
    left: 25px; }
  .wd__section .slick__prev,
  .wd__section .slick__next {
    z-index: 9999;
    content: ''; }
    .wd__section .slick__prev::before,
    .wd__section .slick__next::before {
      content: '';
      display: none; }
  .wd__section [dir='rtl'] .slick__prev::before {
    content: '';
    display: none; }
  .wd__section [dir='rtl'] .slick__next::before {
    content: '';
    display: none; }
  .wd__section .wd__slick .container {
    margin: auto;
    padding-right: 20px;
    padding-left: 20px;
    max-width: 900px; }
    .wd__section .wd__slick .container.e1 .slick__info {
      margin-top: 15em; }
    .wd__section .wd__slick .container .slick__half {
      width: 45%; }
    .wd__section .wd__slick .container .slick__left {
      float: left; }
    .wd__section .wd__slick .container .slick__right {
      float: right; }
    .wd__section .wd__slick .container .slick__img,
    .wd__section .wd__slick .container .slick__info {
      width: 100%; }
  .wd__section .sprite__arrow__right {
    z-index: 1000;
    width: 49px;
    height: 96px;
    background-position: -214px -5px; }
  .wd__section .sprite__arrow__left {
    z-index: 1000;
    width: 49px;
    height: 96px;
    background-position: -80px -5px; }
  .wd__section .sprite-arrow_r {
    width: 65px;
    height: 130px; }
  .wd__section .sprite-arrow_l {
    width: 65px;
    height: 130px; }
  .wd__section .slick-prev,
  .wd__section .slick-next {
    z-index: 1;
    margin-top: -19px;
    width: 50px;
    height: 118px;
    border-radius: 0;
    background-color: transparent;
    background-color: rgba(0, 0, 0, 0.3);
    background-color: gray\9; }
    .wd__section .slick-prev::before,
    .wd__section .slick-next::before {
      display: block;
      position: absolute;
      z-index: 1000;
      top: 57px;
      top: 0\9;
      color: white;
      font-size: 34px; }
  .wd__section .slick-prev {
    left: 0;
    border-radius: 0 10px 10px 0; }
    .wd__section .slick-prev::before {
      content: '<';
      right: 18px; }
  .wd__section .slick-next {
    right: 0;
    border-radius: 10px 0 0 10px; }
    .wd__section .slick-next::before {
      content: '>';
      left: 18px; }
  @media all and (min-width: 731px) and (max-width: 1279.5px) {
    .wd__section .slick-prev,
    .wd__section .slick-next {
      margin-top: -19px;
      width: 35px;
      height: 88px; }
      .wd__section .slick-prev::before,
      .wd__section .slick-next::before {
        display: block;
        position: absolute;
        z-index: 1000;
        top: 43px;
        color: white;
        font-size: 26px; }
    .wd__section .slick-prev::before {
      right: 10px; }
    .wd__section .slick-next::before {
      left: 10px; } }
  .wd__section #CMD .section__comment {
    margin-top: 25px;
    margin-bottom: -75px;
    padding-top: 0; }
  .wd__section .footnotes {
    margin: 0 auto;
    padding: 32px 28px 32px 40px;
    padding-right: 16px;
    padding-left: 16px;
    box-sizing: border-box;
    width: 100%;
    max-width: 1221px; }
    .wd__section .footnotes:first-child {
      margin-top: 25px; }
    .wd__section .footnotes .footnote {
      font-size: 0.8125rem;
      line-height: 1.4; }
      .wd__section .footnotes .footnote .footnote-item {
        list-style-type: decimal;
        margin-bottom: 10px; }
        .wd__section .footnotes .footnote .footnote-item,
        .wd__section .footnotes .footnote .footnote-item * {
          color: #666;
          font-size: 0.8125rem;
          text-align: left;
          line-height: 1.5; }
    .wd__section .footnotes.footnote-item-star .footnote .footnote-item {
      position: relative;
      list-style-type: none;
      color: #757575; }
      .wd__section .footnotes.footnote-item-star .footnote .footnote-item::before {
        display: block;
        position: absolute;
        top: 9px;
        left: -14px;
        color: #757575;
        content: '*';
        line-height: 0; }
  @media all and (min-width: 731px) and (max-width: 1279.5px) {
    .wd__section #CMD .section__comment {
      margin-top: -58px;
      margin-bottom: -52px;
      padding-top: 0; }
    .wd__section .footnotes {
      padding: 32px 28px 32px 40px;
      width: 100%;
      max-width: 1280px; }
      .wd__section .footnotes .footnote .footnote-item {
        margin-bottom: 10px; }
      .wd__section .footnotes .footnote .footnote-item,
      .wd__section .footnotes .footnote .footnote-item * {
        font-size: 0.8125rem;
        line-height: 1.5; }
      .wd__section .footnotes.footnote-item-star .footnote .footnote-item::before {
        top: 9px;
        left: -14px; } }
  @media all and (max-width: 730.5px) {
    .wd__section #CMD .section__comment {
      display: inline-block;
      margin-top: -38px;
      margin-bottom: -36px;
      padding-top: 0; }
    .wd__section .footnotes {
      padding: 32px 28px 32px 22px;
      box-sizing: border-box;
      width: 100%;
      max-width: 730px; }
      .wd__section .footnotes .footnote {
        margin-left: 14px;
        font-size: 0.8125rem;
        line-height: 1.4; }
        .wd__section .footnotes .footnote .footnote-item {
          margin-bottom: 12px; }
        .wd__section .footnotes .footnote .footnote-item,
        .wd__section .footnotes .footnote .footnote-item * {
          font-size: 0.8125rem; }
      .wd__section .footnotes.footnote-item-star .footnote .footnote-item::before {
        top: 10px;
        left: -11px; } }

@keyframes hoverAnimation {
  0% {
    transform: scale(1, 1) translateY(0); }
  35% {
    transform: scale(1, 0.2) translateY(130px); }
  85% {
    transform: scale(1, 1) translateY(0); } }
  .wd__section .vr__screen {
    display: block;
    position: relative;
    left: 50%;
    margin-top: 110px;
    margin-bottom: -30px;
    margin-left: -38px;
    width: 76px;
    height: 48px; }
    .wd__section .vr__screen #vr__screen__icon {
      fill: #333;
      width: 76px;
      height: 48px; }
      .wd__section .vr__screen #vr__screen__icon .vr__border {
        transform: scale(1, 1);
        animation: none; }
  @media all and (min-width: 731px) and (max-width: 1279.5px) {
    .wd__section .vr__screen {
      margin-top: 74px;
      margin-bottom: -29px; } }
  @media all and (max-width: 730.5px) {
    .wd__section .vr__screen {
      margin-top: 56px;
      margin-bottom: -22px;
      margin-left: -35px;
      width: 70px;
      height: 44px; }
      .wd__section .vr__screen #vr__screen__icon {
        width: 70px;
        height: 44px; } }
  @media all and (max-width: 1279.5px) {
    .wd__section .vr__screen #vr__screen__icon .vr__border {
      transform: scale(1, 1); } }

#CMD::before {
  display: block;
  position: absolute;
  visibility: hidden;
  width: 0;
  height: 0; }

@media all and (min-width: 1280px) {
  #CMD::before {
    content: 'desktop'; } }

@media all and (min-width: 731px) and (max-width: 1279.5px) {
  #CMD::before {
    content: 'tablet'; } }

@media all and (max-width: 730.5px) {
  #CMD::before {
    content: 'mobile'; } }

.section__kv .wd__content {
  position: relative;
  margin-top: 35px;
  margin-left: auto;
  margin-right: auto; }
  .section__kv .wd__content .content__slogan {
    margin-top: 0;
    margin-left: 0;
    color: #000;
    font-size: 63px;
    text-transform: none; }
  .section__kv .wd__content .content__title {
    margin-top: 26px;
    font-size: 65px; }
  .section__kv .wd__content .content__info {
    margin-top: 40px;
    width: 100%;
    font-size: 26px; }

@media all and (min-width: 731px) and (max-width: 1279.5px) {
  .section__kv .wd__content .content__slogan {
    margin-top: -2px;
    font-size: 48px; }
  .section__kv .wd__content .content__info {
    margin-top: 15px;
    width: 88%;
    max-width: 793px;
    font-size: 26px;
    line-height: 1.55; } }

@media all and (max-width: 730.5px) {
  .section__kv .wd__content {
    margin-top: 55px; }
    .section__kv .wd__content .content__slogan {
      display: block;
      margin-top: 7px;
      margin-left: auto;
      margin-right: auto;
      width: 90%;
      text-align: center;
      font-size: 32px; }
    .section__kv .wd__content .content__info {
      text-align: center;
      margin-top: 16px;
      margin-left: auto;
      margin-right: auto;
      width: 84%;
      max-width: 460px;
      font-size: 22px;
      line-height: 1.4; } }

.cmd-sidenav {
  z-index: 1000; }
  .cmd-sidenav .container-bg {
    position: absolute;
    right: 20px;
    width: 24px;
    height: 100%;
    border-radius: 18px;
    background: rgba(0, 0, 0, 0.4); }
  .cmd-sidenav .container-collapse {
    display: none; }
    .cmd-sidenav .container-collapse .img__main {
      margin: 0;
      width: auto;
      height: auto; }
  .cmd-sidenav .sidenav-container .item-container::marker {
    font-size: 0; }

@media all and (min-width: 1280px) {
  .cmd-sidenav {
    position: fixed;
    top: 180px;
    right: 0; }
    .cmd-sidenav .sidenav-container {
      position: relative; }
      .cmd-sidenav .sidenav-container .container-items {
        position: relative; }
        .cmd-sidenav .sidenav-container .container-items .item {
          display: block;
          position: relative;
          width: 57px;
          height: 43px;
          font-size: 0;
          -webkit-tap-highlight-color: transparent; }
          .cmd-sidenav .sidenav-container .container-items .item .item-dot {
            position: absolute;
            cursor: pointer;
            top: 0;
            right: 0;
            width: 54px;
            height: 43px; }
            .cmd-sidenav .sidenav-container .container-items .item .item-dot::after {
              display: block;
              position: absolute;
              top: 50%;
              left: 50%;
              width: 8px;
              height: 8px;
              border-radius: 50%;
              background: #9f9f9f;
              transform: translate3d(-50%, -50%, 0);
              user-select: none;
              pointer-events: none;
              content: ''; }
          .cmd-sidenav .sidenav-container .container-items .item .item-label {
            position: absolute;
            overflow-y: hidden;
            right: 0;
            width: 400px;
            height: 100%;
            color: #fff;
            font-size: 0;
            text-align: right;
            user-select: none;
            pointer-events: none; }
            .cmd-sidenav .sidenav-container .container-items .item .item-label .label-triangle,
            .cmd-sidenav .sidenav-container .container-items .item .item-label .label-name {
              display: inline-block;
              position: relative;
              vertical-align: top; }
            .cmd-sidenav .sidenav-container .container-items .item .item-label .label-triangle {
              top: 0;
              left: 0;
              width: 40px;
              height: 100%;
              border-radius: 54px 0 0 54px;
              background: red; }
            .cmd-sidenav .sidenav-container .container-items .item .item-label .label-name {
              padding: 0 23px;
              height: 100%;
              color: #fff;
              font-size: 1.25rem;
              background: red; }
              .cmd-sidenav .sidenav-container .container-items .item .item-label .label-name span {
                display: inline-block;
                position: relative;
                top: 50%;
                transform: translateY(-50%); }
  .cmd-sidenav .sidenav-container .container-items .item .item-dot {
    opacity: 1;
    transition: opacity 200ms 150ms linear; }
    .cmd-sidenav .sidenav-container .container-items .item .item-dot::after {
      transition: transform 300ms linear; }
  .cmd-sidenav .sidenav-container .container-items .item .item-label {
    transform: translate3d(100%, 0, 0);
    transition: transform 300ms linear; }
  .cmd-sidenav .sidenav-container .container-items .item.hover .item-dot {
    opacity: 0;
    transition: opacity 150ms linear; }
  .cmd-sidenav .sidenav-container .container-items .item.hover .item-label {
    transform: translate3d(0, 0, 0);
    transition: transform 300ms 75ms linear; }
  .cmd-sidenav .sidenav-container .container-items .item.enter .item-label .label-name {
    color: red; }
  .cmd-sidenav .sidenav-container .container-items .item .item-dot.enter::after {
    background: red;
    transform: translate3d(-50%, -50%, 0) scale(1.5); }
  .cmd-sidenav .container-bg {
    right: 15px; }
  .cmd-sidenav .sidenav-container .container-items .item {
    margin-top: -3px;
    width: 94px; }
    .cmd-sidenav .sidenav-container .container-items .item .item-dot {
      width: 94px; }
      .cmd-sidenav .sidenav-container .container-items .item .item-dot::after {
        margin-left: 20px; } }

@media all and (min-width: 731px) and (max-width: 1279.5px) {
  .cmd-sidenav {
    position: fixed;
    top: 70px;
    right: 20px;
    background-color: transparent; }
    .cmd-sidenav .container-bg {
      display: none; }
    .cmd-sidenav .item-label .label-triangle {
      display: none; }
    .cmd-sidenav .item-label .label-name {
      padding-right: 15px;
      padding-left: 15px; }
    .cmd-sidenav .item-dot {
      display: block;
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .cmd-sidenav .container-collapse {
      display: block;
      position: absolute;
      z-index: 1;
      top: -26px;
      right: 0;
      width: auto;
      height: auto; }
      .cmd-sidenav .container-collapse .collapse-open::before {
        background: rgba(66, 66, 66, 0.8); }
      .cmd-sidenav .container-collapse .collapse-close::before {
        background: #424242; }
      .cmd-sidenav .container-collapse .collapse-open,
      .cmd-sidenav .container-collapse .collapse-close {
        position: absolute;
        top: 50%;
        right: 13px;
        width: 22px;
        height: 22px;
        transform: translate3d(0, -50%, 0);
        transition: opacity 300ms; }
        .cmd-sidenav .container-collapse .collapse-open::before,
        .cmd-sidenav .container-collapse .collapse-close::before {
          position: absolute;
          content: '';
          top: 50%;
          left: 50%;
          width: 48px;
          height: 48px;
          transform: translate(-50%, -50%); }
        .cmd-sidenav .container-collapse .collapse-open img,
        .cmd-sidenav .container-collapse .collapse-close img {
          position: absolute;
          top: 50%;
          left: 50%;
          margin-top: -11px;
          margin-left: -11px;
          width: 22px;
          height: 22px;
          background-position: no-repeat;
          background-size: contain; }
      .cmd-sidenav .container-collapse .collapse-open .img {
        background-image: url("../images/small/2x/icon/common/open.svg") ; } }
      @media all and (min-width: 731px) and (max-width: 1279.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279.5px) and (min-resolution: 144dpi) {
        .cmd-sidenav .container-collapse .collapse-open .img {
          background-image: url("../images/small/2x/icon/common/open.svg"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) {
      .cmd-sidenav .container-collapse .collapse-close {
        display: none;
        user-select: none;
        pointer-events: none; }
        .cmd-sidenav .container-collapse .collapse-close .img {
          background-image: url("../images/small/2x/icon/common/close.svg") ; } }
        @media all and (min-width: 731px) and (max-width: 1279.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279.5px) and (min-resolution: 144dpi) {
          .cmd-sidenav .container-collapse .collapse-close .img {
            background-image: url("../images/small/2x/icon/common/close.svg"); } }

@media all and (min-width: 731px) and (max-width: 1279.5px) {
    .cmd-sidenav .container-items {
      overflow: hidden;
      height: 100%;
      max-height: 0;
      transition: all 400ms; }
      .cmd-sidenav .container-items .item {
        display: block;
        position: relative;
        opacity: 0;
        transition: opacity; }
        .cmd-sidenav .container-items .item .item-label {
          padding: 16px 14px;
          font-size: 1.1875rem;
          text-align: center; }
          .cmd-sidenav .container-items .item .item-label .label-name {
            color: #fff;
            font-size: 1.1875rem;
            line-height: 1.2; }
    .cmd-sidenav.show {
      padding-bottom: 17px;
      background-color: #333; }
      .cmd-sidenav.show .container-items {
        max-height: 2000px;
        transition: all 400ms; }
        .cmd-sidenav.show .container-items::before {
          position: absolute;
          content: '';
          top: -50px;
          left: 0;
          width: 100%;
          height: 50px;
          background-color: #333; }
        .cmd-sidenav.show .container-items .item {
          opacity: 1;
          transition: opacity 300ms 400ms; }
      .cmd-sidenav.show .container-collapse .collapse-open {
        display: none;
        user-select: none;
        pointer-events: none; }
      .cmd-sidenav.show .container-collapse .collapse-close {
        display: block;
        pointer-events: all; }
  .cmd-sidenav {
    right: 20px;
    left: unset;
    opacity: 0;
    transition: opacity 300ms; }
    .cmd-sidenav.mobile-show {
      left: unset;
      opacity: 1; }
  .cmd-sidenav .item-dot.enter {
    z-index: -1;
    background: #e42657; } }

@media all and (max-width: 730.5px) {
  .cmd-sidenav {
    position: fixed;
    top: 20px;
    left: 20px;
    width: calc(100vw - 40px);
    background-color: transparent; }
    .cmd-sidenav .container-bg {
      display: none; }
    .cmd-sidenav .item-label .label-triangle {
      display: none; }
    .cmd-sidenav .item-dot {
      display: block;
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .cmd-sidenav .container-collapse {
      display: block;
      position: absolute;
      z-index: 1;
      top: 0;
      right: 0;
      width: 48px;
      height: 48px; }
      .cmd-sidenav .container-collapse .collapse-open::before {
        background: rgba(66, 66, 66, 0.8); }
      .cmd-sidenav .container-collapse .collapse-close::before {
        background: #424242; }
      .cmd-sidenav .container-collapse .collapse-open,
      .cmd-sidenav .container-collapse .collapse-close {
        position: absolute;
        top: 50%;
        right: 13px;
        width: 22px;
        height: 22px;
        transform: translate3d(0, -50%, 0);
        transition: opacity 300ms; }
        .cmd-sidenav .container-collapse .collapse-open::before,
        .cmd-sidenav .container-collapse .collapse-close::before {
          position: absolute;
          content: '';
          top: 50%;
          left: 50%;
          width: 48px;
          height: 48px;
          transform: translate(-50%, -50%); }
        .cmd-sidenav .container-collapse .collapse-open img,
        .cmd-sidenav .container-collapse .collapse-close img {
          position: absolute;
          top: 50%;
          left: 50%;
          margin-top: -11px;
          margin-left: -11px;
          width: 22px;
          height: 22px;
          background-position: no-repeat;
          background-size: contain; }
      .cmd-sidenav .container-collapse .collapse-open .img {
        background-image: url("../images/small/2x/icon/common/open.svg") ; } }
      @media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
        .cmd-sidenav .container-collapse .collapse-open .img {
          background-image: url("../images/small/2x/icon/common/open.svg"); } }

@media all and (max-width: 730.5px) {
      .cmd-sidenav .container-collapse .collapse-close {
        display: none;
        user-select: none;
        pointer-events: none; }
        .cmd-sidenav .container-collapse .collapse-close .img {
          background-image: url("../images/small/2x/icon/common/close.svg") ; } }
        @media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
          .cmd-sidenav .container-collapse .collapse-close .img {
            background-image: url("../images/small/2x/icon/common/close.svg"); } }

@media all and (max-width: 730.5px) {
    .cmd-sidenav .container-items {
      overflow: hidden;
      padding-top: 50px;
      box-sizing: border-box;
      height: 100%;
      max-height: 0;
      transition: all 400ms; }
      .cmd-sidenav .container-items .item {
        display: block;
        position: relative;
        opacity: 0;
        transition: opacity; }
        .cmd-sidenav .container-items .item .item-label {
          padding: 10px 14px;
          font-size: 1.1875rem;
          text-align: center; }
          .cmd-sidenav .container-items .item .item-label .label-name {
            padding-right: 0;
            color: #fff;
            font-size: 1.1875rem;
            line-height: 1.2; }
    .cmd-sidenav.show {
      padding-bottom: 17px;
      background-color: #333; }
      .cmd-sidenav.show .container-items {
        max-height: 2000px;
        transition: all 400ms; }
        .cmd-sidenav.show .container-items::before {
          position: absolute;
          content: '';
          top: 0;
          left: 0;
          width: 100%;
          height: 50px;
          background-color: #333; }
        .cmd-sidenav.show .container-items .item {
          opacity: 1;
          transition: opacity 300ms 400ms; }
      .cmd-sidenav.show .container-collapse .collapse-open {
        display: none;
        user-select: none;
        pointer-events: none; }
      .cmd-sidenav.show .container-collapse .collapse-close {
        display: block;
        pointer-events: all; }
  .cmd-sidenav {
    opacity: 0;
    transition: opacity 300ms; }
    .cmd-sidenav.mobile-show {
      opacity: 1; }
  .cmd-sidenav .item-dot.enter {
    z-index: -1;
    background: #e42657; } }

.wd__section .slick-tab-content {
  margin: 63px auto 0;
  width: 100%;
  max-width: 1128px; }
  .wd__section .slick-tab-content .title-nav .scrollPos {
    display: none; }
  .wd__section .slick-tab-content .slick-title {
    position: relative;
    color: #0ebfcd;
    text-align: center; }
    .wd__section .slick-tab-content .slick-title .title-nav-count-0 .slick-nav-btn {
      width: Infinity; }
    .wd__section .slick-tab-content .slick-title .title-nav-count-1 .slick-nav-btn {
      width: 100%; }
    .wd__section .slick-tab-content .slick-title .title-nav-count-2 .slick-nav-btn {
      width: 50%; }
    .wd__section .slick-tab-content .slick-title .title-nav-count-3 .slick-nav-btn {
      width: 33.33333%; }
    .wd__section .slick-tab-content .slick-title .title-nav-count-4 .slick-nav-btn {
      width: 25%; }
    .wd__section .slick-tab-content .slick-title .title-nav-count-5 .slick-nav-btn {
      width: 20%; }
    .wd__section .slick-tab-content .slick-title .title-nav-count-6 .slick-nav-btn {
      width: 16.66667%; }
    .wd__section .slick-tab-content .slick-title .title-nav-count-7 .slick-nav-btn {
      width: 14.28571%; }
    .wd__section .slick-tab-content .slick-title .title-nav-count-8 .slick-nav-btn {
      width: 12.5%; }
    .wd__section .slick-tab-content .slick-title .title-nav-count-9 .slick-nav-btn {
      width: 11.11111%; }
    .wd__section .slick-tab-content .slick-title .title-nav-count-10 .slick-nav-btn {
      width: 10%; }
    .wd__section .slick-tab-content .slick-title .title-nav {
      display: block;
      position: relative;
      margin: 0;
      font-size: 0;
      border-bottom: 1px solid #6f6f6f; }
      .wd__section .slick-tab-content .slick-title .title-nav .slick-nav-btn {
        display: inline-block;
        position: relative;
        cursor: pointer;
        bottom: -1px;
        padding: 6px 0;
        font-size: 1.25rem;
        text-align: center;
        border: 0;
        background-color: rgba(255, 255, 255, 0);
        transition: opacity 400ms;
        text-transform: uppercase;
        vertical-align: bottom;
        line-height: 1.2;
        border-bottom: 4px solid rgba(255, 255, 255, 0); }
        .wd__section .slick-tab-content .slick-title .title-nav .slick-nav-btn * {
          pointer-events: none !important; }
        .wd__section .slick-tab-content .slick-title .title-nav .slick-nav-btn .sign-fnum {
          top: -0.7em; }
        .wd__section .slick-tab-content .slick-title .title-nav .slick-nav-btn:focus, .wd__section .slick-tab-content .slick-title .title-nav .slick-nav-btn.active {
          color: #0ebfcd;
          border-bottom: 4px solid #0ebfcd; }
  .wd__section .slick-tab-content .slick-info-container {
    position: relative;
    overflow: hidden;
    transition: height 500ms ease 0ms; }
  .wd__section .slick-tab-content .slick-info-item {
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    opacity: 0;
    padding-top: 48px;
    width: 100%; }
    .wd__section .slick-tab-content .slick-info-item.active {
      display: block;
      position: relative;
      z-index: 9;
      opacity: 1;
      transition: opacity 1000ms ease 0ms; }
  .wd__section .slick-tab-content .slick-info-item[hidden='hidden'] {
    display: none; }
  .wd__section .slick-tab-content .slick-info {
    position: relative;
    margin: 0 auto;
    max-width: 772px;
    height: auto;
    text-align: left; }
    .wd__section .slick-tab-content .slick-info .slick-info-text {
      display: block;
      width: 100%;
      font-size: 1.25rem;
      line-height: 1.5; }
      .wd__section .slick-tab-content .slick-info .slick-info-text .info__comment {
        display: inline-block;
        margin-top: 8px;
        font-size: 1.125rem;
        line-height: 1.4; }
  .wd__section .slick-tab-content .slick-info + .slick-image {
    margin-top: 50px; }
  .wd__section .slick-tab-content .slick-image {
    position: relative;
    z-index: -1;
    left: 50%;
    margin: 0;
    transform: translateX(-50%); }
    .wd__section .slick-tab-content .slick-image .img-slick {
      position: absolute;
      top: 0;
      left: 0;
      width: 1128px;
      height: 628px;
      border-radius: 10px;
      background-size: contain; }

.wd__section .slick-tab-content .slick-title .title-nav {
  display: flex;
  align-content: stretch;
  flex-direction: row;
  align-items: stretch; }
  .wd__section .slick-tab-content .slick-title .title-nav .slick-nav-btn {
    display: block;
    flex-shrink: 1;
    flex-grow: 1;
    flex-wrap: nowrap; }
    .wd__section .slick-tab-content .slick-title .title-nav .slick-nav-btn .nav__title-text {
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      height: 100%; }

.wd__section .slick-tab-content.scrollActive .slick-title .title-nav {
  display: block;
  align-content: unset;
  flex-direction: unset;
  align-items: unset; }
  .wd__section .slick-tab-content.scrollActive .slick-title .title-nav .slick-nav-btn {
    display: inline-block;
    flex-shrink: unset;
    flex-grow: unset;
    flex-wrap: unset; }
    .wd__section .slick-tab-content.scrollActive .slick-title .title-nav .slick-nav-btn .nav__title-text {
      display: flex;
      height: auto; }

.wd__section .vidInterface {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 460px;
  height: 170px; }
  .wd__section .vidInterface video {
    filter: brightness(90%); }
  .wd__section .vidInterface .playBtn {
    background-image: url("../images/large/1x/icon/playBtn.png") ;
    display: block;
    margin: 0 auto;
    width: 90px;
    height: 90px;
    background-size: cover;
    transform: rotate(0);
    transition: transform 400ms ease; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      .wd__section .vidInterface .playBtn {
        background-image: url("../images/large/2x/icon/playBtn.png"); } }
    .wd__section .vidInterface .playBtn:hover {
      transform: rotate(120deg); }
  .wd__section .vidInterface span {
    display: block;
    margin-top: 20px;
    color: #fff;
    font-size: 1.75rem;
    line-height: 2.0625rem; }

@media all and (min-width: 1280px) {
  .wd__section .slick-tab-content .slick-title .title-nav {
    display: flex;
    align-content: stretch;
    flex-direction: row;
    align-items: stretch; }
    .wd__section .slick-tab-content .slick-title .title-nav .slick-nav-btn {
      display: block;
      flex-shrink: 1;
      flex-grow: 1;
      flex-wrap: nowrap; }
      .wd__section .slick-tab-content .slick-title .title-nav .slick-nav-btn .nav__title-text {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        height: 100%; } }

@media all and (min-width: 731px) and (max-width: 1279.5px) {
  .wd__section .slick-tab-content .scroll_container {
    overflow-x: scroll;
    overflow-y: hidden;
    width: 100%;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory; }
    .wd__section .slick-tab-content .scroll_container::-webkit-scrollbar {
      display: none; }
    .wd__section .slick-tab-content .scroll_container .scrollPos {
      position: absolute;
      top: 0;
      left: 0;
      width: 1px;
      height: 100px;
      background-color: red; }
  .wd__section .slick-tab-content {
    margin-top: 62px;
    max-width: 100%; }
    .wd__section .slick-tab-content .slick-title .title-nav .slick-nav-btn {
      padding: 8px 25px;
      font-size: 1.25rem;
      line-height: 1.2;
      scroll-snap-align: center; }
    .wd__section .slick-tab-content .slick-info-item {
      padding-top: 33px; }
    .wd__section .slick-tab-content .slick-info {
      margin-top: 0;
      padding-top: 0;
      width: 708px; }
    .wd__section .slick-tab-content .slick-image {
      margin: 10px 0; }
      .wd__section .slick-tab-content .slick-image .img-slick {
        margin-right: auto;
        margin-left: auto;
        width: 731px;
        height: 407px;
        border-radius: 5px; }
    .wd__section .slick-tab-content .slick-info + .slick-image {
      margin-top: 33px; } }

@media all and (max-width: 730.5px) {
  .wd__section .slick-tab-content .scroll_container {
    overflow-x: scroll;
    overflow-y: hidden;
    width: 100%;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory; }
    .wd__section .slick-tab-content .scroll_container::-webkit-scrollbar {
      display: none; }
    .wd__section .slick-tab-content .scroll_container .scrollPos {
      position: absolute;
      top: 0;
      left: 0;
      width: 1px;
      height: 100px;
      background-color: red; }
  .wd__section .slick-tab-content {
    margin: 45px auto 0;
    width: 100%;
    max-width: 720px; }
    .wd__section .slick-tab-content .slick-title {
      position: relative;
      text-align: center; }
      .wd__section .slick-tab-content .slick-title .title-nav .slick-nav-btn {
        padding: 5px 23px;
        font-size: 1rem;
        line-height: 1.2;
        scroll-snap-align: center; }
        .wd__section .slick-tab-content .slick-title .title-nav .slick-nav-btn:focus, .wd__section .slick-tab-content .slick-title .title-nav .slick-nav-btn.active {
          border-bottom: 2px solid #0ebfcd; }
      .wd__section .slick-tab-content .slick-title .title-nav .sign-fnum {
        top: -0.6em; }
    .wd__section .slick-tab-content .slick-info-item {
      padding-top: 25px; }
    .wd__section .slick-tab-content .slick-info {
      margin: 0 auto;
      padding-top: 0;
      width: 90%;
      max-width: 350px; }
      .wd__section .slick-tab-content .slick-info .slick-info-text {
        font-family: "MyriadRegular", "Segoe UI", sans-serif !important;
        font-style: normal;
        font-stretch: normal;
        font-display: swap;
        font-size: 0.9375rem;
        line-height: 1.35; }
        .wd__section .slick-tab-content .slick-info .slick-info-text .info__comment {
          display: inline-block;
          margin-top: 7px;
          color: #6f6f6f;
          font-size: 0.9375rem;
          line-height: 1.2; }
    .wd__section .slick-tab-content .slick-image {
      position: relative;
      left: 50%;
      margin: 10px 0 0; }
      .wd__section .slick-tab-content .slick-image .img-slick {
        left: 50%;
        width: 414px;
        height: 228px;
        border-radius: 5px;
        transform: translateX(-50%); }
    .wd__section .slick-tab-content .slick-info + .slick-image {
      margin-top: 25px; } }

html #CMD .grid__table {
  margin-right: auto;
  margin-left: auto;
  max-width: 1366px; }
  html #CMD .grid__table .row {
    background-color: #f5f5f5; }
    html #CMD .grid__table .row .table__container {
      display: table;
      margin-right: auto;
      margin-left: auto;
      height: 683px;
      text-align: center; }
      html #CMD .grid__table .row .table__container .wd__content {
        display: table-cell;
        margin-right: auto;
        margin-left: auto;
        width: 490px;
        text-align: left;
        vertical-align: middle; }
        html #CMD .grid__table .row .table__container .wd__content .content__title {
          margin-top: 0; }
    html #CMD .grid__table .row figure {
      position: relative;
      margin-top: 0;
      margin-right: auto;
      margin-left: auto;
      width: 100%;
      max-width: 683px;
      height: 683px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover; }

@media all and (min-width: 731px) and (max-width: 1279.5px) {
  html #CMD .grid__table {
    max-width: 546px; }
    html #CMD .grid__table .row {
      margin-top: 50px; }
      html #CMD .grid__table .row:first-child {
        margin-top: 0; }
      html #CMD .grid__table .row .table__container {
        padding-top: 100px;
        padding-bottom: 100px;
        height: auto; }
        html #CMD .grid__table .row .table__container .wd__content {
          margin-left: 60px;
          width: 426px; }
      html #CMD .grid__table .row figure {
        width: 100%;
        max-width: 546px;
        height: 546px; } }

@media all and (max-width: 730.5px) {
  html #CMD .grid__table {
    max-width: 320px; }
    html #CMD .grid__table .row {
      margin-top: 50px; }
      html #CMD .grid__table .row:first-child {
        margin-top: 0; }
      html #CMD .grid__table .row .table__container {
        padding-top: 39px;
        padding-bottom: 39px;
        height: auto; }
        html #CMD .grid__table .row .table__container .wd__content {
          margin-right: auto;
          margin-left: auto;
          width: 280px; }
      html #CMD .grid__table .row figure {
        width: 100%;
        max-width: 321px;
        height: 321px; } }

html #CMD .section__video .video_control {
  position: absolute;
  z-index: 5;
  top: unset;
  bottom: 60px;
  left: 5%;
  width: auto; }
  html #CMD .section__video .video_control button {
    margin-bottom: 0 !important; }
  html #CMD .section__video .video_control .video_control_btn {
    cursor: pointer;
    margin-bottom: 36px;
    width: 36px;
    height: 36px;
    border-width: 0;
    background-color: transparent; }
    html #CMD .section__video .video_control .video_control_btn.pause {
      background-image: url("../images/icon/icon_pause.svg") ; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        html #CMD .section__video .video_control .video_control_btn.pause {
          background-image: url("../images/icon/icon_pause.svg"); } }
    html #CMD .section__video .video_control .video_control_btn.resume {
      background-image: url("../images/icon/icon_play.svg") ; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        html #CMD .section__video .video_control .video_control_btn.resume {
          background-image: url("../images/icon/icon_play.svg"); } }

html #CMD .section__video .youtube_btn {
  display: inline-block;
  position: absolute;
  bottom: 50px;
  left: 50%;
  padding: 16px 50px 16px 20px;
  color: #fff;
  font-size: 1.25rem;
  border-radius: 28px;
  background-color: #161616;
  transform: translateX(-50%);
  min-width: 124px; }
  html #CMD .section__video .youtube_btn::after {
    background-image: url("../images/icon/video_play.svg") ;
    position: absolute;
    top: calc(50% - 11.5px);
    right: 20px;
    width: 23px;
    height: 23px;
    background-repeat: no-repeat;
    background-size: contain;
    content: ''; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      html #CMD .section__video .youtube_btn::after {
        background-image: url("../images/icon/video_play.svg"); } }

html #CMD .wd_content_tab_side {
  position: relative;
  min-height: 448px; }
  html #CMD .wd_content_tab_side .module_contents {
    position: absolute;
    z-index: 0;
    top: 24px;
    left: 50%;
    margin-left: -180px;
    width: 800px;
    height: 448px; }
    html #CMD .wd_content_tab_side .module_contents .content_container {
      position: relative; }
      html #CMD .wd_content_tab_side .module_contents .content_container .img__main {
        opacity: 0;
        margin-top: 0;
        width: 800px;
        height: 448px;
        transition: all 300ms; }
  html #CMD .wd_content_tab_side .module_tabs {
    position: relative;
    z-index: 1;
    left: 50%;
    margin-left: -620px;
    padding: 0 0 44px;
    width: 600px; }
    html #CMD .wd_content_tab_side .module_tabs .btn_icon {
      display: block;
      position: relative;
      cursor: pointer;
      margin-bottom: 16px;
      padding: 0 44px 0 46px;
      width: 100%;
      border: 0;
      border-radius: 3px;
      background: none; }
      html #CMD .wd_content_tab_side .module_tabs .btn_icon:last-child {
        margin-bottom: 0 !important; }
      html #CMD .wd_content_tab_side .module_tabs .btn_icon * {
        pointer-events: none; }
      html #CMD .wd_content_tab_side .module_tabs .btn_icon .btn_container {
        position: relative; }
        html #CMD .wd_content_tab_side .module_tabs .btn_icon .btn_container::before {
          display: block;
          position: absolute;
          top: 13px;
          left: -22px;
          width: 4px;
          height: 4px;
          background-color: #181818;
          transition: all 300ms;
          content: ''; }
        html #CMD .wd_content_tab_side .module_tabs .btn_icon .btn_container .content-title {
          max-width: 370px;
          color: #181818;
          font-size: 1.25rem;
          text-align: left;
          line-height: 1.5; }
        html #CMD .wd_content_tab_side .module_tabs .btn_icon .btn_container .content-info {
          overflow: hidden;
          visibility: hidden;
          opacity: 0;
          max-height: 0;
          color: #181818;
          font-size: 1.25rem;
          text-align: left;
          transform: translateY(-10px);
          transition: all 450ms;
          line-height: 1.5; }

html #CMD .wd_content_tab_side .module_contents .content_container.active .img__main {
  opacity: 1; }

html #CMD .wd_content_tab_side .module_tabs .btn_icon.active {
  margin-bottom: 36px;
  padding-top: 44px;
  padding-bottom: 44px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25); }
  html #CMD .wd_content_tab_side .module_tabs .btn_icon.active .btn_container::before {
    top: 0;
    width: 2px;
    height: 100%;
    transition: all 300ms; }
  html #CMD .wd_content_tab_side .module_tabs .btn_icon.active .btn_container .content-title {
    max-width: 100%;
    font-size: 3rem;
    line-height: 1.2; }
  html #CMD .wd_content_tab_side .module_tabs .btn_icon.active .btn_container .content-info {
    visibility: visible;
    opacity: 1;
    padding-top: 20px;
    max-height: 1000px;
    transform: translateY(0);
    transition: all 900ms 500ms, opacity 800ms 600ms, transform 800ms 600ms; }

html #CMD .wd_content_tab_side.only-one .module_contents {
  top: 0; }

html #CMD .wd_content_tab_side.only-one .module_tabs {
  padding-top: 24px; }
  html #CMD .wd_content_tab_side.only-one .module_tabs .btn_icon .btn_container::before {
    display: none; }

html #CMD .wd__section {
  position: relative; }

html #CMD .wd__section #fake-dom {
  opacity: 0; }

html #CMD .wd__section h2 {
  margin: 0; }

html #CMD .wd__section .isHide {
  display: none !important; }

html #CMD .wd__section .active__willchange {
  will-change: auto; }

html #CMD .wd__section .sectionnNavPosition {
  transform: none !important;
  transition: all 0ms; }

html #CMD .wd__section .row .col[class*='push-'],
html #CMD .wd__section .row .col[class*='pull-'] {
  position: relative; }

html #CMD .wd__section .always__on__top {
  position: relative;
  z-index: 888; }

html #CMD .wd__section .no__wrap {
  display: inline-block;
  white-space: nowrap; }

html #CMD .wd__section .slick-dots li button::before {
  opacity: 1;
  color: #b4b4b4;
  font-size: 30px; }

html #CMD .wd__section .slick-dots li.slick-active button::before {
  color: #01619d; }

html #CMD .wd__section .img {
  display: block;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

html #CMD .wd__section .ani_enter_detect {
  position: absolute;
  z-index: 99;
  left: 50%;
  width: 10px;
  height: 10px; }

html #CMD .wd__section .modal-button-container {
  position: relative; }
  html #CMD .wd__section .modal-button-container .modal-button {
    background-color: rgba(0, 0, 0, 0);
    color: black;
    border-color: black; }
    html #CMD .wd__section .modal-button-container .modal-button:hover {
      background-color: rgba(0, 0, 0, 0);
      color: rgba(0, 0, 0, 0.6);
      border-color: rgba(0, 0, 0, 0.6); }

html #CMD .wd__section .sectionnNavPosition {
  position: relative;
  z-index: 1;
  top: -140px;
  opacity: 1;
  width: 100%;
  height: 1px; }

#CMD .accordion__title.focus-visible {
  outline: 2px solid #248dff; }

#CMD .large_use,
#CMD .medium_use,
#CMD .small_use {
  display: none; }

#CMD .hide {
  opacity: 0;
  height: 0; }

#CMD .svgDefs {
  position: absolute;
  overflow: hidden;
  z-index: -1;
  top: 0;
  left: 0;
  opacity: 0;
  height: 0; }

#CMD .outer-view {
  background-color: #fff; }

html #CMD .wd__section .wd__content .content__title sup.footnote-num {
  -webkit-text-fill-color: initial !important;
  background-image: none !important;
  background-color: rgba(0, 0, 0, 0); }

html #CMD .wd__section .wd__content .content__link {
  text-decoration: none !important; }

html #CMD .wd__section .wd__content .content__slogan {
  color: #181818; }

html #CMD .wd__section .wd__content.main-content {
  position: relative; }
  html #CMD .wd__section .wd__content.main-content .content__slogan {
    color: #000; }
  html #CMD .wd__section .wd__content.main-content .content__title {
    margin-left: auto;
    margin-right: auto;
    color: #000; }
  html #CMD .wd__section .wd__content.main-content .content__info {
    color: #222;
    font-size: 1.25rem; }
  html #CMD .wd__section .wd__content.main-content .content__link {
    linkColor: #006ce1; }
  html #CMD .wd__section .wd__content.main-content .content__link {
    color: #006ce1; }
    html #CMD .wd__section .wd__content.main-content .content__link *,
    html #CMD .wd__section .wd__content.main-content .content__link span {
      color: #006ce1; }
    html #CMD .wd__section .wd__content.main-content .content__link::after {
      color: #006ce1; }
    html #CMD .wd__section .wd__content.main-content .content__link:link {
      color: #006ce1; }
    html #CMD .wd__section .wd__content.main-content .content__link:hover span {
      border-bottom: 1px solid #006ce1; }
  html #CMD .wd__section .wd__content.main-content .content__link {
    border: 1px solid transparent; }
    html #CMD .wd__section .wd__content.main-content .content__link:hover {
      border-color: #006ce1; }

html #CMD .wd__section .wd__feature__list .wd__feature__data {
  color: #181818; }

html #CMD .wd__section .wd__feature__list .wd__feature__describe,
html #CMD .wd__section .wd__feature__list .wd__feature__describe *,
html #CMD .wd__section .wd__feature__list .wd__feature__describe__top,
html #CMD .wd__section .wd__feature__list .wd__feature__describe__top * {
  color: #333; }

html #CMD .wd__section .wd__feature__list .wd__feature__describe b,
html #CMD .wd__section .wd__feature__list .wd__feature__describe__top b {
  font-weight: 300 !important; }

html #CMD .wd__section .wd__feature__list sup.sign-cr {
  top: 0;
  font-size: 1em !important;
  vertical-align: top; }

html #CMD .wd__section .video_control {
  position: absolute;
  z-index: 5;
  bottom: 60px;
  left: 5%; }
  html #CMD .wd__section .video_control button {
    margin-bottom: 0 !important; }
  html #CMD .wd__section .video_control .video_control_btn {
    cursor: pointer;
    margin-bottom: 36px;
    width: 36px;
    height: 36px;
    border-width: 0;
    background-color: transparent; }
    html #CMD .wd__section .video_control .video_control_btn.pause {
      background-image: url("../images/icon/icon_pause.svg") ;
      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) {
        html #CMD .wd__section .video_control .video_control_btn.pause {
          background-image: url("../images/icon/icon_pause.svg"); } }
    html #CMD .wd__section .video_control .video_control_btn.resume {
      background-image: url("../images/icon/icon_play.svg") ;
      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) {
        html #CMD .wd__section .video_control .video_control_btn.resume {
          background-image: url("../images/icon/icon_play.svg"); } }
  html #CMD .wd__section .video_control .video_control_btn.video_control_btn-gray.pause {
    background-image: url("../images/icon/icon_pause-gray.svg") ; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      html #CMD .wd__section .video_control .video_control_btn.video_control_btn-gray.pause {
        background-image: url("../images/icon/icon_pause-gray.svg"); } }
  html #CMD .wd__section .video_control .video_control_btn.video_control_btn-gray.resume {
    background-image: url("../images/icon/icon_play-gray.svg") ; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      html #CMD .wd__section .video_control .video_control_btn.video_control_btn-gray.resume {
        background-image: url("../images/icon/icon_play-gray.svg"); } }

html #CMD .wd__section .slick-tab-content .scroll_container {
  z-index: 9;
  padding-bottom: 10px; }

html #CMD .wd__section .slick-tab-content .slick-title {
  z-index: 9; }

html #CMD .wd__section .slick-tab-content .slick-title .title-nav .slick-nav-btn {
  position: relative;
  color: #5f5f5f;
  border-bottom: 4px solid rgba(0, 0, 0, 0); }
  html #CMD .wd__section .slick-tab-content .slick-title .title-nav .slick-nav-btn:focus, html #CMD .wd__section .slick-tab-content .slick-title .title-nav .slick-nav-btn.active {
    border-bottom: 4px solid #006ce1;
    color: #006ce1; }
    html #CMD .wd__section .slick-tab-content .slick-title .title-nav .slick-nav-btn:focus::before, html #CMD .wd__section .slick-tab-content .slick-title .title-nav .slick-nav-btn.active::before {
      background-color: #333; }

html #CMD .wd__section .detect-point-out {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%; }

html #CMD .wd__section .detect-point-enter {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 1px; }

#navHeader {
  position: relative; }

html #CMD .fix_containter {
  position: fixed;
  z-index: 29;
  bottom: 0;
  left: 0;
  margin: 0;
  width: 100%;
  min-height: 80px;
  background: #f5f5f5 !important;
  border-top: 1px solid #ccc; }
  html #CMD .fix_containter .content_containter {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0 auto;
    padding: 18px 0;
    width: 100%;
    max-width: 1280px;
    height: 100%; }
    html #CMD .fix_containter .content_containter .text {
      color: #181818;
      font-size: 1.125rem;
      text-align: right; }
    html #CMD .fix_containter .content_containter .form__button {
      display: block;
      position: relative;
      cursor: pointer;
      color: #fff;
      font-size: 1.125rem;
      border: none;
      background-color: transparent; }
      html #CMD .fix_containter .content_containter .form__button span {
        position: relative;
        z-index: 2; }
      html #CMD .fix_containter .content_containter .form__button::after {
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 34px;
        transition: opacity 1s ease-out;
        content: '';
        background-image: linear-gradient(to right, #005bac, #4d12e4); }
      html #CMD .fix_containter .content_containter .form__button::before {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        width: 100%;
        height: 100%;
        border-radius: 34px;
        transition: opacity 1s ease-out;
        content: '';
        background-image: linear-gradient(to right, #1b29b5, #2764de); }
      html #CMD .fix_containter .content_containter .form__button:hover::before {
        opacity: 1; }

html #CMD .section__kv .kv__img .img__main {
  position: relative; }
  html #CMD .section__kv .kv__img .img__main img {
    width: 100%;
    height: 100%; }

html #CMD .section__kv .kv__img .wrapper {
  position: relative;
  margin: 0 auto;
  margin-top: -1000px;
  width: 1000px;
  height: 1000px; }
  html #CMD .section__kv .kv__img .wrapper .icon__apw {
    position: absolute;
    top: 239px;
    right: -54px;
    width: 209px;
    height: 224px; }
    .image-webp #CMD .section__kv .icon__apw {
      background-image: url("../images/large/1x/apw.png"); }
    @media only screen and (minpixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      .image-webp #CMD .section__kv .icon__apw {
        background-image: url("../images/large/2x/apw.webp"); } }
    .image-old #CMD .section__kv .icon__apw {
      background-image: url("../images/large/1x/apw.png"); }
    @media only screen and (minpixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      .image-old #CMD .section__kv .icon__apw {
        background-image: url("../images/large/2x/apw.png"); } }

html #CMD .section__kv .kv_text__top {
  position: relative; }
  html #CMD .section__kv .kv_text__top .wd__content .content__slogan {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to bottom, #1845d9, #1a2ab8); }
  html #CMD .section__kv .kv_text__top .wd__content .content__info {
    color: #181818; }
  html #CMD .section__kv .kv_text__top .icon__list {
    list-style: none; }
    html #CMD .section__kv .kv_text__top .icon__list .text {
      position: relative;
      z-index: 2;
      color: #181818; }
  .image-webp #CMD .section__kv .icon__list .icon__1 {
    background-image: url("../images/large/1x/icon1.png"); }
  @media only screen and (minpixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .image-webp #CMD .section__kv .icon__list .icon__1 {
      background-image: url("../images/large/2x/icon1.webp"); } }
  .image-old #CMD .section__kv .icon__list .icon__1 {
    background-image: url("../images/large/1x/icon1.png"); }
  @media only screen and (minpixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .image-old #CMD .section__kv .icon__list .icon__1 {
      background-image: url("../images/large/2x/icon1.png"); } }
  .image-webp #CMD .section__kv .icon__list .icon__2 {
    background-image: url("../images/large/1x/icon2.png"); }
  @media only screen and (minpixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .image-webp #CMD .section__kv .icon__list .icon__2 {
      background-image: url("../images/large/2x/icon2.webp"); } }
  .image-old #CMD .section__kv .icon__list .icon__2 {
    background-image: url("../images/large/1x/icon2.png"); }
  @media only screen and (minpixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .image-old #CMD .section__kv .icon__list .icon__2 {
      background-image: url("../images/large/2x/icon2.png"); } }
  .image-webp #CMD .section__kv .icon__list .icon__3 {
    background-image: url("../images/large/1x/icon3.png"); }
  @media only screen and (minpixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .image-webp #CMD .section__kv .icon__list .icon__3 {
      background-image: url("../images/large/2x/icon3.webp"); } }
  .image-old #CMD .section__kv .icon__list .icon__3 {
    background-image: url("../images/large/1x/icon3.png"); }
  @media only screen and (minpixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .image-old #CMD .section__kv .icon__list .icon__3 {
      background-image: url("../images/large/2x/icon3.png"); } }

html #CMD .section__kv .kv_text__bottom .steps {
  color: #181818;
  background-color: #f4fafe; }
  html #CMD .section__kv .kv_text__bottom .steps .step_list__item .img {
    width: 90px;
    height: 98px; }
    .image-webp #CMD .section__kv .steps .icon__1 {
      background-image: url("../images/large/1x/step1.png"); }
    @media only screen and (minpixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      .image-webp #CMD .section__kv .steps .icon__1 {
        background-image: url("../images/large/2x/step1.webp"); } }
    .image-old #CMD .section__kv .steps .icon__1 {
      background-image: url("../images/large/1x/step1.png"); }
    @media only screen and (minpixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      .image-old #CMD .section__kv .steps .icon__1 {
        background-image: url("../images/large/2x/step1.png"); } }
    .image-webp #CMD .section__kv .steps .icon__2 {
      background-image: url("../images/large/1x/step2.png"); }
    @media only screen and (minpixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      .image-webp #CMD .section__kv .steps .icon__2 {
        background-image: url("../images/large/2x/step2.webp"); } }
    .image-old #CMD .section__kv .steps .icon__2 {
      background-image: url("../images/large/1x/step2.png"); }
    @media only screen and (minpixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      .image-old #CMD .section__kv .steps .icon__2 {
        background-image: url("../images/large/2x/step2.png"); } }
    .image-webp #CMD .section__kv .steps .icon__3 {
      background-image: url("../images/large/1x/step3.png"); }
    @media only screen and (minpixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      .image-webp #CMD .section__kv .steps .icon__3 {
        background-image: url("../images/large/2x/step3.webp"); } }
    .image-old #CMD .section__kv .steps .icon__3 {
      background-image: url("../images/large/1x/step3.png"); }
    @media only screen and (minpixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      .image-old #CMD .section__kv .steps .icon__3 {
        background-image: url("../images/large/2x/step3.png"); } }

html #CMD .section__kv .kv_text__bottom .info a {
  color: #006ce1;
  border-bottom: 1px solid transparent; }
  html #CMD .section__kv .kv_text__bottom .info a:hover {
    border-bottom-color: #006ce1; }

html #CMD .section__kv .form__button {
  display: inline-block;
  position: relative;
  z-index: 2;
  cursor: pointer;
  color: #fff;
  border: none;
  background-color: transparent; }
  html #CMD .section__kv .form__button span {
    position: relative;
    z-index: 2; }
  html #CMD .section__kv .form__button::after {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 34px;
    transition: opacity 1s ease-out;
    content: '';
    background-image: linear-gradient(to right, #005bac, #4d12e4); }
  html #CMD .section__kv .form__button::before {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    border-radius: 34px;
    transition: opacity 1s ease-out;
    content: '';
    background-image: linear-gradient(to right, #1b29b5, #2764de); }
  html #CMD .section__kv .form__button:hover::before {
    opacity: 1; }

html #CMD .section__2 {
  color: #181818; }
  html #CMD .section__2 .wdtab .wdtab__nav::before {
    background-color: #ccc; }
  html #CMD .section__2 .wdtab .wdtab__nav {
    margin: 0 auto; }
    html #CMD .section__2 .wdtab .wdtab__nav-btn {
      cursor: pointer;
      margin: 0;
      color: #666;
      transition: transform 0.5s; }
      html #CMD .section__2 .wdtab .wdtab__nav-btn.active, html #CMD .section__2 .wdtab .wdtab__nav-btn:focus {
        color: #1b29b5; }
        html #CMD .section__2 .wdtab .wdtab__nav-btn.active::before, html #CMD .section__2 .wdtab .wdtab__nav-btn:focus::before {
          background-color: #1b29b5; }
  html #CMD .section__2 .wdtab .wdtab__panel {
    position: relative; }
  html #CMD .section__2 .wdtab__nav.isSticky {
    position: relative;
    z-index: 19;
    top: 0;
    padding-top: 1px; }
    html #CMD .section__2 .wdtab__nav.isSticky .wdtab__nav-scrollouter {
      position: fixed;
      top: 0 !important;
      background-color: unset; }
      html #CMD .section__2 .wdtab__nav.isSticky .wdtab__nav-scrollouter::before {
        display: block;
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 100vw;
        height: 100%;
        transform: translateX(-50%);
        content: ''; }
  html #CMD .section__2 .wdtab__nav.isSticky::before {
    display: none;
    width: 100vw !important; }
  html #CMD .section__2 .wdtab__nav.isSticky .wdtab__nav-scrollouter::before {
    background-color: rgba(255, 255, 255, 0.8);
    transition: background-color 0.5s, backdrop-filter 0.3s;
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    border-bottom: 1px solid #ccc; }
  html #CMD .section__2 .wdtab__nav.isSticky .wdtab__nav-scrollouter .wdtab__nav-btn {
    transform: scale(0.85);
    transform-origin: bottom center; }
  @media all and (min-width: 0) and (max-width: 1279.5px) {
    html #CMD .section__2 .wdtab__nav.isSticky .wdtab__nav-scrollouter .wdtab__nav-container::before {
      display: block;
      position: absolute;
      bottom: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(255, 255, 255, 0.7);
      transition: background-color 0.5s, backdrop-filter 0.3s;
      content: '';
      -webkit-backdrop-filter: blur(5px);
      backdrop-filter: blur(5px);
      border-bottom: 1px solid #ccc; } }
  html #CMD .section__2 .wdtab__panel__item {
    min-height: 100vh; }

html #CMD .section__2 .block1 .icon__list .list__item {
  position: relative; }
  html #CMD .section__2 .block1 .icon__list .list__item::before {
    position: absolute;
    top: 0;
    left: calc(50% - 65px);
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background-color: #f8f8f8;
    content: ''; }

.image-webp #CMD .section__2 .icon__list .icon__1 {
  background-image: url("../images/large/1x/icon1.png"); }

@media only screen and (minpixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp #CMD .section__2 .icon__list .icon__1 {
    background-image: url("../images/large/2x/icon1.webp"); } }

.image-old #CMD .section__2 .icon__list .icon__1 {
  background-image: url("../images/large/1x/icon1.png"); }

@media only screen and (minpixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old #CMD .section__2 .icon__list .icon__1 {
    background-image: url("../images/large/2x/icon1.png"); } }

.image-webp #CMD .section__2 .icon__list .icon__2 {
  background-image: url("../images/large/1x/icon2.png"); }

@media only screen and (minpixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp #CMD .section__2 .icon__list .icon__2 {
    background-image: url("../images/large/2x/icon2.webp"); } }

.image-old #CMD .section__2 .icon__list .icon__2 {
  background-image: url("../images/large/1x/icon2.png"); }

@media only screen and (minpixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old #CMD .section__2 .icon__list .icon__2 {
    background-image: url("../images/large/2x/icon2.png"); } }

.image-webp #CMD .section__2 .icon__list .icon__3 {
  background-image: url("../images/large/1x/icon3.png"); }

@media only screen and (minpixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp #CMD .section__2 .icon__list .icon__3 {
    background-image: url("../images/large/2x/icon3.webp"); } }

.image-old #CMD .section__2 .icon__list .icon__3 {
  background-image: url("../images/large/1x/icon3.png"); }

@media only screen and (minpixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old #CMD .section__2 .icon__list .icon__3 {
    background-image: url("../images/large/2x/icon3.png"); } }

html #CMD .section__2 .pd__box .block1__text {
  line-height: 1.5; }

.image-webp #CMD .section__2 .pd__list .icon__1 {
  background-image: url("../images/large/1x/icon4.png"); }

@media only screen and (minpixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp #CMD .section__2 .pd__list .icon__1 {
    background-image: url("../images/large/2x/icon4.webp"); } }

.image-old #CMD .section__2 .pd__list .icon__1 {
  background-image: url("../images/large/1x/icon4.png"); }

@media only screen and (minpixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old #CMD .section__2 .pd__list .icon__1 {
    background-image: url("../images/large/2x/icon4.png"); } }

.image-webp #CMD .section__2 .pd__list .icon__2 {
  background-image: url("../images/large/1x/icon5.png"); }

@media only screen and (minpixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp #CMD .section__2 .pd__list .icon__2 {
    background-image: url("../images/large/2x/icon5.webp"); } }

.image-old #CMD .section__2 .pd__list .icon__2 {
  background-image: url("../images/large/1x/icon5.png"); }

@media only screen and (minpixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old #CMD .section__2 .pd__list .icon__2 {
    background-image: url("../images/large/2x/icon5.png"); } }

.image-webp #CMD .section__2 .pd__list .icon__3 {
  background-image: url("../images/large/1x/icon6.png"); }

@media only screen and (minpixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp #CMD .section__2 .pd__list .icon__3 {
    background-image: url("../images/large/2x/icon6.webp"); } }

.image-old #CMD .section__2 .pd__list .icon__3 {
  background-image: url("../images/large/1x/icon6.png"); }

@media only screen and (minpixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old #CMD .section__2 .pd__list .icon__3 {
    background-image: url("../images/large/2x/icon6.png"); } }

html #CMD .section__2 .steps .step_list__item .img {
  width: 90px;
  height: 98px; }
  .image-webp #CMD .section__2 .steps .icon__1 {
    background-image: url("../images/large/1x/step1.png"); }
  @media only screen and (minpixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .image-webp #CMD .section__2 .steps .icon__1 {
      background-image: url("../images/large/2x/step1.webp"); } }
  .image-old #CMD .section__2 .steps .icon__1 {
    background-image: url("../images/large/1x/step1.png"); }
  @media only screen and (minpixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .image-old #CMD .section__2 .steps .icon__1 {
      background-image: url("../images/large/2x/step1.png"); } }
  .image-webp #CMD .section__2 .steps .icon__2 {
    background-image: url("../images/large/1x/step2.png"); }
  @media only screen and (minpixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .image-webp #CMD .section__2 .steps .icon__2 {
      background-image: url("../images/large/2x/step2.webp"); } }
  .image-old #CMD .section__2 .steps .icon__2 {
    background-image: url("../images/large/1x/step2.png"); }
  @media only screen and (minpixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .image-old #CMD .section__2 .steps .icon__2 {
      background-image: url("../images/large/2x/step2.png"); } }
  .image-webp #CMD .section__2 .steps .icon__3 {
    background-image: url("../images/large/1x/step3.png"); }
  @media only screen and (minpixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .image-webp #CMD .section__2 .steps .icon__3 {
      background-image: url("../images/large/2x/step3.webp"); } }
  .image-old #CMD .section__2 .steps .icon__3 {
    background-image: url("../images/large/1x/step3.png"); }
  @media only screen and (minpixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .image-old #CMD .section__2 .steps .icon__3 {
      background-image: url("../images/large/2x/step3.png"); } }

html #CMD .section__2 .apw {
  position: relative;
  text-align: right; }
  html #CMD .section__2 .apw .apw__item {
    margin: 0 5px;
    border-radius: 20px;
    background-color: #f8f8f8; }
    html #CMD .section__2 .apw .apw__item .title {
      color: #005aa8; }
    html #CMD .section__2 .apw .apw__item .info {
      line-height: 1.5; }
    html #CMD .section__2 .apw .apw__item .list {
      line-height: 1.5; }
    html #CMD .section__2 .apw .apw__item__0 .icon__apw {
      position: absolute;
      background-size: contain; }
      .image-webp #CMD .section__2 .icon__apw {
        background-image: url("../images/large/1x/apw.png"); }
      @media only screen and (minpixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .image-webp #CMD .section__2 .icon__apw {
          background-image: url("../images/large/2x/apw.webp"); } }
      .image-old #CMD .section__2 .icon__apw {
        background-image: url("../images/large/1x/apw.png"); }
      @media only screen and (minpixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .image-old #CMD .section__2 .icon__apw {
          background-image: url("../images/large/2x/apw.png"); } }
    html #CMD .section__2 .apw .apw__item__1 .title {
      color: #181818; }

html #CMD .section__2 .disclaimer {
  margin: 0 auto;
  margin-top: 50px;
  padding-left: 20px;
  width: 90%;
  max-width: 900px;
  color: #757575;
  list-style: none;
  line-height: 1.5; }
  html #CMD .section__2 .disclaimer li {
    position: relative;
    list-style-type: none;
    font-size: 0.8125rem;
    text-align: left; }
    html #CMD .section__2 .disclaimer li::before {
      display: block;
      position: absolute;
      top: 9px;
      left: -14px;
      content: '*';
      line-height: 0; }

html #CMD .section__2 .notice__title {
  color: #005aa8; }

html #CMD .section__2 .notice__list {
  color: #181818;
  line-height: 1.5; }
  html #CMD .section__2 .notice__list a {
    color: #006ce1;
    border-bottom: 1px solid transparent; }
    html #CMD .section__2 .notice__list a:hover {
      border-bottom-color: #006ce1; }

html #CMD .section__2 .accordion {
  margin: 0 auto; }
  html #CMD .section__2 .accordion__item {
    position: relative;
    text-align: left;
    border-radius: 20px;
    background-color: #f8f8f8; }
    html #CMD .section__2 .accordion__item::before {
      position: absolute;
      background-size: contain;
      content: ''; }
      .image-webp #CMD .section__2 .accordion__item::before {
        background-image: url("../images/large/1x/open.png"); }
      @media only screen and (minpixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .image-webp #CMD .section__2 .accordion__item::before {
          background-image: url("../images/large/2x/open.webp"); } }
      .image-old #CMD .section__2 .accordion__item::before {
        background-image: url("../images/large/1x/open.png"); }
      @media only screen and (minpixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .image-old #CMD .section__2 .accordion__item::before {
          background-image: url("../images/large/2x/open.png"); } }
    .image-webp #CMD .section__2 .accordion__item.is-expanded::before {
      background-image: url("../images/large/1x/close.png"); }
    @media only screen and (minpixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      .image-webp #CMD .section__2 .accordion__item.is-expanded::before {
        background-image: url("../images/large/2x/close.webp"); } }
    .image-old #CMD .section__2 .accordion__item.is-expanded::before {
      background-image: url("../images/large/1x/close.png"); }
    @media only screen and (minpixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      .image-old #CMD .section__2 .accordion__item.is-expanded::before {
        background-image: url("../images/large/2x/close.png"); } }
  html #CMD .section__2 .accordion__title {
    display: block;
    line-height: 1.5;
    position: relative;
    z-index: 2; }
    html #CMD .section__2 .accordion__title p {
      margin: 0; }
    html #CMD .section__2 .accordion__title:hover, html #CMD .section__2 .accordion__title:focus {
      cursor: pointer; }
  html #CMD .section__2 .accordion__content-inner p {
    margin: 0;
    line-height: 1.5; }
  html #CMD .section__2 .accordion__content {
    overflow: hidden;
    visibility: hidden;
    height: 0;
    transition: visibility 0s, height 0.2s ease-out; }
    html #CMD .section__2 .accordion__content a {
      color: #006ce1;
      border-bottom: 1px solid transparent; }
      html #CMD .section__2 .accordion__content a:hover {
        border-bottom-color: #006ce1; }

html #CMD .section__2 .users_case__list {
  margin: 0 auto; }
  html #CMD .section__2 .users_case__list .users_case .bg_containter {
    position: relative;
    padding: 10px 10px 70px;
    width: 145px;
    min-height: 100px;
    background-image: linear-gradient(to bottom, #005bac 0%, #009de7 100%); }
    html #CMD .section__2 .users_case__list .users_case .bg_containter::before {
      position: absolute;
      z-index: 2;
      bottom: -1px;
      left: -1px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 60px 0 0 80px;
      border-color: transparent transparent transparent #fff;
      content: ''; }
    html #CMD .section__2 .users_case__list .users_case .bg_containter::after {
      position: absolute;
      right: -1px;
      bottom: -1px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 0 60px 80px;
      border-color: transparent transparent #fff;
      content: ''; }
    html #CMD .section__2 .users_case__list .users_case .bg_containter .img {
      position: relative;
      margin: 0 auto;
      margin-top: 20px;
      width: 91px;
      height: 71px;
      background-size: contain; }
      .image-webp #CMD .section__2 .icon__1 {
        background-image: url("../images/large/1x/usersCase_icon1.png"); }
      @media only screen and (minpixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .image-webp #CMD .section__2 .icon__1 {
          background-image: url("../images/large/2x/usersCase_icon1.webp"); } }
      .image-old #CMD .section__2 .icon__1 {
        background-image: url("../images/large/1x/usersCase_icon1.png"); }
      @media only screen and (minpixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .image-old #CMD .section__2 .icon__1 {
          background-image: url("../images/large/2x/usersCase_icon1.png"); } }
      .image-webp #CMD .section__2 .icon__2 {
        background-image: url("../images/large/1x/usersCase_icon2.png"); }
      @media only screen and (minpixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .image-webp #CMD .section__2 .icon__2 {
          background-image: url("../images/large/2x/usersCase_icon2.webp"); } }
      .image-old #CMD .section__2 .icon__2 {
        background-image: url("../images/large/1x/usersCase_icon2.png"); }
      @media only screen and (minpixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .image-old #CMD .section__2 .icon__2 {
          background-image: url("../images/large/2x/usersCase_icon2.png"); } }
      html #CMD .section__2 .users_case__list .users_case .bg_containter .img.icon__1 {
        left: 6px; }
      html #CMD .section__2 .users_case__list .users_case .bg_containter .img.icon__2 {
        left: 3px; }
    html #CMD .section__2 .users_case__list .users_case .bg_containter .price {
      width: 100%;
      color: #fff;
      text-align: center; }
      html #CMD .section__2 .users_case__list .users_case .bg_containter .price span {
        text-decoration: line-through; }
  html #CMD .section__2 .users_case__list .users_case .text_box .title {
    margin: 0; }
    html #CMD .section__2 .users_case__list .users_case .text_box .title span {
      color: #737373; }
  html #CMD .section__2 .users_case__list .users_case .text_box .info {
    margin: 0;
    line-height: 1.5; }

html #CMD .inner-view {
  background: rgba(0, 0, 0, 0); }
  html #CMD .inner-view .inner-view-container {
    position: relative;
    margin-right: auto;
    margin-left: auto; }
    html #CMD .inner-view .inner-view-container .modal-button-container .modal-button {
      background-color: rgba(0, 0, 0, 0.5);
      color: white;
      border-color: white; }
      html #CMD .inner-view .inner-view-container .modal-button-container .modal-button:hover {
        background-color: rgba(0, 0, 0, 0.6);
        color: rgba(255, 255, 255, 0.8);
        border-color: rgba(255, 255, 255, 0.6); }
    html #CMD .inner-view .inner-view-container .inner-modal {
      padding-bottom: 0;
      background-color: #000; }
      html #CMD .inner-view .inner-view-container .inner-modal.modal-s17inner {
        background-color: #000; }
    html #CMD .inner-view .inner-view-container .wd__section .wd__content {
      padding-left: 0; }
      html #CMD .inner-view .inner-view-container .wd__section .wd__content .content__slogan {
        color: #fff;
        position: relative;
        top: 12px;
        left: 0; }
      html #CMD .inner-view .inner-view-container .wd__section .wd__content .content__title {
        color: #fff;
        font-size: 34px; }
      html #CMD .inner-view .inner-view-container .wd__section .wd__content .content__info {
        color: #fff;
        margin-top: 16px; }
      html #CMD .inner-view .inner-view-container .wd__section .wd__content .content__link {
        linkColor: #25aae5; }
      html #CMD .inner-view .inner-view-container .wd__section .wd__content .content__link {
        color: #25aae5; }
        html #CMD .inner-view .inner-view-container .wd__section .wd__content .content__link *,
        html #CMD .inner-view .inner-view-container .wd__section .wd__content .content__link span {
          color: #25aae5; }
        html #CMD .inner-view .inner-view-container .wd__section .wd__content .content__link::after {
          color: #25aae5; }
        html #CMD .inner-view .inner-view-container .wd__section .wd__content .content__link:link {
          color: #25aae5; }
        html #CMD .inner-view .inner-view-container .wd__section .wd__content .content__link:hover span {
          border-bottom: 1px solid #25aae5; }
      html #CMD .inner-view .inner-view-container .wd__section .wd__content .content__slogan::before, html #CMD .inner-view .inner-view-container .wd__section .wd__content .content__slogan::after,
      html #CMD .inner-view .inner-view-container .wd__section .wd__content .content__title::before,
      html #CMD .inner-view .inner-view-container .wd__section .wd__content .content__title::after {
        display: none; }
  html #CMD .inner-view .inner-view-container .footnote-num {
    pointer-events: none !important; }
  html #CMD .inner-view .section__btn__home::before {
    background: none; }
  html #CMD .inner-view .icon {
    background-image: url("../images/large/1x/inner/icon_def.png") ;
    margin-top: -10px;
    margin-bottom: 10px;
    width: 62px;
    height: 62px;
    background-size: contain; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      html #CMD .inner-view .icon {
        background-image: url("../images/large/2x/inner/icon_def.png"); } }

html #CMD .inner-view #active__modal-modalSectionNoise,
html #CMD .inner-view #active__modal-modalSectionNoise .inner-modal,
html #CMD .inner-view #active__modal-modalSectionNoise section {
  background: #2a2a2a; }

html #CMD .inner-view #active__modal-templatekeyboard,
html #CMD .inner-view #active__modal-templatekeyboard .inner-modal,
html #CMD .inner-view #active__modal-templatekeyboard section {
  background: #000; }

html #CMD .inner-view .modal-button-container .modal-button {
  border-width: 2px; }
  html #CMD .inner-view .modal-button-container .modal-button .modal-inner-text {
    letter-spacing: 0.02em; }

@media all and (min-width: 1280px) {
  html #CMD .section__kv .kv_text__top {
    position: absolute;
    top: 235px;
    left: -50px;
    width: 600px; }
    html #CMD .section__kv .kv_text__top .wd__content {
      z-index: 3; }
      html #CMD .section__kv .kv_text__top .wd__content .content__slogan {
        font-size: 3.125rem; }
      html #CMD .section__kv .kv_text__top .wd__content .content__info {
        font-size: 1.25rem;
        margin-top: 0;
        line-height: 1.5; }
    html #CMD .section__kv .kv_text__top .shadow {
      position: absolute;
      top: 35px;
      left: 0;
      color: #fff;
      font-size: 3.125rem;
      text-shadow: 0 0 10px #fff; }
    html #CMD .section__kv .kv_text__top .icon__list {
      display: grid;
      margin-top: -3px;
      margin-left: -38px;
      width: 490px;
      grid-template-columns: repeat(3, 1fr); }
      html #CMD .section__kv .kv_text__top .icon__list .img {
        margin: 0 auto;
        width: 130px;
        height: 130px; }
      html #CMD .section__kv .kv_text__top .icon__list .text {
        margin: 0;
        margin-top: -34px;
        font-size: 1rem; }
  html #CMD .section__kv .kv_text__bottom {
    margin: -237px auto 0;
    width: 1010px; }
    html #CMD .section__kv .kv_text__bottom .wd__content .content__slogan {
      font-size: 2.25rem; }
    html #CMD .section__kv .kv_text__bottom .wd__content .content__info {
      font-size: 1.25rem;
      margin-top: 23px;
      width: 90%;
      line-height: 1.5; }
    html #CMD .section__kv .kv_text__bottom .steps {
      margin: 64px auto 0;
      padding-top: 30px;
      padding-bottom: 30px;
      width: 694px;
      font-size: 1.25rem;
      text-align: center;
      border-radius: 20px; }
      html #CMD .section__kv .kv_text__bottom .steps .step_list {
        display: grid;
        margin: 0 auto;
        margin-top: 38px;
        width: 90%;
        grid-template-columns: repeat(3, 1fr);
        list-style: none; }
        html #CMD .section__kv .kv_text__bottom .steps .step_list__item {
          padding: 0 10px; }
          html #CMD .section__kv .kv_text__bottom .steps .step_list__item img {
            margin: 0 auto; }
          html #CMD .section__kv .kv_text__bottom .steps .step_list__item .text {
            margin-top: 4px; }
      html #CMD .section__kv .kv_text__bottom .steps .info {
        margin-top: 12px; }
  html #CMD .section__kv .form__button {
    margin: 72px auto 0;
    padding: 18px 36px;
    font-size: 1.5rem; }
  html #CMD .section__kv .img__main {
    left: 50%;
    margin-left: -1280px;
    width: 2560px;
    height: 1000px;
    margin-top: -170px; } }

@media all and (min-width: 731px) and (max-width: 1279.5px) {
  html #CMD .section__kv .kv_text__top {
    margin: 0 auto;
    width: 90%;
    max-width: 900px; }
    html #CMD .section__kv .kv_text__top .wd__content .content__slogan {
      font-size: 2.5625rem; }
    html #CMD .section__kv .kv_text__top .wd__content .content__info {
      font-size: 1.25rem;
      margin-top: 6px;
      width: 100%; }
    html #CMD .section__kv .kv_text__top .icon__list {
      display: grid;
      margin: 0 auto;
      width: 510px;
      grid-template-columns: repeat(3, 1fr); }
      html #CMD .section__kv .kv_text__top .icon__list .img {
        margin: 0 auto;
        width: 130px;
        height: 130px; }
      html #CMD .section__kv .kv_text__top .icon__list .text {
        margin: 0;
        margin-top: -33px;
        font-size: 1rem; }
  html #CMD .section__kv .kv_text__bottom {
    margin: 0 auto;
    margin-top: -473px;
    width: 90%;
    max-width: 900px; }
    html #CMD .section__kv .kv_text__bottom .wd__content {
      width: 90%;
      max-width: 700px;
      margin: 0 auto; }
      html #CMD .section__kv .kv_text__bottom .wd__content .content__slogan {
        font-size: 2.25rem; }
      html #CMD .section__kv .kv_text__bottom .wd__content .content__info {
        font-size: 1.25rem;
        margin-top: 23px;
        width: 100%; }
    html #CMD .section__kv .kv_text__bottom .steps {
      margin: 56px auto 0;
      padding-top: 34px;
      padding-bottom: 30px;
      width: 100%;
      font-size: 1.25rem;
      text-align: center;
      border-radius: 20px; }
      html #CMD .section__kv .kv_text__bottom .steps .step_list {
        display: grid;
        margin: 0 auto;
        margin-top: 38px;
        width: 90%;
        grid-template-columns: repeat(3, 1fr);
        list-style: none; }
        html #CMD .section__kv .kv_text__bottom .steps .step_list__item {
          padding: 0 10px; }
          html #CMD .section__kv .kv_text__bottom .steps .step_list__item img {
            margin: 0 auto; }
          html #CMD .section__kv .kv_text__bottom .steps .step_list__item .text {
            margin-top: 4px; }
      html #CMD .section__kv .kv_text__bottom .steps .info {
        margin-top: 5px; }
  html #CMD .section__kv .form__button {
    margin: 64px auto 0;
    padding: 18px 36px;
    font-size: 1.5rem; }
  html #CMD .section__kv .img__main {
    left: 50%;
    margin-left: -682.5px;
    width: 1365px;
    height: 762px;
    margin-top: 5px; }
  html #CMD .section__kv .kv__img .wrapper {
    margin-top: -340px;
    width: 730px;
    height: 762px; }
    html #CMD .section__kv .kv__img .wrapper .icon__apw {
      top: -230px;
      right: 66px;
      width: 220px;
      height: 240px;
      background-size: contain; } }

@media all and (max-width: 730.5px) {
  html #CMD .section__kv .kv_text__top {
    margin: 0 auto;
    margin-top: -175px;
    width: 100%;
    max-width: 600px; }
    html #CMD .section__kv .kv_text__top .wd__content .content__slogan {
      width: 100%;
      font-size: 1.6875rem; }
    html #CMD .section__kv .kv_text__top .wd__content .content__info {
      font-size: 1.125rem;
      margin-top: 6px;
      width: 100%; }
    html #CMD .section__kv .kv_text__top .icon__list {
      margin-top: 15px; }
      html #CMD .section__kv .kv_text__top .icon__list .img {
        margin: 0 auto;
        width: 170px;
        height: 130px; }
      html #CMD .section__kv .kv_text__top .icon__list .text {
        margin-top: -15px;
        margin-bottom: 17px;
        font-size: 1.125rem; }
  html #CMD .section__kv .kv_text__bottom {
    margin: 0 auto;
    margin-top: -60px;
    width: calc(100% - 40px);
    max-width: 600px; }
    html #CMD .section__kv .kv_text__bottom .wd__content {
      width: 100%;
      max-width: 600px;
      margin: 0 auto; }
      html #CMD .section__kv .kv_text__bottom .wd__content .content__slogan {
        font-size: 2rem;
        width: 100%; }
      html #CMD .section__kv .kv_text__bottom .wd__content .content__info {
        font-size: 1.125rem;
        margin-top: 13px;
        width: 100%; }
    html #CMD .section__kv .kv_text__bottom .steps {
      margin: 40px auto 0;
      padding: 27px 30px 30px;
      width: 100%;
      max-width: 600px;
      font-size: 1.125rem;
      text-align: center;
      border-radius: 20px; }
      html #CMD .section__kv .kv_text__bottom .steps .title {
        font-size: 1.125rem;
        line-height: 1.5; }
      html #CMD .section__kv .kv_text__bottom .steps .step_list {
        margin-top: 30px;
        list-style: none; }
        html #CMD .section__kv .kv_text__bottom .steps .step_list__item {
          margin-bottom: 24px; }
          html #CMD .section__kv .kv_text__bottom .steps .step_list__item img {
            margin: 0 auto;
            width: 88px !important;
            height: 88px !important;
            background-size: contain; }
          html #CMD .section__kv .kv_text__bottom .steps .step_list__item .text {
            margin-top: 4px; }
      html #CMD .section__kv .kv_text__bottom .steps .info {
        margin-top: 0;
        line-height: 1.5; }
  html #CMD .section__kv .form__button {
    margin: 46px auto 0;
    padding: 13px 26px;
    font-size: 1.125rem; }
  html #CMD .section__kv .img__main {
    left: 50%;
    margin-left: -392px;
    width: 784px;
    height: 500px;
    margin-top: 48px;
    margin-left: -407px; }
  html #CMD .section__kv .kv__img .wrapper {
    margin: 0 auto;
    margin-top: -210px;
    width: 90%;
    max-width: 700px;
    height: 762px; }
    html #CMD .section__kv .kv__img .wrapper .icon__apw {
      position: relative;
      top: -290px;
      right: unset;
      margin: 0 auto;
      width: 163px;
      height: 173px;
      background-size: contain; } }
