/* ── AIIC Page Styles ── */

/* Fly-in + parallax performance hints (PC only) */
@media (min-width: 900px) {
  [data-fly] {
    will-change: transform, opacity;
  }
  [data-parallax-speed] {
    will-change: transform;
  }
}

/* Hero Banner */
.aiic-hero {
  width: 100%;
  height: 420px;
  background-color: #444;
  background-image: url('../images/aiic_bg.jpg');
  background-size: auto 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  position: relative;
  padding-top: 72px;
  box-sizing: border-box;
}

.aiic-hero-text {
  text-align: center;
  padding: 0 16px;
  margin-bottom: 16px;
  pointer-events: none;
  z-index: 1;
  transition: transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform;
}

.aiic-hero h1 {
  color: #fff;
  font-weight: 700;
  font-size: 4.2rem;
  margin: 0 0 12px 0;
  line-height: 1.2;
  letter-spacing: -0.5px;
  text-shadow: 0 0 20px rgba(255,255,255,0.6), 0 0 48px rgba(140,190,255,0.5), 0 2px 8px rgba(0,0,0,0.8);
}

.aiic-hero p {
  color: #fff;
  font-size: 1.85rem;
  font-weight: 400;
  margin: 20px 0 16px 0;
  max-width: 760px;
  text-shadow: -1px -1px 0 rgba(0,0,0,0.85), 1px -1px 0 rgba(0,0,0,0.85), -1px 1px 0 rgba(0,0,0,0.85), 1px 1px 0 rgba(0,0,0,0.85), 0 2px 4px rgba(0,0,0,0.9);
  line-height: 3.5;
}

.aiic-hero-partner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 32px;
}

.aiic-hero-partner span {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  white-space: nowrap;
  padding-right: 20px;
  text-shadow: -1px -1px 0 rgba(0,0,0,0.85), 1px -1px 0 rgba(0,0,0,0.85), -1px 1px 0 rgba(0,0,0,0.85), 1px 1px 0 rgba(0,0,0,0.85), 0 0 8px rgba(0,0,0,0.7);
}

.aiic-hero-partner img {
  height: 60px;
  width: auto;
  object-fit: contain;
}

/* Mobile hero */
.aiic-hero-mobile {
  display: none;
  width: 100%;
}

.aiic-hero-mobile img {
  width: 100%;
  height: auto;
  display: block;
}

/* ── Intro Block ── */
.aiic-intro {
  background-color: #fff;
  padding: 48px 48px 40px;
  border-bottom: 1px solid rgba(0,0,0,0.07);
}

.aiic-intro-inner {
  max-width: 1280px;
  margin: 0 auto;
}

.aiic-intro h2 {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.25;
  margin: 0 0 8px 0;
}

.aiic-intro h2 .red {
  color: #e53935;
}

.aiic-intro .subtitle {
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.75;
  color: #000;
  margin: 0 0 16px 0;
}

.aiic-intro .desc {
  color: #555;
  line-height: 1.75;
  font-size: 1rem;
}

/* ── Section Row 1 ── */
.aiic-row1 {
  background-color: #f0f4fa;
  padding: 60px 0 80px;
  overflow: hidden;
}

.aiic-row1-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.aiic-section-heading {
  text-align: center;
  margin-bottom: 32px;
}

.aiic-section-heading .title {
  font-weight: 700;
  font-size: 2.8rem;
  color: #103B95;
  line-height: 1.2;
  margin: 0 0 16px 0;
}

.aiic-section-heading .subtitle {
  font-weight: 500;
  font-size: 1.7rem;
  color: #103B95;
  opacity: 0.75;
  margin: 0;
}

.aiic-img-container {
  position: relative;
}

.aiic-img-container img {
  width: 100%;
  height: auto;
  display: block;
}
.aiic-row2-col .aiic-img-container_a img{
  width: 98%;
  margin:auto;
}

.aiic-overlay {
  position: absolute;
  z-index: 2;
}

.aiic-overlay .ot {
  color: #29ade1;
  font-weight: 700;
  line-height: 1.3;
  font-size: 1.3rem;
  margin: 0 0 4px 0;
}

.aiic-overlay .od {
  color: #464646;
  line-height: 1.45;
  font-size: 1.1rem;
  margin: 0;
}

/* ── Section Row 2 ── */
.aiic-row2 {
  background-color: #fff;
  padding: 80px 0;
  overflow: hidden;
}

