@import url(https://fonts.googleapis.com/css?family=Archivo);
@import url(https://fonts.googleapis.com/css?family=PT+Serif:400,700);
/* FRETTE: Start Variables
-------------------------- */
@font-face {
  font-family: 'Didot';
  src: url("../fonts/Didot/DidoteTextPro-Regular.otf") format("opentype"); }

@font-face {
  font-family: 'Didot';
  font-weight: bold;
  src: url("../fonts/Didot/DidoteTextPro-Bold.otf") format("opentype"); }

@font-face {
  font-family: 'Didot';
  font-style: italic;
  src: url("../fonts/Didot/DidoteTextPro-Italic.otf") format("opentype"); }

@font-face {
  font-family: 'Didot';
  font-weight: bold;
  font-style: italic;
  src: url("../fonts/Didot/DidoteTextPro-BoldItalic.otf") format("opentype"); }

@font-face {
  font-family: 'HelveticaNeue';
  src: url("../fonts/HelveticaNeue/HelveticaNeueeTextPro-Roman.otf") format("opentype"); }

@font-face {
  font-family: 'HelveticaNeueMd';
  src: url("../fonts/HelveticaNeue/HelveticaNeueeTextPro-Md.otf") format("opentype"); }

/*Replace old fonts with new fonts by default*/
body {
  margin: 0; }

/* FRETTE: End Variables
------------------------ */
/*------------------------------------*\
  #FORMS
\*------------------------------------*/
/*------------------------------------*\
  #TRANSITIONS
\*------------------------------------*/
.breadcrumb-list.features {
  display: none !important; }
  @media (min-width: 1280px) {
    .breadcrumb-list.features {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      font-family: "Archivo-ExtraLight";
      font-size: 0.875rem;
      font-weight: 200;
      font-stretch: normal;
      font-style: normal;
      line-height: 2.71;
      letter-spacing: 0.0175rem;
      text-align: left;
      color: #575757;
      padding-left: 1.6875rem;
      margin-left: 0; } }
  @media (min-width: 1920px) {
    .breadcrumb-list.features {
      font-size: 1rem;
      line-height: 2.38;
      letter-spacing: 0.02rem;
      padding-left: 2.5625rem; } }

.breadcrumb-list__divider {
  margin: 0; }

.features-hero {
  margin: 0.875rem 1.25rem 0 1.0625rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (min-width: 768px) {
    .features-hero {
      margin: 1.25rem 0.625rem 0 1.25rem;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
  @media (min-width: 1280px) {
    .features-hero {
      margin: 0 0.6875rem 0 1.6875rem; } }
  @media (min-width: 1920px) {
    .features-hero {
      margin: 0 1.5rem 0 2.5rem; } }

.features-carousel {
  width: 100%;
  border-radius: 0 0 0.5rem 0.5rem;
  background-color: #031d30;
  height: 22.3125rem;
  z-index: 1; }
  @media (min-width: 768px) {
    .features-carousel {
      width: 49.18%;
      border-radius: 0 0.5rem 0.5rem 0;
      height: auto; } }
  @media (min-width: 1280px) {
    .features-carousel {
      width: 49.35%; } }
  @media (min-width: 1920px) {
    .features-carousel {
      width: 49.62%; } }
  .features-carousel .slick-dots {
    margin-bottom: 0;
    bottom: 1.3125rem; }
    @media (min-width: 768px) {
      .features-carousel .slick-dots {
        bottom: 1.5rem; } }
    @media (min-width: 1280px) {
      .features-carousel .slick-dots {
        bottom: 2rem; } }
    @media (min-width: 1920px) {
      .features-carousel .slick-dots {
        bottom: 2.5625rem; } }
  .features-carousel .slick-prev {
    left: 1.25rem;
    top: 26.5%;
    color: #ffffff;
    width: 0.875rem;
    height: 1.625rem; }
    @media (min-width: 768px) {
      .features-carousel .slick-prev {
        width: 0.9375rem;
        height: 1.6875rem; } }
    @media (min-width: 1280px) {
      .features-carousel .slick-prev {
        top: 47.2%;
        left: 3rem; } }
    @media (min-width: 1920px) {
      .features-carousel .slick-prev {
        left: 4.5625rem;
        width: 1.375rem;
        height: 2.5625rem; } }
    .features-carousel .slick-prev::before {
      content: '';
      background: url("../images/icons/left-arrow-icon.svg") center center no-repeat;
      background-size: cover;
      width: 0.875rem;
      height: 1.625rem;
      opacity: 1;
      position: absolute;
      top: 0;
      left: 0; }
      @media (min-width: 768px) {
        .features-carousel .slick-prev::before {
          width: 0.9375rem;
          height: 1.6875rem; } }
      @media (min-width: 1920px) {
        .features-carousel .slick-prev::before {
          width: 1.375rem;
          height: 2.5625rem; } }
  .features-carousel .slick-next {
    right: 1.25rem;
    top: 26.5%;
    color: #ffffff;
    width: 0.875rem;
    height: 1.625rem; }
    @media (min-width: 768px) {
      .features-carousel .slick-next {
        width: 0.9375rem;
        height: 1.6875rem; } }
    @media (min-width: 1280px) {
      .features-carousel .slick-next {
        top: 47.2%;
        right: 3rem; } }
    @media (min-width: 1920px) {
      .features-carousel .slick-next {
        right: 4.5625rem;
        width: 1.375rem;
        height: 2.5625rem; } }
    .features-carousel .slick-next::before {
      content: '';
      background: url("../images/icons/right-arrow-icon.svg") center center no-repeat;
      background-size: cover;
      width: 0.875rem;
      height: 1.625rem;
      opacity: 1;
      position: absolute;
      top: 0;
      left: 0; }
      @media (min-width: 768px) {
        .features-carousel .slick-next::before {
          width: 0.9375rem;
          height: 1.6875rem; } }
      @media (min-width: 1920px) {
        .features-carousel .slick-next::before {
          width: 1.375rem;
          height: 2.5625rem; } }

.slick--simple-dots .slick-dots button {
  padding: 0 0.3125rem; }
  @media (min-width: 1920px) {
    .slick--simple-dots .slick-dots button {
      padding: 0 0.375rem; } }
  .slick--simple-dots .slick-dots button:after {
    display: block;
    width: 0.3125rem;
    height: 0.3125rem;
    border-radius: 6.25rem;
    content: ''; }
    @media (min-width: 1920px) {
      .slick--simple-dots .slick-dots button:after {
        width: 0.4375rem;
        height: 0.4375rem; } }

.slick--white-dots .slick-dots button:after {
  background-color: #ffffff;
  opacity: 0.4; }

.slick--white-dots .slick-dots .slick-active button:after {
  background-color: #ffffff;
  opacity: 1; }

.features-carousel__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

@media (min-width: 768px) {
  .feature-search {
    width: 10.21875rem; } }

@media (min-width: 1280px) {
  .feature-search {
    width: 13.125rem; } }

@media (min-width: 1920px) {
  .feature-search {
    width: 19.125rem; } }

.features-image {
  width: 100%;
  border-radius: 0.5rem 0 0 0.5rem;
  margin-bottom: -1.5rem; }
  .features-image img {
    width: 100%;
    border-radius: 0.5rem 0.5rem 0 0; }
  @media (min-width: 768px) {
    .features-image {
      border-radius: 0.5rem 0 0 0.5rem;
      width: 50.82%;
      margin-bottom: 0;
      margin-right: -0.625rem;
      position: relative;
      padding-bottom: 52.04%; } }
  @media (min-width: 1280px) {
    .features-image {
      margin-right: -0.9375rem;
      width: 50.65%;
      padding-bottom: 42.11%; } }
  @media (min-width: 1920px) {
    .features-image {
      width: 50.38%;
      padding-bottom: 38.85%; } }
  .features-image .feature-img {
    display: none; }
    @media (min-width: 768px) {
      .features-image .feature-img {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; } }

.features-carousel__slides {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.features-carousel__title {
  font-family: "Archivo-SemiBold";
  font-size: 0.75rem;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.13187rem;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase; }
  @media (min-width: 768px) {
    .features-carousel__title {
      font-size: 0.6875rem;
      font-weight: 600;
      line-height: 2.09;
      letter-spacing: 0.12125rem; } }
  @media (min-width: 1920px) {
    .features-carousel__title {
      font-size: 0.75rem;
      font-weight: 600;
      line-height: 1;
      letter-spacing: 0.13187rem; } }

.features-carousel__subtitle {
  font-family: "Butler-Light";
  font-size: 2.8125rem;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: -0.08438rem;
  text-align: center;
  color: #ffffff;
  margin: 1rem 0 1.8125rem;
  text-transform: uppercase; }
  @media (min-width: 768px) {
    .features-carousel__subtitle {
      font-size: 1.875rem;
      line-height: 0.7; } }
  @media (min-width: 1280px) {
    .features-carousel__subtitle {
      font-size: 3.125rem;
      font-weight: 300;
      line-height: 0.72;
      letter-spacing: -0.0625rem;
      margin: 1.3125rem 0 2.25rem; } }
  @media (min-width: 1920px) {
    .features-carousel__subtitle {
      font-size: 4.4375rem;
      line-height: 0.82;
      letter-spacing: -0.13312rem;
      margin: 1.6875rem 0 2.25rem; } }

.features-carousel__description {
  font-family: "Archivo-ExtraLight";
  font-size: 0.875rem;
  font-weight: 200;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.64;
  letter-spacing: 0.02625rem;
  text-align: center;
  color: #ffffff;
  width: 18.1875rem;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 768px) {
    .features-carousel__description {
      font-size: 0.75rem;
      line-height: 1.42;
      letter-spacing: 0.0225rem;
      width: 18.5625rem; } }
  @media (min-width: 1280px) {
    .features-carousel__description {
      font-size: 0.8125rem;
      line-height: 1.46;
      letter-spacing: 0.02438rem;
      width: 20.875rem; } }
  @media (min-width: 1920px) {
    .features-carousel__description {
      font-size: 1.25rem;
      line-height: 1.55;
      letter-spacing: 0.0375rem;
      width: 28.6875rem; } }

.largedesktop-img {
  display: none !important; }
  @media (min-width: 1920px) {
    .largedesktop-img {
      display: block !important; } }

.desktop-img {
  display: none !important; }
  @media (min-width: 1280px) and (max-width: 1919.98px) {
    .desktop-img {
      display: block !important; } }

.tablet-img {
  display: none !important; }
  @media (min-width: 768px) and (max-width: 1279.98px) {
    .tablet-img {
      display: block !important; } }

.mobile-img {
  display: none !important; }
  @media (max-width: 767.98px) {
    .mobile-img {
      display: block !important; } }

.features-hotel-stories {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 4.6875rem 1.25rem 0; }
  @media (min-width: 768px) {
    .features-hotel-stories {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      margin: 2.0625rem 1.25rem 5.8125rem; } }
  @media (min-width: 1280px) {
    .features-hotel-stories {
      margin: 4.3125rem 12.25rem 8rem; } }
  @media (min-width: 1920px) {
    .features-hotel-stories {
      margin: 7.4375rem 18.375rem 13.5rem; } }

.hotel-stories-img {
  width: 100%; }
  @media (min-width: 768px) {
    .hotel-stories-img {
      width: 56%; } }
  @media (min-width: 1280px) {
    .hotel-stories-img {
      width: 64%; } }
  .hotel-stories-img img {
    border-radius: 0.5rem; }
    @media (min-width: 768px) {
      .hotel-stories-img img {
        border-radius: 0.375rem; } }
    @media (min-width: 1280px) {
      .hotel-stories-img img {
        border-radius: 0.5rem; } }

.hotel-stories-content {
  margin-left: 0;
  width: 100%;
  margin: 1.0625rem 0 5.875rem; }
  @media (min-width: 768px) {
    .hotel-stories-content {
      margin: 0 0 0 4.875rem;
      width: 44%; } }
  @media (min-width: 1280px) {
    .hotel-stories-content {
      margin: 0 0 0 4.25rem;
      width: 36%; } }
  @media (min-width: 1920px) {
    .hotel-stories-content {
      margin: 0 0 0 6.375rem; } }

.hotel-stories__title {
  font-family: "Archivo-SemiBold";
  font-size: 0.625rem;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0.11rem;
  text-align: left;
  color: #000; }
  @media (min-width: 768px) {
    .hotel-stories__title {
      font-size: 0.6875rem;
      line-height: 2.09;
      letter-spacing: 0.12125rem; } }
  @media (min-width: 1920px) {
    .hotel-stories__title {
      font-size: 0.75rem;
      line-height: 1;
      letter-spacing: 0.13187rem; } }

.hotel-stories__subtitle {
  font-family: "Butler-Light";
  font-size: 1.5rem;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  margin-top: 1.0625rem; }
  @media (min-width: 768px) {
    .hotel-stories__subtitle {
      line-height: 1.25;
      margin-top: 1.125rem;
      width: 14.9375rem; } }
  @media (min-width: 1280px) {
    .hotel-stories__subtitle {
      font-size: 1.5625rem;
      line-height: 1.36;
      margin-top: 1rem;
      width: 19.125rem; } }
  @media (min-width: 1920px) {
    .hotel-stories__subtitle {
      font-size: 2.8125rem;
      line-height: 1.27;
      margin-top: 1.375rem;
      width: 28.6875rem; } }

.hotel-stories__description {
  opacity: 0.6;
  font-family: "Archivo-Light";
  font-size: 1rem;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: 0.03rem;
  text-align: left;
  color: #292929;
  margin-top: 1.6875rem; }
  @media (min-width: 768px) {
    .hotel-stories__description {
      opacity: 0.6;
      font-family: "Archivo-Light";
      font-size: 0.75rem;
      font-weight: 300;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.42;
      letter-spacing: 0.0225rem;
      text-align: left;
      color: #292929;
      margin-top: 1.8125rem;
      width: 14.9375rem; } }
  @media (min-width: 1280px) {
    .hotel-stories__description {
      font-size: 0.8125rem;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.46;
      letter-spacing: 0.02438rem;
      text-align: left;
      margin-top: 1.4375rem;
      width: 19.125rem; } }
  @media (min-width: 1920px) {
    .hotel-stories__description {
      font-size: 1.25rem;
      line-height: 1.5;
      letter-spacing: 0.0375rem;
      margin-top: 2.125rem;
      width: 28.6875rem; } }

.hotel-stories__cta {
  font-family: "Archivo-Light";
  font-size: 0.875rem;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.64;
  letter-spacing: 0.02625rem;
  text-align: left;
  color: #000;
  margin-top: 1.6875rem; }
  @media (min-width: 768px) {
    .hotel-stories__cta {
      margin-top: 1.8125rem; } }
  @media (min-width: 1280px) {
    .hotel-stories__cta {
      margin-top: 1.4375rem; } }
  @media (min-width: 1920px) {
    .hotel-stories__cta {
      margin-top: 2.1875rem; } }
  .hotel-stories__cta .left-arrow {
    width: 1.35rem;
    height: 0.56875rem; }
  .hotel-stories__cta img {
    margin-left: 7px; }

.featured-items.designer-dialogues-1 .hotel-stories {
  display: none; }

.featured-items.hotel-stories-1 .designer-dialogues {
  display: none; }

.featured-nav {
  display: block !important; }

.plp__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 2.4375rem 0 4.4375rem; }
  @media (min-width: 768px) {
    .plp__pagination {
      margin: 2.25rem 0 5.5625rem; } }
  @media (min-width: 1280px) {
    .plp__pagination {
      margin: 1.4375rem 0 5.0625rem; } }
  @media (min-width: 1920px) {
    .plp__pagination {
      margin: 2.6875rem 0 6.4375rem; } }
  .plp__pagination .pagination__track {
    display: none; }
  .plp__pagination .pagination__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: solid 1px #000;
    border-radius: 0.5rem;
    -ms-flex-preferred-size: 0 !important;
        flex-basis: 0 !important; }
    .plp__pagination .pagination__list.no-pagination {
      border: none; }
    .plp__pagination .pagination__list .pagination__item {
      font-family: "Archivo-Medium";
      font-size: 0.75rem;
      font-weight: 500 !important;
      font-stretch: normal;
      font-style: normal;
      line-height: 1;
      letter-spacing: 0.13187rem;
      text-align: center;
      color: #000;
      width: 3.75rem;
      height: 3.75rem;
      padding: 1.5625rem;
      border-right: 1px solid #000;
      text-transform: uppercase; }
      @media (min-width: 768px) {
        .plp__pagination .pagination__list .pagination__item {
          font-size: 0.625rem;
          line-height: 0.9;
          letter-spacing: 0.11rem;
          width: 3.125rem;
          height: 3.125rem;
          padding: 1.3125rem; } }
      @media (min-width: 1920px) {
        .plp__pagination .pagination__list .pagination__item {
          font-size: 0.75rem;
          line-height: 1;
          letter-spacing: 0.13187rem;
          width: 3.75rem;
          height: 3.75rem;
          padding: 1.5625rem; } }
      .plp__pagination .pagination__list .pagination__item.active {
        color: #ffffff !important;
        background-color: #000;
        text-decoration: none; }
      .plp__pagination .pagination__list .pagination__item:hover {
        text-decoration: none; }
      .plp__pagination .pagination__list .pagination__item.pagination__direction {
        display: none;
        border-right: none; }
      .plp__pagination .pagination__list .pagination__item.view-all-link-pagination {
        width: 5.625rem; }
        @media (min-width: 768px) {
          .plp__pagination .pagination__list .pagination__item.view-all-link-pagination {
            width: 6.5625rem; } }
        @media (min-width: 1920px) {
          .plp__pagination .pagination__list .pagination__item.view-all-link-pagination {
            width: 7.8125rem; } }
        .plp__pagination .pagination__list .pagination__item.view-all-link-pagination .desktop {
          display: none; }
          @media (min-width: 768px) {
            .plp__pagination .pagination__list .pagination__item.view-all-link-pagination .desktop {
              display: block; } }
        .plp__pagination .pagination__list .pagination__item.view-all-link-pagination .mobile {
          display: block; }
          @media (min-width: 768px) {
            .plp__pagination .pagination__list .pagination__item.view-all-link-pagination .mobile {
              display: none; } }
      .plp__pagination .pagination__list .pagination__item:nth-child(2) {
        border-top-left-radius: 0.4375rem;
        border-bottom-left-radius: 0.4375rem; }
    .plp__pagination .pagination__list .pagination__number:last-child {
      border-top-right-radius: 0.4375rem;
      border-bottom-right-radius: 0.4375rem;
      border-right: none; }

.view-all-link-pagination {
  display: block !important; }

.features-diamond-network {
  position: relative; }

.diamond-network-content {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0; }

.diamond-network-img {
  position: relative; }
  .diamond-network-img:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    opacity: 0.67;
    background-color: #000; }
  .diamond-network-img img {
    /*@include media-updated-breakpoint-up(md) {
            height: 645px;
        }
        @include media-updated-breakpoint-up(lg) {
            height: 696px;
        }
        @include media-updated-breakpoint-up(xl) {
            height: 1071px;
        }*/ }
    @media (min-width: 768px) {
      .diamond-network-img img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; } }
  @media (min-width: 768px) {
    .diamond-network-img {
      padding-bottom: 84%; } }
  @media (min-width: 1280px) {
    .diamond-network-img {
      padding-bottom: 54.3%; } }
  @media (min-width: 1920px) {
    .diamond-network-img {
      padding-bottom: 55.79%; } }

.diamond-network__title {
  font-family: "Archivo-SemiBold";
  font-size: 0.75rem;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.13187rem;
  text-align: center;
  color: #ffffff;
  margin: 0; }
  @media (min-width: 768px) {
    .diamond-network__title {
      font-family: "Archivo-Regular";
      font-size: 0.75rem;
      font-weight: normal; } }
  @media (min-width: 1280px) {
    .diamond-network__title {
      font-family: "Archivo-SemiBold";
      font-size: 0.5rem;
      font-weight: 600;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.5;
      letter-spacing: 0.08812rem; } }
  @media (min-width: 1920px) {
    .diamond-network__title {
      font-size: 0.75rem;
      line-height: 1;
      letter-spacing: 0.13187rem; } }

.diamond-network__description {
  font-family: "Butler-Light";
  font-size: 1.5rem;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  margin: 1.75rem auto 3.125rem;
  width: 21.5rem; }
  @media (min-width: 768px) {
    .diamond-network__description {
      line-height: 1.25;
      width: 25.75rem;
      margin: 1.5625rem auto 2.1875rem; } }
  @media (min-width: 1280px) {
    .diamond-network__description {
      font-size: 1.5625rem;
      line-height: 1.36;
      width: 27.125rem;
      margin: 1.0625rem auto 2.1875rem; } }
  @media (min-width: 1920px) {
    .diamond-network__description {
      font-size: 2.8125rem;
      line-height: 1.27;
      width: 47.9375rem;
      margin: 2.625rem auto 3rem; } }

.diamond-network__cta {
  font-family: "Archivo-Medium";
  font-size: 0.75rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.13187rem;
  text-align: center;
  color: #000;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  width: 20.9375rem;
  height: 3.75rem;
  padding: 1.5rem 0;
  border-radius: 0.5rem;
  background-color: #ffffff; }
  @media (min-width: 768px) {
    .diamond-network__cta {
      font-size: 0.5625rem;
      font-weight: 500;
      line-height: 0.56;
      letter-spacing: 0.09875rem;
      width: 10.5625rem;
      height: 2.5625rem;
      padding: 1.0625rem 0;
      border-radius: 0.375rem; } }
  @media (min-width: 1920px) {
    .diamond-network__cta {
      font-size: 0.75rem;
      line-height: 1;
      letter-spacing: 0.13187rem;
      width: 14.0625rem;
      height: 3.75rem;
      border-radius: 0.5rem;
      padding: 1.5rem 0; } }
  .diamond-network__cta:hover {
    text-decoration: none; }

.feature__menu {
  display: none; }
  @media (min-width: 768px) {
    .feature__menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 0.8125rem 0; } }
  @media (min-width: 1280px) {
    .feature__menu {
      padding: 1.5rem 0; } }
  @media (min-width: 1920px) {
    .feature__menu {
      padding: 1.8125rem 0; } }

@media (min-width: 768px) {
  .feature__menu-item {
    margin: 0 0.875rem; } }

@media (min-width: 1280px) {
  .feature__menu-item {
    margin: 0 1.3125rem; } }

@media (min-width: 1920px) {
  .feature__menu-item {
    margin: 0 1.5625rem; } }

.feature__menu-item.active .feature__menu-anchor {
  opacity: 1; }

@media (min-width: 768px) {
  .feature__menu-item .icon {
    width: 0.68125rem;
    height: 0.875rem; } }

@media (min-width: 1280px) {
  .feature__menu-item .icon {
    width: 0.85625rem;
    height: 1.08125rem;
    margin-bottom: 0.1875rem; } }

@media (min-width: 1920px) {
  .feature__menu-item .icon {
    width: 1.09375rem;
    height: 1.40625rem; } }

@media (min-width: 768px) {
  .feature__menu-anchor {
    opacity: 0.3;
    font-family: "Archivo-Light";
    font-size: 0.75rem;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 3.17;
    letter-spacing: 0.0225rem;
    text-align: left;
    color: #000; } }

@media (min-width: 1280px) {
  .feature__menu-anchor {
    font-size: 0.875rem;
    line-height: 2.71;
    letter-spacing: 0.02625rem; } }

@media (min-width: 1920px) {
  .feature__menu-anchor {
    font-size: 1rem;
    line-height: 2.38;
    letter-spacing: 0.03rem; } }

.feature__menu-anchor:hover, .feature__menu-anchor:active, .feature__menu-anchor:visited {
  text-decoration: none; }

.feature__menu-anchor.tablet {
  display: block; }
  @media (min-width: 1280px) {
    .feature__menu-anchor.tablet {
      display: none; } }

.feature__menu-anchor.desktop {
  display: none; }
  @media (min-width: 1280px) {
    .feature__menu-anchor.desktop {
      display: block; } }

@media screen and (max-width: 767.98px) {
  .header-banner {
    height: 1.9375rem; } }

.feature__menu-wrapper {
  position: sticky;
  background-color: #ffffff;
  z-index: 999; }
  @media (min-width: 768px) {
    .feature__menu-wrapper {
      position: relative;
      top: 0;
      width: 100%; } }
  @media (min-width: 768px) {
    .feature__menu-wrapper.sticky-feature {
      position: fixed;
      width: 100%;
      top: 90px;
      z-index: 999;
      border-bottom: 1px solid #e8e8e8; } }
  @media (min-width: 1280px) {
    .feature__menu-wrapper.sticky-feature {
      top: 78px;
      border-top: 1px solid #ededed;
      border-bottom: none; } }

@media (min-width: 768px) {
  .no-header-banner ~ .main .feature__menu-wrapper.sticky-feature {
    top: 59px; } }

@media (min-width: 1280px) {
  .no-header-banner ~ .main .feature__menu-wrapper.sticky-feature {
    top: 105.5px; } }

@media (min-width: 1920px) {
  .no-header-banner ~ .main .feature__menu-wrapper.sticky-feature {
    top: 143px; } }

.search-results-count {
  display: none; }
  @media (min-width: 1280px) {
    .search-results-count {
      display: block;
      opacity: 1;
      font-family: "Archivo-Light";
      font-size: 0.75rem;
      font-weight: 300;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.92;
      letter-spacing: 0.03rem;
      text-align: left;
      color: #b4b4b4;
      margin-bottom: 0.875rem;
      padding: 0 3.25rem; } }
  @media (min-width: 1920px) {
    .search-results-count {
      font-size: 1rem;
      line-height: 1.44;
      letter-spacing: 0.04rem;
      margin-bottom: 1.8125rem;
      padding: 0 3.75rem; } }

.feature__menu-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 1.25rem 0;
  padding: 0.625rem 1.125rem 0.625rem 1.25rem;
  border-top: 0.5px solid #afafaf;
  border-bottom: 0.5px solid #afafaf;
  position: sticky;
  top: 5.75rem;
  background-color: #ffffff;
  z-index: 999; }
  @media (min-width: 768px) {
    .feature__menu-mobile {
      display: none; } }

.no-header-banner ~ .feature__menu-mobile {
  top: 3.6875rem; }

.story-select {
  border: none; }
  .story-select:focus {
    outline: none; }

#story-select {
  width: 2.5rem;
  background-color: #ffffff;
  color: #000;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url(../../images/icons/select-arrow.svg);
  background-size: .625rem;
  background-repeat: no-repeat;
  background-position: right; }

#selectTagWidth {
  display: none; }

.feature-select, .search-mobile-story {
  opacity: 1;
  font-family: "Archivo-Light";
  font-size: 1rem;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.38;
  letter-spacing: 0.03rem;
  color: #000;
  cursor: pointer; }

.story-search-mobile__form {
  margin-top: 4rem;
  max-width: 19rem;
  height: 1.9375rem; }
  @media screen and (min-width: 768px) and (max-width: 1279.98px) {
    .story-search-mobile__form {
      max-width: 32.5rem;
      height: 2.5rem; } }
  .story-search-mobile__form .icon {
    width: 1.21875rem;
    height: 1.54375rem; }
    @media screen and (min-width: 768px) and (max-width: 1279.98px) {
      .story-search-mobile__form .icon {
        width: 1.625rem;
        height: 2.08125rem; } }

.label-mobile-search {
  z-index: 5;
  top: -1.875rem;
  position: relative; }
  @media screen and (min-width: 768px) and (max-width: 1279.98px) {
    .label-mobile-search {
      top: -2.5rem; } }

.search__story-back {
  margin: 1.3125rem 0 0 1.25rem;
  display: none; }
  @media screen and (min-width: 768px) and (max-width: 1279.98px) {
    .search__story-back {
      margin: 1.9375rem 0 0 1.9375rem;
      display: block; } }
  .search__story-back.mobile {
    display: block; }
    @media screen and (min-width: 768px) and (max-width: 1279.98px) {
      .search__story-back.mobile {
        display: none; } }

.search-mobile-story .icon {
  width: 0.85625rem;
  height: 1.1rem;
  margin-bottom: 0.0625rem; }

.search-mobile-text {
  margin-left: 0.3125rem; }

@media screen and (min-width: 768px) and (max-width: 1279.98px) {
  .story-search__form {
    max-width: 10.21875rem; } }

@media screen and (min-width: 768px) and (max-width: 1279.98px) {
  .story-search__field {
    font-family: "Archivo-ExtraLight";
    font-size: 0.75rem;
    font-weight: 200;
    font-stretch: normal;
    font-style: normal;
    line-height: 3.17;
    letter-spacing: 0.0225rem;
    text-align: left;
    color: #000;
    height: 1.08125rem;
    padding: 0.25rem 0 0.25rem 1rem;
    border-bottom: 1px solid #dbdbdb; } }

@media (min-width: 1280px) {
  .story-search__field {
    height: 1.45625rem;
    padding: 0.3125rem 0 0.5rem 1.5rem; } }

@media (min-width: 1920px) {
  .story-search__field {
    height: 1.65625rem;
    padding: 0.4375rem 0 0.4375rem 2.1875rem; } }

@media (min-width: 1920px) {
  .header__search-trigger {
    margin-left: 0; } }

@media screen and (min-width: 768px) and (max-width: 1279.98px) {
  .label-search {
    position: absolute;
    z-index: 5;
    top: 0; } }

.search-mobile-container {
  display: none; }
  @media screen and (max-width: 1279.98px) {
    .search-mobile-container.search-active {
      display: block;
      z-index: 10000;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100vh;
      background-color: #ffffff;
      overflow: auto; } }
  .search-mobile-container .story-results.show {
    display: block !important; }
  .search-mobile-container .plp__pagination {
    margin: 2.25rem 0 6.25rem; }
    @media screen and (min-width: 768px) and (max-width: 1279.98px) {
      .search-mobile-container .plp__pagination {
        margin: 2.5rem 0 6.25rem; } }

.story-suggestions-wrapper-mobile {
  width: 100%;
  position: relative;
  top: 0; }

.story-search {
  width: 100%;
  color: #000;
  background-color: #ffffff;
  border-radius: 0; }
  .story-search::-ms-input-placeholder, .story-search:-ms-input-placeholder, .story-search::-ms-input-placeholder {
    color: #838383; }
  .story-search::placeholder, .story-search:-ms-input-placeholder, .story-search::-ms-input-placeholder {
    color: #838383; }

.story-search__field-mobile {
  width: 19rem;
  position: relative;
  padding: 0.375rem 0 0.625rem 2rem;
  height: 1.9375rem; }
  .story-search__field-mobile .fa-close {
    content: ''; }
    .story-search__field-mobile .fa-close::before, .story-search__field-mobile .fa-close::after {
      content: ''; }
  @media (min-width: 768px) {
    .story-search__field-mobile {
      width: 32.5rem;
      height: 2.5rem;
      padding: 0.4375rem 0 0.875rem 2.5rem; } }

.story-search__field-mobile::-webkit-search-cancel-button, .story-search__field::-webkit-search-cancel-button {
  display: block;
  position: relative;
  right: 0.1875rem;
  -webkit-appearance: none;
  background: url("../images/icons/search-close.svg") center center no-repeat;
  background-size: cover;
  width: 0.6875rem;
  height: 0.6875rem; }
  @media (min-width: 768px) {
    .story-search__field-mobile::-webkit-search-cancel-button, .story-search__field::-webkit-search-cancel-button {
      height: 0.8125rem;
      width: 0.8125rem; } }
  @media (min-width: 1280px) {
    .story-search__field-mobile::-webkit-search-cancel-button, .story-search__field::-webkit-search-cancel-button {
      width: 0.59375rem;
      height: 0.59375rem; } }
  @media (min-width: 1920px) {
    .story-search__field-mobile::-webkit-search-cancel-button, .story-search__field::-webkit-search-cancel-button {
      width: 0.6875rem;
      height: 0.6875rem; } }

.search-story-title {
  font-family: "Archivo-SemiBold";
  font-size: 0.625rem;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0.11rem;
  text-align: left;
  color: #000;
  text-transform: uppercase;
  margin-top: 1.0625rem; }
  @media (min-width: 768px) {
    .search-story-title {
      font-size: 0.6875rem;
      line-height: 2.09;
      letter-spacing: 0.12125rem;
      text-align: center;
      margin-top: 1.375rem; } }
  @media (min-width: 1280px) {
    .search-story-title {
      font-size: 0.5625rem;
      line-height: 1.33;
      letter-spacing: 0.09875rem;
      text-align: left;
      margin-top: 1.0625rem; } }
  @media (min-width: 1920px) {
    .search-story-title {
      font-size: 0.625rem;
      line-height: 1.2;
      letter-spacing: 0.11rem;
      margin-top: 1.125rem; } }

.search-story-name {
  font-family: "Butler-Light";
  font-size: 1.5rem;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.92;
  letter-spacing: 0.03rem;
  text-align: left;
  color: #000;
  text-transform: uppercase;
  margin-top: 0.875rem;
  margin-bottom: 0;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  display: -moz-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 4.125rem;
  padding-top: 0.0625rem; }
  @media (min-width: 768px) {
    .search-story-name {
      line-height: 1;
      text-align: center;
      margin-top: 0.75rem;
      height: 4.375rem; } }
  @media (min-width: 1280px) {
    .search-story-name {
      font-size: 1.125rem;
      line-height: 1.22;
      letter-spacing: 0.0225rem;
      text-align: left;
      margin-top: 1.0625rem;
      -webkit-line-clamp: 2;
      height: 2.5rem; } }
  @media (min-width: 1920px) {
    .search-story-name {
      font-size: 1.25rem;
      line-height: 1.35;
      letter-spacing: 0.025rem;
      margin-top: 1.0625rem;
      height: 2.9375rem; } }

.story-items {
  margin: 3.375rem 0.65625rem 0; }
  @media (min-width: 768px) {
    .story-items {
      margin: 5.0625rem 0.65625rem 0; } }
  @media (min-width: 1280px) {
    .story-items {
      margin: 0;
      padding: 0 2.375rem; } }
  @media (min-width: 1920px) {
    .story-items {
      padding: 0 2.9375rem; } }

.story-item {
  width: 50%;
  padding: 0 0.53125rem 1.75rem; }
  @media (min-width: 768px) {
    .story-item {
      width: 33.33%;
      padding: 0 0.59375rem 3.375rem; } }
  @media (min-width: 1280px) {
    .story-item {
      width: 100%;
      padding: 0 0.84375rem 3.125rem; } }
  @media (min-width: 1920px) {
    .story-item {
      padding: 0 0.71875rem 2.5625rem; } }
  .story-item img {
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 0.5rem; }
    @media (min-width: 768px) {
      .story-item img {
        border-radius: 0.375rem; } }
    @media (min-width: 1280px) {
      .story-item img {
        border-radius: 0.5rem; } }
  .story-item a:hover, .story-item a:active {
    text-decoration: none; }
  .story-item .search-story-img {
    position: relative;
    padding-bottom: 138.13%; }
    @media (min-width: 768px) {
      .story-item .search-story-img {
        padding-bottom: 159.16%; } }
    @media (min-width: 1280px) {
      .story-item .search-story-img {
        padding-bottom: 100%; } }
    .story-item .search-story-img img {
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }

.story-results {
  max-height: none;
  overflow-y: auto !important;
  padding: 0 !important;
  margin-bottom: 0 !important; }
  @media (min-width: 1280px) {
    .story-results .slick-next {
      top: 30%;
      right: 0;
      width: 0.9375rem;
      height: 1.6875rem; } }
  @media (min-width: 1920px) {
    .story-results .slick-next {
      width: 1.375rem;
      height: 2.5625rem; } }
  @media (min-width: 1280px) {
    .story-results .slick-next::before {
      content: '';
      background: url("../images/icons/right-arrow-icon-black.svg") center center no-repeat;
      background-size: cover;
      opacity: 1;
      position: absolute;
      top: 0;
      left: 0;
      width: 0.9375rem;
      height: 1.6875rem; } }
  @media (min-width: 1920px) {
    .story-results .slick-next::before {
      width: 1.375rem;
      height: 2.5625rem; } }
  @media (min-width: 1280px) {
    .story-results .slick-prev {
      top: 30%;
      width: 0.875rem;
      height: 1.6875rem;
      left: 0; } }
  @media (min-width: 1920px) {
    .story-results .slick-prev {
      width: 1.375rem;
      height: 2.5625rem; } }
  @media (min-width: 1280px) {
    .story-results .slick-prev::before {
      content: '';
      background: url("../images/icons/left-arrow-icon-black.svg") center center no-repeat;
      background-size: cover;
      opacity: 1;
      position: absolute;
      top: 0;
      left: 0;
      width: 0.9375rem;
      height: 1.6875rem; } }
  @media (min-width: 1920px) {
    .story-results .slick-prev::before {
      width: 1.375rem;
      height: 2.5625rem; } }

.story-search__suggestions-container {
  display: none; }
  @media (min-width: 1280px) {
    .story-search__suggestions-container {
      display: block;
      width: 100vw;
      background-color: #ffffff;
      z-index: 9999;
      left: 0;
      top: calc(100%) !important; } }
  .story-search__suggestions-container .plp__pagination {
    display: none; }
  @media (min-width: 1280px) {
    .story-search__suggestions-container .story-item {
      width: 25%; } }

@media (min-width: 1280px) {
  .suggestions-products-module {
    padding: 0 2.375rem; } }

@media (min-width: 1920px) {
  .suggestions-products-module {
    padding: 0 2.5rem 0 2.5625rem; } }

.sticky_feature {
  position: fixed;
  width: 100%;
  left: 0;
  z-index: 999;
  background-color: #ffffff; }

.story-title {
  font-family: "Archivo-SemiBold";
  font-size: 0.625rem;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0.11rem;
  text-align: left;
  color: #000;
  text-transform: uppercase;
  margin-top: 1.0625rem; }
  @media (min-width: 768px) {
    .story-title {
      font-size: 0.6875rem;
      line-height: 2.09;
      letter-spacing: 0.12125rem;
      text-align: center;
      margin-top: 1.375rem; } }
  @media (min-width: 1280px) {
    .story-title {
      text-align: left; } }
  @media (min-width: 1920px) {
    .story-title {
      font-size: 0.75rem;
      line-height: 1;
      letter-spacing: 0.13187rem;
      margin-top: 1.625rem; } }
  .story-title:hover {
    text-decoration: none; }

.page {
  overflow: inherit; }

.story-name {
  font-family: "Butler-Light";
  font-size: 1.5rem;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.92;
  letter-spacing: 0.03rem;
  text-align: left;
  color: #000;
  text-transform: uppercase;
  margin-top: 0.875rem;
  margin-bottom: 0;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  display: -moz-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 4.125rem;
  padding-top: 0.0625rem; }
  @media (min-width: 768px) {
    .story-name {
      line-height: 1;
      text-align: center;
      margin-top: 0.75rem;
      height: 4.375rem; } }
  @media (min-width: 1280px) {
    .story-name {
      text-align: left;
      margin-top: 1.0625rem;
      height: 3rem;
      -webkit-line-clamp: 2;
      line-clamp: 2; } }
  @media (min-width: 1920px) {
    .story-name {
      font-size: 1.875rem;
      line-height: 0.9;
      letter-spacing: 0.0375rem;
      margin-top: 1.125rem;
      height: 3.375rem; } }
  .story-name:hover {
    text-decoration: none; }

.story-img {
  position: relative;
  padding-bottom: 138.13%; }
  .story-img img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  @media (min-width: 768px) {
    .story-img {
      padding-bottom: 159.15%; } }
  @media (min-width: 1280px) {
    .story-img {
      padding-bottom: 138.73%; } }
  @media (min-width: 1920px) {
    .story-img {
      padding-bottom: 138.88%; } }

.featured-all-stories {
  margin: 0 0.6875rem 0 0.75rem; }
  @media (min-width: 768px) {
    .featured-all-stories {
      margin: 1.875rem 0.65625rem 0 0.65625rem; } }
  @media (min-width: 1280px) {
    .featured-all-stories {
      margin: 2.1875rem 1.21875rem 0 1.28125rem; } }
  @media (min-width: 1920px) {
    .featured-all-stories {
      margin: 3.25rem 1.875rem 0 1.875rem; } }
  .featured-all-stories .content-asset {
    margin: 0 -0.6875rem 0 -0.75rem; }
    @media (min-width: 768px) {
      .featured-all-stories .content-asset {
        margin: 0 -0.65625rem; } }
    @media (min-width: 1280px) {
      .featured-all-stories .content-asset {
        margin: 0 -1.21875rem 0 -1.28125rem; } }
    @media (min-width: 1920px) {
      .featured-all-stories .content-asset {
        margin: 0 -1.875rem; } }

.story-list__grid {
  width: 50%;
  padding: 0 0.5rem;
  margin-bottom: 1.25rem; }
  @media (min-width: 768px) {
    .story-list__grid {
      width: 33.333%;
      padding: 0 0.59375rem;
      margin-bottom: 3rem; } }
  @media (min-width: 1280px) {
    .story-list__grid {
      width: 25%;
      padding: 0 0.40625rem;
      margin-bottom: 3.125rem; } }
  @media (min-width: 1920px) {
    .story-list__grid {
      padding: 0 0.625rem;
      margin-bottom: 3.8125rem; } }
  .story-list__grid a:hover, .story-list__grid a:active {
    text-decoration: none; }
  .story-list__grid img {
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 0.5rem; }
    @media (min-width: 768px) {
      .story-list__grid img {
        border-radius: 0.375rem; } }
    @media (min-width: 1280px) {
      .story-list__grid img {
        border-radius: 0.5rem; } }

.story-link {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

.view-less {
  font-family: "Archivo-Medium";
  font-size: 0.75rem;
  font-weight: 500 !important;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 1.5px;
  line-height: 1;
  text-align: center;
  color: white;
  background: black;
  width: 120px;
  border-radius: 8px;
  height: 60px;
  padding: 23px 10px;
  border: 0.5px solid #000;
  text-transform: uppercase;
  margin: auto;
  display: block; }
  .view-less:hover {
    color: #ffffff;
    text-decoration: none; }

.features-hero-link {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

.features-carousel .slick-slide {
  height: auto; }

.features-carousel .slick-track {
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.features-carousel .slick-list {
  width: 100%;
  height: 100%; }

.features-frette-loves-design {
  margin: 40px 0; }

.frette-loves-design__title {
  font-family: 'Archivo-ExtraLight';
  font-size: 20px;
  font-weight: 200;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.55;
  letter-spacing: 3px;
  text-align: center;
  color: #000;
  padding: 0 0 30px; }
  @media (min-width: 768px) {
    .frette-loves-design__title {
      font-size: 16px;
      line-height: 1.94;
      letter-spacing: 2.4px;
      padding: 0 0 30px; } }
  @media (min-width: 1280px) {
    .frette-loves-design__title {
      padding: 0 0 30px; } }
  @media (min-width: 1920px) {
    .frette-loves-design__title {
      font-size: 20px;
      line-height: 1.55;
      letter-spacing: 3px;
      padding: 0 0 30px; } }


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