:root{--club-black0:#000;--club-black:#222;--club-white:#fff;--club-light-white:#f7f7f7;--club-white-opacity:rgba(255, 255, 255, 0.2);--club-yellow:#BE8139}.show-mob{display:none}@media screen and (max-width:808px),screen and (max-aspect-ratio:10 / 11){.show-mob{display:block}}.swiper-button-next,.swiper-button-prev{z-index:10;cursor:pointer}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.club-btn{--club-btn-color:var(--club-black);--club-btn-hover-color:var(--club-white);--club-btn-border-color:var(--club-black);--club-btn-border-hover-color:var(--club-white);--club-btn-bg:var(--club-white);--club-btn-bg-hover:var(--club-black);display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:15px 20px;font-size:14px;font-family:FuturaStd-Book,sans-serif;font-weight:500;line-height:1.5;letter-spacing:1px;color:var(--club-btn-color,var(--club-black));text-align:center;text-decoration:none;text-transform:uppercase;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid var(--club-btn-border-color,var(--club-black));background-color:var(--club-btn-bg,var(--club-white));-webkit-transition:color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out;transition:color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out}@media (any-hover:hover){.club-btn:hover{color:var(--club-btn-hover-color,var(--club-white));border-color:var(--club-btn-border-hover-color,var(--club-white));background-color:var(--club-btn-bg-hover,var(--club-black))}}.club-btn.btn-default{--club-btn-color:var(--club-black);--club-btn-hover-color:var(--club-white);--club-btn-border-color:var(--club-black);--club-btn-border-hover-color:var(--club-white);--club-btn-bg:var(--club-white);--club-btn-bg-hover:var(--club-black)}.club-btn.btn-white-gold{--club-btn-color:var(--club-black);--club-btn-hover-color:var(--club-white);--club-btn-border-color:var(--club-black);--club-btn-border-hover-color:var(--club-white);--club-btn-bg:var(--club-white);--club-btn-bg-hover:var(--club-yellow)}.club-btn.btn-gray-gold{--club-btn-color:var(--club-white);--club-btn-hover-color:var(--club-white);--club-btn-border-color:var(--club-white);--club-btn-border-hover-color:var(--club-white);--club-btn-bg:var(--club-white-opacity);--club-btn-bg-hover:var(--club-yellow)}.club-btn.btn-arrow{--club-btn-border-color:var(--club-white);--club-btn-border-hover-color:var(--club-white);--club-btn-bg:var(--club-white-opacity);--club-btn-bg-hover:var(--club-yellow);--club-btn-icon:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEzLjI1IDE4LjI1TDE5LjUgMTJNMTkuNSAxMkwxMy4yNSA1Ljc1TTE5LjUgMTJINC41IiBzdHJva2U9IndoaXRlIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==);width:44px;height:44px;padding:0;background:var(--club-btn-icon) no-repeat center/24px 24px}@media (any-hover:hover){.club-btn.btn-arrow:hover{border-color:var(--club-btn-border-hover-color,var(--club-white));background-color:var(--club-btn-bg-hover,var(--club-black))}}.club-btn.btn-link{position:relative;padding-left:0;padding-right:0;text-transform:none;font-weight:400;font-size:16px;--club-btn-color:var(--club-black);--club-btn-border-color:transparent;--club-btn-bg:transparent;--club-btn-hover-color:var(--club-black);--club-btn-border-hover-color:transparent;--club-btn-bg-hover:transparent}.club-btn.btn-link::before{left:50%}.club-btn.btn-link::after{right:50%}.club-btn.btn-link::after,.club-btn.btn-link::before{content:'';position:absolute;bottom:13px;width:0;height:1px;background-color:var(--club-yellow);-webkit-transition:background-color .3s ease-in-out,width .3s ease-in-out;transition:background-color .3s ease-in-out,width .3s ease-in-out}@media (any-hover:hover){.club-btn.btn-link:hover{color:var(--club-btn-hover-color,var(--club-white));border-color:var(--club-btn-border-hover-color,var(--club-white));background-color:var(--club-btn-bg-hover,var(--club-black))}.club-btn.btn-link:hover::after,.club-btn.btn-link:hover::before{width:50%}}.club-pin-module{position:relative;width:100%;height:100vh;overflow:hidden}.swiper-button-lock{display:none!important}.modal{font-family:-apple-system,BlinkMacSystemFont,avenir next,avenir,helvetica neue,helvetica,ubuntu,roboto,noto,segoe ui,arial,sans-serif}.modal__overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.6);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}.modal__container{background-color:#fff;padding:30px;max-width:500px;max-height:100vh;border-radius:4px;overflow-y:auto;-webkit-box-sizing:border-box;box-sizing:border-box}.modal__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.modal__title{margin-top:0;margin-bottom:0;font-weight:600;font-size:1.25rem;line-height:1.25;color:#00449e;-webkit-box-sizing:border-box;box-sizing:border-box}.modal__close{background:0 0;border:0}.modal__header .modal__close:before{content:"\2715"}.modal__content{margin-top:2rem;margin-bottom:2rem;line-height:1.5;color:rgba(0,0,0,.8)}.modal__btn{font-size:.875rem;padding-left:1rem;padding-right:1rem;padding-top:.5rem;padding-bottom:.5rem;background-color:#e6e6e6;color:rgba(0,0,0,.8);border-radius:.25rem;border-style:none;border-width:0;cursor:pointer;-webkit-appearance:button;text-transform:none;overflow:visible;line-height:1.15;margin:0;will-change:transform;-moz-osx-font-smoothing:grayscale;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0);transition:-webkit-transform .25s ease-out;-webkit-transition:-webkit-transform .25s ease-out;transition:transform .25s ease-out;transition:transform .25s ease-out,-webkit-transform .25s ease-out;transition:transform .25s ease-out,-webkit-transform .25s ease-out}.modal__btn:focus,.modal__btn:hover{-webkit-transform:scale(1.05);transform:scale(1.05)}.modal__btn-primary{background-color:#00449e;color:#fff}@-webkit-keyframes mmfadeIn{from{opacity:0}to{opacity:1}}@keyframes mmfadeIn{from{opacity:0}to{opacity:1}}@-webkit-keyframes mmfadeOut{from{opacity:1}to{opacity:0}}@keyframes mmfadeOut{from{opacity:1}to{opacity:0}}@-webkit-keyframes mmslideIn{from{-webkit-transform:translateY(15%);transform:translateY(15%)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes mmslideIn{from{-webkit-transform:translateY(15%);transform:translateY(15%)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes mmslideOut{from{-webkit-transform:translateY(0);transform:translateY(0)}to{-webkit-transform:translateY(-10%);transform:translateY(-10%)}}@keyframes mmslideOut{from{-webkit-transform:translateY(0);transform:translateY(0)}to{-webkit-transform:translateY(-10%);transform:translateY(-10%)}}.micromodal-slide{display:none}.micromodal-slide.is-open{display:block}.micromodal-slide[aria-hidden=false] .modal__overlay{-webkit-animation:mmfadeIn .3s cubic-bezier(0,0,.2,1);animation:mmfadeIn .3s cubic-bezier(0,0,.2,1)}.micromodal-slide[aria-hidden=false] .modal__container{-webkit-animation:mmslideIn .3s cubic-bezier(0,0,.2,1);animation:mmslideIn .3s cubic-bezier(0,0,.2,1)}.micromodal-slide[aria-hidden=true] .modal__overlay{-webkit-animation:mmfadeOut .3s cubic-bezier(0,0,.2,1);animation:mmfadeOut .3s cubic-bezier(0,0,.2,1)}.micromodal-slide[aria-hidden=true] .modal__container{-webkit-animation:mmslideOut .3s cubic-bezier(0,0,.2,1);animation:mmslideOut .3s cubic-bezier(0,0,.2,1)}.micromodal-slide .modal__container,.micromodal-slide .modal__overlay{will-change:transform}.club-masthead{position:relative;width:100%;height:100vh;overflow:hidden;-webkit-box-sizing:border-box;box-sizing:border-box}.club-masthead *{-webkit-box-sizing:border-box;box-sizing:border-box}.club-masthead .club-nav-bg{height:142px}@media screen and (max-width:1078px){.club-masthead .club-nav-bg{display:none}}@media screen and (max-width:1078px){.club-masthead.club-pin-module{height:100vh}}.club-masthead .club-masthead-swiper{height:100%}.club-masthead .club-masthead-item{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;height:100%}.club-masthead .club-masthead-img,.club-masthead .club-masthead-video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.club-masthead .club-masthead-content{--club-mh-color-deg:0deg;--club-mh-color-top:rgba(0, 0, 0, 0.7);--club-mh-color-btm:rgba(0, 0, 0, 0.7);z-index:2;position:absolute;inset:0;padding:194px 80px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;background:-webkit-gradient(linear,left top,left bottom,from(var(--club-mh-color-deg)),color-stop(var(--club-mh-color-btm)),to(var(--club-mh-color-top)));background:linear-gradient(var(--club-mh-color-deg),var(--club-mh-color-btm),var(--club-mh-color-top));will-change:opacity,transform}@media screen and (max-width:1078px){.club-masthead .club-masthead-content{padding:100px 40px}}@media screen and (max-width:808px),screen and (max-aspect-ratio:10 / 11){.club-masthead .club-masthead-content{padding:110px 23.5px 120px}}.club-masthead .club-masthead-content.club-masth-left{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.club-masthead .club-masthead-content.club-masth-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.club-masthead .club-masthead-content.club-masth-right{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.club-masthead .club-masthead-content.club-masth-top{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.club-masthead .club-masthead-content.club-masth-middle{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.club-masthead .club-masthead-content.club-masth-bottom{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.club-masthead .club-masthead-content.club-masth-width{padding-left:0;padding-right:0;background:0 0}.club-masthead .club-masthead-content.club-masth-width .club-masthead-summary{--club-mh-width:100%;max-width:none;width:var(--club-mh-width);padding:4.16667vw 5.20833vw;background:-webkit-gradient(linear,left top,left bottom,from(var(--club-mh-color-deg)),color-stop(var(--club-mh-color-btm)),to(var(--club-mh-color-top)));background:linear-gradient(var(--club-mh-color-deg),var(--club-mh-color-btm),var(--club-mh-color-top))}@media screen and (max-width:1078px){.club-masthead .club-masthead-content.club-masth-width .club-masthead-summary{width:100%;padding:100px 8vw}}.club-masthead .club-masthead-summary{--club-mh-text-color:var(--club-white);position:relative;z-index:5;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;max-width:1100px;width:100%;color:var(--club-mh-text-color)}@media screen and (max-width:1600px){.club-masthead .club-masthead-summary{max-width:57.29167vw}}@media screen and (max-width:1078px){.club-masthead .club-masthead-summary{max-width:none}}.club-masthead .club-masthead-summary.text-left{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.club-masthead .club-masthead-summary.text-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.club-masthead .club-masthead-summary.text-center .club-masthead-country::before{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.club-masthead .club-masthead-summary.text-center .club-masthead-btn-group{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.club-masthead .club-masthead-summary.text-right{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.club-masthead .club-masthead-summary.text-right .club-masthead-country::before{left:auto;right:0}.club-masthead .club-masthead-summary.text-right .club-masthead-btn-group{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.club-masthead .club-masthead-summary .club-masthead-title{width:100%;white-space:nowrap;text-transform:uppercase;font-family:Baskerville,sans-serif;font-size:100px;font-weight:400;line-height:1;letter-spacing:2px}@media screen and (max-width:1600px){.club-masthead .club-masthead-summary .club-masthead-title{font-size:5.20833vw}}@media screen and (max-width:1078px){.club-masthead .club-masthead-summary .club-masthead-title{font-size:56px;letter-spacing:1px}}@media screen and (max-width:808px),screen and (max-aspect-ratio:10 / 11){.club-masthead .club-masthead-summary .club-masthead-title{white-space:normal;font-size:40px}}.club-masthead .club-masthead-summary .club-masthead-country{--club-mh-line-color:var(--club-yellow);position:relative;display:block;padding-bottom:45px;font-size:20px;line-height:1.144}@media screen and (max-width:1440px){.club-masthead .club-masthead-summary .club-masthead-country{padding-bottom:25px}}@media screen and (max-width:1078px){.club-masthead .club-masthead-summary .club-masthead-country{padding-bottom:20px;font-size:18px}}@media screen and (max-width:808px),screen and (max-aspect-ratio:10 / 11){.club-masthead .club-masthead-summary .club-masthead-country{padding-bottom:30px;font-size:16px}}.club-masthead .club-masthead-summary .club-masthead-country-line{padding-top:53px}@media screen and (max-width:1440px){.club-masthead .club-masthead-summary .club-masthead-country-line{padding-top:33px}}@media screen and (max-width:1078px){.club-masthead .club-masthead-summary .club-masthead-country-line{padding-top:28px}}@media screen and (max-width:808px),screen and (max-aspect-ratio:10 / 11){.club-masthead .club-masthead-summary .club-masthead-country-line{padding-top:38px}}.club-masthead .club-masthead-summary .club-masthead-country-line::before{content:"";position:absolute;top:0;left:0;width:150px;height:3px;background-color:var(--club-mh-line-color)}.club-masthead .club-masthead-summary .club-masthead-desc{width:100%;margin-top:45px;font-family:FuturaStd-Book,sans-serif;font-size:16px;font-weight:400;line-height:1.5}@media screen and (max-width:1440px){.club-masthead .club-masthead-summary .club-masthead-desc{margin-top:25px}}@media screen and (max-width:1078px){.club-masthead .club-masthead-summary .club-masthead-desc{margin-top:20px}}@media screen and (max-width:808px),screen and (max-aspect-ratio:10 / 11){.club-masthead .club-masthead-summary .club-masthead-desc{margin-top:30px;font-size:14px}}.club-masthead .club-masthead-summary .club-masthead-btn-group{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:16px;margin-top:50px}@media screen and (max-width:1440px){.club-masthead .club-masthead-summary .club-masthead-btn-group{margin-top:30px}}@media screen and (max-width:1078px){.club-masthead .club-masthead-summary .club-masthead-btn-group{margin-top:20px}}@media screen and (max-width:808px),screen and (max-aspect-ratio:10 / 11){.club-masthead .club-masthead-summary .club-masthead-btn-group{margin-top:30px}}.club-masthead .btn-arrow.club-masthead-next,.club-masthead .btn-arrow.club-masthead-prev{--club-btn-border-color:transparent;--club-btn-border-hover-color:transparent;position:absolute;bottom:48px;top:auto;left:124px;margin-top:0;z-index:1}@media screen and (max-width:808px),screen and (max-aspect-ratio:10 / 11){.club-masthead .btn-arrow.club-masthead-next,.club-masthead .btn-arrow.club-masthead-prev{left:77.5px;right:auto;bottom:35px}}.club-masthead .btn-arrow.club-masthead-prev{left:70px;-webkit-transform:rotate(180deg);transform:rotate(180deg)}@media screen and (max-width:808px),screen and (max-aspect-ratio:10 / 11){.club-masthead .btn-arrow.club-masthead-prev{left:23.5px;right:auto}}.club-masthead .btn-arrow.swiper-button-lock{display:none}.club-masthead .club-opacity-bg{z-index:2;position:absolute;top:0;left:0;width:100%;height:35%;min-height:150px;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(31%,rgba(255,255,255,.6)),to(rgba(255,255,255,0)));background-image:linear-gradient(to bottom,rgba(255,255,255,.6) 31%,rgba(255,255,255,0));pointer-events:none}@media screen and (max-width:1078px){.club-masthead .club-opacity-bg{display:none}}.club-masthead .swiper-button-next,.club-masthead .swiper-button-prev{display:none}.club-masthead .swiper-button-init{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}.club-scroll-container{position:relative;width:100%;overflow:hidden;clip-path:inset(0 0 0 0)}.club-scroll-container .club-scroll-item{z-index:1;position:relative;width:100%;overflow:hidden;padding-bottom:300px}@media screen and (max-width:1078px){.club-scroll-container .club-scroll-item{padding-bottom:0}}.club-back-to-top{--club-btt-icon:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTI2IDIxTDE2IDExTDYgMjEiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K);--club-btt-color:var(--club-white);--club-btt-bg-color:var(--club-black);--club-btt-hover-color:var(--club-white);--club-btt-bg-hover-color:var(--club-black);display:block;z-index:50;position:absolute;bottom:57px;right:80px;padding:18px 20px 18px 52px;font-size:16px;font-family:FuturaStd-Book,sans-serif;font-weight:400;line-height:1;color:var(--club-btt-color);background:var(--club-btt-icon) no-repeat left 10px center/32px 32px;background-color:var(--club-btt-bg-color);border:none;border-radius:0;backdrop-filter:blur(14px);-webkit-box-shadow:0 0 10px 5px rgba(255,255,255,.2);box-shadow:0 0 10px 5px rgba(255,255,255,.2);cursor:pointer;text-decoration:none}@media screen and (max-width:808px),screen and (max-aspect-ratio:10 / 11){.club-back-to-top{position:relative;overflow:hidden;left:calc(100% - 64px);right:auto;bottom:auto;margin-top:50px;margin-bottom:50px;width:44px;height:44px;padding:0;font-size:0;text-indent:-999px;background-position:center center}}@media (any-hover:hover){.club-back-to-top:hover{color:var(--club-btt-hover-color);background-color:var(--club-btt-bg-hover-color)}}.club-card-video{--club-c-v-bg-color:var(--club-white);position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;color:var(--club-black);background-color:var(--club-c-v-bg-color)}@media screen and (max-width:808px),screen and (max-aspect-ratio:10 / 11){.club-card-video{display:block;height:auto}}.club-card-video .club-c-v-left,.club-card-video .club-c-v-right{width:50%;height:100vh;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (max-width:808px),screen and (max-aspect-ratio:10 / 11){.club-card-video .club-c-v-left,.club-card-video .club-c-v-right{width:100%;height:auto}}.club-card-video .club-c-v-right{height:100vh}@media screen and (max-width:1078px){.club-card-video .club-c-v-right{height:auto}}.club-card-video .club-c-v-right-img,.club-card-video .club-c-v-right-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.club-card-video .club-c-v-left-content{padding:70px 115px 70px 80px;-webkit-transform:translateY(100px);transform:translateY(100px);opacity:0;-webkit-transition:1s opacity ease-out,1s -webkit-transform ease-out;transition:1s opacity ease-out,1s -webkit-transform ease-out;transition:1s transform ease-out,1s opacity ease-out;transition:1s transform ease-out,1s opacity ease-out,1s -webkit-transform ease-out}@media screen and (max-width:1440px){.club-card-video .club-c-v-left-content{padding:40px}}@media screen and (max-width:808px),screen and (max-aspect-ratio:10 / 11){.club-card-video .club-c-v-left-content{opacity:1;-webkit-transform:translateY(0);transform:translateY(0);padding:80px 20px}}.club-card-video .club-c-v-left-content.active{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}.club-card-video .club-c-v-img-wrap{width:100%;max-height:55vh;aspect-ratio:605/350;overflow:hidden}@media screen and (max-width:808px),screen and (max-aspect-ratio:10 / 11){.club-card-video .club-c-v-img-wrap{height:auto;max-height:none}}.club-card-video .club-c-v-img-wrap .club-c-v-img{display:block;width:100%;height:100%;aspect-ratio:605/350;-o-object-fit:cover;object-fit:cover}.club-card-video .club-c-v-summary .club-c-v-subTitle{margin:20px 0;font-size:20px;font-weight:400;line-height:22.88px;letter-spacing:2px;color:var(--club-yellow)}@media screen and (max-width:808px),screen and (max-aspect-ratio:10 / 11){.club-card-video .club-c-v-summary .club-c-v-subTitle{font-size:16px;font-weight:400;line-height:18.3px;letter-spacing:2px}}.club-card-video .club-c-v-summary .club-c-v-title{font-size:32px;font-weight:400;line-height:36px;letter-spacing:.02em;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}@media screen and (max-width:808px),screen and (max-aspect-ratio:10 / 11){.club-card-video .club-c-v-summary .club-c-v-title{display:block;white-space:normal;font-size:24px;font-weight:400;line-height:28px;letter-spacing:.02em}}.club-card-video .club-c-v-summary .club-c-v-desc{margin:20px 0;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;font-size:16px;font-weight:400;line-height:24px}@media screen and (max-width:808px),screen and (max-aspect-ratio:10 / 11){.club-card-video .club-c-v-summary .club-c-v-desc{display:block;font-size:14px;font-weight:400;line-height:21px}}.club-card-video .club-c-v-summary .club-c-v-btn-group{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:24px}@media screen and (max-width:808px),screen and (max-aspect-ratio:10 / 11){.club-card-video .club-c-v-summary .club-c-v-btn-group .btn-link{font-size:16px}}.club-card-video .club-c-v-video{display:block;height:100%;width:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:bottom;object-position:bottom}@media screen and (max-width:808px),screen and (max-aspect-ratio:10 / 11){.club-card-video .club-c-v-video{height:auto;-o-object-position:center;object-position:center}}@media screen and (max-width:1078px){.club-card-video.club-pin-module{height:auto}}.club-card-video.club-pin-module .club-c-v-left{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.club-card-video.club-pin-module .club-c-v-left-content{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}.club-card-video.club-pin-module .club-c-v-right{height:100vh}@media screen and (max-width:1078px){.club-card-video.club-pin-module .club-c-v-right{height:auto}}.club-privileges{max-width:100%;padding:100px 80px 80px 80px;font-weight:400;color:var(--club-black);overflow:hidden;background-color:var(--club-white)}@media screen and (max-width:808px),screen and (max-aspect-ratio:10 / 11){.club-privileges{display:block;padding:0}}.club-privileges .club-c-l-row-top{display:-webkit-box;display:-ms-flexbox;display:flex;padding:0 20px 40px 20px}@media screen and (max-width:1440px){.club-privileges .club-c-l-row-top{display:block}}@media screen and (max-width:1078px){.club-privileges .club-c-l-row-top{padding:0 0 40px}}@media screen and (max-width:808px),screen and (max-aspect-ratio:10 / 11){.club-privileges .club-c-l-row-top{padding:54px 20px 0 20px}}.club-privileges .club-c-l-row-top .club-c-l-col55{width:55%;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}@media screen and (max-width:1440px){.club-privileges .club-c-l-row-top .club-c-l-col55{width:100%}}.club-privileges .club-c-l-row-top .club-c-l-col45{width:45%;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}@media screen and (max-width:1440px){.club-privileges .club-c-l-row-top .club-c-l-col45{width:100%}}@media screen and (max-width:808px),screen and (max-aspect-ratio:10 / 11){.club-privileges .club-c-l-scroller{width:100%;overflow-x:auto}.club-privileges .club-c-l-scroller::-webkit-scrollbar{display:none}}.club-privileges .club-c-l-row-bottom{display:-webkit-box;display:-ms-flexbox;display:flex;gap:24px;padding-top:80px;overflow:hidden;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media screen and (max-width:1078px){.club-privileges .club-c-l-row-bottom{padding-top:60px}}@media screen and (max-width:808px),screen and (max-aspect-ratio:10 / 11){.club-privileges .club-c-l-row-bottom{width:-webkit-max-content;width:-moz-max-content;width:max-content;padding:20px 20px 80px 20px;gap:10px}}.club-privileges .club-c-l-row-bottom .club-c-l-col{width:21.375vw;aspect-ratio:342/500;opacity:0;-webkit-transition:opacity 1s ease-out,-webkit-transform 1s cubic-bezier(.73,.82,.45,1.21);transition:opacity 1s ease-out,-webkit-transform 1s cubic-bezier(.73,.82,.45,1.21);transition:transform 1s cubic-bezier(.73,.82,.45,1.21),opacity 1s ease-out;transition:transform 1s cubic-bezier(.73,.82,.45,1.21),opacity 1s ease-out,-webkit-transform 1s cubic-bezier(.73,.82,.45,1.21)}@media screen and (max-width:808px),screen and (max-aspect-ratio:10 / 11){.club-privileges .club-c-l-row-bottom .club-c-l-col{overflow:hidden;width:58.97436vw;aspect-ratio:230/336;margin:0;opacity:1;-webkit-transition:none;transition:none}}.club-privileges .club-c-l-row-bottom .club-c-l-col:nth-child(odd){-webkit-transform:translateY(calc(-50% + 90px));transform:translateY(calc(-50% + 90px))}@media screen and (max-width:808px),screen and (max-aspect-ratio:10 / 11){.club-privileges .club-c-l-row-bottom .club-c-l-col:nth-child(odd){-webkit-transform:none;transform:none}}.club-privileges .club-c-l-row-bottom .club-c-l-col:nth-child(odd).active{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}@media screen and (max-width:808px),screen and (max-aspect-ratio:10 / 11){.club-privileges .club-c-l-row-bottom .club-c-l-col:nth-child(odd).active{-webkit-transform:none;transform:none}}.club-privileges .club-c-l-row-bottom .club-c-l-col:nth-child(even){margin-top:45px;-webkit-transform:translateY(50%);transform:translateY(50%)}@media screen and (max-width:808px),screen and (max-aspect-ratio:10 / 11){.club-privileges .club-c-l-row-bottom .club-c-l-col:nth-child(even){margin-top:40px;-webkit-transform:none;transform:none}}.club-privileges .club-c-l-row-bottom .club-c-l-col:nth-child(even).active{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}@media screen and (max-width:808px),screen and (max-aspect-ratio:10 / 11){.club-privileges .club-c-l-row-bottom .club-c-l-col:nth-child(even).active{-webkit-transform:none;transform:none}}.club-privileges .club-c-l-btn-group{display:none}@media screen and (max-width:808px),screen and (max-aspect-ratio:10 / 11){.club-privileges .club-c-l-btn-group{margin-top:50px;padding:0 20px;display:-webkit-box;display:-ms-flexbox;display:flex;gap:20px}}.club-privileges .club-c-l-btn-group .btn-arrow{--club-btn-bg:transparent;--club-btn-border-color:transparent;--club-btn-bg-hover:transparent;--club-btn-border-hover-color:transparent;--club-btn-icon:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzMiIHZpZXdCb3g9IjAgMCAzMiAzMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE3LjY2NjcgMjQuMzk5M0wyNiAxNi4wNjU5TTI2IDE2LjA2NTlMMTcuNjY2NyA3LjczMjZNMjYgMTYuMDY1OUg2IiBzdHJva2U9IiMyMjIyMjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K);width:32px;height:32px;background-size:32px 32px}.club-privileges .club-c-l-btn-group .btn-arrow-prev{--club-btn-icon:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzMiIHZpZXdCb3g9IjAgMCAzMiAzMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE0LjMzMzMgMjQuMzk5M0w2IDE2LjA2NTlNNiAxNi4wNjU5TDE0LjMzMzMgNy43MzI2TTYgMTYuMDY1OUgyNiIgc3Ryb2tlPSIjMjIyMjIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==)}.club-privileges .title-icon{display:none}.club-privileges .club-c-l-title{font-size:40px;font-weight:400;line-height:45.76px;letter-spacing:1px}@media screen and (max-width:1440px){.club-privileges .club-c-l-title{margin-bottom:20px}}@media screen and (max-width:808px),screen and (max-aspect-ratio:10 / 11){.club-privileges .club-c-l-title{margin-bottom:64px;font-size:32px;font-weight:400;line-height:36px;letter-spacing:.02em}}.club-privileges .club-c-l-subTitle{font-size:24px;font-weight:400;line-height:28px;letter-spacing:.02em;color:var(--club-black0)}@media screen and (max-width:808px),screen and (max-aspect-ratio:10 / 11){.club-privileges .club-c-l-subTitle{font-size:20px;font-weight:400;line-height:22.88px;letter-spacing:2px}}.club-privileges .club-c-l-summary .club-c-l-subTitle{margin-bottom:30px}@media screen and (max-width:808px),screen and (max-aspect-ratio:10 / 11){.club-privileges .club-c-l-summary .club-c-l-subTitle{margin-bottom:24px}}.club-privileges .club-c-l-summary .club-c-l-desc{font-size:16px;font-weight:400;line-height:24px;color:var(--club-black)}@media screen and (max-width:808px),screen and (max-aspect-ratio:10 / 11){.club-privileges .club-c-l-summary .club-c-l-desc{margin-bottom:50px;font-size:14px;font-weight:400;line-height:21px}}.club-privileges .club-c-l-card{position:relative}.club-privileges .club-c-l-card::after{content:'';position:absolute;top:0;left:0;background:linear-gradient(213.29deg,rgba(0,0,0,0) 68.53%,#000 89.29%);width:100%;height:100%}.club-privileges .club-c-l-card .card-list-img{display:block;width:100%;aspect-ratio:342/500;-o-object-fit:cover;object-fit:cover}@media screen and (max-width:808px),screen and (max-aspect-ratio:10 / 11){.club-privileges .club-c-l-card .card-list-img{aspect-ratio:230/336}}.club-privileges .club-c-l-card .club-c-l-subTitle{width:100%;position:absolute;left:0;bottom:0;margin:30px 0;padding:0 30px;color:var(--club-white);z-index:2}@media screen and (max-width:1078px){.club-privileges .club-c-l-card .club-c-l-subTitle{margin:1.04167vw 0;padding:0 1.04167vw;font-size:1.25vw}}@media screen and (max-width:808px),screen and (max-aspect-ratio:10 / 11){.club-privileges .club-c-l-card .club-c-l-subTitle{margin:20px 0;padding:0 20px;font-size:18px}}.club-privileges.club-pin-module{padding:0 80px;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-pack:center;-ms-flex-pack:center;justify-content:center}@media screen and (max-width:1078px){.club-privileges.club-pin-module{padding:100px 80px 80px 80px;height:auto}}@media screen and (max-width:808px),screen and (max-aspect-ratio:10 / 11){.club-privileges.club-pin-module{display:block;padding:0}}.club-privileges.club-pin-module .club-c-l-row-top,.club-privileges.club-pin-module .club-c-l-scroller{max-width:90vw;margin:0 auto}@media screen and (max-width:808px),screen and (max-aspect-ratio:10 / 11){.club-privileges.club-pin-module .club-c-l-row-top,.club-privileges.club-pin-module .club-c-l-scroller{max-width:100%}}.club-privileges.club-pin-module .club-c-l-row-bottom{padding-top:2.60417vw}@media screen and (max-width:1078px){.club-privileges.club-pin-module .club-c-l-row-bottom{padding-top:60px}}@media screen and (max-width:808px),screen and (max-aspect-ratio:10 / 11){.club-privileges.club-pin-module .club-c-l-row-bottom{padding:20px 20px 80px 20px}}.club-privileges.club-pin-module .club-c-l-col{max-height:60vh;height:100%;overflow:hidden}@media screen and (max-width:808px),screen and (max-aspect-ratio:10 / 11){.club-privileges.club-pin-module .club-c-l-col{max-height:none}}@media screen and (max-width:808px),screen and (max-aspect-ratio:10 / 11){.club-privileges.club-pin-module .club-c-l-col:nth-child(odd){opacity:1;margin-top:0;-webkit-transform:none;transform:none}}@media screen and (max-width:808px),screen and (max-aspect-ratio:10 / 11){.club-privileges.club-pin-module .club-c-l-col:nth-child(odd).active{-webkit-transform:none;transform:none}}@media screen and (max-width:808px),screen and (max-aspect-ratio:10 / 11){.club-privileges.club-pin-module .club-c-l-col:nth-child(even){opacity:1;margin-top:45px;-webkit-transform:none;transform:none}}@media screen and (max-width:808px),screen and (max-aspect-ratio:10 / 11){.club-privileges.club-pin-module .club-c-l-col:nth-child(even).active{-webkit-transform:none;transform:none}}.club-privileges.club-pin-module .club-c-l-col .club-c-l-card{height:100%;width:auto}@media screen and (max-width:1078px){.club-privileges.club-pin-module .club-c-l-col .club-c-l-card{height:auto}}.club-dedicated-services{max-width:100%;padding:100px 80px 80px 80px;font-weight:400;color:var(--club-black);overflow:hidden;background-color:var(--club-white)}@media screen and (max-width:808px),screen and (max-aspect-ratio:10 / 11){.club-dedicated-services{display:block;padding:0}}.club-dedicated-services .club-c-l-row-top{display:block;padding:0 20px;width:52.625vw;margin:0 auto;text-align:center}@media screen and (max-width:1440px){.club-dedicated-services .club-c-l-row-top{display:block}}@media screen and (max-width:1078px){.club-dedicated-services .club-c-l-row-top{width:100%;padding:0 20px}}@media screen and (max-width:808px),screen and (max-aspect-ratio:10 / 11){.club-dedicated-services .club-c-l-row-top{padding-top:50px}}@media screen and (max-width:808px),screen and (max-aspect-ratio:10 / 11){.club-dedicated-services .club-c-l-scroller{width:100%;overflow-x:auto}.club-dedicated-services .club-c-l-scroller::-webkit-scrollbar{display:none}}.club-dedicated-services .club-c-l-row-bottom{padding-top:64px;display:-webkit-box;display:-ms-flexbox;display:flex;gap:24px;overflow:hidden;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media screen and (max-width:1078px){.club-dedicated-services .club-c-l-row-bottom{padding-top:60px}}@media screen and (max-width:808px),screen and (max-aspect-ratio:10 / 11){.club-dedicated-services .club-c-l-row-bottom{width:-webkit-max-content;width:-moz-max-content;width:max-content;padding:20px 0 32px 0;gap:0}}.club-dedicated-services .club-c-l-row-bottom .club-c-l-col{max-height:60vh;aspect-ratio:464/650;opacity:0;-webkit-transition:opacity 1s ease-out,-webkit-transform 1s ease;transition:opacity 1s ease-out,-webkit-transform 1s ease;transition:transform 1s ease,opacity 1s ease-out;transition:transform 1s ease,opacity 1s ease-out,-webkit-transform 1s ease}@media screen and (max-width:808px),screen and (max-aspect-ratio:10 / 11){.club-dedicated-services .club-c-l-row-bottom .club-c-l-col{max-height:none;width:89.74359vw;aspect-ratio:464/500;opacity:1;-webkit-transition:none;transition:none;overflow:hidden}}@media screen and (max-width:600px){.club-dedicated-services .club-c-l-row-bottom .club-c-l-col{aspect-ratio:464/650}}.club-dedicated-services .club-c-l-row-bottom .club-c-l-col:nth-child(odd){-webkit-transform:translateY(-100px);transform:translateY(-100px)}@media screen and (max-width:808px),screen and (max-aspect-ratio:10 / 11){.club-dedicated-services .club-c-l-row-bottom .club-c-l-col:nth-child(odd){-webkit-transform:none;transform:none}}.club-dedicated-services .club-c-l-row-bottom .club-c-l-col:nth-child(odd).active{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}@media screen and (max-width:808px),screen and (max-aspect-ratio:10 / 11){.club-dedicated-services .club-c-l-row-bottom .club-c-l-col:nth-child(odd).active{-webkit-transform:none;transform:none}}.club-dedicated-services .club-c-l-row-bottom .club-c-l-col:nth-child(even){margin-top:40px;-webkit-transform:translateY(100px);transform:translateY(100px)}@media screen and (max-width:808px),screen and (max-aspect-ratio:10 / 11){.club-dedicated-services .club-c-l-row-bottom .club-c-l-col:nth-child(even){margin-top:0;-webkit-transform:none;transform:none}}.club-dedicated-services .club-c-l-row-bottom .club-c-l-col:nth-child(even).active{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}@media screen and (max-width:808px),screen and (max-aspect-ratio:10 / 11){.club-dedicated-services .club-c-l-row-bottom .club-c-l-col:nth-child(even).active{-webkit-transform:none;transform:none}}.club-dedicated-services .club-c-l-btn-group{display:none}@media screen and (max-width:808px),screen and (max-aspect-ratio:10 / 11){.club-dedicated-services .club-c-l-btn-group{margin-top:50px;padding:0 20px;display:-webkit-box;display:-ms-flexbox;display:flex;gap:20px}}.club-dedicated-services .club-c-l-btn-group .btn-arrow{--club-btn-bg:transparent;--club-btn-border-color:transparent;--club-btn-bg-hover:transparent;--club-btn-border-hover-color:transparent;--club-btn-icon:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzMiIHZpZXdCb3g9IjAgMCAzMiAzMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE3LjY2NjcgMjQuMzk5M0wyNiAxNi4wNjU5TTI2IDE2LjA2NTlMMTcuNjY2NyA3LjczMjZNMjYgMTYuMDY1OUg2IiBzdHJva2U9IiMyMjIyMjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K);width:32px;height:32px;background-size:32px 32px}.club-dedicated-services .club-c-l-btn-group .btn-arrow-prev{--club-btn-icon:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzMiIHZpZXdCb3g9IjAgMCAzMiAzMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE0LjMzMzMgMjQuMzk5M0w2IDE2LjA2NTlNNiAxNi4wNjU5TDE0LjMzMzMgNy43MzI2TTYgMTYuMDY1OUgyNiIgc3Ryb2tlPSIjMjIyMjIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==)}.club-dedicated-services .title-icon{--club-c-l-title-icon:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTM0LjU4MzcgMzQuNTgzM0g1LjQxNjk5VjMxLjkzMDVMNi43NTAzMyAyOS4yNzc4SDMzLjI2NDJMMzQuNTgzNyAzMS45MzA1VjM0LjU4MzNaIiBzdHJva2U9IiMyMjIyMjIiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz4KPHBhdGggZD0iTTE5LjY1MyAxMC43MjIySDIwLjMzMzZDMjMuNzU5MyAxMC43MjIyIDI3LjA0NDcgMTIuMDgzMSAyOS40NjcgMTQuNTA1NEMzMS44ODk0IDE2LjkyNzggMzMuMjUwMiAyMC4yMTMyIDMzLjI1MDIgMjMuNjM4OVYyMy45ODYxSDYuNzM2MzNWMjMuNjM4OUM2LjczNjMzIDIwLjIxMzIgOC4wOTcxOSAxNi45Mjc4IDEwLjUxOTUgMTQuNTA1NEMxMi45NDE5IDEyLjA4MzEgMTYuMjI3MyAxMC43MjIyIDE5LjY1MyAxMC43MjIyWiIgc3Ryb2tlPSIjMjIyMjIyIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxwYXRoIGQ9Ik0yMCA1LjQxNjYzVjEwLjcyMjIiIHN0cm9rZT0iIzIyMjIyMiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMTYuMDI3OCA1LjQxNjYzSDIzLjk3MjMiIHN0cm9rZT0iIzIyMjIyMiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMjkuMjc3NyAyMy45NzIySDEwLjcyMjJWMjkuMjc3OEgyOS4yNzc3VjIzLjk3MjJaIiBzdHJva2U9IiMyMjIyMjIiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz4KPC9zdmc+Cg==);width:40px;height:40px;margin:0 auto 32px;background:var(--club-c-l-title-icon) no-repeat center;background-size:cover}.club-dedicated-services .club-c-l-title{font-size:32px;font-weight:400;line-height:36px;letter-spacing:.02em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media screen and (max-width:808px),screen and (max-aspect-ratio:10 / 11){.club-dedicated-services .club-c-l-title{white-space:normal}}.club-dedicated-services .club-c-l-summary .club-c-l-subTitle{display:none}.club-dedicated-services .club-c-l-summary .club-c-l-desc{margin-top:32px;font-size:16px;font-weight:400;line-height:24px;color:var(--club-black)}@media screen and (max-width:808px),screen and (max-aspect-ratio:10 / 11){.club-dedicated-services .club-c-l-summary .club-c-l-desc{display:block;margin-bottom:50px;font-size:14px;font-weight:400;line-height:21px}}.club-dedicated-services .club-c-l-card{position:relative}@media screen and (max-width:1078px){.club-dedicated-services .club-c-l-card{height:auto}}@media screen and (max-width:808px),screen and (max-aspect-ratio:10 / 11){.club-dedicated-services .club-c-l-card{height:100%}}.club-dedicated-services .club-c-l-card::after{content:'';position:absolute;bottom:0;left:0;background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),color-stop(129.34%,#000));background:linear-gradient(180deg,rgba(0,0,0,0) 0,#000 129.34%);width:100%;height:40%}.club-dedicated-services .club-c-l-card .card-list-img{display:block;width:100%;aspect-ratio:464/650;-o-object-fit:cover;object-fit:cover}@media screen and (max-width:808px),screen and (max-aspect-ratio:10 / 11){.club-dedicated-services .club-c-l-card .card-list-img{aspect-ratio:464/500}}@media screen and (max-width:600px){.club-dedicated-services .club-c-l-card .card-list-img{aspect-ratio:464/650}}.club-dedicated-services .club-c-l-card .club-c-l-subTitle{width:100%;position:absolute;left:0;bottom:0;margin:30px 0;padding:0 50px;color:var(--club-white);overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;z-index:2;text-align:center}@media screen and (max-width:1078px){.club-dedicated-services .club-c-l-card .club-c-l-subTitle{margin:1.04167vw 0;padding:0 1.04167vw;font-size:1.25vw}}@media screen and (max-width:808px),screen and (max-aspect-ratio:10 / 11){.club-dedicated-services .club-c-l-card .club-c-l-subTitle{margin:25px 0;padding:0 20px;font-size:20px;text-align:left}}.club-dedicated-services.club-pin-module{padding:0 80px;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-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly}@media screen and (max-width:1078px){.club-dedicated-services.club-pin-module{padding:80px 80px 100px;height:auto}}@media screen and (max-width:808px),screen and (max-aspect-ratio:10 / 11){.club-dedicated-services.club-pin-module{display:block;padding:0}}.club-dedicated-services.club-pin-module .club-c-l-row-top,.club-dedicated-services.club-pin-module .club-c-l-scroller{max-width:85vw;margin:0 auto}@media screen and (max-width:808px),screen and (max-aspect-ratio:10 / 11){.club-dedicated-services.club-pin-module .club-c-l-row-top,.club-dedicated-services.club-pin-module .club-c-l-scroller{max-width:100%}}.club-dedicated-services.club-pin-module .club-c-l-row-bottom{padding-top:0}@media screen and (max-width:1078px){.club-dedicated-services.club-pin-module .club-c-l-row-bottom{padding-top:60px}}@media screen and (max-width:808px),screen and (max-aspect-ratio:10 / 11){.club-dedicated-services.club-pin-module .club-c-l-row-bottom{padding-top:20px;padding-left:0;padding-right:0}}@media screen and (max-width:808px),screen and (max-aspect-ratio:10 / 11){.club-dedicated-services.club-pin-module .club-c-l-col{max-height:none;width:89.74359vw!important;height:64.10256vw!important}}@media screen and (max-width:808px),screen and (max-aspect-ratio:10 / 11){.club-dedicated-services.club-pin-module .club-c-l-col:nth-child(odd){opacity:1;margin-top:0;-webkit-transform:none;transform:none}}@media screen and (max-width:808px),screen and (max-aspect-ratio:10 / 11){.club-dedicated-services.club-pin-module .club-c-l-col:nth-child(odd).active{-webkit-transform:none;transform:none}}@media screen and (max-width:1078px){.club-dedicated-services.club-pin-module .club-c-l-col:nth-child(even){margin-top:40px}}@media screen and (max-width:808px),screen and (max-aspect-ratio:10 / 11){.club-dedicated-services.club-pin-module .club-c-l-col:nth-child(even){margin-top:0;opacity:1;-webkit-transform:none;transform:none}}@media screen and (max-width:808px),screen and (max-aspect-ratio:10 / 11){.club-dedicated-services.club-pin-module .club-c-l-col:nth-child(even).active{-webkit-transform:none;transform:none}}.club-dedicated-services.club-pin-module .title-icon{margin-bottom:20px}.club-card-slider{width:100%;position:relative}.club-card-slider .club-card-slider-bg{position:absolute;left:0;top:0;right:0;bottom:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;z-index:1}.club-card-slider::after{display:block;content:"";position:absolute;left:0;top:0;right:0;bottom:0;width:100%;height:100%;background-color:rgba(255,255,255,.7);z-index:2;backdrop-filter:saturate(120%) blur(7px)}@media screen and (max-width:808px),screen and (max-aspect-ratio:10 / 11){.club-card-slider.club-pin-module{height:auto}}.club-card-slider.club-pin-module .club-card-slider-container{padding:0 80px;position:absolute;left:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);min-height:0}@media screen and (max-width:808px),screen and (max-aspect-ratio:10 / 11){.club-card-slider.club-pin-module .club-card-slider-container{padding:80px 0 57px;position:relative;left:auto;top:auto;-webkit-transform:translateY(0);transform:translateY(0);z-index:3}}.club-card-slider .club-card-slider-container{width:100%;max-width:100%;padding:180px 80px 137px;position:relative;z-index:3;min-height:59.4375vw}@media screen and (max-width:808px),screen and (max-aspect-ratio:10 / 11){.club-card-slider .club-card-slider-container{padding:80px 0 57px;min-height:0}}.club-card-slider .club-card-slider-container .club-card-slider-container-text{font-size:32px;line-height:1.125;margin-bottom:50px}@media screen and (max-width:808px),screen and (max-aspect-ratio:10 / 11){.club-card-slider .club-card-slider-container .club-card-slider-container-text{padding:0 20px;margin-bottom:32px}}.club-card-slider .club-card-slider-container .club-card-slider-container-text-title{color:var(--club-black)}@media screen and (max-width:1440px){.club-card-slider .club-card-slider-container .club-card-slider-container-text-title{width:30%}}@media screen and (max-width:808px),screen and (max-aspect-ratio:10 / 11){.club-card-slider .club-card-slider-container .club-card-slider-container-text-title{width:100%}}.club-card-slider .club-card-slider-container .club-card-slider-container-wrap{width:100%;position:relative}.club-card-slider .club-card-slider-container .club-card-slider-container-wrap .club-card-slider-swiper{width:100%;overflow-x:hidden;position:relative}.club-card-slider .club-card-slider-container .club-card-slider-container-wrap .club-card-slider-item .club-card-slider-item-img{width:100%;aspect-ratio:1440/617;-o-object-fit:cover;object-fit:cover;display:block}@media screen and (max-width:808px),screen and (max-aspect-ratio:10 / 11){.club-card-slider .club-card-slider-container .club-card-slider-container-wrap .club-card-slider-item .club-card-slider-item-img{aspect-ratio:390/298}}.club-card-slider .club-card-slider-inner{position:absolute;top:-170px;right:32px;width:678px;z-index:3;overflow-x:hidden}@media screen and (max-width:1440px){.club-card-slider .club-card-slider-inner{right:20px}}@media screen and (max-width:808px),screen and (max-aspect-ratio:10 / 11){.club-card-slider .club-card-slider-inner{position:relative;top:auto;right:auto;width:100%;padding:0 20px;margin-top:-50px;-webkit-transform:translateY(0);transform:translateY(0)}}.club-card-slider .club-card-slider-inner .club-card-slider-swiper-inner{width:100%;font-weight:400}.club-card-slider .club-card-slider-inner .club-card-slider-swiper-inner .swiper-slide{background:rgba(0,0,0,.75);backdrop-filter:saturate(120%) blur(7px);opacity:0!important}.club-card-slider .club-card-slider-inner .club-card-slider-swiper-inner .swiper-slide.swiper-slide-active{opacity:1!important}.club-card-slider .club-card-slider-inner .club-card-slider-inner-item{padding:60px 60px 80px}@media screen and (max-width:1440px){.club-card-slider .club-card-slider-inner .club-card-slider-inner-item{padding:40px 30px}}@media screen and (max-width:808px),screen and (max-aspect-ratio:10 / 11){.club-card-slider .club-card-slider-inner .club-card-slider-inner-item{padding:70px 30px 101px}}.club-card-slider .club-card-slider-inner .club-card-slider-inner-item .club-card-slider-item-text{padding-top:24px;width:100%;position:relative;-webkit-box-sizing:border-box;box-sizing:border-box}.club-card-slider .club-card-slider-inner .club-card-slider-inner-item .club-card-slider-item-text.club-card-slider-item-text-line{--club-c-s-i-text-line-color:var(--club-yellow)}.club-card-slider .club-card-slider-inner .club-card-slider-inner-item .club-card-slider-item-text.club-card-slider-item-text-line::before{display:block;content:"";position:absolute;left:0;top:0;width:150px;height:3px;background-color:var(--club-c-s-i-text-line-color)}.club-card-slider .club-card-slider-inner .club-card-slider-inner-item .club-card-slider-item-text h3{font-size:24px;line-height:1.166;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;color:var(--club-white)}@media screen and (max-width:808px),screen and (max-aspect-ratio:10 / 11){.club-card-slider .club-card-slider-inner .club-card-slider-inner-item .club-card-slider-item-text h3{font-size:20px;overflow:visible;text-overflow:clip;white-space:normal}}.club-card-slider .club-card-slider-inner .club-card-slider-inner-item .club-card-slider-item-row{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;display:flex;gap:24px 0;margin-top:24px;-ms-flex-wrap:wrap;flex-wrap:wrap}.club-card-slider .club-card-slider-inner .club-card-slider-inner-item .club-card-slider-item-row .club-card-slider-item-col{width:auto;font-size:0;padding-right:48px;position:relative}@media screen and (max-width:808px),screen and (max-aspect-ratio:10 / 11){.club-card-slider .club-card-slider-inner .club-card-slider-inner-item .club-card-slider-item-row .club-card-slider-item-col{padding-right:0;width:100%}}.club-card-slider .club-card-slider-inner .club-card-slider-inner-item .club-card-slider-item-row .club-card-slider-item-col:last-child{padding-right:0}.club-card-slider .club-card-slider-inner .club-card-slider-inner-item .club-card-slider-item-row .club-card-slider-item-col:last-child::after{display:none}.club-card-slider .club-card-slider-inner .club-card-slider-inner-item .club-card-slider-item-row .club-card-slider-item-col::after{content:"";width:1px;position:absolute;top:3px;right:24px;height:25px;background:#5c5c5c}@media screen and (max-width:808px),screen and (max-aspect-ratio:10 / 11){.club-card-slider .club-card-slider-inner .club-card-slider-inner-item .club-card-slider-item-row .club-card-slider-item-col::after{display:none}}.club-card-slider .club-card-slider-inner .club-card-slider-inner-item .club-card-slider-item-row .club-card-slider-item-col .club-card-slider-item-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.club-card-slider .club-card-slider-inner .club-card-slider-inner-item .club-card-slider-item-row .club-card-slider-item-col .club-card-slider-item-wrap-img{width:32px;height:32px;margin-right:8px;background-size:32px 32px;-ms-flex-negative:0;flex-shrink:0}.club-card-slider .club-card-slider-inner .club-card-slider-inner-item .club-card-slider-item-row .club-card-slider-item-col .club-card-slider-item-wrap-img.king-bed{--club-card-slider-item-wrap-bg:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik02LjQ1NTM1IDE2SDI1LjU0NDJDMjYuMTA3MSAxNiAyNi42NDY5IDE2LjIyMzYgMjcuMDQ0OSAxNi42MjE2QzI3LjQ0MjkgMTcuMDE5NiAyNy42NjY1IDE3LjU1OTQgMjcuNjY2NSAxOC4xMjIyVjIyLjM2NjdINC4zMzMxMlYxOC4xNDQ0QzQuMzMwMTkgMTcuODYzOSA0LjM4MjkxIDE3LjU4NTUgNC40ODgyNSAxNy4zMjU1QzQuNTkzNTggMTcuMDY1NCA0Ljc0OTQ0IDE2LjgyODggNC45NDY4IDE2LjYyOTRDNS4xNDQxNiAxNi40MyA1LjM3OTEgMTYuMjcxNyA1LjYzODA0IDE2LjE2MzZDNS44OTY5OCAxNi4wNTU2IDYuMTc0NzcgMTYgNi40NTUzNSAxNloiIHN0cm9rZT0iI0Y3RjdGNyIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPg0KPHBhdGggZD0iTTcuNTEwODkgNy41NDQ0M0gyNC40ODg3QzI1LjA1MTUgNy41NDQ0MyAyNS41OTEzIDcuNzY4MDIgMjUuOTg5MyA4LjE2NjAyQzI2LjM4NzMgOC41NjQwMSAyNi42MTA5IDkuMTAzODEgMjYuNjEwOSA5LjY2NjY2VjE2SDUuMzg4NjdWOS42NjY2NkM1LjM4ODY3IDkuMTAzODEgNS42MTIyNiA4LjU2NDAxIDYuMDEwMjYgOC4xNjYwMkM2LjQwODI1IDcuNzY4MDIgNi45NDgwNSA3LjU0NDQzIDcuNTEwODkgNy41NDQ0M1oiIHN0cm9rZT0iI0Y3RjdGNyIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPg0KPHBhdGggZD0iTTEwLjY5OTkgMTEuNzc3OEgxMy44Nzc2QzE0LjE1NjMgMTEuNzc3OCAxNC40MzIzIDExLjgzMjcgMTQuNjg5OCAxMS45Mzk0QzE0Ljk0NzMgMTIuMDQ2IDE1LjE4MTIgMTIuMjAyNCAxNS4zNzgzIDEyLjM5OTRDMTUuNTc1MyAxMi41OTY1IDE1LjczMTcgMTIuODMwNCAxNS44MzgzIDEzLjA4NzlDMTUuOTQ1IDEzLjM0NTQgMTUuOTk5OSAxMy42MjE0IDE1Ljk5OTkgMTMuOTAwMVYxNi4wMDAxSDguNTc3NjRWMTMuOTAwMUM4LjU3NzY0IDEzLjMzNzIgOC44MDEyMyAxMi43OTc0IDkuMTk5MjIgMTIuMzk5NEM5LjU5NzIxIDEyLjAwMTQgMTAuMTM3IDExLjc3NzggMTAuNjk5OSAxMS43Nzc4WiIgc3Ryb2tlPSIjRjdGN0Y3IiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+DQo8cGF0aCBkPSJNMTguMTIyMiAxMS43Nzc4SDIxLjNDMjEuODYyOCAxMS43Nzc4IDIyLjQwMjYgMTIuMDAxNCAyMi44MDA2IDEyLjM5OTRDMjMuMTk4NiAxMi43OTc0IDIzLjQyMjIgMTMuMzM3MiAyMy40MjIyIDEzLjkwMDFWMTYuMDAwMUgxNlYxMy45MDAxQzE2IDEzLjMzNzIgMTYuMjIzNiAxMi43OTc0IDE2LjYyMTYgMTIuMzk5NEMxNy4wMTk2IDEyLjAwMTQgMTcuNTU5NCAxMS43Nzc4IDE4LjEyMjIgMTEuNzc3OFoiIHN0cm9rZT0iI0Y3RjdGNyIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPg0KPHBhdGggZD0iTTUuMzg4NjcgMjUuNTY2N1YyMi4zODg5IiBzdHJva2U9IiNGN0Y3RjciIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz4NCjxwYXRoIGQ9Ik0yNi42MTA4IDI1LjU2NjdWMjIuMzg4OSIgc3Ryb2tlPSIjRjdGN0Y3IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz4NCjwvc3ZnPg0K);background:var(--club-card-slider-item-wrap-bg) no-repeat left top}.club-card-slider .club-card-slider-inner .club-card-slider-inner-item .club-card-slider-item-row .club-card-slider-item-col .club-card-slider-item-wrap-img.guest{--club-card-slider-item-wrap-bg:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzMiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMyAzMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMF84MjdfNzA2KSI+DQo8cGF0aCBkPSJNMTYuNTAwMSAxNi44NzFDMTkuMzEzIDE2Ljg3MSAyMS41OTM0IDE0LjU5MDYgMjEuNTkzNCAxMS43Nzc3QzIxLjU5MzQgOC45NjQ2OSAxOS4zMTMgNi42ODQzMyAxNi41MDAxIDYuNjg0MzNDMTMuNjg3MSA2LjY4NDMzIDExLjQwNjcgOC45NjQ2OSAxMS40MDY3IDExLjc3NzdDMTEuNDA2NyAxNC41OTA2IDEzLjY4NzEgMTYuODcxIDE2LjUwMDEgMTYuODcxWiIgc3Ryb2tlPSIjRjdGN0Y3IiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+DQo8cGF0aCBkPSJNNy4xNjY5OSAyNi4yMDQ1TDcuNDk1ODggMjQuMzgyMkM3Ljg4NDQxIDIyLjI3NzggOC45OTc4NyAyMC4zNzU5IDEwLjY0MjggMTkuMDA3QzEyLjI4NzggMTcuNjM4MSAxNC4zNjAzIDE2Ljg4ODcgMTYuNTAwMyAxNi44ODg5QzE4LjY0MjkgMTYuODg5NCAyMC43MTc0IDE3LjY0MTQgMjIuMzYyOCAxOS4wMTM4QzI0LjAwODEgMjAuMzg2MyAyNS4xMTk5IDIyLjI5MjMgMjUuNTA0OCAyNC40TDI1LjgzMzcgMjYuMjIyMiIgc3Ryb2tlPSIjRjdGN0Y3IiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+DQo8L2c+DQo8ZGVmcz4NCjxjbGlwUGF0aCBpZD0iY2xpcDBfODI3XzcwNiI+DQo8cmVjdCB3aWR0aD0iMjEuMzMzMyIgaGVpZ2h0PSIyMS4zMzMzIiBmaWxsPSJ3aGl0ZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNS44MzM1IDUuMzMzMjUpIi8+DQo8L2NsaXBQYXRoPg0KPC9kZWZzPg0KPC9zdmc+DQo=);background:var(--club-card-slider-item-wrap-bg) no-repeat left top}.club-card-slider .club-card-slider-inner .club-card-slider-inner-item .club-card-slider-item-row .club-card-slider-item-col .club-card-slider-item-wrap-img.area{--club-card-slider-item-wrap-bg:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMF84MjdfNzEzKSI+DQo8cGF0aCBkPSJNNC4xNjY1IDguMzZMNy4wMjY1IDUuNUw5Ljg5NjUgOC4zNiIgc3Ryb2tlPSIjRjdGN0Y3IiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+DQo8cGF0aCBkPSJNMjIuMzA2NiAyMC43N0wyNS4xNjY2IDIzLjY0TDIyLjMwNjYgMjYuNSIgc3Ryb2tlPSIjRjdGN0Y3IiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+DQo8cGF0aCBkPSJNMjUuMTY2NCAyMy42NEg3LjAyNjM3VjUuNSIgc3Ryb2tlPSIjRjdGN0Y3IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz4NCjxwYXRoIGQ9Ik0xMC44NDY3IDUuNUgyNS4xNjY3VjE5LjgyIiBzdHJva2U9IiNGN0Y3RjciIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPg0KPHBhdGggZD0iTTIyLjMwNjQgNS41TDcuMDI2MzcgMjAuNzciIHN0cm9rZT0iI0Y3RjdGNyIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+DQo8cGF0aCBkPSJNMjUuMTY2NSA4LjM2MDExTDkuODk2NDggMjMuNjQwMSIgc3Ryb2tlPSIjRjdGN0Y3IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz4NCjxwYXRoIGQ9Ik0xNi41NzY0IDUuNUw3LjAyNjM3IDE1LjA1IiBzdHJva2U9IiNGN0Y3RjciIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPg0KPHBhdGggZD0iTTI1LjU1IDE0LjY2NjdMMTYgMjQuMjE2NyIgc3Ryb2tlPSIjRjdGN0Y3IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz4NCjwvZz4NCjxkZWZzPg0KPGNsaXBQYXRoIGlkPSJjbGlwMF84MjdfNzEzIj4NCjxyZWN0IHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0id2hpdGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIuNjY2NSA0KSIvPg0KPC9jbGlwUGF0aD4NCjwvZGVmcz4NCjwvc3ZnPg0K);background:var(--club-card-slider-item-wrap-bg) no-repeat left top}.club-card-slider .club-card-slider-inner .club-card-slider-inner-item .club-card-slider-item-row .club-card-slider-item-col p{font-size:14px;line-height:1.5;color:var(--club-light-white)}@media screen and (max-width:808px),screen and (max-aspect-ratio:10 / 11){.club-card-slider .club-card-slider-inner .club-card-slider-inner-item .club-card-slider-item-row .club-card-slider-item-col p{font-size:12px}}.club-card-slider .club-card-slider-inner .club-card-slider-inner-item .club-card-slider-item-desc{margin-top:24px}.club-card-slider .club-card-slider-inner .club-card-slider-inner-item .club-card-slider-item-desc p{font-size:16px;line-height:1.5;color:var(--club-white);overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4}@media screen and (max-width:808px),screen and (max-aspect-ratio:10 / 11){.club-card-slider .club-card-slider-inner .club-card-slider-inner-item .club-card-slider-item-desc p{font-size:14px;-webkit-line-clamp:3}}.club-card-slider .club-card-slider-inner .club-card-slider-inner-item .club-card-slider-item-button{margin-top:32px;display:-webkit-box;display:-ms-flexbox;display:flex;gap:16px 24px}.club-card-slider .club-card-slider-inner .club-card-slider-inner-item img{width:100%}.club-card-slider .club-card-slider-inner-pagination{position:absolute;top:35px;right:71px;width:auto;left:auto;bottom:auto;color:var(--club-white);font-family:Baskerville,sans-serif;font-size:24px;font-weight:400;line-height:28px;z-index:1;letter-spacing:.02em}@media screen and (max-width:808px),screen and (max-aspect-ratio:10 / 11){.club-card-slider .club-card-slider-inner-pagination{top:17px;right:58px}}.club-card-slider .btn-arrow.club-card-slider-inner-next,.club-card-slider .btn-arrow.club-card-slider-inner-prev{--club-btn-border-color:transparent;--club-btn-border-hover-color:transparent;position:absolute;right:34px;top:38px;left:auto;margin-top:0;width:24px;height:24px;z-index:3;background-size:20px 20px}@media screen and (max-width:808px),screen and (max-aspect-ratio:10 / 11){.club-card-slider .btn-arrow.club-card-slider-inner-next,.club-card-slider .btn-arrow.club-card-slider-inner-prev{top:20px;right:20px}}.club-card-slider .btn-arrow.club-card-slider-inner-prev{right:136px;-webkit-transform:rotate(180deg);transform:rotate(180deg)}@media screen and (max-width:808px),screen and (max-aspect-ratio:10 / 11){.club-card-slider .btn-arrow.club-card-slider-inner-prev{right:125px}}.club-card-slider .btn-arrow.swiper-button-lock{display:none}.club-card-slider .swiper-pagination-current{color:var(--club-yellow)}.club-card-slider .swiper-button-next,.club-card-slider .swiper-button-prev{display:none}.club-card-slider .swiper-button-init{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.club-card-slider .swiper-pagination{display:none}.club-card-slider .swiper-pagination.swiper-button-init{display:block!important}.club-image-slider{width:100%;position:relative;color:var(--club-white);overflow:hidden;font-weight:400}@media screen and (max-width:808px),screen and (max-aspect-ratio:10 / 11){.club-image-slider{height:auto}}.club-image-slider.active .club-i-s-bg{-webkit-transform:scale(1.1);transform:scale(1.1)}@media screen and (max-width:808px),screen and (max-aspect-ratio:10 / 11){.club-image-slider.active .club-i-s-bg{-webkit-transform:scale(1);transform:scale(1)}}.club-image-slider.active .club-i-s-content .club-i-s-left{opacity:1}.club-image-slider.active .club-i-s-content .summary-container,.club-image-slider.active .club-i-s-content .summary-img-wrap{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}.club-image-slider .club-i-s-bg{position:absolute;width:100%;height:100%;top:0;left:0;-webkit-transition:2s -webkit-transform ease-out;transition:2s -webkit-transform ease-out;transition:2s transform ease-out;transition:2s transform ease-out,2s -webkit-transform ease-out}.club-image-slider .club-i-s-bg::after{content:"";position:absolute;background:rgba(0,0,0,.8);width:100%;height:100%;top:0;left:0}.club-image-slider .club-i-s-bg .bg-img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.club-image-slider .club-i-s-content{padding:80px 60px 80px 80px}@media screen and (max-width:1078px){.club-image-slider .club-i-s-content{padding:80px 40px}}@media screen and (max-width:808px),screen and (max-aspect-ratio:10 / 11){.club-image-slider .club-i-s-content{padding:80px 20px}}.club-image-slider .club-i-s-left{width:64.38%;position:relative;opacity:0;-webkit-transition:1.5s opacity ease-out;transition:1.5s opacity ease-out;overflow:hidden}@media screen and (max-width:1078px){.club-image-slider .club-i-s-left{width:60%;opacity:1}}@media screen and (max-width:808px),screen and (max-aspect-ratio:10 / 11){.club-image-slider .club-i-s-left{width:100%;z-index:12}}.club-image-slider .club-i-s-img-swiper{height:100%;overflow:hidden}.club-image-slider .club-i-s-img-swiper .img-slider{position:relative;width:100%;aspect-ratio:940/960}@media screen and (max-width:808px),screen and (max-aspect-ratio:10 / 11){.club-image-slider .club-i-s-img-swiper .img-slider{aspect-ratio:1/1}}.club-image-slider .club-i-s-img-swiper .img-slider::after{content:"";position:absolute;background:-webkit-gradient(linear,left top,left bottom,color-stop(45.02%,rgba(0,0,0,0)),color-stop(96.38%,rgba(0,0,0,.9)));background:linear-gradient(180deg,rgba(0,0,0,0) 45.02%,rgba(0,0,0,.9) 96.38%);width:100%;height:100%;top:0;left:0}.club-image-slider .club-i-s-img-swiper .text-swiper-title{z-index:1;position:absolute;bottom:80px;left:0;right:0;padding:0 20px;font-size:24px;font-weight:400;line-height:28px;letter-spacing:.02em;text-align:center}@media screen and (max-width:808px),screen and (max-aspect-ratio:10 / 11){.club-image-slider .club-i-s-img-swiper .text-swiper-title{font-size:16px;letter-spacing:2px}}.club-image-slider .club-i-s-img-swiper .swiper-img{display:block;width:100%;aspect-ratio:940/960;-o-object-fit:cover;object-fit:cover}@media screen and (max-width:808px),screen and (max-aspect-ratio:10 / 11){.club-image-slider .club-i-s-img-swiper .swiper-img{aspect-ratio:1/1}}.club-image-slider .club-i-s-img-swiper .club-i-s-next,.club-image-slider .club-i-s-img-swiper .club-i-s-prev{--club-btn-border-color:transparent;--club-btn-border-hover-color:transparent;top:auto;bottom:35px;z-index:11;left:calc(50% + 40px)}.club-image-slider .club-i-s-img-swiper .club-i-s-prev{-webkit-transform:rotate(180deg);transform:rotate(180deg);left:calc(50% - 80px)}.club-image-slider .club-i-s-img-swiper .club-i-s-pagination{bottom:43px;font-size:24px;font-weight:400;line-height:28px;letter-spacing:.02em;font-family:Baskerville,sans-serif}@media screen and (max-width:808px),screen and (max-aspect-ratio:10 / 11){.club-image-slider .club-i-s-img-swiper .club-i-s-pagination{font-size:20px;line-height:22.88px;letter-spacing:2px}}.club-image-slider .club-i-s-summary{position:absolute;top:80px;right:60px;width:42.4%;padding-top:60px;z-index:12}@media screen and (max-width:1078px){.club-image-slider .club-i-s-summary{right:40px;padding-top:5px;width:50%}}@media screen and (max-width:808px),screen and (max-aspect-ratio:10 / 11){.club-image-slider .club-i-s-summary{overflow:hidden;position:relative;top:auto;right:auto;width:100%;padding-top:0}}.club-image-slider .club-i-s-summary .summary-container{background-color:rgba(0,0,0,.75);backdrop-filter:blur(5px);border:1px solid rgba(255,255,255,.012);padding:60px;-webkit-transform:translateY(100px);transform:translateY(100px);opacity:0;-webkit-transition:1.5s opacity ease-out,1.5s -webkit-transform ease-out;transition:1.5s opacity ease-out,1.5s -webkit-transform ease-out;transition:1.5s transform ease-out,1.5s opacity ease-out;transition:1.5s transform ease-out,1.5s opacity ease-out,1.5s -webkit-transform ease-out}@media screen and (max-width:1440px){.club-image-slider .club-i-s-summary .summary-container{padding:30px}}@media screen and (max-width:1078px){.club-image-slider .club-i-s-summary .summary-container{padding:30px}}@media screen and (max-width:808px),screen and (max-aspect-ratio:10 / 11){.club-image-slider .club-i-s-summary .summary-container{padding:40px 30px;opacity:1;-webkit-transform:none;transform:none;-webkit-transition:none;transition:none}}.club-image-slider .club-i-s-summary .summary-container .summary-title{--club-i-s-line-color:var(--club-yellow);position:relative;margin-bottom:24px;font-size:48px;font-weight:400;line-height:52px;letter-spacing:.02em}@media screen and (max-width:1440px){.club-image-slider .club-i-s-summary .summary-container .summary-title{font-size:32px;line-height:36px}}@media screen and (max-width:1078px){.club-image-slider .club-i-s-summary .summary-container .summary-title{font-size:32px;line-height:36px}}@media screen and (max-width:808px),screen and (max-aspect-ratio:10 / 11){.club-image-slider .club-i-s-summary .summary-container .summary-title{font-size:32px;line-height:36px}}.club-image-slider .club-i-s-summary .summary-container .summary-title.club-i-s-line{padding-top:24px}.club-image-slider .club-i-s-summary .summary-container .summary-title.club-i-s-line::before{content:"";position:absolute;top:0;left:0;width:150px;height:3px;background-color:var(--club-i-s-line-color)}.club-image-slider .club-i-s-summary .summary-container .summary-desc{font-size:16px;font-weight:400;line-height:24px}@media screen and (max-width:1078px){.club-image-slider .club-i-s-summary .summary-container .summary-desc{font-size:14px;line-height:21px}}@media screen and (max-width:808px),screen and (max-aspect-ratio:10 / 11){.club-image-slider .club-i-s-summary .summary-container .summary-desc{display:block;font-size:14px;line-height:21px}}.club-image-slider .summary-img-wrap{position:absolute;bottom:130px;right:110px;width:25vw;aspect-ratio:1/1;-webkit-transform:translateY(250px);transform:translateY(250px);opacity:0;z-index:2;-webkit-transition:1.5s opacity ease-out,1.5s -webkit-transform ease-out;transition:1.5s opacity ease-out,1.5s -webkit-transform ease-out;transition:1.5s transform ease-out,1.5s opacity ease-out;transition:1.5s transform ease-out,1.5s opacity ease-out,1.5s -webkit-transform ease-out}@media screen and (max-width:1078px){.club-image-slider .summary-img-wrap{bottom:100px;right:40px}}@media screen and (max-width:808px),screen and (max-aspect-ratio:10 / 11){.club-image-slider .summary-img-wrap{display:none}}.club-image-slider .summary-img-wrap .summary-img{display:block;width:100%;aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover}@media screen and (max-width:1078px){.club-image-slider.club-pin-module{height:auto}}.club-image-slider.club-pin-module .club-i-s-bg{-webkit-transform:scale(1);transform:scale(1)}.club-image-slider.club-pin-module .club-i-s-content .club-i-s-left{height:calc(100vh - 160px);opacity:1}@media screen and (max-width:1078px){.club-image-slider.club-pin-module .club-i-s-content .club-i-s-left{height:auto}}.club-image-slider.club-pin-module .club-i-s-content .summary-container,.club-image-slider.club-pin-module .club-i-s-content .summary-img-wrap{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}.club-image-slider .pin-spacer{pointer-events:none}.club-image-slider .swiper-button-next,.club-image-slider .swiper-button-prev{display:none!important}.club-image-slider .swiper-button-next.swiper-button-init,.club-image-slider .swiper-button-prev.swiper-button-init{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}.club-image-slider .swiper-pagination{display:none}.club-image-slider .swiper-pagination.swiper-button-init{display:block!important}.club-info{width:100%;position:relative;color:var(--club-white);overflow:hidden}@media screen and (max-width:808px),screen and (max-aspect-ratio:10 / 11){.club-info{height:auto}}.club-info .club-info-bg{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);left:0;width:100%;height:100%;overflow:hidden}@media screen and (max-width:808px),screen and (max-aspect-ratio:10 / 11){.club-info .club-info-bg{aspect-ratio:auto;position:absolute;top:0;left:0;height:100%;-webkit-transform:none;transform:none}}.club-info .club-info-bg .bg-img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}@media screen and (max-width:808px),screen and (max-aspect-ratio:10 / 11){.club-info .club-info-bg .bg-img{aspect-ratio:auto;height:100%}}.club-info .club-info-trigger{padding-left:80px}@media screen and (max-width:808px),screen and (max-aspect-ratio:10 / 11){.club-info .club-info-trigger{position:relative;padding-left:0}}.club-info .club-info-content,.club-info .sidebar-info{background-color:rgba(0,0,0,.75);backdrop-filter:blur(15px);padding:133.5px 60px;width:678px;height:100vh;z-index:2;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-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-transform:translateY(0);transform:translateY(0)}@media screen and (max-width:808px),screen and (max-aspect-ratio:10 / 11){.club-info .club-info-content,.club-info .sidebar-info{width:100%;padding:40px;height:auto;display:block}}.club-info .club-info-title{--club-info-line-color:var(--club-yellow);position:relative;font-size:24px;font-weight:400;line-height:28px;letter-spacing:.02em;text-transform:uppercase;color:var(--club-white)}@media screen and (max-width:808px),screen and (max-aspect-ratio:10 / 11){.club-info .club-info-title{font-size:20px;line-height:22.88px;letter-spacing:2px}}.club-info .club-info-title.club-info-line{position:relative;padding-top:1.25vw}@media screen and (max-width:808px),screen and (max-aspect-ratio:10 / 11){.club-info .club-info-title.club-info-line{padding-top:24px}}.club-info .club-info-title.club-info-line::before{content:"";position:absolute;top:0;left:0;width:150px;height:3px;background-color:var(--club-info-line-color)}.club-info .club-info-list{margin-top:1.5625vw}@media screen and (max-width:808px),screen and (max-aspect-ratio:10 / 11){.club-info .club-info-list{margin-top:58px}}.club-info .club-info-list .club-info-row{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:1.5625vw}@media screen and (max-width:808px),screen and (max-aspect-ratio:10 / 11){.club-info .club-info-list .club-info-row{margin-bottom:48px}}.club-info .club-info-list .club-info-row:last-child{margin-bottom:0}.club-info .club-info-list .club-info-row .club-info-col-left{width:40%;-webkit-box-flex:0;-ms-flex:0 0 40%;flex:0 0 40%;padding-right:20px}@media screen and (max-width:808px),screen and (max-aspect-ratio:10 / 11){.club-info .club-info-list .club-info-row .club-info-col-left{width:50%;-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}}.club-info .club-info-list .club-info-row .club-info-col-right{width:60%;-webkit-box-flex:0;-ms-flex:0 0 60%;flex:0 0 60%}@media screen and (max-width:808px),screen and (max-aspect-ratio:10 / 11){.club-info .club-info-list .club-info-row .club-info-col-right{width:50%;-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}}.club-info .club-info-text{font-size:16px;font-weight:400;line-height:24px;letter-spacing:0;color:var(--club-light-white)}@media screen and (max-width:808px),screen and (max-aspect-ratio:10 / 11){.club-info .club-info-text{font-size:14px;line-height:21px}}.club-info .club-info-subTitle{font-family:FuturaStd-Book,sans-serif;font-size:16px;border-top:1px solid #fff;padding-top:3.02083vw;margin-top:2.5vw}@media screen and (max-width:808px),screen and (max-aspect-ratio:10 / 11){.club-info .club-info-subTitle{font-size:14px;padding-top:58px;margin-top:48px}}.club-info .sidebar-contanier{display:none}.club-info.club-sidebar-show .sidebar-contanier{display:block}.club-info .sidebar-button{position:fixed;bottom:0;right:0;z-index:13}.club-info .sidebar-button .club-btn{padding:14px 20px;font-size:16px;font-weight:400;line-height:24px}@media screen and (max-width:808px),screen and (max-aspect-ratio:10 / 11){.club-info .sidebar-button .club-btn{width:100vw;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.club-info .sidebar-info{z-index:1000;position:fixed;height:100vh;display:-webkit-box;display:-ms-flexbox;display:flex;padding:0;top:0;right:0;background-color:rgba(0,0,0,.9);-webkit-transform:translateX(100%);transform:translateX(100%);-webkit-transition:-webkit-transform .8s ease-out;transition:-webkit-transform .8s ease-out;transition:transform .8s ease-out;transition:transform .8s ease-out,-webkit-transform .8s ease-out}@media screen and (max-width:808px),screen and (max-aspect-ratio:10 / 11){.club-info .sidebar-info{display:block;padding:0}}.club-info .sidebar-info.show{-webkit-transform:translateX(0);transform:translateX(0)}@media screen and (max-width:808px),screen and (max-aspect-ratio:10 / 11){.club-info .sidebar-info .club-info-content{padding:60px 40px 80px 40px;overflow-y:auto;height:100%}}.club-info .sidebar-info .btn-close{position:absolute;top:40px;right:40px;--club-btn-bg:var(--club-yellow);--club-btn-bg-hover:var(--club-yellow);--club-btn-icon:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/PjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+PHN2ZyB0PSIxNzI2NjU4MTc3NjQ3IiBjbGFzcz0iaWNvbiIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHAtaWQ9IjE0NjgiIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMjAwIiBoZWlnaHQ9IjIwMCI+PHBhdGggZD0iTTc2Mi44OCA3OTAuMDE2Yy03LjY4IDAtMTQuODQ4LTMuMDcyLTIwLjQ4LTguNzA0TDI0NC43MzYgMjg0LjE2Yy0xMS4yNjQtMTEuMjY0LTExLjI2NC0zMC4yMDggMC00MS40NzIgMTEuMjY0LTExLjI2NCAzMC4yMDgtMTEuMjY0IDQxLjQ3MiAwbDQ5Ny4xNTIgNDk3LjE1MmMxMS4yNjQgMTEuMjY0IDExLjI2NCAzMC4yMDggMCA0MS40NzJDNzc3LjcyOCA3ODYuOTQ0IDc3MC41NiA3OTAuMDE2IDc2Mi44OCA3OTAuMDE2eiIgcC1pZD0iMTQ2OSIgZmlsbD0iI2ZmZmZmZiI+PC9wYXRoPjxwYXRoIGQ9Ik0yNjUuNzI4IDc5MC4wMTZjLTcuNjggMC0xNC44NDgtMy4wNzItMjAuNDgtOC43MDQtMTEuMjY0LTExLjI2NC0xMS4yNjQtMzAuMjA4IDAtNDEuNDcyTDc0Mi40IDI0Mi42ODhjMTEuMjY0LTExLjI2NCAzMC4yMDgtMTEuMjY0IDQxLjQ3MiAwczExLjI2NCAzMC4yMDggMCA0MS40NzJsLTQ5Ny4xNTIgNDk3LjE1MkMyODAuNTc2IDc4Ni45NDQgMjczLjQwOCA3OTAuMDE2IDI2NS43MjggNzkwLjAxNnoiIHAtaWQ9IjE0NzAiIGZpbGw9IiNmZmZmZmYiPjwvcGF0aD48L3N2Zz4=);width:44px;height:44px;padding:0;border:none;background-color:var(--club-btn-bg,var(--club-yellow));background:var(--club-btn-icon) no-repeat center/24px 24px;z-index:15}@media (any-hover:hover){.club-info .sidebar-info .btn-close:hover{background-color:var(--club-btn-bg-hover,var(--club-yellow))}}@media screen and (max-width:808px),screen and (max-aspect-ratio:10 / 11){.club-info .sidebar-info .btn-close{top:5px;right:0}}.club-info .sidebar-info .club-info-title.club-info-line{position:relative}@media screen and (max-width:808px),screen and (max-aspect-ratio:10 / 11){.club-info .sidebar-info .club-info-title.club-info-line{padding-top:24px}}@media screen and (max-width:808px) and (min-width:767px),screen and (max-aspect-ratio:10 / 11) and (min-width:767px){.club-info .sidebar-info .club-info-title.club-info-line{padding-top:38px}}@media screen and (max-width:808px),screen and (max-aspect-ratio:10 / 11){.club-info .sidebar-info .club-info-list{margin-top:30px}}@media screen and (max-width:808px) and (min-width:767px),screen and (max-aspect-ratio:10 / 11) and (min-width:767px){.club-info .sidebar-info .club-info-list{margin-top:38px}}@media screen and (max-width:808px),screen and (max-aspect-ratio:10 / 11){.club-info .sidebar-info .club-info-list .club-info-row{margin-bottom:20px}}@media screen and (max-width:808px) and (min-width:767px),screen and (max-aspect-ratio:10 / 11) and (min-width:767px){.club-info .sidebar-info .club-info-list .club-info-row{margin-bottom:38px}}@media screen and (max-width:808px),screen and (max-aspect-ratio:10 / 11){.club-info .sidebar-info .club-info-subTitle{padding-top:30px;margin-top:30px}}@media screen and (max-width:808px) and (min-width:767px),screen and (max-aspect-ratio:10 / 11) and (min-width:767px){.club-info .sidebar-info .club-info-subTitle{padding-top:38px;margin-top:28px}}.club-info .btn-info{--club-btn-color:#fff;--club-btn-bg:#6e5e5e;--club-btn-bg-hover:#392c2c;text-transform:none;border:none;color:var(--club-btn-color,#fff);background-color:var(--club-btn-bg,#6e5e5e)}@media (any-hover:hover){.club-info .btn-info:hover{background-color:var(--club-btn-bg-hover,#6e5e5e)}}@media screen and (max-width:1078px){.club-info.club-pin-module{height:auto}}.club-info.club-pin-module .club-info-bg{height:100%}.club-info .club-info-btn-group{margin-top:32px;display:-webkit-box;display:-ms-flexbox;display:flex;gap:16px 24px}.club-info .club-info-btn-group .btn-link{color:var(--club-white)}.club-icons-list{position:relative}.club-icons-list.club-pin-module{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.club-icons-list .club-icons-list-bg{z-index:1;position:absolute;top:0;left:0;width:100%;height:100%;background-color:#222}.club-icons-list .club-icons-list-bg img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;opacity:.2}.club-icons-list .club-icons-list-container{z-index:3;position:relative;width:100%;margin:0 auto;font-weight:400;padding:80px 80px}@media screen and (max-width:1440px){.club-icons-list .club-icons-list-container{padding:80px 20px}}.club-icons-list .club-icons-list-container .club-icons-list-top{width:100%;margin:0 auto}@media screen and (max-width:808px),screen and (max-aspect-ratio:10 / 11){.club-icons-list .club-icons-list-container .club-icons-list-top{width:100%;padding:0}}.club-icons-list .club-icons-list-container .club-icons-list-top .club-icons-list-text{width:100%;text-align:center;padding:0 20px}.club-icons-list .club-icons-list-container .club-icons-list-text-title{font-size:32px;line-height:1.125;color:var(--club-white)}.club-icons-list .club-icons-list-container .club-icons-list-row{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:48px;gap:32px 64px;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media screen and (max-width:1440px){.club-icons-list .club-icons-list-container .club-icons-list-row{gap:32px}}@media screen and (max-width:1078px){.club-icons-list .club-icons-list-container .club-icons-list-row{gap:32px 10px}}@media screen and (max-width:808px),screen and (max-aspect-ratio:10 / 11){.club-icons-list .club-icons-list-container .club-icons-list-row{gap:32px 10px;width:100%}}.club-icons-list .club-icons-list-container .club-icons-list-row .club-icons-list-col{width:230px;text-align:center}@media screen and (max-width:1078px){.club-icons-list .club-icons-list-container .club-icons-list-row .club-icons-list-col{width:calc((100% - 10px)/ 2)}}.club-icons-list .club-icons-list-container .club-icons-list-row .club-icons-list-col .club-icons-list-col-wrap{width:100%;padding:0 10px}@media screen and (max-width:808px),screen and (max-aspect-ratio:10 / 11){.club-icons-list .club-icons-list-container .club-icons-list-row .club-icons-list-col .club-icons-list-col-wrap{padding:0}}.club-icons-list .club-icons-list-container .club-icons-list-row .club-icons-list-col-wrap-img{width:40px;height:40px;display:inline-block}.club-icons-list .club-icons-list-container .club-icons-list-row .club-icons-list-col-wrap-desc{margin-top:20px;font-size:16px;line-height:1.5;color:var(--club-white);font-weight:400}@media screen and (max-width:808px),screen and (max-aspect-ratio:10 / 11){.club-icons-list .club-icons-list-container .club-icons-list-row .club-icons-list-col-wrap-desc{font-size:14px}}.club-video-list{width:100%;padding-top:100px;padding-bottom:82px;overflow:hidden;background:var(--club-white);-webkit-box-sizing:border-box;box-sizing:border-box}.club-video-list *{-webkit-box-sizing:border-box;box-sizing:border-box}@media screen and (max-width:808px),screen and (max-aspect-ratio:10 / 11){.club-video-list{padding-top:80px;margin-bottom:50px;padding-bottom:0}}.club-video-list.club-pin-module{padding-top:0}@media screen and (max-width:808px),screen and (max-aspect-ratio:10 / 11){.club-video-list.club-pin-module{padding-top:80px;margin-bottom:50px;height:auto}}.club-video-list.club-pin-module .club-video-list-container{position:absolute;left:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}@media screen and (max-width:808px),screen and (max-aspect-ratio:10 / 11){.club-video-list.club-pin-module .club-video-list-container{position:relative;left:auto;top:auto;-webkit-transform:translateY(0);transform:translateY(0)}}.club-video-list.club-pin-module .club-video-list-container .club-video-list-club-title{opacity:1;-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}.club-video-list.club-pin-module .club-video-list-container .club-video-list-club-desc{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}.club-video-list.club-pin-module .club-video-list-container .swiper-slide{opacity:1}.club-video-list.club-pin-module .club-video-list-container .btn-arrow.club-video-list-next,.club-video-list.club-pin-module .club-video-list-container .btn-arrow.club-video-list-prev{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}.club-video-list.club-pin-module .club-video-list-container .btn-arrow.club-video-list-prev{opacity:1;-webkit-transform:rotate(180deg) translateY(0);transform:rotate(180deg) translateY(0)}.club-video-list.club-pin-module .club-video-list-container .club-video-list-banner .swiper-wrapper{padding-bottom:0}.club-video-list.club-pin-module .club-video-list-container .club-video-list-swiper .swiper-slide .club-carousel-item-img,.club-video-list.club-pin-module .club-video-list-container .club-video-list-swiper .swiper-slide .club-carousel-item-video{height:36.45833vw}@media screen and (max-width:808px),screen and (max-aspect-ratio:10 / 11){.club-video-list.club-pin-module .club-video-list-container .club-video-list-swiper .swiper-slide .club-carousel-item-img,.club-video-list.club-pin-module .club-video-list-container .club-video-list-swiper .swiper-slide .club-carousel-item-video{height:86.15385vw}}.club-video-list .modal{position:relative;z-index:1000}.club-video-list .club-video-list-container{position:relative}.club-video-list .club-video-list-container.animate .club-video-list-club-title{opacity:1;-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}.club-video-list .club-video-list-container.animate .club-video-list-club-desc{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}.club-video-list .club-video-list-container.animate .btn-arrow.club-video-list-next,.club-video-list .club-video-list-container.animate .btn-arrow.club-video-list-prev{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}.club-video-list .club-video-list-container.animate .btn-arrow.club-video-list-prev{opacity:1;-webkit-transform:rotate(180deg) translateY(0);transform:rotate(180deg) translateY(0)}.club-video-list .special-clor{color:var(--club-yellow)}.club-video-list .club-video-list-club{width:100%;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;padding-left:80px;padding-right:22.75vw;-webkit-box-sizing:border-box;box-sizing:border-box;gap:20px 40px}@media screen and (max-width:808px),screen and (max-aspect-ratio:10 / 11){.club-video-list .club-video-list-club{gap:0;width:100%;padding:0 20px}}.club-video-list .club-video-list-club-title{padding-top:10px;-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0;opacity:0;-webkit-transform:scale(1.1) translateY(30%);transform:scale(1.1) translateY(30%);-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transition:1s opacity ease-out 0s,1s -webkit-transform ease-out 0s;transition:1s opacity ease-out 0s,1s -webkit-transform ease-out 0s;transition:1s transform ease-out 0s,1s opacity ease-out 0s;transition:1s transform ease-out 0s,1s opacity ease-out 0s,1s -webkit-transform ease-out 0s}@media screen and (max-width:808px),screen and (max-aspect-ratio:10 / 11){.club-video-list .club-video-list-club-title{padding-top:0;width:100%;margin-right:10%;margin-bottom:32px;opacity:1;-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}}.club-video-list .club-video-list-club-title h2{font-size:40px;line-height:1.15;color:var(--club-black);overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;color:var(--club-black)}@media screen and (max-width:808px),screen and (max-aspect-ratio:10 / 11){.club-video-list .club-video-list-club-title h2{overflow:visible;display:block;font-size:32px}}.club-video-list .club-video-list-club-desc{width:34.0625vw;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;opacity:0;-webkit-transform:translateY(30%);transform:translateY(30%);-webkit-transition:1s opacity ease-out 0s,1s -webkit-transform ease-out 0s;transition:1s opacity ease-out 0s,1s -webkit-transform ease-out 0s;transition:1s transform ease-out 0s,1s opacity ease-out 0s;transition:1s transform ease-out 0s,1s opacity ease-out 0s,1s -webkit-transform ease-out 0s;color:var(--club-black)}@media screen and (max-width:808px),screen and (max-aspect-ratio:10 / 11){.club-video-list .club-video-list-club-desc{width:95%;opacity:1;-webkit-transform:translateY(0);transform:translateY(0);-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto}}.club-video-list .club-video-list-club-desc p{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;color:var(--club-black);font-size:16px;font-weight:400;line-height:1.5}@media screen and (max-width:808px),screen and (max-aspect-ratio:10 / 11){.club-video-list .club-video-list-club-desc p{margin-top:0;overflow:visible;display:block;font-size:14px}}.club-video-list .club-video-list-banner{overflow:hidden;width:100%;padding-left:80px;padding-right:80px;padding-top:63px}@media screen and (max-width:808px),screen and (max-aspect-ratio:10 / 11){.club-video-list .club-video-list-banner{padding-left:20px;padding-top:0;padding-right:0}}.club-video-list .club-video-list-banner .swiper-wrapper{margin:0 -5px}@media screen and (max-width:808px),screen and (max-aspect-ratio:10 / 11){.club-video-list .club-video-list-banner .swiper-wrapper{margin:0 -7px}}.club-video-list .club-video-list-swiper{position:relative}@media screen and (max-width:808px),screen and (max-aspect-ratio:10 / 11){.club-video-list .club-video-list-swiper{margin-right:13px}}.club-video-list .club-video-list-swiper .swiper-slide{width:29.875vw;aspect-ratio:478/650;position:relative;opacity:0;margin:0 5px}@media screen and (max-width:1790px){.club-video-list .club-video-list-swiper .swiper-slide{width:29.375vw}}@media screen and (max-width:1600px){.club-video-list .club-video-list-swiper .swiper-slide{width:28.75vw}}@media screen and (max-width:1440px){.club-video-list .club-video-list-swiper .swiper-slide{width:28.125vw}}@media screen and (max-width:1190px){.club-video-list .club-video-list-swiper .swiper-slide{width:27.375vw}}@media screen and (max-width:1078px){.club-video-list .club-video-list-swiper .swiper-slide{width:43.59926vw}}@media screen and (max-width:808px),screen and (max-aspect-ratio:10 / 11){.club-video-list .club-video-list-swiper .swiper-slide{width:58.97436vw;aspect-ratio:230/336;margin:0 7px;opacity:1!important;-webkit-transform:none!important;transform:none!important}}.club-video-list .club-video-list-swiper .swiper-slide .club-carousel-item-img,.club-video-list .club-video-list-swiper .swiper-slide .club-carousel-item-video{display:block;width:100%;aspect-ratio:478/650;-o-object-fit:cover;object-fit:cover}@media screen and (max-width:808px),screen and (max-aspect-ratio:10 / 11){.club-video-list .club-video-list-swiper .swiper-slide .club-carousel-item-img,.club-video-list .club-video-list-swiper .swiper-slide .club-carousel-item-video{aspect-ratio:230/336}}.club-video-list .club-video-list-swiper .swiper-slide:last-child{margin-right:0}.club-video-list .club-video-list-swiper .swiper-slide:last-child .club-carousel-item{margin-right:0}.club-video-list .club-video-list-swiper .swiper-slide img{width:100%;display:block}.club-video-list .club-video-list-btn{z-index:6;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:62px;height:62px;will-change:top,left,transform}@media screen and (max-width:808px),screen and (max-aspect-ratio:10 / 11){.club-video-list .club-video-list-btn{width:32px;height:32px}}.club-video-list .club-video-list-btn.to-top-left{top:30px;left:30px;-webkit-transform:translate(-50%,-50%) scale(.5);transform:translate(-50%,-50%) scale(.5)}.club-video-list .club-video-list-btn .club-video-list-play-btn{--btn-play-icon:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxNSAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik0xLjUzNzgxIDE4QzEuMjgyMDYgMTggMS4wMjUyIDE3LjkzOTMgMC43Njk0NjEgMTcuNzg2OUMwLjI4NTc3IDE3LjQ4MiAwLjAwMTExMTk1IDE2Ljk2NDEgMC4wMDExMTE5NSAxNi4zODQyTDAgMS42MzEzQzAgMS4wNTI2MiAwLjI4NDY1OCAwLjUwMzY5MiAwLjc2ODM0OSAwLjIyODYxOEMxLjI1MjA0IC0wLjA3NjIwNjEgMS44MjEzNiAtMC4wNzYyMDYxIDIuMzA1MDUgMC4yMjg2MThMMTQuMjMxNyA3LjYwNTA2QzE0LjcxNTMgNy45MDk4OCAxNSA4LjQyNzg0IDE1IDkuMDA3NzRDMTUgOS41ODY0MiAxNC43MTUzIDEwLjEzNTMgMTQuMjMxNyAxMC40MTA0TDIuMjc3MTUgMTcuNzg2OUMyLjA0OTIgMTcuOTM5MyAxLjc5MzU4IDE4IDEuNTM3ODEgMThaIiBmaWxsPSIjMjIyMjIyIi8+DQo8L3N2Zz4NCg==);--btn-pause-icon:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxNSAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAgMkMwIDAuODk1NDMgMC44OTU0MzEgMCAyIDBIM0M0LjEwNDU3IDAgNSAwLjg5NTQzMSA1IDJWMTZDNSAxNy4xMDQ2IDQuMTA0NTcgMTggMyAxOEgyQzAuODk1NDMgMTggMCAxNy4xMDQ2IDAgMTZWMloiIGZpbGw9IiMyMjIyMjIiLz4KPHBhdGggZD0iTTEwIDJDMTAgMC44OTU0MyAxMC44OTU0IDAgMTIgMEgxM0MxNC4xMDQ2IDAgMTUgMC44OTU0MzEgMTUgMlYxNkMxNSAxNy4xMDQ2IDE0LjEwNDYgMTggMTMgMThIMTJDMTAuODk1NCAxOCAxMCAxNy4xMDQ2IDEwIDE2VjJaIiBmaWxsPSIjMjIyMjIyIi8+Cjwvc3ZnPgo=);width:100%;height:100%;border-radius:50%;background:var(--club-white);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;border-color:transparent;-webkit-box-shadow:0 4px 15px 0 rgba(0,0,0,.149);box-shadow:0 4px 15px 0 rgba(0,0,0,.149);position:relative}@media screen and (max-width:808px),screen and (max-aspect-ratio:10 / 11){.club-video-list .club-video-list-btn .club-video-list-play-btn{width:32px;height:32px}}.club-video-list .club-video-list-btn .club-video-list-play-btn::before{content:"";display:block;width:15px;height:18px;background:var(--btn-play-icon) no-repeat left top;background-size:15px 18px}@media screen and (max-width:808px),screen and (max-aspect-ratio:10 / 11){.club-video-list .club-video-list-btn .club-video-list-play-btn::before{width:7.74px;height:9.29px;background-size:7.74px 9.29px}}.club-video-list .club-video-list-btn .club-video-list-play-btn.pause::before{background-image:var(--btn-pause-icon)}.club-video-list .club-video-list-btn .club-video-list-play-btn img{width:15px;height:18px}@media screen and (max-width:808px),screen and (max-aspect-ratio:10 / 11){.club-video-list .club-video-list-btn .club-video-list-play-btn img{width:7.74px;height:9.29px}}.club-video-list .club-carousel-item-text{position:absolute;left:0;bottom:0;width:100%;height:243px;background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),color-stop(106.63%,#1f1515));background:linear-gradient(180deg,rgba(0,0,0,0) 0,#1f1515 106.63%);display:-webkit-box;display:-ms-flexbox;display:flex;padding:40px 45px;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;color:var(--club-white);font-weight:400;font-size:24px;line-height:1.166;will-change:transform,opacity}@media screen and (max-width:808px),screen and (max-aspect-ratio:10 / 11){.club-video-list .club-carousel-item-text{width:100%;left:0;height:auto;top:0;right:0;padding:20px;font-size:20px;background:linear-gradient(189.3deg,rgba(0,0,0,0) 56.96%,#1f1515 86.7%)}.club-video-list .club-carousel-item-text .club-carousel-item-desc{padding-right:20%}}@media screen and (max-width:808px),screen and (max-aspect-ratio:10 / 11){.club-video-list .club-video-list-arrow{position:relative;margin:24px 0;width:100%;height:32px}}.club-video-list .btn-arrow.club-video-list-next,.club-video-list .btn-arrow.club-video-list-prev{--club-btn-border-color:transparent;--club-btn-border-hover-color:transparent;--club-btn-arrow:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE3LjY2NjcgMjQuMzMzNEwyNiAxNi4wMDAxTTI2IDE2LjAwMDFMMTcuNjY2NyA3LjY2Njc1TTI2IDE2LjAwMDFINiIgc3Ryb2tlPSIjMjIyMjIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==);--club-btn-w-arrow:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik0xMy4yNSAxOC4yNUwxOS41IDEyTTE5LjUgMTJMMTMuMjUgNS43NU0xOS41IDEySDQuNSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+DQo8L3N2Zz4NCg==);position:absolute;right:66px;top:6px;left:auto;margin-top:0;width:32px;height:32px;background:var(--club-btn-arrow) no-repeat center/26.67px 26.67px;background-size:26.67px 26.67px;opacity:0;-webkit-transform:translateY(100%);transform:translateY(100%);-webkit-transition:1s opacity ease-out 0s,1s -webkit-transform ease-out 0s;transition:1s opacity ease-out 0s,1s -webkit-transform ease-out 0s;transition:1s transform ease-out 0s,1s opacity ease-out 0s;transition:1s transform ease-out 0s,1s opacity ease-out 0s,1s -webkit-transform ease-out 0s}@media screen and (max-width:808px),screen and (max-aspect-ratio:10 / 11){.club-video-list .btn-arrow.club-video-list-next,.club-video-list .btn-arrow.club-video-list-prev{left:76px;right:auto;top:0;opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@media (any-hover:hover){.club-video-list .btn-arrow.club-video-list-next:hover,.club-video-list .btn-arrow.club-video-list-prev:hover{background-color:var(--club-btn-bg-hover);background-image:var(--club-btn-w-arrow)}}.club-video-list .btn-arrow.club-video-list-prev{right:122px;-webkit-transform:rotate(180deg) translateY(-100%);transform:rotate(180deg) translateY(-100%)}@media screen and (max-width:808px),screen and (max-aspect-ratio:10 / 11){.club-video-list .btn-arrow.club-video-list-prev{left:20px;right:auto;-webkit-transform:rotate(180deg) translateY(0);transform:rotate(180deg) translateY(0)}}.club-video-list .btn-arrow.swiper-button-lock{display:none}.club-video-list .modal__container{max-width:62.5vw;-webkit-box-sizing:border-box;box-sizing:border-box;width:60%;background:0 0;padding:0;border-radius:0}@media screen and (max-width:808px),screen and (max-aspect-ratio:10 / 11){.club-video-list .modal__container{max-width:none;width:100%;padding:0 20px}}.club-video-list .modal__container .club-video-list-modal{width:100%;position:relative;z-index:9}.club-video-list .modal__container .club-video-list-modal .modal__close{--modal__close-img:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzFfNzgpIj4KPGcgZmlsdGVyPSJ1cmwoI2ZpbHRlcjBfZF8xXzc4KSI+CjxwYXRoIGQ9Ik02IDE4TDE4IDZNNiA2TDE4IDE4IiBzdHJva2U9IiMyMjIyMjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc2hhcGUtcmVuZGVyaW5nPSJjcmlzcEVkZ2VzIi8+CjwvZz4KPC9nPgo8ZGVmcz4KPGZpbHRlciBpZD0iZmlsdGVyMF9kXzFfNzgiIHg9IjQuNSIgeT0iNC41IiB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIGZpbHRlclVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY29sb3ItaW50ZXJwb2xhdGlvbi1maWx0ZXJzPSJzUkdCIj4KPGZlRmxvb2QgZmxvb2Qtb3BhY2l0eT0iMCIgcmVzdWx0PSJCYWNrZ3JvdW5kSW1hZ2VGaXgiLz4KPGZlQ29sb3JNYXRyaXggaW49IlNvdXJjZUFscGhhIiB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMTI3IDAiIHJlc3VsdD0iaGFyZEFscGhhIi8+CjxmZU9mZnNldC8+CjxmZUdhdXNzaWFuQmx1ciBzdGREZXZpYXRpb249IjAuNSIvPgo8ZmVDb21wb3NpdGUgaW4yPSJoYXJkQWxwaGEiIG9wZXJhdG9yPSJvdXQiLz4KPGZlQ29sb3JNYXRyaXggdHlwZT0ibWF0cml4IiB2YWx1ZXM9IjAgMCAwIDAgMSAwIDAgMCAwIDEgMCAwIDAgMCAxIDAgMCAwIDEgMCIvPgo8ZmVCbGVuZCBtb2RlPSJub3JtYWwiIGluMj0iQmFja2dyb3VuZEltYWdlRml4IiByZXN1bHQ9ImVmZmVjdDFfZHJvcFNoYWRvd18xXzc4Ii8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iZWZmZWN0MV9kcm9wU2hhZG93XzFfNzgiIHJlc3VsdD0ic2hhcGUiLz4KPC9maWx0ZXI+CjxjbGlwUGF0aCBpZD0iY2xpcDBfMV83OCI+CjxyZWN0IHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0id2hpdGUiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K);position:absolute;top:0;right:0;width:32px;height:32px;z-index:9;background:var(--modal__close-img) no-repeat left top;background-size:32px 32px}.club-video-list .modal__container .club-video-list-modal .video-list-modal-video{display:block;width:100%;max-height:100%;background-color:var(--club-black)}.club-video{position:relative;width:100%;height:auto;overflow:hidden}.club-video .club-video-container{display:block;width:100%;height:100%}.club-video .club-masthead-video{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;line-height:0}.club-video .club-masthead-video video{-o-object-fit:cover;object-fit:cover}.club-video .club-video-controls{z-index:5;position:absolute;left:0;bottom:68px;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 4.16667vw}@media screen and (max-width:1078px){.club-video .club-video-controls{bottom:48px;padding:0 40px}}@media screen and (max-width:808px),screen and (max-aspect-ratio:10 / 11){.club-video .club-video-controls{padding:0 20px;bottom:30px}.club-video .club-video-controls::after{content:"";-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5;-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0}}.club-video .club-video-fullscreen{margin-left:16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:24px;color:var(--club-white);font-family:FuturaStd-Heavy,sans-serif;font-weight:400;font-size:12px;line-height:1;letter-spacing:1px;text-shadow:0 0 4px #231f20;cursor:pointer}.club-video .club-video-btn{height:24px;width:24px;overflow:hidden}.club-video .club-video-btn+.club-video-btn{margin-left:16px}.club-video .club-video-btnIcon{display:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:var(--club-white);height:100%;width:100%;cursor:pointer;font-size:24px;background:no-repeat center/cover}.club-video .club-video-btnIcon.club-videoIcon-play{--club-control-icon:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAACWUExURUdwTCkkJCcmJyQgIS0kJzk5OSYhI3BwcP///y0lLTIyMiQiIiYjJCUhISQgIScjJCUhIiYhIiQgItnZ2SQgISUhIdXU1CQgIComJ+jo6PPz8/n5+czMzCMfIfz8/OXl5VJOT7OxseHh4VxYWaakpZGOj8bFxnd0dGhlZbm4uLy6uo2Kiu7u7k9LT6elpYmIiV1cXP///4STNr8AAAAxdFJOUwAVGmEPBCcCAQYKOh9LWW4zLVDORj/VgJHr7vbenfzBarrdf6aWwoy32X5MzTp6qZIHO6GhAAABxklEQVRYw+2X2ZKCMBBFDQEkBgggm9s4LrM5a/7/56YTQcQqrcS2aubBW8Vjn7rdF5JmMLjrXypodHX1sNU1EF3ueR6Dx9MMWwCUM8ZGSgwo1oQA6kcjdy9geJYmdL3rEuKACAGGRlgBVL0T+qAwdIhraSIYggES+rvPBJT6HcIU4DFVny6nX3lecIVQBGY8zAA6cMKUL6UcP8ZZXiS+XR8wAuL4SQ4AOdtSQHBtQiNMCDACAgaisVRab2gcFUlqYWKoRpAU2R4gH1aiMeEYJgoA1UHcAKScvNiZ0AAe0QNAymdtIjFMtAWUHUBOn5QJbpboHpD1AE2i3CjRHqB8awkq0dbE5UR7gPniddIiINGsP0yDGcwXi3r1INtEu9fqgodeCvO6rqqf9UmiB4IBoKoqIcR2dpSoIkAXZoASyimlYlN2iQIB5gAWjABQH8cxFeJ72iWaqybO9nACgLlFGRCqukt0x9PwfA89wFhAdDkQAHCU6Me7GqOhAzQA18KZIXLzIWJjRL9ImFcZ+TGhP+dbHSjXH2noQxV7rCMvFuzVhr1csdc7esHArzjoJQu/5iEXTfSqe4NlG7vuo3848L88d/2FfgGyGX0TceE4cAAAAABJRU5ErkJggg==);background-image:var(--club-control-icon)}.club-video .club-video-btnIcon.club-videoIcon-pause{--club-control-icon:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAhUExURUdwTDItMkNDQysoKCgkJSUiIyQfISQgIiUgIiUhIv///4kSz7EAAAAKdFJOUwAIAxEcKUhTNkDwAZWiAAAA9UlEQVQ4y+2UzQ3CMAyFSzZIuwDNBijdoM4GidQJAixAxQBFYQFoV/CUuOHPLc0FceQdfHifohz8nrPs1xLqJTH1SymlUjRyxUH0H+JEKKlfkhyUhQaoyQXQm5wBqcHAKJpart9fFJVxzgHQsPXmDVYFOMTOuQbRAQNlYcgKoQmELfuk1OaM2IcwTqsZqNwJcd+fL4g7W3PQkHUYhi3hbgquBPYXAscF4P0CIKv1viX8B78HcR8+sY/FRaVWaxJhSMbnHrguzAMnUhEVqVDHGthYAzupQfYsTjUvTqpqz3LGma8/avuoMy+6YAdgehnYc/HtdbkBarLfH7SyhAwAAAAASUVORK5CYII=);background-image:var(--club-control-icon)}.club-video .club-video-btnIcon.club-videoIcon-unmuted{--club-control-icon:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAACiUExURUdwTCklJicjJSYkJC0tLSsjJyokJkpKSjEqMSkpKSQgIicjJSQgISQgICYiIiQhISQfISUhISUgIiUhIiMgISQgIiQgISQfISYiIyQfIuXl5fn4+NTT0yQgIuLh4fz8/CQgIY+Njj05OoSCgiUhIzw4OSUhIrq4uF1ZWs3MzJ6cnK6trZCOj/Dw8EE9PktJSfPz87y7u3ZzdLa0tZ6env///z8pfGQAAAA1dFJOUwA8IRwLDhcDBhJgMFVmJVtQRTZLbD9/eCtI4PXZc8j7cK58xKBkj69vwKGoi9dzT/DIlYtnXzWMgAAAAzRJREFUWMPVl+t2qjAQhQUKKiQmXAUtSo/Vqr1f8v6vdmYmwWKvlvT8OOlaLVX35+ydCSSDwX8whu3oLR+1oweD5GdnZz4M+AOMn9aOcn88DmCMx/5PEFpN8iDwXBxeQIjhifqRrh2+3XMnZRRFZTlxEXFSFFS7T7Wj/MVxnNxJknLiBf4pNkCvnXsgn0TJYrl4vk+r3IlKLOJbgtYHJC7LKMkXSqn51ZqlORZBNr7Tg3wCWuc2SRInRgAihIydCAlf1kB6z4Vvdu5vFZjPKw1QarZlFRG+KkHrJ2WSx6BXVRzHaQtQ85tvCUYfObFcg17JtIqr7W7eIvYsBULwKaHV5ylbz1AgZBpXqVxfG8RyDzXAXECQn3SuT3op7kivQpaiCSbudoZww+KkPDYx1I2nOy8gfWj0ikPyeQ6EMNsvdQ5bmYOJTglt0/u6byE+Gf4xepUhwNGEJ21jJlIycSjBtK3uuxLje9WrJkQAEKTgzZOu4RpM0Ex02l4vGZx7iK+jVzVnFQLgZSBc6BjQhBu0KYxM36E4riR8rqNXUy7S+PkeukmCiVoneYUltB6w7wMXJj6H2WIi5FlXr6aZYOni4YXehPcohvkaUmg9DEc+BV9JFGf1tNU/0O8iCwWDTnyWkrGQN9dtClEbIxqA71dvx/lKAxoeigVNP4P6TAkzUUGMBKDOK53qnf7SAOqMc1rOWyGgxuaRYlxL8jDUDlzonHf6FjBtsuwcr3YhArInevmGwTxQCAiYJJV4o99sDoC6rgkwvwth8Jo87GgeDAAcpOGxvig2mwsDgHGuJ48joKF/FhgCpIgAjEBy+sjjanUBY1/X06J4B1gQIHs8pKgBmGFuAKvLyw3UnPGsmXYAhQY8ZBwBV3QN66ELYF1AwzmHfjgACgNYasCerkMAeL8IsLFwQojFlyHaT6N9I9m2suVisl7O9jcU61vaiTfV+NOb6sD6tm77YMEno+Wjzfrhav94P8L032AcArHa4vzCJsu46L/NozOC1UbTrA9sCbffVlfXYLPZfm3v3tt96wNHd/fX88ijfz48dJ187DpsAvse+0wYVgfPo8PvoO/h998ezf8Cf2QPvXHMHHwAAAAASUVORK5CYII=);background-image:var(--club-control-icon)}.club-video .club-video-btnIcon.club-videoIcon-muted{--club-control-icon:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAACxUExURUdwTP7+/igjJCUlJTcvNygiJSsjJVRUVCwsLCcnJy8mKiUhIiUlJSUhISUhIyUjIyMhIiQgISUhIiUgIiQfICQgISMgISQiJCchIyQgISQgISUhISQgISYiIpiWl2lnaCQgIPTz8yMfIevq6vb29vr6+pKQkbm4uNjX2LSzs5yam8vJytrZ2aelpWxoapKPj2lmZ4yJimNhYn99faSio8LCwubm5js3OIaEhEA+Pv///3K242IAAAA6dFJOUwD+LRQJHxcDBQ0QNBtEQCM4ZlpSkl9vKidWSE17PKZli+Gc2ez5rLrFh5+umIZFeK22eZCWfM1qwHTsimTmAAAD0ElEQVRIx32WaZuiSgyFERRBFqFoZJNR3Fp7XHq61Z5b//+H3ZNUobTOTD7oY6jX5CRVFQzDGJI5jsPfRmvDjhnfjFb3lTF0czqPzu561x2NXJce6z+l1S6bdnYAp++OLMu2bYsZR/252zrhZecN4PX+gMy3RyOVBwJadusk5E4M+31an5tZlo8JoTTU8nGeKa9tdYhh38X67NhcPM/M6KFFudBy83KMIvb6FiJrAhlZg/zYyN4urBnxbR/JjDPTk73lISQvEzqG0x/ZA7OREkRJD5HCYDzem6ZXwymXpzKMzHxwIxjILj0AvUOFh4iSZXvpeVEo2X5WAQifddwiRLsexTgXjHh7Kb2oDpaKWM6CmrJyWQZEExAcOMY5JQTrZVSHQTXbKkIgxtgecQgNlMWZY7zFQGYrKWsAZSI+GyaSwMsGNodwWiB+Y+LHJBUJiLAOw7Iq0q+r0hF6uc8hlIa6FPFko4mYiBAWVIlIv1jJqYxMDsHA2AwrMZlOf3WIgIAyKdL4P8qqaUMY1OjcC5N0Mp2/dIgSxHVWFSKNPynEgUJYLgFoA0kgYMFVUTqqIJDrE4WI4e0tEYIKZVBGnm5Ra5oopVzNoCL+IOcs4JwM7CQEkE8EypugutekEHFMus9llA0sAKhRWN3Xrl9bHamgfpwoxCtc26omEQZlFBT39e835ZAOYkshSDZEoNsAUKOSgZfWfnFWmykTywQhSMSKVTMQleIGzOf4kC2RFrMmQaG+KPYfgTkBC618Q8pnAMQDcE9p3gVUdQuYoJSaslYankQvGFDKYybECT+uAe8mLmt9L2tv/a6A3+1uT4UQP6ms2EzcBzTOCzpNA0Ffi5YghLb4DmfI11vDjLpdXr8zsFD9eJsA+VjJ9ZGOEAG0W3FEeV9OXjkGAy/zza2D6Wx1jdSxVgcoNz11WhTBNUPBNp2en/SppiM6sn26tuqwTNS2IZvPp9Np5wwGKiNHX8Y23YweEhMtMWVriZQBupoMNR7U5YvEcOwVMSFribe4CCIGhjwg9DggLXWQcNVlDAPwuZLqhqPTwJeAmmaOCuOjwlBChBApTvO2rfWZbw3ScJ+ALB9dBAKiwqZbdrqz+wbchhcIKInqvcQdU+kj+IN1XJ4ARWC6UI33URTyhll+xOpObJ4BPSCpXigyAsn19oC9Kgrc1M0xV2V9ItoaY8BdQrqRYcGuOWYDX5X1mWBETTkTcyXiQZfrQWcYz+8Fzn3sIrc8o0mK0aemr2H8DVGD3ddmP0zrR0S/Oow65j68QvwxzHf7x/rvrz8Om34R+h/Kz7vQgsaYuQAAAABJRU5ErkJggg==);background-image:var(--club-control-icon)}.club-video .club-video-btnIcon.club-videoIcon-untrack{--club-control-icon:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNjQiIGhlaWdodD0iNjQiIHZpZXdCb3g9IjAgMCA2NCA2NCI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB3aWR0aD0iNjQiIGhlaWdodD0iNjQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDg0NSA4NDcpIiBmaWxsPSIjZmZmIi8+PC9jbGlwUGF0aD48ZmlsdGVyIGlkPSJiIiB4PSItMy41IiB5PSIxLjUiIHdpZHRoPSI3MSIgaGVpZ2h0PSI2MC4xMjEiIGZpbHRlclVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+PGZlT2Zmc2V0IGlucHV0PSJTb3VyY2VBbHBoYSIvPjxmZUdhdXNzaWFuQmx1ciBzdGREZXZpYXRpb249IjMuNSIgcmVzdWx0PSJjIi8+PGZlRmxvb2QgZmxvb2Qtb3BhY2l0eT0iMC45MDIiLz48ZmVDb21wb3NpdGUgb3BlcmF0b3I9ImluIiBpbjI9ImMiLz48ZmVDb21wb3NpdGUgaW49IlNvdXJjZUdyYXBoaWMiLz48L2ZpbHRlcj48L2RlZnM+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTg0NSAtODQ3KSIgY2xpcC1wYXRoPSJ1cmwoI2EpIj48ZyB0cmFuc2Zvcm09Im1hdHJpeCgxLCAwLCAwLCAxLCA4NDUsIDg0NykiIGZpbHRlcj0idXJsKCNiKSI+PHBhdGggZD0iTTQ0LjQ0MSwxNTAuOTc5VjE1Ny41SDM4LjcwN2MtNi40NzEsMC0xMS43MTgsNS44MzktMTEuNzE4LDEzLjA0MXM1LjI0NywxMy4wNDEsMTEuNzE4LDEzLjA0MWg1LjczNFYxOTAuMUgzOS4wNzhjLTEwLjI3LDAtMTguNi04Ljc1OC0xOC42LTE5LjU2MnM4LjMyOC0xOS41NiwxOC42LTE5LjU2Wm0yNi4wMzksMFYxNTcuNUg2NC43NDZjLTYuNDcxLDAtMTEuNzE4LDUuODM5LTExLjcxOCwxMy4wNDFzNS4yNDcsMTMuMDQxLDExLjcxOCwxMy4wNDFINzAuNDhWMTkwLjFINjUuMTE3Yy0xMC4yNywwLTE4LjYtOC43NTgtMTguNi0xOS41NjJzOC4zMjgtMTkuNTYsMTguNi0xOS41NloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMy40OCAtMTM4Ljk4KSIgZmlsbD0iI2ZmZiIvPjwvZz48L2c+PC9zdmc+);background-image:var(--club-control-icon)}.club-video .club-video-btnIcon.club-videoIcon-track{--club-control-icon:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNjQiIGhlaWdodD0iNjQiIHZpZXdCb3g9IjAgMCA2NCA2NCI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB3aWR0aD0iNjQiIGhlaWdodD0iNjQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDg0NSA4NDcpIiBmaWxsPSIjZmZmIi8+PC9jbGlwUGF0aD48ZmlsdGVyIGlkPSJiIiB4PSItMy41IiB5PSIxLjUiIHdpZHRoPSI3MSIgaGVpZ2h0PSI2MC4xMjEiIGZpbHRlclVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+PGZlT2Zmc2V0IGlucHV0PSJTb3VyY2VBbHBoYSIvPjxmZUdhdXNzaWFuQmx1ciBzdGREZXZpYXRpb249IjMuNSIgcmVzdWx0PSJjIi8+PGZlRmxvb2QgZmxvb2Qtb3BhY2l0eT0iMC45MDIiLz48ZmVDb21wb3NpdGUgb3BlcmF0b3I9ImluIiBpbjI9ImMiLz48ZmVDb21wb3NpdGUgaW49IlNvdXJjZUdyYXBoaWMiLz48L2ZpbHRlcj48L2RlZnM+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTg0NSAtODQ3KSIgY2xpcC1wYXRoPSJ1cmwoI2EpIj48ZyB0cmFuc2Zvcm09Im1hdHJpeCgxLCAwLCAwLCAxLCA4NDUsIDg0NykiIGZpbHRlcj0idXJsKCNiKSI+PHBhdGggZD0iTTUwLDM5LjEyMUg0NC42MzdhMTcuODQ2LDE3Ljg0NiwwLDAsMS0xMS4zNTQtNC4wNjhBMTUuNzQ4LDE1Ljc0OCwwLDAsMCwzOS45LDMxLjY2NGExMC42MjEsMTAuNjIxLDAsMCwwLDQuMzcuOTM3SDUwdjYuNTJoMFptLTI2LjA0LDBIMTguNkExOC4wMjgsMTguMDI4LDAsMCwxLDUuNDQ4LDMzLjM5MiwxOS45NTUsMTkuOTU1LDAsMCwxLDAsMTkuNTYsMTkuOTUxLDE5Ljk1MSwwLDAsMSw1LjQ0OCw1LjcyOSwxOC4wMjcsMTguMDI3LDAsMCwxLDE4LjYsMGg1LjM2MlY0LjQ4QTE1Ljg0MiwxNS44NDIsMCwwLDAsMjAuMTQsNi41MTlIMTguMjI4Yy02LjQ2MSwwLTExLjcxOCw1Ljg1LTExLjcxOCwxMy4wNDFTMTEuNzY3LDMyLjYsMTguMjI4LDMyLjZoMi4wOGExNS44NDMsMTUuODQzLDAsMCwwLDMuNjUzLDEuOTE5djQuNmgwWm0tNC4zODMtOS43YTE0LjAzMywxNC4wMzMsMCwxLDEsOS45MjMsNC4xMUExMy45NDIsMTMuOTQyLDAsMCwxLDE5LjU3NywyOS40MjNaTTIwLjczLDE5LjVhOC43Nyw4Ljc3LDAsMCwwLDEyLjM0LDguMDExbC0xMS41OC0xMS41OEE4LjcwNyw4LjcwNywwLDAsMCwyMC43MywxOS41Wm00LjYxNC03LjcyMkwzNy4yMjIsMjMuNjU2QTguNzY4LDguNzY4LDAsMCwwLDI1LjM0NCwxMS43NzhabTIuMTc1LDE1LjQ0NmEyMC4wNDMsMjAuMDQzLDAsMCwxLTEuMjg4LTQuODM2TDMxLjE0NSwyNy4zYTgsOCwwLDAsMS0zLjYyNi0uMDc4Wm01LjE2OC05LjY5My01LjMtNS4zYy4wNjMtLjE2NC4xMjctLjMyMi4xODgtLjQ3MWE3Ljk5NCw3Ljk5NCwwLDAsMSwxLjkyNC0uMjM1LDcuOTE0LDcuOTE0LDAsMCwxLDQuNjMxLDEuNDg2LDEzLjg5NCwxMy44OTQsMCwwLDAtMS40NDMsNC41MTl2MFptNy4zLTEwLjExNkExNS43NTYsMTUuNzU2LDAsMCwwLDMzLjQsMy45NzUsMTcuODQ4LDE3Ljg0OCwwLDAsMSw0NC42MzcsMEg1MFY2LjUxOUg0NC4yNjdhMTAuNjI5LDEwLjYyOSwwLDAsMC00LjI3OC45WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNyAxMikiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);background-image:var(--club-control-icon)}.club-video .vjs-control-bar{display:none}.club-video .vjs-fullscreen .vjs-control-bar{z-index:9;display:-webkit-box;display:-ms-flexbox;display:flex}.club-video .video-js .vjs-big-play-button,.club-video .video-js .vjs-subs-caps-button,.club-video .video-js .vjs-texttrack-settings{display:none}.club-video .video-js .vjs-tech{position:relative}.club-video .video-js [class*=icon-]{font-family:VideoJS!important}.club-video .video-js .vjs-play-progress:before{content:normal}.club-video .video-js .vjs-slider-horizontal .vjs-volume-level:before{content:normal}.club-video .video-js .fullscreen-toggle-button-track{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:40px;height:30px}.club-video .video-js .fullscreen-toggle-button-track .club-video-btnIcon{width:40%;height:40%}.club-video .vjs-hover .vjs-volume-bar{display:block}.club-video.club-pin-module{height:100vh}@media screen and (max-width:808px),screen and (max-aspect-ratio:10 / 11){.club-video.club-pin-module{height:auto}}.club-video.club-pin-module .club-video-fullscreen{display:none}