.adv-banner {
  overflow: hidden;
  position: relative;
  margin-bottom: 2.5rem;
  background-color: #40358F;
  color: #fff;
  font-family: "GT Walsheim Pro", "AktivGrotesk", Arial, sans-serif; }
  .adv-banner:hover .adv-banner__call-icon {
    transform: translateX(10px); }
  .adv-banner--with-image {
    background-color: transparent; }
    .adv-banner--with-image::before {
      content: '';
      display: block;
      background: #40358F;
      position: absolute;
      z-index: -2;
      transition: background .15s ease-in, opacity .15s ease-in;
      width: 66%;
      height: 100%;
      left: 0;
      bottom: auto;
      top: 0; }
    .adv-banner--with-image::after {
      content: '';
      display: block;
      background: #40358F;
      opacity: .5;
      position: absolute;
      z-index: -1;
      transition: background .15s ease-in, opacity .15s ease-in;
      left: auto;
      width: 34%;
      height: 100%;
      right: 0;
      top: 0; }
  .adv-banner:hover::before {
    background: #382e7c; }
  .adv-banner:hover::after {
    background: #382e7c;
    opacity: .6; }
  .adv-banner .adv-banner__image {
    position: absolute;
    left: auto;
    top: 0;
    right: 0;
    height: 100%;
    width: 34%;
    object-fit: cover;
    max-width: 100%;
    max-height: 100%;
    z-index: -3; }
  .adv-banner__link {
    display: flex;
    width: 100%;
    min-height: inherit;
    padding: 20px;
    text-decoration: none;
    flex-flow: column nowrap; }
    @media (min-width: 768px) {
      .adv-banner__link {
        padding: 11px 30px;
        padding-right: 5.625rem;
        flex-flow: row nowrap;
        align-items: center;
        justify-content: space-between; } }
  .adv-banner__desc {
    color: #FFFFFF;
    margin-right: 20px;
    margin-bottom: 20px; }
    .adv-banner__desc span {
      display: inline-block; }
    @media (min-width: 768px) {
      .adv-banner__desc {
        margin-top: 0;
        margin-bottom: 0;
        width: 100%; } }
    @media (min-width: 768px) {
      .adv-banner__desc p {
        font-size: 1.125rem; } }
  .adv-banner__call-text {
    color: #FFFC37; }
  .adv-banner__call-icon {
    width: 25px;
    height: 18px;
    transition: .15s ease-in transform;
    transform: translateX(0); }
  .adv-banner .banner-title {
    font-size: 1.375rem;
    font-weight: bold;
    margin-bottom: 1rem; }
  .adv-banner .banner-desc {
    font-size: 1.125rem;
    line-height: 156%; }
  .adv-banner--medium {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 335px; }
    @media (min-width: 768px) {
      .adv-banner--medium {
        min-height: 90px; } }
    .adv-banner--medium .adv-banner__desc {
      padding-top: 50px; }
      @media (min-width: 768px) {
        .adv-banner--medium .adv-banner__desc {
          padding-top: 0; } }
    .adv-banner--medium .adv-banner__call {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-top: auto;
      width: 100%; }
      @media (min-width: 768px) {
        .adv-banner--medium .adv-banner__call {
          width: auto;
          margin-top: 0; } }
      @media (min-width: 768px) {
        .adv-banner--medium .adv-banner__call-icon {
          width: 40px;
          height: 28.8px; } }
      @media (min-width: 768px) {
        .adv-banner--medium .adv-banner__call-text {
          display: none; } }
    .adv-banner--medium.adv-banner--with-image::before {
      width: 100%;
      height: calc(100% - 109px);
      bottom: 0;
      left: 0;
      top: auto; }
    .adv-banner--medium.adv-banner--with-image::after {
      height: 109px;
      width: 100%;
      left: 0;
      top: 0; }
    @media (min-width: 768px) {
      .adv-banner--medium.adv-banner--with-image::before {
        width: 66%;
        height: 100%;
        left: 0;
        bottom: auto;
        top: 0; }
      .adv-banner--medium.adv-banner--with-image::after {
        left: auto;
        width: 34%;
        height: 100%;
        right: 0;
        top: 0; } }
    .adv-banner--medium.adv-banner--with-image .adv-banner__image {
      width: 100%;
      height: 109px;
      left: 0;
      top: 0;
      right: auto; }
      @media (min-width: 768px) {
        .adv-banner--medium.adv-banner--with-image .adv-banner__image {
          position: absolute;
          left: auto;
          top: 0;
          right: 0;
          height: 100%;
          width: 34%; } }
  .adv-banner--small {
    width: 100%;
    min-height: 226px; }
    .adv-banner--small .adv-banner__link {
      padding: 20px;
      flex-flow: column nowrap; }
    @media (min-width: 768px) {
      .adv-banner--small .adv-banner__desc {
        margin-right: 0; } }
    .adv-banner--small.adv-banner--with-image::before {
      width: 76%; }
    .adv-banner--small.adv-banner--with-image::after {
      width: 24%; }
    .adv-banner--small.adv-banner--with-image .adv-banner__image {
      width: 24%; }
    .adv-banner--small .adv-banner__call {
      display: flex;
      justify-content: space-between;
      width: 100%;
      margin-top: auto; }
      .adv-banner--small .adv-banner__call-desc {
        font-size: 1rem; }
      .adv-banner--small .adv-banner__call-icon {
        width: 25px;
        height: 18px; }
  .adv-banner--large {
    width: 100%;
    min-height: 116px; }
    @media (min-width: 768px) {
      .adv-banner--large {
        min-height: 330px; } }
    .adv-banner--large .adv-banner__link {
      flex-flow: row nowrap;
      align-items: center; }
      @media (min-width: 768px) {
        .adv-banner--large .adv-banner__link {
          padding: 40px; } }
    .adv-banner--large .banner-title {
      margin-bottom: 0; }
      @media (min-width: 768px) {
        .adv-banner--large .banner-title {
          font-size: 3rem;
          margin-bottom: 20px; } }
      @media (max-width: 374px) {
        .adv-banner--large .banner-title {
          font-size: 1.125rem; } }
    @media (min-width: 768px) {
      .adv-banner--large .banner-desc {
        font-size: 1.375rem; } }
    .adv-banner--large .adv-banner__desc {
      max-width: calc(66% + 20px);
      margin-right: 0;
      margin-bottom: 0; }
    .adv-banner--large .adv-banner__call {
      position: absolute;
      left: auto;
      right: calc(17% - 12.5px);
      bottom: 50%;
      transform: translateY(50%); }
      @media (min-width: 768px) {
        .adv-banner--large .adv-banner__call {
          left: calc(66% - 20px);
          right: auto;
          bottom: 20px;
          transform: none; } }
      .adv-banner--large .adv-banner__call-text {
        display: none; }
      @media (min-width: 768px) {
        .adv-banner--large .adv-banner__call-icon {
          width: 40px;
          height: 28px; } }

/*# sourceMappingURL=advertising.banner.css.map */
