.site-card[data-v-10e60865] {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
@media screen and (max-width: 1023px) {
.site-card[data-v-10e60865] {
      align-items: center;
}
}
.site-card.auto .section[data-v-10e60865] {
    max-width: 600px !important;
}
.site-card.auto .section .q-img[data-v-10e60865] {
      margin-top: 140px;
}
@media (max-width: 1023px) {
.site-card.auto .section .q-img[data-v-10e60865] {
        margin-top: 180px;
}
}
.site-card .section[data-v-10e60865] {
    display: block;
    text-decoration: none;
    width: 100%;
    max-width: 500px;
    padding: 0 0;
    /* position: absolute;
    bottom: 20%;
    left: 50%;
    transform: translate(-50%, 0); */
}
.site-card .section header[data-v-10e60865] {
      width: 100%;
}
.site-card .section header h1[data-v-10e60865] {
        text-align: center;
        font-size: 32px;
        line-height: 40px;
        margin: 0;
        color: white;
        text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.site-card .section header h2[data-v-10e60865] {
        font-size: 26px;
        line-height: 26px;
        margin: 0;
        text-align: center;
        font-weight: 400;
        color: white;
        text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
        opacity: 0;
        transition: all 0.3s ease-in-out;
        transform: translateY(20px);
}
.site-card .section:hover h2[data-v-10e60865] {
      opacity: 1;
      transform: translateY(0px);
}
.site-card .footer[data-v-10e60865] {
    background-color: #fff;
    height: 200px;
    padding: 40px;
    display: none;
}
@media screen and (max-width: 1023px) {
.site-card .section[data-v-10e60865] {
      z-index: 0;
}
.site-card .section header h1[data-v-10e60865] {
        text-align: center;
        font-size: 32px;
        line-height: 32px;
}
.site-card .section header h2[data-v-10e60865] {
        opacity: 1;
        font-size: 20px;
        line-height: 20px;
        transform: translateY(0px);
}
}

.footer-index[data-v-3597f0ee] {
  background-color: #030b0f;
  height: 60px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 24px;
}
@media screen and (max-width: 1023px) {
.footer-index[data-v-3597f0ee] {
      flex-direction: column;
      justify-content: center;
      align-items: flex-start;
}
}
.footer-index p[data-v-3597f0ee] {
    margin: 0;
}
.footer-index .copyright[data-v-3597f0ee] {
    text-decoration: none;
    font-size: 10px;
    font-weight: 600;
    color: #fff;
    line-height: 14px;
}

.page-index header[data-v-12a6591a] {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.page-index header .logo[data-v-12a6591a] {
    padding: 10px 20px;
    display: inline-block;
}
.page-index header .logo img[data-v-12a6591a] {
      width: 140px;
}
@media screen and (max-width: 1023px) {
.page-index header .logo img[data-v-12a6591a] {
          width: 80px;
}
}
.page-index main[data-v-12a6591a] {
  width: 100%;
  height: calc(100vh - 60px);
  overflow: hidden;
  display: flex;
  justify-content: stretch;
  align-items: flex-start;
}
.page-index main .column[data-v-12a6591a] {
    flex: 1 1 0px;
    transition: all 0.4s linear;
    min-width: 0%;
    height: 100%;
}
.page-index main .column[data-v-12a6591a]:hover {
      flex-grow: 2;
}
.page-index .sites-carousel[data-v-12a6591a] {
  height: calc(100vh - 60px);
}


/*# sourceMappingURL=5.eee2d534.css.map*/