@charset "UTF-8";
/* =============================================================== */
/* Typography TW 繁體字型
/* =============================================================== */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200..900&display=swap");
/* =============================================================== */
/* Typography EN 英文字型
/* =============================================================== */
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400..700;1,400..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Alegreya:ital,wght@0,400..900;1,400..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rufina:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
/* =============================================================== */
/* Typography Number 數字,英文 字型
/* =============================================================== */
@import url("https://fonts.googleapis.com/css2?family=Bitter:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Graduate&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Fjalla+One&display=swap");
/***************************************************************************/
/*                              Color Style                                */
/***************************************************************************/
.success {
  color: #198754;
}

.danger {
  color: #dc3545;
}

.warning {
  color: #ffc107;
}

.info {
  color: #0dcaf0;
}

.bg--success {
  background-color: #198754;
}

.bg--danger {
  background-color: #dc3545;
}

.bg--warning {
  background-color: #ffc107;
}

.bg--info {
  background-color: #0dcaf0;
}

/* =============================================================== */
/* Spacing Scale（間距尺度系統）
/* =============================================================== */
/***************************************************************************/
/*                                 Typography                              */
/***************************************************************************/
.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.25;
}
@media screen and (min-width: 1190px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.25;
}
@media screen and (min-width: 1190px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.25;
}
@media screen and (min-width: 1190px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.25;
}
@media screen and (min-width: 1190px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.25;
}
@media screen and (min-width: 1190px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.25;
}
@media screen and (min-width: 1190px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

body {
  font-family: "Noto Sans TC", "Microsoft Jhenghei", "微軟正黑體", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: #495057;
  -webkit-text-size-adjust: none;
  text-rendering: optimizeLegibility;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Noto Serif TC", serif;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #495057;
  margin-top: 0;
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
  margin-bottom: 1.8125rem;
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
  margin-bottom: 0.8125rem;
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
  margin-bottom: 1rem;
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
  margin-bottom: 1.3125rem;
}

h5, .h5 {
  font-size: 1.25rem;
  margin-bottom: 1.5rem;
}

h6, .h6 {
  font-size: 1rem;
  margin-bottom: 0.375rem;
}

@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
    line-height: 3.75rem;
  }
  h2, .h2 {
    font-size: 2rem;
    line-height: 3rem;
  }
  h3, .h3 {
    font-size: 1.75rem;
    line-height: 2.625rem;
  }
  h4, .h4 {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
  h5, .h5 {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
  h6, .h6 {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 1200px) {
  h1, .h1 {
    margin-bottom: 2.25rem;
  }
  h2, .h2 {
    margin-bottom: 1.5rem;
  }
  h3, .h3 {
    margin-bottom: 1.875rem;
  }
  h4, .h4 {
    margin-bottom: 0.75rem;
  }
  h5, .h5 {
    margin-bottom: 1.125rem;
  }
  h6, .h6 {
    margin-bottom: 0rem;
  }
}
p, li, th, td {
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0.2px;
  color: #495057;
  margin-bottom: 1.5rem;
}

th, td {
  line-height: 1.25rem;
  margin-bottom: 0;
}

p.small {
  font-size: 0.85rem;
  line-height: 1.5rem;
}

dl, ol, ul {
  margin-bottom: 1.5rem;
  line-height: 1.5rem;
}

ul li {
  margin-bottom: 0.5rem;
}

p:last-child, li:last-child {
  margin-bottom: 0;
}

.content {
  margin: 0 auto;
}

.v14-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background-color: transparent;
}

.v14-nav__inner {
  height: 80px;
}

.v14-nav__logo {
  font-family: "Noto Serif TC", serif;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.25rem;
  color: #FAF8F5;
  text-decoration: none;
}

.v14-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 2.5rem;
}

.v14-nav__list li {
  margin-bottom: 0;
}

.v14-nav__links {
  gap: 2.5rem;
}

.v14-nav__link {
  text-decoration: none;
  font-size: 0.875rem;
  color: rgba(250, 248, 245, 0.8);
  letter-spacing: 0.0625rem;
}
.v14-nav__link:hover {
  color: #C9A96E;
}

