.isf-animate {
  opacity: 0;
  transition: 0.4s all;
  /*  &.isf-animate--fade-in-random {
      transition-delay: random() + s;
    }*/ }
  .isf-animate.is--animated {
    opacity: 1; }

/* Transitions */
.isf-animate {
  opacity: 0;
  transition: 0.1s all; }

/* /////// LAYOUT /////// */
/* Only if you want to consider larger phone screens? */
/* is 480px */
/* is 768px */
/* is 1024px */
/* is 1260 */
/* is 1600 */
/* SPACINGS */
/* Padding top bottom */
.isf-padding-tb-sm {
  padding-top: 15px;
  padding-bottom: 15px; }
  @media (min-width: 768px) {
    .isf-padding-tb-sm {
      padding-top: 30px;
      padding-bottom: 30px; } }
  @media (min-width: 1024px) {
    .isf-padding-tb-sm {
      padding-top: 30px;
      padding-bottom: 30px; } }
  @media (min-width: 1260px) {
    .isf-padding-tb-sm {
      padding-top: 30px;
      padding-bottom: 30px; } }

.isf-padding-tb-md {
  padding-top: 30px;
  padding-bottom: 30px; }
  @media (min-width: 768px) {
    .isf-padding-tb-md {
      padding-top: 45px;
      padding-bottom: 45px; } }
  @media (min-width: 1024px) {
    .isf-padding-tb-md {
      padding-top: 45px;
      padding-bottom: 45px; } }
  @media (min-width: 1260px) {
    .isf-padding-tb-md {
      padding-top: 60px;
      padding-bottom: 60px; } }

.isf-padding-tb-lg {
  padding-top: 45px;
  padding-bottom: 45px; }
  @media (min-width: 768px) {
    .isf-padding-tb-lg {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media (min-width: 1024px) {
    .isf-padding-tb-lg {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media (min-width: 1260px) {
    .isf-padding-tb-lg {
      padding-top: 90px;
      padding-bottom: 90px; } }

.isf-padding-tb-xl {
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (min-width: 768px) {
    .isf-padding-tb-xl {
      padding-top: 90px;
      padding-bottom: 90px; } }
  @media (min-width: 1024px) {
    .isf-padding-tb-xl {
      padding-top: 120px;
      padding-bottom: 120px; } }
  @media (min-width: 1260px) {
    .isf-padding-tb-xl {
      padding-top: 180px;
      padding-bottom: 180px; } }

/* Padding */
.isf-padding-sm {
  padding: 15px; }
  @media (min-width: 768px) {
    .isf-padding-sm {
      padding: 30px; } }
  @media (min-width: 1024px) {
    .isf-padding-sm {
      padding: 30px; } }
  @media (min-width: 1260px) {
    .isf-padding-sm {
      padding: 30px; } }

.isf-padding-md {
  padding: 30px; }
  @media (min-width: 768px) {
    .isf-padding-md {
      padding: 45px; } }
  @media (min-width: 1024px) {
    .isf-padding-md {
      padding: 45px; } }
  @media (min-width: 1260px) {
    .isf-padding-md {
      padding: 60px; } }

.isf-padding-lg {
  padding: 45px; }
  @media (min-width: 768px) {
    .isf-padding-lg {
      padding: 60px; } }
  @media (min-width: 1024px) {
    .isf-padding-lg {
      padding: 60px; } }
  @media (min-width: 1260px) {
    .isf-padding-lg {
      padding: 90px; } }

.isf-padding-xl {
  padding: 60px; }
  @media (min-width: 768px) {
    .isf-padding-xl {
      padding: 90px; } }
  @media (min-width: 1024px) {
    .isf-padding-xl {
      padding: 120px; } }
  @media (min-width: 1260px) {
    .isf-padding-xl {
      padding: 180px; } }

/* Margin bottom */
.isf-margin-b-sm {
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .isf-margin-b-sm {
      margin-bottom: 30px; } }
  @media (min-width: 1024px) {
    .isf-margin-b-sm {
      margin-bottom: 30px; } }
  @media (min-width: 1260px) {
    .isf-margin-b-sm {
      margin-bottom: 30px; } }

.isf-margin-b-md {
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .isf-margin-b-md {
      margin-bottom: 45px; } }
  @media (min-width: 1024px) {
    .isf-margin-b-md {
      margin-bottom: 45px; } }
  @media (min-width: 1260px) {
    .isf-margin-b-md {
      margin-bottom: 60px; } }

.isf-margin-b-lg {
  margin-bottom: 45px; }
  @media (min-width: 768px) {
    .isf-margin-b-lg {
      margin-bottom: 60px; } }
  @media (min-width: 1024px) {
    .isf-margin-b-lg {
      margin-bottom: 60px; } }
  @media (min-width: 1260px) {
    .isf-margin-b-lg {
      margin-bottom: 90px; } }

.isf-margin-b-xl {
  margin-bottom: 60px; }
  @media (min-width: 768px) {
    .isf-margin-b-xl {
      margin-bottom: 90px; } }
  @media (min-width: 1024px) {
    .isf-margin-b-xl {
      margin-bottom: 120px; } }
  @media (min-width: 1260px) {
    .isf-margin-b-xl {
      margin-bottom: 180px; } }

/* /////// LAYOUT /////// */
/* Only if you want to consider larger phone screens? */
/* is 480px */
/* is 768px */
/* is 1024px */
/* is 1260 */
/* is 1600 */
/* CONTAINERS */
* {
  box-sizing: border-box; }

.isf-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 768px) {
  .isf-container {
    max-width: 760px; } }
@media (min-width: 1024px) {
  .isf-container {
    max-width: 960px; } }
@media (min-width: 1260px) {
  .isf-container {
    max-width: 1200px; } }
@media (min-width: 1600px) {
  .isf-container {
    max-width: 1400px; } }
.isf-container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.isf-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.isf-col-1, .isf-col-2, .isf-col-3, .isf-col-4, .isf-col-5, .isf-col-6, .isf-col-7, .isf-col-8, .isf-col-9, .isf-col-10, .isf-col-11, .isf-col-12, .col,
.isf-col-auto, .isf-col-sm-1, .isf-col-sm-2, .isf-col-sm-3, .isf-col-sm-4, .isf-col-sm-5, .isf-col-sm-6, .isf-col-sm-7, .isf-col-sm-8, .isf-col-sm-9, .isf-col-sm-10, .isf-col-sm-11, .isf-col-sm-12, .isf-col-sm,
.isf-col-sm-auto, .isf-col-md-1, .isf-col-md-2, .isf-col-md-3, .isf-col-md-4, .isf-col-md-5, .isf-col-md-6, .isf-col-md-7, .isf-col-md-8, .isf-col-md-9, .isf-col-md-10, .isf-col-md-11, .isf-col-md-12, .isf-col-md,
.isf-col-md-auto, .isf-col-lg-1, .isf-col-lg-2, .isf-col-lg-3, .isf-col-lg-4, .isf-col-lg-5, .isf-col-lg-6, .isf-col-lg-7, .isf-col-lg-8, .isf-col-lg-9, .isf-col-lg-10, .isf-col-lg-11, .isf-col-lg-12, .isf-col-lg,
.isf-col-lg-auto, .isf-col-xl-1, .isf-col-xl-2, .isf-col-xl-3, .isf-col-xl-4, .isf-col-xl-5, .isf-col-xl-6, .isf-col-xl-7, .isf-col-xl-8, .isf-col-xl-9, .isf-col-xl-10, .isf-col-xl-11, .isf-col-xl-12, .isf-col-xl,
.isf-col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.isf-col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%; }

.isf-col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%; }

.isf-col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.isf-col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%; }

.isf-col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%; }

