@charset "UTF-8";
@-webkit-keyframes shine {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@keyframes shine {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes AniFloat {
  0% {
    -webkit-transform: translateY(3%);
            transform: translateY(3%);
  }
  50% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(3%);
            transform: translateY(3%);
  }
}
@keyframes AniFloat {
  0% {
    -webkit-transform: translateY(3%);
            transform: translateY(3%);
  }
  50% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(3%);
            transform: translateY(3%);
  }
}
:root {
  --font: -apple-system, BlinkMacSystemFont, "Segoe UI","Microsoft JhengHei","Noto Sans TC", "微軟正黑體", "Meiryo UI", Roboto, Helvetica, Arial, sans-serif;
  --mainTitle: 22px;
  --mainTxt: 18px;
  --mainPrice: 20px;
  --mainNote: 15px;
  --font-color-dark: #fff;
  --font-color-light: #111;
}
@media (min-width: 768px) {
  :root {
    --mainTitle: 32px;
    --mainTxt: 20px;
    --mainPrice: 20px;
    --mainNote: 15px;
  }
}
:root html:lang(ja-JP) *:not(.material-icons):not(.fa):not(.buttonicons) {
  --font: -apple-system, BlinkMacSystemFont,"Meiryo UI", Arial, sans-serif;
}

img {
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.hideStyle {
  display: none !important;
}

.video {
  margin-top: 20px;
}
.video-wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 900px;
}
.video-wrapper__box {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.video-wrapper__box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.languageChange {
  position: fixed;
  bottom: 8%;
  right: 1%;
  z-index: 102;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  display: none;
}
.languageChange a:nth-of-type(1) img {
  max-width: 120px;
  margin-bottom: 15%;
}
@media (min-width: 996px) {
  .languageChange {
    display: block;
  }
}

.common__wrapper {
  padding: 0px 0 30px;
}
.common__textBox {
  margin: 50px 0;
  padding: 0 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.common__textBox-deco {
  width: 150px;
  margin: 0 15px 8px;
}
.common__textBox-deco img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.common__textBox-deco--last {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
.common__title {
  color: #fff;
  text-align: center;
  font-size: 20px;
}
.common__subtitle {
  color: #fff;
  text-align: center;
  font-size: 20px;
  width: 100%;
  margin-top: 10px;
}
.common__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.common__flex--Jstart {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.common__flex--Jend {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.common__flex--Jbetween {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.common__flex--astart {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.common__flex--aend {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.common__flex--aunset {
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
}
.common__flex--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.common__item {
  width: 100%;
}
.common__btn {
  text-align: center;
  margin: 10px;
  width: auto;
  cursor: pointer;
}
.common__btn a {
  cursor: pointer;
  display: inline-block;
  background: url(https://storage-asset.msi.com/event/2025/CND/faster-than-your-reflexes/images/btn-bg.png) no-repeat center center;
  background-size: 100% 100%;
  min-width: 250px;
  padding: 10px 40px;
  border-radius: 50px;
  color: #ffffff;
  font-size: 20px;
  font-weight: bolder;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.common__btn a:hover {
  -webkit-filter: drop-shadow(0 0 10px #ffc0f2);
          filter: drop-shadow(0 0 10px #ffc0f2);
}
.common__slider-item {
  position: relative;
  cursor: pointer;
  text-align: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  padding: 0 15px;
}
.common__slider-item:hover {
  -webkit-filter: drop-shadow(0 0 10px #ffffff);
          filter: drop-shadow(0 0 10px #ffffff);
}
.common__slider-item:hover .plus-icon {
  background: #fff;
  color: #000;
}
.common__slider-item .mask {
  cursor: pointer;
  -webkit-mask-image: url(https://storage-asset.msi.com/event/2025/CND/faster-than-your-reflexes/images/mask.png);
          mask-image: url(https://storage-asset.msi.com/event/2025/CND/faster-than-your-reflexes/images/mask.png);
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  width: 90.5%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.common__slider-item .slider__title {
  position: absolute;
  top: 2.5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 25;
  width: 100%;
  max-width: 289px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.common__slider-item .plus-icon {
  position: absolute;
  top: 13%;
  left: 15%;
  z-index: 20;
  width: 24.5px;
  height: 25px;
  border: 1px solid #fff;
  border-radius: 50%;
  font-size: 25px;
  line-height: 16.98px;
  cursor: pointer;
}
@media (min-width: 996px) {
  .common__wrapper {
    padding: 50px 0;
  }
  .common__textBox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .common__textBox-deco {
    margin-bottom: 0;
    width: 200px;
  }
  .common__textBox-deco--last {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
  }
  .common__title {
    font-size: 35px;
  }
  .common__item {
    width: 50%;
  }
  .common__item-border {
    background: url(https://storage-asset.msi.com/event/2025/CND/faster-than-your-reflexes/images/border.png) no-repeat center center;
    background-size: 100% 100%;
    padding: 8% 2% 5% 2%;
  }
  .common__item-borderfull {
    background: url(../images/border-full.png) no-repeat center center;
    background-size: 100% 100%;
    padding: 8% 6% 5% 1%;
  }
  .common__btn {
    margin: 30px 10px;
  }
}

.main {
  background: #000;
  background: url(https://storage-asset.msi.com/event/2025/CND/faster-than-your-reflexes/images/bg.jpg) center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
  overflow-x: hidden;
}
.main .kv picture {
  display: grid;
}
.main .nav {
  position: fixed;
  text-align: right;
  right: 2%;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  z-index: 60;
}
.main .nav__hamburger {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  cursor: pointer;
  padding: 10px;
}
.main .nav__hamburger span {
  width: 25px;
  height: 3px;
  background: #fff;
  margin: 3px 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 2px;
}
.main .nav__hamburger.active span:nth-child(1) {
  -webkit-transform: rotate(-45deg) translate(-5px, 6px);
          transform: rotate(-45deg) translate(-5px, 6px);
}
.main .nav__hamburger.active span:nth-child(2) {
  opacity: 0;
}
.main .nav__hamburger.active span:nth-child(3) {
  -webkit-transform: rotate(45deg) translate(-5px, -6px);
          transform: rotate(45deg) translate(-5px, -6px);
}
.main .nav__menu {
  display: block;
}
.main .nav__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: rgba(255, 255, 255, 0.3803921569);
  margin: 10px auto;
}
.main .nav__item.active {
  color: #fff;
}
.main .nav__item p {
  display: block;
  text-align: right;
  width: 90%;
}
.main .nav__light {
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  border-radius: 50%;
  margin-left: 15px;
}
.main .nav__light.active {
  background: #b2f2ff;
}
@media (max-width: 995px) {
  .main .nav {
    position: fixed;
    top: 20px;
    right: 20px;
    -webkit-transform: none;
            transform: none;
  }
  .main .nav__hamburger {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 150;
  }
  .main .nav__menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 280px;
    height: 100vh;
    background: rgba(0, 0, 0, 0.95);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: right 0.3s ease;
    transition: right 0.3s ease;
    padding: 20px;
  }
  .main .nav__menu.active {
    right: 0;
  }
  .main .nav__item {
    margin: 15px 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .main .nav__item p {
    text-align: center;
    width: 100%;
    font-size: 16px;
  }
  .main .nav__item.active {
    color: #b2f2ff;
  }
  .main .nav__light {
    margin-left: 10px;
  }
  .main .nav__light.active {
    background: #b2f2ff;
    -webkit-box-shadow: 0 0 10px #b2f2ff;
            box-shadow: 0 0 10px #b2f2ff;
  }
}
.main .anchor {
  background: -webkit-gradient(linear, left top, right top, from(#1f475e), to(#0e032b));
  background: linear-gradient(to right, #1f475e, #0e032b);
  padding: 10px 0;
  border-top: 1px solid #8dbbc4;
  border-bottom: 1px solid #8dbbc4;
  display: none;
}
.main .anchor a {
  color: #ffffff;
  display: inline-block;
  margin: 0 10px;
  font-weight: 900;
  width: calc(20% - 20px);
  text-align: center;
}
.main .anchor a:hover {
  text-shadow: 0 0 10px #ffffff;
}
@media (min-width: 996px) {
  .main .anchor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.main .buynow .item {
  display: block;
  width: calc(30% - 20px);
  margin: 10px;
}
.main .buynow .item .learnBtn, .main .buynow .item .buyNowBtn {
  text-align: center;
  position: relative;
  display: block;
  text-align: center;
  outline: none;
  background-size: 100%;
  font-family: var(--fontB);
  color: #ffffff;
  font-weight: bold;
  font-size: 15px;
  width: 100%;
  max-width: 150px;
  padding: 5px 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  margin: 0 auto 20px;
  opacity: 0.9;
  background: rgba(153, 121, 222, 0.631372549);
  -webkit-filter: drop-shadow(0px 2px 4px #000);
          filter: drop-shadow(0px 2px 4px #000);
}
.main .buynow .item .learnBtn:hover, .main .buynow .item .buyNowBtn:hover {
  background: rgba(153, 121, 222, 0.631372549);
  -webkit-filter: drop-shadow(0px 2px 4px #ffffff);
          filter: drop-shadow(0px 2px 4px #ffffff);
}
@media (min-width: 996px) {
  .main .buynow .item .learnBtn, .main .buynow .item .buyNowBtn {
    width: 100;
    max-width: 300px;
  }
}
.main .lod__text {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 50px;
}
.main .lod .yt__video-container {
  text-align: center;
}
.main .lod .video {
  margin-top: 30px;
}
.main .lod .video iframe {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 33%;
}
.main .ugc1__text h3 {
  color: #e4baff;
  margin-bottom: 10px;
  margin-left: -10px;
}
.main .ugc1__text p {
  margin-bottom: 20px;
  line-height: 1.5;
}
.main .ugc1__text p span {
  font-size: 1.4em;
  font-weight: bold;
}
.main .ugc1__text p .ugc1__hashtag {
  color: #c4faff;
  font-size: 1em;
}
.main .ugc1__btn {
  text-align: center;
  margin: 30px auto;
  width: 100%;
}
.main .ugc1__btn a {
  display: inline-block;
  background-color: #000;
  border: 1px solid #b3f9ff;
  min-width: 250px;
  padding: 15px 40px;
  border-radius: 10px;
  color: #b3f9ff;
  font-size: 20px;
  font-weight: bolder;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.main .ugc1__btn a:hover {
  background-color: #d4fbff;
  color: #000;
  -webkit-filter: drop-shadow(0 0 5px #ffffff);
          filter: drop-shadow(0 0 5px #ffffff);
}
.main .ugc1__giveaway {
  position: relative;
  overflow: hidden !important;
  height: 73vh;
  margin: 30px auto 0;
  z-index: 10;
}
.main .ugc1__giveaway--active {
  overflow: auto;
  height: auto;
}
.main .ugc1__extend {
  position: relative;
  display: block;
  cursor: pointer;
  z-index: 15;
}
.main .ugc1__extend--active {
  display: none;
}
.main .ugc1__collapse {
  cursor: pointer;
}
.main .ugc1__memeTitle {
  margin-top: 80px;
}
.main .ugc1__meme {
  margin-top: 50px;
}
.main .ugc1__meme-gallery {
  padding-bottom: 20px;
}
.main .ugc1__meme-galleryBorder {
  margin-top: 0px;
  border-left: 1px solid #af8aae;
  border-right: 1px solid #7d4dbd;
  padding: 1px 20px;
  max-height: 70vh;
  overflow: auto;
}
@media (min-width: 996px) {
  .main .ugc1__meme-galleryBorder {
    margin-top: -3.5px;
    border-left: 4px solid #af8aae;
    border-right: 4px solid #7d4dbd;
  }
}
.main .ugc2__text {
  margin-bottom: 40px;
}
.main .ugc2__item {
  padding: 0 20px;
}
.main .ugc2__item h3 {
  margin: 10px 0 5px;
}
.main .ugc2__item p span {
  margin-bottom: 10px;
  margin-left: -10px;
  font-size: 20px;
  color: #e4baff;
  font-weight: bold;
}
.main .ugc2 ol {
  padding-left: 19px;
}
.main .ugc2 ol li {
  list-style-type: decimal;
}
.main .ugc2__btnBox {
  margin-top: 30px;
}
.main .ugc2__leaderboard-note {
  text-align: center;
  font-size: 14px;
  color: #fff;
  margin-top: 50px;
}
.main .ugc2 .leaderboard {
  text-align: center;
}
.main .ugc2 .leaderboard .ugc1__meme-gallery > img {
  height: 69vh;
}

.sliderPopup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.95);
  z-index: 70;
  overflow-y: auto;
  display: none;
}
.sliderPopup.active {
  display: block;
}
.sliderPopup__wrapper {
  position: absolute;
  top: 0%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  width: 100%;
  height: 100%;
  z-index: 80;
}
.sliderPopup__close {
  position: absolute;
  top: -1%;
  left: 6%;
  z-index: 100;
  cursor: pointer;
}
.sliderPopup__close img {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 60%;
}
.sliderPopup__close:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.sliderPopup__block {
  position: absolute;
  top: 10%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  max-width: 1280px;
  width: 100%;
  z-index: 100;
}
.sliderPopup__content-text {
  width: 100%;
  max-width: 900px;
  margin: 0 auto 20px;
  text-align: center;
}
.sliderPopup__content h2 {
  text-align: center;
  margin-bottom: 5px;
  font-size: 20px;
}
.sliderPopup__content h3 {
  text-align: center;
}
.sliderPopup__content figure {
  max-width: 900px;
  margin: 0 auto;
}
.sliderPopup__content figure img {
  margin: 0 auto;
  width: 100%;
}
.sliderPopup__content-note {
  text-align: right;
  font-size: 14px;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 20px;
}
.sliderPopup__content-note a {
  color: #ffd8fe;
}
.sliderPopup__content-border {
  margin-top: 3.5px;
  border-left: 2px solid #af8aae;
  border-right: 2px solid #7d4dbd;
  padding: 1px 20px;
}
.sliderPopup__content .feature__item {
  margin: 10px 0;
  text-align: center;
  border: 1px solid #af8aae;
  border-radius: 10px;
  padding: 20px;
}
.sliderPopup__content .feature__item--50 {
  width: 100%;
}
.sliderPopup__content .feature__item--30 {
  width: 100%;
}
.sliderPopup__content .feature__item h3 {
  margin-bottom: 10px;
}
.sliderPopup__content .feature__item p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 10px;
}
.sliderPopup__content .feature__item video {
  width: 100%;
}
@media (min-width: 996px) {
  .sliderPopup__close {
    top: 0%;
  }
  .sliderPopup__close img {
    width: 27%;
  }
  .sliderPopup__content h2 {
    font-size: 25.5px;
  }
  .sliderPopup__content-border {
    margin-top: -3.5px;
  }
  .sliderPopup .feature__item {
    margin: 10px;
  }
  .sliderPopup .feature__item--50 {
    width: calc(50% - 20px);
  }
  .sliderPopup .feature__item--30 {
    width: calc(33.3333333333% - 20px);
  }
}

.contrast__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 900px;
  margin: 30px auto;
}
.contrast__icon figure {
  max-width: 150px;
  margin: 0 5px;
}
.contrast__icon-item {
  width: 50% !important;
}
@media (min-width: 996px) {
  .contrast__icon figure {
    max-width: 250px;
    margin: 0 20px;
  }
  .contrast__icon-item {
    width: 100%;
  }
}

.oledCare__item {
  width: 100%;
  margin: 10px 0;
}
.oledCare__item video {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 996px) {
  .oledCare__item {
    width: calc(33.3333333333% - 20px);
    margin: 0 10px;
  }
}
.oledCare__mode figure {
  width: 10%;
  margin: 0px 15px 0 0;
}
.oledCare__mode figure img {
  width: 70px;
}
.oledCare__mode-text {
  width: 80%;
  text-align: left;
  margin-top: 30px;
}
.oledCare__mode-text h3 {
  text-align: left;
  margin-bottom: 5px;
}
.oledCare__mode-text p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 10px;
}
@media (min-width: 996px) {
  .oledCare__mode figure {
    width: 20%;
    margin: 0 auto;
  }
}

.aivision__item {
  width: 100%;
}
.aivision__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.aivision .level {
  width: 32%;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background: #af8aae;
  border-radius: 5px;
  padding: 5px;
  margin-bottom: 5px;
}
.aivision .level:hover {
  background: #7d4dbd;
}
.aivision .level--active {
  background: #7d4dbd;
}
.aivision .levelpic__pic {
  display: none;
}
.aivision .levelpic__pic--active {
  display: block;
}
@media (min-width: 996px) {
  .aivision__item {
    width: 49%;
  }
}

.warranty {
  background: url(https://storage-asset.msi.com/global/picture/image/feature/monitor/MPG-491CQP-QD-OLED/warranty-bg.jpg) center no-repeat;
  background-size: cover;
  padding: 80px 0;
  margin: 0 auto;
}
.warranty__item {
  text-align: left;
  padding: 0 0px;
  margin-bottom: 20px;
}
.warranty__item-text {
  padding-left: 0px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  width: 100%;
}
.warranty__item-icon {
  width: auto;
  text-align: center;
}
.warranty__item h2 {
  text-align: left;
}
.warranty__item-img {
  position: relative;
  width: 40% !important;
}
.warranty__item .spark {
  position: absolute;
  right: 12%;
  top: 1%;
  width: 60%;
}
.warranty__item-link {
  margin-top: 30px;
}
.warranty__item-link a {
  display: inline-block;
  color: #fff;
  margin-top: 15px;
  padding: 10px 10px;
  background: #b068ab;
  border-radius: 5px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.warranty__item-link a:hover {
  background: #dc85d6;
  -webkit-filter: drop-shadow(0 0 1px #ffffff);
          filter: drop-shadow(0 0 1px #ffffff);
}
@media (min-width: 996px) {
  .warranty__item {
    padding: 0 40px;
    margin-bottom: 0px;
  }
  .warranty__item-text {
    padding-left: 40px;
    width: 50%;
  }
  .warranty__item-icon {
    text-align: left;
  }
  .warranty__item-img {
    width: 60% !important;
  }
  .warranty__item .spark {
    top: 4%;
    width: 30%;
  }
}

.ratio__btn-item {
  width: 32%;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background: #af8aae;
  border-radius: 5px;
  padding: 5px;
  margin: 0 5px 5px;
}
.ratio__btn-item:hover {
  background: #7d4dbd;
}
.ratio__btn-item--active {
  background: #7d4dbd;
}
.ratio__pic {
  position: relative;
  padding: 20px 0;
}
.ratio__pic .ratioPic {
  display: none;
}
.ratio__pic .ratioPic--active {
  display: block;
}
.ratio__pic-note {
  position: relative;
  font-size: 14px;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 20px;
  text-align: center;
}
.ratio__pic-note .nowrap {
  white-space: nowrap;
}
@media (min-width: 996px) {
  .ratio__pic {
    padding: 20px;
  }
  .ratio__pic-note {
    position: absolute;
    top: 68%;
    left: 56%;
    font-size: 14px;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 20px;
    max-width: 300px;
    text-align: left;
  }
}

.slick-dots {
  position: relative;
  margin-top: 0;
}
.slick-dots li {
  width: 40px;
}
.slick-dots li button:before {
  content: "";
  width: 40px;
  height: 5px;
  background-color: #f9b9ff;
}
.slick-prev, .slick-next {
  top: unset;
  bottom: -4%;
  z-index: 50;
}

.slick-next {
  right: 40%;
}

.slick-prev {
  left: 40%;
}

.slick-prev:before, .slick-next:before {
  color: #f6b9ff;
  opacity: 0.9;
  font-size: 30px;
}/*# sourceMappingURL=main.css.map */