.elementor-553 .elementor-element.elementor-element-11e25266{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-553 .elementor-element.elementor-element-15103ffa{text-align:center;}.elementor-553 .elementor-element.elementor-element-15103ffa .elementor-heading-title{font-weight:bold;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-553 .elementor-element.elementor-element-a88364e{text-align:center;}.elementor-553 .elementor-element.elementor-element-a88364e p{margin-block-end:5px;}.elementor-553 .elementor-element.elementor-element-16efba2{--display:flex;}.elementor-553 .elementor-element.elementor-element-dbda722{--display:flex;}.elementor-553 .elementor-element.elementor-element-224faa78{--display:flex;}.elementor-553 .elementor-element.elementor-element-fa894d3{--display:flex;}.elementor-553 .elementor-element.elementor-element-db2e39a{--display:flex;}.elementor-553 .elementor-element.elementor-element-06521f3{--display:flex;}.elementor-553 .elementor-element.elementor-element-e1d0005{--display:flex;}/* Start custom CSS for html, class: .elementor-element-a3de6ac */.vp-order-flow {
  width: 100%;
  padding: 72px 20px;
  background: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
}

.vp-order-flow * {
  box-sizing: border-box;
}

.vp-order-flow-wrap {
  max-width: 1180px;
  margin: 0 auto;
}

.vp-order-flow-head {
  max-width: 820px;
  margin: 0 auto 42px;
  text-align: center;
}

.vp-order-flow-kicker {
  display: inline-block;
  margin-bottom: 12px;
  padding: 7px 14px;
  border-radius: 999px;
  background: #fff7f4;
  color: #d96d61;
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
}

.vp-order-flow-head h2 {
  margin: 0 0 14px;
  color: #151b26;
  font-size: 38px;
  line-height: 1.18;
  font-weight: 850;
  letter-spacing: -0.4px;
}

.vp-order-flow-head p {
  margin: 0;
  color: #4b5563;
  font-size: 16px;
  line-height: 1.75;
}

.vp-order-flow-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.vp-order-flow-card {
  position: relative;
  min-height: 310px;
  padding: 28px 28px 32px;
  border-radius: 18px;
  background: #f8fafc;
  border: 1px solid #e8edf3;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
  text-align: left;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.vp-order-flow-card:hover {
  transform: translateY(-5px);
  border-color: #e6b7ae;
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.10);
}

.vp-order-flow-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 34px;
}

.vp-order-flow-step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: #151b26;
  color: #ffffff;
  font-size: 13px;
  line-height: 1;
  font-weight: 850;
}

.vp-order-flow-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 18px;
  background: #ffffff;
  color: #d96d61;
  border: 1px solid #f0d7d3;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06);
}

.vp-order-flow-icon svg {
  width: 31px;
  height: 31px;
}

.vp-order-flow-card h3 {
  margin: 0 0 14px;
  color: #151b26;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 850;
  letter-spacing: -0.3px;
}

.vp-order-flow-card p {
  margin: 0;
  color: #5f6b7a;
  font-size: 15px;
  line-height: 1.7;
}

@media (max-width: 900px) {
  .vp-order-flow-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .vp-order-flow-card {
    min-height: auto;
  }
}

