.slider {
  position: relative;
  min-height: 25vh;
  width: 100%;
  background: #fff;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  flex-shrink: 0;
  -webkit-box-flex: 0;
          flex-grow: 0;
  overflow: hidden;
  box-sizing: border-box;
  padding: 2.5rem; }
  @media (max-width: 767px) {
    .slider {
      height: 100vw; } }
  .slider--static {
    height: 6rem; }
  .slider__dots {
    width: 100%;
    display: -webkit-box;
    display: flex;
    height: 2rem;
    position: absolute;
    bottom: 0;
    -webkit-box-pack: center;
            justify-content: center; }
  .slider__dot {
    cursor: pointer;
    width: 1rem;
    height: 1rem;
    border-radius: 1rem;
    background: black;
    border: 3px solid white;
    margin: 0.25rem; }
    .slider__dot--active {
      border: 3px solid black;
      background: white; }
  .slider__prev {
    content: " ";
    position: absolute;
    width: 2rem;
    height: 2rem;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMjAgNTEyIj48cGF0aCBkPSJNMzQuNTIgMjM5LjAzTDIyOC44NyA0NC42OWM5LjM3LTkuMzcgMjQuNTctOS4zNyAzMy45NCAwbDIyLjY3IDIyLjY3YzkuMzYgOS4zNiA5LjM3IDI0LjUyLjA0IDMzLjlMMTMxLjQ5IDI1NmwxNTQuMDIgMTU0Ljc1YzkuMzQgOS4zOCA5LjMyIDI0LjU0LS4wNCAzMy45bC0yMi42NyAyMi42N2MtOS4zNyA5LjM3LTI0LjU3IDkuMzctMzMuOTQgMEwzNC41MiAyNzIuOTdjLTkuMzctOS4zNy05LjM3LTI0LjU3IDAtMzMuOTR6Ii8+PC9zdmc+");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    left: 1rem;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%); }
    @media (max-width: 767px) {
      .slider__prev {
        top: 25%;
        display: none; } }
  .slider__next {
    content: " ";
    position: absolute;
    width: 2rem;
    height: 2rem;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMjAgNTEyIj48cGF0aCBkPSJNMjg1LjQ3NiAyNzIuOTcxTDkxLjEzMiA0NjcuMzE0Yy05LjM3MyA5LjM3My0yNC41NjkgOS4zNzMtMzMuOTQxIDBsLTIyLjY2Ny0yMi42NjdjLTkuMzU3LTkuMzU3LTkuMzc1LTI0LjUyMi0uMDQtMzMuOTAxTDE4OC41MDUgMjU2IDM0LjQ4NCAxMDEuMjU1Yy05LjMzNS05LjM3OS05LjMxNy0yNC41NDQuMDQtMzMuOTAxbDIyLjY2Ny0yMi42NjdjOS4zNzMtOS4zNzMgMjQuNTY5LTkuMzczIDMzLjk0MSAwTDI4NS40NzUgMjM5LjAzYzkuMzczIDkuMzcyIDkuMzczIDI0LjU2OC4wMDEgMzMuOTQxeiIvPjwvc3ZnPg==");
    background-size: contain;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    right: 1rem;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%); }
    @media (max-width: 767px) {
      .slider__next {
        top: 25%;
        display: none; } }
  .slider .slide {
    position: relative;
    min-width: 100vw;
    padding-bottom: 50%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    display: -webkit-box;
    display: flex;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat; }
    .slider .slide.blur {
      -webkit-filter: blur(8px);
              filter: blur(8px); }
    .slider .slide__box {
      padding: 2rem 2rem 2rem 2rem;
      width: 50vw;
      position: absolute;
      right: 0;
      top: 0;
      height: 100%;
      background: white; }
      @media (max-width: 991px) {
        .slider .slide__box {
          height: 100%; } }
      @media (max-width: 767px) {
        .slider .slide__box {
          height: 50%;
          width: 100vw;
          -webkit-transform: translate(0, 0);
                  transform: translate(0, 0); } }
    .slider .slide__title {
      color: #000;
      font-size: 2rem;
      line-height: 2rem;
      margin-bottom: 1rem; }
    .slider .slide__date {
      color: #000;
      font-size: 1.2rem; }
    .slider .slide__copy {
      color: #000;
      font-size: 1.2rem; }
  .slider[data-slide="1"] .slide {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0); }
  .slider[data-slide="2"] .slide {
    -webkit-transform: translate(-200%, 0);
            transform: translate(-200%, 0); }
  .slider[data-slide="3"] .slide {
    -webkit-transform: translate(-300%, 0);
            transform: translate(-300%, 0); }
  .slider[data-slide="4"] .slide {
    -webkit-transform: translate(-400%, 0);
            transform: translate(-400%, 0); }
  .slider[data-slide="5"] .slide {
    -webkit-transform: translate(-500%, 0);
            transform: translate(-500%, 0); }
  .slider[data-slide="6"] .slide {
    -webkit-transform: translate(-600%, 0);
            transform: translate(-600%, 0); }
  .slider[data-slide="7"] .slide {
    -webkit-transform: translate(-700%, 0);
            transform: translate(-700%, 0); }
  .slider[data-slide="8"] .slide {
    -webkit-transform: translate(-800%, 0);
            transform: translate(-800%, 0); }
  .slider[data-slide="9"] .slide {
    -webkit-transform: translate(-900%, 0);
            transform: translate(-900%, 0); }
  .slider[data-slide="10"] .slide {
    -webkit-transform: translate(-1000%, 0);
            transform: translate(-1000%, 0); }

