#psignature .owl-dots {
  width: 100vw;
  text-align: center; }
  @media (min-width: 768px) {
    #psignature .owl-dots {
      margin-top: 3vw; } }
  #psignature .owl-dots .owl-dot {
    background: transparent;
    border: none;
    outline: none;
    padding: 0;
    box-shadow: none;
    width: 2vw;
    height: 2vw;
    margin: 0 0.5vw;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0.5;
    transition: all 0.05s linear; }
    @media (min-width: 768px) {
      #psignature .owl-dots .owl-dot {
        width: 1vw;
        height: 1vw;
        margin: 0 0.5vw; } }
    #psignature .owl-dots .owl-dot.active {
      opacity: 1;
      transform: scale(1.3); }

#psignature .video-container {
  position: relative;
  width: 100%;
  padding-bottom: 125%; }
  @media (min-width: 768px) {
    #psignature .video-container {
      padding-bottom: 56.25%; } }
  #psignature .video-container .video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }
    #psignature .video-container .video.desktop {
      display: none; }
      @media (min-width: 768px) {
        #psignature .video-container .video.desktop {
          display: block; } }
    #psignature .video-container .video.mobile {
      display: block; }
      @media (min-width: 768px) {
        #psignature .video-container .video.mobile {
          display: none; } }

#psignature .btn {
  padding: 1.5vw 7vw;
  border-radius: 1.7em;
  transition: all 0.01s linear; }

