.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

.hero-slider-section {
  padding: 20px 0 0;
  width: 100vw;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }

.hero-carousel {
  overflow: hidden;
  height: auto; }
  @media (min-width: 768px) {
    .hero-carousel {
      height: 268px; } }
  @media (min-width: 1024px) {
    .hero-carousel {
      height: 350px; } }
  @media (min-width: 1200px) {
    .hero-carousel {
      height: 400px; } }
  .hero-carousel .slide {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    height: auto; }
    @media (min-width: 768px) {
      .hero-carousel .slide {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        height: 268px; } }
    @media (min-width: 1024px) {
      .hero-carousel .slide {
        height: 350px; } }
    @media (min-width: 1200px) {
      .hero-carousel .slide {
        height: 400px; } }
  @media (min-width: 768px) {
    .hero-carousel .img-holder {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 0;
      object-fit: cover;
      object-position: 50% 50%; } }
  .hero-carousel .img-holder img {
    width: 100%; }
  .hero-carousel .info-holder {
    padding: 10px 20px;
    position: relative;
    z-index: 1;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    background: rgba(255, 255, 255, 0.95); }
    @media (min-width: 768px) {
      .hero-carousel .info-holder {
        border-radius: 0 150px 150px 0;
        width: 300px;
        padding: 35px 60px 35px 20px;
        min-height: 230px; } }
    @media (min-width: 1024px) {
      .hero-carousel .info-holder {
        padding: 50px 60px 50px 20px;
        min-height: 260px; } }
    @media (min-width: 1200px) {
      .hero-carousel .info-holder {
        padding-left: 100px;
        width: 450px; } }
  .hero-carousel .label {
    display: inline-block;
    margin: 0 0 10px 0;
    padding: 5px 8px;
    font: 800 12.5px/1 "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    text-transform: uppercase;
    color: #fff;
    background: #91d754; }
    @media (min-width: 768px) {
      .hero-carousel .label {
        font-size: 14px; } }
  .hero-carousel .title {
    color: #005640;
    letter-spacing: 2px;
    margin-bottom: 0;
    font: 800 22px/1 "HelloHeadline", "Times New Roman", "Times", "Baskerville", "Georgia", serif; }
    @media (min-width: 768px) {
      .hero-carousel .title {
        font-size: 24px; } }
  .hero-carousel .text {
    font: 600 14.5px/1 "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
    @media (min-width: 768px) {
      .hero-carousel .text {
        font-size: 16px; } }
  .hero-carousel .btn {
    margin-top: 10px;
    display: inline-block;
    padding: 8px 20px;
    font-size: 11px;
    font-weight: normal;
    line-height: 1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-transform: uppercase;
    color: #fff;
    background: #91d754; }
    @media (min-width: 768px) {
      .hero-carousel .btn {
        font-size: 12px; } }
    .hero-carousel .btn:hover {
      background: #005640; }
/*# sourceMappingURL=hero-slider.css.map */