.isf-col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.isf-col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%; }

.isf-col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%; }

.isf-col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

.isf-col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%; }

.isf-col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%; }

.isf-col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.isf-order-first {
  -ms-flex-order: -1;
  order: -1; }

.isf-order-last {
  -ms-flex-order: 13;
  order: 13; }

.isf-order-0 {
  -ms-flex-order: 0;
  order: 0; }

.isf-order-1 {
  -ms-flex-order: 1;
  order: 1; }

.isf-order-2 {
  -ms-flex-order: 2;
  order: 2; }

.isf-order-3 {
  -ms-flex-order: 3;
  order: 3; }

.isf-order-4 {
  -ms-flex-order: 4;
  order: 4; }

.isf-order-5 {
  -ms-flex-order: 5;
  order: 5; }

.isf-order-6 {
  -ms-flex-order: 6;
  order: 6; }

.isf-order-7 {
  -ms-flex-order: 7;
  order: 7; }

.isf-order-8 {
  -ms-flex-order: 8;
  order: 8; }

.isf-order-9 {
  -ms-flex-order: 9;
  order: 9; }

.isf-order-10 {
  -ms-flex-order: 10;
  order: 10; }

.isf-order-11 {
  -ms-flex-order: 11;
  order: 11; }

.isf-order-12 {
  -ms-flex-order: 12;
  order: 12; }

.isf-offset-1 {
  margin-left: 8.333333%; }

.isf-offset-2 {
  margin-left: 16.666667%; }

.isf-offset-3 {
  margin-left: 25%; }

.isf-offset-4 {
  margin-left: 33.333333%; }

.isf-offset-5 {
  margin-left: 41.666667%; }

.isf-offset-6 {
  margin-left: 50%; }

.isf-offset-7 {
  margin-left: 58.333333%; }

.isf-offset-8 {
  margin-left: 66.666667%; }

.isf-offset-9 {
  margin-left: 75%; }

.isf-offset-10 {
  margin-left: 83.333333%; }

.isf-offset-11 {
  margin-left: 91.666667%; }

@media (min-width: 576px) {
  .isf-col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .isf-col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  .isf-col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .isf-col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .isf-col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .isf-col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .isf-col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .isf-col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .isf-col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .isf-col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .isf-col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .isf-col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .isf-col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .isf-col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .isf-order-sm-first {
    -ms-flex-order: -1;
    order: -1; }

  .isf-order-sm-last {
    -ms-flex-order: 13;
    order: 13; }

  .isf-order-sm-0 {
    -ms-flex-order: 0;
    order: 0; }

  .isf-order-sm-1 {
    -ms-flex-order: 1;
    order: 1; }

  .isf-order-sm-2 {
    -ms-flex-order: 2;
    order: 2; }

  .isf-order-sm-3 {
    -ms-flex-order: 3;
    order: 3; }

  .isf-order-sm-4 {
    -ms-flex-order: 4;
    order: 4; }

  .isf-order-sm-5 {
    -ms-flex-order: 5;
    order: 5; }

  .isf-order-sm-6 {
    -ms-flex-order: 6;
    order: 6; }

  .isf-order-sm-7 {
    -ms-flex-order: 7;
    order: 7; }

  .isf-order-sm-8 {
    -ms-flex-order: 8;
    order: 8; }

  .isf-order-sm-9 {
    -ms-flex-order: 9;
    order: 9; }

  .isf-order-sm-10 {
    -ms-flex-order: 10;
    order: 10; }

  .isf-order-sm-11 {
    -ms-flex-order: 11;
    order: 11; }

  .isf-order-sm-12 {
    -ms-flex-order: 12;
    order: 12; }

  .isf-offset-sm-0 {
    margin-left: 0; }

  .isf-offset-sm-1 {
    margin-left: 8.333333%; }

  .isf-offset-sm-2 {
    margin-left: 16.666667%; }

  .isf-offset-sm-3 {
    margin-left: 25%; }

  .isf-offset-sm-4 {
    margin-left: 33.333333%; }

  .isf-offset-sm-5 {
    margin-left: 41.666667%; }

  .isf-offset-sm-6 {
    margin-left: 50%; }

  .isf-offset-sm-7 {
    margin-left: 58.333333%; }

  .isf-offset-sm-8 {
    margin-left: 66.666667%; }

  .isf-offset-sm-9 {
    margin-left: 75%; }

  .isf-offset-sm-10 {
    margin-left: 83.333333%; }

  .isf-offset-sm-11 {
    margin-left: 91.666667%; } }
