.so-widget-hero-standard-widget-default-b4e7275f400a-61 .ingage-hero {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #070049;
  color: #fff;
  height: 900px;
  position: relative;
  overflow: hidden;
  text-align: left;
}
.so-widget-hero-standard-widget-default-b4e7275f400a-61 .ingage-hero .container {
  z-index: 2;
  justify-content: flex-start;
}
.so-widget-hero-standard-widget-default-b4e7275f400a-61 .ingage-hero .container .box {
  max-width: 1000px;
}
@media (max-width: 1024px) {
  .so-widget-hero-standard-widget-default-b4e7275f400a-61 .ingage-hero {
    height: 500px;
    background-position: bottom right;
    background-size: cover;
  }
}
.so-widget-hero-standard-widget-default-b4e7275f400a-61 .ingage-hero .hero-bg {
  margin: 0;
  padding: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 0;
  display: flex;
}
.so-widget-hero-standard-widget-default-b4e7275f400a-61 .ingage-hero .hero-bg img {
  object-fit: cover;
}
.so-widget-hero-standard-widget-default-b4e7275f400a-61 .ingage-hero .hero-bg .slide {
  z-index: 1;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  transition: opacity 1s ease-in-out;
  opacity: 0;
}
.so-widget-hero-standard-widget-default-b4e7275f400a-61 .ingage-hero .hero-bg .slide.show {
  opacity: 1;
}
.so-widget-hero-standard-widget-default-b4e7275f400a-61 .ingage-hero .hero-bg-fixed {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}
.so-widget-hero-standard-widget-default-b4e7275f400a-61 .ingage-hero .hero-bg-standard img {
  width: 100%;
}
.so-widget-hero-standard-widget-default-b4e7275f400a-61 .ingage-hero .hero-video {
  margin: 0;
  padding: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 0;
  display: flex;
}
.so-widget-hero-standard-widget-default-b4e7275f400a-61 .ingage-hero .hero-video video {
  object-fit: cover;
}
.so-widget-hero-standard-widget-default-b4e7275f400a-61 .ingage-hero h1 {
  font-size: 53px;
  letter-spacing: -1px;
  line-height: 1.2em;
}
@media (max-width: 768px) {
  .so-widget-hero-standard-widget-default-b4e7275f400a-61 .ingage-hero h1 {
    font-size: 7.5vw;
  }
}
.so-widget-hero-standard-widget-default-b4e7275f400a-61 .ingage-hero h3 {
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: 1px;
  margin: 20px 0;
}
@media (max-width: 768px) {
  .so-widget-hero-standard-widget-default-b4e7275f400a-61 .ingage-hero h3 {
    font-size: 18px;
  }
}
.so-widget-hero-standard-widget-default-b4e7275f400a-61 .ingage-hero p {
  margin-top: 5px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .so-widget-hero-standard-widget-default-b4e7275f400a-61 .ingage-hero p {
    font-size: 14px !important;
    margin-top: 0;
  }
  .so-widget-hero-standard-widget-default-b4e7275f400a-61 .ingage-hero p strong {
    padding-top: 0px;
    border-top: none;
  }
}
.so-widget-hero-standard-widget-default-b4e7275f400a-61 .ingage-hero .buttons {
  margin-top: 30px;
}
.so-widget-hero-standard-widget-default-b4e7275f400a-61 .ingage-hero .buttons .button {
  margin-left: 5px;
  margin-right: 5px;
}