.h2 {
  font-family: Verdana, Geneva, sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 16px; }

.list {
  padding-left: 17px;
  margin-top: 1.8rem; }
  .list__bullet {
    margin-bottom: 0.8rem; }

.section {
  width: 100%;
  position: relative;
  padding: 40px;
  padding-bottom: 70px;
  display: -webkit-box;
  display: flex;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
  background: white; }
  .section--scroll {
    display: block;
    padding-top: 0;
    margin-top: 0; }
  .section__inner {
    width: 100%;
    display: -webkit-box;
    display: flex;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: center;
            justify-content: center;
    position: relative; }
    @media (min-width: 768px) {
      .section__inner {
        max-width: 750px; } }
    @media (min-width: 992px) {
      .section__inner {
        max-width: 970px; } }
    @media (min-width: 1200px) {
      .section__inner {
        max-width: 1170px; } }

@media (max-width: 767px) {
  #scroll {
    display: none; } }

.title_mobile {
  display: none; }
  @media (max-width: 767px) {
    .title_mobile {
      display: -webkit-box;
      display: flex; } }
  .title_mobile__title {
    margin-bottom: 2rem; }
  .title_mobile__image {
    width: 100%;
    background-size: contain;
    background-position: center; }

.scroll-indicator {
  position: absolute;
  width: 23rem;
  height: 1px;
  background: #0063be;
  bottom: -3rem;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  left: 50%; }
  @media (max-width: 767px) {
    .scroll-indicator {
      display: none; } }
  .scroll-indicator__bar {
    width: 23rem;
    height: 5px;
    background: #0063be; }

.scroll-container {
  position: -webkit-sticky;
  position: sticky;
  top: calc(5vh + 5rem);
  height: 80vh;
  width: 80%;
  margin: 0 auto; }
  @media (max-width: 767px) {
    .scroll-container {
      position: relative; } }
  .scroll-container .layers {
    height: 80vh;
    width: 100%;
    position: relative; }
    .scroll-container .layers__title {
      font-weight: 400;
      position: absolute;
      bottom: -0.5rem;
      left: 50%;
      -webkit-transform: translate(-50%, 0px);
              transform: translate(-50%, 0px);
      color: #0063be;
      z-index: 1; }
      @media (max-width: 767px) {
        .scroll-container .layers__title {
          position: relative; } }
    .scroll-container .layers__down {
      position: absolute;
      bottom: 4rem;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
              transform: translate(-50%, 0);
      width: 4.5rem;
      height: 4.5rem;
      background-position: center;
      background-repeat: no-repeat;
      background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg width='100%25' height='100%25' viewBox='0 0 36 71' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Cg transform='matrix(1,0,0,1,-32,-9)'%3E%3Cg%3E%3Cpath d='M59.4,68.6C58.6,67.8 57.4,67.8 56.6,68.6L50,75.2L43.4,68.6C42.6,67.8 41.4,67.8 40.6,68.6C39.8,69.4 39.8,70.6 40.6,71.4L48.6,79.4C49,79.8 49.5,80 50,80C50.5,80 51,79.8 51.4,79.4L59.4,71.4C60.2,70.6 60.2,69.4 59.4,68.6Z' style='fill:rgb(0,99,190);fill-rule:nonzero;'/%3E%3Cpath d='M68,45L68,27C68,17.1 59.9,9 50,9C40.1,9 32,17.1 32,27L32,45C32,54.9 40.1,63 50,63C59.9,63 68,54.9 68,45ZM50,59C42.3,59 36,52.7 36,45L36,27C36,19.3 42.3,13 50,13C57.7,13 64,19.3 64,27L64,45C64,52.7 57.7,59 50,59Z' style='fill:rgb(0,99,190);fill-rule:nonzero;'/%3E%3Cpath d='M50,20C48.9,20 48,20.9 48,22L48,28C48,29.1 48.9,30 50,30C51.1,30 52,29.1 52,28L52,22C52,20.9 51.1,20 50,20Z' style='fill:rgb(0,99,190);fill-rule:nonzero;'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A"); }
      @media (max-width: 767px) {
        .scroll-container .layers__down {
          display: none; } }
  .scroll-container .layer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }
    @media (max-width: 767px) {
      .scroll-container .layer {
        display: none; } }
    @media (max-width: 767px) {
      .scroll-container .layer--base {
        display: block; } }

.split-container {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between; }
  @media (max-width: 767px) {
    .split-container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column; } }
  @media (max-width: 767px) {
    .split-container--keep {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
              flex-direction: row; } }
  .split-container--center {
    -webkit-box-pack: center;
            justify-content: center; }
  .split-container--2 .split-container__section {
    width: 50%;
    max-width: 50%; }
    @media (max-width: 767px) {
      .split-container--2 .split-container__section {
        width: 100%;
        max-width: 100%; } }
  .split-container__section {
    padding: 1rem;
    text-align: left; }
    .split-container__section--centered {
      text-align: center; }

