.banner-carousel {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1; }
  .banner-carousel__controls {
    left: 0;
    position: relative;
    right: 0;
    z-index: 2;
    width: 100%;
    background: #580f11;
    height: 90px; }
    .banner-carousel__controls > .container {
      width: 100%; }
      .banner-carousel__controls > .container .positioning-cell {
        display: none; }
      .banner-carousel__controls > .container .buttons-wrapper {
        width: 100%;
        display: block;
        text-align: center; }
        .banner-carousel__controls > .container .buttons-wrapper button {
          background-color: transparent;
          border: none;
          color: #fff;
          cursor: pointer;
          display: -webkit-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex;
          font-size: 1.2rem;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          line-height: 1;
          outline: none;
          margin: 5px 2px;
          padding: 5px 7px; }
          .banner-carousel__controls > .container .buttons-wrapper button:focus, .banner-carousel__controls > .container .buttons-wrapper button:hover {
            color: #343a40;
            background-color: #fff;
            padding: 5px 7px;
            cursor: pointer; }
          .banner-carousel__controls > .container .buttons-wrapper button:focus {
            outline: 2px dotted #fff; }
        .banner-carousel__controls > .container .buttons-wrapper .fa-play,
        .banner-carousel__controls > .container .buttons-wrapper .fa-pause {
          font-size: 1.8rem; }
      .banner-carousel__controls > .container .dots {
        width: 100%;
        display: block; }
        .banner-carousel__controls > .container .dots ul.slick-dots {
          position: relative;
          z-index: 300;
          padding: 0;
          margin-bottom: 0;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          display: -webkit-flex; }
          .banner-carousel__controls > .container .dots ul.slick-dots li {
            display: inline-block;
            margin-right: 10px;
            width: 100%;
            height: 15px; }
            .banner-carousel__controls > .container .dots ul.slick-dots li:focus {
              outline: 2px dotted #fff;
              background-color: #fff; }
            .banner-carousel__controls > .container .dots ul.slick-dots li button {
              width: 100%;
              height: 2px;
              margin-top: 10px;
              border-radius: 0;
              border: 1px solid #fff;
              background-color: #fff;
              overflow: hidden;
              text-indent: -999px; }
              .banner-carousel__controls > .container .dots ul.slick-dots li button:hover, .banner-carousel__controls > .container .dots ul.slick-dots li button:focus {
                height: 4px;
                cursor: pointer; }
              .banner-carousel__controls > .container .dots ul.slick-dots li button:focus {
                outline: 2px dotted #fff; }
            .banner-carousel__controls > .container .dots ul.slick-dots li.slick-active button {
              height: 4px; }
      @media (min-width: 768px) {
        .banner-carousel__controls > .container {
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          display: -webkit-flex;
          -ms-flex-line-pack: justify;
          align-content: space-between; }
          .banner-carousel__controls > .container .positioning-cell {
            width: 100%;
            display: inline-block; }
          .banner-carousel__controls > .container .buttons-wrapper {
            width: 100%;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            display: -webkit-flex;
            -webkit-box-pack: end;
            -ms-flex-pack: end;
            justify-content: flex-end; }
            .banner-carousel__controls > .container .buttons-wrapper button {
              background-color: transparent;
              border: none;
              color: #fff;
              cursor: pointer;
              display: -webkit-inline-box;
              display: -ms-inline-flexbox;
              display: inline-flex;
              font-size: 1.5rem;
              -webkit-box-pack: center;
              -ms-flex-pack: center;
              justify-content: center;
              line-height: 1;
              outline: none;
              padding: 5px 7px; }
              .banner-carousel__controls > .container .buttons-wrapper button:focus, .banner-carousel__controls > .container .buttons-wrapper button:hover {
                cursor: pointer; }
              .banner-carousel__controls > .container .buttons-wrapper button:focus {
                outline: 2px dotted #fff; }
              .banner-carousel__controls > .container .buttons-wrapper button + button {
                margin-left: 2px; }
            .banner-carousel__controls > .container .buttons-wrapper .fa-play,
            .banner-carousel__controls > .container .buttons-wrapper .fa-pause {
              font-size: 1.8rem; }
          .banner-carousel__controls > .container .dots {
            width: 100%; }
            .banner-carousel__controls > .container .dots ul.slick-dots {
              position: relative;
              z-index: 300;
              padding: 0;
              margin-bottom: 0;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              display: -webkit-flex; }
              .banner-carousel__controls > .container .dots ul.slick-dots li {
                display: inline-block;
                margin-right: 10px;
                width: 100%; }
                .banner-carousel__controls > .container .dots ul.slick-dots li:focus {
                  outline: 2px dotted #fff; }
                .banner-carousel__controls > .container .dots ul.slick-dots li button {
                  width: 100%;
                  height: 2px;
                  margin-top: 10px;
                  border-radius: 0;
                  border: none;
                  overflow: hidden;
                  text-indent: -999px; }
                  .banner-carousel__controls > .container .dots ul.slick-dots li button:focus, .banner-carousel__controls > .container .dots ul.slick-dots li button:hover {
                    height: 4px;
                    cursor: pointer; }
                  .banner-carousel__controls > .container .dots ul.slick-dots li button:focus {
                    outline: 2px dotted #fff; }
                .banner-carousel__controls > .container .dots ul.slick-dots li.slick-active button {
                  height: 4px; } }

.banner {
  position: relative; }
  .banner__background {
    background: no-repeat center center;
    background-size: cover;
    margin: auto;
    position: relative;
    width: 100%; }
    .banner__background:before {
      height: 100%;
      width: 100%;
      content: "";
      display: block;
      position: absolute;
      /* ff3.6+ */
      /* safari4+,chrome */
      /* safari5.1+,chrome10+ */
      /* opera 11.10+ */
      /* ie10+ */
      background: -webkit-gradient(linear, left top, right top, from(white), color-stop(60%, rgba(255, 255, 255, 0.7)), to(rgba(255, 255, 255, 0)));
      background: linear-gradient(90deg, white 0%, rgba(255, 255, 255, 0.7) 60%, rgba(255, 255, 255, 0) 100%);
      /* w3c */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 );
      /* ie6-9 */ }
  .banner__content {
    font-family: "EB Garamond", erif;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    @media (max-width: 767.98px) {
      .banner__content {
        line-height: 2.3em; } }
    .banner__content .btn {
      padding: 10px 25px;
      font-size: 20px;
      font-weight: 400;
      font-size: 1.2rem;
      min-width: 180px;
      text-transform: uppercase;
      margin: 15px auto;
      font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }
      @media (min-width: 992px) {
        .banner__content .btn {
          min-width: 250px;
          margin: 35px 0 25px;
          font-size: 1.6rem; } }
    .banner__content-inner {
      background-size: cover;
      color: #fff;
      line-height: 1.3;
      position: relative;
      z-index: 101;
      padding-right: 50px; }
      @media (min-width: 576px) {
        .banner__content-inner {
          max-width: 550px;
          padding-right: 0; } }
  .banner__title {
    color: #000;
    font-size: 3rem;
    line-height: 1em; }
    @media (max-width: 767.98px) {
      .banner__title {
        font-size: 2.4rem;
        margin-bottom: 1rem; } }
  .banner__sub {
    color: #000;
    font-size: 6rem;
    line-height: 1em; }
    @media (max-width: 767.98px) {
      .banner__sub {
        font-size: 3rem; } }
