/* Variables */
/* Mixins */
.christmas-offer {
  overflow-x: hidden;
  padding-bottom: 20px; }
  @media (min-width: 768px) {
    .christmas-offer {
      margin: 0;
      max-width: 1204px;
      padding: 0 14px 20px; } }
  @media (min-width: 992px) {
    .christmas-offer {
      overflow-x: visible; } }
  @media (min-width: 1200px) {
    .christmas-offer {
      margin: 0 auto 0; } }

.christmas-offer-wrapper {
  position: relative;
  margin: 0;
  padding: 0 15px; }
  @media (min-width: 768px) {
    .christmas-offer-wrapper {
      padding: 0; } }
  @media (min-width: 992px) {
    .christmas-offer-wrapper {
      max-width: 771px;
      margin: 0 auto; } }
  @media (min-width: 1200px) {
    .christmas-offer-wrapper {
      max-width: none; } }
  .christmas-offer-wrapper a {
    cursor: pointer; }
  .christmas-offer-wrapper img {
    width: 100%; }
  .christmas-offer-wrapper .christmas-offer-link {
    /* position: absolute;
    z-index: 100000000;
    width: calc(100% - 30px);
    height: 100%; */
    display: block; }
    .christmas-offer-wrapper .christmas-offer-link:hover .christmas-offer-inner {
      box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.4); }
  .christmas-offer-wrapper .christmas-offer-flex {
    margin: 10.5px 0; }
    @media (min-width: 992px) {
      .christmas-offer-wrapper .christmas-offer-flex {
        display: flex; } }
  .christmas-offer-wrapper .christmas-offer-inner {
    cursor: pointer; }
    .christmas-offer-wrapper .christmas-offer-inner:hover {
      box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.4); }
    @media (min-width: 768px) {
      .christmas-offer-wrapper .christmas-offer-inner.offer1 {
        margin-bottom: 30px; } }
    @media (min-width: 992px) {
      .christmas-offer-wrapper .christmas-offer-inner.offer1 {
        height: 371px;
        margin-bottom: 0; } }
    @media (min-width: 1200px) {
      .christmas-offer-wrapper .christmas-offer-inner.offer1 {
        height: auto; } }
    @media (min-width: 992px) {
      .christmas-offer-wrapper .christmas-offer-inner.offer1 img {
        width: auto;
        position: relative;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        height: 100%; } }
    @media (min-width: 1200px) {
      .christmas-offer-wrapper .christmas-offer-inner.offer1 img {
        left: auto;
        transform: none;
        height: auto;
        width: 100.5%; } }
    @media (min-width: 992px) {
      .christmas-offer-wrapper .christmas-offer-inner.offer1 .christmas-offer-cta {
        bottom: 38px;
        left: 38px; } }
    @media (min-width: 1200px) {
      .christmas-offer-wrapper .christmas-offer-inner.offer1 .christmas-offer-cta {
        bottom: 70px;
        left: 55px; } }
    @media (min-width: 768px) {
      .christmas-offer-wrapper .christmas-offer-inner.offer2 {
        margin-bottom: 30px; } }
    @media (min-width: 992px) {
      .christmas-offer-wrapper .christmas-offer-inner.offer2 {
        margin-bottom: 0; } }
    @media (min-width: 992px) {
      .christmas-offer-wrapper .christmas-offer-inner.offer2 .christmas-offer-cta {
        bottom: 15px;
        left: 22px; } }
    @media (min-width: 1200px) {
      .christmas-offer-wrapper .christmas-offer-inner.offer2 .christmas-offer-cta {
        bottom: 35px;
        left: 33px; } }
    @media (min-width: 992px) {
      .christmas-offer-wrapper .christmas-offer-inner.offer3 .christmas-offer-cta {
        bottom: 38px;
        left: 34px; } }
    @media (min-width: 1200px) {
      .christmas-offer-wrapper .christmas-offer-inner.offer3 .christmas-offer-cta {
        bottom: 70px;
        left: 45px; } }
    @media (min-width: 992px) {
      .christmas-offer-wrapper .christmas-offer-inner.offer4 .christmas-offer-cta {
        bottom: 38px;
        left: 30px; } }
    @media (min-width: 1200px) {
      .christmas-offer-wrapper .christmas-offer-inner.offer4 .christmas-offer-cta {
        bottom: 70px;
        left: 38px; } }
  .christmas-offer-wrapper .christmas-offer-banner-horizontal {
    position: relative; }
    .christmas-offer-wrapper .christmas-offer-banner-horizontal .christmas-offer-link {
      width: 100%; }
    @media (min-width: 768px) {
      .christmas-offer-wrapper .christmas-offer-banner-horizontal {
        margin-bottom: 30px; } }
    .christmas-offer-wrapper .christmas-offer-banner-horizontal .col-sm-6 {
      margin-bottom: 0; }
  .christmas-offer-wrapper .christmas-offer-cta {
    display: none;
    font-family: ITCAvantGardeStd-Demi,arial,sans-serif;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    position: absolute;
    bottom: 10px;
    white-space: pre; }
    @media (min-width: 768px) {
      .christmas-offer-wrapper .christmas-offer-cta {
        bottom: 10px; } }
    @media (min-width: 992px) {
      .christmas-offer-wrapper .christmas-offer-cta {
        display: block;
        font-size: 16px; } }
    @media (min-width: 1200px) {
      .christmas-offer-wrapper .christmas-offer-cta {
        font-size: 16px; } }
    .christmas-offer-wrapper .christmas-offer-cta:after {
      content: '';
      background: url(../img/base/arrow-right-white.png) no-repeat;
      background-size: cover;
      width: 8px;
      height: 12px;
      display: inline-block;
      position: relative;
      margin-left: 5px;
      margin-top: -2px;
      top: 50%;
      transform: translateX(0);
      -webkit-transition: transform ease 0.2s;
      -moz-transition: transform ease 0.2s;
      -ms-transition: transform ease 0.2s;
      -o-transition: transform ease 0.2s;
      transition: transform ease 0.2s; }
    .christmas-offer-wrapper .christmas-offer-cta:hover {
      text-decoration: underline; }
      .christmas-offer-wrapper .christmas-offer-cta:hover:after {
        transform: translateX(5px); }
    .christmas-offer-wrapper .christmas-offer-cta.black {
      color: #393d49; }
      .christmas-offer-wrapper .christmas-offer-cta.black:after {
        background: url(../img/base/arrow-right-black.png) no-repeat; }
  .christmas-offer-wrapper .clear {
    display: block;
    clear: both; }
  .christmas-offer-wrapper .img-christmas1 {
    position: absolute;
    width: 90px;
    bottom: -13px;
    right: -25px;
    height: auto;
    -webkit-transform: rotate(-14deg);
    -moz-transform: rotate(-14deg);
    -ms-transform: rotate(-14deg);
    -o-transform: rotate(-14deg);
    transform: rotate(-14deg); }
    @media (min-width: 768px) {
      .christmas-offer-wrapper .img-christmas1 {
        bottom: -50px; } }
    @media (min-width: 992px) {
      .christmas-offer-wrapper .img-christmas1 {
        bottom: -80px;
        left: -65px;
        width: 150px;
        right: auto;
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0); } }
    @media (min-width: 1200px) {
      .christmas-offer-wrapper .img-christmas1 {
        bottom: -100px;
        left: -100px;
        width: 215px;
        right: auto; } }
  .christmas-offer-wrapper .img-christmas2 {
    position: absolute;
    top: 65px;
    left: -23px;
    width: 90px;
    height: auto;
    -webkit-transform: rotate(-40deg);
    -moz-transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    -o-transform: rotate(-40deg);
    transform: rotate(-40deg); }
    @media (min-width: 768px) {
      .christmas-offer-wrapper .img-christmas2 {
        top: 35px; } }
    @media (min-width: 992px) {
      .christmas-offer-wrapper .img-christmas2 {
        top: 30px;
        right: -80px;
        width: 150px;
        left: auto; } }
    @media (min-width: 1200px) {
      .christmas-offer-wrapper .img-christmas2 {
        top: 0;
        right: -100px;
        width: 215px;
        left: auto; } }