.aiic-row2-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 40px;
  position: relative;
}

.aiic-row2-col {
  flex: 1;
  min-width: 0;
  position: relative;
}

.aiic-row2-divider {
  width: 1px;
  background-color: rgba(0,0,0,0.12);
  align-self: stretch;
  flex-shrink: 0;
}

/* ── Section Row 3 ── */
.aiic-row3 {
  background-color: #f0f4fa;
  padding: 80px 0 128px;
  overflow: hidden;
}

.aiic-row3-inner {
  max-width: 1200px;
  margin: 0 auto;
}

/* ── GPU Table ── */
.aiic-gpu-table {
  border-radius: 4px;
  overflow: hidden;
  width: 100%;
}

.aiic-gpu-table table {
  width: 100%;
  border-collapse: collapse;
}

.aiic-gpu-table thead tr {
  background-color: #14a0da;
}

.aiic-gpu-table thead th {
  color: #fff;
  font-weight: 700;
  font-size: 1.05rem;
  padding: 8px 12px;
  white-space: nowrap;
  border: none;
  text-align: left;
}

.aiic-gpu-table tbody tr:nth-child(odd) {
  background-color: #ccdff1;
}

.aiic-gpu-table tbody tr:nth-child(even) {
  background-color: #e7f0f8;
}

.aiic-gpu-table tbody td {
  color: #1c1e21;
  font-size: 0.9rem;
  padding: 8px 0px 8px 12px;
  border: none;
  line-height: 1.6;
}

.aiic-gpu-table-note {
  color: #666;
  font-size: 1.05rem;
  font-style: italic;
  margin-top: 4px;
}

/* ── Apply Button ── */
.aiic-apply-btn {
  display: inline-block;
  background-color: #103B95;
  color: #fff !important;
  font-weight: 700;
  font-size: 1.2rem;
  padding: 18px 48px;
  border-radius: 8px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  letter-spacing: 0.02em;
  box-shadow: 0 4px 24px rgba(16,59,149,0.3);
  transition: background-color 0.2s, box-shadow 0.2s;
  text-transform: none;
}

.aiic-apply-btn:hover {
  background-color: #0d2f78;
  box-shadow: 0 6px 28px rgba(16,59,149,0.45);
}

.aiic-apply-center {
  text-align: center;
  margin-top: 140px;
}

/* ── Form Section ── */
.aiic-form-section {
  display: none;
  background-color: rgb(247, 250, 255);
  padding: 64px 48px 80px;
}

