.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999999;
  background: #F8F7F3;
  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; }
  .loader.hide {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 1s;
    transition: 1s; }
    .loader.hide img, .loader.hide svg {
      opacity: 0; }
  .loader.show {
    opacity: 1;
    visibility: visible;
    -webkit-transition: .4s;
    transition: .4s; }
    .loader.show img, .loader.show svg {
      opacity: 1;
      -webkit-transition: 0s;
      transition: 0s; }

@media (max-width: 767px) {
  .main-content {
    padding-top: 30px; } }

.home-our-designers__title {
  text-align: center;
  margin: -40px 0 70px 0; }
  @media (max-width: 767px) {
    .home-our-designers__title {
      margin-top: 0; } }
  .home-our-designers__title h5 {
    font-family: 'MaisonNeue-Bold', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 21px;
    letter-spacing: 0.96px;
    color: #000000; }

.home-our-designers__subtitle {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 80px auto; }
  .home-our-designers__subtitle p {
    font-family: "MaisonNeue-Book", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    /* or 171% */
    text-align: center;
    letter-spacing: 0.96px;
    color: #000000; }

.home-our-designers__content {
  text-align: center;
  max-width: calc(1440px - 2 * 140px);
  margin: 80px auto 0 auto; }
  .home-our-designers__content span {
    font-family: 'MaisonNeue-Light', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.96px;
    color: #000000;
    margin: 0 30px;
    text-transform: uppercase; }
    @media (max-width: 767px) {
      .home-our-designers__content span {
        font-size: 16px;
        line-height: 20px;
        margin: 9px 10px; } }
    @media (max-width: 450px) {
      .home-our-designers__content span {
        font-size: 14px;
        line-height: 18px;
        margin: 9px 8px; } }
  @media (max-width: 767px) {
    .home-our-designers__content .desktop-br {
      display: none; } }
  .home-our-designers__content .mobile-br {
    display: none; }
    @media (max-width: 767px) {
      .home-our-designers__content .mobile-br {
        display: inline-block; } }

.home-our-designers__footer {
  font-family: 'MaisonNeue-Light', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.96px;
  color: #000000;
  max-width: 740px;
  margin: 120px auto 160px auto; }
  .home-our-designers__footer p {
    font-family: "MaisonNeue-Book", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    /* or 171% */
    text-align: center;
    letter-spacing: 0.96px;
    color: #000000; }

.vendor-page-version-a__title {
  text-align: center;
  margin: -40px 0 70px 0; }
  @media (max-width: 767px) {
    .vendor-page-version-a__title {
      margin-top: 0; } }
  .vendor-page-version-a__title h1 {
    font-family: 'MaisonNeue-Bold', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 21px;
    letter-spacing: 0.96px;
    color: #000000; }

.vendor-page-version-a__subtitle {
  text-align: center;
  max-width: 524px;
  margin: 0 auto 80px auto; }
  .vendor-page-version-a__subtitle p {
    font-family: "MaisonNeue-Book", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    /* or 171% */
    text-align: center;
    letter-spacing: 0.96px;
    color: #000000; }

.vendor-page-version-a__img-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: calc(1440px - 2 * 135px);
  margin: 0 auto; }
  @media (max-width: 767px) {
    .vendor-page-version-a__img-row {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      padding: 0 25px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; } }
  .vendor-page-version-a__img-row .img {
    max-width: 375px; }
    @media (max-width: 767px) {
      .vendor-page-version-a__img-row .img {
        max-width: 100%;
        width: 100%; } }
    .vendor-page-version-a__img-row .img img {
      width: 100%; }
  .vendor-page-version-a__img-row .text {
    max-width: 660px; }
    @media (max-width: 767px) {
      .vendor-page-version-a__img-row .text {
        max-width: 100%;
        width: 100%;
        text-align: center;
        margin: 50px auto; } }
    .vendor-page-version-a__img-row .text h4 {
      font-family: 'MaisonNeue-Bold', sans-serif;
      font-style: normal;
      font-weight: bold;
      font-size: 16px;
      line-height: 24px;
      letter-spacing: 0.96px;
      color: #000000; }
    .vendor-page-version-a__img-row .text p {
      font-family: "MaisonNeue-Book", sans-serif;
      font-style: normal;
      font-weight: 300;
      font-size: 14px;
      line-height: 24px;
      /* or 150% */
      letter-spacing: 0.96px;
      color: #000000; }
  .vendor-page-version-a__img-row--last {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px); }
    @media (max-width: 767px) {
      .vendor-page-version-a__img-row--last {
        -webkit-transform: none;
                transform: none;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }

.vendor-page-version-a__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: calc(1440px - 2 * 65px);
  margin: 0 auto;
  margin-top: 150px; }
  @media (max-width: 767px) {
    .vendor-page-version-a__grid {
      margin-top: 50px; } }
  .vendor-page-version-a__grid-item {
    width: calc(100% / 5);
    text-align: center;
    margin-bottom: 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    @media (max-width: 767px) {
      .vendor-page-version-a__grid-item {
        width: calc(100% / 2); } }
    .vendor-page-version-a__grid-item .img {
      margin-bottom: 25px;
      max-width: 191px; }
    .vendor-page-version-a__grid-item .content {
      color: #000000;
      font-family: "MaisonNeue-Bold", sans-serif;
      font-size: 12px;
      font-weight: 600;
      letter-spacing: 0.16px;
      font-style: normal;
      line-height: 13px;
      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;
      width: 100%;
      max-width: 191px; }
      .vendor-page-version-a__grid-item .content .vendor {
        color: #202020;
        font-size: 0.85714em;
        font-weight: 600;
        letter-spacing: 0.16px;
        text-transform: uppercase;
        font-family: "MaisonNeue-Book", sans-serif;
        margin: 0 5px; }
      .vendor-page-version-a__grid-item .content .price {
        color: #000000;
        font-family: "MaisonNeue-Light", sans-serif;
        font-size: 12px;
        font-weight: 300;
        letter-spacing: 0.16px;
        width: auto;
        margin: 0 5px; }
    .vendor-page-version-a__grid-item .title {
      font-family: 'MaisonNeue-Bold', sans-serif;
      font-style: normal;
      font-weight: bold;
      line-height: 13px;
      margin-top: 8px;
      text-transform: uppercase;
      color: #202020;
      font-size: 0.85714em; }
    @media (max-width: 767px) {
      .vendor-page-version-a__grid-item:last-child {
        display: none; } }

.vendor-page-version-a__cta {
  margin-bottom: 80px;
  text-align: center; }
  .vendor-page-version-a__cta a {
    font-family: 'MaisonNeue-Book', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 17px;
    /* identical to box height */
    letter-spacing: 0.96px;
    color: #FFFFFF;
    background: #000;
    width: auto;
    padding: 0 10px;
    height: 40px;
    margin: 0 auto;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .vendor-page-version-a__cta a:hover {
      color: #fff; }

.vendor-page-version-b__title {
  text-align: center;
  margin: -40px 0 70px 0; }
  @media (max-width: 767px) {
    .vendor-page-version-b__title {
      margin-top: 0; } }
  .vendor-page-version-b__title h1 {
    font-family: 'MaisonNeue-Bold', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 21px;
    letter-spacing: 0.96px;
    color: #000000; }

.vendor-page-version-b__subtitle {
  text-align: center;
  max-width: 560px;
  margin: 0 auto 130px auto; }
  .vendor-page-version-b__subtitle p {
    font-family: "MaisonNeue-Book", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    /* or 171% */
    text-align: center;
    letter-spacing: 0.96px;
    color: #000000; }

.vendor-page-version-b__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: calc(1440px - 2 * 115px);
  margin: 0 auto; }
  .vendor-page-version-b__grid-item {
    width: calc(100% / 5);
    text-align: center;
    margin-bottom: 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    @media (max-width: 767px) {
      .vendor-page-version-b__grid-item {
        width: calc(100% / 2); } }
    .vendor-page-version-b__grid-item .img {
      margin-bottom: 25px;
      max-width: 191px; }
    .vendor-page-version-b__grid-item .content {
      color: #000000;
      font-family: "MaisonNeue-Bold";
      font-size: 12px;
      font-weight: 600;
      letter-spacing: 0.16px;
      font-style: normal;
      line-height: 13px;
      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;
      width: 100%;
      max-width: 191px; }
      .vendor-page-version-b__grid-item .content .vendor {
        color: #202020;
        font-size: 0.85714em;
        font-weight: 600;
        letter-spacing: 0.16px;
        text-transform: uppercase;
        font-family: "MaisonNeue-Book", sans-serif;
        margin: 0 5px; }
      .vendor-page-version-b__grid-item .content .price {
        color: #000000;
        font-family: "MaisonNeue-Light", sans-serif;
        font-size: 12px;
        font-weight: 300;
        letter-spacing: 0.16px;
        width: auto;
        margin: 0 5px; }
    .vendor-page-version-b__grid-item .title {
      font-family: 'MaisonNeue-Bold', sans-serif;
      font-style: normal;
      font-weight: bold;
      line-height: 13px;
      margin-top: 8px;
      color: #202020;
      font-size: 0.85714em;
      text-transform: uppercase; }
    @media (max-width: 767px) {
      .vendor-page-version-b__grid-item:last-child {
        display: none; } }

.vendor-page-version-b__cta {
  margin-bottom: 80px;
  text-align: center; }
  .vendor-page-version-b__cta a {
    font-family: 'MaisonNeue-Book', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 17px;
    /* identical to box height */
    letter-spacing: 0.96px;
    color: #FFFFFF;
    background: #000;
    width: auto;
    padding: 0 10px;
    height: 40px;
    margin: 0 auto;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .vendor-page-version-b__cta a:hover {
      color: #fff; }
  .vendor-page-version-b__cta br {
    display: none; }

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