/* 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 */
.aside-stack-row {
  width: 100vw;
  max-width: 100%;
  padding-top: 0;
  overflow-x: hidden;
  opacity: 0;
  -webkit-transition: opacity 500ms ease-in-out;
  transition: opacity 500ms ease-in-out; }
  .aside-stack-row__inner {
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 1440px;
    max-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-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 4rem 0rem; }
    @media (min-width: 48.0625rem) {
      .aside-stack-row__inner {
        padding: 1.25rem 5rem; } }
    @media (max-width: 48rem) {
      .aside-stack-row__inner {
        padding: 1.25rem 1.25rem; } }
    @media (max-width: 48rem) {
      .aside-stack-row__inner {
        padding: 4.375rem 1.25rem; } }
    @media (min-width: 48.0625rem) {
      .aside-stack-row__inner {
        padding: 3.4375rem 1.875rem; } }
    @media (min-width: 1025px) {
      .aside-stack-row__inner {
        padding: 3.4375rem 3.125rem;
        -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 (max-width: 48rem) {
      .aside-stack-row__inner {
        -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; } }
    .aside-stack-row__inner--reverse {
      margin: 0 auto;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      width: 1440px;
      max-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-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding: 4rem 0rem; }
      @media (min-width: 48.0625rem) {
        .aside-stack-row__inner--reverse {
          padding: 1.25rem 5rem; } }
      @media (max-width: 48rem) {
        .aside-stack-row__inner--reverse {
          padding: 1.25rem 1.25rem; } }
      @media (max-width: 48rem) {
        .aside-stack-row__inner--reverse {
          padding: 4.375rem 1.25rem; } }
      @media (min-width: 48.0625rem) {
        .aside-stack-row__inner--reverse {
          padding: 3.4375rem 1.875rem; } }
      @media (min-width: 1025px) {
        .aside-stack-row__inner--reverse {
          padding: 3.4375rem 3.125rem;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: reverse;
              -ms-flex-direction: row-reverse;
                  flex-direction: row-reverse;
          -webkit-box-align: stretch;
              -ms-flex-align: stretch;
                  align-items: stretch;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between; } }
      @media (max-width: 48rem) {
        .aside-stack-row__inner--reverse {
          -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; } }
  .aside-stack-row__right--bottom {
    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; }
    @media (max-width: 30rem) {
      .aside-stack-row__right--bottom {
        max-width: 20rem; } }
  @media (max-width: 90rem) {
    .aside-stack-row__text-container--right {
      margin-left: 1.875rem; } }
  @media (max-width: 1024px) {
    .aside-stack-row__text-container--right {
      max-width: 600px;
      margin-left: auto;
      margin-right: auto; } }
  @media (max-width: 90rem) {
    .aside-stack-row__text-container--left {
      margin-right: 1.875rem; } }
  @media (max-width: 1024px) {
    .aside-stack-row__text-container--left {
      max-width: 600px;
      margin-left: auto;
      margin-right: auto; } }
  .aside-stack-row__header {
    font-weight: normal;
    margin: 1rem 0 0;
    color: #3b3c43;
    max-width: 34.875rem;
    letter-spacing: -.7px;
    font-size: 1.75rem;
    line-height: 1; }
    @media (min-width: 768px) {
      .aside-stack-row__header {
        font-size: 2.5rem; } }
    @media (min-width: 1024px) {
      .aside-stack-row__header {
        font-size: 2.875rem;
        line-height: 1.1; } }
    .aside-stack-row__header-bold {
      font-weight: bold; }
      .aside-stack-row__header-bold br {
        display: none; }
      @media (min-width: 1440px) {
        .aside-stack-row__header-bold br {
          display: inline-block; } }
    @media (max-width: 1024px) {
      .aside-stack-row__header {
        margin-top: 3rem; } }
  .aside-stack-row__text {
    font-size: 1.3125rem;
    line-height: 1.2;
    color: #3b3c43;
    max-width: 34.875rem;
    margin: revert;
  }
  .aside-stack-row__button {
    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;
    min-width: 9.375rem;
    text-align: center;
    padding: 1.125rem 1.5625rem;
    margin-top: 1.8125rem; }
    .aside-stack-row__button:hover {
      background-color: #3b3c43;
      color: #ffffff; }
    .aside-stack-row__button:focus {
      outline-color: #3b3c43; }
    .aside-stack-row__button.-disabled {
      cursor: not-allowed; }
      .aside-stack-row__button.-disabled:hover {
        background-color: #fbc600;
        color: #3b3c43; }
      .aside-stack-row__button.-disabled:focus {
        outline: none; }
  .aside-stack-row__video {
    max-width: 100%; }
    @media (max-width: 1024px) {
      .aside-stack-row__video {
        margin: 0 auto; } }
  .aside-stack-row__image {
    width: 35rem;
    height: 19.6875rem;
    background-size: 80% auto;
    background-position: center center;
    background-repeat: no-repeat; }
    .aside-stack-row__image-img {
      width: initial;
      height: inherit; }
      /*.aside-stack-row__image-img > img {
        -webkit-box-shadow: 0 0 40px 20px rgba(0, 0, 0, 0.2);
                box-shadow: 0 0 40px 20px rgba(0, 0, 0, 0.2); }*/
  .aside-stack-row__partners-header {
    font-size: 1.375rem;
    margin: 1.5rem 0 1rem;
    text-align: center; }
  .aside-stack-row__slide-container {
    position: relative;
    height: 6.5rem; }
    @media (max-width: 64rem) {
      .aside-stack-row__slide-container {
        max-width: 100%; } }
  .aside-stack-row__slide-image-container {
    width: auto;
    height: 3.25rem;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0 1rem; }
    @media (max-width: 64rem) {
      .aside-stack-row__slide-image-container {
        max-width: 100%; } }
  .aside-stack-row__shadow {
    -webkit-box-shadow: 0 0 40px 20px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 40px 20px rgba(0, 0, 0, 0.2); }
  @media (max-width: 47.9375rem) {
    .aside-stack-row__break {
      content: ' ';
      display: none; } }
  .aside-stack-row__separator {
    border-top: 1px solid #3b3c43;
    max-width: 90%; }