.v14-nav__cta {
  text-decoration: none;
  font-size: 0.875rem;
  color: #C9A96E;
  letter-spacing: 0.0625rem;
  padding: 0.5rem 1.75rem;
  border: 0.0625rem solid #C9A96E;
}
.v14-nav__cta:hover {
  background-color: rgba(201, 169, 110, 0.15);
}

.v14-hero {
  position: relative;
  height: 800px;
  overflow: hidden;
  background-color: #1A1A1A;
}

.v14-hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.55;
}

.v14-hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(26, 26, 26, 0.9)), color-stop(60%, rgba(26, 26, 26, 0.3)));
  background: linear-gradient(to top, rgba(26, 26, 26, 0.9) 0%, rgba(26, 26, 26, 0.3) 60%);
}

.v14-hero .wrap {
  position: relative;
  z-index: 2;
  height: 100%;
}

.v14-hero__inner {
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  padding-bottom: 5rem;
  padding-left: 5rem;
}

.v14-hero__line {
  width: 48px;
  height: 1px;
  background-color: #C9A96E;
  margin-bottom: 1.25rem;
}

.v14-hero__eyebrow {
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.25rem;
  color: #C9A96E;
  margin-bottom: 1.25rem;
}

.v14-hero__h2 {
  font-family: "Noto Serif TC", serif;
  font-size: 4rem;
  font-weight: 700;
  color: #FAF8F5;
  line-height: 1.25;
  letter-spacing: 0.125rem;
  margin-bottom: 1.25rem;
}

.v14-hero__sub {
  font-size: 1rem;
  color: rgba(250, 248, 245, 0.8);
  line-height: 1.8;
  max-width: 680px;
  margin-bottom: 2rem;
}

.v14-hero__btn {
  display: inline-block;
  text-decoration: none;
  font-size: 0.875rem;
  color: #C9A96E;
  letter-spacing: 0.125rem;
  padding: 0.75rem 2.5rem;
  border: 0.0625rem solid #C9A96E;
}
.v14-hero__btn:hover {
  background-color: rgba(201, 169, 110, 0.15);
}

.v14-vp {
  background-color: #FAF8F5;
}

.v14-vp__inner {
  align-items: stretch;
}

.v14-vp__left {
  flex: 0 0 640px;
  background-color: #FAF8F5;
}

.v14-vp__text {
  flex: 1;
  flex-direction: column;
  justify-content: center;
  gap: 1.75rem;
  padding: 6.25rem 5rem;
}

.v14-vp__label {
  font-size: 0.6875rem;
  font-weight: 400;
  letter-spacing: 0.1875rem;
  color: #C9A96E;
}

.v14-vp__h2 {
  font-family: "Noto Serif TC", serif;
  font-weight: 600;
  font-size: 2.375rem;
  color: #1A1A1A;
  line-height: 1.35;
  margin-bottom: 0;
}

.v14-vp__rule {
  width: 40px;
  height: 1px;
  background-color: #C9A96E;
}

.v14-vp__body {
  font-size: 0.9375rem;
  color: rgba(26, 26, 26, 0.7);
  line-height: 1.9;
  margin-bottom: 0;
  max-width: 480px;
}

.v14-vp__right {
  flex: 1;
  flex-direction: column;
}

.v14-vp__row {
  flex: 1;
}

.v14-vp__stat {
  flex: 1;
  flex-direction: column;
  justify-content: center;
  padding: 3.5rem 3rem;
}

.v14-vp__stat--dark {
  background-color: #1A1A1A;
}

.v14-vp__stat--dark2 {
  background-color: rgb(43.85, 43.85, 43.85);
}

.v14-vp__num {
  font-family: "Noto Serif TC", serif;
  font-size: 3.25rem;
  font-weight: 600;
  color: #C9A96E;
  line-height: 1;
  margin-bottom: 0.5rem;
  text-align: center;
}

.v14-vp__stat-label {
  font-size: 0.875rem;
  color: rgba(250, 248, 245, 0.7);
  margin-bottom: 0;
  text-align: center;
}

.v14-feat {
  background-color: #FAF8F5;
  padding: 6.25rem 0;
}

.v14-feat__top {
  margin-bottom: 3rem;
}

.v14-feat__label {
  font-size: 0.6875rem;
  font-weight: 400;
  letter-spacing: 0.25rem;
  color: #C9A96E;
  align-self: flex-end;
}

