/* Clear floats after the columns */
.main-container_2_cell:after {
  content: "";
  display: table;
  clear: both;
}

/* Create two equal columns that floats next to each other */
.hero-text-1 {
  float: left;
  width: 50%;
  padding: 10px;
  height: auto; /* Should be removed. Only for demonstration */
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .hero-text-1 {
    width: 100%;
  }
}

/* Create two equal columns that floats next to each other */
.hero-text-2 {
  float: left;
  width: 50%;
  padding: 10px;
  height: auto; /* Should be removed. Only for demonstration */
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .hero-text-2 {
    width: 100%;
  }
}
/*
     FILE ARCHIVED ON 07:19:22 Apr 08, 2025 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 15:44:21 May 10, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  capture_cache.get: 9.347
  load_resource: 48.258
  PetaboxLoader3.datanode: 47.683
*/