@media (min-width: 768px) {
  .isf-col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .isf-col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  .isf-col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .isf-col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .isf-col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .isf-col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .isf-col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .isf-col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .isf-col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .isf-col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .isf-col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .isf-col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .isf-col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .isf-col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .isf-order-md-first {
    -ms-flex-order: -1;
    order: -1; }

  .isf-order-md-last {
    -ms-flex-order: 13;
    order: 13; }

  .isf-order-md-0 {
    -ms-flex-order: 0;
    order: 0; }

  .isf-order-md-1 {
    -ms-flex-order: 1;
    order: 1; }

  .isf-order-md-2 {
    -ms-flex-order: 2;
    order: 2; }

  .isf-order-md-3 {
    -ms-flex-order: 3;
    order: 3; }

  .isf-order-md-4 {
    -ms-flex-order: 4;
    order: 4; }

  .isf-order-md-5 {
    -ms-flex-order: 5;
    order: 5; }

  .isf-order-md-6 {
    -ms-flex-order: 6;
    order: 6; }

  .isf-order-md-7 {
    -ms-flex-order: 7;
    order: 7; }

  .isf-order-md-8 {
    -ms-flex-order: 8;
    order: 8; }

  .isf-order-md-9 {
    -ms-flex-order: 9;
    order: 9; }

  .isf-order-md-10 {
    -ms-flex-order: 10;
    order: 10; }

  .isf-order-md-11 {
    -ms-flex-order: 11;
    order: 11; }

  .isf-order-md-12 {
    -ms-flex-order: 12;
    order: 12; }

  .isf-offset-md-0 {
    margin-left: 0; }

  .isf-offset-md-1 {
    margin-left: 8.333333%; }

  .isf-offset-md-2 {
    margin-left: 16.666667%; }

  .isf-offset-md-3 {
    margin-left: 25%; }

  .isf-offset-md-4 {
    margin-left: 33.333333%; }

  .isf-offset-md-5 {
    margin-left: 41.666667%; }

  .isf-offset-md-6 {
    margin-left: 50%; }

  .isf-offset-md-7 {
    margin-left: 58.333333%; }

  .isf-offset-md-8 {
    margin-left: 66.666667%; }

  .isf-offset-md-9 {
    margin-left: 75%; }

  .isf-offset-md-10 {
    margin-left: 83.333333%; }

  .isf-offset-md-11 {
    margin-left: 91.666667%; } }
@media (min-width: 992px) {
  .isf-col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .isf-col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  .isf-col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .isf-col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .isf-col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .isf-col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .isf-col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .isf-col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .isf-col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .isf-col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .isf-col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .isf-col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .isf-col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .isf-col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .isf-order-lg-first {
    -ms-flex-order: -1;
    order: -1; }

  .isf-order-lg-last {
    -ms-flex-order: 13;
    order: 13; }

  .isf-order-lg-0 {
    -ms-flex-order: 0;
    order: 0; }

  .isf-order-lg-1 {
    -ms-flex-order: 1;
    order: 1; }

  .isf-order-lg-2 {
    -ms-flex-order: 2;
    order: 2; }

  .isf-order-lg-3 {
    -ms-flex-order: 3;
    order: 3; }

  .isf-order-lg-4 {
    -ms-flex-order: 4;
    order: 4; }

  .isf-order-lg-5 {
    -ms-flex-order: 5;
    order: 5; }

  .isf-order-lg-6 {
    -ms-flex-order: 6;
    order: 6; }

  .isf-order-lg-7 {
    -ms-flex-order: 7;
    order: 7; }

  .isf-order-lg-8 {
    -ms-flex-order: 8;
    order: 8; }

  .isf-order-lg-9 {
    -ms-flex-order: 9;
    order: 9; }

  .isf-order-lg-10 {
    -ms-flex-order: 10;
    order: 10; }

  .isf-order-lg-11 {
    -ms-flex-order: 11;
    order: 11; }

  .isf-order-lg-12 {
    -ms-flex-order: 12;
    order: 12; }

  .isf-offset-lg-0 {
    margin-left: 0; }

  .isf-offset-lg-1 {
    margin-left: 8.333333%; }

  .isf-offset-lg-2 {
    margin-left: 16.666667%; }

  .isf-offset-lg-3 {
    margin-left: 25%; }

  .isf-offset-lg-4 {
    margin-left: 33.333333%; }

  .isf-offset-lg-5 {
    margin-left: 41.666667%; }

  .isf-offset-lg-6 {
    margin-left: 50%; }

  .isf-offset-lg-7 {
    margin-left: 58.333333%; }

  .isf-offset-lg-8 {
    margin-left: 66.666667%; }

  .isf-offset-lg-9 {
    margin-left: 75%; }

  .isf-offset-lg-10 {
    margin-left: 83.333333%; }

  .isf-offset-lg-11 {
    margin-left: 91.666667%; } }