.v14-feat__h2 {
  font-family: "Noto Serif TC", serif;
  font-weight: 600;
  font-size: 2rem;
  color: #1A1A1A;
  margin-bottom: 0;
}

.v14-feat__card {
  background-color: #fff;
  overflow: hidden;
  border-radius: 0.25rem;
  border: 0.0625rem solid #E8E0D0;
}

.v14-feat__img-wrap {
  overflow: hidden;
}

.v14-feat__img {
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.v14-feat__body {
  padding: 1.5rem 1.25rem;
  flex-direction: column;
  gap: 0.75rem;
}

.v14-feat__title {
  font-family: "Noto Serif TC", serif;
  font-size: 1.0625rem;
  font-weight: 600;
  color: #1A1A1A;
  margin-bottom: 0;
}

.v14-feat__desc {
  font-size: 0.8125rem;
  color: rgba(26, 26, 26, 0.65);
  line-height: 1.7;
  margin-bottom: 0;
}

.v14-exp {
  background-color: #2C2C2C;
}

.v14-exp__inner {
  align-items: stretch;
}

.v14-exp__img-wrap {
  flex: 0 0 720px;
  overflow: hidden;
  position: relative;
}

.v14-exp__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.v14-exp__text {
  flex: 1;
}

.v14-exp__content {
  flex: 1;
  flex-direction: column;
  justify-content: center;
  gap: 1.75rem;
  padding: 6.25rem 4.5rem;
}

.v14-exp__label {
  font-size: 0.6875rem;
  font-weight: 400;
  letter-spacing: 0.25rem;
  color: #C9A96E;
}

.v14-exp__h2 {
  font-family: "Noto Serif TC", serif;
  font-weight: 600;
  font-size: 2.25rem;
  color: #FAF8F5;
  line-height: 1.4;
  margin-bottom: 0;
}

.v14-exp__rule {
  width: 40px;
  height: 1px;
  background-color: #C9A96E;
}

.v14-exp__body {
  font-size: 1rem;
  color: rgba(250, 248, 245, 0.75);
  line-height: 1.95;
  margin-bottom: 0;
}

.v14-exp__quote {
  background-color: #3A3A3A;
  border-radius: 0.125rem;
  padding: 1.5rem 1.25rem;
  flex-direction: column;
  gap: 0.5rem;
}

.v14-exp__quote-text {
  font-family: "Noto Serif TC", serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #FAF8F5;
  line-height: 1.7;
  margin-bottom: 0;
}

.v14-exp__quote-auth {
  font-size: 0.75rem;
  color: #C9A96E;
  margin-bottom: 0;
}

.v14-gal {
  background-color: #FAF8F5;
  padding: 6.25rem 0;
}

.v14-gal__top {
  margin-bottom: 2.5rem;
}

.v14-gal__label {
  font-size: 0.6875rem;
  font-weight: 400;
  letter-spacing: 0.25rem;
  color: #C9A96E;
  align-self: flex-end;
}

.v14-gal__h2 {
  font-family: "Noto Serif TC", serif;
  font-weight: 600;
  font-size: 2rem;
  color: #1A1A1A;
  margin-bottom: 0;
}

.v14-gal__main {
  height: 560px;
  gap: 0.75rem;
  margin-bottom: 2.5rem;
}

.v14-gal__big {
  flex: 0 0 860px;
  overflow: hidden;
  border-radius: 0.25rem;
  position: relative;
}

.v14-gal__big-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.v14-gal__side {
  flex: 1;
  flex-direction: column;
  gap: 0.75rem;
}

.v14-gal__sm {
  flex: 1;
  overflow: hidden;
  border-radius: 0.25rem;
  position: relative;
}

.v14-gal__sm-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.v14-gal__caption {
  font-size: 0.75rem;
  color: rgba(26, 26, 26, 0.4);
  letter-spacing: 0.125rem;
  margin-bottom: 0;
}

.v14-tes {
  background-color: #1A1A1A;
  padding: 6.25rem 0;
}

.v14-tes__hdr {
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 3.5rem;
  gap: 1rem;
}

.v14-tes__label {
  font-size: 0.6875rem;
  font-weight: 400;
  letter-spacing: 0.25rem;
  color: #C9A96E;
}

.v14-tes__h2 {
  font-family: "Noto Serif TC", serif;
  font-weight: 600;
  font-size: 2rem;
  color: #FAF8F5;
  margin-bottom: 0;
}

.v14-tes__card {
  background-color: #2C2C2C;
  border-radius: 0.125rem;
  padding: 3rem 2.5rem;
  flex-direction: column;
  gap: 1.5rem;
}

.v14-tes__quote {
  font-family: "Noto Serif TC", serif;
  font-size: 1rem;
  color: #FAF8F5;
  line-height: 1.95;
  margin-bottom: 0;
}

.v14-tes__rule {
  width: 32px;
  height: 1px;
  background-color: #C9A96E;
}

.v14-tes__author {
  font-size: 0.875rem;
  color: #C9A96E;
  margin-bottom: 0;
}

.v14-proc {
  background-color: #FAF8F5;
  padding: 6.25rem 0;
}

.v14-proc__hdr {
  flex-direction: column;
  margin-bottom: 3.5rem;
  gap: 3.5rem;
}

.v14-proc__label {
  font-size: 0.6875rem;
  font-weight: 400;
  letter-spacing: 0.25rem;
  color: #C9A96E;
}

.v14-proc__h2 {
  font-family: "Noto Serif TC", serif;
  font-weight: 600;
  font-size: 2rem;
  color: #1A1A1A;
  margin-bottom: 0;
}

.v14-proc__steps {
  gap: 0.125rem;
}

.v14-proc__step {
  flex: 1;
  flex-direction: column;
  padding: 2.5rem 2rem;
  background-color: #F5F0E8;
  gap: 1rem;
}

.v14-proc__step--dark {
  background-color: #1A1A1A;
}

.v14-proc__num {
  font-family: "Noto Serif TC", serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: #C9A96E;
  line-height: 1;
  margin-bottom: 0;
}

.v14-proc__title {
  font-family: "Noto Serif TC", serif;
  font-size: 1rem;
  font-weight: 600;
  color: #1A1A1A;
  margin-bottom: 0;
}

.v14-proc__step--dark .v14-proc__title {
  color: #FAF8F5;
}

.v14-proc__desc {
  font-size: 0.875rem;
  color: rgba(26, 26, 26, 0.6);
  line-height: 1.6;
  margin-bottom: 0;
}

.v14-proc__step--dark .v14-proc__desc {
  color: rgba(250, 248, 245, 0.55);
}

.v14-cta {
  position: relative;
  background-color: #111111;
  height: 560px;
  overflow: hidden;
}

.v14-cta__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.4;
}

