.clfloat {
  clear: both; }

li {
  list-style: none; }

* {
  padding: 0px;
  margin: 0px; }

a:hover, a:visited, a:link, a:active {
  color: #ffffff;
  text-decoration: none; }

body.versa-popup-lock {
  overflow: hidden; }

.versa {
  padding-top: 0;
  color: #2D2D2D; }
  .versa img,
  .versa video {
    display: block;
    width: 100%;
    height: auto; }
  .versa .section__head__screen .banner {
    position: relative; }
  .versa .section__head__screen .banner-media {
    width: 100%;
    height: 21.5rem;
    object-fit: cover; }
  .versa .section__head__screen .banner-media-mb {
    display: none; }
  .versa .section__head__screen .banner-content {
    position: absolute;
    top: 1.85rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center; }
  .versa .section__head__screen .banner-logo {
    width: auto;
    height: 1.05rem; }
  .versa .section__head__screen .banner-content-slogan {
    margin-top: 0.5rem;
    color: #fff;
    font-size: 0.7rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
    text-align: center; }
  .versa .section__head__screen .banner-content-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.5rem;
    width: 3.1rem;
    height: 1.1rem;
    line-height: 1.1rem;
    color: #2D2D2D;
    text-align: center;
    font-size: 0.4rem;
    font-style: normal;
    font-weight: 600;
    border-radius: 0.1rem;
    background: #FFFFFF; }
  .versa .section {
    margin: 0 auto;
    padding: 80px 0;
    width: 1220px;
    text-align: center; }
  .versa .section-title {
    color: #2D2D2D;
    font-size: 60px;
    font-weight: 700;
    line-height: 1.2; }
  .versa .section-desc {
    max-width: 866px;
    margin: 32px auto 0;
    color: rgba(45, 45, 45, 0.8);
    font-size: 16px;
    line-height: 1.5; }
  .versa .view-card-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    margin-top: 60px; }
  .versa .view-card {
    text-align: left; }
    .versa .view-card .feature-media {
      width: 100%;
      height: 334px;
      object-fit: cover;
      border-radius: 16px; }
    .versa .view-card h3 {
      margin-top: 32px;
      color: #2D2D2D;
      font-size: 40px;
      font-weight: 700;
      line-height: 1.3;
      text-align: left; }
    .versa .view-card p {
      margin-top: 20px;
      color: rgba(45, 45, 45, 0.8);
      font-size: 16px;
      line-height: 1.5; }
  .versa .wide-media {
    width: 100%;
    height: 686px;
    margin-top: 64px;
    object-fit: cover;
    border-radius: 16px; }
  .versa .feature-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 80px;
    padding: 80px 0;
    text-align: left; }
  .versa .feature-row-3d {
    flex-direction: row-reverse; }
  .versa .feature-row-media {
    width: 630px;
    height: 354px;
    object-fit: cover;
    border-radius: 16px; }
  .versa .feature-row-copy {
    width: 510px; }
    .versa .feature-row-copy h3 {
      margin-top: 0;
      color: #333333;
      font-size: 40px;
      font-weight: 700;
      line-height: 1.2;
      text-align: left; }
    .versa .feature-row-copy p {
      margin-top: 24px;
      color: rgba(45, 45, 45, 0.8);
      font-size: 16px;
      line-height: 1.5; }
  .versa .section__cta {
    width: 100%;
    height: 800px;
    padding: 72px;
    background: url("https://static.gethover.com/build/images/versa/bottom_bg_pc-bfc6ea72ee.jpg") no-repeat;
    background-size: cover;
    background-position: center; }
  .versa .cta-content {
    text-align: center; }
    .versa .cta-content h2 {
      color: #2D2D2D;
      font-size: 40px;
      font-weight: 700;
      line-height: 1.3; }
    .versa .cta-content p {
      margin-top: 12px;
      color: #2D2D2D;
      font-size: 20px;
      line-height: 1.5; }
  .versa .cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 24px;
    width: 124px;
    height: 44px;
    color: #F5F5F5;
    font-size: 16px;
    font-weight: 600;
    border-radius: 4px;
    background: #2D2D2D; }
  .versa .section__multi-view {
    margin-top: 80px; }
  .versa .versa-popup {
    position: fixed;
    inset: 0;
    z-index: 2000;
    display: none;
    align-items: center;
    justify-content: center; }
    .versa .versa-popup.is-open {
      display: flex; }
  .versa .versa-popup-mask {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.7); }
  .versa .versa-popup-dialog {
    position: relative;
    z-index: 1;
    width: 780px;
    min-height: 524px;
    overflow: hidden;
    border-radius: 24px;
    background: #fff;
    text-align: center; }
  .versa .versa-popup-close {
    position: absolute;
    top: 23px;
    right: 30px;
    z-index: 2;
    width: 24px;
    height: 24px;
    cursor: pointer; }
  .versa .versa-popup-dialog h2 {
    margin: 70px 0 36px;
    color: rgba(0, 0, 0, 0.85);
    font-size: 28px;
    font-weight: 500;
    line-height: 1.5; }
  .versa .versa-popup-code {
    width: 316px;
    height: 316px;
    margin: 0 auto 60px;
    object-fit: contain; }

