Group Fitness Classes & Heart –Rate-Based Interval Training

protetox

65562caef039f3c133a884e0 og OrangetheoryFitness Shot 03 0976 V3
Group Fitness Classes & Heart –Rate-Based Interval Training { const productionHosts = [“www.orangetheory.com”]; return productionHosts.includes(window.location.hostname); }; const appendOneTrustScript = () => { const scriptSrc = “https://cdn.cookielaw.org/scripttemplates/otSDKStub.js”; const domainScript = isProduction() ? “a2fa158b-a338-4754-ab5b-48dee4727de2” : “a2fa158b-a338-4754-ab5b-48dee4727de2-test”; if(!isProduction()){ console.log(`OneTrust data-domain-script: ${domainScript}`); } else { console.log(‘OneTrust Prod’); } const script = document.createElement(“script”); script.src = scriptSrc; script.type = “text/javascript”; script.charset = “UTF-8”; script.setAttribute(“data-document-language”, “true”); script.setAttribute(“data-domain-script”, domainScript); document.head.appendChild(script); const additionalScript = document.createElement(“script”); additionalScript.type = “text/javascript”; additionalScript.textContent = “function OptanonWrapper() { }”; document.head.appendChild(additionalScript); }; const showOneTrustSettings = () => { const oneTrustSettingsBtn = document.querySelector(“.onetrust-cookie-settings”); if (oneTrustSettingsBtn) { oneTrustSettingsBtn.style.display = “block”; } }; //VWO smartcode const appendVWOScript2 = (value) => { const head = document.head || document.getElementsByTagName(“head”)[0]; const script = document.createElement(“script”); script.referrerPolicy = “no-referrer-when-downgrade”; script.id = “vwoCode”; script.src = `https://dev.visualwebsiteoptimizer.com/lib/830917.js` if (value) { head.appendChild(script); } else { const existingScript = document.getElementById(“vwoCode”); if (existingScript) { head.removeChild(existingScript); } } }; const appendVWOScript = (value) => { const head = document.head || document.getElementsByTagName(“head”)[0]; const script = document.createElement(“script”); script.type = “text/javascript”; script.id = “vwoCode”; script.textContent = ` window._vwo_code || (function() { var account_id=830917, version=2.0, settings_tolerance=2000, hide_element=’body’, hide_element_style = ‘opacity:0 !important;filter:alpha(opacity=0) !important;background:none !important’, /* DO NOT EDIT BELOW THIS LINE */ f=false,w=window,d=document,v=d.querySelector(‘#vwoCode’),cK=’_vwo_’+account_id+’_settings’,cc={};try{var c=JSON.parse(localStorage.getItem(‘_vwo_’+account_id+’_config’));cc=c&&typeof c===’object’?c:{}}catch(e){}var stT=cc.stT===’session’?w.sessionStorage:w.localStorage;code={use_existing_jquery:function(){return typeof use_existing_jquery!==’undefined’?use_existing_jquery:undefined},library_tolerance:function(){return typeof library_tolerance!==’undefined’?library_tolerance:undefined},settings_tolerance:function(){return cc.sT||settings_tolerance},hide_element_style:function(){return'{‘+(cc.hES||hide_element_style)+’}’},hide_element:function(){return typeof cc.hE===’string’?cc.hE:hide_element},getVersion:function(){return version},finish:function(){if(!f){f=true;var e=d.getElementById(‘_vis_opt_path_hides’);if(e)e.parentNode.removeChild(e)}},finished:function(){return f},load:function(e){var t=this.getSettings(),n=d.createElement(‘script’),i=this;if(t){n.textContent=t;d.getElementsByTagName(‘head’)[0].appendChild(n);if(!w.VWO||VWO.caE){stT.removeItem(cK);i.load(e)}}else{n.fetchPriority=’high’;n.src=e;n.type=’text/javascript’;n.onerror=function(){_vwo_code.finish()};d.getElementsByTagName(‘head’)[0].appendChild(n)}},getSettings:function(){try{var e=stT.getItem(cK);if(!e){return}e=JSON.parse(e);if(Date.now()>e.e){stT.removeItem(cK);return}return e.s}catch(e){return}},init:function(){if(d.URL.indexOf(‘__vwo_disable__’)>-1)return;var e=this.settings_tolerance();w._vwo_settings_timer=setTimeout(function(){_vwo_code.finish();stT.removeItem(cK)},e);var t=d.currentScript,n=d.createElement(‘style’),i=this.hide_element(),r=t&&!t.async&&i?i+this.hide_element_style():”,c=d.getElementsByTagName(‘head’)[0];n.setAttribute(‘id’,’_vis_opt_path_hides’);v&&n.setAttribute(‘nonce’,v.nonce);n.setAttribute(‘type’,’text/css’);if(n.styleSheet)n.styleSheet.cssText=r;else n.appendChild(d.createTextNode(r));c.appendChild(n);this.load(‘https://dev.visualwebsiteoptimizer.com/j.php?a=’+account_id+’&u=’+encodeURIComponent(d.URL)+’&vn=’+version)}};w._vwo_code=code;code.init();})(); `; if (value) { head.appendChild(script); } else { const existingScript = document.getElementById(“vwoCode”); if (existingScript) { head.removeChild(existingScript); } } }; const setCookie = (name, value, days = 365) => { const date = new Date(); date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000)); const expires = “Expires=” + date.toGMTString(); document.cookie = `${name}=${value}; Path=/; ${expires};`; console.log(`setCookie: ${name}=${value}; Path=/; ${expires};`); }; const removeVWOScript2 = () => { const head = document.head || document.getElementsByTagName(“head”)[0]; const existingScript = document.getElementById(“vwoCode”); if (existingScript) { head.removeChild(existingScript); } }; const handleVWOScript = () => { console.log(“handleVWOScript initialized”); const consentHasCookie = (consent, oneTrustCookie) => consent.includes(oneTrustCookie); const oneTrustPerformanceCookie = “C0002”; window.OneTrust?.OnConsentChanged(() => { const consent = window.OnetrustActiveGroups || “”; console.log(“consent:” + consent); if (!consentHasCookie(consent, oneTrustPerformanceCookie)) { console.log(“Opted out of oneTrustPerformanceCookie, setting opt-out-vwo=true”); setCookie(“opt-out-vwo”, “true”); removeVWOScript2(); } else { console.log(“Opted into oneTrustPerformanceCookie, setting opt-out-vwo=false”); setCookie(“opt-out-vwo”, “false”); } }); } if (document.cookie.indexOf(“opt-out-vwo=true”) == -1) { setCookie(“opt-out-vwo”, “false”); console.log(“Non-production: opt-out-vwo=false”); } else { setCookie(“opt-out-vwo”, “true”); removeVWOScript2(); } appendOneTrustScript(); if (document.readyState === ‘complete’) { handleVWOScript(); } else { window.addEventListener(“load”, handleVWOScript); } document.addEventListener(“DOMContentLoaded”, function() { showOneTrustSettings(); }); ]]>

If you are looking for our Canadian website, please select your preferred language:

English

Open FAQ

English

Français

Other country or region

ContinueClose

{ trigger.addEventListener(“click”, () => { sessionStorage.setItem(“closedAnnouncement”, “true”); }); }); let local_S = sessionStorage.getItem(“closedAnnouncement”); if(local_S == ‘true’){ announcementSection.style.display = ‘none’ } ]]>

