.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;
}

.burger-icon {
  height: 100%;
  font-size: 40px;
}

.mobile-nav-link {
  font-weight: 700;
  text-decoration: none;
}

.mobile-nav-link.title-text:visited {
  color: #000;
}

.mobile-nav-link.title-text.w--current, .mobile-nav-link.title-text.w--current:visited {
  color: #f97561;
}

.brand-container {
  align-items: center;
  display: flex;
}

.close-logo {
  height: 100%;
}

.nav-dropdown {
  flex: 0 auto;
  margin-left: 20px;
  margin-right: 20px;
}

.mobile-burger-nav {
  width: 40px;
  height: 40px;
  display: none;
}

.nav-links-container {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.mobile-social-icon {
  height: 25px;
  margin-left: 10px;
  margin-right: 10px;
}

.nav-bar-content-wrapper {
  width: 100%;
  height: 100%;
  max-width: 1040px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  padding: 15px 20px;
  display: flex;
}

.mobile-menu-header {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.gymo-brand-text {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 10px;
  font-size: 30px;
}

.brand-link {
  text-decoration: none;
}

.nav-link {
  color: #000;
  border: 0 #000;
  margin-left: 20px;
  padding-right: 20px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

.nav-link:hover, .nav-link.w--current {
  color: #f97561;
}

.dropdown-nav-list {
  background-color: #24cd98;
}

.dropdown-nav-list.w--open {
  z-index: 4;
  width: 180px;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to right, #31423a, #14251d);
  border-radius: 12px;
  margin-top: 11px;
  left: -37%;
}

.mobile-close-icon {
  height: 25px;
}

.bottom-gradiant-background {
  z-index: -99;
  width: 100%;
  max-width: 800px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.mobile-social-media-row {
  justify-content: center;
  margin-bottom: 11px;
  display: flex;
}

.dropdown-list-link {
  color: #fff;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 700;
}

.dropdown-list-link:hover, .dropdown-list-link.w--current {
  color: #24cd98;
}

.mobile-menu-content.mobile-nav-item-margin {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon {
  color: #fff;
  margin-left: 0;
  margin-right: 0;
}

.nav-bar-container {
  z-index: 20;
  background-image: linear-gradient(#fff 9%, rgba(255, 255, 255, .01));
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.primary-button {
  background-color: #f97561;
  border-radius: 13px;
  padding: 12px 40px;
  font-size: 15px;
  font-weight: 700;
}

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

.small-text.text-white {
  color: #fff;
}

.mobile-menu-footer {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.mobile-social-logo {
  height: 100%;
}

.mobile-menu {
  background-color: #333;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  transform: translate(120%);
}

.dropdown-toggle {
  padding: 0;
}

.brand-nav-image {
  height: 30px;
  object-fit: contain;
}

.heading {
  color: #000;
  text-decoration: none;
}

.page-body {
  max-width: 100%;
}

.default-section {
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: visible;
}

.default-section.hero-section {
  min-height: 100vh;
}

.default-section.hide {
  display: none;
}

.default-section-container {
  width: 100%;
  max-width: 1040px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 20px 60px;
  display: block;
  position: relative;
}

.default-section-container.hero-section {
  max-height: 100vh;
}

.default-section-container.hero-section.navigation-spacing, .default-section-container.navigation-spacing {
  margin-top: 50px;
}

.default-section-container.navigation-spacing.hero-section {
  height: 100vh;
  margin-top: 0;
  padding-bottom: 0;
}

.hero-container {
  width: 100%;
  height: 100%;
  flex-direction: row;
  display: flex;
}

.hero-info-container {
  width: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.hero-heading {
  font-size: 53px;
  line-height: 60px;
}

.running-text {
  color: #333;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 23px;
}

.running-text.mt-25 {
  margin-top: 25px;
}

.running-text.mt-25.mb-25 {
  margin-bottom: 25px;
}

.running-text.bold {
  font-weight: 700;
}

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

.running-text.form-label {
  font-size: 16px;
}

.hero-preview-container {
  width: 50%;
  height: 100%;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.hero-image {
  width: 100%;
  max-width: 410px;
}

.illustration-icon {
  width: 105px;
  position: absolute;
}

.illustration-icon.illustration-top-right {
  top: 10%;
  right: 8%;
}

.illustration-icon.illustration-bottom-right {
  bottom: 10%;
  right: 10%;
}

.illustration-icon.illustration-center-right {
  top: 67%;
  right: -19%;
}

.service-info-item {
  width: 100%;
  flex-direction: row;
  margin-top: 40px;
  display: flex;
}

.service-description-container {
  width: 50%;
  flex-direction: column;
  justify-content: center;
  padding: 15px;
  display: flex;
}

.title-text {
  color: #f97561;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 34px;
  line-height: 42px;
}

.title-text.mt-40 {
  margin-top: 40px;
}

.service-preview-container {
  width: 50%;
  align-items: center;
  display: flex;
}

.service-preview-image {
  width: 100%;
  object-fit: cover;
  border-radius: 25px;
  padding: 15px;
  overflow: auto;
}

.service-short-info-container {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 50px;
}

.service-info-grid {
  width: 100%;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.short-service-item-container {
  width: 100%;
  height: 100%;
  background-color: #f97561;
  border-radius: 18px;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  display: flex;
}

.service-short-info-title {
  color: #fff;
  text-align: center;
  margin-top: 0;
}

.service-short-info-description {
  color: #fff;
  text-align: center;
}

.service-info-icon {
  width: 100px;
  max-height: 100px;
  object-fit: contain;
  margin-bottom: 20px;
}

.contact-form-wrapper {
  width: 50%;
  padding: 40px 40px 40px 20px;
}

.privary-link {
  text-decoration: none;
}

.privary-link.mr-5 {
  color: #000;
  margin-right: 5px;
  text-decoration: none;
}

.social-logo {
  width: 100%;
  max-width: 31px;
}

.content-info-align {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.title-text-2 {
  color: #fff;
  font-size: 30px;
}

.social-row {
  flex-direction: row;
  margin-bottom: 6px;
  display: flex;
}

.social-wrapper {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 57px;
  display: flex;
}

.text-block-2 {
  color: #fff;
}

.grid {
  grid-template-columns: 1fr 2.75fr;
  grid-template-areas: "Area";
}

.submit-button {
  color: #fff;
  background-color: #f97561;
  border: 1px #000;
  border-radius: 10px;
  margin-top: 20px;
  padding: 15px 40px;
  font-size: 17px;
  font-weight: 700;
}

.contact-form-container {
  width: 100%;
  background-color: #fff;
  border: 1px #000;
  border-radius: 20px;
  flex: 0 auto;
  margin-top: 20px;
  margin-bottom: 60px;
  display: flex;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.social-link {
  margin-right: 10px;
}

.contact-info-wrapper {
  width: 50%;
  height: 100%;
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  padding: 40px 20px 0;
  display: flex;
}

.running-text-2 {
  color: #bfc5bc;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 400;
  line-height: 29px;
}

.running-text-2.mb-20 {
  margin-bottom: 20px;
}

.running-text-2.mb-20.font-color-white {
  color: #fff;
}

.running-text-2.color-white {
  color: #fff;
  border: 1px #000;
  text-decoration: none;
}

.running-text-2.color-white.bold {
  font-weight: 700;
}

.running-text-2.color-white.ml-5 {
  margin-left: 5px;
}

.form-error-message {
  background-color: #e73939;
}

.form-sucess-message {
  background-color: #24cd98;
}

.default-text-field {
  height: 50px;
  color: #000;
  background-color: #e7e7e7;
  border: 1px #000;
  border-radius: 10px;
  font-size: 16px;
}

.default-text-field.default-text-area {
  max-height: 100px;
  max-width: 100%;
  min-height: 100px;
  min-width: 100%;
}

.light-box-image {
  max-height: 250px;
}

.slide-nav {
  display: none;
}

.slide {
  max-width: 33%;
}

.gallery-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  display: grid;
}

.gallery-image {
  border-radius: 10px;
}

.sub-title {
  text-align: left;
  margin-bottom: 40px;
  font-size: 18px;
}

.team-image {
  width: 100%;
  border-radius: 10px;
}

.absolute-decorator-about {
  width: 100%;
  max-width: 100px;
  position: absolute;
  bottom: -20px;
}

.absolute-decorater-team {
  width: 100%;
  max-width: 120px;
  position: absolute;
  top: -10px;
  right: 10px;
}

.preview-video {
  width: 100%;
  border-radius: 16px;
  margin-top: 40px;
  margin-bottom: 40px;
  overflow: hidden;
}

.section-imprint {
  margin-top: 101px;
}

.container {
  max-width: 1328px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

.section-privacy.default-section {
  margin-top: 62px;
}

.running-text-3 {
  color: #656564;
  margin-bottom: 0;
  padding-right: 20px;
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
}

@media screen and (max-width: 991px) {
  .burger-icon {
    width: 100%;
    height: 100%;
    color: #fff;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    display: flex;
    overflow: hidden;
  }

  .mobile-burger-nav {
    width: 50px;
    height: 50px;
    margin-top: 10px;
    display: none;
    overflow: visible;
  }

  .mobile-menu-header {
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .mobile-menu {
    z-index: 1000;
    background-color: #333;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
    display: flex;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: visible;
  }

  .nav-action-container {
    display: none;
  }

  .service-info-item {
    flex-direction: column;
  }

  .service-info-item.mobile-inverted {
    flex-direction: column-reverse;
  }

  .service-description-container, .service-preview-container {
    width: 100%;
  }

  .service-info-grid {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    justify-items: center;
  }

  .absolute-decorater-team {
    max-width: 100px;
    right: 30px;
  }
}

@media screen and (max-width: 767px) {
  .burger-icon {
    color: #000;
  }

  .mobile-nav-link.title-text {
    color: #000;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .mobile-nav-link.title-text:visited {
    color: #fff;
  }

  .mobile-burger-nav {
    width: auto;
    height: auto;
    margin-top: 0;
    display: block;
  }

  .nav-links-container {
    display: none;
  }

  .mobile-menu-header {
    align-items: center;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .small-text.text-white {
    color: #000;
  }

  .mobile-menu {
    background-color: #fff;
    transform: translate(120%);
  }

  .mobile-nav-brand-icon {
    width: auto;
    height: 30px;
    max-height: none;
    max-width: none;
    object-fit: fill;
    display: block;
  }

  .default-section-container {
    padding-bottom: 20px;
  }

  .default-section-container.navigation-spacing.hero-section {
    margin-top: 50px;
  }

  .hero-container {
    flex-direction: column;
  }

  .hero-info-container {
    width: 100%;
    align-items: center;
  }

  .hero-preview-container {
    width: 100%;
    height: auto;
  }

  .hero-image {
    max-width: 286px;
  }

  .illustration-icon.illustration-top-right {
    top: 28%;
    right: 4%;
  }

  .illustration-icon.illustration-bottom-right, .illustration-icon.illustration-center-right {
    display: none;
  }

  .service-info-item {
    flex-direction: column;
  }

  .service-info-item.mobile-inverted {
    flex-direction: column-reverse;
  }

  .service-description-container, .service-preview-container {
    width: 100%;
  }

  .service-info-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .contact-form-wrapper {
    width: 100%;
    padding-bottom: 0;
    padding-right: 20px;
  }

  .submit-button {
    padding: 15px 40px;
    font-size: 17px;
    font-weight: 700;
  }

  .contact-form-container {
    flex-direction: column-reverse;
  }

  .contact-info-wrapper {
    width: 100%;
    padding-bottom: 40px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 479px) {
  .burger-icon {
    width: 50px;
    height: 50px;
  }

  .mobile-nav-link {
    text-decoration: none;
  }

  .mobile-nav-link.title-text, .mobile-nav-link.title-text:visited {
    color: #333;
  }

  .close-logo {
    height: 30px;
    margin-top: 0;
    margin-right: 0;
  }

  .mobile-burger-nav {
    width: auto;
    height: auto;
    margin-top: 0;
  }

  .mobile-social-icon {
    height: 25px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .mobile-menu-header {
    padding-left: 10px;
  }

  .mobile-close-icon {
    width: 30px;
    height: 30px;
  }

  .mobile-social-media-row {
    justify-content: center;
    margin-bottom: 11px;
    display: flex;
  }

  .mobile-menu-content {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .mobile-menu-content.mobile-nav-item-margin {
    flex-direction: column;
  }

  .primary-button, .small-text {
    text-align: center;
  }

  .mobile-menu-footer {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .mobile-social-logo {
    height: 100%;
  }

  .mobile-menu {
    padding-top: 15px;
    transform: translate(120%);
  }

  .default-section.hero-section {
    min-height: auto;
  }

  .default-section-container.navigation-spacing.hero-section {
    height: auto;
    max-height: none;
    margin-top: 40px;
  }

  .hero-container {
    height: auto;
    margin-top: 32px;
    margin-bottom: 25px;
  }

  .hero-heading {
    margin-top: 0;
    font-size: 34px;
    line-height: 42px;
  }

  .running-text {
    font-size: 15px;
  }

  .running-text.mt-25.mb-25 {
    text-align: center;
    font-size: 15px;
  }

  .hero-image {
    max-width: 192px;
    margin-top: 18px;
  }

  .illustration-icon.illustration-top-right {
    display: none;
  }

  .illustration-icon.illustration-bottom-right {
    display: block;
    bottom: -100px;
    right: -16%;
  }

  .service-info-item {
    margin-top: 10px;
    margin-bottom: 40px;
  }

  .service-description-container {
    padding: 0;
  }

  .title-text {
    font-size: 32px;
  }

  .service-preview-image {
    border-radius: 8px;
    margin-top: 20px;
    padding: 0;
  }

  .service-short-info-container {
    padding: 0;
  }

  .service-info-grid, .gallery-container {
    grid-template-columns: 1fr;
  }

  .gallery-image {
    border-radius: 8px;
  }

  .sub-title {
    font-size: 15px;
  }

  .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .running-text-3 {
    line-height: 30px;
  }
}

#w-node-_53ddc88d-7d05-2103-6561-0aebcc6c0526-6f5ccd88, #w-node-_15bbe85b-b619-c34c-449a-d739bce95930-6f5ccd88, #w-node-cf91f279-22a5-40ed-e5d0-a5d7b060cb61-6f5ccd88, #w-node-_626d7302-eb52-6f55-4551-a60923b9aa9b-6f5ccd88 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