@media (max-width: 1440px) {
  .versa .section__head__screen .banner-media {
    height: 16.125rem; }
  .versa .section__head__screen .banner-content {
    top: 1.3875rem; }
  .versa .section__head__screen .banner-logo {
    height: 0.7875rem; }
  .versa .section__head__screen .banner-content-slogan {
    margin-top: 0.375rem;
    font-size: 0.525rem; }
  .versa .section__head__screen .banner-content-btn {
    margin-top: 0.375rem;
    width: 2.325rem;
    height: 0.825rem;
    line-height: 0.825rem;
    font-size: 0.3rem;
    border-radius: 0.075rem; }
  .versa .section {
    margin: 1.5rem auto;
    width: 22.875rem; }
  .versa .section-title {
    font-size: 1.125rem; }
  .versa .section-desc {
    max-width: 16.2375rem;
    margin: 0.6rem auto 0;
    font-size: 0.3rem; }
  .versa .view-card-list {
    gap: 0.6rem;
    margin-top: 1.125rem; }
  .versa .view-card .feature-media {
    height: 6.2625rem;
    border-radius: 0.3rem; }
  .versa .view-card h3 {
    margin-top: 0.6rem;
    font-size: 0.75rem; }
  .versa .view-card p {
    margin-top: 0.375rem;
    font-size: 0.3rem; }
  .versa .wide-media {
    height: 12.8625rem;
    margin-top: 1.2rem;
    border-radius: 0.3rem; }
  .versa .feature-row {
    gap: 1.5rem;
    padding: 1.5rem 0; }
  .versa .feature-row-media {
    width: 11.8125rem;
    height: 6.6375rem;
    object-fit: cover;
    border-radius: 0.3rem; }
  .versa .feature-row-copy h3 {
    font-size: 0.75rem; }
  .versa .feature-row-copy p {
    margin-top: 0.45rem;
    font-size: 0.3rem; }
  .versa .section__cta {
    height: 15rem;
    padding: 1.35rem; }
  .versa .cta-content h2 {
    font-size: 0.75rem; }
  .versa .cta-content p {
    margin-top: 0.225rem;
    font-size: 0.375rem; }
  .versa .cta-btn {
    margin-top: 0.45rem;
    width: 2.325rem;
    height: 0.825rem;
    font-size: 0.3rem;
    border-radius: 0.075rem; }
  .versa .section__multi-view {
    padding-top: 1.5rem; }
  .versa .versa-popup-dialog {
    width: 14.625rem;
    min-height: 9.825rem;
    border-radius: 0.45rem; }
  .versa .versa-popup-close {
    top: 0.43125rem;
    right: 0.5625rem;
    width: 0.45rem;
    height: 0.45rem; }
  .versa .versa-popup-dialog h2 {
    margin: 1.3125rem 0 0.675rem;
    font-size: 0.525rem; }
  .versa .versa-popup-code {
    width: 5.925rem;
    height: 5.925rem;
    margin-bottom: 1.125rem; } }

