:root {
  --green: #c9cf21;
  --light-blue: #92a1ad;
  --beige: #f6f5f3;
  --gray-3: #a39f91;
  --gray-1: #333;
  --gray-2: #6b6b6b;
  --white: white;
  --gold: #ffe540;
  --dodger-blue: #09f;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #333;
  background-color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 18px;
  overflow: auto;
}

h1 {
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 3em;
  font-weight: 700;
  line-height: 1.05em;
}

h2 {
  margin-bottom: 15px;
  font-size: 2.25em;
  font-weight: 400;
  line-height: 1.25em;
}

h3 {
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-bottom: 5px;
  font-size: 1em;
  line-height: 1.375em;
}

a {
  color: var(--green);
  padding-bottom: 0;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: inline;
}

a:hover {
  color: var(--light-blue);
  text-decoration: none;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  line-height: 20px;
}

label {
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  display: block;
}

.header-nav-link {
  color: #000;
  text-align: right;
  border-bottom-style: none;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-right: 0;
  font-weight: 700;
  transition: all .2s;
}

.header-nav-link:hover {
  color: rgba(0, 0, 0, .49);
}

.header-nav-link.style-a {
  color: #fff;
  padding-right: 20px;
}

.header-nav-link.style-a:hover {
  color: rgba(255, 255, 255, .49);
}

.header-nav-link.style-c {
  float: right;
  color: #09f;
  border: 2px solid #09f;
  border-radius: 2px;
  margin-top: 2px;
  margin-bottom: 2px;
  padding: 13px;
  font-family: Slinkey, sans-serif;
  font-weight: 100;
  line-height: 16px;
  position: relative;
}

.header-nav-link.style-c:hover {
  color: #fff;
  background-color: #09f;
  border-color: #09f;
}

.header-nav-link.style-c.cart {
  padding-left: 10px;
  padding-right: 42px;
}

.header-nav-link.style-d {
  padding-left: 0;
  padding-right: 20px;
}

.header-nav-link.style-e {
  padding-top: 0;
  padding-bottom: 0;
}

.header-nav-menu.style-a {
  background-color: #333;
}

.header-nav-menu.style-b {
  width: auto;
}

.header-nav-menu.style-c {
  float: left;
}

.header-nav-menu.style-d {
  float: none;
  clear: both;
  border-top: 1px solid #ddd;
  margin-top: 10px;
  display: block;
}

.header-nav-menu.style-e {
  float: none;
}