.aiic-form-section.active {
  display: block;
}
/* Success state: blue bg stretches to fill viewport minus footer */
.aiic-form-section.success-active {
  display: flex;
  flex-direction: column;
  min-height: 100vh; /* JS will override with calc(100vh - footerH) */
}
.aiic-form-section.success-active .aiic-form-inner {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.aiic-form-section.success-active {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  padding: 48px;
}
.aiic-form-section.success-active .aiic-form-inner {
  width: 100%;
  display: flex;
  justify-content: center;
}

.aiic-form-inner {
  max-width: 1280px;
  margin: 0 auto;
}

.aiic-form-title {
  font-weight: 700;
  font-size: 3rem;
  margin: 0 0 8px 0;
  color: #1a1a2e;
}

.aiic-form-subtitle {
  color: #666;
  font-size: 1.25rem;
  margin: 0 0 32px 0;
}

.aiic-form-card {
  background-color: #fff;
  border-radius: 8px;
  padding: 32px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

/* ── Form Fields ── */
.form-section-title {
  font-weight: 700;
  font-size: 1.25rem;
  margin: 0 0 16px 0;
  color: #1a1a2e;
}

.form-group {
  margin-bottom: 16px;
}

.form-group label {
  display: block;
  font-weight: 600;
  font-size: 1rem;
  color: #374151;
  margin-bottom: 6px;
}

.form-group label .req {
  color: #d32f2f;
  margin-left: 2px;
}

.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="tel"],
.form-group textarea {
  width: 100%;
  border: 1px solid #d1d5db;
  border-radius: 4px;
  padding: 12px 14px;
  font-size: 1rem;
  color: #111;
  box-sizing: border-box;
  outline: none;
  transition: border-color 0.2s;
  font-family: inherit;
}

.form-group input:focus,
.form-group textarea:focus {
  border-color: #103B95;
  box-shadow: 0 0 0 2px rgba(16,59,149,0.1);
}

.form-group input.error,
.form-group textarea.error {
  border-color: #d32f2f;
}

.form-group .helper,
.helper {
  color: #d32f2f;
  font-size: 0.75rem;
  margin-top: 4px;
  display: none;
}

.form-group .helper.show,
.helper.show {
  display: block;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.form-row-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
}

.form-contact-group {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 16px;
}

.form-contact-group-label {
  font-weight: 700;
  font-size: 0.8rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #6b7280;
  margin-bottom: 16px;
}

.form-contact-group.error-border {
  border-color: #d32f2f;
}

/* Questions */
.form-question-title {
  font-weight: 600;
  font-size: 1.1rem;
  margin: 0 0 10px 0;
  color: #1a1a2e;
}

.form-question-title .req {
  color: #d32f2f;
  margin-left: 4px;
}

.checkbox-group,
.radio-group {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 16px;
}

.checkbox-group.error-border,
.radio-group.error-border {
  border-color: #d32f2f;
}

.checkbox-group label,
.radio-group label {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  font-size: 1rem;
  cursor: pointer;
  font-weight: normal;
}

.checkbox-group label:last-child,
.radio-group label:last-child {
  margin-bottom: 0;
}

.checkbox-group input,
.radio-group input {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  cursor: pointer;
  accent-color: #103B95;
}

/* GPU Plan Table in form */
.gpu-plan-table-wrap {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 16px;
}

.gpu-plan-table-wrap.error-border {
  border-color: #d32f2f;
}

.gpu-plan-table {
  width: 100%;
  border-collapse: collapse;
}

.gpu-plan-table thead tr {
  background-color: #f0f4fa;
}

.gpu-plan-table thead th {
  font-weight: 700;
  padding: 10px 12px;
  text-align: left;
  white-space: nowrap;
  border: none;
  font-size: 0.9rem;
}

.gpu-plan-table tbody tr {
  cursor: pointer;
  background-color: #fff;
  transition: background-color 0.15s;
}

.gpu-plan-table tbody tr:hover {
  background-color: rgba(16,59,149,0.03);
}

.gpu-plan-table tbody tr.selected {
  background-color: rgba(16,59,149,0.06);
}

.gpu-plan-table tbody td {
  padding: 10px 12px;
  border: none;
  font-size: 1rem;
  border-top: 1px solid #f0f0f0;
}

.gpu-plan-table tbody tr:first-child td {
  border-top: none;
}

.gpu-plan-table .radio-cell {
  width: 48px;
  padding-left: 8px;
}

.gpu-plan-table input[type="radio"] {
  accent-color: #103B95;
  cursor: pointer;
}

/* Terms */
.form-terms {
  margin-top: 16px;
  padding: 16px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
}

.form-terms-title {
  font-weight: 600;
  font-size: 1rem;
  margin: 0 0 16px 0;
}

.form-terms-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 16px;
}

.form-terms-item:last-child {
  margin-bottom: 0;
}

.form-terms-item input[type="checkbox"] {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  margin-top: 2px;
  cursor: pointer;
  accent-color: #103B95;
}

.form-terms-item label {
  font-size: 0.9rem;
  line-height: 1.6;
  cursor: pointer;
}

.form-terms-item label .req {
  color: #d32f2f;
  margin-right: 4px;
}

.form-terms-item label a {
  color: #103B95;
  text-decoration: underline;
  cursor: pointer;
}

/* Buttons row */
.form-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.btn-submit {
  background-color: #103B95;
  color: #fff;
  font-weight: 700;
  font-size: 1.2rem;
  padding: 18px 48px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  text-transform: none;
  font-family: inherit;
  transition: background-color 0.2s;
}

.btn-submit:hover {
  background-color: #0d2f78;
}

.btn-submit:disabled {
  background-color: #9ca3af;
  cursor: not-allowed;
}

.btn-back {
  margin-left: auto;
  background-color: #fff;
  color: #888;
  font-weight: 600;
  font-size: 1.1rem;
  padding: 16px 32px;
  border-radius: 8px;
  border: 1px solid #ccc;
  cursor: pointer;
  font-family: inherit;
  transition: background-color 0.2s, border-color 0.2s;
}

.btn-back:hover {
  background-color: #f5f5f5;
  border-color: #aaa;
}

