/**
 * Swiper 4.5.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 13, 2019
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

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

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

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

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

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

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

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

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

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

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

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

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top; }

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

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

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

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff; }

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000; }

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

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000; }

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

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

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

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

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

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

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

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

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

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

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

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

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

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

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

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

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

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

.swiper-container-cube {
  overflow: visible; }

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

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

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

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

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

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

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

.swiper-container-flip {
  overflow: visible; }

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

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

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

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

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px; }

.cv {
  color: #05141f;
  background-color: #f6f2ed; }

.cv .l-wrap {
  padding: 0 30px; }

@media (min-width: 75em) {
  .cv .l-wrap {
    max-width: 1060px;
    padding: 0; } }

@media (max-width: 59.99em) {
  .cv .l-wrap .video-box {
    margin-left: -30px;
    margin-right: -30px; } }

.cv .bg-visual img,
.cv .bg-visual video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.no-objectfit .cv .bg-visual img, .no-objectfit
.cv .bg-visual video {
  top: 50% !important;
  left: 50% !important;
  right: auto !important;
  bottom: auto !important;
  min-width: 100%;
  min-height: 100%;
  max-width: none !important;
  width: auto !important;
  height: auto !important;
  -webkit-transform: translate3d(-50%, -50%, 0) !important;
          transform: translate3d(-50%, -50%, 0) !important; }

.cv .bg-visual .video-rwd {
  width: 100%;
  height: 100%; }

.cv .video-box {
  position: relative;
  overflow: hidden; }

.cv .video-box::before {
  content: '';
  display: block;
  padding-top: 56.25%; }

.cv .video-box video,
.cv .video-box img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.no-objectfit .cv .video-box video,
.no-objectfit .cv .video-box img {
  top: 50% !important;
  left: 50% !important;
  right: auto !important;
  bottom: auto !important;
  min-width: 100%;
  min-height: 100%;
  max-width: none !important;
  width: auto !important;
  height: auto !important;
  -webkit-transform: translate3d(-50%, -50%, 0) !important;
          transform: translate3d(-50%, -50%, 0) !important; }

.cv .eyebrow {
  margin-bottom: 1rem;
  text-align: center; }

.cv .title {
  margin: 0 0 15px 0;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: center; }

@media (min-width: 60em) {
  .cv .eyebrow {
    margin-bottom: 2.5rem;
    font-size: 1.6rem; }
  .cv .title {
    font-size: 4.2rem; } }

.cv .design {
  position: relative;
  padding-top: 8rem; }

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

.cv .design__list {
  margin-bottom: 3rem; }

.cv .design__list .item__thumb {
  padding: 8rem 0 3rem;
  padding-left: 30px; }

.cv .design__list .item__thumb img {
  width: 100%; }

.cv .design__list .item__cont {
  padding: 0 30px; }

.cv .design__list .item__h {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.6; }

.cv .design__list .item__p {
  margin: 1em 0;
  font-size: 1.4rem; }

.cv .design__list .item:nth-child(odd) .item__thumb {
  padding-left: 0;
  padding-right: 30px; }

@media (min-width: 45em) {
  .cv .design__list .item__thumb {
    padding-left: 64px; }
  .cv .design__list .item__cont {
    padding: 0 10%; }
  .cv .design__list .item__h {
    font-size: 2rem; }
  .cv .design__list .item__p {
    font-size: 1.6rem; }
  .cv .design__list .item:nth-child(odd) .item__thumb {
    padding-left: 0;
    padding-right: 64px; } }

@media (min-width: 60em) {
  .cv .design {
    overflow: hidden;
    padding-top: 12rem; }
  .cv .design__head {
    position: absolute;
    top: 20%;
    left: 50%;
    width: 33.33333%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0); }
  .cv .design__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -2rem -15rem; }
  .cv .design__list .item {
    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-sizing: border-box;
            box-sizing: border-box;
    width: 33.33333%;
    padding: 0 1rem 6rem; }
  .cv .design__list .item__thumb {
    padding: 0;
    min-height: 1px; }
  .cv .design__list .item:nth-child(odd) .item__thumb {
    padding-right: 0; }
  .cv .design__list .item:nth-child(odd) .item__cont {
    margin-top: 6rem; }
  .cv .design__list .item:nth-child(3n + 2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 25%; }
  .cv .design__list .item:nth-child(3n + 2) .item__cont {
    margin-bottom: 6rem; } }

@media (min-width: 75em) {
  .cv .design__head {
    top: 23rem;
    left: 50%; }
  .cv .design__list .item__cont {
    padding-left: 6rem;
    padding-right: 8rem; }
  .cv .design__list .item:nth-child(3n + 2) {
    margin-top: 20%;
    text-align: center; } }

.cv .egmp {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 100vh;
  background-color: #000; }

.cv .egmp .eyebrow {
  color: #fff; }

.cv .egmp .title {
  /* margin-bottom: 6rem; */
}