.header-navbar {
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

.header-navbar.style-a {
  background-color: #09f;
}

.header-navbar.style-b {
  padding-top: 60px;
  padding-bottom: 60px;
}

.header-navbar.style-c {
  padding-top: 0;
}

.header-navbar.style-d {
  padding-bottom: 7px;
}

.header-navbar.style-e {
  text-align: center;
  padding-top: 0;
  padding-bottom: 7px;
}

.header-logo {
  color: #fff;
  background-color: #09f;
  border-bottom-style: none;
  border-radius: 2px;
  margin-top: 3px;
  margin-bottom: 3px;
  padding: 11px 20px 10px;
  font-weight: 900;
}

.header-logo:hover {
  color: #fff;
}

.header-logo.style-a {
  background-color: rgba(0, 0, 0, .2);
}

.header-logo.style-b {
  float: none;
  text-align: center;
  border-radius: 0;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
}

.header-logo.style-c {
  width: 19%;
  text-align: center;
}

.header-menu-button {
  color: #09f;
  border: 2px solid #09f;
  border-radius: 2px;
  margin-top: 2px;
  margin-bottom: 2px;
  padding: 10px;
  font-size: 22px;
  line-height: 22;
  transition: all .2s;
}

.header-menu-button:hover, .header-menu-button.w--open {
  color: #fff;
  background-color: #09f;
  border-color: #09f;
}

.header-menu-button.style-a {
  color: #fff;
  border-color: #fff;
}

.header-menu-button.style-a:hover, .header-menu-button.style-a.w--open {
  color: #09f;
  background-color: #fff;
}

.header-menu-button.style-c {
  width: 5.2%;
  text-align: center;
}

.mb-40 {
  margin-bottom: 40px;
}

.header-nav-link-text {
  float: left;
  margin-left: 10px;
  font-family: Roboto, sans-serif;
  font-weight: 700;
}

.header-nav-link-text.background {
  float: none;
  color: #fff;
  background-color: #0080db;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  margin-top: -2px;
  margin-bottom: -2px;
  margin-right: -2px;
  padding-top: 15px;
  padding-left: 7px;
  padding-right: 9px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.header-nav-link-icon {
  float: left;
}

.header-navbar-top {
  text-align: right;
  background-color: #333;
  margin-bottom: 20px;
  padding-top: 4px;
  padding-bottom: 8px;
}

.header-navbar-top.style-a {
  text-align: center;
  margin-bottom: 0;
}

.white-link {
  color: #fff;
  border-bottom-color: rgba(255, 255, 255, .3);
}

.white-link:hover {
  color: #fff;
  border-bottom-color: #fff;
}

.white-link.small {
  border-bottom-width: 1px;
  margin-left: 10px;
  font-size: 13px;
  line-height: 20px;
}

.small-text {
  border-bottom-width: 1px;
  font-size: 14px;
  line-height: 21px;
}

.container {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.container.style-a {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.container.accent-1 {
  background-color: var(--beige);
  padding: 30px;
}

.dropdown-toggle {
  padding-top: 13px;
  padding-bottom: 13px;
  padding-right: 20px;
}

.dropdown-list.w--open {
  background-color: #fff;
}

.dropdown-link {
  border-bottom-style: none;
  font-size: 14px;
  font-weight: 500;
}

.dropdown-icon {
  margin-right: 0;
}

.form-wrapper {
  margin-bottom: 0;
}

.header-search {
  height: 45px;
  border: 2px solid #09f;
  border-radius: 2px;
  margin-top: 3px;
  margin-bottom: 0;
  display: inline-block;
}

.header-search:hover, .header-search:active, .header-search:focus {
  border-color: #09f;
}

.form-field-holder {
  width: 74%;
  float: left;
  margin-left: 1%;
  position: relative;
}

.search-submit-button {
  height: 37px;
  background-color: #09f;
  padding-top: 0;
  padding-bottom: 2px;
  font-family: Slinkey, sans-serif;
  transition: all .2s;
  position: absolute;
  top: 7px;
  right: 4px;
}

.feature-holder {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
}

.feature-holder.center {
  text-align: center;
  padding-top: 75px;
  padding-bottom: 75px;
}

.feature-holder.slider {
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
}

.feature-holder.video {
  text-align: center;
  padding-top: 120px;
  padding-bottom: 120px;
}

.feature-holder.no-padding-top {
  padding-top: 0;
}

.max-width {
  padding-left: 20%;
  padding-right: 20%;
}

.icon {
  color: #09f;
  font-family: Slinkey, sans-serif;
  font-size: 32px;
  line-height: 32px;
}

.icon.white {
  color: #fff;
}

.icon.large {
  font-size: 50px;
  line-height: 50px;
}

.icon.extra-large {
  font-size: 90px;
  line-height: 90px;
}

.feature-snippet.right {
  text-align: right;
}

.feature-snippet.left {
  text-align: left;
}

.mb-20 {
  margin-bottom: 20px;
}

.image-placeholder {
  width: auto;
}

.image-placeholder.small {
  width: 50px;
}

.col-no-padding {
  padding: 50px;
}

.white-background {
  background-color: #fff;
}

.white-background.padding {
  padding: 20px;
}

.white-background.large-padding {
  padding: 50px;
}

.blue-background {
  color: #fff;
  background-color: #09f;
}

.blue-background.padding {
  padding: 20px;
}

.blue-background.large-padding {
  padding: 50px;
}

.center {
  text-align: center;
}

.button {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #c9cf21;
  border: 0 rgba(0, 0, 0, .29);
  border-radius: 3px;
  padding: 10px 20px;
  font-weight: 400;
  display: inline-block;
}

.button:hover {
  background-color: var(--light-blue);
  color: #fff;
  border-color: #09f;
  transform: scale(1.02);
}

.button.white {
  color: #fff;
  border-color: rgba(255, 255, 255, .29);
}

.button.white:hover {
  border-color: #fff;
}

.button.blue {
  color: #fff;
  background-color: #09f;
  border-style: solid;
  border-color: #09f;
  font-weight: 700;
}

.button.blue:hover {
  background-color: rgba(0, 153, 255, .8);
}

.button.large {
  background-color: var(--green);
  margin-bottom: 15px;
  font-size: 26px;
  line-height: 30px;
}

.button.large:hover {
  background-color: var(--light-blue);
}

.button.large.spacer-right {
  margin-right: 15px;
}

.button.search {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.button.small {
  margin-top: 20px;
  margin-bottom: 5px;
  padding: 2px 7px;
  font-size: 12px;
  font-weight: 500;
}

.button.main {
  color: var(--green);
  background-color: #333;
  font-weight: 500;
}

.button.main:hover {
  color: var(--green);
  background-color: #333;
  transform: none;
}

.button.main.green {
  color: #fff;
  padding-left: 14px;
  padding-right: 14px;
}

.nb {
  margin-bottom: 0;
}

.image-border-holder {
  max-width: 360px;
  text-align: center;
  border: 3px solid rgba(0, 0, 0, .09);
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
}

.image-border-holder.stretch {
  max-width: 100%;
}

.align-right {
  text-align: right;
}

.align-left {
  text-align: left;
}

.slider {
  height: auto;
  background-color: #fff;
}

.slider.style-b {
  background-color: #444;
}

.slide {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 70px;
}

.slide.style-b {
  color: #fff;
}

.arrow {
  opacity: .3;
  color: #333;
  transition: opacity .2s;
}

.arrow:hover {
  opacity: 1;
}

.arrow.style-b {
  color: #fff;
}

.tab {
  padding-top: 40px;
  padding-bottom: 40px;
}

.tab.style-b {
  padding-left: 40px;
  padding-right: 40px;
}

.tab-link {
  color: var(--light-blue);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 3px solid rgba(0, 0, 0, 0);
  flex: 1;
  font-weight: 400;
}

.tab-link:hover {
  border-bottom-color: var(--green);
  color: #333;
}

.tab-link.w--current {
  border-bottom-color: var(--green);
  color: #333;
  background-color: rgba(0, 0, 0, 0);
}

.tab-link.style-b {
  width: auto;
  height: 25%;
  text-align: center;
  background-color: #dedede;
  border-top-style: none;
  border-left: 5px solid #ccc;
  padding: 0;
  display: block;
  position: relative;
}

.tab-link.style-b.w--current {
  color: #333;
  background-color: #ccc;
  border-left-color: #09f;
}

.tab-title {
  font-weight: 700;
}

.tabs-holder {
  background-color: #fff;
}

.tabs-holder.style-b {
  text-align: left;
}

.tabs-content {
  background-color: #fff;
}

.tabs-content.style-b {
  width: 90%;
  float: right;
}

.tabs-menu.style-b {
  width: 10%;
  float: left;
  position: absolute;
  top: 0;
  bottom: 0;
}

.half-width {
  width: 50%;
}

.align-middle {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
}

.co-line-left {
  border-left: 5px solid #eee;
  margin-left: -20px;
  padding-left: 20px;
}

.row-holder {
  border-bottom: 2px solid #ddd;
  margin-bottom: 80px;
  padding-bottom: 80px;
}

.mb-10 {
  margin-bottom: 10px;
}

.ul-list {
  padding-left: 17px;
}

.liist-el {
  color: #09f;
}

.grey-holder {
  background-color: #eee;
  padding: 30px;
}

.title-holder {
  color: #fff;
  background-color: #444;
  padding: 40px;
}

.padded-holder {
  background-color: #fff;
  padding: 40px;
}

.input {
  height: 50px;
  border: 2px solid #ddd;
  transition: border-color .2s;
}

.input:hover {
  border-color: #bbb;
}

.input:active, .input:focus {
  border-color: #999;
}

.input.text-area {
  height: auto;
  min-height: 350px;
}

.label {
  margin-bottom: 0;
  padding-bottom: 5px;
}

.form-success {
  padding: 40px;
}

.bold {
  font-weight: 700;
}

.error-message {
  padding: 40px;
}

.map {
  max-height: 300px;
}

.map.style-b {
  max-height: 9000px;
  opacity: .22;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.contact-map-holder {
  background-color: #000;
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
  overflow: hidden;
}

.contact-map-holder.style-b {
  background-color: #09f;
}

.contact-text {
  z-index: 10;
  color: #fff;
  position: relative;
}

.section-heading {
  text-transform: uppercase;
  background-color: #ddd;
  margin-bottom: 25px;
  padding: 5px 10px;
  display: block;
}

.mb-60 {
  margin-bottom: 60px;
}

.icon-holder {
  text-align: center;
  background-color: #fff;
  margin-bottom: 20px;
  padding: 20px;
  display: block;
}

.footer-copyright {
  background-color: #ddd;
  padding-top: 10px;
  padding-bottom: 10px;
}

.no-margin-bottom {
  margin-bottom: 0;
}

.social-icon {
  color: #fff;
  background-color: rgba(255, 255, 255, .2);
  border-bottom: 0 #000;
  margin-right: 20px;
  padding: 20px;
  font-family: Socicon, sans-serif;
  font-size: 20px;
  line-height: 20px;
  display: inline-block;
}

.social-icon:hover {
  color: #09f;
  background-color: #fff;
}

.small-social-icon {
  background-color: #eee;
  border-bottom: 1px #000;
  margin-right: 10px;
  padding: 5px 8px;
  font-family: Socicon, sans-serif;
  display: inline-block;
}

.small-social-icon:hover {
  color: #fff;
  background-color: #09f;
}

.newsletter {
  background-color: #eee;
  padding: 20px;
}

.home {
  padding-top: 0;
}

.hero {
  height: 50vh;
  background-image: linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, .65)), url('../images/sp_matwork-12.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  padding-top: 6%;
  padding-bottom: 6%;
  display: flex;
}

.hero.first {
  height: 30vh;
  background-color: rgba(0, 0, 0, 0);
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: cover;
  margin-top: 150px;
}

.hero.trx {
  background-image: linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, .65)), url('../images/guy-cross-balance-lunge-indoor-hr.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
}

.hero.enfrit {
  background-image: linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, .65)), url('../images/sp_matwork-23_72dpi-rgb.jpg');
  background-position: 0 0, 0 29%;
}

.hero-title {
  width: 40%;
  color: #fff;
  display: inline-block;
}

.hero-home-title {
  color: #09f;
  text-align: center;
  background-color: #fff;
  margin-bottom: 0;
  padding: 40px 60px;
  font-size: 40px;
  font-weight: 800;
  line-height: 40px;
}

.hero-sub-title {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, .5);
  margin-bottom: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 14px;
  line-height: 20px;
}

.pp-section {
  padding-top: 30px;
  padding-bottom: 10px;
}

.contents-holder {
  width: 40%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.body {
  background-color: #fff;
}

.section {
  padding: 50px 30px;
}

.section.accent-1 {
  background-color: rgba(246, 245, 243, .36);
}

.section.first {
  margin-top: 139px;
}

.section.first.video {
  height: 50vh;
  min-height: 400px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

.section.map {
  padding: 0;
}

.section.footer {
  color: var(--beige);
  background-color: #6b6b6b;
}

.section.no-margin-bottom {
  padding-bottom: 0;
}

.section.book {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 80px;
}

.section.services {
  border-bottom: 1px solid var(--beige);
  padding-bottom: 25px;
}

.section.footer-legal {
  background-color: #333;
  padding-top: 10px;
  padding-bottom: 20px;
}

.intro {
  margin-bottom: 25px;
  font-size: 1.4em;
  font-weight: 300;
  line-height: 1.475em;
}

.easy-read-contaner {
  max-width: 640px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.easy-read-contaner.accent-1 {
  max-width: 700px;
  background-color: var(--beige);
  padding: 30px;
}

.easy-read-contaner.accent-1.no-margin-bottom, .easy-read-contaner.mb-0 {
  margin-bottom: 0;
}

.unordered-list {
  padding-left: 20px;
}

.h1 {
  max-width: 1440px;
  color: #6b6b6b;
  text-align: center;
  flex: 1;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 4em;
  font-weight: 100;
  line-height: 1.05em;
  display: block;
}

.h1.name {
  margin-left: 9px;
  margin-right: 9px;
  padding-left: 0;
  padding-right: 0;
  display: inline-block;
}

.h1.news-page {
  text-align: left;
  padding-left: 0;
  font-size: 2.4em;
  line-height: 1.15em;
}

.h1.white {
  color: #fff;
  flex: 0 auto;
}

.h2 {
  color: var(--gray-3);
  text-align: center;
  font-weight: 300;
}

.h2.expertise {
  margin-top: 0;
  font-size: 1.75em;
}

.h2.center {
  color: var(--gray-3);
}

.h2.get-in-touch {
  color: #a39f91;
  margin-top: 0;
}

.h2.no-margin {
  margin-top: 0;
}

.h2.boxed {
  text-align: left;
  margin-top: 0;
  margin-bottom: 15px;
}

.body-2 {
  color: #333;
  background-color: #fff;
}

.h3 {
  margin-bottom: 15px;
  font-size: 1.55em;
  font-weight: 300;
  line-height: 1.25em;
}

.h3.mb-40 {
  margin-bottom: 40px;
}

.h3.mb-25 {
  margin-bottom: 25px;
}

.paragraph {
  color: #6b6b6b;
}

.instructor-info-wrapper {
  filter: grayscale();
  text-align: center;
  border-bottom: 0 #000;
  border-radius: 5px;
  margin-bottom: 25px;
  padding: 20px;
  display: inline-block;
}

.instructor-info-wrapper:hover {
  filter: grayscale(0%);
  color: #333;
}

.instructor-info-wrapper.small {
  margin-bottom: 0;
  padding: 0;
}

.instructor-photo-wrapper {
  width: 160px;
  height: 160px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border: 4px solid #fff;
  border-radius: 100%;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  transition: transform .2s;
  display: block;
}

.instructor-photo-wrapper:hover {
  transform: scale(1.05);
}

.instructor-photo-wrapper.no-animation:hover {
  transform: none;
}

.instructor-photo-wrapper.small {
  width: 100px;
  height: 100px;
  margin-bottom: 0;
}

.instructor-first-name {
  border-bottom-style: none;
  border-bottom-color: #000;
  font-size: 26px;
  font-weight: 300;
}

.wide-container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.dynamic-list {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.brand {
  width: 120px;
  height: 120px;
  background-image: url('../images/pilates-plus-logo2x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-bottom: 0;
}

.brand:hover {
  transform: scale(1.02);
}

.nav-bar-container {
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 30px;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.nav-menu {
  text-align: right;
  flex: 1;
}

.navbar {
  max-width: 1440px;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.nav-bar-section {
  background-color: #fff;
  background-image: none;
  display: block;
}

.nav-link {
  color: var(--green);
  letter-spacing: 1px;
  padding-top: 10px;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.nav-link:hover {
  color: var(--light-blue);
}

.nav-link.w--current {
  color: var(--green);
}

.nav-link.language {
  opacity: .7;
  padding-left: 5px;
  padding-right: 5px;
}

.nav-link.language:hover, .nav-link.language.w--current {
  opacity: 1;
}

.nav-link.language.first {
  padding-left: 20px;
}

.map-2 {
  margin-bottom: 25px;
}

.get-in-touch-container {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.pilates-tab-menu {
  text-align: center;
  border-bottom: 1px solid rgba(107, 107, 107, .2);
  margin-bottom: 25px;
  display: flex;
}

.equipment {
  text-align: center;
  flex-wrap: wrap;
  display: flex;
}

.equipment.center {
  justify-content: center;
}

.equipment-card {
  width: 30%;
  text-align: left;
  background-color: #fff;
  flex: 0 auto;
  margin-bottom: 20px;
  padding: 10px;
}

.equipment-image-container {
  height: 200px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  margin-right: 15px;
  display: flex;
}

.special-programs {
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -30px;
  margin-right: -30px;
  display: flex;
}

.special-program-card {
  width: 18%;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 15px;
  display: block;
}

.special-program-card:hover {
  color: var(--green);
  transform: scale(1.05);
  box-shadow: 0 0 27px rgba(163, 159, 145, .5);
}

.h5.home {
  text-transform: uppercase;
  font-size: 1.25em;
  font-weight: 300;
}

.image {
  padding: 32px;
}

.image-2 {
  padding: 25px;
}

.image-3 {
  padding: 18px;
}

.image-4 {
  padding: 19px;
}

.image-5 {
  padding: 29px;
}

.image-6 {
  padding: 39px;
}

.image-7 {
  padding: 27px;
}

.current-news {
  margin-bottom: 21px;
}

.date {
  color: rgba(163, 159, 145, .6);
  margin-bottom: 5px;
  font-size: 11px;
  font-weight: 400;
  line-height: 16px;
}

.current-news-card {
  text-align: left;
  flex: 0 33%;
  padding: 10px 10px 30px;
}

.current-news-card.text-only {
  flex-basis: 100%;
  padding-top: 0;
  padding-bottom: 10px;
}

.current-news-link {
  font-size: 1.2em;
  font-weight: 300;
  line-height: 1.3em;
}

.image-8 {
  width: 100%;
  margin-bottom: 30px;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.image-9 {
  color: var(--green);
}

.newsletter-header {
  margin-bottom: 6px;
  font-size: 30px;
  font-weight: 400;
  line-height: 34px;
}

.image-10 {
  margin-bottom: 7px;
}

.rich-text-block {
  font-size: 20px;
}

.spacer-20 {
  height: 20px;
}

.spacer-10 {
  height: 10px;
}

.spacer-50 {
  height: 50px;
}

.video {
  margin-bottom: 25px;
}

.background-video {
  height: 50vh;
  min-height: 400px;
  background-image: linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, .65));
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.div-block {
  justify-content: center;
  align-items: center;
}

.price-container {
  width: 700px;
  margin: 51px auto 50px;
  display: block;
}

.service-icon-wrapper {
  height: 150px;
  justify-content: center;
  align-items: center;
  padding: 26px;
  display: flex;
}

.service-icon-wrapper.pilates {
  padding: 22px;
}

.service-icon-wrapper.gyrotonic {
  padding: 28px;
}

.service-icon-wrapper.certificate {
  padding: 33px;
}

.service-icon-wrapper.calendar {
  padding: 25px;
}

.collection-list {
  flex-wrap: wrap;
  display: flex;
}

.div-block-2 {
  height: 180px;
  border: 1px solid var(--beige);
  background-color: var(--beige);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  margin-bottom: 12px;
}

.text-link {
  color: #333;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-bottom: 1px dotted #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
}

.text-link:hover {
  border-bottom-color: var(--light-blue);
}

.service-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  margin-top: -30px;
  margin-left: -30px;
  margin-right: -30px;
  display: flex;
}

.r {
  font-size: 50%;
}

.caption {
  color: #6b6b6b;
  margin-top: -20px;
  font-size: .9em;
}

.news-item {
  flex: 1;
}

.news-list {
  flex-wrap: wrap;
  align-content: stretch;
  display: flex;
}

.footer-legal-wrapper {
  color: var(--light-blue);
  text-align: center;
  margin-top: 23px;
  font-size: 12px;
}

.link-block, .link-block-2 {
  width: 100%;
}

.paragraph-2 {
  color: #6b6b6b;
}

.tour-link-wrapper:hover {
  opacity: .8;
}

.superscript {
  font-size: 50%;
  line-height: .275em;
  position: relative;
  top: -6px;
}

.table-wrapper {
  flex-wrap: wrap;
  margin-bottom: 50px;
  display: flex;
}

.cell {
  height: 100px;
  background-color: rgba(246, 245, 243, .41);
  flex: 1;
  align-items: center;
  padding: 10px;
}

.cell._10 {
  flex: 0 0 10%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cell._10.table-header {
  background-color: rgba(146, 161, 173, .33);
  flex-basis: 10%;
  font-weight: 700;
}

.cell._60 {
  flex-basis: 60%;
}

.cell._30 {
  flex: 0 30%;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cell._30.center {
  text-align: center;
  justify-content: center;
}

.cell._20 {
  flex-basis: 20%;
}

.cell._20.table-header {
  background-color: rgba(146, 161, 173, .33);
}

.cell._20-copy {
  flex-basis: 20%;
}

.cell._20-copy.table-header {
  background-color: rgba(146, 161, 173, .33);
}

.cell.table-header {
  width: 100%;
  height: auto;
  text-align: center;
  background-color: rgba(146, 161, 173, .33);
  flex: 0 auto;
  font-weight: 500;
}

.cell.sub-header {
  background-color: #f6f5f3;
}

.div-block-3 {
  display: flex;
}

.div-block-4 {
  flex: 1;
  margin-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
}

.div-block-5 {
  flex: 1;
}

.collection-list-2 {
  flex-flow: wrap;
  align-content: stretch;
  display: flex;
}

.collection-item {
  flex: 0 33.3%;
  margin-bottom: 20px;
}

.uj {
  float: right;
  color: #fff;
  background-color: #6b6b6b;
  border-radius: 5px;
  padding: 2px 8px 0;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  position: relative;
  top: -20px;
}

.workshop-header {
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
}

.workshop-wrapper {
  height: 100%;
  background-color: #fff;
  border-top: 6px solid rgba(163, 159, 145, .71);
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
}

.workshop-label {
  color: var(--gray-3);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 15px;
  font-size: 10px;
  font-weight: 500;
  line-height: 14px;
}

.image-11 {
  margin-bottom: 10px;
}

.div-block-6 {
  margin-bottom: 50px;
}

.italic-text {
  font-style: italic;
}

.field-label {
  margin-top: 0;
  font-size: 18px;
  font-weight: 700;
}

.form-container {
  background-color: var(--beige);
  padding-top: 33px;
}

.dropdown {
  color: var(--green);
}

.hu {
  color: var(--gray-3);
  background-image: url('../images/hungary-flag.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 25px;
  padding-right: 30px;
}

.language-dropdown {
  color: var(--gray-3);
  background-color: rgba(0, 0, 0, 0);
  font-weight: 300;
}

.language-dropdown:hover {
  color: var(--green);
}

.language-dropdown.en {
  background-image: url('../images/hungary-flag.png');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 25px;
  margin-left: 20px;
  padding-left: 35px;
}

.dropdown-list-2 {
  background-color: rgba(0, 0, 0, 0);
}

.dropdown-toggle-2 {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 20px;
}

.language-wrapper {
  display: inline-block;
}

.promo-wrapper {
  width: 60%;
  border: 3px dotted var(--green);
  color: var(--green);
  text-align: center;
  border-radius: 10px;
  margin: 30px auto 25px;
  padding-left: 28px;
  padding-right: 28px;
  display: block;
}

.column {
  flex-flow: column;
  flex: 1;
  align-content: center;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.column._20 {
  flex-wrap: wrap;
  display: flex;
}

.price-list-section {
  flex: 1;
}

.price-list-sub-section {
  flex: 0 auto;
  align-items: stretch;
  display: flex;
}

.div-block-7 {
  flex: 1;
}

.price-list-sub-sub-section {
  flex-wrap: nowrap;
  display: flex;
}

.offer-text {
  background-color: rgba(255, 229, 64, .27);
  font-weight: 500;
}

.search-input {
  width: 50%;
  float: left;
  border-right: 0 solid #000;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding-top: 21px;
  padding-bottom: 21px;
}

.text-block-4 {
  color: var(--gray-3);
  margin-bottom: 4px;
  font-size: 14px;
}

.search-result-item {
  margin-bottom: 25px;
}

.link {
  font-size: 22px;
  font-weight: 400;
}

.column-margin-correction-wrapper {
  margin-left: 10px;
  margin-right: 10px;
}

.text-block-5 {
  display: inline-block;
}

.rich-text-block-2 {
  padding-right: 0;
  display: inline-block;
}

.div-block-8 {
  width: 80%;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-9 {
  color: #6b6b6b;
  text-align: center;
  background-color: rgba(163, 159, 145, .21);
  border-radius: 10px;
  flex: 1;
  margin-left: 15px;
  margin-right: 15px;
  padding: 25px;
}

.div-block-9.green {
  background-color: var(--green);
}

.text-block-6 {
  font-size: 22px;
  line-height: 1.2em;
}

.text-block-7 {
  margin-bottom: 20px;
  font-size: 46px;
  font-weight: 900;
  line-height: 1em;
}

.text-span {
  font-weight: 300;
}

.language-flag-list {
  display: flex;
}

.language-flag-wrapper {
  margin-right: 5px;
}

.language-flag-wrapper.main-nav {
  padding-top: 10px;
}

.language-flag-wrapper.main-nav.w--current:hover {
  opacity: .8;
}

.rich-text-block-3 {
  margin-bottom: 20px;
}

.html-embed, .hide {
  display: none;
}

.grid {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: 40px auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  align-items: center;
  justify-items: center;
}

.table-header, .text-block-8 {
  text-align: center;
}

.empty-state {
  background-color: var(--beige);
}

.field-label-2 {
  font-size: 18px;
  font-weight: 700;
}

.checkbox-label {
  margin-top: 0;
}

.link-2 {
  font-weight: 300;
}

.grid-2 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  align-items: stretch;
  justify-items: stretch;
}

.text-block-9 {
  font-weight: 700;
}

.empty-state-2 {
  height: 100%;
  text-align: center;
  background-color: rgba(246, 245, 243, .41);
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-paragraph {
  width: 60%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.tour-wrapper {
  height: 100vh;
}

.div-block-11 {
  text-align: center;
}

@media screen and (max-width: 991px) {
  .header-menu-button.style-c {
    width: 6.2%;
  }

  .form-field-holder {
    width: 73%;
  }

  .button.large.spacer-right {
    margin-bottom: 15px;
  }

  .tab-link {
    padding: 15px;
  }

  .tab-link.style-b {
    height: 25%;
  }

  .tabs-holder.style-b {
    position: relative;
  }

  .tabs-content.style-b {
    float: right;
  }

  .tabs-menu.style-b {
    position: absolute;
    top: 0;
    bottom: 0;
  }

  .half-width {
    width: 80%;
  }

  .hero {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .hero-title, .contents-holder {
    width: 70%;
  }

  .section.center.first {
    margin-top: 0;
  }

  .section.first {
    margin-top: 130px;
  }

  .h1 {
    font-size: 3.5em;
  }

  .brand.w--current {
    width: 100px;
    height: 100px;
    flex: 0 auto;
  }

  .nav-bar-container {
    flex: 0 auto;
  }

  .nav-menu {
    z-index: 0;
    height: 100vh;
    text-align: center;
    background-color: #fff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 120px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .nav-link {
    color: var(--light-blue);
    text-align: center;
    line-height: 4px;
    position: static;
  }

  .nav-link.w--current {
    position: static;
  }

  .menu-button {
    text-align: right;
    background-color: rgba(0, 0, 0, 0);
    flex: 1;
    padding: 0;
    font-size: 38px;
  }

  .menu-button.w--open {
    z-index: 1100;
    background-color: rgba(0, 0, 0, 0);
  }

  .menu-button-icon {
    color: var(--gray-3);
    background-color: rgba(0, 0, 0, 0);
    font-weight: 100;
  }

  .get-in-touch-container {
    margin-left: 0;
  }

  .special-program-card {
    width: 26%;
  }

  .h5.home {
    font-size: 1.15em;
    line-height: .95em;
  }

  .image-6 {
    padding: 31px;
  }

  .column._20 {
    flex-wrap: nowrap;
    flex: 20%;
  }

  .div-block-8 {
    width: 100%;
  }

  .language-flag-list {
    justify-content: center;
  }

  .div-block-11 {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 30px;
    line-height: 37px;
  }

  h2 {
    font-size: 26px;
    line-height: 34px;
  }

  h3 {
    font-size: 22px;
    line-height: 28px;
  }

  h4 {
    font-size: 16px;
  }

  .header-nav-link {
    padding-right: 20px;
  }

  .header-nav-link.style-b {
    color: #fff;
  }

  .header-nav-link.style-b:hover {
    color: rgba(255, 255, 255, .49);
  }

  .header-nav-link.style-c {
    margin-right: 10px;
  }

  .header-nav-menu.style-b {
    width: auto;
    background-color: #333;
    margin-left: 0;
  }

  .header-nav-menu.style-c {
    background-color: #333;
  }

  .header-logo.style-c {
    width: 28%;
  }

  .header-menu-button.style-c {
    width: 10%;
  }

  .small-text {
    font-size: 13px;
    line-height: 20px;
  }

  .small-text.tab-text {
    display: none;
  }

  .dropdown-toggle {
    color: #fff;
    text-align: right;
    padding-right: 20px;
  }

  .dropdown-toggle:hover {
    color: rgba(255, 255, 255, .49);
  }

  .dropdown-toggle.w--open {
    color: #fff;
    padding-right: 20px;
  }

  .dropdown-toggle.w--open:hover {
    color: rgba(255, 255, 255, .49);
  }

  .dropdown-list.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .dropdown-link {
    color: #fff;
    text-align: right;
    border-right: 1px solid rgba(255, 255, 255, .2);
    padding-right: 20px;
  }

  .dropdown-link:hover {
    color: rgba(255, 255, 255, .49);
  }

  .dropdown-icon {
    margin-right: 0;
  }

  .form-field-holder {
    width: 60%;
  }

  .feature-holder {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .feature-holder.center {
    padding-top: 50px;
    padding-bottom: 25px;
  }

  .feature-holder.video {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .max-width {
    padding-left: 10%;
    padding-right: 10%;
  }

  .feature-snippet {
    max-width: 250px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .feature-snippet.right, .feature-snippet.left {
    text-align: center;
  }

  .feature-snippet.left-main, .feature-snippet.style-b {
    max-width: 100%;
  }

  .row {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-border-holder {
    margin-bottom: 50px;
  }

  .slide {
    padding-top: 30px;
    padding-bottom: 50px;
  }

  .arrow {
    font-size: 25px;
  }

  .tabs-content.style-b {
    width: 85%;
  }

  .tabs-menu.style-b {
    width: 15%;
  }

  .half-width {
    width: 100%;
  }

  .co-line-left {
    margin-left: -20px;
    padding-left: 20px;
  }

  .title-holder, .padded-holder, .form-success {
    padding: 20px;
  }

  .footer-holder {
    margin-bottom: 40px;
  }

  .social-icon {
    margin-right: 10px;
    padding: 8px 10px;
    font-size: 16px;
    line-height: 16px;
  }

  .small-social-icon {
    margin-left: 0;
    margin-right: 10px;
  }

  .hero-title {
    width: 90%;
  }

  .hero-home-title {
    padding: 30px 50px;
  }

  .contents-holder {
    width: 90%;
  }

  .section.first {
    margin-top: 110px;
  }

  .h1 {
    font-size: 3em;
  }

  .h1.name {
    margin-right: 5px;
  }

  .h2.expertise {
    font-size: 1.45em;
    line-height: 30px;
  }

  .instructor-photo-wrapper {
    width: 160px;
    height: 160px;
  }

  .brand, .brand.w--current {
    width: 80px;
    height: 80px;
  }

  .equipment-card {
    width: 50%;
  }

  .special-programs {
    margin-left: -14px;
    margin-right: -14px;
  }

  .special-program-card {
    width: 37%;
  }

  .h5.home {
    margin-bottom: 10px;
  }

  .current-news-card {
    flex: 0 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-2 {
    width: 50%;
    height: 160px;
    float: left;
    margin-right: 10px;
  }

  .service-wrapper {
    margin-left: -14px;
    margin-right: -14px;
  }

  .cell.align-right {
    text-align: center;
  }

  .collection-item {
    flex-basis: 100%;
    margin-bottom: 10px;
  }

  .workshop-wrapper {
    height: auto;
    padding-bottom: 10px;
  }

  .language-wrapper {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    display: block;
  }

  .column {
    text-align: center;
    flex-flow: column;
    flex-basis: 100%;
    justify-content: flex-start;
  }

  .column._20 {
    flex-basis: 100%;
  }

  .price-list-sub-section {
    text-align: center;
    flex-direction: column;
  }

  .div-block-8 {
    width: 100%;
  }

  .text-block-6 {
    font-size: 22px;
  }

  .text-block-7 {
    font-size: 38px;
  }

  .language-flag-list {
    margin-top: 10px;
  }
}

@media screen and (max-width: 479px) {
  .header-nav-link.style-d {
    color: #fff;
  }

  .header-nav-link.style-d:hover {
    color: rgba(255, 255, 255, .49);
  }

  .header-nav-menu.style-d {
    background-color: #333;
    border-top-style: none;
    margin-top: 0;
  }

  .header-nav-menu.style-e {
    background-color: #333;
  }

  .header-navbar.style-d {
    padding-bottom: 20px;
  }

  .header-navbar.style-e {
    padding-bottom: 0;
  }

  .header-logo {
    padding-top: 11px;
  }

  .header-logo.style-c {
    width: 100%;
    float: none;
    display: block;
  }

  .header-menu-button.style-b {
    float: none;
    margin: 5px;
    display: inline-block;
  }

  .header-menu-button.style-c {
    width: auto;
    float: none;
    clear: both;
    margin-top: 3px;
    display: block;
    position: static;
  }

  .header-search {
    float: none;
    margin-top: 0;
  }

  .form-field-holder {
    width: auto;
    float: none;
    margin-left: 0%;
    display: block;
  }

  .search-submit-button {
    top: 4px;
  }

  .max-width {
    padding-left: 0%;
    padding-right: 0%;
  }

  .white-background.large-padding, .blue-background.large-padding {
    padding: 25px;
  }

  .button {
    width: 100%;
    display: block;
  }

  .button.large {
    width: auto;
    text-align: center;
  }

  .button.large.hide {
    display: none;
  }

  .button.large.spacer-right {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .row {
    padding-left: 20px;
    padding-right: 20px;
  }

  .arrow {
    display: none;
  }

  .tab {
    display: block;
  }

  .tab.style-b {
    padding: 25px 25px 0;
  }

  .tab-link {
    width: 100%;
    text-align: left;
    border-top-style: none;
    padding: 2px 3px;
  }

  .tabs-content.style-b {
    width: 100%;
  }

  .tabs-menu {
    display: none;
  }

  .co-line-left {
    border-top: 5px solid #ddd;
    border-left-style: none;
    margin-left: 0;
    padding-top: 40px;
    padding-left: 0;
  }

  .hero-home-title {
    font-size: 20px;
    line-height: 20px;
  }

  .section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section.first.video {
    height: 70vh;
  }

  .easy-read-contaner {
    margin-bottom: 0;
  }

  .h1 {
    font-size: 1.9em;
  }

  .h1.name {
    margin-left: 3px;
    margin-right: 3px;
  }

  .instructor-info-wrapper {
    margin-bottom: 0;
    padding: 10px;
  }

  .instructor-photo-wrapper {
    width: 100px;
    height: 100px;
    margin-bottom: 5px;
  }

  .instructor-first-name {
    font-size: 19px;
  }

  .brand {
    width: 60px;
    height: 60px;
  }

  .pilates-tab-menu {
    flex-direction: column;
    align-items: center;
  }

  .equipment-card {
    width: 100%;
  }

  .special-program-card {
    width: 70%;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .h5.home {
    margin-bottom: 0;
  }

  .image {
    padding: 23px;
  }

  .image-2 {
    padding: 16px;
  }

  .image-3 {
    padding: 10px;
  }

  .image-4 {
    padding: 12px;
  }

  .image-5, .image-6 {
    padding: 21px;
  }

  .image-7 {
    padding: 19px;
  }

  .current-news-card {
    margin-bottom: 10px;
  }

  .background-video {
    height: 70vh;
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block {
    height: auto;
  }

  .div-block-2 {
    width: auto;
    height: 140px;
    float: none;
  }

  .table-wrapper {
    display: block;
  }

  .cell {
    flex: 1;
  }

  .cell._10.table-header, .cell._60.center {
    flex-basis: 100%;
  }

  .cell._30.bold {
    flex-basis: 100%;
    justify-content: center;
  }

  .cell._30.center {
    flex-basis: 100%;
  }

  .cell.align-right {
    justify-content: center;
  }

  .div-block-3 {
    flex-wrap: wrap;
  }

  .column, .price-list-sub-section {
    display: block;
  }

  .price-list-sub-sub-section {
    flex-direction: column;
    align-items: stretch;
    display: block;
  }

  .div-block-8 {
    flex-direction: column;
  }

  .div-block-9.first {
    margin-bottom: 20px;
  }

  .hero-paragraph.center {
    width: 90%;
  }
}

#w-node-e701fae8-3206-e524-7417-41349dafac34-d1a175aa {
  align-self: stretch;
  justify-self: stretch;
}


@font-face {
  font-family: 'Socicon';
  src: url('../fonts/socicon.eot') format('embedded-opentype'), url('../fonts/socicon.woff') format('woff'), url('../fonts/socicon.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Slinkey';
  src: url('../fonts/slinkey.eot') format('embedded-opentype'), url('../fonts/slinkey.woff') format('woff'), url('../fonts/slinkey.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}