.aot-externalform {
  display: grid;
  column-gap: var(--aot-sys-template-grid-column-gap);
  grid-template-columns: var(--aot-sys-template-grid-template-columns);
}

.aot-externalform > iframe {
  grid-column: 1 / -1;
}

/* Mobile */
@media (max-width: 319px) {
  .aot-externalform {
    height: 1238px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .aot-externalform {
    height: 1191px;
  }
}

/* Tablet */
@media (min-width: 768px) and (max-width: 1023px) {
  .aot-externalform {
    height: 1107px;
  }
}

/* Desktop */
@media (min-width: 1024px) and (max-width: 1439px) {
  .aot-externalform {
    height: 1106px;
  }
}

@media (min-width: 1440px) and (max-width: 50000px) {
  .aot-externalform {
    height: 1073px;
  }
}