#psignature .section-1 {
  min-height: 459vw; }
  @media (min-width: 768px) {
    #psignature .section-1 {
      min-height: 113vw; } }
  #psignature .section-1 .line {
    width: 95%;
    height: 100%;
    border-bottom: 0.2vw solid #fff;
    margin: 2vw 0; }
  #psignature .section-1 .owl-carousel {
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1; }
  #psignature .section-1 .background-image {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0; }
  #psignature .section-1 p, #psignature .section-1 span, #psignature .section-1 a {
    color: #fff;
    font-size: 3.75vw;
    line-height: 1.5; }
    @media (min-width: 768px) {
      #psignature .section-1 p, #psignature .section-1 span, #psignature .section-1 a {
        font-size: 1.35vw;
        line-height: 1.25;
        margin-bottom: 0; } }
  #psignature .section-1 .section-content {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%; }
    #psignature .section-1 .section-content .content-wrapper .section-1-heading-image {
      margin-bottom: 3vw;
      width: 100vw; }
      @media (min-width: 768px) {
        #psignature .section-1 .section-content .content-wrapper .section-1-heading-image {
          width: 40vw;
          margin-bottom: 1vw; } }
    #psignature .section-1 .section-content .content-wrapper .section-1-content {
      text-align: center;
      padding-left: 7vw;
      padding-right: 7vw; }
      @media (min-width: 768px) {
        #psignature .section-1 .section-content .content-wrapper .section-1-content {
          text-align: center;
          padding-left: 5vw;
          padding-right: 1vw;
          max-width: 40vw;
          text-align: left; } }
      #psignature .section-1 .section-content .content-wrapper .section-1-content .btn {
        padding: 1.5vw 7vw;
        border-radius: 1.7em;
        transition: all 0.01s linear;
        border: 1px solid #fff; }
        @media (min-width: 768px) {
          #psignature .section-1 .section-content .content-wrapper .section-1-content .btn {
            padding: 0.5vw 3vw; } }
      #psignature .section-1 .section-content .content-wrapper .section-1-content.section-1-content-below {
        position: absolute;
        top: 290vw; }
        @media (min-width: 768px) {
          #psignature .section-1 .section-content .content-wrapper .section-1-content.section-1-content-below {
            position: relative;
            top: auto; } }
        #psignature .section-1 .section-content .content-wrapper .section-1-content.section-1-content-below p:first-child {
          padding-right: 4vw; }
        #psignature .section-1 .section-content .content-wrapper .section-1-content.section-1-content-below .redot-award {
          margin: 5vw 0; }
          @media (min-width: 768px) {
            #psignature .section-1 .section-content .content-wrapper .section-1-content.section-1-content-below .redot-award {
              margin: 2vw 0; } }
          #psignature .section-1 .section-content .content-wrapper .section-1-content.section-1-content-below .redot-award span {
            padding: 2vw 5vw;
            background: #fff;
            border-radius: 1.7em;
            color: #2198a5; }
            @media (min-width: 768px) {
              #psignature .section-1 .section-content .content-wrapper .section-1-content.section-1-content-below .redot-award span {
                padding: 0.5vw 3vw; } }
        #psignature .section-1 .section-content .content-wrapper .section-1-content.section-1-content-below p:last-child {
          padding-right: 5vw; }
    #psignature .section-1 .section-content .content-wrapper .section-1-carousel {
      position: absolute;
      bottom: 0;
      left: 0; }
      #psignature .section-1 .section-content .content-wrapper .section-1-carousel .product-info {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 10vw 7vw 7vw;
        background-color: rgba(255, 255, 255, 0.3);
        width: 100%;
        margin: auto;
        border-radius: 1em; }
        @media (min-width: 768px) {
          #psignature .section-1 .section-content .content-wrapper .section-1-carousel .product-info {
            padding: 4vw 2vw 2vw;
            width: 95%; } }
        #psignature .section-1 .section-content .content-wrapper .section-1-carousel .product-info .product-size-text {
          width: 7vw;
          height: 7vw;
          background-color: #fff;
          color: #000;
          border-radius: 50%;
          display: flex;
          justify-content: center;
          align-items: center; }
          @media (min-width: 768px) {
            #psignature .section-1 .section-content .content-wrapper .section-1-carousel .product-info .product-size-text {
              width: 3vw;
              height: 3vw; } }
        #psignature .section-1 .section-content .content-wrapper .section-1-carousel .product-info .product-size-num {
          font-size: 4.75vw;
          margin: 2vw 0; }
          @media (min-width: 768px) {
            #psignature .section-1 .section-content .content-wrapper .section-1-carousel .product-info .product-size-num {
              font-size: 1.75vw;
              margin: 1vw 0; } }
        #psignature .section-1 .section-content .content-wrapper .section-1-carousel .product-info .product-desc {
          font-size: 2.75vw; }
          @media (min-width: 768px) {
            #psignature .section-1 .section-content .content-wrapper .section-1-carousel .product-info .product-desc {
              font-size: 1vw; } }
          #psignature .section-1 .section-content .content-wrapper .section-1-carousel .product-info .product-desc.flex {
            display: flex;
            width: 100%;
            justify-content: space-between; }
          #psignature .section-1 .section-content .content-wrapper .section-1-carousel .product-info .product-desc span {
            font-size: 2.75vw; }
            @media (min-width: 768px) {
              #psignature .section-1 .section-content .content-wrapper .section-1-carousel .product-info .product-desc span {
                font-size: 1vw; } }
        #psignature .section-1 .section-content .content-wrapper .section-1-carousel .product-info .product-line {
          width: 100%;
          height: 0;
          border-bottom: solid 0.3vw #fff;
          margin: 1vw 0; }
          @media (min-width: 768px) {
            #psignature .section-1 .section-content .content-wrapper .section-1-carousel .product-info .product-line {
              border-width: 0.1vw;
              margin: 0.5vw 0; } }
      #psignature .section-1 .section-content .content-wrapper .section-1-carousel .product-info-wrapper {
        padding: 0 2.5vw; }
        #psignature .section-1 .section-content .content-wrapper .section-1-carousel .product-info-wrapper.product-cabin a img {
          width: 60%; }
        #psignature .section-1 .section-content .content-wrapper .section-1-carousel .product-info-wrapper.product-medium a img {
          width: 70%; }
        #psignature .section-1 .section-content .content-wrapper .section-1-carousel .product-info-wrapper.product-large a img {
          width: 80%; }
        #psignature .section-1 .section-content .content-wrapper .section-1-carousel .product-info-wrapper a img {
          margin: auto;
          margin-bottom: -10vw;
          z-index: 1; }
          @media (min-width: 768px) {
            #psignature .section-1 .section-content .content-wrapper .section-1-carousel .product-info-wrapper a img {
              margin-bottom: -3vw; } }
      #psignature .section-1 .section-content .content-wrapper .section-1-carousel .slider {
        display: inline-block;
        vertical-align: middle;
        position: relative; }
        #psignature .section-1 .section-content .content-wrapper .section-1-carousel .slider .owl-item {
          display: table-cell;
          float: none;
          vertical-align: bottom; }
          #psignature .section-1 .section-content .content-wrapper .section-1-carousel .slider .owl-item .product-info-wrapper {
            padding: 0 2.5vw; }
      @media (min-width: 768px) {
        #psignature .section-1 .section-content .content-wrapper .section-1-carousel.static {
          width: 100vw;
          bottom: 10vw; } }
      @media (min-width: 768px) {
        #psignature .section-1 .section-content .content-wrapper .section-1-carousel.static .static-carousel {
          width: 65%;
          display: flex;
          margin: auto;
          align-items: flex-end;
          justify-content: center; } }
      @media (min-width: 768px) {
        #psignature .section-1 .section-content .content-wrapper .section-1-carousel.static .static-carousel .product-info-wrapper {
          flex: 1;
          padding: 0 1vw; } }
      @media (min-width: 768px) {
        #psignature .section-1 .section-content .content-wrapper .section-1-carousel.static .static-carousel .product-info-wrapper a {
          display: flex;
          flex-direction: column;
          align-items: center; } }
      #psignature .section-1 .section-content .content-wrapper .section-1-carousel.static .btn-wrapper {
        position: absolute;
        bottom: -5vw;
        left: 0;
        right: 0;
        text-align: center; }
        #psignature .section-1 .section-content .content-wrapper .section-1-carousel.static .btn-wrapper a {
          border: 1px solid #fff; }
          @media (min-width: 768px) {
            #psignature .section-1 .section-content .content-wrapper .section-1-carousel.static .btn-wrapper a {
              padding: 0.5vw 3vw; } }

