<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.admission_stage {background-color: #EEF8FA;}
.stage_row { display: flex; flex-wrap: wrap;padding-top: 200px;}
.stage_block { width: 183px; min-width: 183px;text-align: center;}
.stage_block:nth-child(odd) { margin-top: -200px;}
.stage_block + .stage_block { margin-left: 7.2%;}
.stage_block p {margin: 0; text-align: center !important;}
.stage_block p strong { font-weight: 700; color: #003580; display: block;}
.stage_icon_box {display: inline-block; margin-bottom: 13px; padding: 10px; border-radius: 50%; position: relative; z-index: 2; }
.stage_icon_box span {display: flex; justify-content: center; align-items: center; align-content: center; border-radius: 50%; position: relative;}


@media (max-width: 1199px) {
  .stage_block + .stage_block {margin-left: 0.2%;}
}
@media (max-width: 991px) {
  .stage_block:nth-child(odd) {margin-top: 0;}
  .stage_row {padding-top: 0;justify-content: center;}
  .stage_block {margin: 10px 5%;}
}
</pre></body></html>