.v14-cta__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(26, 26, 26, 0.6);
}

.v14-cta .wrap {
  position: relative;
  z-index: 2;
  height: 100%;
}

.v14-cta__inner {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
  gap: 1.5rem;
}

.v14-cta__label {
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.1875rem;
  color: #C9A96E;
}

.v14-cta__h2 {
  font-family: "Noto Serif TC", serif;
  font-size: 3.5rem;
  font-weight: 600;
  color: #FAF8F5;
  line-height: 1.3;
  margin-bottom: 0;
}

.v14-cta__sub {
  font-size: 1rem;
  color: rgba(250, 248, 245, 0.75);
  line-height: 1.7;
  max-width: 560px;
  margin-bottom: 0;
}

.v14-cta__btn {
  display: inline-block;
  text-decoration: none;
  font-size: 0.9375rem;
  color: #C9A96E;
  letter-spacing: 0.1875rem;
  padding: 1rem 3.5rem;
  border: 0.0625rem solid #C9A96E;
}
.v14-cta__btn:hover {
  background-color: rgba(201, 169, 110, 0.15);
}

.v14-ftr {
  background-color: #0F0F0F;
  padding: 4.5rem 0;
}

.v14-ftr__top {
  margin-bottom: 2rem;
}

.v14-ftr__left {
  flex-direction: column;
  gap: 1rem;
}

.v14-ftr__brand {
  font-family: "Noto Serif TC", serif;
  font-size: 1.25rem;
  font-weight: 600;
  color: #FAF8F5;
}

.v14-ftr__gold-line {
  width: 40px;
  height: 1px;
  background-color: #C9A96E;
}