@media (min-width: 1200px) {
  .isf-col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .isf-col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  .isf-col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .isf-col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .isf-col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .isf-col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .isf-col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .isf-col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .isf-col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .isf-col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .isf-col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .isf-col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .isf-col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .isf-col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .isf-order-xl-first {
    -ms-flex-order: -1;
    order: -1; }

  .isf-order-xl-last {
    -ms-flex-order: 13;
    order: 13; }

  .isf-order-xl-0 {
    -ms-flex-order: 0;
    order: 0; }

  .isf-order-xl-1 {
    -ms-flex-order: 1;
    order: 1; }

  .isf-order-xl-2 {
    -ms-flex-order: 2;
    order: 2; }

  .isf-order-xl-3 {
    -ms-flex-order: 3;
    order: 3; }

  .isf-order-xl-4 {
    -ms-flex-order: 4;
    order: 4; }

  .isf-order-xl-5 {
    -ms-flex-order: 5;
    order: 5; }

  .isf-order-xl-6 {
    -ms-flex-order: 6;
    order: 6; }

  .isf-order-xl-7 {
    -ms-flex-order: 7;
    order: 7; }

  .isf-order-xl-8 {
    -ms-flex-order: 8;
    order: 8; }

  .isf-order-xl-9 {
    -ms-flex-order: 9;
    order: 9; }

  .isf-order-xl-10 {
    -ms-flex-order: 10;
    order: 10; }

  .isf-order-xl-11 {
    -ms-flex-order: 11;
    order: 11; }

  .isf-order-xl-12 {
    -ms-flex-order: 12;
    order: 12; }

  .isf-offset-xl-0 {
    margin-left: 0; }

  .isf-offset-xl-1 {
    margin-left: 8.333333%; }

  .isf-offset-xl-2 {
    margin-left: 16.666667%; }

  .isf-offset-xl-3 {
    margin-left: 25%; }

  .isf-offset-xl-4 {
    margin-left: 33.333333%; }

  .isf-offset-xl-5 {
    margin-left: 41.666667%; }

  .isf-offset-xl-6 {
    margin-left: 50%; }

  .isf-offset-xl-7 {
    margin-left: 58.333333%; }

  .isf-offset-xl-8 {
    margin-left: 66.666667%; }

  .isf-offset-xl-9 {
    margin-left: 75%; }

  .isf-offset-xl-10 {
    margin-left: 83.333333%; }

  .isf-offset-xl-11 {
    margin-left: 91.666667%; } }
#isf-interactive-story,
.isf-interactive-story {
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility; }
  #isf-interactive-story h1, #isf-interactive-story h2, #isf-interactive-story h3, #isf-interactive-story h4, #isf-interactive-story h5, #isf-interactive-story h6,
  .isf-interactive-story h1,
  .isf-interactive-story h2,
  .isf-interactive-story h3,
  .isf-interactive-story h4,
  .isf-interactive-story h5,
  .isf-interactive-story h6 {
    margin: 0px; }
  #isf-interactive-story ul,
  .isf-interactive-story ul {
    list-style: none;
    padding: 0px;
    margin: 0px; }
  #isf-interactive-story p,
  .isf-interactive-story p {
    font-size: .9411764706rem;
    line-height: 1.5;
    margin-bottom: .7647058824rem; }
    @media (min-width: 768px) {
      #isf-interactive-story p,
      .isf-interactive-story p {
        font-size: 1.1176470588rem;
        margin-bottom: 1.5294117647rem; } }
  #isf-interactive-story h1,
  .isf-interactive-story h1 {
    font-size: 2.1117647059rem;
    line-height: 1.3;
    margin-bottom: 1.1764705882rem;
    font-weight: 600; }
    @media (min-width: 768px) {
      #isf-interactive-story h1,
      .isf-interactive-story h1 {
        font-size: 2.3529411765rem;
        margin-bottom: 2.2352941176rem; } }
    @media (min-width: 1260px) {
      #isf-interactive-story h1,
      .isf-interactive-story h1 {
        font-size: 3.2352941176rem; } }
  #isf-interactive-story h2,
  .isf-interactive-story h2 {
    font-size: 1.3529411765rem;
    line-height: 1.3;
    font-weight: 600;
    margin-bottom: .8823529412rem;
    padding-top: .5882352941rem;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      #isf-interactive-story h2,
      .isf-interactive-story h2 {
        font-size: 1.7647058824rem;
        margin-bottom: 1.7058823529rem;
        padding-top: 1.7058823529rem; } }
  #isf-interactive-story h3,
  .isf-interactive-story h3 {
    font-size: 1.3rem;
    line-height: 1.5;
    font-weight: 600;
    margin-bottom: 1.5294117647rem; }
    @media (min-width: 768px) {
      #isf-interactive-story h3,
      .isf-interactive-story h3 {
        font-size: 2.3529411765rem;
        line-height: 1.3; } }
  #isf-interactive-story h4,
  .isf-interactive-story h4 {
    font-weight: 600;
    font-size: 1.1411764706rem;
    line-height: 1.5;
    margin-bottom: .7647058824rem; }
    @media (min-width: 768px) {
      #isf-interactive-story h4,
      .isf-interactive-story h4 {
        font-size: 1.6rem;
        margin-bottom: 1.5rem; } }
  #isf-interactive-story small,
  .isf-interactive-story small {
    display: block;
    font-size: 0.9rem; }

body.isf {
  overflow-x: hidden;
  min-height: 100vh;
  margin: 0px; }

img {
  width: 100%;
  max-width: 100%; }

#isf-interactive-story .isf-el_preview__top,
.isf-interactive-story .isf-el_preview__top {
  max-width: 1200px;
  margin: 0 auto; }
  #isf-interactive-story .isf-el_preview__top h3,
  .isf-interactive-story .isf-el_preview__top h3 {
    margin-bottom: 45px; }

.isf-color-scheme--dark {
  background-color: black;
  color: white; }

.isf-el_quote {
  display: flex;
  max-width: 1024px;
  margin: 0 auto;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px; }
  @media (min-width: 768px) {
    .isf-el_quote {
      padding-top: 45px;
      padding-bottom: 45px; } }
  @media (min-width: 1024px) {
    .isf-el_quote {
      padding-top: 45px;
      padding-bottom: 45px; } }
  @media (min-width: 1260px) {
    .isf-el_quote {
      padding-top: 60px;
      padding-bottom: 60px; } }
  .isf-el_quote .l-effect {
    justify-content: center; }

.isf-el_image {
  max-width: 60rem;
  margin: 0 auto; }

.isf-el_text {
  max-width: 40rem;
  margin: 0 auto; }