.christmas-financing {
  margin: 0 auto 0;
  padding-bottom: 20px;
  position: relative; }
  @media (min-width: 768px) {
    .christmas-financing {
      max-width: 1204px; } }

.christmas-financing-wrapper {
  background-size: cover;
  position: relative;
  margin-bottom: 10.5px; }
  @media (min-width: 768px) {
    .christmas-financing-wrapper {
      padding: 0; } }
  @media (min-width: 992px) {
    .christmas-financing-wrapper {
      max-width: 771px;
      margin: 10.5px auto; } }
  @media (min-width: 1200px) {
    .christmas-financing-wrapper {
      max-width: none; } }
  .christmas-financing-wrapper .christmas-financing-body {
    padding: 30px 15px;
    display: flex;
    justify-content: center; }
    @media (min-width: 992px) {
      .christmas-financing-wrapper .christmas-financing-body {
        padding: 60px 60px 30px; } }
    @media (min-width: 768px) {
      .christmas-financing-wrapper .christmas-financing-body > div:first-child {
        max-width: 420px; } }
    @media (min-width: 992px) {
      .christmas-financing-wrapper .christmas-financing-body > div:first-child {
        max-width: none; } }
    .christmas-financing-wrapper .christmas-financing-body .christmas-financing-title {
      background-color: rgba(0, 0, 0, 0.4);
      padding: 15px; }
      @media (min-width: 768px) {
        .christmas-financing-wrapper .christmas-financing-body .christmas-financing-title {
          display: flex;
          justify-content: space-between;
          padding: 30px 15px 30px 30px; } }
    .christmas-financing-wrapper .christmas-financing-body h3 {
      color: #fff; }
      @media (min-width: 992px) {
        .christmas-financing-wrapper .christmas-financing-body h3 {
          margin-right: 30px; } }
      @media (min-width: 1200px) {
        .christmas-financing-wrapper .christmas-financing-body h3 {
          margin-right: 75px; } }
      .christmas-financing-wrapper .christmas-financing-body h3 span {
        display: block; }
        .christmas-financing-wrapper .christmas-financing-body h3 span:first-child {
          font-size: 23px;
          font-family: ITCAvantGardeStd-Bold,arial,sans-serif; }
          @media (min-width: 375px) {
            .christmas-financing-wrapper .christmas-financing-body h3 span:first-child {
              font-size: 24px; } }
          @media (min-width: 425px) {
            .christmas-financing-wrapper .christmas-financing-body h3 span:first-child {
              font-size: 29px; } }
          @media (min-width: 768px) {
            .christmas-financing-wrapper .christmas-financing-body h3 span:first-child {
              font-size: 38px; } }
          @media (min-width: 992px) {
            .christmas-financing-wrapper .christmas-financing-body h3 span:first-child {
              font-size: 45px; } }
          @media (min-width: 1200px) {
            .christmas-financing-wrapper .christmas-financing-body h3 span:first-child {
              font-size: 59px; } }
        .christmas-financing-wrapper .christmas-financing-body h3 span:nth-child(2) {
          font-family: ITCAvantGardeStd-Bk,arial,sans-serif;
          font-size: 18px;
          margin: 5px 0 10px; }
          @media (min-width: 375px) {
            .christmas-financing-wrapper .christmas-financing-body h3 span:nth-child(2) {
              font-size: 20px; } }
          @media (min-width: 768px) {
            .christmas-financing-wrapper .christmas-financing-body h3 span:nth-child(2) {
              font-size: 28px; } }
          @media (min-width: 992px) {
            .christmas-financing-wrapper .christmas-financing-body h3 span:nth-child(2) {
              font-size: 32px; } }
          @media (min-width: 1200px) {
            .christmas-financing-wrapper .christmas-financing-body h3 span:nth-child(2) {
              font-size: 43px; } }
        .christmas-financing-wrapper .christmas-financing-body h3 span:last-child {
          font-size: 28px;
          font-family: ITCAvantGardeStd-Bold,arial,sans-serif; }
          @media (min-width: 375px) {
            .christmas-financing-wrapper .christmas-financing-body h3 span:last-child {
              font-size: 30px; } }
          @media (min-width: 425px) {
            .christmas-financing-wrapper .christmas-financing-body h3 span:last-child {
              font-size: 36px; } }
          @media (min-width: 768px) {
            .christmas-financing-wrapper .christmas-financing-body h3 span:last-child {
              font-size: 45px; } }
          @media (min-width: 992px) {
            .christmas-financing-wrapper .christmas-financing-body h3 span:last-child {
              font-size: 55px; } }
          @media (min-width: 1200px) {
            .christmas-financing-wrapper .christmas-financing-body h3 span:last-child {
              font-size: 74px; } }
    .christmas-financing-wrapper .christmas-financing-body .promo {
      position: relative;
      align-self: flex-end;
      padding: 15px;
      text-align: center;
      margin-top: 10px; }
      @media (min-width: 768px) {
        .christmas-financing-wrapper .christmas-financing-body .promo {
          margin-top: 0; } }
      @media (min-width: 992px) {
        .christmas-financing-wrapper .christmas-financing-body .promo {
          align-self: flex-start;
          width: 160px; } }
      @media (min-width: 1200px) {
        .christmas-financing-wrapper .christmas-financing-body .promo {
          align-self: flex-start;
          width: 189px; } }
      .christmas-financing-wrapper .christmas-financing-body .promo .promo-inner {
        position: relative; }
      .christmas-financing-wrapper .christmas-financing-body .promo p {
        font-size: 16px;
        margin: 0;
        color: #fff;
        font-family: ITCAvantGardeStd-Bk,arial,sans-serif; }
        @media (min-width: 768px) {
          .christmas-financing-wrapper .christmas-financing-body .promo p {
            font-size: 24px; } }
        .christmas-financing-wrapper .christmas-financing-body .promo p:last-child {
          font-family: ITCAvantGardeStd-Bold,arial,sans-serif;
          font-size: 16px;
          margin-top: -15px; }
          @media (min-width: 375px) {
            .christmas-financing-wrapper .christmas-financing-body .promo p:last-child {
              font-size: 14px; } }
          @media (min-width: 992px) {
            .christmas-financing-wrapper .christmas-financing-body .promo p:last-child {
              font-size: 20px; } }
      .christmas-financing-wrapper .christmas-financing-body .promo .value {
        display: block;
        font-size: 77px;
        font-family: ITCAvantGardeStd-Demi,arial,sans-serif;
        font-family: ITCAvantGardeStd-Bold,arial,sans-serif;
        margin-top: 10px;
        color: #fff; }
        @media (min-width: 768px) {
          .christmas-financing-wrapper .christmas-financing-body .promo .value {
            font-size: 86px; } }
        @media (min-width: 1200px) {
          .christmas-financing-wrapper .christmas-financing-body .promo .value {
            font-size: 116px; } }
        .christmas-financing-wrapper .christmas-financing-body .promo .value .unit {
          font-size: 25px; }
          @media (min-width: 768px) {
            .christmas-financing-wrapper .christmas-financing-body .promo .value .unit {
              font-size: 40px; } }
      .christmas-financing-wrapper .christmas-financing-body .promo .board {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0; }
        .christmas-financing-wrapper .christmas-financing-body .promo .board .board-row {
          height: 50%;
          display: flex; }
          .christmas-financing-wrapper .christmas-financing-body .promo .board .board-row span {
            width: 50%;
            height: 100%;
            display: inline-block; }
          .christmas-financing-wrapper .christmas-financing-body .promo .board .board-row:first-child span:first-child {
            background-color: #181818; }
          .christmas-financing-wrapper .christmas-financing-body .promo .board .board-row:first-child span:last-child {
            background-color: #414141; }
          .christmas-financing-wrapper .christmas-financing-body .promo .board .board-row:last-child span:first-child {
            background-color: #1e1e1e; }
          .christmas-financing-wrapper .christmas-financing-body .promo .board .board-row:last-child span:last-child {
            background-color: #363636; }
    .christmas-financing-wrapper .christmas-financing-body .promo-financing {
      display: flex;
      margin-left: 15px;
      flex-wrap: wrap; }
      @media (min-width: 768px) {
        .christmas-financing-wrapper .christmas-financing-body .promo-financing {
          margin-left: 30px;
          flex-wrap: nowrap; } }
      .christmas-financing-wrapper .christmas-financing-body .promo-financing > div {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        max-width: 40%;
        padding-left: 10px; }
        @media (min-width: 375px) {
          .christmas-financing-wrapper .christmas-financing-body .promo-financing > div {
            max-width: none;
            padding-left: 0; } }
      .christmas-financing-wrapper .christmas-financing-body .promo-financing > .eus {
        padding-right: 10px;
        padding-left: 0;
        align-items: flex-end; }
        @media (min-width: 375px) {
          .christmas-financing-wrapper .christmas-financing-body .promo-financing > .eus {
            padding-right: 0; } }
      .christmas-financing-wrapper .christmas-financing-body .promo-financing .big-value {
        color: #fff;
        font-family: ITCAvantGardeStd-Bold,arial,sans-serif;
        font-size: 120px;
        max-width: 60%; }
        @media (min-width: 375px) {
          .christmas-financing-wrapper .christmas-financing-body .promo-financing .big-value {
            font-size: 170px;
            max-width: none; } }
        @media (min-width: 768px) {
          .christmas-financing-wrapper .christmas-financing-body .promo-financing .big-value {
            font-size: 240px; } }
        @media (min-width: 1200px) {
          .christmas-financing-wrapper .christmas-financing-body .promo-financing .big-value {
            font-size: 290px; } }
      .christmas-financing-wrapper .christmas-financing-body .promo-financing p {
        color: #fff;
        font-family: ITCAvantGardeStd-Bold,arial,sans-serif;
        font-size: 20px; }
        @media (min-width: 375px) {
          .christmas-financing-wrapper .christmas-financing-body .promo-financing p {
            font-size: 30px; } }
            @media (min-width: 375px) {
              .christmas-financing-wrapper .christmas-financing-body .promo-financing p {
                font-size: 28px; } }
        @media (min-width: 768px) {
          .christmas-financing-wrapper .christmas-financing-body .promo-financing p {
            font-size: 36px; } }
        @media (min-width: 1200px) {
          .christmas-financing-wrapper .christmas-financing-body .promo-financing p {
            font-size: 48px; } }
      .christmas-financing-wrapper .christmas-financing-body .promo-financing .unit {
        font-size: 20px;
        margin: 10px 0 6px; }
        @media (min-width: 375px) {
          .christmas-financing-wrapper .christmas-financing-body .promo-financing .unit {
            font-size: 39px;
            margin: 18px 0 6px; } }
        @media (min-width: 768px) {
          .christmas-financing-wrapper .christmas-financing-body .promo-financing .unit {
            font-size: 48px; } }
        @media (min-width: 1200px) {
          .christmas-financing-wrapper .christmas-financing-body .promo-financing .unit {
            font-size: 61px; } }
      .christmas-financing-wrapper .christmas-financing-body .promo-financing img {
        width: 60px;
        height: auto;
        max-width: 100%; }
        @media (min-width: 375px) {
          .christmas-financing-wrapper .christmas-financing-body .promo-financing img {
            width: 50px; } }
        @media (min-width: 768px) {
          .christmas-financing-wrapper .christmas-financing-body .promo-financing img {
            width: 80px; } }
        @media (min-width: 992px) {
          .christmas-financing-wrapper .christmas-financing-body .promo-financing img {
            width: 110px; } }
      .christmas-financing-wrapper .christmas-financing-body .promo-financing .christmas-financing-description {
        max-width: none; }
        @media (min-width: 375px) {
          .christmas-financing-wrapper .christmas-financing-body .promo-financing .christmas-financing-description {
            margin-top: -15px; } }
        .christmas-financing-wrapper .christmas-financing-body .promo-financing .christmas-financing-description p {
          font-size: 12px;
          font-family: ITCAvantGardeStd-Bk,arial,sans-serif; }
        .christmas-financing-wrapper .christmas-financing-body .promo-financing .christmas-financing-description a {
          font-size: 12px; }
  .christmas-financing-wrapper .christmas-financing-description {
    margin-top: 15px;
    max-width: 575px; }
    .christmas-financing-wrapper .christmas-financing-description p {
      color: #fff;
      font-size: 18px;
      font-family: ITCAvantGardeStd-Bk,arial,sans-serif;
      margin-bottom: 5px;
      line-height: 1.4; }
    .christmas-financing-wrapper .christmas-financing-description a {
      text-decoration: underline;
      font-family: ITCAvantGardeStd-Bold,arial,sans-serif;
      color: #fff;
      font-size: 18px; }
  .christmas-financing-wrapper .christmas-financing-footer small {
    color: #fff;
    font-size: 12px;
    font-family: ITCAvantGardeStd-Bk,arial,sans-serif;
    padding: 0 20px 30px;
    display: inline-block;
    line-height: 1.4; }
    @media (min-width: 992px) {
      .christmas-financing-wrapper .christmas-financing-footer small {
        padding: 0 20px 60px;
        font-size: 14px; } }
    @media (min-width: 1200px) {
      .christmas-financing-wrapper .christmas-financing-footer small {
        padding: 0 70px 60px; } }
  .christmas-financing-wrapper .img-christmas {
    position: absolute;
    height: auto;
    display: none; }
    @media (min-width: 992px) {
      .christmas-financing-wrapper .img-christmas {
        display: block;
        bottom: -70px;
        right: -70px;
        width: 150px; } }
    @media (min-width: 1200px) {
      .christmas-financing-wrapper .img-christmas {
        display: block;
        bottom: -100px;
        right: -100px;
        width: 215px; } }

.xmas-snow-canvas {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 1;
  background-color: transparent;
  width: 100%;
  height: 100%; }

h2.title {
  margin: 0;
  color: #393d49;
  font-family: ITCAvantGardeStd-Bold,arial,sans-serif;
  font-size: 32px;
  text-align: center;
  padding: 25px 15px 15px; }
  @media (min-width: 768px) {
    h2.title {
      padding: 35px 15px 15px; } }

/*# sourceMappingURL=christmas-modules.css.map */