@media (max-width: 768px) {
  .versa .section__head__screen .banner {
    position: relative; }
  .versa .section__head__screen .banner-media-pc {
    display: none; }
  .versa .section__head__screen .banner-media-mb {
    display: block; }
  .versa .section__head__screen .banner-media {
    width: 100%;
    height: 153.6vw; }
  .versa .section__head__screen .banner-content {
    top: 21.3333vw; }
  .versa .section__head__screen .banner-logo {
    height: 6.9333vw; }
  .versa .section__head__screen .banner-content-slogan {
    margin-top: 3.7333vw;
    font-size: 4.8vw;
    font-weight: 500;
    line-height: 1.2; }
  .versa .section__head__screen .banner-content-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 5.3333vw;
    width: 27.7333vw;
    height: 10.6667vw;
    color: #2D2D2D;
    text-align: center;
    font-size: 3.7333vw;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    border-radius: 0.8vw;
    background: #fff; }
  .versa .section {
    margin: 0 auto;
    padding: 9.6vw 5.3333vw;
    width: 100%; }
  .versa .section-title {
    font-size: 7.4667vw;
    font-weight: 900;
    line-height: 1.3; }
  .versa .section-desc {
    margin: 4.2667vw auto 0;
    font-size: 3.7333vw;
    line-height: 1.5; }
  .versa .view-card-list {
    display: block;
    margin-top: 0px; }
  .versa .view-card {
    padding: 9.6vw 0; }
    .versa .view-card .feature-media {
      width: 100%;
      height: 67.2vw;
      border-radius: 2.6667vw; }
    .versa .view-card h3 {
      margin-top: 5.3333vw;
      font-size: 5.6vw;
      font-weight: 700;
      line-height: 1.2; }
    .versa .view-card p {
      margin-top: 2.6667vw;
      font-size: 3.7333vw;
      line-height: 1.5; }
  .versa .view-card:first-child {
    padding-top: 8.5333vw; }
  .versa .wide-media {
    width: 100%;
    height: auto;
    margin-top: 8.5333vw;
    object-fit: contain;
    border-radius: 2.6667vw; }
  .versa .feature-row {
    justify-content: flex-start;
    flex-direction: column;
    gap: 5.3333vw;
    padding: 9.6vw 0;
    text-align: left; }
  .versa .feature-row-ai {
    padding-top: 8.5333vw; }
  .versa .feature-row-3d {
    flex-direction: column; }
  .versa .feature-row-media {
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 2.6667vw; }
  .versa .feature-row-copy {
    width: 100%; }
    .versa .feature-row-copy h3 {
      margin-top: 0;
      font-size: 5.6vw; }
    .versa .feature-row-copy p {
      margin-top: 2.6667vw;
      font-size: 3.7333vw; }
  .versa .section__recording {
    padding-bottom: 6.4vw; }
  .versa .section__cta {
    width: 100%;
    height: 186.6667vw;
    padding: 12.8vw 0;
    background: url("https://static.gethover.com/build/images/versa/bottom_bg_mb-1fb506824b.jpg") no-repeat;
    background-size: cover;
    background-position: center; }
  .versa .cta-content h2 {
    font-size: 7.4667vw; }
    .versa .cta-content h2 .cta-mobile-break {
      display: block; }
  .versa .cta-content p {
    margin-top: 2.1333vw;
    font-size: 4.8vw; }
  .versa .cta-btn {
    margin-top: 5.3333vw;
    width: 27.7333vw;
    height: 10.6667vw;
    color: #ffffff;
    font-size: 3.7333vw;
    font-weight: 600;
    border-radius: 0.8vw; }
  .versa .section__multi-view {
    margin-top: 9.6vw;
    padding-bottom: 0; }
  .versa .versa-popup-mask {
    background: rgba(0, 0, 0, 0.8); }
  .versa .versa-popup-dialog {
    width: 80vw;
    min-height: auto;
    padding: 4vw 4vw 6.4vw;
    border-radius: 3.2vw; }
  .versa .versa-popup-close {
    top: 4vw;
    right: 4vw;
    width: 5.3333vw;
    height: 5.3333vw; }
  .versa .versa-popup-dialog h2 {
    margin: 9.6vw 0 4.8vw;
    color: #000;
    font-size: 4.2667vw;
    line-height: 1.5; }
  .versa .versa-popup-code {
    width: 54.9333vw;
    height: 54.9333vw;
    margin: 0 auto; } }
