.heroBanner {
  min-height: 610px;
  display: flex;
  justify-content: center;
}
.heroBanner_shorter {
  min-height: 450px;
}
.heroBanner_inner {
  margin: 50px 20px 50px 20px;
  width: 1200px;
}
.heroBanner_content {
  position: relative;
  max-width: 700px;
  display: flex;
  justify-content: space-between;
}
.heroBanner_content_right {
  position: relative;
  max-width: 700px;
  display: flex;
  justify-content: space-between;
  float: right;
}
.heroBanner_content_content {
  position: relative;
  z-index: 3;
  width: 90%;
  max-width: 550px;
  flex-grow: 1;
}
.heroBanner_content_squareContainer {
  position: relative;
  z-index: 1;
}
.heroBanner_content_square,
.heroBanner_content_square_home {
  background-color: #ffffff;
  position: absolute;
  height: 2vw;
  width: 2vw;
  min-width: 190px;
  max-width: 300px;
  min-height: 190px;
  max-height: 300px;
  left: 10%;
  top: 14%;
}
.heroBanner_content_title {
  font-family: 'Lato', sans-serif;
  color: #578899;
  font-weight: 700;
  font-size: 19px;
}
.heroBanner_content_heading {
  margin-top: 26px;
  margin-bottom: 20px;
  font-family: 'Arial', sans-serif;
  color: #273a5d;
  font-weight: 700;
  font-size: 46px;
  letter-spacing: -0.01em;
}
.heroBanner_content_heading_DIB {
  margin-top: 26px;
  margin-bottom: 20px;
  font-family: 'Arial', sans-serif;
  color: #273a5d;
  font-weight: 700;
  font-size: 60px;
  letter-spacing: -0.01em;
}
.heroBanner_content_text,
.heroBanner_content_text_DIB {
  font-family: 'Arial', sans-serif;
  color: #578899;
  line-height: 29px;
}
.heroBanner_buttonContainer {
  margin-top: 10px;
}
.heroBanner_buttonContainer .btn {
  display: inline-block;
  margin: 6px 10px 6px 0;
  width: 40%;
  max-width: 300px;
  position: relative;
  background-color: transparent;
}
.heroBanner_buttonContainer .btn-primary {
  background-color: #273A5D;
}
.heroBanner_buttonContainer .btn:hover {
  border: 1px solid #273A5D;
}
.heroBanner_buttonContainer .btn-primary:hover {
  background-color: #55899a ;
  border: 1px solid #55899A;
}
.nonmobile__only {
  display: none;
}
/* ============================================ *
 * MAX WIDTH QUERIES
* ============================================ */
@media (max-width: 450px) {
  .heroBanner {
    margin-top: -70px;
  }
  .heroBanner_content_square_home {
    background-color: #ffffff;
    position: absolute;
    min-height: 295px;
    max-height: 370px;
    height: 45%;
    min-width: 103vw;
    left: -10%;
    top: 3%;
  }
  .heroBanner_content_text {
    padding-top: 3vh;
  }
  .mobile__only {
    padding-top: 40px;
  }
}
@media (max-width: 414px) {
  .heroBanner_content_square_home {
    height: 47% !important;
  }
}
@media (max-width: 330px) {
  .heroBanner_content_square_home {
    min-width: 105vw;
  }
}
@media (max-width: 599px) {
  .heroBanner_buttonContainer .btn {
    display: block;
    width: 100%;
  }
  .heroBanner {
    min-height: 0;
  }
  .heroBanner_buttonContainer .btn {
    max-width: 375px;
    height: 54px;
    border-radius: 54px;
  }
  .heroBanner_buttonContainer .btn-content {
    margin: 10px 11px 0 9px;
  }
  .heroBanner_content_title {
    display: none;
  }
}
@media (max-width: 769px) {
  .heroBanner_content {
    padding: 20px 0px;
  }
  .heroBanner_content_heading {
    font-size: 53px;
    margin-right: 40px;
    margin-left: 10px;
    line-height: 1em;
  }
  .heroBanner_content_heading_DIB {
    font-size: 46px;
  }
  .heroBanner_content_text,
  .heroBanner_content_text_DIB {
    padding-left: 10px;
    padding-right: 10px;
  }
}
/* ============================================ *
 * MIN WIDTH QUERIES
 * ============================================ */
@media (min-width: 450px) {
  .heroBanner_content_home {
    margin-top: 5%;
  }
}
@media (min-width: 640px) {
  .nonmobile__only {
    display: block;
  }
  .mobile__only {
    display: none;
  }
}
@media (min-width: 770px) {
  .content_home {
    max-width: 645px;
  }
}
@media (min-width: 980px) {
  .heroBannerContent {
    padding: 102px 40px 150px 40px;
  }
  .heroBanner_content_text {
    font-size: 16px;
  }
  .heroBanner_content_text_DIB {
    font-size: 18px;
  }
}
