.rzf-cw2-collection-container .vm-wrapper {
  display: table;
  width: 100%;
  height: 100%; }
  .rzf-cw2-collection-container .vm-wrapper .vm {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle; }
.rzf-cw2-collection-container h2 {
  text-transform: uppercase;
  margin-bottom: 0.9375rem; }
.rzf-cw2-collection-container .title-tag {
  display: block;
  max-width: 26.25rem;
  padding: 0 1.875rem;
  margin: 0 auto 3.125rem; }
.rzf-cw2-collection-container .triangle:before {
  top: -1px;
  left: calc(50% - 57.5px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 57.5px 0 57.5px;
  border-color: #ffffff transparent transparent transparent;
  content: '';
  position: absolute;
  z-index: +1; }
@media only screen and (max-width: 43.0625em) {
  .rzf-cw2-collection-container .triangle:before {
    left: calc(50% - 28.75px);
    border-width: 20px 28.75px 0 28.75px; } }

.rzf-cw2-core-range-container {
  overflow: hidden;
  padding: 0;
  position: relative; }
  .rzf-cw2-core-range-container.item-highlighted:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #1F1F1F;
    opacity: 0.3;
    content: '';
    display: block; }
  .rzf-cw2-core-range-container .rzf-title-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    top: 5rem; }
  .rzf-cw2-core-range-container .list-wrapper {
    position: relative;
    overflow-y: hidden;
    overflow-x: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000; }
    @media only screen and (max-width: 78.0625em) {
      .rzf-cw2-core-range-container .list-wrapper {
        overflow-x: auto; } }
  .rzf-cw2-core-range-container .title-tag, .rzf-cw2-core-range-container h2 {
    position: relative;
    z-index: +1;
    color: #ffffff; }
    .rzf-cw2-core-range-container .title-tag.is_stuck, .rzf-cw2-core-range-container h2.is_stuck {
      color: #1F1F1F; }
  .rzf-cw2-core-range-container .title-tag {
    margin: 0 auto 0.9375rem; }

.cw2-collection-watches-list {
  background: url(../images/rzf/core-range-bg.jpg) 0 center repeat;
  background-size: auto 100vh;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  margin: 0;
  padding: 5rem 0; }
  .cw2-collection-watches-list:before, .cw2-collection-watches-list:after {
    content: " ";
    display: table; }
  .cw2-collection-watches-list:after {
    clear: both; }
  .cw2-collection-watches-list .cw2-collection-watch-item {
    margin: 6.25rem 0;
    display: inline-block;
    cursor: pointer;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    vertical-align: top; }
    .cw2-collection-watches-list .cw2-collection-watch-item.zoomed {
      z-index: +3;
      -webkit-transform: scale(1.2);
      transform: scale(1.2);
      -webkit-transition: all 200ms linear;
      transition: all 200ms linear; }
    .cw2-collection-watches-list .cw2-collection-watch-item.not-hovered {
      filter: brightness(50%); }
      .cw2-collection-watches-list .cw2-collection-watch-item.not-hovered .inner-item:after {
        opacity: 0; }
    .cw2-collection-watches-list .cw2-collection-watch-item:nth-child(2n+1) .cw2-watch {
      max-width: 80%; }
      @media only screen and (max-width: 43.0625em) {
        .cw2-collection-watches-list .cw2-collection-watch-item:nth-child(2n+1) .cw2-watch {
          max-width: 20rem; } }
    .cw2-collection-watches-list .cw2-collection-watch-item .cw2-watch {
      max-width: 100%;
      display: block;
      margin: 0 auto; }
      @media only screen and (max-width: 43.0625em) {
        .cw2-collection-watches-list .cw2-collection-watch-item .cw2-watch {
          max-width: 20rem; } }
    .cw2-collection-watches-list .cw2-collection-watch-item .inner-item {
      text-align: center;
      width: 24vw;
      margin: 0 auto; }
      @media only screen and (max-width: 78.0625em) {
        .cw2-collection-watches-list .cw2-collection-watch-item .inner-item {
          width: 35vw; } }
      @media only screen and (max-width: 43.0625em) {
        .cw2-collection-watches-list .cw2-collection-watch-item .inner-item {
          width: 100vw; } }
      .cw2-collection-watches-list .cw2-collection-watch-item .inner-item:after {
        content: '';
        height: 2.75rem;
        width: 2.75rem;
        background: url(../images/rzf/icon-circle-plus-white.svg) center center no-repeat;
        background-size: 100%;
        display: block;
        margin: 0 auto; }

.cw2-core-range-nav {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0; }
  .cw2-core-range-nav .cw2-core-range-nav-inner-wrapper {
    max-width: 5rem;
    margin: 0 auto;
    padding: 0;
    position: relative;
    min-height: 10em; }
  .cw2-core-range-nav .cw2-core-range-dots {
    list-style-type: none;
    margin: 0;
    padding: 5em 0;
    text-align: center; }
    .cw2-core-range-nav .cw2-core-range-dots > li {
      background-color: #6E6E6E;
      border-radius: 10px;
      cursor: pointer;
      display: inline-block;
      height: 8px;
      list-style-type: none;
      padding: 0;
      margin: 0 5px;
      width: 8px; }
      .cw2-core-range-nav .cw2-core-range-dots > li button {
        background: transparent;
        border: 0 none;
        height: 8px;
        overflow: hidden;
        text-indent: -9999px;
        width: 8px;
        padding: 0;
        vertical-align: top; }
      .cw2-core-range-nav .cw2-core-range-dots > li.dot-active {
        background-color: #ffffff; }
  .cw2-core-range-nav .cw2-core-range-nav-arrow {
    background: rgba(31, 31, 31, 0.5);
    border: 0;
    cursor: pointer;
    outline: medium none;
    position: absolute;
    text-indent: -100000px;
    bottom: calc(53% - 0.9375rem);
    width: 1.875rem;
    height: 1.875rem;
    margin: 0;
    max-width: 1.875rem;
    background: none;
    padding: 0 0 0.25rem; }
    .cw2-core-range-nav .cw2-core-range-nav-arrow:hover, .cw2-core-range-nav .cw2-core-range-nav-arrow:focus {
      background: none; }
    .cw2-core-range-nav .cw2-core-range-nav-arrow:before {
      color: #1F1F1F;
      content: "";
      height: 1.875rem;
      width: 1.875rem;
      display: block;
      position: static;
      top: auto;
      left: auto;
      margin-top: 0;
      margin-left: 0; }
    .cw2-core-range-nav .cw2-core-range-nav-arrow.cw2-core-range-nav-prev {
      left: 0; }
      .cw2-core-range-nav .cw2-core-range-nav-arrow.cw2-core-range-nav-prev:before {
        background: url(../images/rzf/icon-arrow-circle-left-white.svg) center center no-repeat;
        background-size: 100%; }
    .cw2-core-range-nav .cw2-core-range-nav-arrow.cw2-core-range-nav-next {
      right: 0; }
      .cw2-core-range-nav .cw2-core-range-nav-arrow.cw2-core-range-nav-next:before {
        background: url(../images/rzf/icon-arrow-circle-right-white.svg) center center no-repeat;
        background-size: 100%; }

.rzf-cw2-key-feature-container {
  overflow: hidden; }
  .rzf-cw2-key-feature-container .inner-wrapper {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 52.25% 0 0 0; }

.cw2-key-feature-img-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }
  .cw2-key-feature-img-wrapper .key-feature-img {
    max-width: 100%;
    height: auto;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .cw2-key-feature-img-wrapper .cw2-btn-know-more {
    position: absolute;
    top: 0;
    right: 0;
    padding: 35px 30px;
    border: none;
    background: #1F1F1F;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: bold;
    transition: all 400ms ease-out;
    z-index: +2; }
    .cw2-key-feature-img-wrapper .cw2-btn-know-more:after {
      margin-left: 16px;
      display: inline-block;
      content: '';
      height: 1rem;
      width: 1rem;
      background: url(../images/rzf/icon-plus-white.svg) center center no-repeat;
      background-size: 100%;
      vertical-align: bottom; }
  .cw2-key-feature-img-wrapper .cw2-key-feature-content {
    width: 70.83333%;
    transition: right 400ms ease-out;
    position: absolute;
    right: -70.83333%;
    top: 0;
    bottom: 0;
    background-color: #F5F5F5;
    padding: 0.9375rem 8.33333%;
    overflow-y: auto;
    z-index: +1; }
  .cw2-key-feature-img-wrapper.open .cw2-btn-know-more {
    right: 70.83333%;
    transition: all 400ms ease; }
    .cw2-key-feature-img-wrapper.open .cw2-btn-know-more:after {
      margin-left: 0;
      transform: rotate(45deg);
      transform-origin: center center; }
    .cw2-key-feature-img-wrapper.open .cw2-btn-know-more .cw2-btn-label {
      display: none; }
  .cw2-key-feature-img-wrapper.open .cw2-key-feature-content {
    right: 0;
    transition: right 400ms ease; }

@media only screen and (max-width: 78.0625em) {
  .rzf-cw2-key-feature-container .inner-wrapper {
    padding: 0; }

  .cw2-img-btn-wrapper {
    position: relative; }

  .cw2-key-feature-img-wrapper {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    height: auto;
    width: auto; }
    .cw2-key-feature-img-wrapper .key-feature-img {
      position: relative;
      top: auto;
      left: auto;
      transform: none; }
    .cw2-key-feature-img-wrapper .cw2-btn-know-more {
      padding: 25px 20px; }
    .cw2-key-feature-img-wrapper .cw2-key-feature-content {
      height: 0;
      padding-top: 0;
      padding-bottom: 0;
      width: 100%;
      transition: right 400ms ease-out;
      position: relative;
      right: auto;
      top: auto;
      bottom: auto;
      background-color: #ffffff; }
    .cw2-key-feature-img-wrapper.open .cw2-btn-know-more {
      right: 0;
      top: 100%; }
    .cw2-key-feature-img-wrapper.open .cw2-key-feature-content {
      height: auto;
      padding-top: 1.875rem;
      padding-bottom: 1.875rem; }
    .cw2-key-feature-img-wrapper .cw2-rte h1 {
      padding-right: 2.5rem; }
    .cw2-key-feature-img-wrapper .cw2-rte p {
      width: 100%; } }
@media only screen and (max-width: 43.0625em) {
  .cw2-key-feature-img-wrapper .cw2-btn-know-more {
    font-size: 0.75rem;
    padding: .875rem .5rem;
    top: initial;
    bottom: 0; }
    .cw2-key-feature-img-wrapper .cw2-btn-know-more:after {
      margin-left: 0.5rem; } }
.rzf-cw2-double-deep-dive-container {
  padding-top: 0; }
  .rzf-cw2-double-deep-dive-container .cw2-deep-dive-box {
    width: 50%;
    float: left; }
  .rzf-cw2-double-deep-dive-container .deep-dive-carousal-item {
    position: relative; }
    .rzf-cw2-double-deep-dive-container .deep-dive-carousal-item .watch-description {
      width: 70.83333%;
      background-color: rgba(0, 0, 0, 0.75);
      color: #ffffff;
      margin-left: 50%;
      padding: 2.5rem;
      position: absolute;
      transform: translate(-50%, 50%);
      bottom: 33%; }
      .rzf-cw2-double-deep-dive-container .deep-dive-carousal-item .watch-description h2 {
        font-size: 1.5625rem;
        line-height: 2.1875rem;
        text-align: left;
        text-transform: none; }
      .rzf-cw2-double-deep-dive-container .deep-dive-carousal-item .watch-description a.link {
        color: #ffffff;
        display: block;
        font-weight: 700;
        padding: 7px 0; }
      .rzf-cw2-double-deep-dive-container .deep-dive-carousal-item .watch-description a.light.no-icon {
        padding-left: 12px; }
        .rzf-cw2-double-deep-dive-container .deep-dive-carousal-item .watch-description a.light.no-icon:before {
          content: none; }
      .rzf-cw2-double-deep-dive-container .deep-dive-carousal-item .watch-description a.light:hover {
        border: 1px solid #D5D5D5; }
        .rzf-cw2-double-deep-dive-container .deep-dive-carousal-item .watch-description a.light:hover:before {
          background-image: url("../images/icons/play_video_grey.svg"); }
      .rzf-cw2-double-deep-dive-container .deep-dive-carousal-item .watch-description a.light:focus {
        background-color: #D5D5D5;
        border: 1px solid #D5D5D5;
        color: #454545; }
      .rzf-cw2-double-deep-dive-container .deep-dive-carousal-item .watch-description a.light:before {
        background-image: url("../images/icons/icon-play.svg"); }
      .rzf-cw2-double-deep-dive-container .deep-dive-carousal-item .watch-description p {
        color: #F5F5F5;
        font-size: 1em;
        line-height: 1.57em; }
      .rzf-cw2-double-deep-dive-container .deep-dive-carousal-item .watch-description span {
        display: block;
        font-size: 1em;
        font-family: ProximaRegular, "Helvetica Neue", Helvetica, Arial, sans-serif; }
      .rzf-cw2-double-deep-dive-container .deep-dive-carousal-item .watch-description .button-desktop {
        margin-top: 40px;
        padding-left: 45px; }
    .rzf-cw2-double-deep-dive-container .deep-dive-carousal-item .wrapper-deep-dive-carousel-item img {
      width: 100%;
      display: block; }
    .rzf-cw2-double-deep-dive-container .deep-dive-carousal-item .triangle:before {
      display: none; }

#deep-dive-experience .title-description {
  font: .875rem/1.5 Arial,"Helvetica Neue",Helvetica,sans-serif; }

#deep-dive-experience .title-description p {
  text-align: center; }

@media only screen and (max-width: 78.0625em) {
  .rzf-cw2-double-deep-dive-container .cw2-deep-dive-box {
    width: 100%;
    float: none; }
  .rzf-cw2-double-deep-dive-container .deep-dive-carousal-item .watch-description {
    position: static;
    margin: auto;
    padding: 2.5rem 1.875rem 0;
    width: auto;
    transform: none;
    bottom: auto;
    background-color: transparent; }
    .rzf-cw2-double-deep-dive-container .deep-dive-carousal-item .watch-description h2 {
      font-size: 1.5rem;
      color: #1F1F1F;
      text-align: center;
      line-height: 1.8125rem;
      text-transform: uppercase; }
    .rzf-cw2-double-deep-dive-container .deep-dive-carousal-item .watch-description p {
      display: block;
      color: #1F1F1F;
      max-width: 26.25rem;
      padding: 0 1.875rem;
      margin: 0 auto 3.125rem;
      text-align: center; }
    .rzf-cw2-double-deep-dive-container .deep-dive-carousal-item .watch-description a {
      margin-top: 0;
      position: absolute;
      bottom: 2.5rem;
      left: 8.33333%;
      z-index: +1; }
      .rzf-cw2-double-deep-dive-container .deep-dive-carousal-item .watch-description a.light {
        background-color: #1F1F1F;
        border: 1px solid #D5D5D5;
        color: #ffffff; }
        .rzf-cw2-double-deep-dive-container .deep-dive-carousal-item .watch-description a.light:hover {
          border: 1px solid #1F1F1F;
          background-color: #ffffff;
          color: #1F1F1F; }
          .rzf-cw2-double-deep-dive-container .deep-dive-carousal-item .watch-description a.light:hover:before {
            background-image: url("../images/icons/icon-play.svg"); }
        .rzf-cw2-double-deep-dive-container .deep-dive-carousal-item .watch-description a.light:focus {
          border: 1px solid #454545;
          background-color: #D5D5D5;
          color: #D5D5D5; }
        .rzf-cw2-double-deep-dive-container .deep-dive-carousal-item .watch-description a.light:before {
          background-image: url("../images/icons/play_video_grey.svg"); }
  .rzf-cw2-double-deep-dive-container .deep-dive-carousal-item .triangle {
    position: relative; }
    .rzf-cw2-double-deep-dive-container .deep-dive-carousal-item .triangle:before {
      display: block; } }
@media only screen and (max-width: 43.0625em) {
  .rzf-cw2-double-deep-dive-container .deep-dive-carousal-item .watch-description h2 {
    font-size: 1rem;
    line-height: 1.3125rem; }
  .rzf-cw2-double-deep-dive-container .deep-dive-carousal-item .watch-description a {
    bottom: 1.875rem; }
    .rzf-cw2-double-deep-dive-container .deep-dive-carousal-item .watch-description a.light:before {
      top: 4px; } }

/*# sourceMappingURL=rzf-cw2-collection.css.map */
