/* breakpoints */
/*Large Break*/
/*Custom Break*/
/*Grid Break*/
/* Bootstrap Col breaks */
.hero-banner-image-light.hero-banner,
.hero-banner-video-light.hero-banner {
  padding-top: 0;
}
.hero-banner-image-light.hero-banner .hero-title,
.hero-banner-video-light.hero-banner .hero-title {
  color: #360065;
}
.hero-banner-image-light.hero-banner .sub-text,
.hero-banner-video-light.hero-banner .sub-text {
  color: #232323;
}
.hero-banner-image-light.hero-banner .btn-hero-banner a,
.hero-banner-video-light.hero-banner .btn-hero-banner a {
  background: #360065;
  color: #ffffff;
  position: relative;
}
.hero-banner-image-light.hero-banner .btn-hero-banner a:hover,
.hero-banner-video-light.hero-banner .btn-hero-banner a:hover {
  text-decoration: none;
}
.hero-banner-image-light.hero-banner .btn-hero-banner a:hover:before,
.hero-banner-video-light.hero-banner .btn-hero-banner a:hover:before {
  opacity: 1;
}
.hero-banner-image-light.hero-banner .btn-hero-banner a:before,
.hero-banner-video-light.hero-banner .btn-hero-banner a:before {
  content: "" !important;
  border-radius: 26px;
  opacity: 0;
  z-index: -1;
  transition: all 0.2s ease-in-out;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(0deg, rgba(114, 201, 248, 0.4) 0%, #360065 72%);
}

.hero-banner-image-dark.hero-banner .hero-title,
.hero-banner-video-dark.hero-banner .hero-title {
  color: #ffffff;
}
.hero-banner-image-dark.hero-banner .sub-text,
.hero-banner-video-dark.hero-banner .sub-text {
  color: #ffffff;
}
.hero-banner-image-dark.hero-banner .btn-hero-banner a,
.hero-banner-video-dark.hero-banner .btn-hero-banner a {
  font-family: "EuclidCircularA-Bold", Arial, sans-serif;
  font-size: 1em;
  position: relative;
  z-index: 0;
  color: #1E1E1E;
  padding: 12px 24px;
  display: inline-block;
  border-radius: 26px;
  transition: all 0.2s ease-in-out;
  background: #33ff94;
}
.hero-banner-image-dark.hero-banner .btn-hero-banner a:before,
.hero-banner-video-dark.hero-banner .btn-hero-banner a:before {
  content: "";
  border-radius: 26px;
  opacity: 0;
  z-index: -1;
  transition: all 0.2s ease-in-out;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
.hero-banner-image-dark.hero-banner .btn-hero-banner a:hover, .hero-banner-image-dark.hero-banner .btn-hero-banner a:focus,
.hero-banner-video-dark.hero-banner .btn-hero-banner a:hover,
.hero-banner-video-dark.hero-banner .btn-hero-banner a:focus {
  text-decoration: none;
}
.hero-banner-image-dark.hero-banner .btn-hero-banner a:hover:before, .hero-banner-image-dark.hero-banner .btn-hero-banner a:focus:before,
.hero-banner-video-dark.hero-banner .btn-hero-banner a:hover:before,
.hero-banner-video-dark.hero-banner .btn-hero-banner a:focus:before {
  opacity: 1;
}
.hero-banner-image-dark.hero-banner .btn-hero-banner a::before,
.hero-banner-video-dark.hero-banner .btn-hero-banner a::before {
  background: linear-gradient(0deg, rgba(114, 201, 248, 0.4) 0%, #33ff94 100%);
}
.hero-banner-image-dark.hero-banner .btn-hero-banner a:after,
.hero-banner-video-dark.hero-banner .btn-hero-banner a:after {
  display: none !important;
}

.hero-banner-video-dark.hero-banner,
.hero-banner-video-light.hero-banner {
  background-image: none !important;
  display: block;
  position: relative;
  height: 100%;
  background: #f6f7f8;
  background-image: -webkit-linear-gradient(left, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
  background-repeat: no-repeat;
  background-size: 800px 100%;
  -webkit-animation: placeHolderShimmer 1s linear infinite forwards;
  animation: placeHolderShimmer 1s linear infinite forwards;
}
.hero-banner-video-dark.hero-banner .sub-text,
.hero-banner-video-light.hero-banner .sub-text {
  font-family: "EuclidCircularA-Semibold", Arial, sans-serif;
}

.hero-banner-image-dark.hero-banner,
.hero-banner-image-light.hero-banner {
  padding-top: 30px;
}
.hero-banner-image-dark.hero-banner.bg_cover_center,
.hero-banner-image-light.hero-banner.bg_cover_center {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.hero-banner-image-dark.hero-banner .banner-video-wrapper,
.hero-banner-image-light.hero-banner .banner-video-wrapper {
  max-width: 90%;
  height: -webkit-max-content;
  height: max-content;
  cursor: pointer;
  margin: 30px auto auto;
  padding-bottom: 20px;
}
.hero-banner-image-dark.hero-banner.image-position-top .banner-video-wrapper,
.hero-banner-image-light.hero-banner.image-position-top .banner-video-wrapper {
  margin-top: 30px;
}
.hero-banner-image-dark.hero-banner.image-position-center .banner-video-wrapper,
.hero-banner-image-light.hero-banner.image-position-center .banner-video-wrapper {
  margin-top: 30px;
}
.hero-banner-image-dark.hero-banner.image-position-bottom .banner-video-wrapper,
.hero-banner-image-light.hero-banner.image-position-bottom .banner-video-wrapper {
  margin-bottom: -8px;
  margin-top: 30px;
  padding-bottom: 0;
}

.hero-banner-video-light.video-text-center .hero-link-wrapper,
.hero-banner-video-dark.video-text-center .hero-link-wrapper {
  justify-content: center;
}
.hero-banner-video-light.video-text-right .hero-link-wrapper,
.hero-banner-video-dark.video-text-right .hero-link-wrapper {
  justify-content: right;
}
.hero-banner-video-light.video-text-left .hero-link-wrapper,
.hero-banner-video-dark.video-text-left .hero-link-wrapper {
  justify-content: left;
}
.hero-banner-video-light.hero-banner,
.hero-banner-video-dark.hero-banner {
  height: -webkit-max-content;
  height: max-content;
}
.hero-banner-video-light.hero-banner.bg_cover_center,
.hero-banner-video-dark.hero-banner.bg_cover_center {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.hero-banner-video-light.hero-banner .component-content > .container,
.hero-banner-video-dark.hero-banner .component-content > .container {
  max-width: 100%;
  padding: 0;
  width: 100%;
}
.hero-banner-video-light.hero-banner .component-content > .container .video_container,
.hero-banner-video-dark.hero-banner .component-content > .container .video_container {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 0;
}
.hero-banner-video-light.hero-banner .component-content > .container .video_container .video-background,
.hero-banner-video-dark.hero-banner .component-content > .container .video_container .video-background {
  max-width: 800%;
  height: 100%;
  justify-content: center;
}
.hero-banner-video-light.hero-banner .component-content > .container .text_container_block,
.hero-banner-video-dark.hero-banner .component-content > .container .text_container_block {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  z-index: 1;
}
.hero-banner-video-light.hero-banner .component-content > .container .text_container_block .text-wrapper,
.hero-banner-video-dark.hero-banner .component-content > .container .text_container_block .text-wrapper {
  width: 100%;
  padding: 94px 0 127px 0;
  height: max-height;
}
.hero-banner-video-light.hero-banner.video-large-title .hero-title,
.hero-banner-video-dark.hero-banner.video-large-title .hero-title {
  font-size: 32px;
  line-height: 41px;
}
.hero-banner-video-light.hero-banner.video-mid-title .hero-title,
.hero-banner-video-dark.hero-banner.video-mid-title .hero-title {
  font-size: 32px;
  line-height: 41px;
}
.hero-banner-video-light.hero-banner.video-small-title .hero-title,
.hero-banner-video-dark.hero-banner.video-small-title .hero-title {
  font-size: 32px;
  line-height: 41px;
}
.hero-banner-video-light.hero-banner.video-text-left .component-content > .container > .container,
.hero-banner-video-dark.hero-banner.video-text-left .component-content > .container > .container {
  justify-content: flex-start;
}
.hero-banner-video-light.hero-banner.video-text-left .component-content > .container > .container .text-wrapper,
.hero-banner-video-dark.hero-banner.video-text-left .component-content > .container > .container .text-wrapper {
  text-align: left;
}
.hero-banner-video-light.hero-banner.video-text-center .component-content > .container .text_container_block,
.hero-banner-video-dark.hero-banner.video-text-center .component-content > .container .text_container_block {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.hero-banner-video-light.hero-banner.video-text-center .component-content > .container .text_container_block .text-wrapper,
.hero-banner-video-dark.hero-banner.video-text-center .component-content > .container .text_container_block .text-wrapper {
  text-align: center;
}
.hero-banner-video-light.hero-banner.video-text-right .component-content > .container > .container,
.hero-banner-video-dark.hero-banner.video-text-right .component-content > .container > .container {
  justify-content: flex-end;
}
.hero-banner-video-light.hero-banner.video-text-right .component-content > .container > .container .text-wrapper,
.hero-banner-video-dark.hero-banner.video-text-right .component-content > .container > .container .text-wrapper {
  text-align: right;
}

.hero-banner {
  width: 100%;
  padding: 0;
  -webkit-clip-path: ellipse(330% 100% at -4.86% 0%);
  clip-path: ellipse(330% 100% at -4.86% 0%);
}
@media (max-width: 480px) {
  .hero-banner {
    padding-bottom: 30px;
  }
}
.hero-banner .component-content .container .row {
  width: 100%;
  margin: 0;
}
.hero-banner .component-content .container {
  max-width: 1470px;
}
.hero-banner .hero-title {
  font-size: 32px;
  line-height: 41px;
}
.hero-banner .hero-link-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.hero-banner .hero-link-wrapper.center {
  justify-content: center;
}
.hero-banner .hero-link-wrapper .hero-btn {
  margin: 0 10px 10px 0;
}
.hero-banner .hero-link-wrapper .hero-btn a {
  font-family: "EuclidCircularA-Bold", Arial, sans-serif;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  padding: 11px 24px;
  border-radius: 26px;
  background: #2fff95;
  color: #1E1E1E;
  text-decoration: none;
}
.hero-banner .hero-link-wrapper .hero-btn a:hover {
  background-image: linear-gradient(to top, #72c9f8 -50%, #33FF94);
}
.hero-banner .hero-link-wrapper .hero-btn a.filled-blue {
  background: #72c9f8;
}
.hero-banner .hero-link-wrapper .hero-btn a.filled-blue:hover {
  background-image: linear-gradient(to top, #8427E2 -50%, #72c9f8);
}
.hero-banner .hero-link-wrapper .hero-btn a.filled-lilac {
  background: #CD92FF;
}
.hero-banner .hero-link-wrapper .hero-btn a.filled-lilac:hover {
  background-image: linear-gradient(to top, #9640ed -50%, #CD92FF);
}
.hero-banner .hero-link-wrapper .hero-btn a.filled-purple {
  background: #360065;
  color: #fff;
}
.hero-banner .hero-link-wrapper .hero-btn a.filled-purple:hover {
  background-image: linear-gradient(to top, #72c9f8 -160%, #360065);
}
.hero-banner .hero-link-wrapper .hero-btn a.outline {
  background: transparent;
  border: 1px solid #33FF94;
}
.hero-banner .hero-link-wrapper .hero-btn a.outline:hover {
  background: #fff;
}
.hero-banner .hero-link-wrapper .hero-btn a[class^=outline] {
  padding: 10px 24px;
}
.hero-banner .hero-link-wrapper .hero-btn a.outline-purple {
  background: transparent;
  border: 1px solid #8427E2;
}
.hero-banner .hero-link-wrapper .hero-btn a.outline-purple:hover {
  background: #fff;
  border-color: #360065;
  color: #360065;
}
.hero-banner .hero-link-wrapper .hero-btn a.outline-lilac {
  background: transparent;
  border: 1px solid #CD92FF;
}
.hero-banner .hero-link-wrapper .hero-btn a.outline-lilac:hover {
  background: #fff;
}
.hero-banner .hero-link-wrapper .hero-btn a.outline-blue {
  background: transparent;
  border: 1px solid #72c9f8;
}
.hero-banner .hero-link-wrapper .hero-btn a.outline-blue:hover {
  background: #fff;
  border-color: #8427E2;
  color: #360065;
}
.hero-banner .hero-link-wrapper .hero-btn a.outline-light {
  background: transparent;
  border: 1px solid #e9e9e9;
  color: #e9e9e9;
}
.hero-banner .hero-link-wrapper .hero-btn a.outline-light:hover {
  background: #fff;
  border-color: #919ba5;
  color: #919ba5;
}
.hero-banner .hero-link-wrapper .hero-btn:last-child {
  margin: 0;
}
.hero-banner .sub-text {
  font-size: 16px;
  line-height: 24px;
  margin-top: 10px;
}
.hero-banner .content-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
}
.hero-banner .image-block {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: self-end;
  margin: auto;
  margin-top: 30px;
}
.hero-banner .image-block .field-image {
  width: 100%;
  height: auto;
}
.hero-banner .image-block .field-image img {
  width: 100%;
  height: auto;
}
.hero-banner.hero-large-title .hero-title {
  font-size: 32px;
  line-height: 41px;
}
.hero-banner.hero-mid-title .hero-title {
  font-size: 32px;
  line-height: 41px;
}
.hero-banner.hero-small-title .hero-title {
  font-size: 32px;
  line-height: 41px;
}

.video-popup img {
  cursor: pointer;
}

.video-popup-wrapper {
  content: "";
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10001;
}

.video-holder {
  width: 90%;
  height: -webkit-max-content;
  height: max-content;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  margin: auto;
}
.video-holder .video-holder-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.video-holder .video-holder-inner .btn-close {
  position: absolute;
  right: -28px;
  top: 0;
  width: 25px;
  height: 25px;
  cursor: pointer;
}
.video-holder .video-holder-inner .btn-close:hover {
  opacity: 1;
}
.video-holder .video-holder-inner .btn-close:before, .video-holder .video-holder-inner .btn-close:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 25px;
  width: 2px;
  background-color: #ffffff;
}
.video-holder .video-holder-inner .btn-close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.video-holder .video-holder-inner .btn-close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.video-holder .video-holder-inner video {
  width: 100%;
  height: auto;
}

/*.hero-popup-open {
    overflow: hidden;
    height: 100%!important;
}*/
@media only screen and (min-width: 500px) {
  .hero-banner-video-light.video-text-center .hero-link-wrapper,
  .hero-banner-video-dark.video-text-center .hero-link-wrapper {
    justify-content: center;
  }
  .hero-banner-video-light.video-text-right .hero-link-wrapper,
  .hero-banner-video-dark.video-text-right .hero-link-wrapper {
    justify-content: right;
  }
  .hero-banner-video-light.video-text-left .hero-link-wrapper,
  .hero-banner-video-dark.video-text-left .hero-link-wrapper {
    justify-content: left;
  }
  .hero-banner-video-light.hero-banner .component-content > .container > .container,
  .hero-banner-video-dark.hero-banner .component-content > .container > .container {
    padding: 0 60px;
  }
}
@media only screen and (min-width: 576px) {
  .hero-banner-image-dark.hero-banner .banner-video-wrapper,
  .hero-banner-image-light.hero-banner .banner-video-wrapper {
    margin-left: 0;
  }
}
@media only screen and (min-width: 992px) {
  .video-holder {
    width: 800px;
  }
  .hero-banner-video-light.hero-banner,
  .hero-banner-video-dark.hero-banner {
    -webkit-clip-path: ellipse(123% 100% at 50% 0%);
    clip-path: ellipse(123% 100% at 50% 0%);
    padding-top: 0;
  }
  .hero-banner-video-light.hero-banner .component-content > .container > div,
  .hero-banner-video-dark.hero-banner .component-content > .container > div {
    justify-content: initial;
  }
  .hero-banner-video-light.hero-banner .component-content > .container > div .video-background,
  .hero-banner-video-dark.hero-banner .component-content > .container > div .video-background {
    width: 400%;
  }
  .hero-banner-video-light.hero-banner .component-content > .container .text_container_block .text-wrapper,
  .hero-banner-video-dark.hero-banner .component-content > .container .text_container_block .text-wrapper {
    width: 50%;
  }
  .hero-banner-video-light.hero-banner .component-content > .container .text_container_block .text-wrapper .hero-title,
  .hero-banner-video-dark.hero-banner .component-content > .container .text_container_block .text-wrapper .hero-title {
    margin-bottom: 35px;
  }
  .hero-banner-video-light.hero-banner .component-content > .container .text_container_block .text-wrapper .sub-text,
  .hero-banner-video-dark.hero-banner .component-content > .container .text_container_block .text-wrapper .sub-text {
    margin-bottom: 45px;
  }
  .hero-banner-video-light.hero-banner .component-content > .container > .container,
  .hero-banner-video-dark.hero-banner .component-content > .container > .container {
    padding: 0 75px;
  }
  .hero-banner-image-dark.hero-banner,
  .hero-banner-image-light.hero-banner {
    padding-top: 0;
    -webkit-clip-path: ellipse(123% 100% at 50% 0%);
    clip-path: ellipse(123% 100% at 50% 0%);
    padding-top: 0;
  }
  .hero-banner-image-dark.hero-banner .banner-video-wrapper,
  .hero-banner-image-light.hero-banner .banner-video-wrapper {
    max-width: 50%;
  }
  .hero-banner-image-dark.hero-banner .banner-video-wrapper img,
  .hero-banner-image-light.hero-banner .banner-video-wrapper img {
    width: 600px;
    height: auto;
  }
  .hero-banner-image-dark.hero-banner .content-block,
  .hero-banner-image-light.hero-banner .content-block {
    padding-bottom: 80px;
    padding-top: 50px;
  }
  .hero-banner-image-dark.hero-banner.image-position-top .banner-video-wrapper,
  .hero-banner-image-light.hero-banner.image-position-top .banner-video-wrapper {
    margin-top: 0;
  }
  .hero-banner-image-dark.hero-banner.image-position-center .banner-video-wrapper,
  .hero-banner-image-light.hero-banner.image-position-center .banner-video-wrapper {
    margin-top: 0;
    margin: auto;
    padding-bottom: 0;
  }
  .hero-banner-image-dark.hero-banner.image-position-bottom .banner-video-wrapper,
  .hero-banner-image-light.hero-banner.image-position-bottom .banner-video-wrapper {
    margin-top: 0;
    margin: auto;
    margin-bottom: -8px;
  }
}
@media only screen and (min-width: 1200px) {
  .hero-banner-video-light.hero-banner,
  .hero-banner-video-dark.hero-banner,
  .hero-banner-image-dark.hero-banner,
  .hero-banner-image-light.hero-banner {
    min-height: 500px;
  }
  .hero-banner-video-light.hero-banner .hero-title,
  .hero-banner-video-dark.hero-banner .hero-title,
  .hero-banner-image-dark.hero-banner .hero-title,
  .hero-banner-image-light.hero-banner .hero-title {
    font-size: 64px;
    line-height: 81px;
  }
  .hero-banner-video-light.hero-banner .component-content,
  .hero-banner-video-dark.hero-banner .component-content,
  .hero-banner-image-dark.hero-banner .component-content,
  .hero-banner-image-light.hero-banner .component-content {
    height: 100%;
  }
  .hero-banner-video-light.hero-banner .component-content .container,
  .hero-banner-video-dark.hero-banner .component-content .container,
  .hero-banner-image-dark.hero-banner .component-content .container,
  .hero-banner-image-light.hero-banner .component-content .container {
    height: 100%;
  }
  .hero-banner-video-light.hero-banner .component-content .container .row,
  .hero-banner-video-dark.hero-banner .component-content .container .row,
  .hero-banner-image-dark.hero-banner .component-content .container .row,
  .hero-banner-image-light.hero-banner .component-content .container .row {
    height: 100%;
  }
  .hero-banner-video-light.hero-banner .image-block,
  .hero-banner-video-dark.hero-banner .image-block,
  .hero-banner-image-dark.hero-banner .image-block,
  .hero-banner-image-light.hero-banner .image-block {
    height: 350px;
    margin: auto;
  }
  .hero-banner-video-light.hero-banner .image-block .field-image,
  .hero-banner-video-dark.hero-banner .image-block .field-image,
  .hero-banner-image-dark.hero-banner .image-block .field-image,
  .hero-banner-image-light.hero-banner .image-block .field-image {
    width: auto;
    height: 100%;
  }
  .hero-banner-video-light.hero-banner .image-block .field-image img,
  .hero-banner-video-dark.hero-banner .image-block .field-image img,
  .hero-banner-image-dark.hero-banner .image-block .field-image img,
  .hero-banner-image-light.hero-banner .image-block .field-image img {
    width: auto;
    height: 100%;
  }
  .hero-banner-video-light.hero-banner.hero-large-title .hero-title,
  .hero-banner-video-dark.hero-banner.hero-large-title .hero-title,
  .hero-banner-image-dark.hero-banner.hero-large-title .hero-title,
  .hero-banner-image-light.hero-banner.hero-large-title .hero-title {
    font-size: 64px;
    line-height: 81px;
  }
  .hero-banner-video-light.hero-banner.hero-mid-title .hero-title,
  .hero-banner-video-dark.hero-banner.hero-mid-title .hero-title,
  .hero-banner-image-dark.hero-banner.hero-mid-title .hero-title,
  .hero-banner-image-light.hero-banner.hero-mid-title .hero-title {
    font-size: 50px;
    line-height: 63px;
  }
  .hero-banner-video-light.hero-banner.hero-small-title .hero-title,
  .hero-banner-video-dark.hero-banner.hero-small-title .hero-title,
  .hero-banner-image-dark.hero-banner.hero-small-title .hero-title,
  .hero-banner-image-light.hero-banner.hero-small-title .hero-title {
    font-size: 40px;
    line-height: 50px;
  }
  .hero-banner-video-light.hero-banner .hero-link-wrapper,
  .hero-banner-video-dark.hero-banner .hero-link-wrapper,
  .hero-banner-image-dark.hero-banner .hero-link-wrapper,
  .hero-banner-image-light.hero-banner .hero-link-wrapper {
    margin-top: 20px;
  }
  .hero-banner-video-light.hero-banner .content-block,
  .hero-banner-video-dark.hero-banner .content-block,
  .hero-banner-image-dark.hero-banner .content-block,
  .hero-banner-image-light.hero-banner .content-block {
    padding-left: 54px;
    height: 100%;
    padding-bottom: 30px;
  }
  .hero-banner-video-light.hero-banner.video-large-title .hero-title,
  .hero-banner-video-dark.hero-banner.video-large-title .hero-title {
    font-size: 64px;
    line-height: 81px;
  }
  .hero-banner-video-light.hero-banner.video-mid-title .hero-title,
  .hero-banner-video-dark.hero-banner.video-mid-title .hero-title {
    font-size: 50px;
    line-height: 63px;
  }
  .hero-banner-video-light.hero-banner.video-small-title .hero-title,
  .hero-banner-video-dark.hero-banner.video-small-title .hero-title {
    font-size: 40px;
    line-height: 50px;
  }
  .hero-banner-video-light.hero-banner .component-content > .container .video_container .video-background,
  .hero-banner-video-dark.hero-banner .component-content > .container .video_container .video-background {
    height: 100%;
  }
  .hero-banner-image-dark.hero-banner .banner-video-wrapper,
  .hero-banner-image-light.hero-banner .banner-video-wrapper {
    max-width: 570px;
    padding-bottom: 0;
    margin: auto;
  }
  .hero-banner-image-dark.hero-banner .content-block,
  .hero-banner-image-light.hero-banner .content-block {
    padding-bottom: 30px;
    padding-top: 0;
  }
}
@media only screen and (min-width: 1600px) {
  .hero-banner-image-dark.hero-banner .banner-video-wrapper,
  .hero-banner-image-light.hero-banner .banner-video-wrapper {
    max-width: 600px;
  }
  .hero-banner-video-light.hero-banner .component-content > .container .video_container .video-background,
  .hero-banner-video-dark.hero-banner .component-content > .container .video_container .video-background {
    height: auto;
    min-height: 800px;
    height: -webkit-fill-available;
  }
}
.hero-banner-customer-stories-image.stretched.position-left .content-block .thumb-image {
  margin-right: 0px;
  margin-left: 0px;
}
.hero-banner-customer-stories-image.stretched.position-left .content-block .hero-title {
  flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  max-width: 75%;
}
.hero-banner-customer-stories-image.stretched .content-block .thumb-image {
  margin-right: 10px;
}

.hero-banner-customer-stories,
.hero-banner-customer-stories-image {
  height: auto;
  display: flex;
  flex-direction: column;
  padding: 50px 0;
  background: #330065;
}
.hero-banner-customer-stories.hero-mid-title .content-block .hero-title,
.hero-banner-customer-stories-image.hero-mid-title .content-block .hero-title {
  font-size: 38px;
  line-height: normal;
}
.hero-banner-customer-stories.hero-small-title .content-block .hero-title,
.hero-banner-customer-stories-image.hero-small-title .content-block .hero-title {
  font-size: 32px;
  line-height: normal;
}
.hero-banner-customer-stories.ifs-dusk,
.hero-banner-customer-stories-image.ifs-dusk {
  background: rgb(132, 39, 226);
  background: linear-gradient(9deg, #8427E2 50%, #6217ac 100%);
}
.hero-banner-customer-stories.ifs-blue-steel,
.hero-banner-customer-stories-image.ifs-blue-steel {
  background: #360065;
  background: linear-gradient(9deg, #360065 50%, #15012B 100%);
}
.hero-banner-customer-stories.ifs-purple-sky,
.hero-banner-customer-stories-image.ifs-purple-sky {
  background: rgb(132, 39, 226);
  background: linear-gradient(9deg, #8427E2 50%, #9440ec 100%);
}
.hero-banner-customer-stories.ifs-royal-mint,
.hero-banner-customer-stories-image.ifs-royal-mint {
  background: rgb(132, 39, 226);
  background: linear-gradient(9deg, #8427E2 50%, #7358d3 100%);
}
.hero-banner-customer-stories.ifs-sunset,
.hero-banner-customer-stories-image.ifs-sunset {
  background: rgb(132, 39, 226);
  background: linear-gradient(9deg, #8427E2 50%, #9a35d3 100%);
}
.hero-banner-customer-stories.hero-banner,
.hero-banner-customer-stories-image.hero-banner {
  -webkit-clip-path: none;
  clip-path: none;
}
.hero-banner-customer-stories.bg_cover_center,
.hero-banner-customer-stories-image.bg_cover_center {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.hero-banner-customer-stories .component-content,
.hero-banner-customer-stories-image .component-content {
  height: 100%;
}
.hero-banner-customer-stories .component-content .container,
.hero-banner-customer-stories-image .component-content .container {
  height: 100%;
}
.hero-banner-customer-stories .component-content .container .row,
.hero-banner-customer-stories-image .component-content .container .row {
  height: 100%;
}
.hero-banner-customer-stories .content-block,
.hero-banner-customer-stories-image .content-block {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.hero-banner-customer-stories .content-block .hero-title,
.hero-banner-customer-stories-image .content-block .hero-title {
  font-size: 48px;
  line-height: normal;
  color: #fff;
  text-align: center;
}
.hero-banner-customer-stories .content-block .sub-text,
.hero-banner-customer-stories-image .content-block .sub-text {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: center;
}
.hero-banner-customer-stories .content-block .btn-hero-banner,
.hero-banner-customer-stories-image .content-block .btn-hero-banner {
  text-align: center;
}

.hero-banner-customer-stories {
  padding: 50px 0 !important;
}
.hero-banner-customer-stories.bg-curved {
  -webkit-clip-path: ellipse(123% 100% at 40% 0%);
  clip-path: ellipse(123% 100% at 40% 0%);
}
.hero-banner-customer-stories .content-block .hero-title,
.hero-banner-customer-stories .content-block .sub-text,
.hero-banner-customer-stories .content-block .btn-hero-banner {
  width: 100%;
}
.hero-banner-customer-stories.position-left .content-block .hero-title,
.hero-banner-customer-stories.position-left .content-block .sub-text,
.hero-banner-customer-stories.position-left .content-block .btn-hero-banner {
  text-align: left;
}
.hero-banner-customer-stories.position-right .content-block .hero-title,
.hero-banner-customer-stories.position-right .content-block .sub-text,
.hero-banner-customer-stories.position-right .content-block .btn-hero-banner {
  text-align: right;
}
.hero-banner-customer-stories .button-container {
  margin-top: 20px;
}
.hero-banner-customer-stories .btn-hero-banner {
  margin-top: 20px;
}
.hero-banner-customer-stories .btn-hero-banner .cta {
  font-family: "EuclidCircularA-Bold", Arial, sans-serif;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  padding: 10px 24px;
  border-radius: 26px;
  background: #33ff94;
  color: #1E1E1E;
  text-decoration: none;
  margin-right: 14px;
}
.hero-banner-customer-stories .btn-hero-banner .cta:last-child {
  margin-right: 0;
}
.hero-banner-customer-stories .btn-hero-banner .cta:hover {
  background-image: linear-gradient(to top, #72c9f8 -50%, #33FF94);
}
.hero-banner-customer-stories .btn-hero-banner .cta.filled-blue {
  background: #72c9f8;
}
.hero-banner-customer-stories .btn-hero-banner .cta.filled-blue:hover {
  background-image: linear-gradient(to top, #8427E2 -50%, #72c9f8);
}
.hero-banner-customer-stories .btn-hero-banner .cta.filled-lilac {
  background: #CD92FF;
}
.hero-banner-customer-stories .btn-hero-banner .cta.filled-lilac:hover {
  background-image: linear-gradient(to top, #9640ed -50%, #CD92FF);
}
.hero-banner-customer-stories .btn-hero-banner .cta.filled-purple {
  background: #360065;
  color: #fff;
}
.hero-banner-customer-stories .btn-hero-banner .cta.filled-purple:hover {
  background-image: linear-gradient(to top, #72c9f8 -160%, #360065);
}
.hero-banner-customer-stories .btn-hero-banner .cta.outline-purple {
  background: transparent;
  border: 1px solid #8427E2;
}
.hero-banner-customer-stories .btn-hero-banner .cta.outline-purple:hover {
  background: #fff;
  border-color: #360065;
  color: #360065;
}
.hero-banner-customer-stories .btn-hero-banner .cta.outline-lilac {
  background: transparent;
  border: 1px solid #CD92FF;
}
.hero-banner-customer-stories .btn-hero-banner .cta.outline-lilac:hover {
  background: #fff;
}
.hero-banner-customer-stories .btn-hero-banner .cta.outline-blue {
  background: transparent;
  border: 1px solid #72c9f8;
}
.hero-banner-customer-stories .btn-hero-banner .cta.outline-blue:hover {
  background: #fff;
  border-color: #8427E2;
  color: #360065;
}
.hero-banner-customer-stories .btn-hero-banner .cta.outline-light {
  background: transparent;
  border: 1px solid #e9e9e9;
  color: #e9e9e9;
}
.hero-banner-customer-stories .btn-hero-banner .cta.outline-light:hover {
  background: #fff;
  border-color: #919ba5;
  color: #919ba5;
}
.hero-banner-customer-stories .btn-hero-banner .cta.link {
  background: transparent;
  padding: 0;
  color: #fff;
  border-radius: 0;
  border-bottom: 1px solid transparent;
}
.hero-banner-customer-stories .btn-hero-banner .cta.link:hover {
  border-bottom: 1px solid;
}
.hero-banner-customer-stories .btn-hero-banner a {
  background: #33FF94;
  color: #232323;
}
.hero-banner-customer-stories .btn-hero-banner a:hover {
  text-decoration: none;
}
.hero-banner-customer-stories .btn-hero-banner a:hover:before {
  opacity: 1;
}
.hero-banner-customer-stories .btn-hero-banner a:before {
  content: "" !important;
  border-radius: 26px;
  opacity: 0;
  z-index: -1;
  transition: all 0.2s ease-in-out;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(0deg, rgba(114, 201, 248, 0.4) 0%, #33FF94 100%);
}

.hero-banner-customer-stories-image.bg-curved {
  -webkit-clip-path: ellipse(123% 100% at 40% 0%);
  clip-path: ellipse(123% 100% at 40% 0%);
}
.hero-banner-customer-stories-image .content-block .row {
  align-items: center;
}
.hero-banner-customer-stories-image .content-block .thumb-image {
  max-width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  margin: auto;
}
.hero-banner-customer-stories-image .content-block .thumb-image img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #e9e9e9;
}
.hero-banner-customer-stories-image .content-block .hero-title {
  font-size: 24px;
  line-height: normal;
  margin-top: 30px;
}

@media (max-width: 768px) {
  .hero-banner-customer-stories.bg-curved,
  .hero-banner-customer-stories-image.bg-curved {
    -webkit-clip-path: ellipse(123% 100% at 50% 0%);
    clip-path: ellipse(400% 102% at 10% -5%);
  }
  .hero-banner-customer-stories .content-block .hero-title {
    font-size: 32px;
    line-height: normal;
  }
  .hero-banner-customer-stories-image.stretched.position-left .content-block .hero-title {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
  }
  .hero-banner-customer-stories-image .content-block .thumb-image {
    padding: 0 3% 0 3%;
  }
  .hero-banner-customer-stories-image .content-block .hero-title {
    font-size: 24px;
    line-height: nomal;
  }
}
@media (min-width: 768px) {
  .hero-banner-customer-stories {
    height: auto;
    padding: 0;
  }
  .hero-banner-customer-stories-image .content-block .row {
    align-items: center;
  }
  .hero-banner-customer-stories-image .content-block .hero-title {
    font-size: 36px;
    line-height: normal;
  }
}
@media (min-width: 992px) {
  .hero-banner-customer-stories {
    height: auto;
    padding: 0;
  }
  .hero-banner-customer-stories-image .content-block .hero-title {
    margin-top: 0;
  }
}
@media (min-width: 1300px) {
  .hero-banner-customer-stories-image {
    height: 199px;
    padding: 0;
  }
  .hero-banner-customer-stories-image .content-block .row {
    align-items: center;
  }
  .hero-banner-customer-stories-image .content-block .hero-title {
    font-size: 48px;
    line-height: normal;
  }
  .hero-banner-customer-stories-image .content-block .row {
    align-items: center;
  }
  .hero-banner-customer-stories-image .content-block .hero-title {
    font-size: 48px;
    line-height: 61px;
    text-align: left;
  }
}