#good-to-know {
  color: #fff; }
  #good-to-know h1, #good-to-know h2, #good-to-know h3 {
    color: #fff; }

.slides_column {
  display: none; }
  @media (max-width: 767px) {
    .slides_column {
      display: block; } }
  .slides_column .slide__description {
    margin: 2rem 0;
    line-height: 2.5rem; }
  .slides_column .slide__body {
    -webkit-box-align: center;
            align-items: center;
    margin: 4rem auto 8rem;
    min-height: unset; }
  .slides_column .slide__image {
    width: 80%;
    margin: 0 auto; }

.slider {
  margin-top: 4rem;
  margin-bottom: 8rem;
  padding: 0; }
  @media (max-width: 767px) {
    .slider {
      display: none; } }
  .slider__nav {
    width: 100%;
    position: absolute;
    top: 25%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    pointer-events: none;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    padding: 1rem; }
    @media (min-width: 768px) {
      .slider__nav {
        max-width: calc(750px + 10rem); } }
    @media (min-width: 992px) {
      .slider__nav {
        max-width: calc(970px + 15rem); } }
    @media (min-width: 1200px) {
      .slider__nav {
        max-width: calc(1170px + 20rem); } }
  .slider__next, .slider__prev {
    pointer-events: all;
    position: relative;
    cursor: pointer;
    opacity: 0.5;
    right: unset;
    left: unset; }
    .slider__next:hover, .slider__prev:hover {
      opacity: 1; }
  .slider__next {
    background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fal' data-icon='chevron-right' class='svg-inline--fa fa-chevron-right fa-w-8' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 512'%3E%3Cpath fill='rgb(0,99,190)' d='M17.525 36.465l-7.071 7.07c-4.686 4.686-4.686 12.284 0 16.971L205.947 256 10.454 451.494c-4.686 4.686-4.686 12.284 0 16.971l7.071 7.07c4.686 4.686 12.284 4.686 16.97 0l211.051-211.05c4.686-4.686 4.686-12.284 0-16.971L34.495 36.465c-4.686-4.687-12.284-4.687-16.97 0z'%3E%3C/path%3E%3C/svg%3E"); }
  .slider__prev {
    background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fal' data-icon='chevron-left' class='svg-inline--fa fa-chevron-left fa-w-8' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 512'%3E%3Cpath fill='rgb(0,99,190)' d='M238.475 475.535l7.071-7.07c4.686-4.686 4.686-12.284 0-16.971L50.053 256 245.546 60.506c4.686-4.686 4.686-12.284 0-16.971l-7.071-7.07c-4.686-4.686-12.284-4.686-16.97 0L10.454 247.515c-4.686 4.686-4.686 12.284 0 16.971l211.051 211.05c4.686 4.686 12.284 4.686 16.97-.001z'%3E%3C/path%3E%3C/svg%3E"); }

.slide {
  display: -webkit-box !important;
  display: flex !important;
  padding-bottom: 25% !important;
  -webkit-box-pack: center;
          justify-content: center; }
  @media (min-width: 1500px) {
    .slide {
      padding-bottom: 20% !important; } }
  @media (min-width: 1900px) {
    .slide {
      padding-bottom: 15% !important; } }
  .slide__inner {
    width: 100%;
    padding: 2rem;
    display: -webkit-box !important;
    display: flex !important; }
    @media (min-width: 768px) {
      .slide__inner {
        max-width: 750px; } }
    @media (min-width: 992px) {
      .slide__inner {
        max-width: 970px; } }
    @media (min-width: 1200px) {
      .slide__inner {
        max-width: 1170px; } }
  .slide__image {
    display: block;
    min-height: 30rem;
    width: 50%;
    min-width: 50%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    -webkit-transform: translate(3rem, 0);
            transform: translate(3rem, 0); }
  .slide__body {
    width: 50%;
    min-width: 50%;
    min-height: 30rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: justify;
            justify-content: space-between;
    text-align: left;
    -webkit-box-align: start;
            align-items: flex-start; }
  .slide__description {
    line-height: 2.5rem; }
  .slide__title {
    font-size: 2.5rem !important;
    color: #0063be !important; }
  .slide__button {
    margin-top: 1rem;
    padding: 1.5rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    max-width: 12rem;
    min-width: 12rem;
    color: white;
    background: #0063be;
    border-radius: 5px;
    border: 1px solid transparent;
    cursor: pointer; }
    .slide__button:hover, .slide__button:focus {
      border: 1px solid #0063be;
      background: white;
      color: #0063be; }

.slider__dots {
  height: unset;
  margin: 0 auto;
  width: 100%; }
  .slider__dots__inner {
    display: -webkit-box;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
            justify-content: space-between; }
    @media (min-width: 768px) {
      .slider__dots__inner {
        max-width: 750px; } }
    @media (min-width: 992px) {
      .slider__dots__inner {
        max-width: 970px; } }
    @media (min-width: 1200px) {
      .slider__dots__inner {
        max-width: 1170px;
        -webkit-box-pack: center;
                justify-content: center; } }

.slider__dot {
  padding: 0 2rem;
  position: relative;
  cursor: pointer;
  opacity: 0.5;
  border-radius: 0;
  border: 0;
  margin: 0.25rem;
  width: unset;
  height: unset;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
  background: transparent; }
  .slider__dot--active, .slider__dot:hover {
    border: 0;
    opacity: 1; }
  .slider__dot_image {
    pointer-events: none;
    width: 10rem;
    height: 10rem;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 2rem; }
    @media (min-width: 992px) {
      .slider__dot_image {
        width: 15rem;
        height: 15rem; } }
  .slider__dot_title {
    pointer-events: none;
    color: #0063be; }

.bagsize__info_a {
  font-weight: bold; }
  @media (max-width: 767px) {
    .bagsize__info_a {
      font-size: 1.3rem;
      white-space: nowrap; } }
  @media (max-width: 576px) {
    .bagsize__info_a {
      font-size: 1rem;
      white-space: nowrap; } }

.bagsize__info_b {
  color: #0063be; }
  @media (max-width: 767px) {
    .bagsize__info_b {
      font-size: 1.3rem;
      white-space: nowrap; } }
  @media (max-width: 576px) {
    .bagsize__info_b {
      font-size: 1rem;
      white-space: nowrap; } }

.bagsize__info_c {
  margin-top: 5rem;
  color: #0063be; }

.stage {
  width: 100%;
  position: relative;
  height: 50vh;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  margin-bottom: 4rem; }
  .stage__image {
    display: block;
    height: 100%;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute; }
  .stage__title {
    padding: 3.2rem;
    font-weight: 400;
    color: white;
    font-size: 4rem !important;
    border: 4px solid white;
    background: rgba(0, 0, 0, 0.2);
    z-index: 1;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    text-transform: uppercase; }
    @media (max-width: 767px) {
      .stage__title {
        padding: 2rem;
        font-size: 2rem !important;
        border: 2px solid white; } }