.cv .egmp__bg {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.cv .egmp__bg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 11;
  background: rgba(0, 0, 0, 0.45); }

.cv .egmp__cont {
  position: relative;
  z-index: 11;
  width: 100%;
  padding: 8rem 0;
  color: #fff;
  text-align: center; }

@media (min-width: 60em) {
  .cv .egmp {
    height: 100vh; }
  .cv .egmp .title {
    /* margin-bottom: 0rem; */
  }
}

.cv .faq {
  position: relative;
  overflow: hidden;
  padding: 5.5rem 0; }

.cv .faq .eyebrow {
  display: block;
  margin-bottom: 1.5rem;
  text-align: left; }

.cv .faq__item {
  position: relative;
  padding-left: 3rem;
  padding-right: 2rem; }

.cv .faq__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: -1px;
  width: 1px;
  height: 100%;
  background-color: rgba(5, 20, 31, 0.2); }

.cv .faq__h {
  margin-bottom: 2rem;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.35; }

.cv .faq__desc {
  margin: 0;
  font-size: 1.4rem;
  opacity: 0;
  -webkit-transform: translateX(1em);
      -ms-transform: translateX(1em);
          transform: translateX(1em);
  -webkit-transition: opacity .4s, -webkit-transform .6s;
  transition: opacity .4s, -webkit-transform .6s;
  -o-transition: opacity .4s, transform .6s;
  transition: opacity .4s, transform .6s;
  transition: opacity .4s, transform .6s, -webkit-transform .6s; }

.no-js .cv .faq__desc {
  opacity: 1; }

.cv .faq__mypage .svg {
  width: 20px;
  height: 20px; }

.cv .faq__swiper {
  overflow: visible;
  width: 85%;
  margin-left: 0;
  margin-right: 0; }

.cv .faq__swiper .swiper-slide {
  height: auto; }

.cv .faq__swiper .swiper-slide:first-child {
  overflow: hidden; }

.cv .faq__swiper .swiper-slide-active .faq__desc {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0); }

.cv .faq__swiper .swiper-button-prev, .cv .faq__swiper .swiper-button-next {
  position: static;
  display: inline-block;
  width: 60px;
  height: 28px;
  margin-top: 0;
  background-size: auto; }

.cv .faq__swiper .swiper-button-prev::before, .cv .faq__swiper .swiper-button-prev::after, .cv .faq__swiper .swiper-button-next::before, .cv .faq__swiper .swiper-button-next::after {
  display: none; }

.cv .faq__swiper .swiper-button-next {
  margin-left: 1.5rem; }

.cv .faq__controller {
  margin-top: 3rem;
  margin-left: 3rem; }

@media (min-width: 60em) {
  .cv .faq {
    padding: 11.5rem 0; }
  .cv .faq .eyebrow {
    margin-bottom: 2rem; }
  .cv .faq__swiper {
    width: 40%; }
  .cv .faq__item {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 100%;
    padding-bottom: 6rem;
    padding-left: 50px;
    padding-right: 50px; }
  .cv .faq__h {
    margin-bottom: 3rem;
    font-size: 3.2rem; }
  .cv .faq__desc {
    width: 140%;
    font-size: 1.6rem; }
  .cv .faq__controller {
    position: absolute;
    left: 4rem;
    bottom: 0;
    z-index: 1;
    margin-left: 0; }
  .cv .faq .swiper-slide-active {
    width: 130% !important; }
  .cv .faq .swiper-slide-active .faq__h {
    width: 74%; }
  .cv .faq .swiper-slide-active .faq__desc {
    width: 100%; } }

@media (min-width: 75em) {
  .cv .faq__swiper {
    width: 38%; }
  .cv .faq__item {
    padding-left: 75px;
    padding-right: 75px; }
  .cv .faq__h {
    margin-bottom: 4rem; }
  .cv .faq__controller {
    left: 7.5rem; } }

.cv .hero {
  position: relative;
  overflow: hidden;
  height: calc(var(--vh, 1vh) * 100); }

.cv .hero .btn-guide-arrow {
  z-index: 11; }

.cv .hero .btn-play {
  top: 40%;
  z-index: 11; }

.cv .hero .swiper-container {
  height: 100%; }