.isf-el_code {
  background-color: #f9f9f9;
  padding: 15px;
  font-size: 16px;
  margin-top: 60px;
  margin-bottom: 15px;
  max-width: 1200px;
  margin: 60px auto 30px; }
  .isf-el_code pre {
    white-space: pre-wrap;
    /* css-3 */
    white-space: -moz-pre-wrap;
    /* Mozilla, since 1999 */
    white-space: -pre-wrap;
    /* Opera 4-6 */
    white-space: -o-pre-wrap;
    /* Opera 7 */
    word-wrap: break-word;
    /* Internet Explorer 5.5+ */ }

#isf-preview__nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0px;
  border-bottom: 3px solid black; }
  #isf-preview__nav h3 {
    padding: 0px 15px;
    font-size: 18px;
    line-height: 1em;
    margin-bottom: 0px; }
    @media (min-width: 768px) {
      #isf-preview__nav h3 {
        font-size: 24px; } }
  #isf-preview__nav ul {
    display: flex;
    padding: 0px 10px; }
    #isf-preview__nav ul li {
      padding: 0px 8px; }
      #isf-preview__nav ul li a.isf-preview__nav__link {
        color: black;
        text-decoration: none;
        display: flex;
        align-items: center; }
        #isf-preview__nav ul li a.isf-preview__nav__link ion-icon {
          margin-right: 3px; }
    @media (min-width: 768px) {
      #isf-preview__nav ul {
        padding: 0px 15px; }
        #isf-preview__nav ul li {
          padding: 0px 15px; }
          #isf-preview__nav ul li a ion-icon {
            margin-right: 5px; } }
  #isf-preview__nav .isf-dropdown__list {
    position: absolute;
    height: 0px;
    opacity: 0;
    pointer-events: none;
    background-color: black;
    width: 100%;
    right: 0;
    top: 65px;
    color: white;
    padding: 15px;
    transition: 0.2s all; }
    #isf-preview__nav .isf-dropdown__list__sub h6 {
      margin-bottom: 15px;
      font-size: 16px; }
    #isf-preview__nav .isf-dropdown__list__sub a {
      color: white;
      text-decoration: none;
      margin-bottom: 5px;
      display: block; }
    @media (min-width: 768px) {
      #isf-preview__nav .isf-dropdown__list {
        right: 0;
        width: 450px;
        top: 55px; } }
  #isf-preview__nav.is--open .isf-dropdown__list {
    height: 200px;
    opacity: 1;
    pointer-events: all; }

.isf-icon {
  height: 30px;
  width: 30px;
  background-position: center center;
  display: block; }
  .isf-icon.isf-icon--arrow-right {
    background-image: url("https://interactive-development.hsnb.io/src/assets/icons/arrow-right-white.svg"); }
  .isf-icon.isf-icon--arrow-left {
    background-image: url("https://interactive-development.hsnb.io/src/assets/icons/arrow-left-white.svg"); }

.isf-layout__header {
  height: 100vh;
  width: 100%;
  background-size: cover;
  background-position: center center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
  position: relative; }
  .isf-layout__header:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.4;
    z-index: 1;
    top: 0;
    left: 0; }

.isf-el_text {
  max-width: 40rem;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 30px; }
  @media (min-width: 768px) {
    .isf-el_text {
      padding-top: 45px;
      padding-bottom: 45px; } }
  @media (min-width: 1024px) {
    .isf-el_text {
      padding-top: 45px;
      padding-bottom: 45px; } }
  @media (min-width: 1260px) {
    .isf-el_text {
      padding-top: 60px;
      padding-bottom: 60px; } }

.temp {
  background-color: #f9f9f9;
  padding: 15px;
  font-size: 16px;
  margin-top: 60px;
  margin-bottom: 15px; }
  .temp pre {
    white-space: pre-wrap;
    /* css-3 */
    white-space: -moz-pre-wrap;
    /* Mozilla, since 1999 */
    white-space: -pre-wrap;
    /* Opera 4-6 */
    white-space: -o-pre-wrap;
    /* Opera 7 */
    word-wrap: break-word;
    /* Internet Explorer 5.5+ */ }