.v14-ftr__slogan {
  font-size: 0.75rem;
  color: rgba(250, 248, 245, 0.4);
  letter-spacing: 0.125rem;
}

.v14-ftr__right {
  flex-direction: column;
  align-items: flex-end;
  gap: 0.5rem;
}

.v14-ftr__addr {
  font-size: 0.75rem;
  color: rgba(250, 248, 245, 0.55);
}

.v14-ftr__phone {
  font-size: 0.75rem;
  color: rgba(250, 248, 245, 0.55);
}

.v14-ftr__hours {
  font-size: 0.75rem;
  color: rgba(250, 248, 245, 0.55);
}

.v14-ftr__legal {
  font-size: 0.6875rem;
  color: rgba(250, 248, 245, 0.3);
  margin-top: 0.25rem;
}

.v14-ftr__divider {
  height: 1px;
  background-color: rgba(201, 169, 110, 0.2);
  margin-bottom: 2rem;
}

.v14-ftr__copy {
  font-size: 0.6875rem;
  color: rgba(250, 248, 245, 0.3);
  margin-bottom: 0;
  text-align: center;
}

@media screen and (min-width: 576px) and (max-width: 1190px) {
  .v14-nav .wrap {
    padding: 0 2rem;
  }
  .v14-hero__inner {
    padding-left: 2rem;
    padding-bottom: 3rem;
  }
  .v14-hero__h2 {
    font-size: 2.5rem;
  }
  .v14-vp__inner {
    flex-direction: column;
  }
  .v14-vp__left {
    flex: none;
    width: 100%;
  }
  .v14-vp__right {
    flex: none;
    width: 100%;
  }
  .v14-exp__inner {
    flex-direction: column;
  }
  .v14-exp__img-wrap {
    flex: none;
    height: 400px;
  }
  .v14-exp__img {
    position: static;
    width: 100%;
    height: 400px;
  }
  .v14-exp__content {
    padding: 3rem 2.5rem;
  }
  .v14-gal__big {
    flex: none;
    width: 60%;
  }
  .v14-proc__steps {
    flex-wrap: wrap;
  }
  .v14-proc__step {
    flex: 0 0 calc(50% - 0.0625rem);
    padding: 2rem 1.5rem;
  }
}
@media screen and (max-width: 576px) {
  .v14-nav__list {
    display: none;
  }
  .v14-nav__cta {
    display: none;
  }
  .v14-hero {
    height: 600px;
  }
  .v14-hero__inner {
    padding-left: 1rem;
    padding-bottom: 2.5rem;
  }
  .v14-hero__h2 {
    font-size: 2.5rem;
  }
  .v14-hero__sub {
    font-size: 0.875rem;
  }
  .v14-vp__inner {
    flex-direction: column;
  }
  .v14-vp__left {
    flex: none;
    width: 100%;
  }
  .v14-vp__text {
    padding: 3rem 1rem;
  }
  .v14-vp__right {
    flex: none;
    width: 100%;
  }
  .v14-vp__row {
    flex-wrap: wrap;
  }
  .v14-vp__stat {
    flex: 0 0 50%;
  }
  .v14-exp__inner {
    flex-direction: column;
  }
  .v14-exp__img-wrap {
    flex: none;
    height: 280px;
  }
  .v14-exp__img {
    position: static;
    width: 100%;
    height: 280px;
  }
  .v14-exp__content {
    padding: 2.5rem 1rem;
  }
  .v14-gal__main {
    flex-direction: column;
    height: auto;
  }
  .v14-gal__big {
    flex: none;
    width: 100%;
    height: 280px;
  }
  .v14-gal__side {
    flex: none;
    flex-direction: row;
    height: 180px;
  }
  .v14-gal__sm {
    flex: 1;
  }
  .v14-tes {
    padding: 3rem 0;
  }
  .v14-proc__steps {
    flex-direction: column;
  }
  .v14-proc__step {
    flex: none;
    padding: 1.5rem 1rem;
  }
  .v14-cta {
    height: auto;
  }
  .v14-cta__inner {
    padding: 5rem 1rem;
    height: auto;
  }
  .v14-ftr__top {
    flex-direction: column;
    gap: 2rem;
  }
  .v14-ftr__right {
    align-items: flex-start;
  }
}