/* One shared design system. Replaces the earlier experimental stylesheet. */
@font-face{font-family:HSOswald;src:url('fonts/oswald.ttf') format('truetype');font-weight:200 700;font-display:swap}
@font-face{font-family:HSLato;src:url('fonts/lato.ttf') format('truetype');font-weight:400;font-display:swap}
:root{--hs-blue:#2d8cff;--hs-link:#1768bd;--hs-dark:#151515;--hs-text:#444;--hs-pad:clamp(24px,6vw,100px)}
html.responsive,html.responsive body#top{margin:0!important;padding:0!important;background:#fff;}
html.responsive #top #wrap_all,html.responsive #top #main{width:100%!important;max-width:none!important;margin:0!important;left:auto!important;overflow:clip}
#top #header{background:#fff!important;position:relative!important;top:auto!important;color:#222!important}
#top #header .header_bg{opacity:1;background:#fff}
#top #header .container{width:100%!important;max-width:none!important;padding:0 32px!important}
#top #header .logo{top:0!important;height:90px;display:flex;align-items:center}
#top #header .logo img{width:270px!important;max-width:270px!important;max-height:55px!important;height:auto!important;padding:0!important;margin:0!important}
#top #header .logo .subtext{display:none!important}
#top #header_main .inner-container{height:90px!important}
#top #header_main>.container{height:90px!important;min-height:90px!important}
#top #header .logo a{display:flex!important;align-items:center;height:100%!important;line-height:normal!important}
#top #header .logo img{position:static!important;transform:none!important}
@media(max-width:767px){#top #header_main>.container{height:74px!important;min-height:74px!important}}
#top #header .av-main-nav>li>a{height:90px!important;line-height:90px!important;color:#555!important;font-size:14px;font-weight:700;border-left:1px solid #eee;padding:0 18px}
#top #header .av-main-nav>li.current-menu-item>a,#top #header .av-main-nav>li>a:hover{color:var(--hs-blue)!important}
#top #header .social_bookmarks{display:none}
#top #main{padding-top:0!important}
#top .gym-page{width:100%;max-width:none;margin:0;padding:0;float:none;font-family:HSLato,Arial,sans-serif;font-size:18px;line-height:1.7;color:var(--hs-text);background:#fff}
#top .gym-page *{box-sizing:border-box}
#top .gym-page p{font-size:18px;line-height:1.7;color:var(--hs-text);margin:0 0 22px}
#top .gym-page :is(h1,h2,h3,h4){font-family:HSOswald,'Arial Narrow',sans-serif!important;text-transform:uppercase;letter-spacing:0!important;font-weight:600!important;line-height:1.15!important;border:0;padding:0;color:#202020}
#top .gym-page h1{font-size:clamp(42px,5.2vw,76px)!important;margin:0}
#top .gym-page h2{font-size:clamp(30px,3.5vw,48px)!important;margin:0 0 26px;text-align:left}
#top .gym-page h3{font-size:clamp(23px,2.1vw,30px)!important;margin:0 0 18px}
#top .gym-page :is(h1,h2,h3)::after{display:none}
#top .gym-page a{color:var(--hs-link);text-underline-offset:4px}
#top .gym-page a:hover{color:#124b89}
#top .gym-page a:focus-visible,#top .gym-page button:focus-visible{outline:3px solid var(--hs-blue);outline-offset:5px}
#top .gym-page-title{padding:72px var(--hs-pad) 52px;border-bottom:1px solid #eee;background:#fff}
#top .gym-page-title h1 span{color:var(--hs-blue)}
#top .gym-section{padding:85px var(--hs-pad);width:100%;clear:both}
#top .gym-intro{text-align:center;max-width:100%;padding:90px var(--hs-pad)}
#top .gym-intro h2{text-align:center}
#top .gym-intro p{max-width:840px;margin:0 auto 28px;font-size:21px}
#top .gym-eyebrow{font-size:13px!important;letter-spacing:.15em!important;color:var(--hs-link)!important;text-transform:uppercase;font-weight:700;margin-bottom:14px}
#top .gym-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:32px;align-items:stretch}
#top .gym-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}
#top .gym-box{padding:36px;border:1px solid #ddd;background:#fff;border-radius:0;box-shadow:none}
#top .gym-box ul{padding-left:20px;margin:20px 0;background:none;border:0;box-shadow:none}
#top .gym-button,#top .gym-page .hs-button,#top .gym-page .avia-button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:13px 24px;margin:0 10px 10px 0;border:2px solid var(--hs-blue)!important;border-radius:0!important;background:var(--hs-blue)!important;background-image:none!important;color:#fff!important;font:700 14px HSLato,Arial,sans-serif;text-transform:uppercase;letter-spacing:.03em;text-decoration:none;box-shadow:none;line-height:1.4}
#top .gym-button.outline{background:transparent!important;color:var(--hs-link)!important}
#top .gym-slider{position:relative;width:100%;height:calc(100svh - 90px);min-height:580px;max-height:1100px;background:#151515;overflow:hidden}
#top .gym-slide{position:absolute;inset:0;opacity:0;visibility:hidden;transition:opacity .6s ease;display:grid;place-items:center;text-align:center;padding:70px 8vw}
#top .gym-slide.is-active{opacity:1;visibility:visible}
#top .gym-slide img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:brightness(.5);z-index:0}
#top .gym-slide-copy{position:relative;z-index:1;max-width:1100px}
#top .gym-slide :is(h1,h2){font-size:clamp(42px,6.1vw,92px)!important;color:#fff!important;text-align:center;text-shadow:0 2px 15px #0005;margin:0 0 28px}
#top .gym-slide p{color:#fff!important;font-size:clamp(19px,2.4vw,34px);line-height:1.4;text-transform:uppercase;margin:0 0 34px}
#top .gym-slide span{color:var(--hs-blue)}
#top .gym-slide .gym-button{border-color:#fff!important;background:transparent!important;color:#fff!important}
#top .gym-slide .gym-button:hover{background:var(--hs-blue)!important;border-color:var(--hs-blue)!important}
#top .gym-slider-controls{position:absolute;bottom:24px;left:0;right:0;display:flex;justify-content:center;gap:10px;z-index:5}
#top .gym-slider-controls button{background:#111b;border:1px solid #fff8;border-radius:0;color:#fff;padding:7px 12px;cursor:pointer;font:14px Arial,sans-serif;min-height:40px}
#top .gym-slider-controls button[aria-pressed=true]{border-color:var(--hs-blue);background:#1768bd}
#top .gym-benefits,#top .gym-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;clear:both;width:100%}
#top .gym-benefits>div,#top .gym-stats>div{padding:52px 4vw;background:#fff}
#top .gym-benefits>div:nth-child(2),#top .gym-stats>div:nth-child(2){background:#252525;color:#fff}
#top .gym-benefits>div:nth-child(3),#top .gym-stats>div:nth-child(3){background:#383838;color:#fff}
#top .gym-benefits>div:not(:first-child) :is(h3,p){color:#fff}
#top .gym-stats{text-align:center}
#top .gym-stats strong{font:500 clamp(40px,5vw,70px) HSOswald,sans-serif;color:inherit;display:block}
#top .gym-stats span{display:block;font-size:20px;margin-top:10px;color:inherit}
#top .gym-tiles{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;padding:12px;background:#1c1c1c;width:100%;clear:both}
#top .gym-tile{position:relative;display:grid;place-items:center;min-height:340px;aspect-ratio:1.25;overflow:hidden;background:#222;color:#fff!important;text-decoration:none}
#top .gym-tile img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:brightness(.58);transition:transform .35s,filter .35s}
#top .gym-tile:hover img{transform:scale(1.035);filter:brightness(.72)}
#top .gym-tile h3{position:relative;z-index:1;text-align:center;padding:24px;color:#fff!important;font-size:clamp(25px,2.6vw,40px)!important;margin:0}
#top .gym-split{display:grid;grid-template-columns:1fr 1fr;min-height:520px;clear:both}
#top .gym-split>img{width:100%;height:100%;min-height:520px;object-fit:cover}
#top .gym-split>div{padding:70px 6vw;align-self:center}
#top .gym-motivation{padding:110px var(--hs-pad);position:relative;background:#141414;color:#fff;text-align:center;clear:both}
#top .gym-motivation :is(h2,p){color:#fff;text-align:center;max-width:850px;margin:0 auto 28px}
#top .gym-motivation .gym-button{background:transparent!important;border-color:#fff!important}
#top .gym-existing{width:100%;margin:0}
#top .gym-existing>.avia-section{background:#fff!important;background-image:none!important;min-height:0!important}
#top .gym-existing .avia-section .container{height:auto!important;min-height:0!important;width:100%!important;max-width:none!important;padding:0 var(--hs-pad)!important}
#top .gym-existing .content{width:100%!important;padding:60px 0!important;border:0}
#top .gym-existing .av-section-color-overlay{display:none}
#top .gym-existing .av-special-heading-h1{display:none}
#top .gym-existing :is(.avia_textblock,.avia_textblock p,.iconlist_content,.iconlist_content p,.iconlist_title,.av-special-heading-tag){color:#444!important}
#top .gym-existing .flex_column{background:transparent!important;background-image:none!important;border-radius:0!important;box-shadow:none!important}
#top .gym-existing .hr{display:none}
#top .gym-existing :is(ul,ol){background:transparent;box-shadow:none;border-radius:0}
#top .gym-existing>.entry-content-wrapper,#top .gym-existing>p,#top .gym-existing>h2{margin-left:var(--hs-pad);margin-right:var(--hs-pad)}
#top .gym-page :is(.hs-location-hero,.hs-location-section,.hs-location-cta,.hs-related-services,.hs-contact-hero,.hs-contact-content,.hs-about-hero,.hs-about-section,.hs-about-cta,.hs-blue-hero,.hs-blue-section,.hs-blue-cta){padding:65px var(--hs-pad);background:#fff!important;color:#444;width:100%;clear:both}
#top .gym-page :is(.hs-location-hero,.hs-contact-hero,.hs-about-hero) h1{display:none}
#top .gym-page :is(.hs-location-eyebrow,.hs-blue-eyebrow){color:var(--hs-link);text-transform:uppercase;letter-spacing:.12em;font-size:14px;font-weight:700}
#top .gym-page :is(.hs-location-addresses,.hs-schedule-grid,.hs-related-services__grid,.hs-about-values,.hs-blue-grid){display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
#top .gym-page :is(.hs-contact-grid,.hs-about-grid,.hs-blue-grid--two){display:grid;grid-template-columns:1fr 1fr;gap:50px}
#top .gym-page :is(.hs-location-address,.hs-schedule-card,.hs-about-card,.hs-blue-card){padding:30px;border:1px solid #ddd;border-top:3px solid var(--hs-blue);background:#fff;border-radius:0;box-shadow:none}
#top .gym-page .hs-schedule-time{white-space:nowrap;font-size:22px;font-weight:700}
#top .gym-page .hs-schedule-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}
#top .gym-page .hs-location-addresses{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}
#top .gym-page .hs-location-map{margin:32px 0 0}
#top .gym-page .hs-contact-map{padding:0 var(--hs-pad) 60px}
#top .gym-page .hs-related-services a{padding:26px;border:1px solid #ddd;text-decoration:none;font-weight:700}
#top .gym-page .hs-related-services span{display:block;font-weight:400;color:#444;margin-top:10px}
#top .gym-page .hs-location-address strong{display:block;font-size:20px;margin-bottom:12px}
#top .gym-page .hs-location-actions,#top .gym-page .hs-location-cta__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}
#top .gym-page :is(input[type=text],input[type=email],input[type=tel],textarea,select){width:100%;padding:14px;border:1px solid #ccc;border-radius:0;background:#fafafa;color:#222;font-size:17px}
#top .gym-page input[type=submit]{background:var(--hs-blue);border:0;border-radius:0;color:white;font-size:16px;padding:16px 30px}
#top .gym-page .wpcf7{max-width:850px}
#top .gym-team{display:grid;grid-template-columns:1fr 1fr;gap:65px}
#top .gym-trainer{display:grid;grid-template-columns:180px 1fr;gap:28px;align-items:start}
#top .gym-trainer>img{width:100%;height:auto;filter:grayscale(1)}
#top .gym-trainer h2{font-size:32px!important}
#top .gym-trainer dl{margin:0;font-size:16px;line-height:1.6}
#top .gym-trainer dt{font-weight:bold;margin-top:14px;color:#222}
#top .gym-trainer dd{margin:0;color:#555}
#top .gym-price{text-align:center;border:1px solid #ddd;padding:38px 24px}
#top .gym-price h2{text-align:center;font-size:29px!important}
#top .gym-price strong{display:block;font:600 46px HSOswald,sans-serif;margin:24px 0;color:#222}
#top .gym-price .gym-button{margin:15px 0 0;font-size:12px}
#top .gym-price-terms span{display:block;margin-bottom:18px}
#top .gym-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;padding:12px;background:#1c1c1c}
#top .gym-gallery img{width:100%;height:440px;object-fit:cover}
#top .gym-news{max-width:900px}
#top .gym-page strong{color:inherit!important}
#top .gym-page .gym-stats>div:first-child strong{color:#222!important}
#top .gym-page .gym-stats>div:not(:first-child) strong{color:#fff!important}
#top #footer .widgettitle{font-size:24px!important;line-height:1.2!important;font-weight:600!important}
#top .gym-faq{border-top:1px solid #ddd;padding:28px 0}
#top .gym-faq h2{font-size:28px!important}
#top .gym-page-title h1{overflow-wrap:anywhere}
#top .gym-page :is(p,li,dd,a){overflow-wrap:break-word}
#top .gym-page :is(h1,h2,h3) span{color:var(--hs-blue)}
#top .gym-page .image-overlay{display:none!important}
#top .gym-page .gym-button,#top .gym-page .hs-button,#top .gym-page .avia-button,#top .gym-page input[type=submit]{background-color:var(--hs-link)!important}
#top .gym-page .gym-slide .gym-button,#top .gym-page .gym-motivation .gym-button,#top .gym-page .gym-button.outline{background-color:transparent!important}
@media(max-width:1100px){#top .gym-trainer{grid-template-columns:130px 1fr}}
@media(max-width:767px){#top .gym-team,#top .gym-gallery{grid-template-columns:1fr}#top .gym-trainer{grid-template-columns:1fr}#top .gym-trainer>img{width:180px}#top .gym-split.reverse>img{grid-row:1}}
#top .gym-page .wpcf7 label{font-size:16px;color:#444}
#top .gym-page .screen-reader-response{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%)}
#top #footer,#top #socket{width:100%!important;max-width:none!important;position:relative!important;left:auto!important;margin:0!important;box-sizing:border-box;background:#111!important;color:#c2c2c2!important}
#top #footer{padding:70px var(--hs-pad)}
#top #footer>.container{width:100%!important;max-width:none!important;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6vw;padding:0!important}
#top #footer .flex_column{float:none;width:auto!important;margin:0!important}
#top #footer .widget{margin:0}
#top #footer .widgettitle{font:500 24px HSOswald,sans-serif;color:#bbb;text-transform:uppercase;border-top:1px solid #555;border-bottom:1px solid #555;padding:13px 0;margin:0 0 22px}
#top #footer :is(p,li,a){font-family:HSLato,Arial,sans-serif;font-size:17px;line-height:1.7;color:#c2c2c2!important}
#top #footer :is(ul,li){list-style:none;padding:0;margin:0 0 10px;background:none;box-shadow:none;border:0}
#top #footer a{background:none!important;padding:0!important;border:0!important;text-decoration:none}
#top #footer a:hover{color:var(--hs-blue)!important}
#top #socket{border-top:1px solid #333;padding:24px var(--hs-pad)!important}
#top #socket>.container{width:100%!important;max-width:none!important;padding:0!important;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px}
#top #socket .copyright{float:none;font-size:14px;color:#aaa;flex:1 1 320px}
#top #socket .sub_menu_socket{float:none;margin:0;padding:0}
#top #socket .sub_menu_socket ul{display:flex;flex-wrap:wrap;gap:22px;list-style:none;padding:0;margin:0}
#top #socket .sub_menu_socket li{float:none;border:0;margin:0;padding:0;line-height:1.5}
#top #socket .sub_menu_socket a{color:#ccc;font-size:14px}
#top #socket .social_bookmarks{display:none}
@media(min-width:1000px){#top .gym-page .gym-legacy-prices .flex_column.av_one_third{padding:26px!important;border:1px solid #ddd!important}}
@media(max-width:1100px){#top #header .av-main-nav>li>a{padding:0 10px;font-size:12px}#top #header .logo img{width:210px!important;max-width:210px!important}}
@media(max-width:767px){#top #header_main .inner-container,#top #header .logo{height:74px!important}#top .gym-page-title{padding:42px 24px}#top .gym-slider{height:calc(100svh - 74px);min-height:530px}#top .gym-slide{padding:50px 24px 90px}#top .gym-slide :is(h1,h2){font-size:43px!important}#top .gym-slide p{font-size:18px}#top .gym-section,#top .gym-intro{padding:55px 24px}#top .gym-grid,#top .gym-grid.two,#top .gym-benefits,#top .gym-stats,#top .gym-split,#top .gym-tiles{grid-template-columns:1fr}#top .gym-tile{min-height:290px}#top .gym-split>img{height:340px;min-height:0}#top .gym-split>div{padding:50px 24px}#top .gym-page :is(.hs-contact-grid,.hs-about-grid,.hs-blue-grid--two,.hs-location-addresses,.hs-schedule-grid,.hs-related-services__grid,.hs-about-values,.hs-blue-grid){grid-template-columns:1fr}#top #footer>.container{grid-template-columns:1fr;gap:36px}#top .gym-existing .flex_column{width:100%!important;margin:0 0 28px!important}#top .gym-page .gym-motivation{padding:65px 24px}}
@media(prefers-reduced-motion:reduce){#top .gym-slide,#top .gym-tile img{transition:none}}
#top .gym-page .gym-legal{max-width:1100px;margin-inline:auto;overflow-wrap:anywhere}
#top .gym-page .gym-legal h2{font-size:clamp(24px,3vw,32px)!important;line-height:1.25;margin:42px 0 18px}
#top .gym-page .gym-legal h2:first-child{margin-top:0}
#top .gym-page .gym-legal p,#top .gym-page .gym-legal li{font-size:18px;line-height:1.75;color:#27363b}
#top .gym-page .gym-legal a{overflow-wrap:anywhere}
#top .gym-page [id]{scroll-margin-top:115px}
#top .gym-grid>article.gym-price{display:flex;flex-direction:column;align-items:center}
#top .gym-grid>article.gym-price>.gym-button{margin-top:auto}
@media(min-width:768px){#top .gym-grid>article.gym-price>:is(h2,h3){min-height:2.4em;line-height:1.2}}
