.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  background-color: #333;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

.column {
  padding-right: 0px;
  padding-left: 0px;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 125px;
}

.columns {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1000000000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: auto;
  box-shadow: 0 0 11px 11px rgba(0, 0, 0, 0.2);
}

.column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #333;
}

.navbar {
  min-height: auto;
  background-color: #f3f3f3;
}

.icon {
  color: #333;
  font-size: 30px;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #ec3838;
}

.section-2 {
  min-height: 100vh;
}

.footer {
  padding-top: 60px;
  padding-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #000;
  color: #fff;
  text-align: center;
}

.footer-flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: left;
}

.footer-logo-link {
  width: 25%;
  max-height: 60px;
  min-width: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-image {
  width: 245px;
  height: 100px;
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.footer-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.footer-link {
  display: block;
  margin-bottom: 10px;
  color: #ccc;
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: underline;
}

.link {
  color: #fff;
  text-decoration: none;
}

.link:hover {
  text-decoration: underline;
}

.button {
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  background-color: transparent;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button:hover {
  border-color: transparent;
  background-color: #ec3838;
}

.button.home-hero {
  margin-right: 20px;
  margin-left: 20px;
}

.button.white:hover {
  background-color: #fff;
  color: #ec3838;
}

.button.red {
  border-color: #ec3838;
  color: #ec3838;
}

.button.red:hover {
  color: #fff;
}

.menu-button {
  display: block;
  background-color: transparent;
}

.menu-button.w--open {
  background-color: #ec3838;
  color: #fff;
}

.nav-link {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.nav-link.w--current {
  color: #f3f3f3;
}

.cards-section {
  position: relative;
  z-index: 5;
  display: none;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #000;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
  color: #fff;
}

.cards-section.careers {
  background-color: #f3f3f3;
  color: #333;
}

.centered-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.cards-grid-container {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 150px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: left;
}

.cards-image-mask {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 100%;
  border-radius: 0%;
  -o-object-fit: contain;
  object-fit: contain;
}

.cards-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.link-2 {
  opacity: 0.8;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-transform: uppercase;
}

.link-2:hover {
  opacity: 1;
}

.link-3 {
  color: #fff;
  text-decoration: none;
}

.button-2 {
  margin-right: 20px;
  margin-left: 20px;
  background-color: #ec3838;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button-2:hover {
  background-color: #fff;
  color: #333;
}

.button-3 {
  margin-right: 20px;
  margin-left: 20px;
  background-color: #ec3838;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.div-block {
  margin-top: 20px;
}

.heading {
  font-family: Oswald, sans-serif;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.heading-2 {
  font-family: Oswald, sans-serif;
  text-align: center;
}

.heading-3 {
  font-family: Oswald, sans-serif;
  text-align: center;
}

.heading-4 {
  font-family: Oswald, sans-serif;
  text-align: center;
}

.body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
}

.paragraph {
  color: grey;
  font-weight: 500;
  text-align: center;
}

.paragraph-2 {
  color: grey;
  font-weight: 500;
  text-align: center;
}

.paragraph-3 {
  color: grey;
  font-weight: 500;
  text-align: center;
}

.hero {
  display: none;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 4px solid #ec3838;
  background-color: #333;
  color: #fff;
}

.flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero-image-mask {
  width: 100%;
  height: 100%;
  margin-left: 40px;
  -o-object-fit: fill;
  object-fit: fill;
}

.hero-image {
  width: 100%;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0.5 auto;
  -ms-flex: 0 0.5 auto;
  flex: 0 0.5 auto;
  -o-object-fit: fill;
  object-fit: fill;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.heading-5 {
  font-family: Oswald, sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.text-block {
  font-size: 12px;
  line-height: 18px;
}

.list {
  margin-bottom: 20px;
  color: #ccc;
  line-height: 24px;
}

.section-3 {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 60vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/blood-4944421_1920.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/blood-4944421_1920.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.section-3.about {
  background-image: url('../images/ambulance-architecture-building-business-263402.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.section-3.careers {
  background-image: url('../images/shutterstock_1133220080_2.jpg');
  background-position: 50% 15%;
  background-size: cover;
}

.section-3.apply {
  background-image: url('../images/woman-in-white-shirt-standing-near-glass-window-inside-room-127873.jpg');
  background-position: 50% 39%;
  background-size: cover;
}

.section-3.staffing {
  background-image: url('../images/shutterstock_615751934_2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.heading-6 {
  font-family: Oswald, sans-serif;
  color: #fff;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.section-4 {
  position: relative;
  z-index: 6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 60vh;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.5);
}

.section-4.about {
  min-height: 60vh;
  background-color: #333;
}

.section-4.apply {
  border-bottom: 4px solid #ec3838;
  background-color: #333;
}

.heading-7 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.heading-8 {
  color: #fff;
  line-height: 30px;
  font-weight: 300;
  text-align: center;
}

.section-5 {
  min-height: 100vh;
}

.hero-2 {
  position: relative;
  display: block;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  box-shadow: 0 6px 20px 5px rgba(0, 0, 0, 0.15);
}

.heading-9 {
  font-family: Oswald, sans-serif;
  color: #fff;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.list-item {
  margin-top: 10px;
}

.list-item-2 {
  margin-top: 10px;
}

.list-item-3 {
  margin-top: 10px;
}

.list-item-4 {
  margin-top: 10px;
}

.list-item-5 {
  margin-top: 10px;
}

.list-item-6 {
  margin-top: 10px;
}

.list-2 {
  padding-top: 5px;
  color: #ccc;
}

.call-to-action {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  border-bottom: 4px solid #ec3838;
  background-color: #333;
  box-shadow: 10px 0 20px 5px rgba(0, 0, 0, 0.25);
  color: #fff;
}

.heading-10 {
  font-family: Oswald, sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.div-block-2 {
  min-width: 50%;
}

.div-block-3 {
  min-width: 50%;
}

.section-6 {
  min-height: 100vh;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f3f3f3;
}

.image {
  width: 110px;
}

.div-block-4 {
  min-width: 50%;
}

.section-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 60vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/shutterstock_1124727410.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.contact-form {
  padding-top: 100px;
  padding-bottom: 100px;
}

.contact-form-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading-11 {
  font-family: Oswald, sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.section-8 {
  padding-top: 100px;
  padding-bottom: 100px;
  border-bottom: 4px solid #ec3838;
  background-color: #fff;
}

.heading-12 {
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.grid {
  grid-column-gap: 95px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-block-2 {
  color: grey;
  line-height: 24px;
}

.heading-13 {
  font-family: Oswald, sans-serif;
  color: #333;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  opacity: 0.9;
}

.link-block:hover {
  opacity: 1;
}

.link-block.footer {
  padding: 0px;
}

.list-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: grey;
}

.page-section {
  position: relative;
  z-index: 2;
}

.div-block-5 {
  position: relative;
  z-index: 7;
}

.section-9 {
  position: relative;
  overflow: visible;
  height: 75vh;
  min-height: auto;
}

.section-9.careers {
  background-image: url('../images/blood-4944421_1920.jpg');
}

.grid-2 {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.form {
  color: #fff;
}

.textarea {
  margin-bottom: 20px;
  color: #333;
}

.text-field {
  color: #333;
}

.text-field-2 {
  color: #333;
}

.text-field-3 {
  color: #333;
}

.text-field-4 {
  color: #333;
}

.text-field-5 {
  color: #333;
}

.section-10 {
  position: relative;
  display: block;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-bottom: 4px solid #ec3838;
  background-color: #f3f3f3;
  box-shadow: 0 5px 10px 5px rgba(0, 0, 0, 0.15);
}

.textarea-2 {
  margin-bottom: 20px;
}

.form-2 {
  -o-object-fit: fill;
  object-fit: fill;
}

.form-block {
  width: 50vw;
}

.form-block-2 {
  width: 50vw;
  margin-top: 60px;
}

.background-video {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 120vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.div-block-6 {
  min-height: 130vh;
  background-image: url('../images/shutterstock_695512903.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.section-11 {
  min-height: 100vh;
}

.div-block-7 {
  position: relative;
  min-height: 120vh;
  background-image: url('../images/laboratory-3827743_1920.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.link-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 100%;
  padding: 20px;
}

.link-4 {
  color: grey;
  text-decoration: none;
}

.link-4:hover {
  text-decoration: underline;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.link-5 {
  color: grey;
  text-decoration: none;
}

.link-5:hover {
  text-decoration: underline;
}

.section-12 {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #000;
}

.grid-3 {
  grid-column-gap: 150px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-2 {
  width: 100%;
  height: 100%;
  max-width: none;
}

.heading-14 {
  font-family: Oswald, sans-serif;
  color: #fff;
  text-align: center;
}

.section-13 {
  padding-top: 100px;
  padding-bottom: 100px;
  border-bottom: 3px solid #ec3838;
  background-color: #333;
}

.heading-15 {
  font-family: Oswald, sans-serif;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-9 {
  height: 100%;
}

@media screen and (max-width: 991px) {
  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }

  .button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .button.home-hero {
    display: block;
  }

  .button.white {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .button.red {
    display: block;
  }

  .button.navbar {
    display: none;
  }

  .centered-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .cards-grid-container {
    grid-column-gap: 20px;
  }

  .div-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .section-4 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .section-4.about {
    padding-right: 20px;
    padding-left: 20px;
  }

  .call-to-action {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .grid {
    grid-column-gap: 50px;
  }
}

@media screen and (max-width: 767px) {
  .column-2 {
    display: none;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-image {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .button {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    text-align: center;
  }

  .cards-section {
    padding: 40px 20px;
  }

  .cards-grid-container {
    max-width: none;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .hero {
    padding: 40px 20px;
  }

  .flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero-image-mask {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .section-3.about {
    min-height: 45vh;
  }

  .section-3.careers {
    min-height: 45vh;
  }

  .section-3.apply {
    min-height: 45vh;
  }

  .section-3.staffing {
    min-height: 45vh;
  }

  .section-4.about {
    min-height: 60vh;
    padding-right: 20px;
    padding-left: 20px;
  }

  .hero-2 {
    padding: 40px 20px;
  }

  .call-to-action {
    padding: 100px 20px;
  }

  .div-block-4 {
    display: block;
  }

  .section-7 {
    min-height: 45vh;
  }

  .contact-form {
    padding: 40px 20px;
  }

  .heading-11 {
    font-size: 32px;
    line-height: 38px;
  }

  .section-8 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .heading-12 {
    font-size: 32px;
    line-height: 38px;
  }

  .background-video {
    min-height: 100vh;
  }

  .grid-3 {
    padding-right: 20px;
    padding-left: 20px;
    grid-column-gap: 80px;
    grid-row-gap: 40px;
  }

  .section-13 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .container-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-3 {
    padding-top: 40px;
  }
}

@media screen and (max-width: 479px) {
  .footer {
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }

  .footer-flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-logo-link {
    height: 60px;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .centered-container {
    text-align: left;
  }

  .cards-grid-container {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .text-block {
    font-size: 12px;
    line-height: 18px;
    text-align: center;
  }

  .section-4.about {
    padding-right: 20px;
    padding-left: 20px;
  }

  .heading-7 {
    font-size: 30px;
    line-height: 36px;
  }

  .heading-8 {
    font-size: 16px;
    line-height: 24px;
  }

  .hero-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
  }

  .heading-9 {
    font-size: 28px;
    line-height: 34px;
  }

  .heading-10 {
    text-align: center;
  }

  .container {
    padding: 40px 10px;
  }

  .list-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .paragraph-5 {
    text-align: center;
  }

  .background-video {
    min-height: 100vh;
  }

  .paragraph-6 {
    text-align: center;
  }

  .grid-3 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .div-block-10 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-e4ea5bb9-e0b4-689b-7bd0-411c0c066c1f-d6c3367b {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_75dea5b3-75ac-a90e-870d-5e6e57ad01b2-d6c3367b {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_7062a1af-31f8-f95b-6c5b-f50ad0f151c5-44c33676 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_7062a1af-31f8-f95b-6c5b-f50ad0f151c7-44c33676 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_7062a1af-31f8-f95b-6c5b-f50ad0f151cc-44c33676 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_7062a1af-31f8-f95b-6c5b-f50ad0f151ce-44c33676 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-ad324f8d-8cb1-d01a-d7dd-b65e230d3b62-98c33678 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-ad324f8d-8cb1-d01a-d7dd-b65e230d3b64-98c33678 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-ad324f8d-8cb1-d01a-d7dd-b65e230d3b69-98c33678 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-ad324f8d-8cb1-d01a-d7dd-b65e230d3b6b-98c33678 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-e4ea5bb9-e0b4-689b-7bd0-411c0c066c1f-d6c3367b {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_75dea5b3-75ac-a90e-870d-5e6e57ad01b2-d6c3367b {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_7efeb529-2c3e-6f54-ad0c-1588d8bc53da-44c33676 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-eb9e75fa-ce1c-cc57-fea9-7ad201b54db5-44c33676 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_72d9dc2d-4b9a-2f3a-4d74-bd759bd83552-44c33676 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_7062a1af-31f8-f95b-6c5b-f50ad0f151bb-44c33676 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_7062a1af-31f8-f95b-6c5b-f50ad0f151c2-44c33676 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_7062a1af-31f8-f95b-6c5b-f50ad0f151c9-44c33676 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-ad324f8d-8cb1-d01a-d7dd-b65e230d3b58-98c33678 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-ad324f8d-8cb1-d01a-d7dd-b65e230d3b5f-98c33678 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-ad324f8d-8cb1-d01a-d7dd-b65e230d3b66-98c33678 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}