Results that prove our workout works

Results that prove our workout works

Orangetheory is a 1-hour, full-body heart rate zone and strength training workout that delivers a more personalized experience in a group setting. Designed to be effective and efficient, our workout classes boost your metabolism, burn fat and calories, build strength and confidence, and improve your overall fitness. And these are just some of the results you gain.

Learn More About The Workout

Fitness designed to your fitness level

We use a heart rate monitor in our fitness classes to let you and your coach know when you should push further, or when you should scale back and recover. Unlike high-intensity interval training (HIIT) at a gym, you adjust your level of effort based on what your heart tells you.

Learn more about the workout

Don’t take our word for it. Hear our member testimonials.

Quotation mark

OTF has really kept me on track as part of my daily routine. It’s one of the best decisions I have made for myself.

Brad G.

Brad G.

OTF Midland

Quotation mark

I feel encouraged and not threatened by the coaches and thanks to the heart rate monitoring, I’m able to go at my own pace and do what works for me.

Nicole P.

Nicole P.

OTF Waterford

Quotation mark

Honestly, my initial goal was to just get moving and to increase my energy level. In the process, I have lost over 20 pounds, lost inches, built muscles, and I feel stronger than ever!

Max D.

MAX d.

OTF Royal Palm Beach 

© 2011 – 2024 ORANGETHEORY FITNESS. ALL RIGHTS RESERVED.

