
body{
    margin:0px;
    font-family: SST W01 Roman;

}
:root {
    --spacing: 28px
}
.PDX267 {
  display: contents;
  position: static;
}
.PDX267 .visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.PDX267 *, .PDX267 :after, .PDX267 :before {
    box-sizing: border-box;
    color: #fff;
}
.PDX267-t-bold {
    font-family: SST W01 Bold;
}
.PDX267>:first-child:not(.PDX267-header) {
    background-color: #1c1c1c;
    scroll-snap-align: start;
}
.video-hero {
    background-color: #000;
    color: #fff;
    height: auto;
    margin: 0;
    overflow: visible;
    position: relative;
    width: 100%;
    z-index: 0;
}
 .video-hero__background {
    display: block;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 0;
} 

.video-hero__background oofm-inline-video {
    display: block;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 0;
}
.video-hero__background oofm-inline-video:not([youtube=true]) {
    pointer-events: none;
}
.video-hero__background oofm-inline-video::part(video) {
    display: block;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    /*margin-top: calc(-1 * 100vh + 12px);*/
    position: relative;
}
.video-hero__background oofm-inline-video::part(video-btn-sticky){
    position: absolute;
    width: 36px;
    height: 100%;
    padding: 1rem 0 2.8125rem;
    position: absolute;
    right: .75rem;
    top: -.25rem;
    z-index: 2;
    box-sizing: border-box;

}
.video-hero__background oofm-inline-video::part(button) {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    pointer-events: auto;  /* 覆盖父容器的禁用 */
    border: 0;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    width: 100%;
    height: 0px;
    z-index: 2;
    text-align: right;
    bottom: auto;
    left: auto;
    pointer-events: auto;
    position: absolute;
    top: 1rem;
}
.video-hero__background oofm-inline-video::part(button-svg){
    height: 36px;
    width: 36px;
    background: rgba(0, 0, 0, 0.68);
    border-radius: 50%;
}
.video-hero__background oofm-inline-video::part(button-svg):hover,
.video-hero__background oofm-inline-video::part(button-svg):focus{
    border-color: #fff;
}
.video-hero__inner {
    padding: 0 var(--spacing);
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    bottom: 0px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.video-hero__inner>* {
    pointer-events: auto;
}
.video-hero__header * {
    pointer-events: auto;
}
.video-hero__header {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    pointer-events: none;
    padding: 2.625rem 0;
}
.video-hero__heading {
    font-size: 3rem;
    line-height: calc(1em + 10px);
    margin: 0;
    padding: 0;
    width: 100%;
}
.video-hero__cta {
    border-radius:100px;
    border:1px solid rgba(255,255,255,0.25);
    background:rgba(0,0,0,0.68);
    color:#FFF;
    text-align:center;
    font-family: SST W01 Roman;
    font-size: 16px;
    font-style:normal;
    font-weight:500;
    line-height:24px;
    display:flex;
    height:56px;
    padding:0 24px;
    align-items:center;
    gap:8px;
    cursor: pointer;
}
.video-hero__cta span,
.video-hero__cta label{
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
}
.video-hero__cta svg {
    display: block;
    width: 12px;
    margin-right: 6px;
    margin-left: 6px;
}
oofm-video-modal,oofm-video-modal-content {
    display: contents;
}
.oofm-video-modal {
    align-items: center;
    background-color: rgba(0, 0, 0, .9);
    display: flex;
    flex-direction: column;
    height: 100%;
    inset-inline-start: 0;
    justify-content: center;
    opacity: 1;
    position: fixed;
    top: 0;
    transition: opacity .7s cubic-bezier(.33, 1, .68, 1), visibility .7s;
    visibility: visible;
    width: 100%;
    z-index: 1031;
}
.oofm-video-modal[aria-hidden=true] {
    opacity: 0;
    transition-duration: .2s;
    visibility: hidden
}
.oofm-video-modal a {
    color: #fff;
    margin-top: .5em;
}
.oofm-video-modal__video {
    background: none;
    border: 0;
    box-shadow: none;
    display: block;
    height: 100%;
    max-height: 90vh;
    overflow: hidden;
    width: 100%
}
.oofm-video-modal__close {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: 0;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    display: block;
    height: 50px;
    inset-inline-end: calc(var(--spacing) / 2);
    margin: 0;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: var(--spacing);
    width: 50px;
}
.oofm-video-modal__close:after {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: 0;
    box-shadow: none;
    content: "";
    inset-inline-start: 0;
    position: fixed;
    top: 0;
    z-index: -1;
}
.oofm-video-modal__close svg, .oofm-video-modal__close:after {
    display: block;
    height: 100%;
    width: 100%;
}
@media (min-width: 992px) {
      :root {
        --spacing: 90px;
    }
    .video-hero__background svg[data-hero-scroll] {
        display: none
    }
    .video-hero__header {
        justify-content: center;
        padding: 2.5rem 0;
    }
    .video-hero__heading {
        font-size: 4.8125rem;
    }
    .oofm-video-modal__video {
        flex: 0 0 auto;
        height: auto;
        max-height: 85%;
        max-width: 85%;
    }
    .oofm-video-modal__close {
        top: calc(var(--spacing) / 2);
    }
    .video-hero__background oofm-inline-video::part(button) {
        bottom: auto;
        position: sticky;
        right: .75rem;
        top: 4.625rem;
    }
  }
@media only screen and (min-width: 768px) {
    .pc_show, .video-hero__background oofm-inline-video::part(pc_show){
        display: block;
    }
    .sp_show,.video-hero__background oofm-inline-video::part(sp_show){
        display: none;
    }
}
@media only screen and (max-width: 767.98px) {
   .pc_show, .video-hero__background oofm-inline-video::part(pc_show){
        display: none;
    }
    .sp_show,.video-hero__background oofm-inline-video::part(sp_show){
        display: block;
    }
}
