/* Functions & Mixins */
/* ==== Containers & Responsive Mixins ==== */
/* Defines convenience mixins for common breakpoint targets.
these are small, medium, mediumlarge, and large. These variables should be defined prior to use.
*/
/* Universal breakpoints */
.hero {
  position: relative;
  overflow-x: hidden;
  padding-bottom: 0.5rem;
  overflow: hidden; }
  .hero + section {
    margin-top: 1.5rem; }
    @media (min-width: 768px) {
      .hero + section {
        margin-top: 3rem; } }
    @media (min-width: 1280px) {
      .hero + section.special {
        margin-top: 3.75rem; } }
  .hero::after {
    content: '';
    background-color: #fbc600;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 0.5rem;
    width: 14.375rem;
    -webkit-animation: from-right 750ms ease-in forwards;
            animation: from-right 750ms ease-in forwards; }
    @media (min-width: 1280px) {
      .hero::after {
        width: calc(50vw - 410px); } }
  .hero + section,
  .hero + div {
    margin-top: 2rem; }
    @media screen and (min-width: 48rem) {
      .hero + section,
      .hero + div {
        margin-top: 3.75rem; } }
  .hero__carousel {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-width: 100%;
    margin: 0 auto;
    width: 82.5rem;
    padding-left: 2rem;
    padding-right: 2rem; }
    @media (min-width: 768px) {
      .hero__carousel {
        width: 85rem; } }
    @media (min-width: 1280px) {
      .hero__carousel {
        width: 90rem; } }
    @media (min-width: 360px) {
      .hero__carousel {
        padding-left: 2.5rem;
        padding-right: 2.5rem; } }
    @media (min-width: 768px) {
      .hero__carousel {
        padding-left: 5rem;
        padding-right: 5rem; } }
    @media screen and (min-width: 64rem) {
      .hero__carousel {
        margin-top: 7rem; } }
    .hero__carousel.slick-dotted.slick-slider {
      margin-bottom: 0; }
  .hero__controls {
    position: absolute;
    display: block;
    z-index: 3;
    left: 0.75rem;
    top: 27rem; }
    @media (min-width: 360px) {
      .hero__controls {
        left: 1rem; } }
    @media screen and (min-width: 48rem) {
      .hero__controls {
        left: 2rem; } }
    @media screen and (min-width: 62rem) {
      .hero__controls {
        left: 2rem; } }
    @media screen and (min-width: 64rem) {
      .hero__controls {
        top: 30rem; } }
    @media screen and (min-width: 80rem) {
      .hero__controls {
        left: calc(2rem + 2px); } }
    @media screen and (min-width: 90rem) {
      .hero__controls {
        left: calc(2.5rem + 2px); } }
    .hero__controls .slick-dots {
      margin: 0;
      padding: 0;
      list-style-type: none; }
      .hero__controls .slick-dots li {
        margin: 0 0 0.75rem; }
        .hero__controls .slick-dots li button {
          padding: 0;
          background: none;
          border: none;
          background-color: #707070;
          padding: 1rem 0;
          color: transparent;
          width: 0.25rem;
          height: 5.25rem; }
          .hero__controls .slick-dots li button::before, .hero__controls .slick-dots li button::after {
            content: none; }
        .hero__controls .slick-dots li.slick-active button {
          background-color: #34657f; }
  .hero__slide {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    margin-bottom: 2.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 6rem !important; }
    .hero__slide:focus {
      outline: none; }
    @media screen and (min-width: 48rem) {
      .hero__slide {
        margin-top: 1rem !important; } }
    @media screen and (min-width: 62rem) {
      .hero__slide {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    @media screen and (min-width: 63.25rem) {
      .hero__slide {
        margin-bottom: 3.75rem; } }
    .hero__slide[aria-hidden='true'],
    .hero__slide[aria-hidden='true'] * {
      visibility: hidden; }
  .hero__image--desktop {
    display: none;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    position: relative; }
    @media screen and (min-width: 62rem) {
      .hero__image--desktop {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        width: 55% !important;
        height: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        min-height: 28.75rem;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        margin-right: -2.5rem; } }
    @media screen and (min-width: 90rem) {
      .hero__image--desktop {
        width: 50% !important; } }
    @media screen and (min-width: 90rem) {
      .hero__image--desktop {
        margin-right: 1.3875rem; } }
  .hero__image--mobile {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative; }
    @media screen and (min-width: 0rem) and (max-width: 47.9375rem) {
      .hero__image--mobile {
        display: none; } }
    @media screen and (min-width: 0rem) and (max-width: 61.9375rem) {
      .hero__image--mobile {
        margin-top: 0; } }
    @media screen and (min-width: 0rem) and (max-width: 29.9375rem) {
      .hero__image--mobile {
        height: 17.5rem; } }
    @media screen and (min-width: 30rem) and (max-width: 47.9375rem) {
      .hero__image--mobile {
        height: 18.75rem; } }
    @media screen and (min-width: 48rem) and (max-width: 61.9375rem) {
      .hero__image--mobile {
        height: 25rem; } }
  .hero__content {
    position: relative;
    width: auto; }
    @media screen and (min-width: 48rem) {
      .hero__content {
        margin-top: 7rem; } }
    @media screen and (min-width: 62rem) {
      .hero__content {
        margin-right: 1.5rem;
        width: 50%; } }
    @media screen and (min-width: 64rem) {
      .hero__content {
        margin-top: 3.5rem; } }
    @media screen and (min-width: 80rem) {
      .hero__content {
        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;
        width: 45%;
        padding-left: 0.125rem;
        margin-top: 0rem; } }
  .hero__headline {
    font-size: 42px;
    font-size: 2.625rem;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1;
    color: #3b3c43;
    margin: 0.875rem 0 0.875rem; }
    @media screen and (min-width: 30rem) {
      .hero__headline {
        font-size: 48px;
        font-size: 3rem; } }
    @media screen and (min-width: 48rem) {
      .hero__headline {
        font-size: 52px;
        font-size: 3.25rem; } }
    @media screen and (min-width: 62rem) {
      .hero__headline {
        margin: 0; } }
    @media screen and (min-width: 90rem) {
      .hero__headline {
        font-size: 60px;
        font-size: 3.75rem; } }
  .hero__body {
    font-size: 24px;
    font-size: 1.5rem;
    color: #3b3c43;
    margin: 1.5rem 0;
    margin: 1.25rem 0 0; }
    @media screen and (min-width: 0rem) and (max-width: 47.9375pxrem) {
      .hero__body {
        font-size: 16px;
        font-size: 1rem; } }
    @media screen and (min-width: 62rem) {
      .hero__body {
        max-width: 32.5rem;
        margin: 1.25rem 0 0; } }
  .hero__cta {
    border: 0;
    padding: 0.9375rem 1.5625rem;
    background-color: #fbc600;
    color: #3b3c43;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    border: none;
    cursor: pointer;
    -webkit-transition: background-color 150ms ease-in-out, color 150ms ease-in-out;
    transition: background-color 150ms ease-in-out, color 150ms ease-in-out;
    display: inline-block;
    margin-top: 1.5rem;
    text-align: center;
    width: 60%;
    max-width: 12.5rem; }
    .hero__cta:hover {
      background-color: #3b3c43;
      color: #ffffff; }
    .hero__cta:focus, .hero__cta:focus-visible {
      outline-color: #3b3c43; }
    .hero__cta.-disabled {
      cursor: not-allowed; }
      .hero__cta.-disabled:hover {
        background-color: #fbc600;
        color: #3b3c43; }
      .hero__cta.-disabled:focus, .hero__cta.-disabled:focus-visible {
        outline: none; }
		.hero__disclosure{
        text-align: right;
        margin-top: 2rem;}

@media screen and (max-width: 320px) {
      .hero__headline{
        font-size: 2.225rem;
      }
       .hero__body{
          font-size:1.4rem;
       }
 }