*The “Free Class” offer is open only to first-time visitors and local residents aged 18 years and older; however, minors aged 14 and above may participate if special conditions are met. Valid at participating studios only. Conditions apply. See studios for details. Recommended retail price of a casual visit is $35; however, prices do vary, as each studio is individually owned and operated. Offer may be subject to satisfactory completion of pre-exercise screening and/or standard temporary/guest membership terms.

2 ? (parts[0] === ‘www’ ? parts[1] : parts[0]) : ”; } function replaceSlickScript() { const subdomain = getSubdomain(window.location.host); let slickSrc = ‘https://webflow-scripts.orangetheory.com/slick.min.js’; if (subdomain) { slickSrc = `https://webflow-scripts.${subdomain}.orangetheory.com/slick.min.js`; } const newScript = document.createElement(‘script’); newScript.defer = true; newScript.src = slickSrc; document.body.appendChild(newScript); } if (document.readyState === “loading”) { document.addEventListener(“DOMContentLoaded”, replaceSlickScript); } else { replaceSlickScript(); } if ( currentHost === “webflow-dev.orangetheory.com” || currentHost === “www.dev.orangetheory.com” || currentHost === “dev.orangetheory.com” ) { scriptHost = `https://webflow-code.dev.orangetheory.com`; const script = document.createElement(‘script’); script.src = `${scriptHost}/project-settings/footer.js`; script.defer = true; script.async = false; document.body.appendChild(script); } else if( currentHost === “orangetheory.webflow.io” || currentHost === “du4e2ijdih9a.cloudfront.net” || currentHost === “www.sit.orangetheory.com” || currentHost === “sit.orangetheory.com” ){ scriptHost = `https://webflow-code.sit.orangetheory.com`; // Create a new script element const script = document.createElement(‘script’); // Set the source URL of the script script.src = `${scriptHost}/project-settings/footer.js`; document.body.appendChild(script); } else if( currentHost === “webflow.uat.orangetheory.com” || currentHost === “www.uat.orangetheory.com” || currentHost === “uat.orangetheory.com” ){ scriptHost = `https://webflow-code.uat.orangetheory.com`; // Create a new script element const script = document.createElement(‘script’); // Set the source URL of the script script.src = `${scriptHost}/project-settings/footer.js`; document.body.appendChild(script); } else if( currentHost === “webflow.orangetheory.com” || currentHost === “www.orangetheory.com” || currentHost === “orangetheory.com” ){ scriptHost = `https://webflow-code.orangetheory.com`; // Create a new script element const script = document.createElement(‘script’); // Set the source URL of the script script.src = `${scriptHost}/project-settings/footer.js`; document.body.appendChild(script); } else { scriptHost = `https://webflow-code.dev.orangetheory.com`; // Create a new script element const script = document.createElement(‘script’); // Set the source URL of the script script.src = `${scriptHost}/project-settings/footer.js`; document.body.appendChild(script); } ]]>

Source

You May Also Like

Leave a Reply

Your email address will not be published. Required fields are marked *