/* ── Success Box ── */
.aiic-success {
  background-color: #fff;
  border-radius: 8px;
  padding: 64px 32px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 400px;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.aiic-success.active {
  display: flex;
}

.aiic-success canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.success-icon {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background-color: #22c55e;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
  box-shadow: 0 4px 20px rgba(34,197,94,0.4);
  position: relative;
  z-index: 1;
}

.success-title {
  font-weight: 700;
  font-size: 2.75rem;
  color: #1a1a2e;
  margin: 0 0 16px 0;
  line-height: 1.2;
  position: relative;
  z-index: 1;
}

.success-subtitle {
  color: #6b7280;
  font-size: 1.25rem;
  line-height: 1.65;
  max-width: 520px;
  margin: 0;
  position: relative;
  z-index: 1;
}

/* ── Modal ── */
.aiic-modal-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 9000;
  align-items: center;
  justify-content: center;
}

.aiic-modal-overlay.active {
  display: flex;
}

.aiic-modal {
  background: #fff;
  border-radius: 8px;
  width: 90%;
  max-width: 800px;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  box-shadow: 0 20px 60px rgba(0,0,0,0.3);
}

.aiic-modal-header {
  padding: 20px 24px;
  border-bottom: 1px solid #e5e7eb;
  font-weight: 700;
  font-size: 1.25rem;
  color: #1a1a2e;
}

.aiic-modal-body {
  flex: 1;
  overflow-y: auto;
  padding: 20px 24px;
}

.aiic-modal-body p {
  font-size: 0.875rem;
  line-height: 1.75;
  margin: 0 0 16px 0;
  color: #374151;
  white-space: pre-wrap;
}

.aiic-modal-body .term-item {
  margin-bottom: 16px;
}

.aiic-modal-body .term-item strong {
  font-weight: 700;
}

.aiic-modal-footer {
  padding: 16px 24px;
  border-top: 1px solid #e5e7eb;
  display: flex;
  justify-content: flex-end;
  gap: 12px;
}

.modal-btn-cancel {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 0.9rem;
  color: #6b7280;
  padding: 8px 16px;
  font-family: inherit;
}

.modal-btn-confirm {
  background-color: #103B95;
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 8px 20px;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  font-family: inherit;
  transition: background-color 0.2s;
}

.modal-btn-confirm:hover:not(:disabled) {
  background-color: #0d2f78;
}

.modal-btn-confirm:disabled {
  background-color: #9ca3af;
  cursor: not-allowed;
}

/* ── Validation dialog ── */
.aiic-dialog-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 9100;
  align-items: center;
  justify-content: center;
}

.aiic-dialog-overlay.active {
  display: flex;
}

.aiic-dialog {
  background: #fff;
  border-radius: 8px;
  width: 90%;
  max-width: 500px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.3);
}

.aiic-dialog-header {
  padding: 20px 24px;
  font-weight: 700;
  font-size: 1.1rem;
  border-bottom: 1px solid #e5e7eb;
}

.aiic-dialog-body {
  padding: 20px 24px;
}

.aiic-dialog-body p {
  color: #1c1e21;
  font-size: 0.875rem;
  margin: 0 0 8px 0;
  line-height: 1.5;
}

.aiic-dialog-body p:last-child {
  margin-bottom: 0;
}

.aiic-dialog-footer {
  padding: 16px 24px;
  border-top: 1px solid #e5e7eb;
  display: flex;
  justify-content: flex-end;
}

/* Mobile fixed CTA */
.aiic-mobile-cta {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1100;
  padding: 12px 16px;
  background-color: rgba(255,255,255,0.95);
  backdrop-filter: blur(8px);
  box-shadow: 0 -2px 12px rgba(0,0,0,0.10);
}

.aiic-mobile-cta button {
  width: 100%;
  background-color: #103B95;
  color: #fff;
  font-weight: 600;
  font-size: 0.95rem;
  padding: 14px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  font-family: inherit;
}

/* ── Animations ── */
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}

.animate-in {
  animation: fadeInUp 0.8s ease-out forwards;
}