/* Interactive scroller */
.isf-layout_interactive-scroller {
  position: relative;
  z-index: 10;
  min-width: 100%; }
  .isf-layout_interactive-scroller.is--active .isf-layout_interactive-scroller__step.step--start, .isf-layout_interactive-scroller.is--active .isf-layout_interactive-scroller__step.step--end {
    background: none; }
  .isf-layout_interactive-scroller.is--active .isf-layout_interactive-scroller__step.step--start {
    z-index: 20;
    position: relative; }
  .isf-layout_interactive-scroller__step {
    min-height: 300px;
    height: 200vh;
    -webkit-transition: background 0.2s;
    transition: background 0.2s; }
    .isf-layout_interactive-scroller__step.step--start, .isf-layout_interactive-scroller__step.step--end {
      min-height: auto;
      height: 20vh;
      z-index: 20;
      position: relative; }
  .isf-layout_interactive-scroller__background {
    position: absolute;
    top: 0;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100vh;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s; }
    .isf-layout_interactive-scroller__background svg {
      width: 2100px;
      min-width: 100%; }
    .isf-layout_interactive-scroller__background h3 {
      z-index: 5;
      position: relative;
      color: white; }
    .isf-layout_interactive-scroller__background:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 100%;
      background-color: black;
      opacity: 0.65; }
  .isf-layout_interactive-scroller__viewer {
    position: absolute;
    top: 0;
    background-color: rgba(230, 230, 230, 0);
    width: 100%;
    height: 100vh;
    overflow: hidden;
    opacity: 1;
    transition: all 0.1s;
    padding-top: 60px; }
    @media (min-width: 768px) {
      .isf-layout_interactive-scroller__viewer {
        padding-top: 80px; } }
  .isf-layout_interactive-scroller__content {
    height: 100%;
    width: 100%;
    position: relative; }
    .isf-layout_interactive-scroller__content__group {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 2;
      pointer-events: none;
      display: flex;
      align-items: center;
      justify-content: center;
      opacity: 0;
      pointer-events: none;
      transition: 0.5s all; }
      .isf-layout_interactive-scroller__content__group.is--active-always {
        opacity: 1; }
      .isf-layout_interactive-scroller__content__group.is--active-background {
        opacity: 0; }
      .isf-layout_interactive-scroller__content__group__inner {
        display: flex;
        height: 100%;
        width: 100%; }
        .isf-layout_interactive-scroller__content__group__inner picture {
          display: flex;
          width: 100%;
          align-items: center;
          justify-content: center;
          padding: 10px;
          transition: 1s all;
          transition-delay: 0s; }
          .isf-layout_interactive-scroller__content__group__inner picture img {
            max-height: 100%;
            max-width: 100%;
            object-fit: contain; }
          @media (min-width: 768px) {
            .isf-layout_interactive-scroller__content__group__inner picture {
              padding: 30px; } }
          @media (min-width: 1200px) {
            .isf-layout_interactive-scroller__content__group__inner picture {
              padding: 45px; } }
      .isf-layout_interactive-scroller__content__group.effect--up-and-down picture:first-child {
        clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%); }
      .isf-layout_interactive-scroller__content__group.effect--up-and-down picture:last-child {
        clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%); }
      .isf-layout_interactive-scroller__content__group.effect--up-and-down.is--active picture {
        transition-delay: 0.2s;
        clip-path: polygon(0% 100%, 100% 100%, 100% 0%, 0% 0%); }
      .isf-layout_interactive-scroller__content__group.effect--fade-in picture {
        opacity: 0; }
      .isf-layout_interactive-scroller__content__group.effect--fade-in.is--active picture {
        opacity: 1; }
      .isf-layout_interactive-scroller__content__group.effect--come-up {
        padding: 0px;
        position: relative; }
        .isf-layout_interactive-scroller__content__group.effect--come-up picture {
          position: absolute;
          height: 100%;
          width: 100%;
          left: 50%;
          top: 150%;
          transform: translateX(-50%) translateY(-50%); }
        .isf-layout_interactive-scroller__content__group.effect--come-up.is--active picture {
          top: 50%; }
      .isf-layout_interactive-scroller__content__group.is--active {
        opacity: 1;
        pointer-events: all; }
  .isf-layout_interactive-scroller__indicators {
    position: fixed;
    top: 60px;
    left: 0;
    display: flex;
    opacity: 0;
    width: 100%;
    pointer-events: none;
    transition: 0.2s all;
    background-color: white; }
    @media (min-width: 768px) {
      .isf-layout_interactive-scroller__indicators {
        top: 75px; } }
    .isf-layout_interactive-scroller__indicators .isf-layout_interactive-scroller__progress {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 5px; }
      .isf-layout_interactive-scroller__indicators .isf-layout_interactive-scroller__progress .progress__indicator {
        height: 100%;
        background-color: #c82132;
        display: block; }
  .isf-layout_interactive-scroller.is--fixed .isf-layout_interactive-scroller__viewer {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #e6e6e6; }
  .isf-layout_interactive-scroller.is--fixed .isf-layout_interactive-scroller__background {
    opacity: 0; }
  .isf-layout_interactive-scroller.is--fixed .isf-layout_interactive-scroller__indicators {
    opacity: 1; }
  .isf-layout_interactive-scroller.is--bottom .isf-layout_interactive-scroller__viewer {
    bottom: 0;
    top: auto; }
  .isf-layout_interactive-scroller.is--bottom .isf-layout_interactive-scroller__background {
    opacity: 0; }

/* STYLE ELLIE */
.style--ellie {
  background-color: black; }
  .style--ellie .isf-layout_chapter__header {
    align-items: center;
    justify-content: center;
    height: 100vh; }
    .style--ellie .isf-layout_chapter__header .isf-layout_chapter__title {
      text-align: center;
      justify-content: center;
      align-items: center; }
    .style--ellie .isf-layout_chapter__header .l-effect {
      justify-content: center; }
    .style--ellie .isf-layout_chapter__header .isf-layout_chapter__img .isf-layout_chapter__mask {
      -webkit-transform: translate3d(-50%, -50%, 0);
      transform: translate3d(-50%, -50%, 0);
      -webkit-transition: height 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), width 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
      transition: height 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), width 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
      position: absolute;
      left: 50vw;
      top: 50vh;
      height: 100vh;
      width: 100vw;
      overflow: hidden; }
      .style--ellie .isf-layout_chapter__header .isf-layout_chapter__img .isf-layout_chapter__mask .isf-layout_chapter__background-img {
        -webkit-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
        -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
        transition: -webkit-transform 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
        transition: transform 0.6s cubic-bezier(0.39, 0.575, 0.565, 1); }
    .style--ellie .isf-layout_chapter__header .isf-layout_chapter__img:before {
      content: '';
      position: absolute;
      -webkit-transition: all 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
      transition: all 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
      width: 100%;
      height: 100%;
      background-color: black;
      opacity: 0.65;
      z-index: 2; }
  .style--ellie.is--fixed .isf-layout_chapter__img .isf-layout_chapter__mask {
    width: 100%;
    height: 100%; }
    .style--ellie.is--fixed .isf-layout_chapter__img .isf-layout_chapter__mask .isf-layout_chapter__background-img__wrapper .isf-layout_chapter__background-img {
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      transform: scale(1, 1); }
  .style--ellie.is--fixed .isf-layout_chapter__img:before {
    opacity: 0.85; }
  .style--ellie.is--darkened .isf-layout_chapter__header .isf-layout_chapter__img:before {
    opacity: 0.85; }
  .style--ellie.is--bottom .isf-layout_chapter__img .isf-layout_chapter__mask {
    width: 100%;
    height: 100%; }
  .style--ellie.is--bottom .isf-layout_chapter__img:before {
    opacity: 0.85; }