#psignature .section-2 {
  min-height: 233vw; }
  @media (min-width: 768px) {
    #psignature .section-2 {
      min-height: 74vw; } }
  #psignature .section-2 p, #psignature .section-2 span, #psignature .section-2 a {
    color: #fff;
    font-size: 3.75vw;
    line-height: 1.5; }
    @media (min-width: 768px) {
      #psignature .section-2 p, #psignature .section-2 span, #psignature .section-2 a {
        font-size: 1.35vw;
        line-height: 1.25;
        margin-bottom: 0; } }
  #psignature .section-2 .background-image {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0; }
  #psignature .section-2 .section-content {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%; }
    #psignature .section-2 .section-content .section-2-carousel .owl-stage-outer {
      max-width: 100vw; }
    #psignature .section-2 .section-content .section-2-carousel.image .slider {
      display: inline-block;
      vertical-align: middle;
      position: relative; }
      #psignature .section-2 .section-content .section-2-carousel.image .slider .owl-item:not(.center) img {
        transform: scale(0.75);
        transform-origin: bottom center;
        opacity: 0.75; }
      #psignature .section-2 .section-content .section-2-carousel.image .slider .slide-item img {
        display: block;
        width: 100%;
        padding: 8vw; }
        @media (min-width: 768px) {
          #psignature .section-2 .section-content .section-2-carousel.image .slider .slide-item img {
            padding: 0 2vw;
            transition: all 0.25s ease-in-out; } }
    #psignature .section-2 .section-content .section-2-carousel.text .slider {
      display: inline-block;
      vertical-align: middle;
      position: relative; }
      #psignature .section-2 .section-content .section-2-carousel.text .slider .ksf-info-wrapper {
        width: 100vw;
        padding: 0 10vw;
        text-align: center;
        margin-top: 10vw; }
        @media (min-width: 768px) {
          #psignature .section-2 .section-content .section-2-carousel.text .slider .ksf-info-wrapper {
            padding: 0 28vw;
            margin-top: 4vw; } }
        #psignature .section-2 .section-content .section-2-carousel.text .slider .ksf-info-wrapper h3 {
          color: #fff;
          font-size: 7vw;
          line-height: 1.25;
          margin-bottom: 5vw; }
          @media (min-width: 768px) {
            #psignature .section-2 .section-content .section-2-carousel.text .slider .ksf-info-wrapper h3 {
              font-size: 2.35vw;
              margin-bottom: 2vw; } }
        #psignature .section-2 .section-content .section-2-carousel.text .slider .ksf-info-wrapper p {
          color: #fff;
          font-size: 3.75vw;
          line-height: 1.5;
          margin-bottom: 0; }
          @media (min-width: 768px) {
            #psignature .section-2 .section-content .section-2-carousel.text .slider .ksf-info-wrapper p {
              font-size: 1.35vw;
              line-height: 1.25; } }
  #psignature .section-2 .btn-wrapper {
    text-align: center;
    width: 100vw;
    margin-top: 8vw; }
    #psignature .section-2 .btn-wrapper:hover a {
      background: #FFF;
      color: #000; }
    #psignature .section-2 .btn-wrapper a {
      border: 1px solid #fff; }
      @media (min-width: 768px) {
        #psignature .section-2 .btn-wrapper a {
          padding: 0.5vw 3vw; } }