.cv .hero .swiper-slide {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

.cv .hero .swiper-button-play, .cv .hero .swiper-button-pause {
  display: none; }

.cv .hero .eyebrow {
  color: #fff; }

.cv .hero__bg {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.cv .hero__bg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 11;
  background: -webkit-gradient(linear, left bottom, left top, from(transparent), to(rgba(0, 0, 0, 0.2)));
  background: -o-linear-gradient(bottom, transparent, rgba(0, 0, 0, 0.2));
  background: linear-gradient(to top, transparent, rgba(0, 0, 0, 0.2)); }

.cv .hero__cont {
  position: absolute;
  z-index: 11;
  left: 50%;
  bottom: 17%;
  width: 100%;
  padding: 0 2rem;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  text-align: center;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.cv a.hero-link {
  color: #FFF;
  text-decoration: underline;
}

.cv .hero__desc {
  margin: 1rem 0 0;
  color: rgba(255, 255, 255, 0.6); }

.cv .hero__time {
  margin: 1rem 0 0;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.15em; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .cv .hero {
    height: 100vh; } }

@media (min-width: 60em) {
  .cv .hero {
    min-height: 100vh; }
  .cv .hero .btn-play {
    top: 50%; }
  .cv .hero__cont {
    max-width: 1360px; }
  .cv .hero__desc {
    font-size: 2rem; }
  .cv .hero__time {
    font-size: 2.8rem; }
  .cv .hero.has-disclaimer .btn-play {
    top: 40%; }
  .cv .hero.has-disclaimer .btn-guide-arrow {
    bottom: 90px; }
  .cv .hero.has-disclaimer .swiper-controller {
    bottom: 130px; }
  .cv .hero.has-disclaimer .hero__cont {
    bottom: 170px; } }

.cv .lnb2 {
  position: fixed;
  z-index: 100;
  top: 0;
  width: 100%;
  max-width: 1920px;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
          backdrop-filter: saturate(180%) blur(20px);
  opacity: 0;
  visibility: hidden;
}

.cv .lnb2::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: calc(100% - 1px);
  top: 0;
  left: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  z-index: 100; }

.no-objectfit .cv .lnb2 {
  background-color: rgba(5, 20, 31, 0.9); }

.js .cv .lnb2 {
  opacity: 0; }

.cv .lnb__inner {
  position: relative;
  z-index: 120;
  padding-left: 3rem;
  padding-right: 3rem; }

.cv .lnb__pad {
  height: 60px;
  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; }

.cv .lnb2 .nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  min-width: 760px; }

.cv .lnb2 .nav__item {
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.cv .lnb2 .nav__item.is-active .nav__link {
  opacity: 1; }

.cv .lnb2 .nav__link {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  padding: 0 2rem;
  font-size: 1.5rem;
  letter-spacing: 0.01em;
  font-weight: bold;
  color: #fff; }

.cv .lnb2 .nav__link span {
  display: block;
  height: 2.5rem;
  padding: 2.2rem 0;
  -webkit-transition: -webkit-box-shadow .2s ease;
  transition: -webkit-box-shadow .2s ease;
  -o-transition: box-shadow .2s ease;
  transition: box-shadow .2s ease;
  transition: box-shadow .2s ease, -webkit-box-shadow .2s ease; }

.no-touchevents .cv .lnb2 .nav__link:hover span, .no-touchevents .cv .lnb2 .nav__link:focus span {
  -webkit-box-shadow: inset 0 -2px #fff;
          box-shadow: inset 0 -2px #fff; }

.cv .lnb2 .nav__name {
  white-space: pre;
  display: inline-block; }

.cv .lnb__btns {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.cv .lnb__reserve {
  color: #fff;
  padding: 6px 18px 5px;
  border: 1px solid #fff;
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
  font-weight: bold;
  background-color: #05141f;
}

.no-touchevents .cv .lnb__reserve:hover, .no-touchevents .cv .lnb__reserve:focus {
  color: #05141f;
  border-color: #fff;
  background-color: #fff;
  /* opacity: 0.8; */
}

.cv .lnb__mypage {
  width: 25px;
  height: 24px; }

.cv .lnb__mypage path {
  fill: #fff; }

@media (max-width: 74.99em) {
  .cv .lnb2 .nav {
    display: none; }
  .cv .lnb__btns {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%; }
  .cv .lnb__btns::before {
    display: none; } }

@media (min-width: 60em) {
  .cv .lnb__pad {
    height: 70px; }
  .cv .lnb__mypage {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-left: 3rem; }
  .cv .lnb2 .nav__item:first-child .nav__link {
    padding-left: 0rem; }
  .cv .lnb2 .nav__link {
    padding: 0 2rem; } }

.cv .onair {
  position: relative;
  overflow: hidden;
  min-height: 120vh; }

.cv .onair .swiper-container {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.cv .onair .swiper-wrapper {
  overflow: hidden; }

.cv .onair .swiper-controller {
  top: 40%;
  bottom: auto; }

.cv .onair .swiper-button-prev, .cv .onair .swiper-button-next {
  padding: 10px; }

.cv .onair .swiper-button-prev:before, .cv .onair .swiper-button-next:before {
  content: '\ea01';
  display: inline-block;
  font-family: 'icon';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none; }

.cv .onair .swiper-button-prev::before, .cv .onair .swiper-button-next::before {
  font-size: 16px;
  text-shadow: 1px 1px 20px rgba(10, 10, 10, 0.4); }

.cv .onair .swiper-button-prev::after, .cv .onair .swiper-button-next::after {
  display: none; }

.cv .onair .swiper-button-prev {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg); }

.cv .onair .swiper-button-next {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg); }

.cv .onair__bg {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.cv .onair__bg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 11;
  background: -webkit-gradient(linear, left bottom, left top, from(transparent), to(rgba(0, 0, 0, 0.2)));
  background: -o-linear-gradient(bottom, transparent, rgba(0, 0, 0, 0.2));
  background: linear-gradient(to top, transparent, rgba(0, 0, 0, 0.2)); }

.cv .onair__head {
  position: absolute;
  z-index: 10;
  top: 10%;
  left: 50%;
  width: 100%;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  text-align: center;
  color: #fff; }

.cv .onair__head small {
  display: block;
  margin-top: 2rem;
  font-size: 1.8rem;
  font-weight: normal; }

.cv .onair__cont {
  position: absolute;
  z-index: 11;
  bottom: 110px;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  color: #fff; }

.cv .onair__desc {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 15px;
  z-index: 20;
  color: #fff;
  opacity: 0.6;
  font-size: 1.2rem;
  line-height: 1.4; }

.cv .onair .spec {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.cv .onair .spec__h {
  margin-bottom: 1rem;
  font-size: 2.2rem;
  font-weight: bold; }

.cv .onair .spec .item {
  position: relative;
  padding: 1.5rem 0; }

.cv .onair .spec .item + .item {
  border-top: 1px solid rgba(255, 255, 255, 0.3); }

.cv .onair .spec .item__cont {
  padding-left: 40%; }

.cv .onair .spec .item__h {
  position: absolute;
  top: 15px;
  left: 0;
  width: 32%;
  font-size: 1.8rem; }

.cv .onair .spec .item__name {
  font-size: 2.6rem;
  line-height: 1.4; }

.cv .onair .spec .item__name .xsmall {
  font-weight: normal;
  font-size: 1.4rem; }

.cv .onair .spec .item__name small {
  font-size: 2rem; }

.cv .onair .spec .item__desc {
  display: block;
  margin-top: 0.5rem;
  font-size: 1.4rem;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.8); }

.cv .onair .spec .item__txt {
  font-size: 2rem;
  line-height: 1.3; }

@media (min-width: 60em) {
  .cv .onair {
    min-height: 100vh; }
  .cv .onair .l-wrap {
    max-width: 1280px; }
  .cv .onair .swiper-controller {
    top: 50%; }
  .cv .onair .swiper-button-prev {
    left: 20px; }
  .cv .onair .swiper-button-next {
    right: 20px; }
  .cv .onair__head {
    top: 10%; }
  .cv .onair__cont {
    bottom: 108px; }
  .cv .onair__desc {
    text-align: center;
    bottom: 25px; }
  .cv .onair .spec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .cv .onair .spec__h {
    font-size: 2.8rem; }
  .cv .onair .spec__list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .cv .onair .spec .item {
    width: 33.33333%;
    padding: 0;
    text-align: center; }
  .cv .onair .spec .item + .item {
    border-top: none;
    border-left: 1px solid rgba(255, 255, 255, 0.3); }
  .cv .onair .spec .item__cont {
    padding-left: 0; }
  .cv .onair .spec .item__h {
    position: static;
    display: block;
    width: auto;
    margin-bottom: 1.1rem;
    font-size: 1.8rem; }
  .cv .onair .spec .item__name {
    display: block;
    font-size: 3.2rem; }
  .cv .onair .spec .item__name small {
    font-size: 2.2rem; }
  .cv .onair.has-disclaimer .onair__cont {
    bottom: 18%; }
  .cv .onair.has-disclaimer .onair__desc {
    bottom: 100px; } }

.cv .performance {
  padding-top: 10rem;
  padding-bottom: 10rem;
  text-align: center; }

.cv .performance + .performance {
  padding-top: 0; }

.cv .performance__cont {
  margin-bottom: 6rem; }

@media (min-width: 60em) {
  .cv .performance {
    padding-bottom: 14rem; } }

.cv .process {
  position: relative;
  overflow: hidden;
  color: #fff; }

.cv .process__bg {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.cv .process__cont {
  position: relative;
  z-index: 20;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 8rem 0; }

.cv .process__step {
  counter-reset: process-step;
  margin-top: 8rem; }

.cv .process__step .step {
  position: relative;
  padding-left: 8rem; }

.cv .process__step .step + .step {
  margin-top: 45px; }

.cv .process__step .step:last-child::before {
  display: none; }

.cv .process__step .step__num {
  position: absolute;
  top: -10px;
  left: 0;
  z-index: 10;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 62px;
  height: 62px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #fff;
  border-radius: 50%;
  font-size: 2.4rem; }

.cv .process__step .step__h {
  font-size: 2rem;
  line-height: 1.4; }

.cv .process__step .step__h small {
  display: block;
  font-size: 1.5rem; }

.cv .process__step .step__desc {
  max-width: 290px;
  margin-top: 1rem;
  opacity: 0.8; }

.cv .process__step .step__bar {
  position: absolute;
  z-index: 5;
  top: 52px;
  left: 31px;
  width: 1px;
  height: calc(100% - 62px + 45px);
  background-color: #fff; }

.cv .process__desc {
  color: #fff;
  opacity: 0.8;
  font-size: 1.2rem;
  padding: 6rem 0 0; }

@media (min-width: 60em) {
  .cv .process__img {
    margin: auto;
    max-width: 620px;
    width: 70vh; }
  .cv .process__cont {
    padding: 13rem 0; }
  .cv .process__step {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .cv .process__step .step {
    position: relative;
    padding-left: 0;
    width: 33.33333%;
    text-align: center; }
  .cv .process__step .step + .step {
    margin-top: 0; }
  .cv .process__step .step__num {
    position: relative;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-41px);
        -ms-transform: translateX(-41px);
            transform: translateX(-41px);
    width: 82px;
    height: 82px;
    font-size: 2.8rem; }
  .cv .process__step .step__h {
    margin-top: 3rem;
    font-size: 2.2rem;
    height: 5.5rem; }
  .cv .process__step .step__desc {
    margin: 1.5rem auto 0; }
  .cv .process__step .step__bar {
    top: 41px;
    left: calc(50% + 42px);
    width: calc(100% - 82px);
    height: 1px; }
  .cv .process__step .step__before, .cv .process__step .step__after {
    position: absolute;
    top: 41px;
    width: calc(50% - 41px + 30px);
    height: 1px;
    background-color: #fff; }
  .cv .process__step .step__before {
    left: -30px; }
  .cv .process__step .step__after {
    right: -30px; }
  .cv .process__desc {
    text-align: center; } }

@media (min-width: 75em) {
  .cv .process__step .step__before, .cv .process__step .step__after {
    width: calc(((100vw - 1060px) / 2) + 50% - 41px); }
  .cv .process__step .step__before {
    left: calc((100vw - 1060px) / -2); }
  .cv .process__step .step__after {
    right: calc((100vw - 1060px) / -2); } }

.cv .promotion {
  overflow: hidden;
  padding: 10rem 0 6rem; }

.cv .promotion__cont {
  margin-bottom: 3rem;
  text-align: center; }

.cv .promotion__point {
  display: block;
  font-size: 2.1rem;
  margin-top: 2rem; }

.cv .promotion__point + p {
  margin-top: 0.5rem; }

.cv .promotion__sub {
  font-size: 1.8rem; }

.cv .promotion .benefit {
  position: relative;
  text-align: left;
  max-width: 50rem;
  margin: 0 auto; }

.cv .promotion .benefit__list {
  margin-left: -37px;
  margin-right: -37px; }

.cv .promotion .benefit__item img {
  width: 100%; }

.cv .promotion .benefit__item:nth-child(2) {
  padding: 2rem 9rem 0; }

.cv .promotion .benefit__cont {
  margin-bottom: 4rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid #05141f; }

.cv .promotion .benefit__cont--bt {
  margin-bottom: 0;
  padding-top: 3.5rem;
  padding-bottom: 0;
  border-top: 2px solid #05141f;
  border-bottom: none; }

.cv .promotion .benefit__desc {
  margin: 0;
  font-size: 1.4rem;
  color: #05141f; }

.cv .promotion .benefit__p {
  margin: 0;
  padding: 1.8rem;
  font-size: 1.4rem;
  line-height: 1.4; }

.cv .promotion .benefit__notice {
  margin-top: 3.5rem;
  font-size: 1.2rem; }

.cv .promotion .benefit__notice li + li {
  margin-top: 0.5rem;
  word-break: keep-all;
  word-wrap: break-word; }

.cv .promotion__btns {
  margin-top: 3rem;
  text-align: center; }

.cv .promotion .btn {
  font-size: 1.4rem; }

@media (min-width: 60em) {
  .cv .promotion {
    padding-top: 14rem;
    padding-bottom: 10rem; }
  .cv .promotion__point {
    margin-top: 2.5rem;
    font-size: 2.6rem; }
  .cv .promotion__point + p {
    margin-top: 1rem; }
  .cv .promotion__cont {
    margin-bottom: 4rem; }
  .cv .promotion .benefit {
    max-width: none;
    padding: 0; }
  .cv .promotion .benefit__list {
    position: relative;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .cv .promotion .benefit__item img {
    width: 100%; }
  .cv .promotion .benefit__item:nth-child(1) {
    width: 58.5%;
    margin-left: 10.4%; }
  .cv .promotion .benefit__item:nth-child(2) {
    width: 27.5%;
    padding: 0; }
  .cv .promotion .benefit__cont {
    position: relative;
    padding-top: 5rem; }
  .cv .promotion .benefit__cont--bt {
    padding-left: 10.4%;
    padding-right: 10.4%; }
  .cv .promotion__btns {
    margin-top: 3rem; } }

.cv .technology {
  position: relative;
  z-index: 10;
  background: #000; }

.cv .technology .eyebrow {
  color: #fff; }

.cv .technology .title {
  margin-bottom: 6rem; }

.cv .technology__item {
  position: relative; }

.cv .technology__cont {
  position: relative;
  z-index: 8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 8rem 30px 2rem;
  color: #fff;
  text-align: center; }

.cv .technology__bg {
  overflow: hidden; }

.cv .technology__bg img {
  -webkit-filter: blur(30px);
          filter: blur(30px);
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1); }

.no-objectfit .cv .technology__bg img {
  display: none; }

.cv .technology__bg-sm {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  bottom: 20%;
  z-index: 1; }

.cv .technology__bg-sm img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.cv .technology__img-sm {
  position: relative;
  z-index: 5; }

.cv .technology__img-lg, .cv .technology__bg-lg {
  display: none; }

@media (min-width: 60em) {
  .cv .technology .eyebrow,
  .cv .technology .title {
    text-align: left; }
  .cv .technology__item {
    min-height: 100vh; }
  .cv .technology__cont {
    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;
    width: 50%;
    min-height: 100vh;
    padding: 5rem 4rem;
    text-align: left; }
  .cv .technology__spacer {
    position: relative;
    width: 100%;
    height: 70vh; }
  .cv .technology__bg-sm {
    bottom: 0; }
  .cv .technology__bg-sm, .cv .technology__img-sm, .cv .technology__img-lg, .cv .technology__bg-lg {
    display: block; }
  .cv .technology__bg-sm img, .cv .technology__img-sm img, .cv .technology__img-lg img, .cv .technology__bg-lg img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  .no-objectfit .cv .technology__bg-sm img, .no-objectfit .cv .technology__img-sm img, .no-objectfit .cv .technology__img-lg img, .no-objectfit .cv .technology__bg-lg img {
    top: 50% !important;
    left: 50% !important;
    right: auto !important;
    bottom: auto !important;
    min-width: 100%;
    min-height: 100%;
    width: auto !important;
    height: auto !important;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0); }
  .cv .technology__img-sm, .cv .technology__img-lg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    left: 50%;
    z-index: 5;
    overflow: hidden; }
  .cv .technology__img-sm .pad, .cv .technology__img-lg .pad {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden; }
  .cv .technology__bg-lg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1; }
  .cv .technology__bg-lg, .cv .technology__img-lg, .cv .technology__spacer {
    display: none; }
  .cv .technology[data-pin] {
    height: 100vh;
    overflow: hidden; }
  .cv .technology[data-pin] .technology__cont {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-100%, 0);
        -ms-transform: translate(-100%, 0);
            transform: translate(-100%, 0); }
  .cv .technology[data-pin] .technology__item {
    position: static;
    min-height: auto; }
  .cv .technology[data-pin] .technology__bg-sm,
  .cv .technology[data-pin] .technology__img-sm {
    display: none; }
  .cv .technology[data-pin] .technology__bg-lg,
  .cv .technology[data-pin] .technology__img-lg,
  .cv .technology[data-pin] .technology__spacer {
    display: block; } }

@media (min-width: 75em) {
  .cv .technology .title {
    margin-bottom: 11rem; }
  .cv .technology__cont {
    padding: 8rem; } }

.cv .vrbanner {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  height: 100vh;
  background-color: #000; }

.cv .vrbanner__bg {
  position: absolute;
  width: 100%;
  height: 100%; }

.cv .vrbanner__bg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 11;
  background: rgba(0, 0, 0, 0.45); }

.cv .vrbanner__cont {
  position: relative;
  color: #fff;
  z-index: 20; }

.cv .vrbanner__h {
  margin: 0;
  font-weight: bold;
  line-height: 1.3;
  font-size: 2.6rem; }

.cv .vrbanner__cap {
  opacity: 0.8;
  margin-bottom: 1rem; }

.cv .vrbanner__p {
  margin-bottom: 0; }

.cv .vrbanner__desc {
  color: #fff;
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 60px;
  text-align: center;
  opacity: 0.6;
  font-size: 1.2rem;
  z-index: 5; }

.cv .vrbanner .eyebrow {
  color: #fff; }

.cv .vrbanner .btn {
  margin-top: 4rem; }

@media (min-width: 60em) {
  .cv .vrbanner__h {
    font-size: 3.2rem; }
  .cv .vrbanner__cap {
    font-size: 1.8rem;
    margin-bottom: 2rem; }
  .cv .vrbanner__p {
    font-size: 1.6rem; }
  .cv .vrbanner__desc {
    bottom: 30px; } }

.cv .disclaimer {
  position: relative;
  font-size: 1.2rem;
  line-height: 1.6;
  text-align: left;
  color: #05141f;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.cv .disclaimer .pad {
  margin: 5rem 30px 0;
  padding: 2rem 0 4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 1px solid rgba(5, 20, 31, 0.2); }

.cv .disclaimer__cont {
  position: relative;
  overflow: hidden;
  height: 38px; }

.cv .disclaimer__cont::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 150px;
  height: 19px;
  /*@if is-direction($direction) == false {
    $color-stops: $direction, $color-stops;
    $direction: 180deg;
  }*/
  background: #f6f2ed;
  background: -webkit-gradient(linear, right top, left top, color-stop(60%, #f6f2ed), to(rgba(246, 242, 237, 0)));
  background: -o-linear-gradient(right, #f6f2ed 60%, rgba(246, 242, 237, 0));
  background: linear-gradient(-90deg, #f6f2ed 60%, rgba(246, 242, 237, 0));
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f2ed 60%', endColorstr='rgba(246, 242, 237, 0)',GradientType=1 ); }

.cv .disclaimer__text {
  overflow: hidden;
  margin: 0; }

.cv .disclaimer__btn {
  position: absolute;
  right: 0;
  bottom: 2px;
  padding: 0 1px;
  background-color: #f6f2ed;
  color: #05141f;
  font-weight: bold;
  font-style: italic;
  line-height: 1;
  border-bottom: 1px solid rgba(5, 20, 31, 0.6);
  cursor: pointer; }

.cv .disclaimer--em {
  color: #fff;
  background: #05141f; }

.cv .disclaimer--em .pad {
  border-top: 0;
  margin: 0;
  padding: 1.5rem 30px; }

.cv .disclaimer--em .disclaimer__cont::before {
  /*@if is-direction($direction) == false {
    $color-stops: $direction, $color-stops;
    $direction: 180deg;
  }*/
  background: #05141f;
  background: -webkit-gradient(linear, right top, left top, color-stop(60%, #05141f), to(rgba(5, 20, 31, 0)));
  background: -o-linear-gradient(right, #05141f 60%, rgba(5, 20, 31, 0));
  background: linear-gradient(-90deg, #05141f 60%, rgba(5, 20, 31, 0));
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#05141f 60%', endColorstr='rgba(5, 20, 31, 0)',GradientType=1 ); }

.cv .disclaimer--em .disclaimer__btn {
  color: #fff;
  background-color: #05141f;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6); }

.cv .disclaimer--full {
  margin: 0;
  background: #fff; }

.cv .disclaimer--full .pad {
  margin: 0;
  padding: 2rem 30px; }

.cv .disclaimer--full .disclaimer__cont::before {
  /*@if is-direction($direction) == false {
    $color-stops: $direction, $color-stops;
    $direction: 180deg;
  }*/
  background: #fff;
  background: -webkit-gradient(linear, right top, left top, color-stop(60%, #fff), to(rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(right, #fff 60%, rgba(255, 255, 255, 0));
  background: linear-gradient(-90deg, #fff 60%, rgba(255, 255, 255, 0));
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff 60%', endColorstr='rgba(255, 255, 255, 0)',GradientType=1 ); }

.cv .disclaimer--full .disclaimer__btn {
  background-color: #fff; }

.cv .disclaimer.is-opened .disclaimer__btn {
  position: relative;
  display: block;
  margin-left: auto; }

.cv .disclaimer.is-opened .disclaimer__cont::before {
  opacity: 0; }

.cv .disclaimer.is-not-open .disclaimer__cont::before {
  opacity: 0; }

.cv .disclaimer.is-not-open .disclaimer__btn {
  display: none; }

@media (min-width: 60em) {
  .cv .disclaimer .pad {
    margin: 8rem 30px 5rem;
    padding: 1.5rem 0; }
  .cv .disclaimer--em {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 10;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%); }
  .cv .disclaimer--em .pad {
    margin-top: 0;
    margin-bottom: 0; }
  .cv .disclaimer--full .pad {
    margin: 0;
    padding: 2rem 30px; } }

@media (min-width: 100em) {
  .cv .disclaimer .pad {
    max-width: 1280px;
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto; }
  .cv .disclaimer--full .pad {
    max-width: none;
    padding-left: 30px;
    padding-right: 30px; } }

@media (min-width: 60em) {
  .cv .design + .disclaimer .pad {
    margin-top: 0; } }

.swiper-controller {
  position: absolute;
  bottom: 12%;
  width: 100%;
  z-index: 11;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.swiper-controller--invert .swiper-button-prev,
.swiper-controller--invert .swiper-button-next,
.swiper-controller--invert .swiper-button-play,
.swiper-controller--invert .swiper-button-pause,
.swiper-controller--invert .swiper-pagination {
  color: #fff; }

.swiper-controller--invert .swiper-pagination-bullet {
  border-color: #fff; }

.no-touchevents .swiper-controller--invert .swiper-pagination-bullet:hover, .no-touchevents .swiper-controller--invert .swiper-pagination-bullet:focus {
  background-color: #fff; }

.swiper-controller--invert .swiper-pagination-bullet-active {
  background-color: #fff; }

.swiper-pagination {
  position: relative;
  z-index: 15; }

.swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  margin: 5px 6px;
  opacity: 1;
  border: 2px solid #666666;
  background-color: transparent;
  -webkit-transition: background-color 0.4s, color 0.4s;
  -o-transition: background-color 0.4s, color 0.4s;
  transition: background-color 0.4s, color 0.4s; }

.no-touchevents .swiper-pagination-bullet:hover, .no-touchevents .swiper-pagination-bullet:focus {
  background-color: #323232; }

.swiper-pagination-bullet-active {
  background-color: #414141; }

.no-touchevents .swiper-pagination-bullet-active:hover, .no-touchevents .swiper-pagination-bullet-active:focus {
  background-color: #414141; }

.swiper-button-prev, .swiper-button-next {
  width: auto;
  height: auto;
  background-image: none;
  text-align: center;
  font-size: 0; }

.swiper-button-prev::before, .swiper-button-next::before {
  font-size: 20px; }

@media (min-width: 60em) {
  .swiper-button-prev::before, .swiper-button-next::before {
    font-size: 50px; } }

.swiper-button-prev {
  left: 0px; }

.swiper-button-prev:before {
  content: '\ea0e';
  display: inline-block;
  font-family: 'icon';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none; }

.swiper-button-next {
  right: 0px; }

.swiper-button-next:before {
  content: '\ea0b';
  display: inline-block;
  font-family: 'icon';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none; }

.swiper-button-play, .swiper-button-pause {
  width: 28px;
  height: 28px;
  z-index: 1;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s; }

.swiper-button-play--invert, .swiper-button-pause--invert {
  color: #fff; }

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

.is-pause .swiper-button-play {
  display: block; }

.swiper-button-play:before {
  content: '\ea0d';
  display: inline-block;
  font-family: 'icon';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  font-size: 13px; }

.swiper-button-pause {
  position: relative;
  display: block; }

.is-pause .swiper-button-pause {
  display: none; }

.swiper-button-pause::after, .swiper-button-pause::before {
  content: '';
  position: absolute;
  top: 5px;
  display: block;
  width: 3px;
  height: 13px;
  background: #fff; }

.swiper-button-pause::before {
  left: 8px; }

.swiper-button-pause::after {
  right: 8px; }

@media (min-width: 60em) {
  .cv .design__list {
    margin-bottom: 0; }
  .cv .design__list .item:nth-child(3n + 2) {
    margin-top: 20rem; } }

@media (min-width: 75em) {
  .cv .design__list .item:nth-child(3n + 2) {
    margin-top: 20rem; } }
