/* COLOR VARIABLE */
/* FONT VARIABLE */
/*OTHER VARIABLE */
.text-accent {
  color: #e51a6a;
}

.text-blue {
  color: #1565C0 !important;
}

.text-purple {
  color: #6A1B9A !important;
}

.text-pink {
  color: #FF6090;
}

.bg-accent {
  background-color: #e51a6a;
}

.bg-blue {
  background-color: #1565C0;
}

.bg-blue-light {
  background-color: #E3F2FD;
}

.bg-red-light {
  background-color: #FFEBEE;
}

.bg-warning-light {
  background-color: #FFF8E1;
}

.bg-purple-light {
  background-color: #F3E5F5;
}

.bg-success-light {
  background-color: #E8F5E9;
}

.tracking-wider {
  letter-spacing: 1.5px;
}

.fw-500 {
  font-weight: 500;
}

.page-wrap {
  max-width: 860px;
  margin: auto;
  padding: 3rem 0 4rem;
}

@media screen and (max-width: 767px) {
  .page-wrap {
    padding: 2rem 0 3rem;
  }
}

.section-icon {
  width: 36px;
  height: 36px;
  border-radius: 6px;
  background: #e51a6a;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .section-icon {
    width: 34px;
    height: 34px;
  }
}

.section-title {
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .section-title {
    font-size: 18px;
    line-height: 1.5;
  }
}

.section-line {
  height: 0.5px;
  background: rgba(0, 0, 0, 0.09);
}

.greeting {
  display: flex;
  justify-content: space-between;
  gap: 2.5rem;
}

@media screen and (max-width: 767px) {
  .greeting {
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
  }
}

.greeting-photo {
  background-image: url(../../img/president.jpg);
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 350px;
  min-height: 320px;
  position: relative;
}

@media (max-width: 767px) {
  .greeting-photo {
    min-height: 300px;
  }
}

.contentGreeting {
  flex: 1;
}

.greeting-tag {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  width: fit-content;
}

.info-table tr {
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.07);
}

.info-table tr:last-child {
  border-bottom: none;
}

.info-table tr:hover td, .info-table tr:hover th {
  background: #FFFBFC;
}

.info-table th {
  width: 200px;
  padding: 14px 20px;
  font-size: 1rem;
  font-weight: 700;
  color: #6B6B67;
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
  background: #F9F9F7;
  border-right: 0.5px solid rgba(0, 0, 0, 0.07);
  vertical-align: middle;
}

@media (max-width: 640px) {
  .info-table th {
    width: 110px;
    font-size: 11px;
    padding: 12px 14px;
  }
}

.info-table td {
  padding: 14px 20px;
  font-size: 13px;
  line-height: 1.75;
  color: #1A1A18;
  vertical-align: top;
}

@media (max-width: 640px) {
  .info-table td {
    padding: 12px 14px;
  }
}

.studio-card {
  transition: border-color 0.15s, transform 0.15s;
}

.studio-card:hover {
  border-color: rgba(208, 0, 75, 0.3);
  transform: translateY(-2px);
}

.studio-card .studio-img {
  aspect-ratio: 16/9;
  background: linear-gradient(135deg, #1a0010, #4a0030);
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.studio-card .studio-img.has-photo {
  background-size: cover;
  background-position: center;
}

.studio-card .studio-img .studio-img-placeholder {
  color: rgba(255, 255, 255, 0.2);
  font-size: 11px;
}

.studio-card .studio-img .studio-img-placeholder i {
  font-size: 28px;
}

.studio-card .studio-img .studio-num {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.5px;
  color: #fff;
  background: rgba(208, 0, 75, 0.85);
  padding: 3px 9px;
  border-radius: 99px;
}

.badge {
  font-size: 12px;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 99px;
  background: #FBEAF0;
  color: #72243E;
}

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