#psignature .section-3 p, #psignature .section-3 span, #psignature .section-3 a {
  color: #fff;
  font-size: 3.75vw;
  line-height: 1.5; }
  @media (min-width: 768px) {
    #psignature .section-3 p, #psignature .section-3 span, #psignature .section-3 a {
      font-size: 1.35vw;
      line-height: 1.25;
      margin-bottom: 0; } }

#psignature .section-3 .background-image {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0; }

#psignature .section-3 .section-content {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%; }
  #psignature .section-3 .section-content .owl-stage-outer {
    max-width: 100vw; }
  #psignature .section-3 .section-content .owl-item:not(.center) .slide-item {
    display: flex;
    justify-content: flex-start; }
    #psignature .section-3 .section-content .owl-item:not(.center) .slide-item img {
      width: 80%;
      transform: translate(0, 10%); }
  #psignature .section-3 .section-content .owl-item.center ~ .owl-item:not(.center) .slide-item {
    justify-content: flex-end; }
  #psignature .section-3 .section-content .owl-nav {
    display: block; }
    #psignature .section-3 .section-content .owl-nav .owl-prev {
      background: transparent;
      border: none;
      outline: none;
      padding: 0;
      box-shadow: none;
      display: inline-block;
      background-color: #fff;
      color: #000;
      text-align: center;
      line-height: 35px;
      position: relative;
      border-radius: 50%;
      transform: translateY(-50%);
      position: absolute;
      top: 50%;
      width: 30px;
      height: 30px;
      z-index: 3;
      background-color: #f2f2f2;
      background: transparent;
      color: #fff;
      outline: 0;
      left: 0; }
      @media (min-width: 768px) {
        #psignature .section-3 .section-content .owl-nav .owl-prev {
          left: 12%;
          left: 22%; } }
      @media (min-width: 992px) {
        #psignature .section-3 .section-content .owl-nav .owl-prev {
          width: 32px;
          height: 32px; } }
      @media (min-width: 1600px) {
        #psignature .section-3 .section-content .owl-nav .owl-prev {
          width: 34px;
          height: 34px; } }
      #psignature .section-3 .section-content .owl-nav .owl-prev span {
        font-size: 3rem; }
    #psignature .section-3 .section-content .owl-nav .owl-next {
      background: transparent;
      border: none;
      outline: none;
      padding: 0;
      box-shadow: none;
      display: inline-block;
      background-color: #fff;
      color: #000;
      text-align: center;
      line-height: 35px;
      position: relative;
      border-radius: 50%;
      transform: translateY(-50%);
      position: absolute;
      top: 50%;
      width: 30px;
      height: 30px;
      z-index: 3;
      background-color: #f2f2f2;
      background: transparent;
      color: #fff;
      outline: 0;
      right: 0; }
      @media (min-width: 768px) {
        #psignature .section-3 .section-content .owl-nav .owl-next {
          right: 12%;
          right: 22%; } }
      @media (min-width: 992px) {
        #psignature .section-3 .section-content .owl-nav .owl-next {
          width: 32px;
          height: 32px; } }
      @media (min-width: 1600px) {
        #psignature .section-3 .section-content .owl-nav .owl-next {
          width: 34px;
          height: 34px; } }
      #psignature .section-3 .section-content .owl-nav .owl-next span {
        font-size: 3rem; }
  #psignature .section-3 .section-content .lifestyle-carousel .slide-item {
    padding: 15vw 10vw 5vw;
    display: block; }
    @media (min-width: 768px) {
      #psignature .section-3 .section-content .lifestyle-carousel .slide-item {
        padding: 5vw 3vw 3vw; } }
    #psignature .section-3 .section-content .lifestyle-carousel .slide-item img {
      border-radius: 1em;
      box-shadow: 1px 1px 10px #000; }

#psignature .section-4 {
  background-color: #d86d7a;
  box-shadow: 0 0 5px 20px #d86d7a;
  text-align: center;
  padding-top: 5vw;
  padding-bottom: 5vw; }
  @media (min-width: 1600px) {
    #psignature .section-4 {
      padding-top: 0; } }
  @media (min-width: 2000px) {
    #psignature .section-4 {
      padding-top: 12vw; } }
  #psignature .section-4 img {
    width: 100%;
    max-width: 10vw; }
    @media (min-width: 768px) {
      #psignature .section-4 img {
        max-width: 5vw; } }
  #psignature .section-4 h3 {
    color: #fff;
    font-size: 7vw;
    line-height: 1.25;
    margin-top: 1vw; }
    @media (min-width: 768px) {
      #psignature .section-4 h3 {
        font-size: 2.35vw; } }