/* ── Responsive ── */
@media (max-width: 900px) {
  .aiic-hero {
    height: auto;
    background-image: none;
    background-color: transparent;
    padding-top: 0;
  }

  .aiic-hero-text {
    display: none;
  }

  .aiic-hero-mobile {
    display: block;
  }

  .aiic-intro {
    padding: 32px 24px 16px;
  }

  .aiic-intro h2 {
    font-size: 1.55rem;
  }

  .aiic-intro .subtitle {
    font-size: 1.1rem;
  }

  .aiic-row1 {
    padding: 32px 12px;
  }

  .aiic-section-heading .title {
    font-size: 1.5rem;
    margin-bottom: 24px;
  }

  .aiic-section-heading .subtitle {
    font-size: 1.05rem;
  }

  .aiic-row2 {
    padding: 32px 12px;
  }

  .aiic-row2-inner {
    flex-direction: column;
    gap: 24px;
  }

  .aiic-row2-divider {
    display: none;
  }

  .aiic-row3 {
    padding: 32px 12px 32px;
  }

  .aiic-apply-center {
    margin-top: 24px;
  }

  .aiic-apply-btn {
    width: 100%;
    text-align: center;
    display: block;
    box-sizing: border-box;
  }

  .aiic-form-section {
    padding: 24px 24px 48px;
  }

  .aiic-form-title {
    font-size: 1.35rem;
  }

  .aiic-form-subtitle {
    font-size: 1rem;
  }

  .form-row, .form-row-3 {
    grid-template-columns: 1fr;
  }

  .aiic-form-card {
    padding: 20px;
  }

  .btn-submit {
    font-size: 1.1rem;
    padding: 16px 32px;
    width: 100%;
  }

  .btn-back {
    font-size: 1rem;
    padding: 14px 24px;
    width: 100%;
  }

  .form-actions {
    flex-direction: column;
  }

  .aiic-mobile-cta {
    display: block;
  }

  .success-title {
    font-size: 2rem;
  }

  .success-subtitle {
    font-size: 1.1rem;
  }
  /* Overlays keep absolute positioning on mobile — JS fly-in/parallax disabled via innerWidth check */
  /* Smaller overlay text on mobile using clamp */
  .aiic-overlay .ot {
    font-size: clamp(0.45rem, 1.6vw, 0.75rem) !important;
    margin-bottom: 2px;
  }
  .aiic-overlay .od {
    font-size: clamp(0.45rem, 1.6vw, 0.75rem) !important;
    line-height: 1.3;
    margin: 0;
  }
  .aiic-overlay p {
    font-size: clamp(0.45rem, 1.6vw, 0.75rem) !important;
    line-height: 1.3;
  }
  /* Hide only the desktop GPU table overlay in row3; description overlays remain visible */
  .aiic-row3 .aiic-overlay--gpu-table {
    display: none !important;
  }
  /* Row2 overlays: larger text since image has more breathing room */
  .aiic-row2 .aiic-overlay .ot {
    font-size: clamp(0.9rem, 3.5vw, 1.05rem) !important;
  }
  .aiic-row2 .aiic-overlay .od {
    font-size: clamp(0.45rem, 2.4vw, 0.75rem) !important;
  }
  .aiic-row2 .aiic-overlay p {
    font-size: clamp(0.45rem, 2.4vw, 0.75rem) !important;
  }
}

/* ── Narrow desktop: compress GPU table cell padding ── */
@media (min-width: 900px) and (max-width: 1010px) {
  .aiic-gpu-table tbody td {
    padding: 2px 0px 2px 12px;
  }
}

/* ── Medium desktop (900–1300px): row2 image top-padding to clear overlay text ── */
@media (min-width: 900px) and (max-width: 1300px) {
  /* Push image down so the title overlay at top:0.8% has breathing room */
  .aiic-row2-col .aiic-img-container {
    padding-top: clamp(40px, calc(150px - (100vw - 900px) * 0.375), 40px);
  }
  /* Scale down overlay font sizes proportionally */
  .aiic-row2 .aiic-overlay .ot {
    font-size: clamp(0.85rem, 1.4vw, 1.3rem);
  }
  .aiic-row2 .aiic-overlay .od,
  .aiic-row2 .aiic-overlay p {
    font-size: clamp(0.75rem, 1.1vw, 1.1rem);
  }
}

/* ── All desktop: row2 image container baseline top padding ── */
@media (min-width: 1300px) {
  .aiic-row2-col .aiic-img-container_a {
    padding-top: 12px;
  }
}
@media (min-width: 900px) and (max-width: 1100px) {
  .aiic-row2-col .aiic-img-container_a {
    padding-top: 50px;
  }
}
.aiic-img-container_a .aiic-overlay{
  white-space:nowrap;
}