@media (max-width: 640px) {
  .vp-order-flow {
    padding: 46px 12px;
  }

  .vp-order-flow-head {
    margin-bottom: 28px;
  }

  .vp-order-flow-kicker {
    font-size: 11px;
    padding: 7px 12px;
  }

  .vp-order-flow-head h2 {
    font-size: 28px;
    line-height: 1.15;
  }

  .vp-order-flow-head p {
    font-size: 14px;
    line-height: 1.6;
  }

  .vp-order-flow-card {
    padding: 20px 18px 22px;
    border-radius: 18px;
  }

  .vp-order-flow-meta {
    margin-bottom: 20px;
  }

  .vp-order-flow-step {
    min-height: 30px;
    padding: 0 12px;
    font-size: 12px;
  }

  .vp-order-flow-icon {
    width: 52px;
    height: 52px;
    border-radius: 16px;
  }

  .vp-order-flow-icon svg {
    width: 25px;
    height: 25px;
  }

  .vp-order-flow-card h3 {
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 1.25;
  }

  .vp-order-flow-card p {
    font-size: 13px;
    line-height: 1.55;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-747224be *//* ===============================
   Promotional Scrolling Banner
   =============================== */

.promo-scroll-banner {
  width: 100%;
  overflow: hidden;
  background-color: #FFF1E6; /* soft orange accent */
  padding: 16px 0;
}

/* Moving track */
.promo-scroll-track {
  display: inline-flex;
  align-items: center;
  gap: 40px;
  white-space: nowrap;
  animation: promo-scroll 26s linear infinite;
  will-change: transform;
}

/* Text + icon */
.promo-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  font-weight: 700;
  color: #111;
  letter-spacing: 0.4px;
  transition: color 0.2s ease;
}

/* Icon style */
.promo-icon {
  width: 16px;
  height: 16px;
  stroke: #111;
  stroke-width: 2;
  fill: none;
  flex-shrink: 0;
  transition: stroke 0.2s ease;
}

/* Hover effect (desktop) */
@media (hover: hover) {
  .promo-item:hover {
    color: #E67E22;
  }

  .promo-item:hover .promo-icon {
    stroke: #E67E22;
  }
}

/* Animation */
@keyframes promo-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* ===============================
   Mobile Optimization
   =============================== */

@media (max-width: 768px) {
  .promo-scroll-banner {
    padding: 12px 0;
  }

  .promo-scroll-track {
    gap: 20px;
    animation-duration: 20s;
  }

  .promo-item {
    font-size: 15px;
  }

  .promo-icon {
    width: 14px;
    height: 14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-72f4349 */.vp-medal-value {
  width: 100%;
  padding: 78px 20px;
  background: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
}

.vp-medal-value * {
  box-sizing: border-box;
}

.vp-medal-value-wrap {
  max-width: 1180px;
  margin: 0 auto;
}

.vp-medal-value-head {
  max-width: 860px;
  margin: 0 auto 48px;
  text-align: center;
}

.vp-medal-value-kicker {
  display: inline-block;
  margin-bottom: 14px;
  padding: 7px 15px;
  border-radius: 999px;
  background: #fff7f4;
  color: #d96d61;
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
}

.vp-medal-value-head h2 {
  margin: 0 0 16px;
  color: #151b26;
  font-size: 40px;
  line-height: 1.16;
  font-weight: 850;
  letter-spacing: -0.5px;
}

.vp-medal-value-head p {
  margin: 0;
  color: #4b5563;
  font-size: 16px;
  line-height: 1.78;
}

.vp-medal-value-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
  align-items: stretch;
}

.vp-medal-value-image {
  min-height: 390px;
  border-radius: 22px;
  overflow: hidden;
  background: #f8fafc;
  border: 1px solid #e8edf3;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.08);
}

.vp-medal-value-image img {
  width: 100%;
  height: 100%;
  min-height: 390px;
  display: block;
  object-fit: cover;
}

.vp-medal-value-content {
  min-height: 390px;
  padding: 42px 40px;
  border-radius: 22px;
  background: #f8fafc;
  border: 1px solid #e8edf3;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.vp-medal-value-content h3 {
  margin: 0 0 16px;
  color: #151b26;
  font-size: 30px;
  line-height: 1.18;
  font-weight: 850;
  letter-spacing: -0.35px;
}

.vp-medal-value-content p {
  margin: 0;
  color: #5f6b7a;
  font-size: 16px;
  line-height: 1.75;
}

.vp-medal-value-content p + p {
  margin-top: 16px;
}

@media (max-width: 900px) {
  .vp-medal-value-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .vp-medal-value-content {
    min-height: auto;
  }

  .vp-medal-value-image {
    min-height: auto;
  }

  .vp-medal-value-image img {
    min-height: auto;
    aspect-ratio: 4 / 3;
  }
}

@media (max-width: 640px) {
  .vp-medal-value {
    padding: 48px 12px;
  }

  .vp-medal-value-head {
    margin-bottom: 30px;
  }

  .vp-medal-value-kicker {
    font-size: 11px;
    padding: 7px 12px;
  }

  .vp-medal-value-head h2 {
    font-size: 28px;
    line-height: 1.15;
  }

  .vp-medal-value-head p {
    font-size: 14px;
    line-height: 1.65;
  }

  .vp-medal-value-content {
    padding: 24px 20px;
    border-radius: 18px;
  }

  .vp-medal-value-content h3 {
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 1.25;
  }

  .vp-medal-value-content p {
    font-size: 14px;
    line-height: 1.6;
  }

  .vp-medal-value-image {
    border-radius: 18px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c07c743 */.award-medal-section{
  background:#fff;
  font-family:Arial, Helvetica, sans-serif;
  color:#111;
  padding:30px 0;
}

.award-wrap{
  max-width:1200px;
  margin:0 auto;
  padding:0 20px;
}

.award-block{
  display:grid;
  grid-template-columns:42% 1fr;
  gap:48px;
  align-items:center;
  padding:56px;
  margin-bottom:34px;
  background:#fff;
  border:1px solid #eee;
  border-radius:24px;
  overflow:hidden;
  content-visibility:auto;
  contain-intrinsic-size:720px;
}

.award-reverse{
  grid-template-columns:1fr 42%;
}

.award-reverse .award-image{
  order:2;
}

.award-reverse .award-content{
  order:1;
}

.award-image img{
  width:100%;
  aspect-ratio:1 / 1;
  display:block;
  object-fit:cover;
  border-radius:18px;
  box-shadow:0 14px 35px rgba(0,0,0,.08);
}

.award-label{
  display:inline-block;
  margin-bottom:12px;
  font-size:12px;
  letter-spacing:1.5px;
  text-transform:uppercase;
  color:#9a7a35;
  font-weight:700;
}

.award-content h2{
  margin:0 0 24px;
  font-size:34px;
  line-height:1.18;
  letter-spacing:-.4px;
  color:#111;
}

.award-list{
  display:block;
}

.award-item{
  border-top:1px solid #e8e8e8;
  padding:18px 0;
}

.award-item:first-child{
  border-top:0;
  padding-top:0;
}

.award-item summary{
  list-style:none;
  cursor:pointer;
  position:relative;
  padding-right:34px;
}

.award-item summary::-webkit-details-marker{
  display:none;
}

.award-item summary:after{
  content:"+";
  position:absolute;
  right:0;
  top:0;
  width:24px;
  height:24px;
  line-height:22px;
  text-align:center;
  border:1px solid #ddd;
  border-radius:50%;
  font-size:18px;
  color:#777;
}

.award-item[open] summary:after{
  content:"−";
}

.award-content h3{
  margin:0 0 5px;
  font-size:18px;
  line-height:1.35;
  color:#111;
}

.award-item summary span{
  display:block;
  font-size:13px;
  line-height:1.5;
  color:#888;
}

.award-body{
  padding-top:10px;
}

.award-content p{
  margin:0 0 10px;
  font-size:15px;
  line-height:1.72;
  color:#444;
}

.award-content p:last-child{
  margin-bottom:0;
}

/* black premium block with rounded corners */
.award-dark{
  background:#111;
  border-color:#111;
  border-radius:28px;
}

.award-dark .award-content h2,
.award-dark .award-content h3{
  color:#fff;
}

.award-dark .award-content p{
  color:#d8d8d8;
}

.award-dark .award-item{
  border-color:rgba(255,255,255,.14);
}

.award-dark .award-item summary span{
  color:#aaa;
}

.award-dark .award-item summary:after{
  border-color:rgba(255,255,255,.25);
  color:#fff;
}

.award-dark .award-image img{
  box-shadow:none;
}

/* mobile */
@media(max-width:900px){
  .award-medal-section{
    padding:20px 0;
  }

  .award-wrap{
    padding:0 14px;
  }

  .award-block,
  .award-reverse{
    grid-template-columns:1fr;
    gap:24px;
    padding:24px;
    margin-bottom:24px;
    border-radius:20px;
  }

  .award-reverse .award-image,
  .award-reverse .award-content{
    order:initial;
  }

  .award-content h2{
    font-size:25px;
    margin-bottom:18px;
  }

  .award-content h3{
    font-size:16px;
  }

  .award-content p{
    font-size:14px;
    line-height:1.65;
  }

  .award-image img{
    border-radius:14px;
    box-shadow:none;
  }

  .award-item{
    padding:15px 0;
  }

  .award-item:not([open]) .award-body{
    display:none;
  }
}

/* very small mobile */
@media(max-width:480px){
  .award-block,
  .award-reverse{
    padding:20px 16px;
  }

  .award-content h2{
    font-size:23px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-335ad6f */.vp-medal-sticky {
  width: 100%;
  padding: 80px 20px;
  background: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
}

.vp-medal-sticky * {
  box-sizing: border-box;
}

.vp-medal-sticky-wrap {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 42px;
  align-items: start;
}

.vp-medal-sticky-left {
  position: sticky;
  top: 110px;
  padding: 42px 38px;
  border-radius: 24px;
  background: #f8fafc;
  border: 1px solid #e8edf3;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.06);
}

.vp-medal-sticky-left span {
  display: inline-block;
  margin-bottom: 14px;
  padding: 7px 15px;
  border-radius: 999px;
  background: #fff7f4;
  color: #d96d61;
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
}

.vp-medal-sticky-left h2 {
  margin: 0 0 18px;
  color: #151b26;
  font-size: 38px;
  line-height: 1.16;
  font-weight: 850;
  letter-spacing: -0.5px;
}

.vp-medal-sticky-left p {
  margin: 0;
  color: #5f6b7a;
  font-size: 16px;
  line-height: 1.75;
}

.vp-medal-sticky-right {
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.vp-medal-sticky-card {
  overflow: hidden;
  border-radius: 24px;
  background: #f8fafc;
  border: 1px solid #e8edf3;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.08);
}

.vp-medal-sticky-image {
  width: 100%;
  padding: 24px 24px 0;
  background: #ffffff;
  text-align: center;
}

/* 这个才是控制照片和 webm 本身圆角 */
.vp-medal-sticky-image img,
.vp-medal-sticky-image video {
  width: 86%;
  max-height: 300px;
  margin: 0 auto;
  display: block;
  object-fit: contain;

  border-radius: 22px !important;
  overflow: hidden !important;
  clip-path: inset(0 round 22px);
  -webkit-clip-path: inset(0 round 22px);

  background: #ffffff;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.08);
  transform: translateZ(0);
}

.vp-medal-sticky-content {
  padding: 30px 36px 38px;
}

.vp-medal-sticky-content h3 {
  margin: 0 0 14px;
  color: #151b26;
  font-size: 28px;
  line-height: 1.18;
  font-weight: 850;
  letter-spacing: -0.35px;
}

.vp-medal-sticky-content p {
  margin: 0;
  color: #5f6b7a;
  font-size: 16px;
  line-height: 1.72;
}

.vp-medal-sticky-content p + p {
  margin-top: 13px;
}

.vp-medal-sticky-content strong {
  color: #151b26;
  font-weight: 800;
}

@media (max-width: 900px) {
  .vp-medal-sticky-wrap {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .vp-medal-sticky-left {
    position: relative;
    top: auto;
  }

  .vp-medal-sticky-image img,
  .vp-medal-sticky-image video {
    width: 82%;
    max-height: 280px;
    border-radius: 20px !important;
    clip-path: inset(0 round 20px);
    -webkit-clip-path: inset(0 round 20px);
  }
}

@media (max-width: 640px) {
  .vp-medal-sticky {
    padding: 48px 12px;
  }

  .vp-medal-sticky-left {
    padding: 28px 22px;
    border-radius: 20px;
  }

  .vp-medal-sticky-left span {
    font-size: 11px;
    padding: 7px 12px;
  }

  .vp-medal-sticky-left h2 {
    font-size: 28px;
    line-height: 1.15;
  }

  .vp-medal-sticky-left p {
    font-size: 14px;
    line-height: 1.6;
  }

  .vp-medal-sticky-right {
    gap: 20px;
  }

  .vp-medal-sticky-card {
    border-radius: 20px;
  }

  .vp-medal-sticky-image {
    padding: 18px 16px 0;
  }

  .vp-medal-sticky-image img,
  .vp-medal-sticky-image video {
    width: 88%;
    max-height: 230px;
    border-radius: 18px !important;
    clip-path: inset(0 round 18px);
    -webkit-clip-path: inset(0 round 18px);
  }

  .vp-medal-sticky-content {
    padding: 24px 20px 26px;
  }

  .vp-medal-sticky-content h3 {
    font-size: 22px;
    line-height: 1.25;
  }

  .vp-medal-sticky-content p {
    font-size: 14px;
    line-height: 1.6;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-be39268 */.vp-promo-cta{
  background:#fff;
  padding:40px 20px 70px;
  font-family:Arial, Helvetica, sans-serif;
}

.vp-promo-box{
  max-width:1200px;
  margin:0 auto;
  padding:36px 42px;
  background:#111;
  border-radius:24px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px;
}

.vp-promo-text span{
  display:inline-block;
  margin-bottom:10px;
  font-size:12px;
  letter-spacing:1.5px;
  text-transform:uppercase;
  color:#c9a24d;
  font-weight:700;
}

.vp-promo-text h2{
  margin:0 0 10px;
  font-size:30px;
  line-height:1.2;
  color:#fff;
}

.vp-promo-text p{
  max-width:680px;
  margin:0;
  font-size:15px;
  line-height:1.7;
  color:#d6d6d6;
}

.vp-promo-btn{
  flex-shrink:0;
  display:inline-block;
  padding:14px 24px;
  background:#fff;
  color:#111;
  border-radius:999px;
  font-size:14px;
  font-weight:700;
  text-decoration:none;
  transition:.25s ease;
}

.vp-promo-btn:hover{
  transform:translateY(-2px);
  background:#c9a24d;
  color:#111;
}

@media(max-width:768px){
  .vp-promo-cta{
    padding:28px 14px 55px;
  }

  .vp-promo-box{
    padding:28px 22px;
    border-radius:20px;
    flex-direction:column;
    align-items:flex-start;
  }

  .vp-promo-text h2{
    font-size:24px;
  }

  .vp-promo-text p{
    font-size:14px;
  }

  .vp-promo-btn{
    width:100%;
    text-align:center;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4175242 */.vp-medal-faq{
  background:#fff;
  padding:70px 20px;
  font-family:Arial, Helvetica, sans-serif;
  color:#111;
}

.vp-medal-faq-wrap{
  max-width:920px;
  margin:0 auto;
}

.vp-medal-faq-head{
  text-align:center;
  margin-bottom:32px;
}

.vp-medal-faq-head span{
  display:inline-block;
  margin-bottom:10px;
  font-size:12px;
  letter-spacing:1.6px;
  text-transform:uppercase;
  color:#9a7a35;
  font-weight:700;
}

.vp-medal-faq-head h2{
  margin:0 0 12px;
  font-size:34px;
  line-height:1.2;
  color:#111;
}

.vp-medal-faq-head p{
  max-width:620px;
  margin:0 auto;
  font-size:15px;
  line-height:1.7;
  color:#555;
}

.vp-medal-faq-list{
  display:block;
}

.vp-medal-faq-item{
  background:#fafafa;
  border:1px solid #eee;
  border-radius:16px;
  margin-bottom:14px;
  overflow:hidden;
}

.vp-medal-faq-item summary{
  position:relative;
  list-style:none;
  cursor:pointer;
  padding:20px 56px 20px 22px;
  font-size:16px;
  line-height:1.45;
  font-weight:700;
  color:#111;
}

.vp-medal-faq-item summary::-webkit-details-marker{
  display:none;
}

.vp-medal-faq-item summary:after{
  content:"+";
  position:absolute;
  right:20px;
  top:50%;
  transform:translateY(-50%);
  width:26px;
  height:26px;
  line-height:24px;
  text-align:center;
  border:1px solid #ddd;
  border-radius:50%;
  font-size:18px;
  font-weight:400;
  color:#777;
}

.vp-medal-faq-item[open] summary:after{
  content:"−";
}

.vp-medal-faq-answer{
  padding:0 22px 22px;
}

.vp-medal-faq-answer p{
  margin:0;
  font-size:15px;
  line-height:1.75;
  color:#444;
}

.vp-medal-faq-item:hover{
  border-color:#ddd;
  background:#fff;
}

@media(max-width:768px){
  .vp-medal-faq{
    padding:52px 14px;
  }

  .vp-medal-faq-head{
    text-align:left;
    margin-bottom:24px;
  }

  .vp-medal-faq-head h2{
    font-size:26px;
  }

  .vp-medal-faq-head p{
    font-size:14px;
  }

  .vp-medal-faq-item{
    border-radius:14px;
  }

  .vp-medal-faq-item summary{
    padding:17px 50px 17px 16px;
    font-size:14.5px;
  }

  .vp-medal-faq-item summary:after{
    right:15px;
    width:24px;
    height:24px;
    line-height:22px;
  }

  .vp-medal-faq-answer{
    padding:0 16px 18px;
  }

  .vp-medal-faq-answer p{
    font-size:14px;
    line-height:1.65;
  }
}/* End custom CSS */