@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
.banner.contact-banner .flex {
  align-items: center;
  gap: 54px;
  padding: 54px 0 70px;
}
.banner.contact-banner .flex .colA, .banner.contact-banner .flex .colB {
  flex: 1;
}
.banner.contact-banner .flex .colB figure {
  line-height: 0;
  border-radius: 10px;
  overflow: hidden;
}
.banner.contact-banner .flex .colB figure img, .banner.contact-banner .flex .colB figure video {
  width: 100%;
  height: 100%;
  aspect-ratio: 1.38;
  -o-object-fit: cover;
     object-fit: cover;
}

.contact-secA {
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
}
.contact-secA .col-md-con {
  flex: 1;
  display: flex;
  justify-content: center;
  justify-content: center;
  height: 164px;
}
.contact-secA .col-md-con:first-child {
  background: var(--secondary);
}
.contact-secA .col-md-con:nth-child(2) {
  background: var(--cyan);
}
.contact-secA .col-md-con:last-child {
  background: var(--orange);
}
.contact-secA .col-md-con .card {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.contact-secA .col-md-con .card .ico {
  flex: 0 1 auto;
}
.contact-secA .col-md-con .card .inf {
  flex: 1;
  color: var(--white);
  padding-left: 20px;
}
.contact-secA .col-md-con .card .inf h6 {
  font-size: 24px;
  font-weight: 700;
}
.contact-secA .col-md-con .card .inf p {
  line-height: 20px;
  font-weight: 500;
  margin-top: 5px;
}

.contact-secC {
  line-height: 0;
}
.contact-secC iframe {
  filter: grayscale(1);
  width: 100%;
  height: calc(100vh - var(--headerfixed));
}/*# sourceMappingURL=contact.css.map */