:root {
  --black-text: #272727;
  --royal-blue: #5e9ef8;
  --white: white;
  --deep-sky-blue: #00aeef;
  --black: black;
  --lime-green: #7dc353;
  --transp-blue: var(--deep-sky-blue);
}

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

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.hero-section {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 600px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-container {
  z-index: 10;
  justify-content: space-between;
  width: 90%;
  max-width: 90%;
  margin-top: -32px;
  display: flex;
  position: relative;
}

.hero-text {
  margin-top: 40px;
  margin-bottom: 40px;
}

.hero-content {
  color: #fff;
  max-width: 500px;
}

.hero-content.wider {
  max-width: 600px;
}

.body {
  color: var(--black-text);
  background-color: #faf9f9;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.hero-bg {
  z-index: 0;
  position: absolute;
  inset: 0;
}

.hero-menu {
  z-index: 10;
  justify-content: flex-end;
  align-items: center;
  padding-top: 17px;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.hero-menu-logo {
  opacity: 1;
  justify-content: center;
  align-items: center;
  transition: opacity .2s;
  display: flex;
}

.hero-menu-logo:hover {
  opacity: .8;
}

.hero-menu-menu {
  justify-content: flex-end;
  height: 30px;
  display: flex;
}

.hero-h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 100px;
  line-height: 110px;
}

.hero-subh1 {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.btn {
  color: #fff;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #fff;
  justify-content: space-between;
  align-items: center;
  max-width: 210px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  position: relative;
}

.btn.btn-form {
  margin-top: 30px;
  padding-left: 45px;
  padding-right: 45px;
}

.btn.btn-form:hover {
  color: var(--royal-blue);
  background-color: #fff;
}

.btn-icon {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  display: flex;
}

.btn-label {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 44px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
  position: relative;
}

.hero-menu-item {
  opacity: 1;
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
}

.hero-menu-item:hover {
  opacity: .8;
}

.hero-menu-item.w--current {
  border-bottom: 2px solid #fff;
  margin-top: 2px;
}

.featured-section {
  z-index: 10;
  justify-content: center;
  margin-top: -120px;
  padding-top: 80px;
  padding-bottom: 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.featured-cont {
  width: 80%;
  max-width: 1200px;
}

.featured-row {
  margin-bottom: 56px;
  margin-left: -32px;
  display: flex;
}

.featured-card {
  color: #fff;
  cursor: pointer;
  background-color: #adadad;
  flex-direction: column;
  flex: none;
  justify-content: flex-end;
  align-items: flex-start;
  width: 428px;
  height: 288px;
  margin-right: 40px;
  padding: 32px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 28px 100px -3px #3b3d4b82, 0 7px 17px -5px #1e1c285c;
}

.featured-btnblock {
  align-items: center;
  display: flex;
}

.btn-dark {
  border: 1px solid var(--black-text);
  color: var(--black-text);
  text-transform: uppercase;
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.btn-icon-left {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  display: flex;
}

.btn-icon-left:hover {
  background-image: linear-gradient(#2727271a, #2727271a);
}

.btn-icon-right {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  display: flex;
}

.btn-icon-right:hover {
  background-color: #2727271a;
}

.f-card-content {
  z-index: 10;
  position: relative;
}

.f-card-heading {
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
}

.f-card-date {
  margin-top: 8px;
}

.f-card-overlay {
  z-index: 2;
  background-image: linear-gradient(#2727274f, #2727274f);
  position: absolute;
  inset: 0;
}

.f-card-img {
  z-index: 1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: 700px;
  position: absolute;
  inset: 0;
}

.f-card-img.f-c-i-2 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 100%;
  background-size: 900px;
}

.f-card-img.f-c-i-3 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-size: 700px;
}

.f-card-img.f-c-i-4 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-size: 840px;
}

.ouroffer-section {
  justify-content: center;
  height: 700px;
  display: flex;
  overflow: hidden;
}

.ouroffer-cont {
  width: 80%;
  max-width: 1200px;
  display: flex;
}

.oofeer-content {
  flex-direction: column;
  flex: none;
  justify-content: center;
  max-width: 500px;
  display: flex;
}

.header2block {
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.header2block.m-width {
  max-width: 400px;
}

.header2block.m-width-2 {
  max-width: 500px;
}

.headingline {
  background-color: var(--royal-blue);
  width: 65px;
  height: 3px;
}

.header2 {
  margin-top: 24px;
  margin-bottom: 32px;
  font-size: 40px;
  line-height: 52px;
}

.header2.white.centre {
  text-align: center;
}

.header2.black-bg.centre {
  color: var(--white);
  text-align: center;
}

.oofer-img {
  flex: none;
  align-items: center;
  display: flex;
}

.aboutus-section {
  justify-content: center;
  padding-top: 80px;
  padding-bottom: 120px;
  display: flex;
  overflow: hidden;
}

.aboutus-container {
  flex-direction: column;
  width: 80%;
  max-width: 1200px;
  display: flex;
}

.aboutus-content {
  flex-direction: column;
  flex: none;
  justify-content: center;
  max-width: 500px;
  display: flex;
}

.aboutus-row {
  justify-content: space-between;
  margin-top: 80px;
  display: flex;
}

.aboutus-col {
  width: 27%;
}

.aboutus-icon {
  height: 100px;
  margin-bottom: 10px;
}

.heading3 {
  font-size: 20px;
}

.team-container {
  flex-direction: column;
  width: 80%;
  max-width: 1200px;
  display: flex;
}

.team-section {
  justify-content: center;
  padding-top: 120px;
  padding-bottom: 160px;
  display: flex;
  overflow: hidden;
}

.team-row {
  justify-content: space-between;
  margin-top: 80px;
  display: flex;
}

.team-card {
  flex-direction: column;
  width: 155px;
  display: flex;
}

.team-photo {
  background-image: linear-gradient(#00000080, #00000080);
  width: 155px;
  height: 200px;
  margin-bottom: 16px;
}

.team-name {
  font-weight: 600;
}

.footer-section {
  background-image: linear-gradient(#292626, #292626);
  justify-content: center;
  height: 160px;
  display: flex;
}

.hero-bg-mask {
  z-index: 3;
  transform-origin: 80% 50% 0px;
  background-image: linear-gradient(189deg, #33beffc4, #009dff00);
  position: absolute;
  inset: 0;
}

.hero-bg-mask.contact {
  background-image: linear-gradient(120deg, var(--deep-sky-blue), #0e34a682), url('../images/gym-equipment.jpeg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.hero-bg-img {
  background-image: url('../images/bg-logo.svg'), radial-gradient(circle at 0 100%, #000, #0000), url('../images/hero-weights.jpeg');
  background-position: 10% 90%, 0 0, 50%;
  background-repeat: no-repeat, repeat, no-repeat;
  background-size: 500px, auto, cover;
  background-attachment: scroll, scroll, scroll;
  position: absolute;
  inset: 0;
}

.menu-2 {
  z-index: 120;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(to bottom, var(--black), var(--black));
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding: 9px 80px;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transform: translate(0, -50px);
  box-shadow: 0 1px 2px #27272729;
}

.dark-menu {
  color: var(--black-text);
}

.hero-description {
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
}

.hero-description-content {
  color: #fff;
  cursor: pointer;
}

.descr-header {
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 600;
}

.plus-icon {
  width: 20px;
  height: 20px;
  margin-bottom: 10px;
}

.btn-hover-actor {
  z-index: 10;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0;
}

.dark-text {
  color: var(--royal-blue);
}

.btn-h-actor-bg {
  z-index: 10;
  transform-origin: 0%;
  background-image: linear-gradient(#fff, #fff);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0;
}

.btn-icon-hover {
  z-index: 11;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  display: flex;
  position: relative;
}

.btn-labe-hover {
  z-index: 11;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 44px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
  position: relative;
}

.hero-bg-overlay {
  z-index: 2;
  background-image: url('../images/img-mask.png');
  background-position: 0 0;
  background-size: auto;
  position: absolute;
  inset: 0;
}

.plus-icon-block {
  width: 16px;
  height: 16px;
  position: relative;
}

.pulse-1 {
  background-image: linear-gradient(#ffffff1a, #ffffff1a);
  border-radius: 10px;
  width: 20px;
  height: 20px;
  position: absolute;
  inset: 0;
}

.div-block {
  width: 20px;
  height: 20px;
  margin-bottom: 8px;
}

.div-block-2 {
  background-image: linear-gradient(to bottom, var(--black-text), var(--black-text));
  flex: none;
  width: 1px;
  height: 44px;
}

.link-projects-block {
  align-items: center;
  height: 44px;
  margin-left: 56px;
  display: flex;
}

.link-important {
  color: var(--black-text);
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  text-decoration: none;
}

.link-important:hover {
  text-decoration: underline;
}

.link-arrow {
  margin-left: 16px;
}

.link-offer {
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.link-regular {
  color: var(--black-text);
  flex: 0 auto;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}

.link-regular:hover {
  text-decoration: underline;
}

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

.projects-section {
  z-index: 10;
  justify-content: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
  overflow: visible;
}

.projects-row {
  justify-content: space-between;
  margin-top: 40px;
  display: flex;
}

.projects-cont {
  width: 80%;
  max-width: 1200px;
}

.projects-card {
  color: #fff;
  cursor: pointer;
  background-color: #adadad;
  flex-direction: column;
  flex: none;
  justify-content: flex-end;
  align-items: flex-start;
  height: 288px;
  padding: 32px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 28px 100px -3px #3b3d4b82, 0 7px 17px -5px #1e1c285c;
}

.hero-projects {
  background-image: linear-gradient(to bottom, var(--royal-blue), var(--royal-blue));
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 240px;
  padding-bottom: 120px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.projects-shortcuts {
  flex-wrap: wrap;
  margin-top: 60px;
  font-weight: 600;
  text-decoration: underline;
  display: flex;
}

.pr-sc-link {
  color: #fff;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 40px;
  padding-top: 2px;
  padding-bottom: 2px;
  text-decoration: none;
}

.footer-cont {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  max-width: 1200px;
  display: flex;
}

.hero-partnership {
  background-image: linear-gradient(to bottom, var(--royal-blue), var(--royal-blue));
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 240px;
  padding-bottom: 120px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-contacst {
  background-image: linear-gradient(to bottom, var(--royal-blue), var(--royal-blue));
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 240px;
  padding-bottom: 120px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-template-project {
  background-image: linear-gradient(to bottom, var(--royal-blue), var(--royal-blue));
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 80vh;
  padding-top: 240px;
  padding-bottom: 120px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.pr-templ-sect {
  z-index: 10;
  border-top: 3px solid var(--royal-blue);
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
  overflow: visible;
}

.pr-templ-cont {
  flex-direction: column;
  width: 80%;
  max-width: 1200px;
  display: flex;
}

.pr-templ-descr-row-2 {
  flex-direction: column;
  justify-content: flex-start;
  max-width: 400px;
  margin-left: 100px;
  display: flex;
}

.descr-item {
  margin-bottom: 10px;
  display: flex;
}

.descr-item.nagrada {
  margin-top: 40px;
}

.descr-label {
  text-align: right;
  min-width: 140px;
  margin-right: 16px;
}

.descr-content {
  font-weight: 600;
}

.link-allproj-pr-templ {
  align-items: center;
  height: 44px;
  margin-top: 60px;
  display: flex;
}

.pr-templ-all-pr-sect {
  z-index: 10;
  background-image: linear-gradient(#f0f0f0, #f0f0f0);
  justify-content: center;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
  position: relative;
  overflow: visible;
}

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

.descr-main-text {
  max-width: 680px;
}

.pr-templ-h1 {
  max-width: 500px;
  margin-top: 60px;
  margin-bottom: 40px;
  font-size: 48px;
  line-height: 60px;
}

.pr-tmpl-panorama {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: visible;
}

.map {
  flex-direction: column;
  align-items: center;
  height: 50vh;
  margin-top: 20px;
  display: flex;
}

.map.nogap {
  background-color: var(--black);
  margin-top: 0;
}

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

.link-project-w30 {
  width: 32%;
  text-decoration: none;
}

.hero-pr-tmpl-main-img {
  z-index: 0;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: absolute;
  inset: 0;
}

.overl-pr-tmpl-hero {
  z-index: 1;
  background-image: linear-gradient(#00000057, #0b0b0b00 13%);
  position: absolute;
  inset: 0;
}

.descr-img {
  margin-top: 60px;
  margin-bottom: 60px;
  box-shadow: 0 10px 30px #0000001a;
}

.link-back {
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.link-back-arrow {
  margin-right: 16px;
  transform: rotate(-180deg);
}

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

.f-field {
  margin-top: 20px;
  font-weight: 400;
}

.success-message {
  text-align: left;
  background-color: #0000;
  padding-left: 0;
}

.error-message {
  background-color: #0000;
  padding-top: 20px;
  padding-left: 0;
}

.form {
  margin-top: 80px;
}

.h2-text {
  font-size: 28px;
}

.descr-img-small {
  justify-content: flex-end;
  width: 200px;
  height: auto;
  display: block;
}

.descr-nagr-img {
  opacity: .8;
  width: 160px;
}

.big-number {
  color: var(--royal-blue);
  font-size: 100px;
  font-weight: 700;
  line-height: 100px;
}

.hero-h1-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 70px;
  line-height: 80px;
}

.hero-menu-item-2 {
  opacity: 1;
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-left: 50px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
}

.hero-menu-item-2:hover {
  opacity: .8;
}

.hero-menu-item-2.w--current {
  border-bottom: 2px solid var(--black-text);
  margin-top: 2px;
}

.boxes-section {
  padding-top: 7px;
  padding-bottom: 7px;
}

.blurb-text {
  color: #000;
  overflow-wrap: normal;
  object-fit: fill;
  padding-top: 17px;
  padding-bottom: 22px;
  font-size: 1.125rem;
  line-height: 1.5;
  display: block;
  position: static;
  overflow: visible;
}

.cta-white {
  z-index: 20;
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 45px;
  margin-top: 0;
  margin-right: 1rem;
  padding: 12px 15px;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta-white:hover {
  background-position: 95%;
  text-decoration: none;
}

.rd-h2-titles {
  color: #000;
  text-transform: none;
  margin-top: .1rem;
  margin-bottom: .1rem;
  font-size: 2rem;
  font-weight: 700;
}

.rd-experience-text-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 45%;
  display: flex;
}

.dual-wrappers {
  flex-direction: row;
  justify-content: space-between;
  width: 80rem;
  max-width: 80rem;
  height: 500px;
  margin: 82px auto;
  display: flex;
}

.dual-wrappers.box-info-wellness {
  width: 90rem;
  margin-top: 27px;
  margin-bottom: 27px;
}

.dual-wrappers.box-info-wellness.flip {
  flex-flow: wrap;
  position: static;
}

.button-hover-circle-2 {
  z-index: 5;
  background-color: #fff;
  border-radius: 100%;
  width: 125%;
  height: 400%;
  position: absolute;
  inset: auto auto -400% -16px;
}

.button-hover-circle-2.dark {
  background-color: #000;
}

.black-arrow {
  z-index: 20;
  height: 17px;
  padding-left: 0;
  font-size: 0;
  position: relative;
}

.black-arrow:hover {
  padding-left: 0;
}

.schools-image {
  background-image: url('../images/THE-LUME-Melbourne-Plan-Your-Visit-Opening-Hours.jpg');
  background-position: 50%;
  background-size: cover;
  width: 45%;
  min-height: 450px;
  display: flex;
}

.schools-image.well2 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.schools-image.ryf {
  background-image: url('../images/ryf-logo.png'), radial-gradient(circle at 50% 30%, #fff, #fff0 49%), linear-gradient(0deg, #000 7%, #0000 28%), url('../images/crowd.svg'), url('../images/bg.jpg');
  background-position: 50% 30%, 0 0, 0 0, 50% 150%, 50%;
  background-repeat: no-repeat, repeat, repeat, repeat-x, repeat;
  background-size: 70%, auto, auto, 250%, cover;
}

.schools-image.hp1 {
  background-image: url('../images/brofit-video-thumb.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  justify-content: center;
  align-items: center;
  width: 50%;
}

.schools-image.about1 {
  background-image: url('../images/IMG_6967.jpg');
}

.schools-image.about2 {
  background-image: url('../images/row3.jpeg');
  background-position: 100%;
  background-size: cover;
}

.schools-image.about3 {
  background-image: url('../images/IMG_7382.jpeg');
  background-position: 50%;
  background-size: cover;
}

.schools-image.charity2 {
  background-image: url('../images/charity-bot.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  margin-top: 48px;
  padding-top: 0;
}

.button-text-5 {
  z-index: 20;
  letter-spacing: 0;
  padding-right: 12px;
  font-size: 1rem;
  text-decoration: none;
  position: relative;
}

.button-text-5:hover, .button-text-5:focus, .button-text-5:focus-visible, .button-text-5[data-wf-focus-visible] {
  text-decoration: none;
}

.footer-column {
  flex-direction: column;
  align-items: flex-start;
  padding-right: 40px;
  display: flex;
}

.footer-cta {
  color: #fff;
  margin-bottom: 32px;
  margin-right: 20px;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.4;
}

.footer-03 {
  background-color: #000;
  padding: 40px 3%;
}

.footer-grid-03 {
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr 1fr;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.button {
  color: #5e4dcd;
  background-color: #ffd2dd;
  border-radius: 10px;
  padding: 20px 30px;
  font-size: 16px;
}

.footer-link {
  color: #fff;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: opacity .2s;
  display: block;
}

.footer-link:hover {
  opacity: .5;
}

.footer-link.small {
  font-size: 13px;
}

.footer-bottom {
  border-bottom: 1px solid #ffffff1a;
  justify-content: space-between;
  margin-top: 92px;
  display: flex;
}

.footer-bottom.line-blank {
  border-bottom-style: none;
  margin-top: 40px;
}

.footer-title {
  color: var(--royal-blue);
  margin-bottom: 22px;
  font-size: 17px;
  font-weight: 700;
}

.social-link {
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  padding: 10px;
  display: flex;
}

.footer-wrapper {
  align-items: center;
  display: flex;
}

.contact-boxes {
  color: #fff;
  width: 95%;
  max-width: 95%;
}

.contact-boxes.wider {
  max-width: 600px;
}

.hero-subpage {
  z-index: 3;
  background-color: var(--royal-blue);
  transform-origin: 80% 50% 0px;
  justify-content: center;
  align-items: flex-end;
  height: 400px;
  padding-bottom: 25px;
  display: flex;
  position: static;
  inset: 0;
}

.hero-subpage._1 {
  background-color: var(--royal-blue);
  background-image: url('../images/img-mask.png'), linear-gradient(111deg, #61c3ff, #08215987), url('../images/gym4.jpeg');
  background-position: 0 0, 0 0, 50% 30%;
  background-size: cover, auto, cover;
}

.hero-subpage._2 {
  background-color: var(--royal-blue);
  background-image: url('../images/logo-top-page.svg'), url('../images/img-mask.png'), linear-gradient(111deg, #0033b5c4, #08215987), url('../images/boxing.jpeg');
  background-position: 50%, 0 0, 0 0, 50% 0;
  background-repeat: no-repeat, repeat, repeat, repeat;
  background-size: 600px, auto, auto, cover;
}

.hero-subpage.merch {
  background-color: var(--deep-sky-blue);
  justify-content: center;
  align-items: flex-end;
}

.hero-subpage.memberships {
  background-color: var(--royal-blue);
  background-image: linear-gradient(111deg, #0033b5, #08215987), url('../images/hiit.jpeg');
  background-position: 0 0, 50% 70%;
  background-size: auto, cover;
}

.hero-subpage.charity {
  background-color: var(--royal-blue);
  background-image: linear-gradient(111deg, #0033b5, #08215987), url('../images/R-100-club.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.hero-subpage.mebertop {
  background-color: var(--royal-blue);
  background-image: url('../images/img-mask.png'), linear-gradient(111deg, #0033b5c4, #08215987), url('../images/hiit.jpeg');
  background-position: 0 0, 0 0, 50% 70%;
  background-size: auto, auto, cover;
}

.hero-subpage.merch {
  background-color: var(--royal-blue);
  background-image: url('../images/img-mask.png'), linear-gradient(111deg, #0033b5, #08215987), url('../images/og.jpg');
  background-position: 0 0, 0 0, 100% 60%;
  background-size: cover, auto, cover;
}

.hero-subpage.timetable {
  background-color: var(--royal-blue);
  background-image: url('../images/img-mask.png'), linear-gradient(111deg, #0033b5, #08215987), url('../images/blokes-training.jpeg');
  background-position: 0 0, 0 0, 50% 30%;
  background-size: cover, auto, cover;
}

.hero-subpage.chartity {
  background-color: var(--royal-blue);
  background-image: url('../images/img-mask.png'), linear-gradient(111deg, #6cd0ff, #08215987), url('../images/charity-top.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: cover, auto, cover;
}

.gallery-cols-v2 {
  width: 80rem;
  margin: 13px auto;
  display: block;
}

.gallery-item {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 400px;
}

.gallery-item.gal1 {
  background-image: url('../images/scc30aug2013-1011.jpeg');
}

.gallery-item.gal2 {
  background-image: url('../images/scc30aug2013-1013.jpeg');
}

.gallery-item.gal3 {
  background-image: url('../images/IMG_3292.jpeg');
}

.gallery-item.bf1 {
  background-image: url('../images/row2.jpeg');
  background-position: 50% 100%;
}

.gallery-item.bf2 {
  background-image: url('../images/row5.jpeg');
  background-position: 50% 0;
}

.gallery-item.bf3 {
  background-image: url('../images/row6.jpeg');
}

.gallery-item.bf4 {
  background-image: url('../images/row4.jpeg');
  background-position: 50%;
}

.gallery-item.bf5 {
  background-image: url('../images/IMG_7382.jpeg');
  background-position: 100%;
}

.gallery-item.bf6 {
  background-image: url('../images/IMG_7383.jpeg');
  background-position: 100%;
}

.gallery-item.merch1 {
  background-image: url('../images/merch.jpeg');
}

.gallery-item.m1 {
  background-image: url('../images/1716875096177022.jpeg');
  background-position: 50% 0;
}

.gallery-item.m2 {
  background-image: url('../images/tee-white.jpeg');
  background-position: 50%;
}

.gallery-item.m3 {
  background-image: url('../images/tee-blk.jpeg');
}

.gallery-item.bf7 {
  background-image: url('../images/DSC02612.jpg');
  background-position: 50%;
}

.gallery-item.bf8 {
  background-image: url('../images/1.jpeg');
  background-position: 50%;
}

.gallery-item.bf9 {
  background-image: url('../images/2.jpeg');
  background-position: 50%;
}

.gallery-item.bf10 {
  background-image: url('../images/3.jpeg');
  background-position: 50%;
}

.gallery-item.bf11 {
  background-image: url('../images/4.jpeg');
  background-position: 50%;
}

.gallery-item.bf12 {
  background-image: url('../images/5.jpeg');
  background-position: 50% 100%;
}

.gallery-item.bf13 {
  background-image: url('../images/6.jpeg');
  background-position: 50%;
}

.gallery-item.bf14 {
  background-image: url('../images/7.jpeg');
  background-position: 50%;
}

.gallery-item.bf15 {
  background-image: url('../images/9.jpeg');
  background-position: 50% 100%;
}

.gallery-item.bf-23a {
  background-image: url('../images/bf1.jpeg');
  background-position: 50%;
}

.gallery-item.bf23b {
  background-image: url('../images/bf2.jpeg');
  background-position: 50%;
}

.gallery-item.bf23-3 {
  background-image: url('../images/bf3.jpeg');
  background-position: 50% 100%;
}

.gallery-item.bf-23-4 {
  background-image: url('../images/bf4.jpeg');
  background-position: 50%;
}

.gallery-item.bf23-5 {
  background-image: url('../images/bf5.jpeg');
  background-position: 50%;
}

.gallery-item.bf23-6 {
  background-image: url('../images/bf6.jpeg');
  background-position: 50% 100%;
}

.gallery-item.bf23-7 {
  background-image: url('../images/bf7.jpeg');
  background-position: 50%;
}

.gallery-item.bf23-8 {
  background-image: url('../images/bf8.jpeg');
  background-position: 50%;
}

.gallery-item.bfac1 {
  background-image: url('../images/bfac1.jpeg');
  background-position: 50%;
}

.gallery-item.bfac2 {
  background-image: url('../images/bfac2.jpeg');
  background-position: 50%;
}

.gallery-item.bfac3 {
  background-image: url('../images/bfac3.jpeg');
  background-position: 50%;
}

.gallery-item.bfac4 {
  background-image: url('../images/bfac4.jpeg');
  background-position: 50%;
}

.gallery-item.bfac5 {
  background-image: url('../images/bfac5.jpeg');
  background-position: 50%;
}

.gallery-item.bfac6 {
  background-image: url('../images/bfac6.jpeg');
  background-position: 50%;
}

.gallery-item.bfac7 {
  background-image: url('../images/bfac7.jpeg');
  background-position: 50%;
}

.gallery-item.bfac8 {
  background-image: url('../images/bfac8.jpeg');
  background-position: 50%;
}

.gallery-item.bfac9 {
  background-image: url('../images/bfac9.jpeg');
  background-position: 50%;
}

.gallery-item.bfac10 {
  background-image: url('../images/bfac10.jpeg');
  background-position: 80%;
}

.gallery-item.bfac11 {
  background-image: url('../images/bfac11.jpeg');
  background-position: 50%;
}

.gallery-item.bfac12 {
  background-image: url('../images/bfac12.jpeg');
  background-position: 50%;
}

.gallery-item.bfac13 {
  background-image: url('../images/bfac13.jpeg');
  background-position: 80%;
}

.gallery-item.bfac14 {
  background-image: url('../images/bfac14.jpeg');
  background-position: 50% 0;
}

.gallery-item.bfac15 {
  background-image: url('../images/bfac15.jpeg');
  background-position: 50% 100%;
}

.gallery-item.bfac16 {
  background-image: url('../images/bfac16.jpeg');
  background-position: 50%;
}

.gallery-item.bfac17 {
  background-image: url('../images/bfac17.jpeg');
  background-position: 50% 0;
}

.gallery-item.bfac18 {
  background-image: url('../images/bfac18.jpeg');
  background-position: 50%;
}

.gallery-item.bfac19 {
  background-image: url('../images/bfac19.jpeg');
  background-position: 50%;
}

.gallery-item.bfac20 {
  background-image: url('../images/bfac20.jpeg');
  background-position: 50%;
}

.gallery-item.bfac21 {
  background-image: url('../images/1bd0ba44-d43c-4a97-b3c8-1b86f237d4be.JPG');
  background-position: 50%;
}

.gallery-item.bfac22 {
  background-image: url('../images/dba2c25b-d99e-4b7e-b3c4-ff9810f7aca8.JPG');
  background-position: 50% 100%;
}

.gallery-item.bfac23 {
  background-image: url('../images/bff081c7-526e-4dc3-938b-8d181eb8944b.JPG');
  background-position: 50%;
}

.gallery-item.bfac24 {
  background-image: url('../images/a1e70e60-416c-4df5-926a-4f19b2a02fae.JPG');
  background-position: 50%;
}

.gallery {
  padding-top: 20px;
  padding-bottom: 74px;
}

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

.navbar {
  background-color: var(--black);
}

.container-2 {
  width: 90%;
  min-width: 90%;
  display: block;
}

.image {
  padding-top: 7px;
}

.about {
  padding-top: 27px;
  padding-bottom: 27px;
}

.subtitle {
  font-size: 21px;
  line-height: 35px;
}

.subtitle.white {
  color: #fff;
}

.subtitle.gapped {
  margin-top: 19px;
}

.text-up-button {
  color: #000;
  text-align: center;
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.875rem;
  font-size: 1rem;
  font-weight: 400;
  display: flex;
}

.text-up-button.pad-right {
  margin-right: 12px;
}

.text-up-button.pad-right.gradient.menu {
  margin-top: 0;
  padding-top: .25rem;
  padding-bottom: .25rem;
}

.text-up-button.pad-right.gradient {
  background-image: linear-gradient(121deg, #5e9ef8, #00aeef);
  margin-top: 20px;
  text-decoration: none;
  position: static;
}

.button-text {
  text-align: center;
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 1.875rem;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.button-text-item {
  color: #fff;
  justify-content: center;
  align-items: center;
  min-height: 1.875rem;
  font-weight: 700;
  display: flex;
}

.container-3 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-section-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(#0000 47%, #000 73%, #000), url('../images/crowd.svg'), url('../images/bg.jpg');
  background-position: 0 0, 50% 80%, 50%;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, 120%, cover;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 90vh;
  padding: 58px 58px 26px;
  display: flex;
}

.quote-wrapper {
  width: 700px;
}

.lightbox-link {
  width: 100%;
}

.memberships-cols {
  width: 80rem;
  margin: 13px auto;
  display: block;
}

.membership-box {
  background-color: var(--black);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 600px;
  padding: 45px 25px 25px;
  display: flex;
}

.text-block {
  color: var(--royal-blue);
  font-size: 24px;
  font-weight: 700;
}

.bold-text {
  font-size: 48px;
}

.price {
  color: var(--white);
  padding-top: 15px;
  font-size: 24px;
}

.features {
  color: var(--white);
  text-align: center;
  padding-top: 15px;
  font-size: 20px;
  font-weight: 600;
}

.featdetails {
  color: var(--white);
  text-align: center;
  padding-top: 15px;
  font-size: 24px;
}

.address {
  padding-top: 19px;
  display: flex;
}

.membership-buttons {
  justify-content: center;
  width: 900px;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.column-8 {
  justify-content: center;
  display: flex;
}

.html-embed-4 {
  margin-left: auto;
  margin-right: auto;
}

.cta {
  background-color: #52b684;
  background-image: linear-gradient(to right, #52b684, #214955);
  margin: 19px auto;
  font-size: 24px;
  font-weight: 400;
}

.main-copy-style {
  font-size: 18px;
  font-style: normal;
}

.main-copy-style.centre {
  text-align: center;
}

.r100-cols {
  margin-top: 60px;
  margin-bottom: 47px;
}

.div-block-40 {
  justify-content: center;
  padding-bottom: 29px;
  display: flex;
}

.h2-titles {
  color: #459b92;
  text-align: center;
  font-family: PT Serif, serif;
}

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

.h2-titles.join {
  margin-top: 54px;
}

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

.charity-image {
  background-image: url('../images/charity.jpeg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 100%;
  height: 700px;
  min-height: 450px;
  display: flex;
}

.charity-image.well2 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.charity-image.ryf {
  background-image: url('../images/ryf-logo.png'), radial-gradient(circle at 50% 30%, #fff, #fff0 49%), linear-gradient(0deg, #000 7%, #0000 28%), url('../images/crowd.svg'), url('../images/bg.jpg');
  background-position: 50% 30%, 0 0, 0 0, 50% 150%, 50%;
  background-repeat: no-repeat, repeat, repeat, repeat-x, repeat;
  background-size: 70%, auto, auto, 250%, cover;
}

.charity-image.hp1 {
  background-image: url('../images/group.jpeg');
}

.programs-boxes-2 {
  float: none;
  text-align: center;
  background-color: #0000;
  margin-top: 0;
  padding-top: 38px;
  padding-bottom: 92px;
}

.event-wrapper {
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 16px 7px;
  display: flex;
}

.timetable-css {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 98%;
  max-width: 2000px;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.btn-2 {
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  background-image: linear-gradient(#bc1f00, #bc1f00);
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 21px 50px;
  font-size: 30px;
  font-weight: 800;
  line-height: 40px;
  transition: background-color .3s;
}

.btn-2:hover {
  background-color: #1187d5;
}

.days-row {
  background-color: #000;
  justify-content: center;
  width: 97%;
  max-width: 2000px;
  height: 60px;
  margin: 3px auto 0;
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
  position: sticky;
  inset: 0 0% 0%;
}

.days-row.bar {
  background-color: #dfdfdf;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 120px;
  margin-top: 0;
  padding-top: 0;
}

.class-title {
  color: var(--royal-blue);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2em;
}

.day-title {
  text-transform: uppercase;
  margin: 0;
  font-size: 1em;
}

.class-time-slot {
  color: #fff;
  text-align: center;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: .8em;
}

.slot {
  background-color: #0000;
  border: 1px #0000001a;
  justify-content: center;
  align-items: center;
  width: 14.2%;
  margin: 6px 7px;
  padding: 0;
  display: flex;
}

.slot.day {
  color: var(--white);
  background-color: #0000;
  border-style: none;
  width: 14.2%;
  padding: 0;
}

.hour-rows {
  background-color: #0000;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 200px;
  margin-top: 3px;
  margin-bottom: 3px;
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
}

.slot-2 {
  background-color: #0000;
  border: 1px #0000001a;
  justify-content: center;
  align-items: center;
  width: 13.5%;
  margin: 6px 7px;
  padding: 0;
  display: flex;
}

.day-columns {
  background-color: #0000;
  justify-content: center;
  width: 100%;
  height: 200px;
  margin-top: 3px;
  margin-bottom: 3px;
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
}

.timetable-mobile {
  display: none;
}

.subpage {
  z-index: 3;
  background-color: var(--royal-blue);
  transform-origin: 80% 50% 0px;
  background-image: url('../images/img-mask.png'), linear-gradient(83deg, #00aeeff2, #1a327c8f), url('../images/bg-logo.svg'), linear-gradient(#0000009c, #0000009c), url('../images/gym-equipment.jpeg');
  background-position: 50% 0, 0 0, 50%, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat, repeat, no-repeat;
  background-size: 100%, auto, 600px, auto, cover;
  justify-content: center;
  align-items: flex-end;
  height: 400px;
  padding-bottom: 25px;
  display: flex;
  position: static;
  inset: 0;
}

.subpage._1 {
  background-color: var(--royal-blue);
  background-image: url('../images/img-mask.png'), linear-gradient(111deg, #0033b5, #08215987), url('../images/front.jpeg');
  background-position: 0 0, 0 0, 50% 30%;
  background-size: cover, auto, cover;
}

.subpage._2 {
  background-color: var(--royal-blue);
  background-image: url('../images/logo-top-page.svg'), url('../images/img-mask.png'), linear-gradient(111deg, #0033b5c4, #08215987), url('../images/boxing.jpeg');
  background-position: 50%, 0 0, 0 0, 50% 0;
  background-repeat: no-repeat, repeat, repeat, repeat;
  background-size: 600px, auto, auto, cover;
}

.subpage.merch {
  justify-content: center;
  align-items: flex-end;
}

.subpage.memberships {
  background-color: var(--royal-blue);
  background-image: linear-gradient(111deg, #0033b5, #08215987), url('../images/hiit.jpeg');
  background-position: 0 0, 50% 70%;
  background-size: auto, cover;
}

.subpage.charity {
  background-color: var(--royal-blue);
  background-image: linear-gradient(111deg, #0033b5, #08215987), url('../images/R-100-club.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.subpage.mebertop {
  background-color: var(--royal-blue);
  background-image: url('../images/img-mask.png'), linear-gradient(111deg, #0033b5c4, #08215987), url('../images/hiit.jpeg');
  background-position: 0 0, 0 0, 50% 70%;
  background-size: auto, auto, cover;
}

.subpage.merch {
  background-color: var(--royal-blue);
  background-image: url('../images/img-mask.png'), linear-gradient(111deg, #0033b5, #08215987), url('../images/og.jpg');
  background-position: 0 0, 0 0, 100% 60%;
  background-size: cover, auto, cover;
}

.subpage.timetable {
  background-color: var(--royal-blue);
  background-image: url('../images/img-mask.png'), linear-gradient(111deg, #0033b5, #08215987), url('../images/blokes-training.jpeg');
  background-position: 0 0, 0 0, 50% 30%;
  background-size: cover, auto, cover;
}

.subpage.chartity {
  background-color: var(--royal-blue);
  background-image: url('../images/img-mask.png'), linear-gradient(111deg, #0033b5, #08215987), url('../images/R-100-club.jpeg');
  background-position: 0 0, 0 0, 50%;
  background-size: cover, auto, cover;
}

.subpage.bg2 {
  background-image: url('../images/img-mask.png'), url('../images/bg-logo.svg'), linear-gradient(83deg, #00aeeff2, #1a327c8f), linear-gradient(#0000, #0000), url('../images/weights.jpeg');
  background-position: 50% 0, 95% 90%, 0 0, 0 0, 50%;
  background-repeat: repeat, no-repeat, repeat, repeat, no-repeat;
  background-size: 100%, 450px, auto, auto, cover;
}

.subpage.bg3 {
  background-image: url('../images/img-mask.png'), url('../images/bg-logo.svg'), linear-gradient(83deg, #00aeeff2, #000000b5 74%), linear-gradient(#0000, #0000), url('../images/gym2.jpeg');
  background-position: 50% 0, 95% 90%, 0 0, 0 0, 50%;
  background-repeat: repeat, no-repeat, repeat, repeat, no-repeat;
  background-size: 100%, 450px, auto, auto, cover;
}

.subpage.bg4 {
  background-image: url('../images/img-mask.png'), url('../images/bg-logo.svg'), linear-gradient(83deg, #00aeeff2, #1a327c8f 64%, #171d31 102%), url('../images/gym3.jpeg');
  background-position: 50% 0, 95% 90%, 0 0, 50% 10%;
  background-repeat: repeat, no-repeat, repeat, no-repeat;
  background-size: 100%, 450px, auto, cover;
}

.subpage.bg5 {
  background-image: url('../images/img-mask.png'), url('../images/bg-logo.svg'), linear-gradient(83deg, #00aeeff2, #1a327c8f 64%, #171d31 102%), url('../images/gym4.jpeg');
  background-position: 50% 0, 95% 90%, 0 0, 50% 10%;
  background-repeat: repeat, no-repeat, repeat, no-repeat;
  background-size: 100%, 450px, auto, cover;
}

.subpage.bg6 {
  background-image: url('../images/img-mask.png'), url('../images/bg-logo.svg'), linear-gradient(83deg, #00aeeff2, #1a327c8f 64%, #171d31 102%), url('../images/gym5.jpeg');
  background-position: 50% 0, 95% 90%, 0 0, 0 0;
  background-repeat: repeat, no-repeat, repeat, no-repeat;
  background-size: 100%, 450px, auto, cover;
}

.subpage.bg-memb {
  background-image: url('../images/img-mask.png'), url('../images/bg-logo.svg'), linear-gradient(83deg, #00aeeff2, #000000b5 74%), linear-gradient(#0000, #0000), url('../images/gym4.jpeg');
  background-position: 50% 0, 95% 90%, 0 0, 0 0, 50%;
  background-repeat: repeat, no-repeat, repeat, repeat, no-repeat;
  background-size: 100%, 450px, auto, auto, cover;
}

.subpage.galle {
  background-image: url('../images/img-mask.png'), url('../images/bg-logo.svg'), linear-gradient(83deg, #00aeeff2, #000000b5 74%), linear-gradient(#0000, #0000), url('../images/gym3.jpeg');
  background-position: 50% 0, 95% 90%, 0 0, 0 0, 100% 0;
  background-repeat: repeat, no-repeat, repeat, repeat, no-repeat;
  background-size: 100%, 450px, auto, auto, cover;
}

.merch-prices {
  text-align: center;
  padding-top: 15px;
  font-size: 25px;
  font-weight: 700;
}

.stripe-bar {
  padding-top: 16px;
  font-size: 18px;
  font-weight: 700;
}

.days-black-stripe {
  background-color: #000;
  justify-content: center;
  width: 100%;
  max-width: 2000px;
  height: 60px;
  margin: 0 auto;
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
  position: sticky;
  inset: 0 0% 0%;
}

.days-black-stripe.bar {
  background-color: #dfdfdf;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 120px;
  margin-top: 0;
  padding-top: 0;
}

.d-77-lightbox-link {
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.d-77-circle-2 {
  background-color: #0000001a;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  position: absolute;
}

.d-77-circle-1 {
  background-color: #0003;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  position: absolute;
}

.d-77-button-wrapper {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.d-77-button-gradient {
  background-image: linear-gradient(#000, #000);
  width: 300%;
  position: absolute;
  inset: 0%;
}

.d-77-play-icon {
  background-image: url('../images/play-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  margin-left: 8px;
  position: relative;
}

.policy {
  margin-top: 23px;
}

.gym-hours-mobile {
  padding-top: 16px;
  font-size: 18px;
  font-weight: 700;
}

.welcome-section {
  padding-top: 82px;
  padding-bottom: 82px;
}

.why-section {
  background-image: linear-gradient(#000000b5, #000000b5), url('../images/gym5.jpeg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  padding-top: 64px;
  padding-bottom: 64px;
}

.why-section.blue {
  background-image: linear-gradient(#0431b6b5, #0431b6b5), url('../images/gym5.jpeg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.centered-heading-2 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading-2.margin-bottom-32px {
  margin-bottom: 32px;
}

.centered-heading-2.margin-bottom-32px.white {
  color: #fff;
}

.icons-round {
  background-image: url('../images/icon-about.svg'), linear-gradient(#0000001a, #0000001a);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 120px, auto;
  border-radius: 500px;
  width: 200px;
  height: 200px;
  margin-bottom: 20px;
}

.icons-round._5 {
  background-color: #0000001a;
  background-image: url('../images/icon-boxing.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 120px;
}

.icons-round._4 {
  background-color: #0000001a;
  background-image: url('../images/icon-community.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 120px;
}

.icons-round._1 {
  background-color: #0000001a;
  background-image: url('../images/icon-support.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 120px;
}

.icons-round._2 {
  background-color: #0000001a;
  background-image: url('../images/icon-educational.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 120px;
}

.feature-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.prod-blurb {
  text-align: center;
}

.prod-blurb.white {
  color: #fff;
}

.features-cols {
  margin-top: 0;
  margin-bottom: 45px;
}

.cta-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.badge {
  z-index: 20;
  color: #fff;
  text-align: center;
  background-color: #1a85eb;
  border-radius: 300px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  margin-bottom: 10px;
  margin-right: 10px;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 40px;
  line-height: 45px;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
}

.badge-cta {
  font-size: 20px;
}

.subpage-2 {
  z-index: 3;
  transform-origin: 80% 50% 0px;
  background-color: #5e9ef8;
  background-image: url('../images/img-mask.png'), linear-gradient(83deg, #00aeeff2, #1a327c8f), url('../images/bg-logo.svg'), linear-gradient(#0000009c, #0000009c), url('../images/gym-equipment.jpeg');
  background-position: 50% 0, 0 0, 50%, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat, repeat, no-repeat;
  background-size: 100%, auto, 600px, auto, cover;
  justify-content: center;
  align-items: flex-end;
  height: 400px;
  padding-bottom: 25px;
  display: flex;
  position: static;
  inset: 0;
}

.subpage-2.bg3 {
  background-image: url('../images/img-mask.png'), url('../images/bg-logo.svg'), linear-gradient(83deg, #00aeeff2, #000000b5 74%), linear-gradient(#0000, #0000), url('../images/gym2.jpeg');
  background-position: 50% 0, 95% 90%, 0 0, 0 0, 50%;
  background-repeat: repeat, no-repeat, repeat, repeat, no-repeat;
  background-size: 100%, 450px, auto, auto, cover;
}

.price-challenge {
  margin-top: 24px;
  margin-bottom: 32px;
  font-size: 40px;
  line-height: 52px;
}

.price-challenge.white.centre {
  text-align: center;
  font-size: 30px;
}

.welcome-section-2 {
  padding-top: 82px;
  padding-bottom: 82px;
}

.welcome-section-2.short {
  padding-bottom: 0;
}

.rich-text-block {
  margin-top: 30px;
  margin-bottom: 23px;
  font-size: 21px;
}

._50-day-challenge {
  background-color: #000;
  background-image: url('../images/50-day-challenge.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 130%;
  width: 100%;
  height: 500px;
}

.class-title-2 {
  color: #5e9ef8;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2em;
  line-height: 25px;
}

.slot-3 {
  background-color: #0000;
  border: 1px #0000001a;
  justify-content: center;
  align-items: center;
  width: 20%;
  margin: 6px 7px;
  padding: 0;
  display: flex;
}

.slot-3.day {
  color: #fff;
  background-color: #0000;
  border-style: none;
  width: 20%;
  padding: 0;
}

.class-title-3 {
  color: #5e9ef8;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2em;
}

.contrast-box {
  background-color: #087efb;
  padding-top: 9px;
  padding-bottom: 9px;
}

.white-links {
  color: #fff;
  text-decoration: underline;
}

._10-day-poster {
  margin-top: 21px;
}

._10-day-poster.info {
  background-color: #373737;
  margin-top: 0;
  padding: 40px;
}

.mid-sep {
  padding-left: 12px;
  padding-right: 12px;
}

.welcome-section-3 {
  padding-top: 82px;
  padding-bottom: 82px;
}

.dual-logos-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.white-titles {
  color: #fff;
}

@media screen and (max-width: 991px) {
  .hero-menu-item {
    margin-left: auto;
    margin-right: auto;
  }

  .aboutus-icon {
    height: 70px;
  }

  .team-row {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .team-card {
    margin-bottom: 30px;
    margin-right: 30px;
  }

  .hero-bg-mask, .hero-bg-img {
    width: 100%;
  }

  .hero-description {
    display: none;
  }

  .hero-bg-overlay {
    width: 100%;
  }

  .pr-templ-descr-row-2 {
    max-width: 680px;
    margin-top: 40px;
    margin-bottom: 40px;
    margin-left: 0;
  }

  .div-block-4 {
    flex-direction: column-reverse;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .hero-h1-2 {
    font-size: 50px;
  }

  .cta-white {
    justify-content: center;
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }

  .rd-experience-text-wrapper {
    flex-direction: column;
    width: 100%;
    padding-top: 15px;
  }

  .dual-wrappers {
    flex-direction: column-reverse;
    width: 90%;
    max-width: 90%;
    height: auto;
  }

  .dual-wrappers.box-info-wellness {
    flex-direction: column;
  }

  .dual-wrappers.box-info-wellness.flip {
    object-fit: fill;
    flex-flow: column-reverse wrap-reverse;
    align-items: stretch;
  }

  .schools-image {
    width: 100%;
    height: 400px;
  }

  .schools-image.ryf {
    background-position: 50% 30%, 0 0, 0 0, 50% 240%, 50%;
    background-size: 70%, auto, auto, 200%, cover;
  }

  .schools-image.hp1 {
    width: 100%;
  }

  .schools-image.charity2 {
    margin-bottom: 38px;
  }

  .footer-column {
    padding-right: 20px;
  }

  .footer-grid-03 {
    grid-column-gap: 28px;
    grid-template-columns: 2.25fr .25fr 1fr 1fr;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .hero-subpage {
    background-position: -201px 0;
  }

  .hero-subpage._1 {
    height: 300px;
  }

  .hero-subpage._2 {
    background-position: 100% 0, 0 0, 50% 0;
    background-size: auto 120%, auto, cover;
    height: 300px;
  }

  .hero-subpage.merch {
    background-color: var(--deep-sky-blue);
    background-image: url('../images/img-mask.png'), linear-gradient(111deg, var(--deep-sky-blue), #08215987), url('../images/og.jpg');
    background-position: 0 0, 0 0, 100% 60%;
    background-size: cover, auto, cover;
    height: 300px;
  }

  .hero-subpage.memberships, .hero-subpage.charity {
    height: 300px;
  }

  .hero-subpage.mebertop {
    background-position: 100% 0, 0 0, 50%;
    background-size: auto 120%, auto, cover;
    height: 300px;
  }

  .hero-subpage.merch, .hero-subpage.timetable, .hero-subpage.chartity {
    height: 300px;
  }

  .gallery-cols-v2 {
    width: 100%;
  }

  .gallery-item {
    height: 250px;
  }

  .gallery {
    padding-top: 0;
  }

  .nav-menu {
    background-color: #2c2c2c;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .icon {
    color: var(--white);
  }

  .image {
    padding-top: 5px;
  }

  .menu-button.w--open {
    background-color: #2c2c2c;
  }

  .text-up-button.pad-right.gradient.menu {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .hero-section-2 {
    padding-bottom: 43px;
  }

  .quote-wrapper, .memberships-cols {
    width: 100%;
  }

  .membership-box {
    justify-content: flex-start;
    align-items: center;
    height: auto;
    min-height: auto;
    margin-bottom: 16px;
  }

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

  .bold-text {
    font-size: 35px;
  }

  .price {
    font-size: 20px;
  }

  .features {
    text-align: center;
  }

  .featdetails {
    font-size: 18px;
  }

  .membership-buttons {
    width: 90%;
  }

  .charity-image {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto 100%;
    width: 100%;
    height: 700px;
    min-height: 700px;
  }

  .charity-image.ryf {
    background-position: 50% 30%, 0 0, 0 0, 50% 240%, 50%;
    background-size: 70%, auto, auto, 200%, cover;
  }

  .programs-boxes-2 {
    padding-top: 43px;
    display: none;
  }

  .btn-2 {
    width: 70%;
    padding: 15px 40px;
    font-size: 22px;
  }

  .slot {
    width: 100%;
    height: 150px;
    margin-left: 0;
    margin-right: 0;
  }

  .tabs-menu {
    text-align: left;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .slot-2 {
    width: 100%;
    height: 150px;
    margin-left: 0;
    margin-right: 0;
  }

  .day-columns.vertical {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    min-height: 40vh;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
  }

  .day {
    justify-content: center;
    align-items: center;
    height: 45px;
    padding-left: 12px;
    padding-right: 12px;
    display: flex;
  }

  .day.w--current {
    color: #fff;
    background-color: #000;
    align-items: center;
    height: 70px;
    padding-left: 11px;
    padding-right: 11px;
    display: flex;
  }

  .tabs {
    width: 100%;
  }

  .timetable-mobile {
    flex-flow: column;
    padding-top: 22px;
    display: flex;
  }

  .subpage {
    background-position: -201px 0;
  }

  .subpage._1 {
    height: 300px;
  }

  .subpage._2 {
    background-position: 100% 0, 0 0, 50% 0;
    background-size: auto 120%, auto, cover;
    height: 300px;
  }

  .subpage.merch {
    background-color: var(--deep-sky-blue);
    background-image: url('../images/bg-logo.svg'), url('../images/img-mask.png'), linear-gradient(111deg, var(--deep-sky-blue), #08215987);
    background-position: 50%, 0 0, 0 0;
    background-repeat: no-repeat, repeat, repeat;
    background-size: 60%, cover, auto;
    height: 300px;
  }

  .subpage.memberships, .subpage.charity {
    height: 300px;
  }

  .subpage.mebertop {
    background-position: 100% 0, 0 0, 50%;
    background-size: auto 120%, auto, cover;
    height: 300px;
  }

  .subpage.merch, .subpage.timetable, .subpage.chartity {
    height: 300px;
  }

  .subpage.bg3 {
    background-image: url('../images/img-mask.png'), url('../images/bg-logo.svg'), linear-gradient(164deg, #00aeeff2, #000000ab 50%), linear-gradient(#0000, #0000), url('../images/gym2.jpeg');
    background-position: 0 0, 95% 90%, 0 0, 0 0, 50%;
    background-size: cover, 50%, auto, auto, cover;
  }

  .subpage.bg6 {
    background-position: 0 0, 50%, 0 0, 0 0;
    background-size: cover, 250px, auto, cover;
  }

  .subpage.bg-memb {
    background-image: url('../images/img-mask.png'), url('../images/bg-logo.svg'), linear-gradient(164deg, #00aeeff2, #000000ab 50%), linear-gradient(#0000, #0000), url('../images/gym4.jpeg');
    background-position: 0 0, 95% 90%, 0 0, 0 0, 50%;
    background-size: cover, 50%, auto, auto, cover;
  }

  .subpage.galle {
    background-image: url('../images/img-mask.png'), url('../images/bg-logo.svg'), linear-gradient(164deg, #00aeeff2, #000000ab 50%), linear-gradient(#0000, #0000), url('../images/gym3.jpeg');
    background-position: 0 0, 95% 90%, 0 0, 0 0, 50% 0;
    background-size: cover, 50%, auto, auto, cover;
  }

  .gym-hours-mobile {
    text-align: center;
    margin-bottom: 28px;
    padding-top: 0;
  }

  .feature-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .subpage-2 {
    background-position: -201px 0;
  }

  .subpage-2.bg3 {
    background-image: url('../images/img-mask.png'), url('../images/bg-logo.svg'), linear-gradient(164deg, #00aeeff2, #000000ab 50%), linear-gradient(#0000, #0000), url('../images/gym2.jpeg');
    background-position: 0 0, 95% 90%, 0 0, 0 0, 50%;
    background-size: cover, 50%, auto, auto, cover;
  }

  .welcome-section-2 {
    padding-top: 0;
  }

  .slot-3 {
    width: 100%;
    height: 150px;
    margin-left: 0;
    margin-right: 0;
  }

  .welcome-section-3 {
    padding-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .hero-menu {
    flex-direction: column;
    align-items: center;
    padding: 30px;
  }

  .hero-menu-menu {
    justify-content: center;
    margin-top: 30px;
  }

  .hero-menu-item {
    margin-left: 16px;
    margin-right: 16px;
  }

  .featured-row {
    flex-direction: column;
    margin-left: 0;
  }

  .featured-card {
    width: 100%;
    height: 300px;
    margin-right: 0;
  }

  .btn-dark {
    display: none;
  }

  .ouroffer-section {
    height: auto;
    padding-top: 90px;
  }

  .ouroffer-cont {
    flex-direction: column;
  }

  .oofeer-content {
    max-width: 360px;
  }

  .header2block.m-width {
    margin-bottom: 40px;
  }

  .oofer-img {
    margin-top: 40px;
  }

  .aboutus-row {
    flex-direction: column;
  }

  .aboutus-col {
    width: 100%;
    margin-bottom: 60px;
  }

  .team-section {
    padding-top: 0;
  }

  .hero-bg-img {
    background-position: 50% 90%, 0 0, 50%;
    background-size: 70%, auto, cover;
  }

  .link-projects-block {
    margin-left: 0;
  }

  .projects-row {
    flex-direction: column;
    margin-top: 0;
  }

  .footer-cont {
    flex-flow: column wrap;
    justify-content: center;
  }

  .link-allproj-pr-templ {
    margin-top: 20px;
  }

  .link-project {
    margin-bottom: 31px;
  }

  .link-project-w30, .link-project-w30.w--current {
    width: 100%;
    margin-bottom: 40px;
  }

  .hero-h1-2 {
    font-size: 40px;
  }

  .hero-menu-item-2 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .blurb-text {
    width: 100%;
    font-size: 1rem;
  }

  .cta-white {
    justify-content: center;
  }

  .dual-wrappers {
    width: 95%;
    max-width: 95%;
  }

  .schools-image.ryf {
    background-position: 50% 30%, 0 0, 0 0, 50% 150%, 50%;
  }

  .schools-image.hp1 {
    min-height: auto;
  }

  .footer-column {
    padding-right: 0;
  }

  .footer-grid-03 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .footer-bottom {
    flex-wrap: wrap;
    margin-top: 40px;
  }

  .hero-subpage {
    background-position: -388px 0;
  }

  .hero-subpage._1 {
    height: 250px;
  }

  .hero-subpage._2 {
    background-size: auto 120%, auto, cover;
    height: 250px;
  }

  .hero-subpage.merch, .hero-subpage.memberships, .hero-subpage.charity {
    height: 250px;
  }

  .hero-subpage.mebertop {
    background-size: auto 120%, auto, cover;
    height: 250px;
  }

  .hero-subpage.merch, .hero-subpage.timetable, .hero-subpage.chartity {
    height: 250px;
  }

  .gallery-cols-v2 {
    width: 50%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .gallery-item.bf1 {
    background-position: 50% 80%;
  }

  .gallery-item.bf2 {
    background-position: 50% 10%;
  }

  .gallery {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button.w--open {
    background-color: #2c2c2c;
  }

  .about {
    padding-left: 18px;
    padding-right: 18px;
  }

  .hero-section-2 {
    height: 60vh;
    padding-bottom: 4px;
    padding-left: 27px;
    padding-right: 27px;
  }

  .memberships-cols {
    margin-top: 0;
    margin-bottom: 0;
  }

  .membership-box {
    height: auto;
    margin-bottom: 18px;
  }

  .cta {
    background-image: linear-gradient(to right, #52b684, #214955);
  }

  .image-27 {
    margin-top: 23px;
  }

  .r100-cols {
    margin-top: 20px;
  }

  .column-6, .column-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .h2-titles {
    font-size: 27px;
  }

  .charity-image {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto 100%;
    height: 700px;
  }

  .charity-image.ryf {
    background-position: 50% 30%, 0 0, 0 0, 50% 150%, 50%;
  }

  .programs-boxes-2 {
    margin-top: -86px;
  }

  .btn-2 {
    width: 90%;
    padding-left: 45px;
    padding-right: 45px;
    font-size: 24px;
  }

  .tabs-menu {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .subpage {
    background-position: -388px 0;
  }

  .subpage._1 {
    height: 250px;
  }

  .subpage._2 {
    background-size: auto 120%, auto, cover;
    height: 250px;
  }

  .subpage.merch, .subpage.memberships, .subpage.charity {
    height: 250px;
  }

  .subpage.mebertop {
    background-size: auto 120%, auto, cover;
    height: 250px;
  }

  .subpage.merch, .subpage.timetable, .subpage.chartity {
    height: 250px;
  }

  .subpage.bg3 {
    background-image: url('../images/img-mask.png'), url('../images/bg-logo.svg'), linear-gradient(153deg, #00aeeff2, #000000ad 52%), linear-gradient(#0000, #0000), url('../images/gym2.jpeg');
    background-position: 0 0, 95% 90%, 0 0, 0 0, 50%;
    background-repeat: repeat, no-repeat, repeat, repeat, no-repeat;
    background-size: cover, 50%, auto, auto, cover;
  }

  .subpage.bg5 {
    justify-content: center;
    align-items: center;
  }

  .subpage.bg6 {
    background-position: 0%, 50%, 0 0, 0 0;
    background-size: cover, 250px, auto, cover;
  }

  .subpage.bg-memb {
    background-image: url('../images/img-mask.png'), url('../images/bg-logo.svg'), linear-gradient(153deg, #00aeeff2, #000000ad 52%), linear-gradient(#0000, #0000), url('../images/gym4.jpeg');
    background-position: 0 0, 95% 90%, 0 0, 0 0, 50%;
    background-repeat: repeat, no-repeat, repeat, repeat, no-repeat;
    background-size: cover, 50%, auto, auto, cover;
  }

  .subpage.galle {
    background-image: url('../images/img-mask.png'), url('../images/bg-logo.svg'), linear-gradient(153deg, #00aeeff2, #000000ad 52%), linear-gradient(#0000, #0000), url('../images/gym3.jpeg');
    background-position: 0 0, 95% 90%, 0 0, 0 0, 50% 0;
    background-repeat: repeat, no-repeat, repeat, repeat, no-repeat;
    background-size: cover, 50%, auto, auto, cover;
  }

  .policy {
    padding-left: 14px;
    padding-right: 14px;
  }

  .why-section {
    padding-left: 18px;
    padding-right: 18px;
  }

  .feature-wrapper {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 60px;
  }

  .container-4 {
    width: 95%;
  }

  .badge {
    width: 120px;
    height: 120px;
  }

  .text-block-2 {
    font-size: 21px;
    line-height: 25px;
  }

  .badge-cta {
    font-size: 15px;
    line-height: 20px;
  }

  .subpage-2 {
    background-position: -388px 0;
  }

  .subpage-2.bg3 {
    background-image: url('../images/img-mask.png'), url('../images/bg-logo.svg'), linear-gradient(153deg, #00aeeff2, #000000ad 52%), linear-gradient(#0000, #0000), url('../images/gym2.jpeg');
    background-position: 0 0, 95% 90%, 0 0, 0 0, 50%;
    background-repeat: repeat, no-repeat, repeat, repeat, no-repeat;
    background-size: cover, 50%, auto, auto, cover;
  }

  .container-5, .container-6 {
    width: 95%;
  }

  ._10-day-poster.info {
    padding: 22px;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    align-items: flex-end;
    height: auto;
    padding-top: 320px;
    padding-bottom: 94px;
  }

  .hero-container {
    width: 90%;
  }

  .hero-menu {
    flex-direction: row;
    align-items: flex-start;
    padding: 40px 10%;
  }

  .hero-menu-logo {
    justify-content: flex-start;
    width: 80%;
  }

  .hero-menu-menu {
    flex-direction: column;
    align-items: flex-start;
    width: 80%;
    height: auto;
    margin-top: 0;
  }

  .hero-menu-menu.menu-footer {
    margin-top: 40px;
  }

  .hero-h1 {
    font-size: 48px;
    line-height: 56px;
  }

  .btn.btn-form {
    text-align: center;
    justify-content: center;
    width: 100%;
    max-width: none;
  }

  .hero-menu-item {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    padding: 21px 0;
  }

  .featured-section {
    margin-top: 0;
    padding-top: 80px;
  }

  .featured-row {
    flex-direction: column;
    margin-left: 0;
  }

  .featured-card {
    width: 100%;
    height: 300px;
    margin-right: 20px;
    padding: 16px;
  }

  .btn-dark {
    display: none;
  }

  .f-card-heading {
    font-size: 20px;
    line-height: 24px;
  }

  .ouroffer-section {
    height: auto;
  }

  .header2block.m-width {
    margin-bottom: 40px;
  }

  .header2 {
    font-size: 30px;
    line-height: 38px;
  }

  .oofer-img {
    width: 1000px;
    margin-top: 20px;
    margin-left: -98px;
  }

  .aboutus-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .aboutus-row {
    margin-top: 40px;
  }

  .aboutus-col {
    margin-bottom: 70px;
  }

  .team-section {
    padding-bottom: 80px;
  }

  .team-card {
    margin-bottom: 40px;
  }

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

  .hero-bg-mask {
    background-position: -297px 0;
  }

  .link-projects-block {
    margin-left: 0;
  }

  .projects-section {
    margin-top: 0;
    padding-top: 80px;
    padding-bottom: 0;
  }

  .projects-section.last {
    padding-bottom: 80px;
  }

  .projects-row {
    margin-top: 0;
    margin-left: 0;
  }

  .projects-card {
    height: 240px;
    padding: 16px;
  }

  .hero-projects {
    align-items: flex-end;
    height: auto;
    padding-top: 320px;
    padding-bottom: 94px;
  }

  .footer-cont {
    flex-flow: column;
    width: 100%;
  }

  .hero-partnership, .hero-contacst {
    align-items: flex-end;
    height: auto;
    padding-top: 320px;
    padding-bottom: 94px;
  }

  .hero-template-project {
    align-items: flex-end;
    height: 80vh;
    padding-top: 320px;
    padding-bottom: 94px;
  }

  .pr-templ-sect {
    padding-top: 20px;
  }

  .pr-templ-descr-row-2 {
    max-width: 320px;
  }

  .descr-item {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
  }

  .descr-item.nagrada {
    margin-top: 20px;
  }

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

  .pr-templ-all-pr-sect {
    margin-top: 0;
    padding-top: 80px;
  }

  .pr-templ-h1 {
    font-size: 30px;
    line-height: 40px;
  }

  .pr-tmpl-panorama {
    margin-top: 0;
    padding-top: 0;
  }

  .link-project {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .overl-pr-tmpl-hero {
    background-image: linear-gradient(#00000057, #0b0b0b00 42%);
  }

  .h2-text {
    font-size: 24px;
    line-height: 32px;
  }

  .hero-h1-2 {
    font-size: 35px;
    line-height: 35px;
  }

  .hero-menu-item-2 {
    margin-bottom: 10px;
    margin-left: 0;
  }

  .blurb-text {
    font-size: 1rem;
  }

  .cta-white {
    justify-content: center;
    align-self: center;
    width: 100%;
    max-width: 100%;
    margin-top: 0;
    margin-bottom: .3rem;
    margin-right: 0;
  }

  .rd-h2-titles {
    font-size: 1.5rem;
  }

  .rd-experience-text-wrapper {
    margin-top: 14px;
    padding-bottom: 21px;
  }

  .dual-wrappers {
    margin-top: 30px;
  }

  .schools-image {
    height: 250px;
  }

  .schools-image.ryf {
    background-position: 50% 30%, 0 0, 0 0, 50% 122%, 50% 40%;
  }

  .schools-image.hp1 {
    min-height: auto;
  }

  .footer-column {
    justify-content: center;
    align-items: center;
  }

  .footer-03 {
    padding-bottom: 127px;
  }

  .footer-grid-03 {
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .footer-link {
    margin-right: 0;
  }

  .footer-bottom {
    text-align: center;
    flex-direction: column;
  }

  .social-link {
    width: 45px;
  }

  .footer-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .hero-subpage {
    background-position: -297px 0;
  }

  .hero-subpage._2 {
    background-position: 100% 0, 0 0, 100% 0;
    background-repeat: no-repeat, repeat, repeat;
    background-size: auto 120%, auto, cover;
  }

  .hero-subpage.memberships {
    background-position: 0 0, 100%;
  }

  .hero-subpage.mebertop {
    background-position: 100% 0, 0 0, 100% 0;
    background-repeat: no-repeat, repeat, repeat;
    background-size: auto 120%, auto, cover;
  }

  .hero-subpage.merch {
    background-position: 0 0, 0 0, 50%;
  }

  .gallery-cols-v2 {
    width: 90%;
  }

  .gallery-item.bf2 {
    background-position: 50% 13%;
  }

  .gallery-item.m1 {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto 100%;
  }

  .gallery-item.m2 {
    background-repeat: no-repeat;
    background-size: auto 100%;
  }

  .gallery-item.m3 {
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: auto 100%;
  }

  .gallery {
    padding-top: 30px;
    padding-left: 19px;
    padding-right: 19px;
  }

  .nav-menu {
    text-align: right;
    background-color: #2c2c2c;
    justify-content: flex-end;
    align-items: center;
  }

  .container-2 {
    width: 100%;
  }

  .image {
    padding-top: 4px;
  }

  .menu-button {
    background-color: var(--black);
  }

  .menu-button.w--open {
    background-color: #2c2c2c;
  }

  .about {
    padding-left: 11px;
    padding-right: 11px;
  }

  .text-up-button.pad-right.gradient.menu {
    text-align: center;
  }

  .hero-section-2 {
    padding-bottom: 7px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .membership-box {
    text-align: center;
    height: auto;
  }

  .bold-text {
    font-size: 28px;
  }

  .price {
    font-size: 20px;
  }

  .features {
    font-size: 15px;
  }

  .featdetails {
    font-size: 18px;
  }

  .address {
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 18px;
  }

  .div-block-40 {
    flex-direction: column;
    align-items: center;
  }

  .h2-titles {
    font-size: 21px;
    line-height: 24px;
  }

  .h2-titles.left {
    text-align: center;
  }

  .charity-image {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto 100%;
    justify-content: center;
    align-items: center;
    height: 700px;
    min-height: 500px;
  }

  .charity-image.ryf {
    background-position: 50% 30%, 0 0, 0 0, 50% 122%, 50% 40%;
  }

  .programs-boxes-2 {
    margin-top: -122px;
  }

  .btn-2 {
    width: 95%;
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
    line-height: 30px;
  }

  .slot {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .tabs-menu {
    background-color: #0000;
    justify-content: center;
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .tabs-content {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .slot-2 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .tab-pane-friday, .tab-pane-wednesday {
    width: 95%;
  }

  .tab-pane-monday {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .tab-pane-saturday, .tab-pane-tuesday {
    width: 95%;
  }

  .day {
    height: 45px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .tab-pane-thursday {
    width: 95%;
  }

  .tabs {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .subpage {
    background-position: -297px 0;
  }

  .subpage._2 {
    background-position: 100% 0, 0 0, 100% 0;
    background-repeat: no-repeat, repeat, repeat;
    background-size: auto 120%, auto, cover;
  }

  .subpage.memberships {
    background-position: 0 0, 100%;
  }

  .subpage.mebertop {
    background-position: 100% 0, 0 0, 100% 0;
    background-repeat: no-repeat, repeat, repeat;
    background-size: auto 120%, auto, cover;
  }

  .subpage.merch {
    background-position: 0 0, 0 0, 50%;
  }

  .subpage.bg3 {
    background-image: url('../images/img-mask.png'), url('../images/bg-logo.svg'), linear-gradient(164deg, #00aeeff2, #0000008f 49%), linear-gradient(#0000, #0000), url('../images/gym2.jpeg');
    background-position: 0%, 50%, 0 0, 0 0, 50%;
    background-size: cover, 70%, auto, auto, cover;
  }

  .subpage.bg5 {
    justify-content: center;
    align-items: center;
  }

  .subpage.bg6 {
    background-position: 0%, 50%, 0 0, 0 0;
    background-size: cover, 200px, auto, cover;
  }

  .subpage.bg-memb {
    background-image: url('../images/img-mask.png'), url('../images/bg-logo.svg'), linear-gradient(164deg, #00aeeff2, #0000008f 49%), linear-gradient(#0000, #0000), url('../images/gym4.jpeg');
    background-position: 0 0, 50%, 0 0, 0 0, 50%;
    background-size: cover, 70%, auto, auto, cover;
  }

  .subpage.galle {
    background-image: url('../images/img-mask.png'), url('../images/bg-logo.svg'), linear-gradient(164deg, #00aeeff2, #0000008f 49%), linear-gradient(#0000, #0000), url('../images/gym3.jpeg');
    background-position: 0%, 50% 70%, 0 0, 0 0, 50% 0;
    background-size: cover, 70%, auto, auto, cover;
  }

  .merch-prices {
    margin-bottom: 49px;
    padding-top: 4px;
  }

  .d-77-circle-2 {
    width: 130px;
    height: 130px;
  }

  .d-77-circle-1 {
    width: 100px;
    height: 100px;
  }

  .d-77-button-wrapper {
    width: 70px;
    height: 70px;
  }

  .d-77-play-icon {
    width: 21px;
    height: 21px;
  }

  .tab-pane-sunday {
    width: 95%;
  }

  .why-section {
    padding-left: 11px;
    padding-right: 11px;
  }

  .centered-heading-2 {
    margin-bottom: 24px;
  }

  .subpage-2 {
    background-position: -297px 0;
  }

  .subpage-2.bg3 {
    background-image: url('../images/img-mask.png'), url('../images/bg-logo.svg'), linear-gradient(164deg, #00aeeff2, #0000008f 49%), linear-gradient(#0000, #0000), url('../images/gym2.jpeg');
    background-position: 0%, 50%, 0 0, 0 0, 50%;
    background-size: cover, 70%, auto, auto, cover;
  }

  .list {
    font-size: 18px;
  }

  .price-challenge {
    font-size: 30px;
    line-height: 38px;
  }

  .welcome-section-2 {
    padding-top: 0;
  }

  ._50-day-challenge {
    background-position: 100%;
    height: 250px;
  }

  .slot-3 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .contrast-box {
    padding-left: 11px;
    padding-right: 11px;
  }

  .welcome-section-3 {
    padding-top: 0;
  }

  .dual-logos-wrapper {
    flex-flow: column;
    margin-top: 25px;
  }
}


