.banner {
  background: linear-gradient(to right, #652854, #f65555);
  padding: 10px; }
  .banner__content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center; }
  .banner__container {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    flex-basis: 50%;
    margin: 5px; }
  .banner__title {
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    text-transform: uppercase; }
    .banner__title--emphasized {
      font-weight: 700; }
  .banner__btn--mobile {
    display: inline-block;
    padding: 5px 12px;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    border-radius: 4px;
    border: 1px solid #c3c3ca;
    color: #302c2c;
    margin: 0;
    line-height: 1.5;
    cursor: pointer;
    white-space: pre-wrap;
    text-align: center;
    touch-action: manipulation;
    -ms-touch-action: manipulation;
    color: #652854;
    background-color: #fed9a3;
    border: 1px solid #fed9a3;
    border-radius: 0px;
    font-weight: 700;
    line-height: 1.65;
    width: 100%; }
    .banner__btn--mobile:hover, .banner__btn--mobile.pxl-btn--active, .banner__btn--mobile:active {
      background-color: #652854;
      border: 1px solid #652854;
      color: #fed9a3; }
    .banner__btn--mobile:disabled, .banner__btn--mobile.pxl-btn--disabled, .banner__btn--mobile.disabled:hover {
      background-color: #652854;
      color: #fed9a3;
      box-shadow: none;
      border: 1px solid #652854; }
    .banner__btn--mobile:hover {
      text-decoration: none; }
  .banner__btn--desktop {
    display: none; }
  .banner__logo {
    display: none; }

@media (min-width: 992px) {
  .banner__btn--desktop {
    width: auto;
    display: flex;
    display: inline-block;
    padding: 5px 12px;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    border-radius: 4px;
    border: 1px solid #c3c3ca;
    color: #302c2c;
    margin: 0;
    line-height: 1.5;
    cursor: pointer;
    white-space: pre-wrap;
    text-align: center;
    touch-action: manipulation;
    -ms-touch-action: manipulation;
    color: #652854;
    background-color: #fed9a3;
    border: 1px solid #fed9a3;
    border-radius: 0px;
    font-weight: 700;
    line-height: 1.65; }
    .banner__btn--desktop:hover, .banner__btn--desktop.pxl-btn--active, .banner__btn--desktop:active {
      background-color: #652854;
      border: 1px solid #652854;
      color: #fed9a3; }
    .banner__btn--desktop:disabled, .banner__btn--desktop.pxl-btn--disabled, .banner__btn--desktop.disabled:hover {
      background-color: #652854;
      color: #fed9a3;
      box-shadow: none;
      border: 1px solid #652854; }
    .banner__btn--desktop:hover {
      text-decoration: none; }
  .banner__btn--mobile {
    display: none; } }

@media (min-width: 768px) {
  .banner {
    padding: 10px; }
    .banner__content {
      align-self: flex-start; }
    .banner__container {
      flex-direction: row;
      align-items: center;
      margin: 0;
      flex-basis: auto; }
    .banner__title {
      font-size: 18px;
      margin-right: 10px; }
    .banner__btn--mobile {
      width: auto; }
    .banner__logo {
      display: flex; } }

.sticky {
  display: none; }
  @media (min-width: 768px) {
    .sticky {
      position: fixed;
      bottom: 0;
      left: 0;
      background: #fff;
      box-shadow: 0px -1px 5px #817c89;
      display: flex;
      justify-content: center;
      width: 100%;
      padding: 5px;
      z-index: 100; }
      .sticky__container {
        display: flex;
        width: 90%;
        justify-content: space-between;
        align-items: center; } }
    @media (min-width: 768px) and (min-width: 992px) {
      .sticky__container {
        width: 70%; } }
    @media (min-width: 768px) and (min-width: 1200px) {
      .sticky__container {
        width: 55%; } }
  @media (min-width: 768px) {
      .sticky__consumer-start {
        padding: 5px;
        display: flex;
        flex-direction: row; }
        .sticky__consumer-start__title-wrapper {
          display: flex;
          flex-direction: column; }
        .sticky__consumer-start__top-title {
          text-transform: uppercase;
          margin: 0px;
          font-weight: 400;
          font-size: 16px;
          line-height: 1; }
        .sticky__consumer-start__bottom-title {
          text-transform: uppercase;
          margin: 0px;
          font-size: 25px;
          line-height: 1; }
        .sticky__consumer-start__btn-wrap {
          padding: 5px 10px 0px 10px; }
        .sticky__consumer-start__btn {
          display: inline-block;
          padding: 5px 12px;
          font-family: "Roboto", sans-serif;
          font-size: 16px;
          font-weight: 400;
          border-radius: 4px;
          border: 1px solid #c3c3ca;
          color: #302c2c;
          margin: 0;
          line-height: 1.5;
          cursor: pointer;
          white-space: pre-wrap;
          text-align: center;
          touch-action: manipulation;
          -ms-touch-action: manipulation;
          color: #fed9a3;
          background-color: #652854;
          border: 1px solid #652854;
          font-weight: 700;
          border-radius: 0px;
          text-decoration: none; }
          .sticky__consumer-start__btn:hover, .sticky__consumer-start__btn.pxl-btn--active, .sticky__consumer-start__btn:active {
            background-color: #fed9a3;
            border: 1px solid #fed9a3;
            color: #652854; }
          .sticky__consumer-start__btn:disabled, .sticky__consumer-start__btn.pxl-btn--disabled, .sticky__consumer-start__btn.disabled:hover {
            background-color: #fed9a3;
            color: #652854;
            box-shadow: none;
            border: 1px solid #fed9a3; }
      .sticky__b2b-start {
        padding: 5px;
        display: flex;
        flex-direction: row; }
        .sticky__b2b-start__title-wrapper {
          display: flex;
          flex-direction: column; }
        .sticky__b2b-start__top-title {
          text-transform: uppercase;
          margin: 0px;
          font-weight: 400;
          font-size: 16px;
          line-height: 1; }
        .sticky__b2b-start__bottom-title {
          text-transform: uppercase;
          margin: 0px;
          font-size: 25px;
          line-height: 1; }
        .sticky__b2b-start__btn-wrap {
          padding: 5px 10px 0px 10px; }
        .sticky__b2b-start__btn {
          display: inline-block;
          padding: 5px 12px;
          font-family: "Roboto", sans-serif;
          font-size: 16px;
          font-weight: 400;
          border-radius: 4px;
          border: 1px solid #c3c3ca;
          color: #302c2c;
          margin: 0;
          line-height: 1.5;
          cursor: pointer;
          white-space: pre-wrap;
          text-align: center;
          touch-action: manipulation;
          -ms-touch-action: manipulation;
          color: #fed9a3;
          background-color: #652854;
          border: 1px solid #652854;
          font-weight: 700;
          border-radius: 0px;
          text-decoration: none; }
          .sticky__b2b-start__btn:hover, .sticky__b2b-start__btn.pxl-btn--active, .sticky__b2b-start__btn:active {
            background-color: #fed9a3;
            border: 1px solid #fed9a3;
            color: #652854; }
          .sticky__b2b-start__btn:disabled, .sticky__b2b-start__btn.pxl-btn--disabled, .sticky__b2b-start__btn.disabled:hover {
            background-color: #fed9a3;
            color: #652854;
            box-shadow: none;
            border: 1px solid #fed9a3; }
      .sticky__logo img {
        height: 50px; } }

