/* Global Mixins Stylesheet */
/* |_ Global Reset Style */
.aspot-teaser-main * {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  
  .aspot-teaser-main div, .aspot-teaser-main span, .aspot-teaser-main applet, .aspot-teaser-main object, .aspot-teaser-main iframe, .aspot-teaser-main h1, .aspot-teaser-main h2, .aspot-teaser-main h3, .aspot-teaser-main h4, .aspot-teaser-main h5, .aspot-teaser-main h6, .aspot-teaser-main p, .aspot-teaser-main blockquote, .aspot-teaser-main pre, .aspot-teaser-main a, .aspot-teaser-main abbr, .aspot-teaser-main acronym, .aspot-teaser-main address, .aspot-teaser-main big, .aspot-teaser-main cite, .aspot-teaser-main code, .aspot-teaser-main del, .aspot-teaser-main dfn, .aspot-teaser-main em, .aspot-teaser-main img, .aspot-teaser-main ins, .aspot-teaser-main kbd, .aspot-teaser-main q, .aspot-teaser-main s, .aspot-teaser-main samp, .aspot-teaser-main small, .aspot-teaser-main strike, .aspot-teaser-main strong, .aspot-teaser-main sub, .aspot-teaser-main sup, .aspot-teaser-main tt, .aspot-teaser-main var, .aspot-teaser-main b, .aspot-teaser-main u, .aspot-teaser-main i, .aspot-teaser-main center, .aspot-teaser-main dl, .aspot-teaser-main dt, .aspot-teaser-main dd, .aspot-teaser-main ol, .aspot-teaser-main ul, .aspot-teaser-main li, .aspot-teaser-main fieldset, .aspot-teaser-main form, .aspot-teaser-main label, .aspot-teaser-main legend, .aspot-teaser-main table, .aspot-teaser-main caption, .aspot-teaser-main tbody, .aspot-teaser-main tfoot, .aspot-teaser-main thead, .aspot-teaser-main tr, .aspot-teaser-main th, .aspot-teaser-main td, .aspot-teaser-main article, .aspot-teaser-main aside, .aspot-teaser-main canvas, .aspot-teaser-main details, .aspot-teaser-main embed, .aspot-teaser-main figure, .aspot-teaser-main figcaption, .aspot-teaser-main footer, .aspot-teaser-main header, .aspot-teaser-main hgroup, .aspot-teaser-main menu, .aspot-teaser-main nav, .aspot-teaser-main output, .aspot-teaser-main ruby, .aspot-teaser-main section, .aspot-teaser-main summary, .aspot-teaser-main time, .aspot-teaser-main mark, .aspot-teaser-main audio, .aspot-teaser-main video {
    margin: 0 auto;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
  }
  
  .aspot-teaser-main article, .aspot-teaser-main aside, .aspot-teaser-main details, .aspot-teaser-main figcaption, .aspot-teaser-main figure, .aspot-teaser-main footer, .aspot-teaser-main header, .aspot-teaser-main hgroup, .aspot-teaser-main menu, .aspot-teaser-main nav, .aspot-teaser-main section {
    display: block;
  }
  
  .aspot-teaser-main ol, .aspot-teaser-main ul {
    list-style: none;
  }
  
  .aspot-teaser-main blockquote, .aspot-teaser-main q {
    quotes: none;
  }
  
  .aspot-teaser-main blockquote:before, .aspot-teaser-main blockquote:after, .aspot-teaser-main q:before, .aspot-teaser-main q:after {
    content: '';
    content: none;
  }
  
  .aspot-teaser-main table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  
  #aspot-teaser .aspot-teaser-container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
  }
  
  #aspot-teaser .aspot-teaser-row {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
  }
  
  #aspot-teaser .aspot-teaser-row.aspot-teaser-reverse {
    -ms-flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
  }
  
  #aspot-teaser .aspot-teaser-col.aspot-teaser-reverse {
    -ms-flex-direction: column-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse;
  }
  
  #aspot-teaser .aspot-teaser-col-xs, #aspot-teaser .aspot-teaser-col-xs-1, #aspot-teaser .aspot-teaser-col-xs-2, #aspot-teaser .aspot-teaser-col-xs-3, #aspot-teaser .aspot-teaser-col-xs-4, #aspot-teaser .aspot-teaser-col-xs-5, #aspot-teaser .aspot-teaser-col-xs-6, #aspot-teaser .aspot-teaser-col-xs-7, #aspot-teaser .aspot-teaser-col-xs-8, #aspot-teaser .aspot-teaser-col-xs-9, #aspot-teaser .aspot-teaser-col-xs-10, #aspot-teaser .aspot-teaser-col-xs-11, #aspot-teaser .aspot-teaser-col-xs-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 0;
    padding-left: 0;
  }
  
  #aspot-teaser .aspot-teaser-col-xs {
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  
  #aspot-teaser .aspot-teaser-col-xs-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  
  #aspot-teaser .aspot-teaser-col-xs-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  
  #aspot-teaser .aspot-teaser-col-xs-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  
  #aspot-teaser .aspot-teaser-col-xs-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  
  #aspot-teaser .aspot-teaser-col-xs-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  
  #aspot-teaser .aspot-teaser-col-xs-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  
  #aspot-teaser .aspot-teaser-col-xs-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  
  #aspot-teaser .aspot-teaser-col-xs-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  
  #aspot-teaser .aspot-teaser-col-xs-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  
  #aspot-teaser .aspot-teaser-col-xs-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  
  #aspot-teaser .aspot-teaser-col-xs-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  
  #aspot-teaser .aspot-teaser-col-xs-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  
  #aspot-teaser .aspot-teaser-col-xs-offset-1 {
    margin-left: 8.333%;
  }
  
  #aspot-teaser .aspot-teaser-col-xs-offset-2 {
    margin-left: 16.667%;
  }
  
  #aspot-teaser .aspot-teaser-col-xs-offset-3 {
    margin-left: 25%;
  }
  
  #aspot-teaser .aspot-teaser-col-xs-offset-4 {
    margin-left: 33.333%;
  }
  
  #aspot-teaser .aspot-teaser-col-xs-offset-5 {
    margin-left: 41.667%;
  }
  
  #aspot-teaser .aspot-teaser-col-xs-offset-6 {
    margin-left: 50%;
  }
  
  #aspot-teaser .aspot-teaser-col-xs-offset-7 {
    margin-left: 58.333%;
  }
  
  #aspot-teaser .aspot-teaser-col-xs-offset-8 {
    margin-left: 66.667%;
  }
  
  #aspot-teaser .aspot-teaser-col-xs-offset-9 {
    margin-left: 75%;
  }
  
  #aspot-teaser .aspot-teaser-col-xs-offset-10 {
    margin-left: 83.333%;
  }
  
  #aspot-teaser .aspot-teaser-col-xs-offset-11 {
    margin-left: 91.667%;
  }
  
  #aspot-teaser .aspot-teaser-start-xs {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  
  #aspot-teaser .aspot-teaser-center-xs {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
  }
  
  #aspot-teaser .aspot-teaser-end-xs {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  
  #aspot-teaser .aspot-teaser-top-xs {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }
  
  #aspot-teaser .aspot-teaser-middle-xs {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }
  
  #aspot-teaser .aspot-teaser-bottom-xs {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
  }
  
  #aspot-teaser .aspot-teaser-around-xs {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  
  #aspot-teaser .aspot-teaser-between-xs {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  
  #aspot-teaser .aspot-teaser-first-xs {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  
  #aspot-teaser .aspot-teaser-last-xs {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  
  @media only screen and (min-width: 48em) {
    #aspot-teaser .aspot-teaser-col-sm, #aspot-teaser .aspot-teaser-col-sm-1, #aspot-teaser .aspot-teaser-col-sm-2, #aspot-teaser .aspot-teaser-col-sm-3, #aspot-teaser .aspot-teaser-col-sm-4, #aspot-teaser .aspot-teaser-col-sm-5, #aspot-teaser .aspot-teaser-col-sm-6, #aspot-teaser .aspot-teaser-col-sm-7, #aspot-teaser .aspot-teaser-col-sm-8, #aspot-teaser .aspot-teaser-col-sm-9, #aspot-teaser .aspot-teaser-col-sm-10, #aspot-teaser .aspot-teaser-col-sm-11, #aspot-teaser .aspot-teaser-col-sm-12 {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      -ms-flex: 0 0 auto;
      -webkit-box-flex: 0;
      flex: 0 0 auto;
      padding-right: 0;
      padding-left: 0;
    }
    #aspot-teaser .aspot-teaser-col-sm {
      -ms-flex-positive: 1;
      -webkit-box-flex: 1;
      flex-grow: 1;
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      max-width: 100%;
    }
    #aspot-teaser .aspot-teaser-col-sm-1 {
      -ms-flex-preferred-size: 8.333%;
      flex-basis: 8.333%;
      max-width: 8.333%;
    }
    #aspot-teaser .aspot-teaser-col-sm-2 {
      -ms-flex-preferred-size: 16.667%;
      flex-basis: 16.667%;
      max-width: 16.667%;
    }
    #aspot-teaser .aspot-teaser-col-sm-3 {
      -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
      max-width: 25%;
    }
    #aspot-teaser .aspot-teaser-col-sm-4 {
      -ms-flex-preferred-size: 33.333%;
      flex-basis: 33.333%;
      max-width: 33.333%;
    }
    #aspot-teaser .aspot-teaser-col-sm-5 {
      -ms-flex-preferred-size: 41.667%;
      flex-basis: 41.667%;
      max-width: 41.667%;
    }
    #aspot-teaser .aspot-teaser-col-sm-6 {
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      max-width: 50%;
    }
    #aspot-teaser .aspot-teaser-col-sm-7 {
      -ms-flex-preferred-size: 58.333%;
      flex-basis: 58.333%;
      max-width: 58.333%;
    }
    #aspot-teaser .aspot-teaser-col-sm-8 {
      -ms-flex-preferred-size: 66.667%;
      flex-basis: 66.667%;
      max-width: 66.667%;
    }
    #aspot-teaser .aspot-teaser-col-sm-9 {
      -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
      max-width: 75%;
    }
    #aspot-teaser .aspot-teaser-col-sm-10 {
      -ms-flex-preferred-size: 83.333%;
      flex-basis: 83.333%;
      max-width: 83.333%;
    }
    #aspot-teaser .aspot-teaser-col-sm-11 {
      -ms-flex-preferred-size: 91.667%;
      flex-basis: 91.667%;
      max-width: 91.667%;
    }
    #aspot-teaser .aspot-teaser-col-sm-12 {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%;
    }
    #aspot-teaser .aspot-teaser-col-sm-offset-1 {
      margin-left: 8.333%;
    }
    #aspot-teaser .aspot-teaser-col-sm-offset-2 {
      margin-left: 16.667%;
    }
    #aspot-teaser .aspot-teaser-col-sm-offset-3 {
      margin-left: 25%;
    }
    #aspot-teaser .aspot-teaser-col-sm-offset-4 {
      margin-left: 33.333%;
    }
    #aspot-teaser .aspot-teaser-col-sm-offset-5 {
      margin-left: 41.667%;
    }
    #aspot-teaser .aspot-teaser-col-sm-offset-6 {
      margin-left: 50%;
    }
    #aspot-teaser .aspot-teaser-col-sm-offset-7 {
      margin-left: 58.333%;
    }
    #aspot-teaser .aspot-teaser-col-sm-offset-8 {
      margin-left: 66.667%;
    }
    #aspot-teaser .aspot-teaser-col-sm-offset-9 {
      margin-left: 75%;
    }
    #aspot-teaser .aspot-teaser-col-sm-offset-10 {
      margin-left: 83.333%;
    }
    #aspot-teaser .aspot-teaser-col-sm-offset-11 {
      margin-left: 91.667%;
    }
    #aspot-teaser .aspot-teaser-start-sm {
      -ms-flex-pack: start;
      -webkit-box-pack: start;
      justify-content: flex-start;
      text-align: start;
    }
    #aspot-teaser .aspot-teaser-center-sm {
      -ms-flex-pack: center;
      -webkit-box-pack: center;
      justify-content: center;
      text-align: center;
    }
    #aspot-teaser .aspot-teaser-end-sm {
      -ms-flex-pack: end;
      -webkit-box-pack: end;
      justify-content: flex-end;
      text-align: end;
    }
    #aspot-teaser .aspot-teaser-top-sm {
      -ms-flex-align: start;
      -webkit-box-align: start;
      align-items: flex-start;
    }
    #aspot-teaser .aspot-teaser-middle-sm {
      -ms-flex-align: center;
      -webkit-box-align: center;
      align-items: center;
    }
    #aspot-teaser .aspot-teaser-bottom-sm {
      -ms-flex-align: end;
      -webkit-box-align: end;
      align-items: flex-end;
    }
    #aspot-teaser .aspot-teaser-around-sm {
      -ms-flex-pack: distribute;
      justify-content: space-around;
    }
    #aspot-teaser .aspot-teaser-between-sm {
      -ms-flex-pack: justify;
      -webkit-box-pack: justify;
      justify-content: space-between;
    }
    #aspot-teaser .aspot-teaser-first-sm {
      -ms-flex-order: -1;
      -webkit-box-ordinal-group: 0;
      order: -1;
    }
    #aspot-teaser .aspot-teaser-last-sm {
      -ms-flex-order: 1;
      -webkit-box-ordinal-group: 2;
      order: 1;
    }
  }
  
  @media only screen and (min-width: 62em) {
    #aspot-teaser .aspot-teaser-col-md, #aspot-teaser .aspot-teaser-col-md-1, #aspot-teaser .aspot-teaser-col-md-2, #aspot-teaser .aspot-teaser-col-md-3, #aspot-teaser .aspot-teaser-col-md-4, #aspot-teaser .aspot-teaser-col-md-5, #aspot-teaser .aspot-teaser-col-md-6, #aspot-teaser .aspot-teaser-col-md-7, #aspot-teaser .aspot-teaser-col-md-8, #aspot-teaser .aspot-teaser-col-md-9, #aspot-teaser .aspot-teaser-col-md-10, #aspot-teaser .aspot-teaser-col-md-11, #aspot-teaser .aspot-teaser-col-md-12 {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      -ms-flex: 0 0 auto;
      -webkit-box-flex: 0;
      flex: 0 0 auto;
      padding-right: 0;
      padding-left: 0;
    }
    #aspot-teaser .aspot-teaser-col-md {
      -ms-flex-positive: 1;
      -webkit-box-flex: 1;
      flex-grow: 1;
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      max-width: 100%;
    }
    #aspot-teaser .aspot-teaser-col-md-1 {
      -ms-flex-preferred-size: 8.333%;
      flex-basis: 8.333%;
      max-width: 8.333%;
    }
    #aspot-teaser .aspot-teaser-col-md-2 {
      -ms-flex-preferred-size: 16.667%;
      flex-basis: 16.667%;
      max-width: 16.667%;
    }
    #aspot-teaser .aspot-teaser-col-md-3 {
      -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
      max-width: 25%;
    }
    #aspot-teaser .aspot-teaser-col-md-4 {
      -ms-flex-preferred-size: 33.333%;
      flex-basis: 33.333%;
      max-width: 33.333%;
    }
    #aspot-teaser .aspot-teaser-col-md-5 {
      -ms-flex-preferred-size: 41.667%;
      flex-basis: 41.667%;
      max-width: 41.667%;
    }
    #aspot-teaser .aspot-teaser-col-md-6 {
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      max-width: 50%;
    }
    #aspot-teaser .aspot-teaser-col-md-7 {
      -ms-flex-preferred-size: 58.333%;
      flex-basis: 58.333%;
      max-width: 58.333%;
    }
    #aspot-teaser .aspot-teaser-col-md-8 {
      -ms-flex-preferred-size: 66.667%;
      flex-basis: 66.667%;
      max-width: 66.667%;
    }
    #aspot-teaser .aspot-teaser-col-md-9 {
      -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
      max-width: 75%;
    }
    #aspot-teaser .aspot-teaser-col-md-10 {
      -ms-flex-preferred-size: 83.333%;
      flex-basis: 83.333%;
      max-width: 83.333%;
    }
    #aspot-teaser .aspot-teaser-col-md-11 {
      -ms-flex-preferred-size: 91.667%;
      flex-basis: 91.667%;
      max-width: 91.667%;
    }
    #aspot-teaser .aspot-teaser-col-md-12 {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%;
    }
    #aspot-teaser .aspot-teaser-col-md-offset-1 {
      margin-left: 8.333%;
    }
    #aspot-teaser .aspot-teaser-col-md-offset-2 {
      margin-left: 16.667%;
    }
    #aspot-teaser .aspot-teaser-col-md-offset-3 {
      margin-left: 25%;
    }
    #aspot-teaser .aspot-teaser-col-md-offset-4 {
      margin-left: 33.333%;
    }
    #aspot-teaser .aspot-teaser-col-md-offset-5 {
      margin-left: 41.667%;
    }
    #aspot-teaser .aspot-teaser-col-md-offset-6 {
      margin-left: 50%;
    }
    #aspot-teaser .aspot-teaser-col-md-offset-7 {
      margin-left: 58.333%;
    }
    #aspot-teaser .aspot-teaser-col-md-offset-8 {
      margin-left: 66.667%;
    }
    #aspot-teaser .aspot-teaser-col-md-offset-9 {
      margin-left: 75%;
    }
    #aspot-teaser .aspot-teaser-col-md-offset-10 {
      margin-left: 83.333%;
    }
    #aspot-teaser .aspot-teaser-col-md-offset-11 {
      margin-left: 91.667%;
    }
    #aspot-teaser .aspot-teaser-start-md {
      -ms-flex-pack: start;
      -webkit-box-pack: start;
      justify-content: flex-start;
      text-align: start;
    }
    #aspot-teaser .aspot-teaser-center-md {
      -ms-flex-pack: center;
      -webkit-box-pack: center;
      justify-content: center;
      text-align: center;
    }
    #aspot-teaser .aspot-teaser-end-md {
      -ms-flex-pack: end;
      -webkit-box-pack: end;
      justify-content: flex-end;
      text-align: end;
    }
    #aspot-teaser .aspot-teaser-top-md {
      -ms-flex-align: start;
      -webkit-box-align: start;
      align-items: flex-start;
    }
    #aspot-teaser .aspot-teaser-middle-md {
      -ms-flex-align: center;
      -webkit-box-align: center;
      align-items: center;
    }
    #aspot-teaser .aspot-teaser-bottom-md {
      -ms-flex-align: end;
      -webkit-box-align: end;
      align-items: flex-end;
    }
    #aspot-teaser .aspot-teaser-around-md {
      -ms-flex-pack: distribute;
      justify-content: space-around;
    }
    #aspot-teaser .aspot-teaser-between-md {
      -ms-flex-pack: justify;
      -webkit-box-pack: justify;
      justify-content: space-between;
    }
    #aspot-teaser .aspot-teaser-first-md {
      -ms-flex-order: -1;
      -webkit-box-ordinal-group: 0;
      order: -1;
    }
    #aspot-teaser .aspot-teaser-last-md {
      -ms-flex-order: 1;
      -webkit-box-ordinal-group: 2;
      order: 1;
    }
  }
  
  @media only screen and (min-width: 75em) {
    #aspot-teaser .aspot-teaser-col-lg, #aspot-teaser .aspot-teaser-col-lg-1, #aspot-teaser .aspot-teaser-col-lg-2, #aspot-teaser .aspot-teaser-col-lg-3, #aspot-teaser .aspot-teaser-col-lg-4, #aspot-teaser .aspot-teaser-col-lg-5, #aspot-teaser .aspot-teaser-col-lg-6, #aspot-teaser .aspot-teaser-col-lg-7, #aspot-teaser .aspot-teaser-col-lg-8, #aspot-teaser .aspot-teaser-col-lg-9, #aspot-teaser .aspot-teaser-col-lg-10, #aspot-teaser .aspot-teaser-col-lg-11, #aspot-teaser .aspot-teaser-col-lg-12 {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      -ms-flex: 0 0 auto;
      -webkit-box-flex: 0;
      flex: 0 0 auto;
      padding-right: 0;
      padding-left: 0;
    }
    #aspot-teaser .aspot-teaser-col-lg {
      -ms-flex-positive: 1;
      -webkit-box-flex: 1;
      flex-grow: 1;
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      max-width: 100%;
    }
    #aspot-teaser .aspot-teaser-col-lg-1 {
      -ms-flex-preferred-size: 8.333%;
      flex-basis: 8.333%;
      max-width: 8.333%;
    }
    #aspot-teaser .aspot-teaser-col-lg-2 {
      -ms-flex-preferred-size: 16.667%;
      flex-basis: 16.667%;
      max-width: 16.667%;
    }
    #aspot-teaser .aspot-teaser-col-lg-3 {
      -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
      max-width: 25%;
    }
    #aspot-teaser .aspot-teaser-col-lg-4 {
      -ms-flex-preferred-size: 33.333%;
      flex-basis: 33.333%;
      max-width: 33.333%;
    }
    #aspot-teaser .aspot-teaser-col-lg-5 {
      -ms-flex-preferred-size: 41.667%;
      flex-basis: 41.667%;
      max-width: 41.667%;
    }
    #aspot-teaser .aspot-teaser-col-lg-6 {
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      max-width: 50%;
    }
    #aspot-teaser .aspot-teaser-col-lg-7 {
      -ms-flex-preferred-size: 58.333%;
      flex-basis: 58.333%;
      max-width: 58.333%;
    }
    #aspot-teaser .aspot-teaser-col-lg-8 {
      -ms-flex-preferred-size: 66.667%;
      flex-basis: 66.667%;
      max-width: 66.667%;
    }
    #aspot-teaser .aspot-teaser-col-lg-9 {
      -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
      max-width: 75%;
    }
    #aspot-teaser .aspot-teaser-col-lg-10 {
      -ms-flex-preferred-size: 83.333%;
      flex-basis: 83.333%;
      max-width: 83.333%;
    }
    #aspot-teaser .aspot-teaser-col-lg-11 {
      -ms-flex-preferred-size: 91.667%;
      flex-basis: 91.667%;
      max-width: 91.667%;
    }
    #aspot-teaser .aspot-teaser-col-lg-12 {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%;
    }
    #aspot-teaser .aspot-teaser-col-lg-offset-1 {
      margin-left: 8.333%;
    }
    #aspot-teaser .aspot-teaser-col-lg-offset-2 {
      margin-left: 16.667%;
    }
    #aspot-teaser .aspot-teaser-col-lg-offset-3 {
      margin-left: 25%;
    }
    #aspot-teaser .aspot-teaser-col-lg-offset-4 {
      margin-left: 33.333%;
    }
    #aspot-teaser .aspot-teaser-col-lg-offset-5 {
      margin-left: 41.667%;
    }
    #aspot-teaser .aspot-teaser-col-lg-offset-6 {
      margin-left: 50%;
    }
    #aspot-teaser .aspot-teaser-col-lg-offset-7 {
      margin-left: 58.333%;
    }
    #aspot-teaser .aspot-teaser-col-lg-offset-8 {
      margin-left: 66.667%;
    }
    #aspot-teaser .aspot-teaser-col-lg-offset-9 {
      margin-left: 75%;
    }
    #aspot-teaser .aspot-teaser-col-lg-offset-10 {
      margin-left: 83.333%;
    }
    #aspot-teaser .aspot-teaser-col-lg-offset-11 {
      margin-left: 91.667%;
    }
    #aspot-teaser .aspot-teaser-start-lg {
      -ms-flex-pack: start;
      -webkit-box-pack: start;
      justify-content: flex-start;
      text-align: start;
    }
    #aspot-teaser .aspot-teaser-center-lg {
      -ms-flex-pack: center;
      -webkit-box-pack: center;
      justify-content: center;
      text-align: center;
    }
    #aspot-teaser .aspot-teaser-end-lg {
      -ms-flex-pack: end;
      -webkit-box-pack: end;
      justify-content: flex-end;
      text-align: end;
    }
    #aspot-teaser .aspot-teaser-top-lg {
      -ms-flex-align: start;
      -webkit-box-align: start;
      align-items: flex-start;
    }
    #aspot-teaser .aspot-teaser-middle-lg {
      -ms-flex-align: center;
      -webkit-box-align: center;
      align-items: center;
    }
    #aspot-teaser .aspot-teaser-bottom-lg {
      -ms-flex-align: end;
      -webkit-box-align: end;
      align-items: flex-end;
    }
    #aspot-teaser .aspot-teaser-around-lg {
      -ms-flex-pack: distribute;
      justify-content: space-around;
    }
    #aspot-teaser .aspot-teaser-between-lg {
      -ms-flex-pack: justify;
      -webkit-box-pack: justify;
      justify-content: space-between;
    }
    #aspot-teaser .aspot-teaser-first-lg {
      -ms-flex-order: -1;
      -webkit-box-ordinal-group: 0;
      order: -1;
    }
    #aspot-teaser .aspot-teaser-last-lg {
      -ms-flex-order: 1;
      -webkit-box-ordinal-group: 2;
      order: 1;
    }
  }
  
  #aspot-teaser .aspot-teaser-F-Clarins {
    font-family: "Clarins", "Times New Roman", Times, Helvetica, serif;
  }
  
  #aspot-teaser .aspot-teaser-F-ClarinsRegular {
    font-family: "ClarinsRegular", "Times New Roman", Times, Helvetica, serif;
  }
  
  #aspot-teaser .aspot-teaser-F-GothamSSmMedium {
    font-family: "Gotham SSm medium A", "Gotham SSm medium B", Helvetica, Arial, sans-serif;
  }
  
  #aspot-teaser .aspot-teaser-F-GothamSSmBook {
    font-family: "Gotham SSm book A", "Gotham SSm book B", Helvetica, Arial, sans-serif;
  }
  
  #aspot-teaser .aspot-teaser-F-GothamLight {
    font-family: "Gotham Light", "Gotham SSm light A", "Gotham SSm light B", "Gotham SSm book A", "Gotham SSm book B", Helvetica, Arial, sans-serif;
  }
  
  #aspot-teaser .aspot-teaser-F-GothamSSmLight {
    font-family: "Gotham SSm light A", "Gotham SSm light B", "Gotham SSm book A", "Gotham SSm book B", Helvetica, Arial, sans-serif;
  }
  
  #aspot-teaser .aspot-teaser-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  
  #aspot-teaser .aspot-teaser-relative {
    position: relative;
  }
  
  #aspot-teaser .aspot-teaser-hidden {
    display: none;
  }
  
  #aspot-teaser .aspot-teaser-hidden--mobile {
    display: none;
  }
  
  @media (min-width: 768px) {
    #aspot-teaser .aspot-teaser-hidden--mobile {
      display: block;
    }
  }
  
  #aspot-teaser .aspot-teaser-hidden--tablet {
    display: block;
  }
  
  @media (min-width: 768px) {
    #aspot-teaser .aspot-teaser-hidden--tablet {
      display: none;
    }
  }
  
  #aspot-teaser .aspot-teaser-hidden--desktop {
    display: block;
  }
  
  @media (min-width: 1280px) {
    #aspot-teaser .aspot-teaser-hidden--desktop {
      display: none;
    }
  }
  
  #aspot-teaser .aspot-teaser-vertical-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  #aspot-teaser .aspot-teaser-vertical-end {
    display: -ms-flexbox;
    display: flex;
    display: -webkit-box;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
  
  #aspot-teaser .aspot-teaser-p5 {
    padding: 5px;
  }
  
  #aspot-teaser .aspot-teaser-plr5 {
    padding: 0 5px;
  }
  
  #aspot-teaser .aspot-teaser-ptb5 {
    padding: 5px 0;
  }
  
  #aspot-teaser .aspot-teaser-pl70 {
    padding-left: 0px;
  }
  
  @media only screen and (min-width: 768px) {
    #aspot-teaser .aspot-teaser-pl70 {
      padding-left: 70px;
    }
  }
  
  #aspot-teaser .aspot-teaser-wrapper {
    position: relative;
    margin: 0 auto;
    font-family: "Gotham SSm medium A", "Gotham SSm medium B", Helvetica, Arial, sans-serif;
    width: 100%;
    min-width: 290px;
    height: 100%;
    max-width: 1170px;
    padding-left: 15px;
    padding-right: 15px;
  }
  
  @media only screen and (min-width: 768px) {
    #aspot-teaser .aspot-teaser-wrapper {
      padding-left: 0;
      padding-right: 0;
    }
  }
  
  #aspot-teaser.aspot-teaser-main {
    position: relative;
    font: 14px/22px Arial, Helvetica, sans-serif;
    color: white;
    background-color: #870100;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    overflow: hidden;
    visibility: hidden;
  }
  
  #aspot-teaser.aspot-teaser-main:root {
    --primary:   rgba($black, 1);
    --secondary: rgba($black, 1);
    --font: $F-Arial;
  }
  
  #aspot-teaser.aspot-teaser-main * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  
  #aspot-teaser.aspot-teaser-main .slick-dots li {
    margin: 0 4px;
  }
  
  #aspot-teaser.aspot-teaser-main picture,
  #aspot-teaser.aspot-teaser-main img {
    width: 100%;
    margin: 0 auto;
  }
  
  #aspot-teaser.aspot-teaser-main strong {
    font-weight: bold;
  }
  
  #aspot-teaser.aspot-teaser-main small {
    font-size: 80%;
  }
  
  #aspot-teaser.aspot-teaser-main h1 {
    font-size: 50px;
    line-height: 50px;
  }
  
  #aspot-teaser.aspot-teaser-main h2 {
    font-size: 40px;
    line-height: 40px;
  }
  
  #aspot-teaser.aspot-teaser-main h3 {
    font-size: 35px;
    line-height: 35px;
  }
  
  #aspot-teaser.aspot-teaser-main h4 {
    font-size: 25px;
    line-height: 25px;
  }
  
  #aspot-teaser.aspot-teaser-main h5 {
    font-size: 20px;
    line-height: 20px;
  }
  
  #aspot-teaser.aspot-teaser-main h6 {
    font-size: 16px;
    line-height: 16px;
  }
  
  #aspot-teaser.aspot-teaser-main a {
    font-size: 16px;
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px;
    text-decoration: underline;
    border-radius: 0px;
    line-height: 100%;
  }
  
  #aspot-teaser.aspot-teaser-main a.aspot-teaser-button {
    -webkit-transition: border 350ms linear;
    transition: border 350ms linear;
    border: 1px solid rgba(0, 0, 0, 0.35);
  }
  
  #aspot-teaser.aspot-teaser-main a.aspot-teaser-button:hover {
    border: 1px solid black;
  }
  
  #aspot-teaser.aspot-teaser-main a:hover, #aspot-teaser.aspot-teaser-main a:visited, #aspot-teaser.aspot-teaser-main a:focus, #aspot-teaser.aspot-teaser-main a:active {
    color: white;
  }
  
  #aspot-teaser.aspot-teaser-main p {
    padding: 10px 0;
  }
  
  #aspot-teaser.aspot-teaser-main div[data-name] {
    position: relative;
  }
  
  #aspot-teaser.aspot-teaser-main div[data-name^="section-block1"] {
    background-image: url("../images/aspot-teaser_block1_bg-m.jpg");
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat;
  }
  
  @media only screen and (min-width: 768px) {
    #aspot-teaser.aspot-teaser-main div[data-name^="section-block1"] {
      background-image: url("../images/aspot-teaser_block1_bg.jpg");
    }
  }
  
  #aspot-teaser.aspot-teaser-main div[data-name^="section-block1"] h3 {
    font-family: "Gotham SSm light A", "Gotham SSm light B", "Gotham SSm book A", "Gotham SSm book B", Helvetica, Arial, sans-serif;
    font-size: 30px;
    line-height: 1;
    padding-top: 30px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  @media only screen and (min-width: 375px) {
    #aspot-teaser.aspot-teaser-main div[data-name^="section-block1"] h3 {
      font-size: 40px;
    }
  }
  
  @media only screen and (min-width: 480px) {
    #aspot-teaser.aspot-teaser-main div[data-name^="section-block1"] h3 {
      font-size: 50px;
      padding-top: 18%;
    }
  }
  
  @media only screen and (min-width: 992px) {
    #aspot-teaser.aspot-teaser-main div[data-name^="section-block1"] h3 {
      font-size: 60px;
    }
  }
  
  #aspot-teaser.aspot-teaser-main div[data-name^="section-block1"] h3 b {
    font-family: "Gotham SSm medium A", "Gotham SSm medium B", Helvetica, Arial, sans-serif;
  }
  
  #aspot-teaser.aspot-teaser-main div[data-name^="section-block1"] .aspot-teaser-description {
    font-size: 24px;
    line-height: 29px;
    padding-bottom: 0px;
    padding: 0 20px 0;
  }
  
  @media only screen and (min-width: 768px) {
    #aspot-teaser.aspot-teaser-main div[data-name^="section-block1"] .aspot-teaser-description {
      margin-left: 22%;
      padding: 0 20px 10%;
    }
  }
  
  #aspot-teaser.aspot-teaser-main div[data-name^="section-block1"] .aspot-teaser-prod {
    margin-top: 0px;
  }
  
  @media only screen and (min-width: 768px) {
    #aspot-teaser.aspot-teaser-main div[data-name^="section-block1"] .aspot-teaser-prod {
      margin-top: -16%;
    }
  }
  
  #aspot-teaser.aspot-teaser-main div[data-name^="section-block1"] .aspot-teaser-prod-img {
    width: calc(100% + 30px);
    margin-left: -15px;
  }
  
  @media only screen and (min-width: 768px) {
    #aspot-teaser.aspot-teaser-main div[data-name^="section-block1"] .aspot-teaser-prod-img {
      max-width: unset;
    }
  }
  
  #aspot-teaser.aspot-teaser-main div[data-name^="section-block1"] .aspot-teaser-form {
    position: relative;
    width: 100%;
    background-color: rgba(41, 0, 0, 0.51);
    border-radius: 10px;
    padding: 10px 20px 30px;
  }
  
  #aspot-teaser.aspot-teaser-main div[data-name^="section-block1"] .aspot-teaser-form form {
    width: 100%;
  }
  
  #aspot-teaser.aspot-teaser-main div[data-name^="section-block1"] .aspot-teaser-form:after {
    content: '';
    width: 24%;
    height: 60%;
    background-image: url("../images/aspot-teaser_block1_ball.png");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: -10px;
    top: -51px;
  }
  
  @media only screen and (min-width: 768px) {
    #aspot-teaser.aspot-teaser-main div[data-name^="section-block1"] .aspot-teaser-form:after {
      width: 114px;
      height: 114px;
      right: -80px;
      bottom: -70px;
      top: unset;
    }
  }
  
  @media only screen and (min-width: 768px) {
    #aspot-teaser.aspot-teaser-main div[data-name^="section-block1"] .aspot-teaser-form {
      width: 90%;
    }
  }
  
  #aspot-teaser.aspot-teaser-main div[data-name^="section-block1"] .aspot-teaser-form-title {
    font-size: 22px;
    line-height: 1.1;
  }
  
  @media only screen and (min-width: 768px) {
    #aspot-teaser.aspot-teaser-main div[data-name^="section-block1"] .aspot-teaser-form-title {
      font-size: 35px;
    }
  }
  
  #aspot-teaser.aspot-teaser-main div[data-name^="section-block1"] .aspot-teaser-form--input {
    width: 100%;
  }
  
  #aspot-teaser.aspot-teaser-main div[data-name^="section-block1"] .aspot-teaser-form-calendar {
    position: relative;
    margin-top: 20px;
    display: inline-block;
    padding-left: 50px;
  }
  
  @media only screen and (min-width: 768px) {
    #aspot-teaser.aspot-teaser-main div[data-name^="section-block1"] .aspot-teaser-form-calendar {
      padding-right: 0;
    }
  }
  
  #aspot-teaser.aspot-teaser-main div[data-name^="section-block1"] .aspot-teaser-form-calendar a {
    font-size: 11px;
    line-height: 1.2;
    display: inline-block;
  }
  
  #aspot-teaser.aspot-teaser-main div[data-name^="section-block1"] .aspot-teaser-form-calendar:after {
    content: '';
    width: 45px;
    height: 45px;
    background-image: url("../images/aspot-teaser_block1_calendar.png");
    background-size: cover;
    position: absolute;
    left: 0;
    top: -7px;
  }
  
  #aspot-teaser.aspot-teaser-main div[data-name^="section-block1"] .aspot-teaser-form-checkbox {
    width: 18px;
    height: 18px;
    opacity: 1;
    position: relative;
    background-color: #ffffff;
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
    float: left;
    margin-right: 10px;
  }
  
  #aspot-teaser.aspot-teaser-main div[data-name^="section-block1"] .aspot-teaser-blockRight {
    border-bottom: 1px solid;
    padding-bottom: 20px;
  }
  
  @media only screen and (min-width: 768px) {
    #aspot-teaser.aspot-teaser-main div[data-name^="section-block1"] .aspot-teaser-blockRight {
      border-bottom: 0;
      text-align: left;
      padding-right: 5%;
      border-right: 1px solid;
      padding-bottom: 0;
    }
  }
  
  #aspot-teaser.aspot-teaser-main div[data-name^="section-block1"] .aspot-teaser-blockRight .newsletter-form-wrapper {
    margin-top: 15px;
  }
  
  @media only screen and (min-width: 768px) {
    #aspot-teaser.aspot-teaser-main div[data-name^="section-block1"] .aspot-teaser-blockRight .newsletter-form-1-container .email-field {
      width: 60%;
    }
  }
  
  @media only screen and (min-width: 768px) {
    #aspot-teaser.aspot-teaser-main div[data-name^="section-block1"] .aspot-teaser-blockRight .newsletter-form-1-container .subscribe {
      width: 40%;
      padding-right: 0;
    }
  }
  
  #aspot-teaser.aspot-teaser-main div[data-name^="section-block1"] .aspot-teaser-blockRight .newsletter-form-1-button {
    border-radius: 5px;
    background-color: #b40024;
    color: #fff;
    text-decoration: none;
    text-align: center;
    border: 0;
  }
  
  #aspot-teaser.aspot-teaser-main div[data-name^="section-block1"] .aspot-teaser-blockRight input.email {
    margin: 0;
    border-radius: 5px;
    background-color: #fff !important;
    border: 0;
    width: 100%;
    color: #333;
    margin: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 14px !important;
  }
  
  #aspot-teaser.aspot-teaser-main div[data-name^="section-block1"] .aspot-teaser-blockRight .legal-requirements {
    color: white;
    font-size: 11px;
  }
  
  #aspot-teaser.aspot-teaser-main div[data-name^="section-block1"] .aspot-teaser-blockRight .legal-requirements a {
    font-size: 11px;
    display: unset;
    padding: 0;
  }
  
  #aspot-teaser.aspot-teaser-main div[data-name^="section-block1"] .aspot-teaser-blockLeft {
    padding: 20px 0 20px 0px;
  }
  
  @media only screen and (min-width: 768px) {
    #aspot-teaser.aspot-teaser-main div[data-name^="section-block1"] .aspot-teaser-blockLeft {
      text-align: left;
      padding: 0 0 0 5%;
    }
  }
  
  #aspot-teaser.aspot-teaser-main div[data-name^="section-block2"] span {
    display: block;
  }
  
  @media only screen and (min-width: 768px) {
    #aspot-teaser.aspot-teaser-main div[data-name^="section-block2"] span {
      display: unset;
    }
  }
  
  #aspot-teaser.aspot-teaser-main div[data-name^="section-block2"] .aspot-teaser-title {
    font-size: 24px;
    line-height: 1.2;
    margin-top: 20px;
  }
  
  @media only screen and (min-width: 768px) {
    #aspot-teaser.aspot-teaser-main div[data-name^="section-block2"] .aspot-teaser-title {
      font-size: 35px;
      margin-top: 50px;
    }
  }
  
  #aspot-teaser.aspot-teaser-main div[data-name^="section-block2"] .aspot-teaser-product {
    padding: 0 0 15px;
  }
  
  @media only screen and (min-width: 768px) {
    #aspot-teaser.aspot-teaser-main div[data-name^="section-block2"] .aspot-teaser-product {
      padding: 30px 20px 20px;
    }
  }
  
  #aspot-teaser.aspot-teaser-main div[data-name^="section-block2"] .aspot-teaser-product--title {
    font-size: 16px;
    line-height: 1.2;
    margin-top: 10px;
  }
  
  #aspot-teaser.aspot-teaser-main div[data-name^="section-block2"] .aspot-teaser-product a {
    display: inline-block;
    padding: 10px 0;
    margin: 0;
    font-size: 11px;
    line-height: 1.2;
  }
  
  #aspot-teaser.aspot-teaser-main div[data-name^="section-block2"] .aspot-teaser-ml {
    margin-top: 0;
    font-size: 11px;
    line-height: 1.2;
    margin-bottom: 30px;
  }
  
  @media only screen and (min-width: 768px) {
    #aspot-teaser.aspot-teaser-main div[data-name^="section-block2"] .aspot-teaser-ml {
      margin-top: 30px;
    }
  }
  /*# sourceMappingURL=style.css.map */
  
  /* DTW EDITS */
  
  @media only screen
  and (min-device-width : 834px)
  and (max-device-width : 1112px)
  and (orientation : portrait)
  and (-webkit-min-device-pixel-ratio: 2) {
    #aspot-teaser.aspot-teaser-main div[data-name^=section-block1] h3 {
      font-size: 45px;
  }
  }
  
  @media only screen
  and (min-device-width : 834px)
  and (max-device-width : 1112px)
  and (orientation : landscape)
  and (-webkit-min-device-pixel-ratio: 2) {
  
  }




/*SE UPDATES*/
#aspot-teaser.aspot-teaser-main div[data-name^="section-block1"] .aspot-teaser-blockRight .newsletter-form-1-button {
  text-transform: none;
}

/*tablet portrait*/
@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {
  #aspot-teaser.aspot-teaser-main div[data-name^="section-block1"] .aspot-teaser-description {
    margin-left: 10%;
    padding: 0 20px 3%;
  }
}

/*mobile*/
@media (max-width: 480px) {
  #aspot-teaser.aspot-teaser-main div[data-name^="section-block1"] .aspot-teaser-description {
    padding: 0;
  }
}