/* STYLE RALPH, AFTER THE RALPH LAUREN STORY. BY GREGOR AND NANO */
.style--ralph-lauren {
  background-color: black; }
  .style--ralph-lauren .isf-layout_chapter__header {
    align-items: center;
    justify-content: center; }
    .style--ralph-lauren .isf-layout_chapter__header .isf-layout_chapter__title {
      text-align: center;
      justify-content: center;
      align-items: center; }
    .style--ralph-lauren .isf-layout_chapter__header .l-effect {
      justify-content: center; }
    .style--ralph-lauren .isf-layout_chapter__header .isf-layout_chapter__img .isf-layout_chapter__mask {
      -webkit-transform: translate3d(-50%, -50%, 0);
      transform: translate3d(-50%, -50%, 0);
      transition: height 0.6s cubic-bezier(0.39, 0.575, 0.565, 1), width 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
      position: absolute;
      left: 50vw;
      top: 50vh;
      height: 80vh;
      width: 70vw;
      overflow: hidden; }
      .style--ralph-lauren .isf-layout_chapter__header .isf-layout_chapter__img .isf-layout_chapter__mask .isf-layout_chapter__background-img {
        -webkit-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
        transition: transform 0.6s; }
    .style--ralph-lauren .isf-layout_chapter__header .isf-layout_chapter__img:before {
      content: '';
      position: absolute;
      transition: 0.6s all;
      width: 100%;
      height: 100%;
      background-color: black;
      opacity: 0.4;
      z-index: 2;
      left: 0; }
  .style--ralph-lauren.is--fixed .isf-layout_chapter__img .isf-layout_chapter__mask {
    width: 100%;
    height: 100%; }
    .style--ralph-lauren.is--fixed .isf-layout_chapter__img .isf-layout_chapter__mask .isf-layout_chapter__background-img__wrapper .isf-layout_chapter__background-img {
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      transform: scale(1, 1); }
  .style--ralph-lauren.is--fixed .isf-layout_chapter__img:before {
    content: '';
    position: absolute;
    -webkit-transition: all 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: all 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 2;
    opacity: 0.75; }
  .style--ralph-lauren.is--darkened .isf-layout_chapter__header .isf-layout_chapter__img:before {
    opacity: 0.75; }
  .style--ralph-lauren.is--bottom .isf-el_chapter__img .isf-el_chapter__mask {
    width: 100%;
    height: 100%; }

.style--mercedes {
  background-color: black; }
  .style--mercedes .isf-layout_chapter__header {
    align-items: center;
    justify-content: center; }
    .style--mercedes .isf-layout_chapter__header .isf-layout_chapter__title {
      text-align: center;
      justify-content: center;
      align-items: center; }
    .style--mercedes .isf-layout_chapter__header .l-effect {
      justify-content: center; }
    .style--mercedes .isf-layout_chapter__header .isf-layout_chapter__img .isf-layout_chapter__mask {
      -webkit-transform: translate3d(-50%, -50%, 0);
      transform: translate3d(-50%, -50%, 0);
      transition: height 0.6s cubic-bezier(0.39, 0.575, 0.565, 1), width 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
      position: absolute;
      left: 50vw;
      top: 50vh;
      height: 80vh;
      width: 70vw;
      overflow: hidden; }
      .style--mercedes .isf-layout_chapter__header .isf-layout_chapter__img .isf-layout_chapter__mask .isf-layout_chapter__background-img {
        -webkit-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
        transition: transform 0.6s; }
    .style--mercedes .isf-layout_chapter__header .isf-layout_chapter__img:before {
      content: '';
      position: absolute;
      transition: 0.6s all;
      width: 100%;
      height: 100%;
      background-color: black;
      opacity: 0.4;
      z-index: 2;
      left: 0; }
    .style--mercedes .isf-layout_chapter__header .isf-layout_chapter__img:after {
      content: '';
      position: absolute;
      transition: 0.6s all;
      width: 100%;
      height: 100%;
      background-color: white;
      opacity: 1;
      z-index: 3;
      left: 0;
      mix-blend-mode: saturation; }
  .style--mercedes.is--fixed .isf-layout_chapter__img .isf-layout_chapter__mask {
    width: 100%;
    height: 100%; }
    .style--mercedes.is--fixed .isf-layout_chapter__img .isf-layout_chapter__mask .isf-layout_chapter__background-img__wrapper .isf-layout_chapter__background-img {
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      transform: scale(1, 1); }
  .style--mercedes.is--fixed .isf-layout_chapter__img:before {
    content: '';
    position: absolute;
    -webkit-transition: all 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: all 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 2;
    opacity: 0.75; }
  .style--mercedes.is--fixed .isf-layout_chapter__img:after {
    opacity: 0; }
  .style--mercedes.is--darkened .isf-layout_chapter__header .isf-layout_chapter__img:before {
    opacity: 0.75; }
  .style--mercedes.is--bottom .isf-layout_chapter__img .isf-layout_chapter__mask {
    width: 100%;
    height: 100%; }

