.main-cover {
  position: relative;
  overflow: hidden; }
  @media (max-width: 700px) {
    .main-cover {
      background-image: url("vipceiling-cover-mobile.jpg") !important; } }
  .main-cover__video {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: auto;
    height: 100%;
    transform: translateX(-50%); }
    @media (min-width: 980px) {
      .main-cover__video {
        position: static;
        width: 140%;
        height: auto;
        margin-left: -20%;
        transform: none; } }
    @media (min-width: 1450px) {
      .main-cover__video {
        width: 100%;
        margin-left: 0; } }
    @media (max-width: 700px) {
      .main-cover__video {
        display: none; } }

.vipceiling-logo {
  margin: 5em 22px; }

.vipceiling-animation {
  position: relative;
  height: 200vh;
  margin-bottom: calc(73.9vw - 50vh); }
  .ie .vipceiling-animation {
    display: none; }
  @media (min-width: 1201px) {
    .vipceiling-animation {
      margin-bottom: calc(886px - 50vh); } }
  @media (max-aspect-ratio: 1 / 1) {
    .vipceiling-animation {
      display: none; } }
  .vipceiling-animation__wrapper {
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    background: #cdcdcd;
    transform-origin: 50% 50%; }
  .vipceiling-animation__room {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto; }
    @media (max-aspect-ratio: 625 / 453) {
      .vipceiling-animation__room {
        right: 0;
        left: auto;
        width: 137vh;
        height: 100%; } }
  .vipceiling-animation__room-image {
    display: block;
    width: 100%;
    height: auto; }
    @media (max-aspect-ratio: 625 / 453) {
      .vipceiling-animation__room-image {
        width: auto;
        height: 100%; } }
  .vipceiling-animation__vector {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%; }
  .vipceiling-animation__vector-line {
    stroke: #1b63cf;
    stroke-width: 5;
    will-change: stroke-dashoffset; }
  .vipceiling-animation__vector-sides {
    opacity: 0; }
  .vipceiling-animation__vector-side {
    stroke: none; }
    .vipceiling-animation__vector-side_1 {
      fill: #075cd0; }
    .vipceiling-animation__vector-side_3 {
      fill: #012e93; }
  .vipceiling-animation__board {
    position: absolute;
    z-index: 6;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100vh; }
    .vipceiling-animation__board-wrapper {
      position: absolute;
      z-index: 4;
      bottom: calc(50vh - 73.9vw);
      left: 50%;
      width: 100%;
      margin: 0;
      transform: translateX(-50%); }
      @media (min-width: 1201px) {
        .vipceiling-animation__board-wrapper {
          bottom: calc(50vh - 886px); } }
    .vipceiling-animation__board-image {
      width: 100% !important;
      max-width: 1200px !important;
      transform-origin: 50% 27%; }
    .vipceiling-animation__board-text {
      position: absolute;
      top: 3.7%;
      left: 50%;
      display: block;
      width: 90.83% !important;
      max-width: 1090px !important;
      transform: translateX(-50%); }

.vipceiling__board-mobile {
  display: none; }
  .ie .vipceiling__board-mobile {
    display: block; }
  @media (max-aspect-ratio: 1 / 1) {
    .vipceiling__board-mobile {
      display: block; } }

.vipceiling-guide-note {
  display: flex;
  width: 100px;
  justify-content: space-between;
  margin: -15px auto 2em; }
  .vipceiling-guide-note .switch {
    display: block;
    flex: 15px 0 0;
    border: 1px solid #feae17;
    margin: 0 !important;
    border-radius: 50%; }
    .vipceiling-guide-note .switch::before {
      display: block;
      padding-top: 100%;
      content: ''; }
    .vipceiling-guide-note .switch.active {
      padding: 0 !important;
      background: #feae17; }

/*# sourceMappingURL=anons.css.map */