/* STYLE BLACK */
.style--black {
  background-color: black; }
  .style--black .isf-layout_chapter__header {
    align-items: center;
    justify-content: center;
    height: 100vh; }
    .style--black .isf-layout_chapter__header .isf-layout_chapter__title {
      text-align: center;
      justify-content: center;
      align-items: center; }
    .style--black .isf-layout_chapter__header .l-effect {
      justify-content: center; }
    .style--black .isf-layout_chapter__header .isf-layout_chapter__img .isf-layout_chapter__mask {
      -webkit-transform: translate3d(-50%, -50%, 0);
      transform: translate3d(-50%, -50%, 0);
      -webkit-transition: height 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), width 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
      transition: height 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), width 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
      position: absolute;
      left: 50vw;
      top: 50vh;
      height: 100vh;
      width: 100vw;
      overflow: hidden; }
      .style--black .isf-layout_chapter__header .isf-layout_chapter__img .isf-layout_chapter__mask .isf-layout_chapter__background-img {
        -webkit-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
        -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
        transition: -webkit-transform 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
        transition: transform 0.6s cubic-bezier(0.39, 0.575, 0.565, 1); }
    .style--black .isf-layout_chapter__header .isf-layout_chapter__img:before {
      content: '';
      position: absolute;
      -webkit-transition: all 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
      transition: all 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
      width: 100%;
      height: 103%;
      background-color: black;
      opacity: 0.65;
      z-index: 2; }
  .style--black.is--fixed .isf-layout_chapter__img .isf-layout_chapter__mask {
    width: 100%;
    height: 100%; }
    .style--black.is--fixed .isf-layout_chapter__img .isf-layout_chapter__mask .isf-layout_chapter__background-img__wrapper .isf-layout_chapter__background-img {
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      transform: scale(1, 1); }
  .style--black.is--fixed .isf-layout_chapter__img:before {
    opacity: 1; }
  .style--black.is--darkened .isf-layout_chapter__header .isf-layout_chapter__img:before {
    opacity: 0.85; }
  .style--black.is--bottom .isf-layout_chapter__img .isf-layout_chapter__mask {
    width: 100%;
    height: 100%; }
  .style--black.is--bottom .isf-layout_chapter__img:before {
    opacity: 1; }

.isf-layout_chapter {
  position: relative;
  color: white; }

.isf-layout_chapter__header {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%; }
  .isf-layout_chapter__header .isf-layout_chapter__title {
    position: absolute;
    width: 100%;
    height: 100vh;
    display: flex;
    z-index: 5;
    padding: 15px; }

.isf-layout_chapter__content {
  position: relative;
  z-index: 5;
  padding-top: 45px;
  padding-bottom: 45px; }
  @media (min-width: 768px) {
    .isf-layout_chapter__content {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media (min-width: 1024px) {
    .isf-layout_chapter__content {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media (min-width: 1260px) {
    .isf-layout_chapter__content {
      padding-top: 90px;
      padding-bottom: 90px; } }

.isf-layout_chapter__img {
  /* rel to the chapter element */
  position: absolute;
  background-color: black;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0; }
  .isf-layout_chapter__img .isf-layout_chapter__mask .isf-layout_chapter__background-img__wrapper {
    width: 100vw;
    height: 100vh;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0); }
    .isf-layout_chapter__img .isf-layout_chapter__mask .isf-layout_chapter__background-img__wrapper .isf-layout_chapter__background-img {
      height: 100%;
      width: 100%;
      position: absolute;
      object-fit: cover;
      background-size: cover;
      background-position: center top;
      top: 0;
      left: 0; }

.isf-layout_chapter.is--fixed .isf-layout_chapter__img {
  position: fixed;
  top: 0; }

.is--bottom .isf-layout_chapter__img {
  bottom: 0;
  top: auto;
  position: absolute; }

.isf-el_image {
  display: block;
  overflow: hidden; }

.isf-el_image_group__inner {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
  justify-content: center; }
.isf-el_image_group .isf-el_image {
  padding: 5px; }

.isf-layout_interactive-scroller__progress {
  display: none; }

.isf-interactive-story img {
  max-height: 80vh;
  object-fit: contain; }

.isf-interactive-story p a {
  color: white !important;
  border-bottom: 1px solid white; }

.isf-layout_chapter__content,
#i1 {
  padding-top: 0px; }

.isf-layout_interactive-scroller__content:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 30px;
  width: 1px;
  height: 120px;
  animation: scrolldown 3s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
  position: absolute;
  background: linear-gradient(to top, #e6e6e6 50%, rgba(255, 255, 255, 0) 50%);
  background-position: 0 -120px;
  background-size: 100% 200%;
  left: 50%;
  margin-left: -1px;
  background-color: black; }

@keyframes scrolldown {
  0% {
    background-position: 0 -120px; }
  75% {
    background-position: 0 0; }
  100% {
    background-position: 0 120px; } }
.isf-layout_interactive-scroller {
  text-align: center; }

.post--parallax {
  background-color: black;
  color: white; }

.sponsor__logo-wrap {
  background-color: black; }

.sponsor__label, .sponsor__name {
  background-color: black; }

#test__intro__text {
  padding-top: 0px; }

.isf-layout_interactive-scroller {
  background-color: #f9f9f9; }

.isf-shopping {
  background-color: #f9f9f9;
  width: 100%;
  overflow: hidden; }

.author-credits__info a {
  color: white; }

body {
  overflow-x: hidden; }

@media (max-width: 767px) {
  .newsletter-limited-interstitial {
    margin-top: -15px; } }
.isf-layout_interactive-scroller__progress {
  display: none; }

.isf-layout_interactive-scroller__background {
  text-align: center; }

.isf-interactive-story figure.img-element {
  margin: 0px auto !important; }

.isf-interactive-story .aspect-ratio-placeholder {
  max-width: none !important; }

.isf-interactive-story .aspect-ratio-placeholder__fill {
  display: none; }

.isf-interactive-story .aspect-ratio-placeholder img.image {
  padding: 5px;
  width: 100%;
  height: auto;
  position: relative !important; }

.isf-interactive-story .aspect-ratio-placeholder img {
  position: relative !important; }

.isf-interactive-story .aspect-ratio-placeholder .image {
  padding: 5px;
  width: 100% !important;
  height: auto !important;
  position: relative !important; }

.isf-interactive-story img {
  position: relative !important; }

.isf-interactive-story .img-element__credit {
  padding-left: 5px; }

.isf-shop-now {
  font-style: italic; }
  .isf-shop-now a {
    color: white;
    text-decoration: none;
    border-bottom: 1px solid white; }
  .isf-shop-now .button-element {
    display: flex;
    justify-content: center;
    margin: 15px auto; }
    .isf-shop-now .button-element a {
      border-bottom: none; }

/*# sourceMappingURL=styles.css.map */

.isf-layout_interactive-scroller__background h3 {
  max-width: 600px;
}
