ul.interrupted_circle_tick_list {
  list-style-type: none;
}
ul.interrupted_circle_tick_list li {
  position: relative;
  padding: 0.2em 0px 0.1em 2.2em;
  margin-bottom: 10px;
  font-family: "Roboto Condensed", sans-serif;
}
ul.interrupted_circle_tick_list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 1.6em;
  height: 1.6em;
  background-image: url("/carbon/data/themes/carbon_x/dna/images/interrupted-circle-tick--primary.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.inner__section__component--info {
  position: relative;
  display: inline-flex;
  width: 14px;
  height: 14px;
  background-image: url("/carbon/data/themes/carbon_x/dna/images/info--button--primary.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  cursor: help;
}
.inner__section__component--info .tooltip {
  pointer-events: none;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  transition: all ease-in-out 200ms;
  z-index: 1000;
  bottom: calc(108%);
  left: 50%;
  transform: translateX(-50%);
  min-width: 200px;
  max-width: 300px;
  width: max-content;
  padding: 8px 12px;
  background: white;
  border: 1px solid #7726e0;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  color: black;
}
.inner__section__component--info .tooltip::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
}
.inner__section__component--info .tooltip::before {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #7726e0;
  z-index: -1;
}
.inner__section__component--info .tooltip p {
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  word-wrap: break-word;
}
.inner__section__component--info:hover .tooltip {
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 600px) {
  .inner__section__component--info .tooltip {
    min-width: 180px;
    max-width: calc(60vw);
  }
  .inner__section__component--info .tooltip.tooltip--left {
    left: 0;
    transform: translateX(0);
  }
  .inner__section__component--info .tooltip.tooltip--left::after,
  .inner__section__component--info .tooltip.tooltip--left::before {
    left: 20px;
    transform: translateX(0);
  }
  .inner__section__component--info .tooltip.tooltip--right {
    right: 0;
    left: auto;
    transform: translateX(0);
  }
  .inner__section__component--info .tooltip.tooltip--right::after,
  .inner__section__component--info .tooltip.tooltip--right::before {
    right: 20px;
    left: auto;
    transform: translateX(0);
  }
}
.inner__section__component--info.near-left-edge .tooltip {
  left: 0;
  transform: translateX(0);
}
.inner__section__component--info.near-left-edge .tooltip::after,
.inner__section__component--info.near-left-edge .tooltip::before {
  left: 20px;
  transform: translateX(0);
}
.inner__section__component--info.near-right-edge .tooltip {
  right: 0;
  left: auto;
  transform: translateX(0);
}
.inner__section__component--info.near-right-edge .tooltip::after,
.inner__section__component--info.near-right-edge .tooltip::before {
  right: 20px;
  left: auto;
  transform: translateX(0);
}
.inner__section__component--info.near-top-edge .tooltip {
  top: calc(108%);
  bottom: auto;
}
.inner__section__component--info.near-top-edge .tooltip::after {
  top: -6px;
  border-top: none;
  border-bottom: 6px solid white;
}
.inner__section__component--info.near-top-edge .tooltip::before {
  top: -7px;
  border-top: none;
  border-bottom: 7px solid #7726e0;
}
.color--primary {
  color: #7726e0 !important;
}
.pgm-discounts {
  color: #F44336 !important;
}
.compare_value .pgm-discounts {
  margin-right: 5px;
}
.pgm-text {
  color: #14142B !important;
}
.pf-black-card .pgm-text {
  color: #FFFFFF !important;
}
.pgm-yellow {
  color: #ffdc00 !important;
}
.big-text {
  font-size: 44px !important;
  line-height: 1em !important;
}
@media screen and (max-width: 800px) {
  .big-text {
    font-size: 36px !important;
  }
}
.list--check ul,
ul.list--check {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  padding: 0px;
}
.list--check ul>:last-child,
ul.list--check>:last-child {
  margin-bottom: 0px;
}
.list--check ul li,
ul.list--check li {
  position: relative;
  display: inline-flex;
  margin-bottom: 18px;
  padding-left: 37px;
  color: ;
}
.list--check ul li:before,
ul.list--check li:before {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0px;
  width: 24px;
  height: 24px;
  background-image: url("/carbon/data/themes/carbon_x/dna/images/icons/checks/check--circle.svg");
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: center;
  padding-right: 14px;
}
.button.button--outline {
  background: none;
  color: #7726e0 !important;
  box-shadow: 0 0 0 2px #7726e0;
}
.button.button--outline:hover {
  color: #ffdc00 !important;
  background: #42007d !important;
}
.button.button--secondary {
  background: #FCD502 !important;
  color: #7726e0 !important;
}
.button.button--secondary:hover {
  background: #7726e0 !important;
  color: #ffdc00 !important;
}
.button.button--square {
  border-radius: 6px !important;
}
.partial--modal .button.button--outline {
  background: none;
  color: #555A5C !important;
  border: 1px solid #D5D7DA !important;
  box-shadow: 0 1px 2px 0 rgba(10,13,18,0.05) !important;
}
.partial--modal .button.button--outline:hover {
  background: #D5D7DA !important;
  color: #42007d !important;
}
.partial--modal .button.button--primary {
  background: #561496 !important;
  border: 1px solid #7F56D9 !important;
  color: #FFFFFF !important;
}
.partial--modal .button.button--primary:hover {
  background: #14142B !important;
}
.partial--modal .button.button--secondary {
  background: #ffdc00 !important;
  border: 1px solid #7F56D9 !important;
  color: #561496 !important;
}
.partial--modal .button.button--secondary:hover {
  background: #FFFFFF !important;
}
.partial--modal .background--white .button.button--outline:hover {
  background: #D5D7DA !important;
  color: #FFFFFF !important;
}
.partial--modal .background--purple .button.button--outline {
  color: #FFFFFF !important;
  border: 1px solid #FFFFFF !important;
}
.partial--modal .background--purple .button.button--outline:hover {
  background: #D5D7DA !important;
  color: #561496 !important;
}
.partial--modal .background--purple .button.button--primary {
  color: #ffdc00 !important;
}
.partial--modal .background--yellow .button.button--outline {
  box-shadow: 0 1px 2px 0 rgba(10,13,18,0.05);
  color: rgba(20,20,43,0.75) !important;
  border: 1px solid rgba(20,20,43,0.75) !important;
}
.partial--modal .background--yellow .button.button--outline:hover {
  background: rgba(20,20,43,0.75) !important;
  color: #ffdc00 !important;
}
.partial--modal .background--yellow .button.button--primary {
  color: #ffdc00 !important;
}
.partial--modal .background--yellow .button.button--primary:hover {
  background: transparent !important;
  color: #7F56D9 !important;
}
.inner__section__component--content-inner .button {
  margin: 0;
}
.partial--feature-compare-cell {
  position: relative;
  text-align: center;
}
.partial--feature-compare-cell span {
  display: none;
}
.partial--feature-compare-cell:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 24px;
  height: 2.5px;
  background: #797979;
}
.partial--feature-compare-cell.active span {
  display: inline-block;
}
.partial--feature-compare-cell.active:before {
  display: none;
}
.partial--map_search_box {
  justify-content: space-between;
  background: #FFFFFF !important;
  max-width: 600px !important;
  width: 100% !important;
  border-radius: 62px !important;
}
@media screen and (max-width: 800px) {
  .partial--map_search_box {
    border-radius: 37px !important;
  }
}
@media screen and (max-width: 800px) {
  .partial--map_search_box.standalone {
    max-width: calc(100% - calc(40px)) !important;
    margin-left: 20px !important;
  }
}
.partial--map_search_box.standalone .map-search-box-input {
  padding: 30px 0 32px 30px !important;
  background: none !important;
}
@media screen and (max-width: 800px) {
  .partial--map_search_box.standalone .map-search-box-input {
    padding: 17px 0 19px 18px !important;
  }
}
.partial--map_search_box.standalone .map-search-button {
  border-radius: 37px !important;
  margin: 15px 14px 16px !important;
  padding: 14px 33px 15px !important;
}
@media screen and (max-width: 800px) {
  .partial--map_search_box.standalone .map-search-button {
    margin: 10px 8px !important;
    padding: 7px 19px 9px !important;
  }
}
@media screen and (max-width: 800px) {
  .partial--map_search_box:not(.standalone) .map-search-box-input {
    padding-left: 66px !important;
  }
  .partial--map_search_box:not(.standalone) .map-search-button {
    margin: 10px 8px 10px 0 !important;
  }
}
.partial--map_search_box .map-search-box-input,
.partial--map_search_box .map-search-button {
  font-size: 18px !important;
  line-height: 22px !important;
}
@media screen and (max-width: 800px) {
  .partial--map_search_box .map-search-box-input,
  .partial--map_search_box .map-search-button {
    font-size: 12px !important;
    line-height: 14px !important;
  }
}
.partial--map_search_box .map-search-box-input {
  border-radius: 62px !important;
  font-weight: 400 !important;
  color: rgba(0,0,0,0.6) !important;
  font-size: 18px !important;
  line-height: 22px !important;
}
.partial--map_search_box .map-search-box-input::placeholder {
  color: rgba(0,0,0,0.6) !important;
  font-size: 18px !important;
  line-height: 22px !important;
}
@media screen and (max-width: 800px) {
  .partial--map_search_box .map-search-box-input::placeholder {
    font-size: 12px !important;
    line-height: 14px !important;
  }
}
@media screen and (max-width: 800px) {
  .partial--map_search_box .map-search-box-input {
    font-size: 12px !important;
    line-height: 14px !important;
    padding: 17px 0 19px 18px !important;
    border-radius: 37px !important;
  }
}
.partial--map_search_box .map-search-button {
  text-wrap: nowrap;
  margin: 15px 16px 14px 0 !important;
  border-top-right-radius: 36px !important;
  border-bottom-right-radius: 36px !important;
  font-weight: bold !important;
  padding: 14px 33px 15px !important;
}
@media screen and (max-width: 800px) {
  .partial--map_search_box .map-search-button {
    border-radius: 21.11px !important;
    margin: 10px 8px 10px 0 !important;
    padding: 7px 19px 9px !important;
  }
}
.partial--review-badge {
  display: flex;
  flex-direction: row;
  align-items: start;
}
.partial--review-badge .company-badge {
  padding: 11.5px;
  margin-right: 12px;
  border-radius: 50%;
  background-color: #FFFFFF;
}
@media screen and (max-width: 800px) {
  .partial--review-badge .company-badge {
    padding: 9px;
  }
}
.partial--review-badge .review-info {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 8px;
}
@media screen and (max-width: 800px) {
  .partial--review-badge .review-info {
    gap: 6px;
  }
}
.partial--review-badge .review-info .stars {
  gap: 6px;
}
@media screen and (max-width: 800px) {
  .partial--review-badge .review-info .stars {
    gap: 4.4px;
  }
}
.partial--review-badge .review-info .stars .star {
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 800px) {
  .partial--review-badge .review-info .stars .star {
    width: 15px;
    height: 15px;
  }
}
.partial--review-badge .review-info .review-count {
  color: #797979 !important;
  font-size: 14px !important;
  line-height: 17px !important;
}
@media screen and (max-width: 800px) {
  .partial--review-badge .review-info .review-count {
    font-size: 10px !important;
    line-height: 12px !important;
  }
}
.review-count-container {
  padding: 13px 5px 5px 15px;
  border-radius: 5px;
  background: rgba(0,0,0,0.4);
}
.review-count-container .partial--review-badge .review-count {
  color: white !important;
}
.partial--stars {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 1px;
}
.partial--stars .star {
  background-image: none;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.partial--stars .star.active {
  background-image: url("/carbon/data/themes/carbon_x/dna/images/star.svg");
}
.partial--stars .star.half {
  background-image: url("/carbon/data/themes/carbon_x/dna/images/star--half.svg");
}
.footer-container {
  background: #7726e0;
}
.section--footer {
  display: flex;
  padding: 50px 80px 60px 80px;
}
@media screen and (max-width: 800px) {
  .section--footer {
    padding: 25px 20px 0px 20px;
  }
}
.section--footer a {
  color: white !important;
  text-decoration: none;
}
.section--footer a:hover {
  color: white;
  text-decoration: underline;
}
.section--footer .inner__section__component--footer-nav-menu .menu {
  display: flex;
  list-style: none;
  padding: 0;
  gap: 22px;
}
@media screen and (max-width: 800px) {
  .section--footer .inner__section__component--footer-nav-menu .menu {
    gap: 16px;
  }
}
.section--footer .inner__section__component--footer-nav-menu .menu-item {
  font-size: 18px;
  line-height: 22px;
}
@media screen and (max-width: 800px) {
  .section--footer .inner__section__component--footer-nav-menu .menu-item {
    font-size: 12px;
    line-height: 14px;
  }
}
.section--footer.main {
  justify-content: space-between;
  flex-direction: row;
  border-bottom: 1px solid #FFFFFF;
}
@media screen and (max-width: 800px) {
  .section--footer.main {
    flex-direction: column;
    border: none;
  }
}
@media screen and (max-width: calc(1200px - calc(1px))) and (min-width: calc(800px + calc(1px))) {
  .section--footer.main {
    flex-wrap: wrap;
  }
}
.section--footer.main .inner__section--nav,
.section--footer.main .inner__section--newsletter {
  margin-top: 50px;
}
.section--footer.main .inner__section--general-info {
  max-width: 433px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: calc(1200px - calc(1px))) and (min-width: calc(800px + calc(1px))) {
  .section--footer.main .inner__section--general-info {
    flex-basis: calc(50% - calc(50px)) !important;
    margin-right: 10px;
  }
}
@media screen and (max-width: 800px) {
  .section--footer.main .inner__section--general-info {
    flex-direction: row;
  }
}
.section--footer.main .inner__section--nav {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  max-width: 372px;
  justify-content: space-between;
}
@media screen and (min-width: 800px) {
  .section--footer.main .inner__section--nav {
    margin-right: 10px;
  }
}
@media screen and (max-width: calc(1200px - calc(1px))) and (min-width: calc(800px + calc(1px))) {
  .section--footer.main .inner__section--nav {
    order: 1;
    max-width: none;
    flex-basis: 100%;
    justify-content: space-between;
  }
}
@media screen and (max-width: 800px) {
  .section--footer.main .inner__section--nav {
    margin: 21px 0px 0px 0px;
  }
}
@media screen and (max-width: calc(1200px - calc(1px))) and (min-width: calc(800px + calc(1px))) {
  .section--footer.main .inner__section--newsletter {
    max-width: 345px;
  }
}
@media screen and (max-width: 800px) {
  .section--footer.main .inner__section--newsletter {
    max-width: 100% !important;
    margin-top: 0px;
  }
}
.section--footer.main .inner__section--newsletter > * {
  max-width: 345px;
}
@media screen and (max-width: 800px) {
  .section--footer.main .inner__section--newsletter > * {
    max-width: 100%;
  }
}
.section--footer.main .inner__section--newsletter p {
  padding: 33px 0px 35px;
  color: #FFFFFF;
  font-size: 18px;
  line-height: 22px;
}
@media screen and (max-width: 800px) {
  .section--footer.main .inner__section--newsletter p {
    display: none;
  }
}
@media screen and (max-width: calc(1200px - calc(1px))) and (min-width: calc(800px + calc(1px))) {
  .section--footer.main .inner__section--general-info,
  .section--footer.main .inner__section--newsletter {
    flex-basis: 50%;
  }
}
.section--footer.main .inner__section__component--footer-logo {
  margin-bottom: 20px;
  max-width: 99px;
  min-width: 99px;
}
@media screen and (max-width: 800px) {
  .section--footer.main .inner__section__component--footer-logo {
    max-width: 24px;
    min-width: 24px;
    margin-right: 14.5px;
  }
}
.section--footer.main .inner__section__component--footer-logo a {
  display: block;
  width: 100%;
  line-height: 0;
  border-radius: 50%;
}
.section--footer.main .inner__section__component--footer-logo img {
  width: 100%;
  height: auto;
}
.section--footer.main .inner__section__component--footer-blurb {
  margin-bottom: 36px;
}
@media screen and (max-width: 800px) {
  .section--footer.main .inner__section__component--footer-blurb {
    margin-bottom: 0px;
    min-height: 44px;
  }
}
.section--footer.main .inner__section__component--footer-blurb p {
  padding: 0px;
  color: #FFFFFF;
  font-size: 18px;
  line-height: 22px;
}
@media screen and (max-width: 800px) {
  .section--footer.main .inner__section__component--footer-blurb p {
    font-size: 10px;
    line-height: 12px;
  }
}
.section--footer.main .inner__section__component--footer-socials {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 800px) {
  .section--footer.main .inner__section__component--footer-socials {
    flex-direction: row;
    justify-content: space-between;
    margin: 18px 0px 21px;
  }
}
.section--footer.main .inner__section__component--footer-socials .social {
  padding: 0px;
  margin: 0px;
  list-style: none;
  display: flex;
  flex-direction: row;
  gap: 12px;
}
@media screen and (max-width: 800px) {
  .section--footer.main .inner__section__component--footer-socials .social {
    gap: 11px;
  }
}
.section--footer.main .inner__section__component--footer-socials .social .network {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #FCD502;
}
@media screen and (max-width: 800px) {
  .section--footer.main .inner__section__component--footer-socials .social .network {
    width: 36px;
    height: 36px;
  }
}
.section--footer.main .inner__section__component--footer-socials .social .network a {
  line-height: 0;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 10px;
}
@media screen and (max-width: 800px) {
  .section--footer.main .inner__section__component--footer-socials .social .network a {
    padding: 9px;
  }
}
.section--footer.main .inner__section__component--footer-socials .social .network img {
  display: flex;
  flex-grow: 1;
}
.section--footer.main .inner__section__component--footer-socials .footer-socials-title {
  color: #FFFFFF;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 29px;
}
@media screen and (max-width: 800px) {
  .section--footer.main .inner__section__component--footer-socials .footer-socials-title {
    margin: auto 0px;
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: calc(1200px - calc(1px))) and (min-width: calc(800px + calc(1px))) {
  .section--footer.main .inner__section__component--footer-nav-menu.footer-quick-links {
    max-width: 345px;
  }
}
@media screen and (max-width: calc(1200px - calc(1px))) {
  .section--footer.main .inner__section__component--footer-nav-menu {
    flex-basis: 50%;
  }
}
.section--footer.main .inner__section__component--footer-nav-menu .menu {
  flex-direction: column;
  margin: 20px 0px 60px 0px;
  gap: 22px;
}
@media screen and (max-width: 800px) {
  .section--footer.main .inner__section__component--footer-nav-menu .menu {
    margin: 13px 0px 30px 0px;
    gap: 16px;
  }
}
.section--footer.main .inner__section__component--footer-heading {
  color: #FCD502;
  padding: 0px;
  font-size: 30px;
  line-height: 36px;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  .section--footer.main .inner__section__component--footer-heading {
    font-size: 14px !important;
    line-height: 17px;
  }
}
.section--footer.main .inner__section__component--mobile-separator {
  display: none;
  margin: 0px 1px;
  width: 100%;
  height: 1px;
  background: rgba(255,255,255,0.25);
}
@media screen and (max-width: 800px) {
  .section--footer.main .inner__section__component--mobile-separator {
    display: block;
  }
}
.section--footer.post-footer {
  flex-direction: column;
  margin: 0;
  padding-top: 30px;
  gap: 16px;
}
@media screen and (max-width: 800px) {
  .section--footer.post-footer {
    padding: 25px 21px 26px 21px;
    gap: 6px;
  }
}
.section--footer.post-footer .inner__section--site-info {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.section--footer.post-footer .inner__section--site-info .info {
  color: #FFFFFF;
  padding: 0px;
  font-size: 20px;
  line-height: 24px;
}
@media screen and (max-width: 800px) {
  .section--footer.post-footer .inner__section--site-info .info {
    font-size: 12px;
    line-height: 14px;
  }
}
.section--footer.post-footer .inner__section__component--footer-nav-menu .menu {
  flex-direction: row;
}
.section--footer.post-footer .inner__section__component--footer-nav-menu .menu-item {
  font-weight: medium;
}
.section__template {
  padding-top: 110px !important;
  padding-bottom: 110px !important;
}
@media screen and (max-width: 800px) {
  .section__template {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
}
.section__template.contained-content--600--left .inner__section__component--content-inner {
  max-width: 600px;
  margin-right: auto !important;
}
.section__template.contained-content--600--right .inner__section__component--content-inner {
  max-width: 600px;
  margin-left: auto !important;
}
.section__template.contained-content--600--centre .inner__section__component--content-inner,
.section__template.contained-content--600--center .inner__section__component--content-inner {
  max-width: 600px;
  margin-left: auto !important;
  margin-right: auto !important;
}
.section__template.contained-content--700--left .inner__section__component--content-inner {
  max-width: 700px;
  margin-right: auto !important;
}
.section__template.contained-content--700--right .inner__section__component--content-inner {
  max-width: 700px;
  margin-left: auto !important;
}
.section__template.contained-content--700--centre .inner__section__component--content-inner,
.section__template.contained-content--700--center .inner__section__component--content-inner {
  max-width: 700px;
  margin-left: auto !important;
  margin-right: auto !important;
}
.section__template.contained-content--800--left .inner__section__component--content-inner {
  max-width: 800px;
  margin-right: auto !important;
}
.section__template.contained-content--800--right .inner__section__component--content-inner {
  max-width: 800px;
  margin-left: auto !important;
}
.section__template.contained-content--800--centre .inner__section__component--content-inner,
.section__template.contained-content--800--center .inner__section__component--content-inner {
  max-width: 800px;
  margin-left: auto !important;
  margin-right: auto !important;
}
.section__template.contained-content--900--left .inner__section__component--content-inner {
  max-width: 900px;
  margin-right: auto !important;
}
.section__template.contained-content--900--right .inner__section__component--content-inner {
  max-width: 900px;
  margin-left: auto !important;
}
.section__template.contained-content--900--centre .inner__section__component--content-inner,
.section__template.contained-content--900--center .inner__section__component--content-inner {
  max-width: 900px;
  margin-left: auto !important;
  margin-right: auto !important;
}
.section__template.contained-content--1000--left .inner__section__component--content-inner {
  max-width: 1000px;
  margin-right: auto !important;
}
.section__template.contained-content--1000--right .inner__section__component--content-inner {
  max-width: 1000px;
  margin-left: auto !important;
}
.section__template.contained-content--1000--centre .inner__section__component--content-inner,
.section__template.contained-content--1000--center .inner__section__component--content-inner {
  max-width: 1000px;
  margin-left: auto !important;
  margin-right: auto !important;
}
.section__template.background--swish,
.section__template.background--swish--top,
.section__template.background--swish--bottom {
  position: relative;
  overflow: hidden;
}
.section__template.background--swish:before,
.section__template.background--swish--top:before,
.section__template.background--swish--bottom:before {
  content: "";
  position: absolute;
  width: 169%;
  height: 150%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background: url("/carbon/data/themes/carbon_x/dna/images/swish.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
  opacity: 0.8;
  filter: blur(20px);
}
.section__template.background--swish--top:before {
  top: 0;
  left: 50%;
  transform: translate(-50%,-33.333%);
}
.section__template.background--swish--bottom:before {
  top: 100%;
  left: 50%;
  transform: translate(-50%,-66.666%);
}
.section .inner__section__component--content-inner {
  width: 100%;
  height: 100%;
}
.section--cards {
  display: flex;
  flex-direction: column;
}
.section--cards > * {
  width: 100%;
}
.section--cards .inner__section--content {
  width: 100%;
  margin-bottom: 64px;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: calc(801px)) {
  .section--cards .inner__section--content {
    padding: 0px 80px;
  }
}
@media screen and (max-width: 800px) {
  .section--cards .inner__section--content {
    padding-left: 24px;
    padding-right: 24px;
    margin-bottom: 43px;
  }
}
.section--cards .inner__section--button {
  width: 100%;
  text-align: end;
}
.section--cards .inner__section--card_shroud {
  position: relative;
  display: flex;
  width: 100%;
}
.section--cards .inner__section--card_link_wrapper {
  text-decoration: none;
  width: 100%;
  height: 100%;
}
.section--cards .inner__section--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin: 0px auto;
}
@media screen and (max-width: 800px) {
  .section--cards .inner__section--cards {
    padding-left: 19px;
    padding-right: 19px;
  }
}
@media screen and (min-width: 1380px) {
  .section--cards .inner__section--cards {
    max-width: 1380px;
  }
}
.section--cards .inner__section--cards .inner__section__component--card {
  display: flex;
  flex-direction: column;
}
.section--cards .inner__section--cards .inner__section__component--card > .inner__section__component--card--content {
  flex-grow: 1;
}
@media screen and (min-width: calc(801px)) {
  .section--cards .inner__section--cards.cards_slider--desktop .inner__section__component--card {
    max-width: none !important;
    margin: 0 10px;
  }
}
@media screen and (max-width: 800px) {
  .section--cards .inner__section--cards.cards_slider--mobile .inner__section__component--card {
    max-width: none !important;
    margin: 0 10px;
  }
}
@media screen and (max-width: 800px) {
  .section--cards .inner__section--cards.cards_slider--mobile-centered {
    left: -50px;
    width: calc(100% + calc(50px));
    max-width: unset !important;
    padding-right: 0px;
  }
  .section--cards .inner__section--cards.cards_slider--mobile-centered .slick-track,
  .section--cards .inner__section--cards.cards_slider--mobile-centered .slick-list {
    width: 100%;
    max-width: unset !important;
  }
}
@media screen and (min-width: calc(801px)) {
  .section--cards .inner__section--cards.cards--one .inner__section__component--card {
    max-width: 800px;
    width: 100%;
  }
}
.section--cards .inner__section--cards.cards--one h1,
.section--cards .inner__section--cards.cards--one h2,
.section--cards .inner__section--cards.cards--one h3,
.section--cards .inner__section--cards.cards--one h4,
.section--cards .inner__section--cards.cards--one h5,
.section--cards .inner__section--cards.cards--one h6 {
  font-size: 36px;
  line-height: 44px;
}
@media screen and (min-width: calc(801px)) {
  .section--cards .inner__section--cards.cards--two .inner__section__component--card {
    width: calc(calc(100% - calc(20px)) / 2);
    max-width: 465px;
  }
}
.section--cards .inner__section--cards.cards--two h1,
.section--cards .inner__section--cards.cards--two h2,
.section--cards .inner__section--cards.cards--two h3,
.section--cards .inner__section--cards.cards--two h4,
.section--cards .inner__section--cards.cards--two h5,
.section--cards .inner__section--cards.cards--two h6 {
  font-size: 30px;
  line-height: 36px;
}
@media screen and (min-width: calc(801px)) {
  .section--cards .inner__section--cards.cards--three .inner__section__component--card {
    width: calc(calc(100% - calc(20px * calc(2))) / 3);
    max-width: 465px;
  }
}
.section--cards .inner__section--cards.cards--three h1,
.section--cards .inner__section--cards.cards--three h2,
.section--cards .inner__section--cards.cards--three h3,
.section--cards .inner__section--cards.cards--three h4,
.section--cards .inner__section--cards.cards--three h5,
.section--cards .inner__section--cards.cards--three h6 {
  font-size: 30px;
  line-height: 36px;
}
@media screen and (min-width: calc(801px)) {
  .section--cards .inner__section--cards.cards--four .inner__section__component--card {
    max-width: 345px;
    width: calc(calc(100% - calc(20px * calc(3))) / 4);
  }
}
.section--cards .inner__section--cards.cards--four h1,
.section--cards .inner__section--cards.cards--four h2,
.section--cards .inner__section--cards.cards--four h3,
.section--cards .inner__section--cards.cards--four h4,
.section--cards .inner__section--cards.cards--four h5,
.section--cards .inner__section--cards.cards--four h6 {
  font-size: 24px;
  line-height: 29px;
}
.section--cards .inner__section--cards.cards_type--icon .inner__section__component--card {
  border: 2px solid #7726e0;
  border-radius: 10px;
}
.section--cards .inner__section--cards.cards_type--icon .inner__section__component--card_image {
  display: flex;
  flex-direction: column;
  justify-content: end;
  width: fit-content;
  height: 170px;
  margin: 0px auto 20px auto;
}
.section--cards .inner__section--cards.cards_type--icon .inner__section__component--card_image img {
  display: block;
  flex-grow: 1;
  object-fit: contain;
  max-width: 120px;
  max-height: 120px;
}
.section--cards .inner__section--cards.cards_type--icon .inner__section__component--card_content {
  padding: 20px;
}
.section--cards .inner__section--cards.cards_type--icon .inner__section__component--card:hover {
  border: none;
  background: #7726e0;
  padding: 2px;
}
.section--cards .inner__section--cards.cards_type--icon .inner__section__component--card:hover:before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: 10px;
  background: linear-gradient(0deg,#E2BB8F 0%,#8445C8 24%,#7833DC 64%,#5420AC 100%);
  mask: conic-gradient(#000 0 0) content-box, conic-gradient(#000 0 0);
  mask-composite: exclude;
  pointer-events: none;
}
.section--cards .inner__section--cards.cards_type--icon .inner__section__component--card:hover p,
.section--cards .inner__section--cards.cards_type--icon .inner__section__component--card:hover h1,
.section--cards .inner__section--cards.cards_type--icon .inner__section__component--card:hover h2,
.section--cards .inner__section--cards.cards_type--icon .inner__section__component--card:hover h3,
.section--cards .inner__section--cards.cards_type--icon .inner__section__component--card:hover h4,
.section--cards .inner__section--cards.cards_type--icon .inner__section__component--card:hover h5,
.section--cards .inner__section--cards.cards_type--icon .inner__section__component--card:hover h6 {
  color: #FFFFFF !important;
}
.section--cards .inner__section--cards.cards_type--icon .inner__section__component--card:hover .inner__section__component--card_button .button {
  background: #FCD502 !important;
  color: #7726e0 !important;
}
.section--cards .inner__section--cards.cards_type--icon .inner__section__component--card:hover .inner__section__component--card_button .button:hover {
  border: 1px solid #FCD502 !important;
  background: #7726e0 !important;
  color: #ffdc00 !important;
}
.section--cards .inner__section--cards.cards_type--image .inner__section__component--card {
  border-radius: 25px 25px 0px 0px;
  overflow: hidden;
}
.section--cards .inner__section--cards.cards_type--image .inner__section__component--card_image {
  border-radius: 25px;
  overflow: hidden;
  max-width: 100%;
  aspect-ratio: 1;
  display: flex;
}
.section--cards .inner__section--cards.cards_type--image .inner__section__component--card_image img {
  object-fit: cover;
  object-position: center;
}
.section--cards .inner__section--cards .slick-track {
  display: flex;
}
.section--cards .inner__section__component--button_holder {
  display: flex;
  max-width: 1440px;
  width: 100%;
  margin: 0px auto;
  padding-top: 25px;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 800px) {
  .section--cards .inner__section__component--button_holder {
    padding-top: 43px;
  }
}
@media screen and (min-width: calc(801px)) {
  .section--cards .inner__section__component--button_holder.below_slider {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media screen and (max-width: 800px) {
  .section--cards .inner__section__component--button_holder.below_slider {
    padding-left: 24px;
    padding-right: 24px;
    margin-bottom: 43px;
  }
}
.section--cards .inner__section__component--card {
  position: relative;
  width: 100%;
  height: inherit;
  border-radius: 12px;
}
.section--cards .inner__section__component--card_image .normal + .hover {
  display: none !important;
}
.section--cards .inner__section__component--card:hover .inner__section__component--card_image .normal.hover_present {
  display: none !important;
}
.section--cards .inner__section__component--card:hover .inner__section__component--card_image .hover {
  display: block !important;
}
.section--cards .inner__section__component--card_content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.section--cards .inner__section__component--card_content.align--left p,
.section--cards .inner__section__component--card_content.align--left h1,
.section--cards .inner__section__component--card_content.align--left h2,
.section--cards .inner__section__component--card_content.align--left h3,
.section--cards .inner__section__component--card_content.align--left h4,
.section--cards .inner__section__component--card_content.align--left h5,
.section--cards .inner__section__component--card_content.align--left h6 {
  padding-left: 0px;
}
.section--cards .inner__section__component--card_content.align--left .button {
  margin-left: 0px;
  width: fit-content;
}
.section--cards .inner__section__component--card_content.align--center {
  text-align: center;
  text-align-last: center;
}
.section--cards .inner__section__component--card_content.align--center h1,
.section--cards .inner__section__component--card_content.align--center h2,
.section--cards .inner__section__component--card_content.align--center h3,
.section--cards .inner__section__component--card_content.align--center h4,
.section--cards .inner__section__component--card_content.align--center h5,
.section--cards .inner__section__component--card_content.align--center h6 {
  max-width: 310px;
  margin: 0 auto;
}
.section--cards .inner__section__component--card_content.align--center .inner__section__component--card_button {
  width: 100%;
}
.section--cards .inner__section__component--card_content.align--center .inner__section__component--card_button .button {
  margin-left: 0px;
  margin-right: 0px;
  width: 100%;
}
.section--cards .inner__section__component--card_button {
  display: flex;
  flex-direction: column;
  justify-content: end;
  flex-grow: 1;
}
.section--cards .inner__section__component--button {
  display: flex;
  width: 100%;
  justify-content: center;
}
.section--cards .inner__section__component--button .button {
  margin: 0px;
  border-radius: 6px;
}
.section--cards .inner__section__component--arrows {
  display: flex;
  flex-direction: row;
  justify-content: end;
  flex-grow: 1;
  gap: 12px;
}
.section--cards .inner__section__component--arrows.below_slider {
  margin-top: 16px;
}
.section--cards .inner__section__component--arrows .slick-arrow,
.section--cards .inner__section__component--arrows .arrow {
  display: inline-block !important;
  padding: 0px;
  border: none;
  background: none;
  width: fit-content;
  height: fit-content;
}
.section--cards .inner__section__component--arrows .slick-arrow .icon,
.section--cards .inner__section__component--arrows .arrow .icon {
  width: 50px;
  height: 50px;
  line-height: 0px;
}
.section--cards .inner__section__component--arrows .slick-arrow .icon svg,
.section--cards .inner__section__component--arrows .arrow .icon svg {
  width: 100%;
  height: 100%;
}
.section--cards .inner__section__component--arrows .slick-arrow.arrow--left,
.section--cards .inner__section__component--arrows .arrow.arrow--left {
  transform: rotate(180deg);
}
.section--cards .inner__section__component--arrows .slick-arrow:hover,
.section--cards .inner__section__component--arrows .arrow:hover {
  cursor: pointer;
}
.section--cards .inner__section__component--arrows .slick-arrow:hover circle,
.section--cards .inner__section__component--arrows .arrow:hover circle {
  fill: #7726e0;
}
.section--cards .inner__section__component--arrows .slick-arrow:hover path,
.section--cards .inner__section__component--arrows .arrow:hover path {
  fill: #FFFFFF;
}
@media screen and (min-width: calc(801px)) {
  .section--cards:not(.button-location--above_slider).arrows-location--above_slider .inner__section--content {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .section--cards:not(.button-location--above_slider).arrows-location--above_slider .inner__section__component--button_holder.above_slider {
    width: fit-content;
  }
}
.section--cards.arrows-location--above_slider.button-location--above_slider .inner__section__component--arrows,
.section--cards.arrows-location--below_slider.button-location--below_slider .inner__section__component--arrows {
  display: none;
}
.section--cards.arrows-location--above_slider.button-location--above_slider .inner__section__component--button,
.section--cards.arrows-location--below_slider.button-location--below_slider .inner__section__component--button {
  justify-content: center;
}
.section--cards.arrows-location--above_slider.button-location--above_slider .inner__section__component--button_holder,
.section--cards.arrows-location--below_slider.button-location--below_slider .inner__section__component--button_holder {
  width: 100%;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  .section--cards.arrows-location--above_slider.button-location--above_slider.cards_slider--mobile .inner__section__component--arrows,
  .section--cards.arrows-location--below_slider.button-location--below_slider.cards_slider--mobile .inner__section__component--arrows {
    display: flex;
  }
  .section--cards.arrows-location--above_slider.button-location--above_slider.cards_slider--mobile .inner__section__component--button,
  .section--cards.arrows-location--below_slider.button-location--below_slider.cards_slider--mobile .inner__section__component--button {
    justify-content: start;
  }
  .section--cards.arrows-location--above_slider.button-location--above_slider.cards_slider--mobile .inner__section__component--button_holder,
  .section--cards.arrows-location--below_slider.button-location--below_slider.cards_slider--mobile .inner__section__component--button_holder {
    width: 100%;
    justify-content: space-between;
  }
}
@media screen and (min-width: calc(801px)) {
  .section--cards.arrows-location--above_slider.button-location--above_slider.cards_slider--desktop .inner__section__component--arrows,
  .section--cards.arrows-location--below_slider.button-location--below_slider.cards_slider--desktop .inner__section__component--arrows {
    display: flex;
  }
  .section--cards.arrows-location--above_slider.button-location--above_slider.cards_slider--desktop .inner__section__component--button,
  .section--cards.arrows-location--below_slider.button-location--below_slider.cards_slider--desktop .inner__section__component--button {
    justify-content: start;
  }
  .section--cards.arrows-location--above_slider.button-location--above_slider.cards_slider--desktop .inner__section__component--button_holder,
  .section--cards.arrows-location--below_slider.button-location--below_slider.cards_slider--desktop .inner__section__component--button_holder {
    width: 100%;
    justify-content: space-between;
  }
}
@media screen and (max-width: 800px) {
  .section--cards.cards_slider--mobile-centered .inner__section--content {
    padding-right: 34px !important;
  }
  .section--cards.cards_slider--mobile-centered .inner__section__component--button_holder.below_slider {
    padding-right: 34px !important;
  }
}
@media screen and (min-width: calc(801px)) {
  .section--cards.arrows-location--above_slider:not(.button-location--above_slider) .inner__section--content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .section--cards.arrows-location--above_slider:not(.button-location--above_slider) .inner__section__component--content-inner {
    margin-right: 0px !important;
  }
  .section--cards.arrows-location--above_slider:not(.button-location--above_slider) .inner__section__component--button_holder.above_slider {
    margin: 0px !important;
    margin-left: 10px !important;
  }
}
@media screen and (max-width: 800px) {
  .section--cards.arrows-location--above_slider:not(.button-location--above_slider):not(.cards_slider--mobile) .inner__section__component--button_holder.above_slider {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .section--cards:not(.cards_slider--mobile) .inner__section__component--arrows {
    display: none;
  }
}
.section--featured-articles .inner__section--top_section {
  margin-bottom: 48px;
}
@media screen and (max-width: 800px) {
  .section--featured-articles .inner__section--top_section {
    margin-bottom: 36px;
  }
}
.section--featured-articles .inner__section--top_section h2 {
  padding: 0px;
  font-size: 48px;
  line-height: 58px;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .section--featured-articles .inner__section--top_section h2 {
    font-size: 24px;
    line-height: 29px;
  }
}
.section--featured-articles .inner__section--articles {
  display: flex;
  width: 100%;
  padding: 0 24px;
  flex-wrap: nowrap;
  gap: 24px;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  .section--featured-articles .inner__section--articles {
    flex-direction: column;
    max-width: 370px;
    margin: 0 auto;
  }
}
.section--featured-articles .inner__section__component--article {
  flex-basis: 33%;
  max-width: 370px;
  border-radius: 20px;
  box-shadow: 0px 4px 4px rgba(0,0,0,0.5);
}
.section--featured-articles .inner__section__component--article--image {
  overflow: hidden;
  position: relative;
  min-height: 180px;
  height: 180px;
  max-height: 180px;
  border-radius: 20px 20px 0 0;
}
.section--featured-articles .inner__section__component--article--image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.section--featured-articles .inner__section__component--article--content {
  margin-top: 24px;
  margin-bottom: 27px;
  padding: 0 20px;
}
.section--featured-articles .inner__section__component--article--content .article--categories {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 8px;
}
.section--featured-articles .inner__section__component--article--content .article--categories li {
  padding: 5px;
  background: #E0DAEE;
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  border-radius: 5px;
}
.section--featured-articles .inner__section__component--article--content .article--categories li a {
  text-decoration: none;
  color: black;
}
.section--featured-articles .inner__section__component--article--content .article--heading {
  font-size: 18px;
  line-height: 22px;
  margin: 14px 0 20px 0;
  padding: 0px;
  color: black;
}
.section--featured-articles .inner__section__component--article--content .article--link a {
  font-size: 18px;
  line-height: 22px;
  color: #561496;
}
.section--membership-slider {
  display: flex;
  flex-direction: column;
}
.section--membership-slider .inner__section--content {
  max-width: 1440px;
  margin: 0 auto;
  margin-bottom: 40px;
}
@media screen and (max-width: 800px) {
  .section--membership-slider .inner__section--content {
    margin-bottom: 42px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.section--membership-slider .inner__section--membership_compare_table {
  display: flex;
  flex-direction: row;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .section--membership-slider .inner__section--membership_compare_table:not(.has-disclaimer) {
    margin-bottom: 30px;
  }
}
.section--membership-slider .inner__section--membership_compare_table_header {
  display: none;
}
.section--membership-slider .inner__section--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1440px;
  width: 100%;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0 auto;
}
@media screen and (min-width: calc(801px)) {
  .section--membership-slider .inner__section--cards.cards--two .inner__section__component--card {
    width: calc(calc(100% - calc(32px)) / 2);
  }
}
@media screen and (min-width: calc(801px)) {
  .section--membership-slider .inner__section--cards.cards--three .inner__section__component--card {
    width: calc(calc(100% - calc(32px * calc(2))) / 3);
  }
}
.section--membership-slider .inner__section--cards.cards--four .inner__section__component--card {
  max-width: 345px;
}
@media screen and (min-width: calc(801px)) {
  .section--membership-slider .inner__section--cards.cards--four .inner__section__component--card {
    width: calc(calc(100% - calc(32px * calc(3))) / 4);
  }
}
@media screen and (max-width: 800px) {
  .section--membership-slider .inner__section--cards .slick-list {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.section--membership-slider .inner__section--cards .slick-track {
  display: flex !important;
}
.section--membership-slider .inner__section--cards .slick-dots {
  margin: 0;
}
.section--membership-slider .inner__section--cards .slick-dots li {
  width: 10.15px;
  height: 10.15px;
  margin: 0 2px;
  border: none;
  background: #D2D2D2;
}
.section--membership-slider .inner__section--cards .slick-dots li.slick-active {
  background: #7726e0;
}
.section--membership-slider .inner__section__component--card {
  display: flex;
  flex-direction: column;
  padding: 45px 35px 47px 28.5px;
  border-radius: 12px;
  border: 1px solid black;
  background: #FFFFFF;
}
@media screen and (max-width: 800px) {
  .section--membership-slider .inner__section__component--card {
    height: inherit !important;
    margin: 0px 1px;
  }
}
.section--membership-slider .inner__section__component--card_content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
}
.section--membership-slider .inner__section__component--card_table {
  display: none;
}
.section--membership-slider .inner__section__component--card_plan_label {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.section--membership-slider .inner__section__component--card_plan_label .card-plan-label {
  font-size: 24px;
  line-height: 29px;
  font-weight: bold;
  color: black;
  padding: 0;
}
.section--membership-slider .inner__section__component--card_tag {
  height: fit-content;
  padding: 6px 17px;
  background: #FCD502;
  border-radius: 5px;
  text-align: center;
}
.section--membership-slider .inner__section__component--card_tag .card-tag {
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
  color: #7726e0;
}
.section--membership-slider .inner__section__component--card_sub_heading {
  display: flex;
  margin-top: 29px;
  flex-direction: row;
  align-items: start;
  gap: 9px;
}
.section--membership-slider .inner__section__component--card_sub_heading .icon {
  margin: 3px 0;
  display: flex;
  width: auto;
  height: auto;
}
.section--membership-slider .inner__section__component--card_sub_heading .icon svg {
  width: 16px;
  height: 16px;
}
.section--membership-slider .inner__section__component--card_sub_heading .icon svg path {
  fill: #4E2090;
}
.section--membership-slider .inner__section__component--card_sub_heading .card-sub-heading {
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 22px;
  font-weight: medium;
  color: #4E2090;
}
.section--membership-slider .inner__section__component--card-access-text {
  margin-top: 14px;
  max-width: 70%;
}
@media screen and (max-width: 800px) {
  .section--membership-slider .inner__section__component--card-access-text {
    max-width: 95%;
  }
}
.section--membership-slider .inner__section__component--card-access-text > * {
  padding-left: 0px;
}
.section--membership-slider .inner__section__component--card-dot-points {
  margin-bottom: 5px;
}
.section--membership-slider .inner__section__component--card-dot-points li {
  padding-left: 25px;
}
.section--membership-slider .inner__section__component--card-dot-points li:before {
  width: 16px;
  height: 16px;
  background-size: 16px;
  padding-right: 0px;
  filter: brightness(0.35) opacity(0.6);
}
@media screen and (max-width: 800px) {
  .section--membership-slider .inner__section__component--card-dot-points {
    display: none;
  }
}
.section--membership-slider .inner__section__component--card_seperator {
  width: 100%;
  height: 1px;
  background-color: #565A5C;
  margin: 25px 0px;
}
.section--membership-slider .inner__section__component--card_seperator:last-of-type {
  margin-left: 3.5px;
  margin-right: 1.5px;
}
@media screen and (max-width: 800px) {
  .section--membership-slider .inner__section__component--card_seperator {
    display: none;
  }
}
.section--membership-slider .inner__section__component--card_button {
  margin-top: 1px;
}
@media screen and (max-width: 800px) {
  .section--membership-slider .inner__section__component--card_button {
    margin-top: 30px;
  }
}
.section--membership-slider .inner__section__component--card_button .button {
  margin: 0px;
  color: #FFFFFF;
}
.section--membership-slider .inner__section__component--card.black-card {
  background: linear-gradient(180deg,#4E2090 0%,#17092A 100%);
  border: none;
  color: #FFFFFF;
}
.section--membership-slider .inner__section__component--card.black-card .card-plan-label {
  color: #FFFFFF;
}
.section--membership-slider .inner__section__component--card.black-card .inner__section__component--card_sub_heading .icon svg path {
  fill: #F8D20C;
}
.section--membership-slider .inner__section__component--card.black-card .inner__section__component--card_sub_heading .card-sub-heading {
  color: #F8D20C;
}
.section--membership-slider .inner__section__component--card.black-card .inner__section__component--card-access-text > * {
  color: #FFFFFF;
}
.section--membership-slider .inner__section__component--card.black-card .inner__section__component--card-dot-points li:before {
  filter: none;
}
.section--membership-slider .inner__section__component--card.black-card .inner__section__component--card_seperator {
  background-color: rgba(255,255,255,0.5);
}
.section--membership-slider .inner__section__component--card.black-card .inner__section__component--card_button .button {
  background-color: #FFFFFF !important;
  color: #7726e0 !important;
}
.section--membership-slider .inner__section__component--card.black-card .inner__section__component--card_button .button:hover {
  background-color: #E0DAEE !important;
}
.section--membership-slider .inner__section__component--features_table {
  display: none;
}
.section--membership-slider .inner__section__component--membership_features_list {
  display: none;
}
.section--membership-slider .inner__section__component--disclaimer {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 40px;
  padding: 0 20px;
  text-align: center;
  font-size: 12px !important;
  line-height: 14px !important;
  font-style: italic !important;
}
.section--membership-slider.active {
  padding: 0 1px;
}
.section--membership-slider.active .inner__section--cards {
  width: 50%;
  gap: unset;
}
.section--membership-slider.active .inner__section--cards .slick-list {
  margin: 0;
}
@media screen and (max-width: 800px) {
  .section--membership-slider.active .inner__section--content {
    display: none;
  }
}
@media screen and (min-width: calc(801px)) {
  .section--membership-slider.active .inner__section--membership_compare_table,
  .section--membership-slider.active .inner__section--membership_compare_table_header {
    margin: 0 auto;
    max-width: 1440px;
  }
}
.section--membership-slider.active .inner__section--membership_compare_table {
  padding: 0 30px;
}
.section--membership-slider.active .inner__section--membership_compare_table_header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 0 50px;
  padding-bottom: 25px;
  gap: 17px;
  border-bottom: 1px solid black;
}
@media screen and (min-width: 1440px) {
  .section--membership-slider.active .inner__section--membership_compare_table_header {
    max-width: 1340px;
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 800px) {
  .section--membership-slider.active .inner__section--membership_compare_table_header {
    padding-top: 30px;
  }
}
.section--membership-slider.active .inner__section--membership_compare_table_header .table-header-title {
  font-size: 20px;
  line-height: 24px;
  color: black;
  font-weight: bold;
}
.section--membership-slider.active .inner__section--membership_compare_table_header .table-header-exit {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-top: 2px;
  border-radius: 50%;
  background: #7726e0;
}
.section--membership-slider.active .inner__section--membership_compare_table_header .table-header-exit span {
  width: 14px;
  height: 3px;
  background: #FFFFFF;
}
.section--membership-slider.active .inner__section__component--card {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}
.section--membership-slider.active .inner__section__component--card.hidden {
  display: none;
}
.section--membership-slider.active .inner__section__component--card_content {
  display: none;
}
.section--membership-slider.active .inner__section__component--card_table {
  display: flex;
  flex-direction: column;
}
.section--membership-slider.active .inner__section__component--card_table .inner__section__component--membership_title_card {
  margin: 16px 20px 20px 6px;
}
.section--membership-slider.active .inner__section__component--features_table {
  width: 50%;
  display: flex;
  flex-direction: column;
}
.section--membership-slider.active .inner__section__component--features_table .inner__section__component--membership_features_list {
  border-right: 1px solid #D2D2D2;
}
.section--membership-slider.active .inner__section__component--features_table.black-card .inner__section__component--membership_title_card {
  border: none;
  background: linear-gradient(0deg,#E2BB8F 0%,#8445C8 24%,#7833DC 64%,#5420AC 100%);
}
.section--membership-slider.active .inner__section__component--features_table.black-card .inner__section__component--membership_title_card .icon path {
  fill: #FFFFFF;
}
.section--membership-slider.active .inner__section__component--features_table.black-card .inner__section__component--membership_title_card .membership-title {
  color: #FFFFFF;
}
.section--membership-slider.active .inner__section__component--membership_title_card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100px;
  margin: 16px 6px 20px 20px;
  padding: 22px 15px 23px;
  border: 1px solid #7726e0;
  border-radius: 8px;
}
.section--membership-slider.active .inner__section__component--membership_title_card .icon {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 30px;
  height: 30px;
}
.section--membership-slider.active .inner__section__component--membership_title_card .icon path {
  fill: #7726e0;
}
.section--membership-slider.active .inner__section__component--membership_title_card .membership-title {
  padding: 0;
  font-size: 14px !important;
  line-height: 17px !important;
  font-weight: bold;
  color: #7726e0;
  text-transform: uppercase;
}
.section--membership-slider.active .inner__section__component--membership_features_list {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  border-top: 1px solid #D2D2D2;
}
.section--membership-slider.active .inner__section__component--membership_features_list .inner__section__component--feature-compare-cell {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
  font-size: 16px;
  line-height: 19px;
  color: #797979;
  min-height: calc(78px);
}
.section--membership-slider.active .inner__section__component--membership_features_list .inner__section__component--feature-compare-cell:nth-child(2n) {
  background-color: #F7F7F7;
}
.section--mini-map {
  position: relative;
}
.section--mini-map .inner__section--heading {
  width: fit-content;
  margin: 0px auto;
  margin-bottom: 36px;
  padding: 0px;
}
@media screen and (max-width: 800px) {
  .section--mini-map .inner__section--heading {
    margin-bottom: 24px;
  }
}
.section--mini-map .inner__section__component--content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  background: #EBEBEB;
}
@media screen and (min-width: calc(800px + calc(1px))) {
  .section--mini-map .inner__section__component--content:not(.engaged) {
    z-index: 11;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 710px;
    padding: 40px 30px 56px;
    border-radius: 12px;
  }
}
.section--mini-map .inner__section__component--content.engaged {
  position: relative;
}
@media screen and (max-width: 800px) {
  .section--mini-map .inner__section__component--content {
    padding: 30px 10px 24px;
  }
}
.section--mini-map .inner__section__component--search_box {
  margin: 0px auto;
}
.section--mini-map .inner__section__component--map_card.inactive {
  display: none;
}
.section--mini-map .map-column {
  pointer-events: none;
}
.section--testimonials {
  margin: 0px !important;
}
.section--testimonials .inner__section__component--review-badge {
  width: fit-content;
  margin: 40px auto 90px;
}
@media screen and (max-width: 800px) {
  .section--testimonials .inner__section__component--review-badge {
    margin: 28px auto;
  }
}
.section--testimonials ul.slick-dots {
  padding-top: 20px;
}
.section--testimonials .slick-slide.type-youtube iframe {
  max-width: 1200px !important;
  max-height: 500px !important;
}
@media screen and (max-width: 800px) {
  .section--testimonials .slick-slide.type-youtube iframe {
    height: 500px !important;
  }
}
body.cs-signupflow.cs-template-v2 .show-on-offers-only {
  display: none;
}
body.cs-signupflow.cs-template-v2 .club-signup.template-v2 .section-inner {
  margin: 0px;
  max-width: 100%;
}
body.cs-signupflow.cs-template-v2 .club-signup.template-v2 .club_signup_wrapper {
  display: none;
}
body.cs-signupflow.cs-template-v2 .club-signup.template-v2 .csw_v2 {
  display: block;
}
body.cs-signupflow.cs-template-v2 .modal-wrapper {
  z-index: 15;
}
body.cs-signupflow .translator {
  display: none;
}
.partial--v2-signup-form .button {
  border-radius: 4.32px !important;
  height: fit-content !important;
  margin: 0px !important;
  padding: 7px 12px !important;
  font-size: 12px !important;
  line-height: 1em !important;
  font-weight: 700 !important;
  font-family: "Roboto Condensed", sans-serif !important;
}
.partial--v2-signup-form .inner__section--back_arrow,
.partial--v2-signup-form .inner__section--details,
.partial--v2-signup-form .inner__section--progress {
  margin-left: 20px;
  margin-right: 20px;
}
@media (min-width: 940px) {
  .partial--v2-signup-form .inner__section--back_arrow,
  .partial--v2-signup-form .inner__section--details,
  .partial--v2-signup-form .inner__section--progress {
    width: calc(calc(100%) - 40px);
    max-width: 900px;
    margin: 0 auto;
  }
}
.partial--v2-signup-form .inner__section--back_arrow {
  margin-top: 20px;
}
@media screen and (min-width: calc(801px)) {
  .partial--v2-signup-form .inner__section--back_arrow {
    margin-top: 34px;
  }
}
.partial--v2-signup-form .inner__section--summary {
  z-index: 13;
  position: sticky;
  top: 0;
  max-width: 900px;
  width: calc(calc(100%) - 30px);
  margin: 0 auto;
  margin-top: 20px;
  background-color: white;
  border-radius: 0 0 13px 13px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  font-weight: 700;
}
.partial--v2-signup-form .inner__section--summary .payment-summary-inner {
  display: none !important;
}
.partial--v2-signup-form .inner__section--summary--inner {
  width: 100%;
  height: 100%;
  border: 1px solid #7726e0;
  border-radius: 13px;
  background-color: #7726E00D;
}
.partial--v2-signup-form .inner__section--summary--header_section {
  padding: 20px;
  padding-bottom: 17px;
  display: flex;
  flex-direction: column-reverse;
}
.partial--v2-signup-form .inner__section--summary--header--top_section {
  order: 2;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
.partial--v2-signup-form .inner__section--summary--header--bottom_section {
  order: 1;
  transition: all ease-in 200ms;
  opacity: 1;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  width: 100%;
  max-height: 1000000px;
  margin-top: 13px;
}
.partial--v2-signup-form .inner__section--summary--expand_section {
  max-height: 0;
  transition: all ease-in 200ms;
  opacity: 0;
  z-index: 13;
  position: relative;
  pointer-events: none;
}
.partial--v2-signup-form .inner__section--summary.scrolled .inner__section__component--summary_title {
  transition: all ease-in 100ms;
  opacity: 0;
  display: none;
}
.partial--v2-signup-form .inner__section--summary.scrolled .inner__section__component--summary_stat.club_name {
  transition: all ease-in 100ms;
  opacity: 0;
  display: none;
}
.partial--v2-signup-form .inner__section--summary.scrolled .inner__section__component--summary_toggle {
  display: flex;
  flex-direction: column;
  transition: all ease-in 200ms;
  justify-content: center;
}
.partial--v2-signup-form .inner__section--summary.scrolled .inner__section--summary--header--top_section {
  transition: all ease-in 200ms;
  width: 30%;
  justify-content: end;
}
.partial--v2-signup-form .inner__section--summary.scrolled .inner__section--summary--header--bottom_section {
  transition: all ease-in 200ms;
  width: 65%;
  justify-content: space-between;
  margin-top: 0px;
}
@media screen and (min-width: 801px) {
  .partial--v2-signup-form .inner__section--summary.scrolled .inner__section--summary--header--bottom_section {
    justify-content: space-around;
  }
}
.partial--v2-signup-form .inner__section--summary.scrolled .inner__section--summary--header--bottom_section .club_name + .separator {
  display: none;
}
.partial--v2-signup-form .inner__section--summary.scrolled .inner__section--summary--header_section {
  transition: all ease-in 200ms;
  flex-direction: row;
  justify-content: space-between;
  padding: 10px;
}
.partial--v2-signup-form .inner__section--summary.scrolled.active .inner__section--summary--header_section {
  padding: 20px 20px 17px 20px;
}
.partial--v2-signup-form .inner__section--summary.scrolled.active .inner__section--summary--header--top_section {
  justify-content: space-between;
}
.partial--v2-signup-form .inner__section--summary.scrolled.active .inner__section--summary--header--bottom_section {
  transition: all ease-in 200ms;
  display: none;
}
.partial--v2-signup-form .inner__section--summary.active .inner__section--summary--header--bottom_section {
  opacity: 0;
  max-height: 0px;
}
.partial--v2-signup-form .inner__section--summary.active .inner__section--summary--header--top_section {
  width: 100%;
  transition: none;
  flex-direction: row;
}
.partial--v2-signup-form .inner__section--summary.active .inner__section--summary--expand_section {
  transition: none;
  display: block;
  transition: all ease-in 200ms;
  opacity: 1;
  max-height: 1000000px;
  pointer-events: auto;
}
.partial--v2-signup-form .inner__section--summary.active .inner__section__component--summary_place {
  display: block;
  opacity: 1;
  max-height: 1000000px;
}
.partial--v2-signup-form .inner__section--summary.active .inner__section__component--summary_title {
  transition: all ease-in 200ms;
  opacity: 1;
  display: block;
}
.partial--v2-signup-form .inner__section--summary.fixed {
  position: fixed;
  margin-top: 0;
  right: 0;
  left: 0;
  background: white;
}
.partial--v2-signup-form .inner__section--summary.fixed.active {
  max-height: 100vh;
  overflow: scroll;
  padding-bottom: 25px;
}
.partial--v2-signup-form .inner__section--summary.fixed.active .inner__section--summary--expand_section {
  max-height: calc(calc(100vh) - 238px);
  overflow-y: scroll;
}
.partial--v2-signup-form .inner__section--summary_containment {
  width: 100%;
}
.partial--v2-signup-form .inner__section--details {
  margin-top: 20px;
}
.partial--v2-signup-form .inner__section--details ul.interrupted_circle_tick_list {
  padding: 0px;
  margin: 0px;
}
.partial--v2-signup-form .inner__section--details ul.interrupted_circle_tick_list li {
  font-weight: 500;
  font-size: 14px;
  color: black;
}
.partial--v2-signup-form .inner__section--details ul.interrupted_circle_tick_list .color--primary {
  font-weight: 600;
}
.partial--v2-signup-form .inner__section--form {
  width: calc(calc(100%) - 30px);
  margin: 0 auto;
  max-width: 900px;
}
.partial--v2-signup-form .inner__section--form .tab-header .title {
  display: flex;
  flex-direction: row;
}
.partial--v2-signup-form .inner__section--form .tab-header .title .text-portion {
  padding: 3px 0px 3px 9px;
}
.partial--v2-signup-form .inner__section--progress {
  position: sticky;
  top: 0;
  z-index: 12;
  margin-top: 25px;
  max-width: 872px;
}
.partial--v2-signup-form .inner__section--testimonials {
  width: 100%;
  background-color: #7726e0;
}
.partial--v2-signup-form .inner__section__component--back_arrow {
  position: relative;
  width: fit-content;
  padding: 0px 0px 1px 32px;
  color: black;
  cursor: pointer;
}
.partial--v2-signup-form .inner__section__component--back_arrow::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url("/carbon/data/themes/carbon_x/dna/images/arrow--left--primary.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.partial--v2-signup-form .inner__section__component--progress--node,
.partial--v2-signup-form .inner__section__component--form--node {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 29px;
  max-width: 29px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 2px solid #7726e0;
  background-color: white;
  color: #7726e0;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  font-weight: 700;
}
.partial--v2-signup-form .inner__section__component--form {
  padding: 39px;
  margin-bottom: 25px;
  border: 1px solid #7726e0;
  border-radius: 13px;
  background-color: #7726E00D;
}
.partial--v2-signup-form .inner__section__component--form.skip-tab {
  display: none;
}
.partial--v2-signup-form .inner__section__component--form .interrupted_circle_tick_list {
  margin: 0px;
  padding: 0px;
}
.partial--v2-signup-form .inner__section__component--form .interrupted_circle_tick_list li {
  color: black;
}
@media screen and (max-width: 768px) {
  .partial--v2-signup-form .inner__section__component--form .inner__section__component--info.modal_play_vid:hover {
    pointer-events: none;
    position: absolute;
    max-height: 0px;
    max-width: 0px;
    opacity: 0;
    transition: all ease-in 300ms;
  }
  .partial--v2-signup-form .inner__section__component--form .inner__section__component--info.modal_play_vid:hover * {
    transition: all ease-in 300ms;
    pointer-events: none;
    opacity: 0;
  }
}
.partial--v2-signup-form .inner__section__component--form .tab-header {
  display: flex;
  justify-content: space-between;
  font-size: 28px;
  color: #7726e0;
}
.partial--v2-signup-form .inner__section__component--form .tab-content {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all ease-in 300ms;
}
.partial--v2-signup-form .inner__section__component--form .field {
  flex-basis: calc(35%);
  max-width: calc(35%);
}
.partial--v2-signup-form .inner__section__component--form .fields {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.partial--v2-signup-form .inner__section__component--form .field label {
  display: block;
  padding-bottom: 4px;
  font-family: "Roboto Condensed", sans-serif !important;
  font-weight: 700 !important;
  font-size: 14px;
  color: #7726e0 !important;
}
.partial--v2-signup-form .inner__section__component--form .field input {
  width: 100%;
  display: block;
  padding: 12px;
  border: 1px solid #7726e0;
  border-radius: 4px;
}
.partial--v2-signup-form .inner__section__component--form .field input[type="number"]::-webkit-inner-spin-button,
.partial--v2-signup-form .inner__section__component--form .field input[type="number"]::-webkit-outer-spin-button,
.partial--v2-signup-form .inner__section__component--form .field input[type="number"]::-webkit-inner-spin-button,
.partial--v2-signup-form .inner__section__component--form .field input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.partial--v2-signup-form .inner__section__component--form .field select {
  height: 0;
  margin: 0;
  opacity: 0;
  pointer-events: none;
  width: 0;
  overflow: hidden;
}
.partial--v2-signup-form .inner__section__component--form .field .checkbox {
  border-radius: 2px !important;
}
.partial--v2-signup-form .inner__section__component--form .field .checkbox-wrapper .label-text {
  color: black;
}
.partial--v2-signup-form .inner__section__component--form .field .checkbox-wrapper .label-text a {
  color: #7726e0;
  text-decoration: none;
}
.partial--v2-signup-form .inner__section__component--form .field .cc_message {
  margin-bottom: 30px;
}
.partial--v2-signup-form .inner__section__component--form .field .field-inner,
.partial--v2-signup-form .inner__section__component--form .field .input-inner {
  display: flex;
  flex-direction: column-reverse;
}
.partial--v2-signup-form .inner__section__component--form .field .field-inner .acf-notice,
.partial--v2-signup-form .inner__section__component--form .field .input-inner .acf-notice {
  max-width: 100%;
  background: transparent;
  border: 0;
  padding: 0;
  color: #d94f4f;
  margin: 6px 0 0;
}
.partial--v2-signup-form .inner__section__component--form .field .field-inner .acf-notice p,
.partial--v2-signup-form .inner__section__component--form .field .input-inner .acf-notice p {
  padding: 0;
  font-size: 16px;
  margin: 0;
}
.partial--v2-signup-form .inner__section__component--form .field .select-field {
  font-size: 18px;
  border-color: #7726e0;
  border-radius: 4px;
}
.partial--v2-signup-form .inner__section__component--form .field .select-field .options {
  z-index: 9 !important;
  opacity: 0;
  pointer-events: none;
  transition: all ease-in 200ms;
  display: block;
  border-color: #7726e0;
  border-radius: 0 0 4px 4px;
  background: white;
  transform: translateY(-14px);
}
.partial--v2-signup-form .inner__section__component--form .field .select-field .options .option {
  transition: all ease-in 200ms;
}
.partial--v2-signup-form .inner__section__component--form .field .select-field .options .option:hover {
  background: #fade53;
  color: #42007d;
}
.partial--v2-signup-form .inner__section__component--form .field .select-field .options .option.active {
  background: #42007d;
  color: white;
}
.partial--v2-signup-form .inner__section__component--form .field .select-field .selected {
  background: white;
  padding: 10px;
  border-radius: 4px;
  color: black;
}
.partial--v2-signup-form .inner__section__component--form .field .select-field .selected:after {
  background: none;
  border: 1px solid #7726e0;
  mask: none;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  border-width: 0 2px 2px 0;
  top: calc(42%);
  right: 17px;
}
.partial--v2-signup-form .inner__section__component--form .field .select-field.active .options {
  transform: translateY(0);
  opacity: 1;
  pointer-events: unset;
}
.partial--v2-signup-form .inner__section__component--form .field .select-field.active .selected {
  border-radius: 4px 4px 0 0;
}
.partial--v2-signup-form .inner__section__component--form .field .select-field.active .selected:after {
  transform: rotate(-135deg);
}
.partial--v2-signup-form .inner__section__component--form .field.field-checkbox input {
  display: none;
}
.partial--v2-signup-form .inner__section__component--form .field.field-checkbox input ~ .checkbox-wrapper {
  display: flex;
}
.partial--v2-signup-form .inner__section__component--form .field.field-checkbox input ~ .checkbox-wrapper span.checkbox {
  border: 1px solid #7726e0;
  border-radius: 4px;
  width: 25px;
  height: 25px;
  background: white;
  margin-right: 15px;
}
.partial--v2-signup-form .inner__section__component--form .field.field-checkbox input ~ .checkbox-wrapper span.checkbox span {
  display: block;
  border: 2px solid #7d2a8f;
  transform: rotate(45deg) scale(0);
  width: 8px;
  height: 15px;
  margin: 1px 8px;
  border-width: 0 2px 2px 0;
  opacity: 0;
  transition: all ease-in 200ms;
  transform-origin: 2px 8px;
}
.partial--v2-signup-form .inner__section__component--form .field.field-checkbox input:checked  ~ .checkbox-wrapper span.checkbox span {
  opacity: 1;
  transform: rotate(45deg) scale(1);
}
.partial--v2-signup-form .inner__section__component--form .field.field-group .label.field {
  font-size: 28px;
  color: #7726e0;
  padding: 20px 0 0;
}
.partial--v2-signup-form .inner__section__component--form .field.field-w-100 {
  flex-basis: 100%;
  max-width: 100%;
}
.partial--v2-signup-form .inner__section__component--form .field.label--black label {
  color: black !important;
}
.partial--v2-signup-form .inner__section__component--form .field.label--box--white .label-text {
  padding: 16px;
  border: 1px solid #7726e0;
  border-radius: 8px;
}
.partial--v2-signup-form .inner__section__component--form .field.field-hidden {
  display: none;
}
.partial--v2-signup-form .inner__section__component--form .field.acf-error {
  background: #f6e5e5;
  border-radius: 2px;
  box-shadow: 0 0 0 10px #f6e5e5, 0 0 0 11px #f7d3d3;
}
.partial--v2-signup-form .inner__section__component--form .field.field-message label {
  font-weight: bold;
  color: #3c3c3c;
  font-size: 22px !important;
}
.partial--v2-signup-form .inner__section__component--form .field.field-message .field-inner.message-wrapper {
  padding-top: 10px;
}
.partial--v2-signup-form .inner__section__component--form .field.field-required label:after {
  content: '*';
  color: #d94f4f;
}
.partial--v2-signup-form .inner__section__component--form .field.field-required.field-select .options .option:first-of-type {
  display: none;
}
.partial--v2-signup-form .inner__section__component--form .buttons {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.partial--v2-signup-form .inner__section__component--form .buttons .button {
  margin: 0;
  padding: 0px 12px;
  width: 100%;
  font-size: 16px !important;
  font-weight: 700;
  background: #7826e0;
  color: white !important;
}
.partial--v2-signup-form .inner__section__component--form .buttons .button:hover {
  background: #592c82;
}
.partial--v2-signup-form .inner__section__component--form.active {
  border-radius: 30px;
  background: #fafafa;
}
.partial--v2-signup-form .inner__section__component--form.active .tab-content {
  max-height: 100000000px;
  opacity: 1;
  margin-top: 25px;
  overflow: visible;
}
.partial--v2-signup-form .inner__section__component--form:not(.active):not(.inactive) .inner__section__component--form--node {
  color: transparent;
  border: none;
  max-width: 31px;
  width: 31px;
  height: 31px;
  background-image: url("/carbon/data/themes/carbon_x/dna/images/node--tick.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.partial--v2-signup-form .inner__section__component--form .payment-method-selector-wrapper {
  margin-bottom: 74px;
}
.partial--v2-signup-form .inner__section__component--form .payment-method-selector-wrapper label.payment-selector-label {
  font-weight: 800 !important;
  font-size: 12px !important;
  line-height: 23.94px;
  letter-spacing: 10%;
  text-align: center;
  margin-bottom: 5px !important;
  color: rgba(0,0,0,0.5) !important;
  margin-top: 18px;
}
@media screen and (min-width: 800px) {
  .partial--v2-signup-form .inner__section__component--form .payment-method-selector-wrapper label.payment-selector-label {
    margin-top: 43px;
  }
}
.partial--v2-signup-form .inner__section__component--form .payment-method-selector {
  display: flex;
  flex-direction: row;
  width: fit-content;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 5px 6px 6px 6px;
  border-radius: 21.5px;
  background-color: #7726e0;
}
.partial--v2-signup-form .inner__section__component--form .payment-method-btn {
  display: flex;
  flex-direction: column;
  min-width: 105px;
  padding: 7px 15px 8px 15px;
  border: none;
  border-radius: 17px;
  cursor: pointer;
  transition: all ease-in 200ms;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 23.94px;
  background-color: transparent !important;
  color: white !important;
}
.partial--v2-signup-form .inner__section__component--form .payment-method-btn:hover {
  background-color: #ffdc00 !important;
  color: #7726e0 !important;
}
.partial--v2-signup-form .inner__section__component--form .payment-method-back-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 4px 0px 5px 0px;
  margin-top: 20px;
  margin-bottom: 10px;
  border: 0.75px solid #565a5c;
  border-radius: 2px;
  background-color: transparent;
  color: #565a5c;
  font-size: 16px;
  line-height: 20px;
  cursor: pointer;
  transition: all ease-in 200ms;
}
.partial--v2-signup-form .inner__section__component--form .payment-method-back-btn .icon {
  width: 11px;
  height: 11px;
  background-image: url("/carbon/data/themes/carbon_x/dna/images/arrow--left--grey.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.partial--v2-signup-form .inner__section__component--form .payment-method-back-btn:hover {
  background-color: #7726E00D;
  border-color: #7726e0;
}
.partial--v2-signup-form .inner__section__component--form .payment-toggle-hidden {
  display: none !important;
}
.partial--v2-signup-form .inner__section__component--summary_title {
  transition: all ease-in 200ms;
  opacity: 1;
  padding: 9px 0px 5px 0px;
  color: black;
  font-family: "Roboto Condensed", sans-serif;
}
.partial--v2-signup-form .inner__section__component--summary_place .label,
.partial--v2-signup-form .inner__section__component--summary_place .rating,
.partial--v2-signup-form .inner__section__component--summary_stat.club_name .label,
.partial--v2-signup-form .inner__section__component--summary_stat.club_name .rating {
  font-family: "Roboto Condensed", sans-serif;
  color: #7726e0;
  text-align: center;
}
.partial--v2-signup-form .inner__section__component--summary_place .label,
.partial--v2-signup-form .inner__section__component--summary_stat.club_name .label {
  font-weight: 700;
  margin-bottom: 2px;
  padding: 0px auto;
}
.partial--v2-signup-form .inner__section__component--summary_place .rating,
.partial--v2-signup-form .inner__section__component--summary_stat.club_name .rating {
  font-weight: 600;
}
.partial--v2-signup-form .inner__section__component--summary_place .value,
.partial--v2-signup-form .inner__section__component--summary_stat.club_name .value {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.partial--v2-signup-form .inner__section__component--summary_place .value .stars,
.partial--v2-signup-form .inner__section__component--summary_stat.club_name .value .stars {
  gap: 1px;
}
.partial--v2-signup-form .inner__section__component--summary_place {
  display: none;
  opacity: 0;
  max-height: 0px;
}
.partial--v2-signup-form .inner__section__component--summary_place .label {
  font-size: 24px;
}
.partial--v2-signup-form .inner__section__component--summary_place .star {
  width: 15px !important;
  height: 15px !important;
}
.partial--v2-signup-form .inner__section__component--summary--seperator {
  width: 100%;
  height: 1px;
  background-color: #D2D2D2;
}
.partial--v2-signup-form .inner__section__component--summary--item {
  padding: 15px 20px 20px 20px;
  gap: 10px;
  color: black;
  font-size: 14px;
  font-weight: 600;
}
.partial--v2-signup-form .inner__section__component--summary--item .back-button-holder {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: start;
}
.partial--v2-signup-form .inner__section__component--summary--item .back-button-holder .membership-buttons {
  padding-top: 2px;
  display: flex;
  flex: 1;
  justify-content: end;
}
.partial--v2-signup-form .inner__section__component--summary--item .color--primary {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  font-weight: 700;
}
.partial--v2-signup-form .inner__section__component--summary--item .big-value {
  font-size: 15px;
  font-weight: 600;
}
.partial--v2-signup-form .inner__section__component--summary_stat {
  display: flex;
  flex-direction: column;
  justify-content: start;
}
.partial--v2-signup-form .inner__section__component--summary_stat .label {
  color: #7726e0;
  font-size: 16px;
  text-align: center;
}
.partial--v2-signup-form .inner__section__component--summary_stat .value,
.partial--v2-signup-form .inner__section__component--summary_stat .rating {
  font-size: 15px;
  font-weight: 600;
  text-align: center;
}
.partial--v2-signup-form .inner__section__component--summary_stat .value {
  color: black;
}
.partial--v2-signup-form .inner__section__component--summary_stat.separator {
  width: 1px;
  background-color: #7726e0;
}
.partial--v2-signup-form .inner__section__component--summary_stat.club_name {
  transition: all ease-in 200ms;
  display: flex;
  opacity: 1;
}
.partial--v2-signup-form .inner__section__component--summary_stat.club_name .star {
  width: 10px !important;
  height: 10px !important;
}
.partial--v2-signup-form .inner__section__component--progress {
  display: flex;
  flex-direction: row;
  justify-content: center;
  border: 1px solid white;
  border-radius: 25px;
  margin-bottom: 20px;
  padding-top: 5px;
  background-color: white;
}
.partial--v2-signup-form .inner__section__component--progress_message {
  color: black;
  text-align: center;
  margin-bottom: 30px;
}
.partial--v2-signup-form .inner__section__component--progress_message .color--primary {
  font-weight: 600;
}
.partial--v2-signup-form .inner__section__component--progress--node.current,
.partial--v2-signup-form .inner__section__component--progress--node.completed {
  color: white;
  background-color: #7726e0;
}
.partial--v2-signup-form .inner__section__component--progress--line {
  position: relative;
  height: 4px;
  width: calc(calc(100% - calc(31px * calc(4))) / calc(3));
  margin: auto 0;
  background-color: #D2D2D2;
}
.partial--v2-signup-form .inner__section__component--progress--line::after {
  transition: all ease-in 500ms;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #7726e0;
  z-index: 1;
}
.partial--v2-signup-form .inner__section__component--progress--node.current + .inner__section__component--progress--line::after,
.partial--v2-signup-form .inner__section__component--progress--node.completed + .inner__section__component--progress--line::after {
  width: 100%;
}
.partial--v2-signup-form .inner__section__component--testimonial--slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.partial--v2-signup-form .inner__section__component--testimonial--slide--inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 20px 0px;
}
.partial--v2-signup-form .inner__section__component--testimonial--slide .testimonial__content,
.partial--v2-signup-form .inner__section__component--testimonial--slide .testimonial__author {
  color: white;
}
.partial--v2-signup-form .inner__section__component--testimonial--slide .testimonial__content {
  font-size: 16px;
  line-height: 17px;
  letter-spacing: 1%;
  font-weight: 600;
}
.partial--v2-signup-form .inner__section__component--testimonial--slide .testimonial__author {
  font-weight: 800;
}
.partial--v2-signup-form .inner__section__component--footer-seperator {
  max-width: 1500px;
  margin: 0 auto;
  margin-bottom: -4px;
  padding: 0px 20px 5px 20px;
}
.partial--v2-signup-form .inner__section__component--footer-seperator hr {
  margin: 0px;
  border-color: #8845c8;
  border-style: solid;
}
body.has-membership-compare .hero-banner .hero-banner-inner .slider .slides .slick-slide {
  min-height: unset !important;
  height: fit-content !important;
  max-height: 130px;
}
body.has-membership-compare .hero-banner .hero-banner-inner .slider .slides .slick-slide .hero-banner-overlay .hero-banner-overlay-inner h1 {
  font-size: 60px !important;
}
@media only screen and (max-width: 1200px) and (min-width: 800px) {
  body.has-membership-compare .hero-banner .hero-banner-inner .slider .slides .slick-slide .hero-banner-overlay .hero-banner-overlay-inner h1 {
    font-size: 50px !important;
  }
}
@media screen and (max-width: 800px) {
  body.has-membership-compare .hero-banner .hero-banner-inner .slider .slides .slick-slide .hero-banner-overlay .hero-banner-overlay-inner h1 {
    font-size: 30px !important;
  }
}
.partial--membership-compare-form.unused ~ section:not(.membership-compare-form-exempt) {
  display: none;
}
.partial--membership-compare-form .inner__section--progress {
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 90px;
}
@media (min-width: 940px) {
  .partial--membership-compare-form .inner__section--progress {
    width: calc(calc(100%) - 40px);
    max-width: 900px;
    margin: 0 auto;
    margin-top: 25px;
    max-width: 872px;
    margin-bottom: 100px;
  }
}
.partial--membership-compare-form .inner__section__component--progress {
  display: flex;
  flex-direction: row;
  justify-content: center;
  border: 1px solid white;
  border-radius: 25px;
  margin-bottom: 20px;
  padding-top: 5px;
  background-color: white;
}
.partial--membership-compare-form .inner__section__component--progress--message {
  position: absolute;
  top: 30px;
  width: 100px;
  text-align: center;
  color: black;
}
.partial--membership-compare-form .inner__section__component--progress--message .color--primary {
  font-weight: 600;
}
.partial--membership-compare-form .inner__section__component--progress--node {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 29px;
  max-width: 29px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 2px solid #7726e0;
  background-color: white;
  color: #7726e0;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  font-weight: 700;
}
.partial--membership-compare-form .inner__section__component--progress--node.current,
.partial--membership-compare-form .inner__section__component--progress--node.completed {
  color: white;
  background-color: #7726e0;
}
.partial--membership-compare-form .inner__section__component--progress--line {
  position: relative;
  height: 4px;
  width: calc(calc(100% - calc(31px * calc(3))) / calc(2));
  margin: auto 0;
  background-color: #D2D2D2;
}
.partial--membership-compare-form .inner__section__component--progress--line::after {
  transition: all ease-in 500ms;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #7726e0;
  z-index: 1;
}
.partial--membership-compare-form .inner__section__component--progress--node.current + .inner__section__component--progress--line::after,
.partial--membership-compare-form .inner__section__component--progress--node.completed + .inner__section__component--progress--line::after {
  width: 100%;
}
.partial--membership-compare-form .memberships *:not(.pgm-discounts) > .pgm-discounts + .currency:before {
  content: ' ';
  white-space: pre;
}
@media screen and (max-width: 800px) {
  .partial--membership-compare-form .memberships .compare_value *:not(.pgm-discounts) > .pgm-discounts +.currency:before {
    content: '\A';
  }
}
.partial--newsletter-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 800px) {
  .partial--newsletter-form {
    margin: 13px 0px 36px;
  }
}
.partial--newsletter-form.submitted .inner__section--email-and-submit,
.partial--newsletter-form.submitted .club_selector_wrapper {
  display: none;
}
.partial--newsletter-form.processing .inner__section__component--submit-button {
  opacity: 0.6 !important;
}
.partial--newsletter-form.processing .inner__section--notice {
  text-align: center;
}
.partial--newsletter-form.processing .inner__section--notice .loading {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 5px solid #FCD502;
  border-radius: 50px;
  z-index: 3;
  border-color: #FCD502 #FCD502 transparent;
  -webkit-animation: fa-spin 2s linear infinite;
  animation: fa-spin 2s linear infinite;
}
.partial--newsletter-form .inner__section--notice {
  display: block;
  padding: 2.5px 7px;
  margin: 0px;
}
.partial--newsletter-form .inner__section--notice:empty {
  display: none;
}
.partial--newsletter-form .inner__section--notice a {
  text-decoration: underline;
}
.partial--newsletter-form .inner__section--notice.error p,
.partial--newsletter-form .inner__section--notice.info p {
  font-size: 14px !important;
  line-height: 14px !important;
}
.partial--newsletter-form .inner__section--notice.error p {
  color: #FCD502;
}
.partial--newsletter-form .inner__section--notice.policy {
  order: 1;
}
.partial--newsletter-form .inner__section--notice p {
  display: block !important;
  padding: 0px !important;
  margin: 0px;
  font-size: 12px !important;
  line-height: 14px !important;
}
.partial--newsletter-form .inner__section--email-and-submit {
  background: #FFFFFF;
  border-radius: 35px;
  display: flex;
  flex-direction: row;
}
.partial--newsletter-form .inner__section__component--email-wrapper {
  display: flex;
  flex-grow: 1;
  padding: 16px 0px 16px 20px;
}
@media screen and (max-width: 800px) {
  .partial--newsletter-form .inner__section__component--email-wrapper {
    padding: 16px 0px 18px 20px;
  }
}
.partial--newsletter-form .inner__section__component--email-wrapper input {
  flex-grow: 1;
  font-size: 12px;
  line-height: 14px;
  color: rgba(32,32,32,0.6);
  border: none;
}
.partial--newsletter-form .inner__section__component--email-wrapper input:autofill,
.partial--newsletter-form .inner__section__component--email-wrapper input:autofill:hover,
.partial--newsletter-form .inner__section__component--email-wrapper input:autofill:active,
.partial--newsletter-form .inner__section__component--email-wrapper input::placeholder {
  font-family: "Roboto Condensed", sans-serif !important;
  font-size: 12px !important;
  line-height: 14px !important;
  color: rgba(32,32,32,0.6) !important;
}
.partial--newsletter-form .inner__section__component--email-wrapper input:-webkit-autofill::first-line,
.partial--newsletter-form .inner__section__component--email-wrapper input:-webkit-autofill:focus,
.partial--newsletter-form .inner__section__component--email-wrapper input:-webkit-autofill,
.partial--newsletter-form .inner__section__component--email-wrapper input:-webkit-autofill:hover,
.partial--newsletter-form .inner__section__component--email-wrapper input:-webkit-autofill:active {
  font-family: "Roboto Condensed", sans-serif !important;
  font-size: 12px !important;
  line-height: 14px !important;
  color: rgba(32,32,32,0.6) !important;
}
.partial--newsletter-form .inner__section__component--submit-wrapper {
  padding: 9px 12px;
}
@media screen and (max-width: 800px) {
  .partial--newsletter-form .inner__section__component--submit-wrapper {
    padding: 7px 11px;
  }
}
.partial--newsletter-form .inner__section__component--submit-button {
  height: 100%;
  background: #FCD502;
  border-radius: 20.8px;
  border: none;
  font-size: 12px;
  line-height: 14px;
  font-weight: bold;
  color: #7726e0;
  padding: 7px 17px 9px 18px;
}
@media screen and (max-width: 800px) {
  .partial--newsletter-form .inner__section__component--submit-button {
    padding: 4px 17.5px 8px 18px;
  }
}
.partial--newsletter-form .inner__section__component--submit-button:hover {
  background: #7726e0;
  color: #ffdc00;
}
.partial--newsletter-form .club_selector_wrapper {
  background: #561496;
  display: flex;
  border-radius: 100px;
  align-items: center;
  padding: 5px;
  font-size: 19px;
}
.partial--newsletter-form .club_selector_wrapper > span.label {
  display: none;
  padding: 0 15px;
  color: white;
}
.partial--newsletter-form .club_selector_wrapper > span.icon {
  width: 45px;
  height: 45px;
  margin: 0 4px;
  background-image: url(../../../dna/images/map-search-icon--color--secondary.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.partial--newsletter-form .club_selector_wrapper .field {
  background: white;
  border-radius: 100px 0 0 100px;
}
.partial--newsletter-form .club_selector_wrapper .field .options {
  background: #e8e8e8;
  margin-top: -28px;
  padding-top: 28px;
  font-size: 19px;
  padding: 38px 3px 3px;
  border-radius: 0 0 15px 15px;
  max-height: 400%;
  overflow-y: scroll;
}
.partial--newsletter-form .club_selector_wrapper .field .options .option {
  padding: 7px;
  color: rgba(32,32,32,0.6) !important;
  transition: all ease-in 200ms;
}
.partial--newsletter-form .club_selector_wrapper .field .options .option.active,
.partial--newsletter-form .club_selector_wrapper .field .options .option:hover {
  background: #ffdc00;
  border-radius: 9px;
}
.partial--newsletter-form .club_selector_wrapper .field .options .option span.presale-badge {
  background: #7100bb;
  color: #ffdc00;
  padding: 3px 12px;
  margin-left: 10px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: bold;
}
.partial--newsletter-form .club_selector_wrapper .field .selected {
  padding: 12px 15px;
  font-size: 18px;
  color: rgba(32,32,32,0.6);
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  text-wrap: nowrap;
  z-index: 901;
  background: white;
  border-radius: 100px 0 0 100px;
}
.partial--newsletter-form .club_selector_wrapper .field .selected:after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border: 1px solid #561496;
  margin-left: 20px;
  transform: rotate(45deg);
  border-width: 0 2px 2px 0;
}
.partial--newsletter-form .club_selector_wrapper .field .select-field {
  border: none;
}
.partial--newsletter-form .club_selector_wrapper .field[class*="field-wrap-club-selector"] {
  flex: 1;
  border-radius: 0 100px 100px 0;
  margin-left: 2px;
}
.partial--newsletter-form .club_selector_wrapper .field[class*="field-wrap-club-selector"] .selected {
  border-radius: 0 100px 100px 0;
}
.partial--newsletter-form .club_selector_wrapper .field[class*="field-wrap-state-selector"] {
  flex-basis: 86px;
}
.inner__section--modal_content.self-activator {
  display: none;
}
.partial--modal {
  z-index: 9999999;
  position: fixed;
  top: 50%;
  left: 50%;
  display: none;
  justify-content: center;
  transform: translate(-50%,-50%);
}
.partial--modal .inner__section--modal_content {
  position: relative;
  flex: 1;
  overflow: hidden;
  padding: 0;
  text-align: center;
}
.partial--modal .inner__section--modal_content.self-activator {
  display: flex;
}
.partial--modal .inner__section--modal_content p {
  font-size: 16px;
  line-height: 1.3 !important;
}
.partial--modal .inner__section--modal_content p.tnc {
  font-size: 16px;
  line-height: 24px;
}
@media screen and (min-width: 1200px) {
  .partial--modal .inner__section--modal_content p.tnc {
    font-size: 22px;
    line-height: 1;
  }
}
.partial--modal .inner__section--modal_content.background--white {
  color: #14142B;
}
.partial--modal .inner__section--modal_content.background--white h1,
.partial--modal .inner__section--modal_content.background--white h2,
.partial--modal .inner__section--modal_content.background--white h3,
.partial--modal .inner__section--modal_content.background--white h4,
.partial--modal .inner__section--modal_content.background--white h5,
.partial--modal .inner__section--modal_content.background--white h6 {
  color: #561496;
}
.partial--modal .inner__section--modal_content.background--white p {
  color: #14142B;
}
.partial--modal .inner__section--modal_content.background--white .inner__section--body_inner {
  background-color: #FFFFFF;
}
.partial--modal .inner__section--modal_content.background--purple {
  color: #FFFFFF;
}
.partial--modal .inner__section--modal_content.background--purple p {
  color: #FFFFFF;
}
.partial--modal .inner__section--modal_content.background--purple .inner__section--body_inner {
  background-color: #561496;
}
.partial--modal .inner__section--modal_content.background--yellow {
  color: #14142B;
}
.partial--modal .inner__section--modal_content.background--yellow h1,
.partial--modal .inner__section--modal_content.background--yellow h2,
.partial--modal .inner__section--modal_content.background--yellow h3,
.partial--modal .inner__section--modal_content.background--yellow h4,
.partial--modal .inner__section--modal_content.background--yellow h5,
.partial--modal .inner__section--modal_content.background--yellow h6 {
  color: #561496;
}
.partial--modal .inner__section--modal_content.background--yellow p {
  color: #14142B;
}
.partial--modal .inner__section--modal_content.background--yellow .inner__section--body_inner {
  background-color: #ffdc00;
}
.partial--modal .inner__section--modal_content.modal-type--popup {
  max-height: 85vh;
  min-height: 60vh;
  width: 100vw;
  max-width: 1256px;
  border-radius: 8px;
}
@media screen and (min-width: 1200px) {
  .partial--modal .inner__section--modal_content.modal-type--popup {
    width: calc(calc(100vw) - 96px);
  }
}
.partial--modal .inner__section--modal_content.modal-type--popup.background--purple {
  background-color: #7726e0;
}
.partial--modal .inner__section--modal_content.modal-type--popup.background--purple h1,
.partial--modal .inner__section--modal_content.modal-type--popup.background--purple h2,
.partial--modal .inner__section--modal_content.modal-type--popup.background--purple h3,
.partial--modal .inner__section--modal_content.modal-type--popup.background--purple h4,
.partial--modal .inner__section--modal_content.modal-type--popup.background--purple h5,
.partial--modal .inner__section--modal_content.modal-type--popup.background--purple h6 {
  color: #FFFFFF;
}
@media screen and (min-width: 1200px) {
  .partial--modal .inner__section--modal_content.modal-type--popup .inner__section--body_inner > * {
    max-height: unset;
    max-width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .partial--modal .inner__section--modal_content.modal-type--popup .inner__section--body_inner {
    flex-direction: row;
  }
}
.partial--modal .inner__section--modal_content.modal-type--popup .inner__section--body_inner .image {
  order: 2;
}
@media screen and (min-width: 1200px) {
  .partial--modal .inner__section--modal_content.modal-type--popup .inner__section--body_inner .image {
    order: 1;
  }
}
.partial--modal .inner__section--modal_content.modal-type--popup .inner__section--body_inner .modal-content {
  order: 1;
}
@media screen and (min-width: 1200px) {
  .partial--modal .inner__section--modal_content.modal-type--popup .inner__section--body_inner .modal-content {
    order: 2;
  }
}
.partial--modal .inner__section--modal_content.modal-type--popup .inner__section--body_inner .modal-content .button {
  width: fit-content;
  margin: 0 auto !important;
  text-shadow: none !important;
}
@media only screen and (max-width: 420px) {
  .partial--modal .inner__section--modal_content.modal-type--popup .inner__section--body_inner .modal-content .button {
    font-size: 18px;
  }
}
.partial--modal .inner__section--modal_content.modal-type--popup p {
  margin: 0 0 20px;
  padding: 0;
}
@media screen and (min-width: 1200px) {
  .partial--modal .inner__section--modal_content.modal-type--popup p {
    font-size: 36px;
    line-height: 1;
  }
}
.partial--modal .inner__section--modal_content.modal-type--funnel {
  flex-direction: column;
  max-height: 85vh;
  min-height: 60vh;
  max-width: 700px;
  width: calc(calc(100vw) - 31px);
  padding-top: 47px;
}
@media screen and (min-width: 1200px) {
  .partial--modal .inner__section--modal_content.modal-type--funnel {
    width: 100vw;
  }
}
.partial--modal .inner__section--modal_content.modal-type--funnel .modal-content {
  width: 100%;
  padding: 40px 0 21px 0;
}
@media screen and (min-width: 1200px) {
  .partial--modal .inner__section--modal_content.modal-type--funnel .modal-content {
    padding: 44px 36px 21px 36px;
  }
}
.partial--modal .inner__section--modal_content.modal-type--funnel .modal-content .modal-interrupt-buttons {
  display: flex;
  flex-direction: column;
  margin-top: 16px;
  gap: 12px;
}
@media screen and (min-width: calc(800px + calc(1px))) {
  .partial--modal .inner__section--modal_content.modal-type--funnel .modal-content .modal-interrupt-buttons {
    flex-direction: row;
  }
}
@media screen and (min-width: 1200px) {
  .partial--modal .inner__section--modal_content.modal-type--funnel .modal-content .modal-interrupt-buttons {
    margin-top: 14px;
  }
}
.partial--modal .inner__section--modal_content.modal-type--funnel .modal-content .modal-interrupt-buttons .button {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 !important;
  padding: 10px 0;
  font-size: 20px !important;
  line-height: 24px !important;
}
.partial--modal .inner__section--modal_content.modal-type--funnel .modal-content .modal-interrupt-buttons .funnel-modal-button {
  width: 50%;
}
@media screen and (max-width: 800px) {
  .partial--modal .inner__section--modal_content.modal-type--funnel .modal-content .modal-interrupt-buttons .funnel-modal-button {
    width: 75%;
    margin: 0 auto !important;
  }
}
.partial--modal .inner__section--modal_content.modal-type--funnel .modal-content .modal-interrupt-buttons .funnel-modal-button--no {
  font-weight: 500;
}
.partial--modal .inner__section--modal_content.modal-type--funnel .modal-content .modal-interrupt-buttons .funnel-modal-button--no .link-text {
  display: none;
  justify-content: center;
  cursor: pointer;
}
.partial--modal .inner__section--modal_content.modal-type--funnel .modal-content .modal-interrupt-buttons .funnel-modal-button--no .button,
.partial--modal .inner__section--modal_content.modal-type--funnel .modal-content .modal-interrupt-buttons .funnel-modal-button--no .link-text {
  width: 100%;
}
@media screen and (max-width: 800px) {
  .partial--modal .inner__section--modal_content.modal-type--funnel .modal-content .modal-interrupt-buttons .funnel-modal-button--no {
    order: 2;
  }
  .partial--modal .inner__section--modal_content.modal-type--funnel .modal-content .modal-interrupt-buttons .funnel-modal-button--no .button {
    display: none;
  }
  .partial--modal .inner__section--modal_content.modal-type--funnel .modal-content .modal-interrupt-buttons .funnel-modal-button--no .link-text {
    display: inline-flex;
  }
}
.partial--modal .inner__section--modal_content.modal-type--funnel .modal-content .modal-interrupt-buttons .funnel-modal-button--yes {
  font-weight: 700;
}
@media screen and (max-width: 800px) {
  .partial--modal .inner__section--modal_content.modal-type--funnel .modal-content .modal-interrupt-buttons .funnel-modal-button--yes {
    order: 1;
  }
}
.partial--modal .inner__section--modal_content.modal-type--funnel .inner__section__component--close {
  width: 31px;
  height: 31px;
  top: 0px;
  right: 2px;
}
.partial--modal .inner__section--modal_content.modal-type--funnel .inner__section--body_inner {
  padding: 24px;
  border-radius: 20px;
}
.partial--modal .inner__section--modal_content.modal-type--funnel .inner__section--body_inner .image {
  overflow: hidden;
  border-radius: 8px;
  height: 243px;
  max-height: 16vh;
  display: flex;
  justify-content: center;
  flex: unset;
}
.partial--modal .inner__section--modal_content.modal-type--funnel p {
  font-weight: 500 !important;
}
.partial--modal .inner__section--modal_content.modal-type--funnel h2 {
  font-size: 30px !important;
  line-height: 1 !important;
  padding: 0;
}
@media screen and (min-width: 1200px) {
  .partial--modal .inner__section--modal_content.modal-type--funnel h2 {
    padding-bottom: 5px;
  }
}
.partial--modal .inner__section--body_inner {
  display: flex;
  flex-direction: column;
}
.partial--modal .inner__section--body_inner > * {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
}
.partial--modal .inner__section--body_inner .image {
  height: 100%;
  border-radius: 8px 0 0 8px;
}
.partial--modal .inner__section--body_inner .image img {
  display: flex;
  object-fit: cover;
  flex: 1;
}
.partial--modal .inner__section--body_inner .modal-content {
  padding: 50px;
}
.partial--modal .inner__section--body_inner .modal-content .close-modal {
  cursor: pointer;
  display: table;
  margin: 16px auto !important;
  background: none;
  color: white !important;
  text-decoration: underline !important;
  font-size: 16px;
  line-height: 24px;
}
@media screen and (min-width: 1200px) {
  .partial--modal .inner__section--body_inner .modal-content .close-modal {
    font-size: 22px;
    line-height: 1;
  }
}
.partial--modal .inner__section__component--close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  width: 34px;
  height: 34px;
}
.partial--modal .inner__section__component--close::before,
.partial--modal .inner__section__component--close::after {
  content: "";
  display: block;
  width: 18px;
  height: 2px;
  transform: rotate(45deg);
  background: white;
  top: 8px;
  right: 0;
  position: absolute;
  border-radius: 2px;
}
.partial--modal .inner__section__component--close::before {
  transform: rotate(-45deg);
}
body .modal-overlay,
html .modal-overlay {
  z-index: 999999;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.5;
  background-blend-mode: multiply;
  display: none;
}
body.modal-open,
html.modal-open {
  overflow: hidden !important;
}
body.modal-open #site-container,
html.modal-open #site-container {
  overflow: hidden !important;
}
body.modal-open .modal-overlay,
html.modal-open .modal-overlay {
  display: block;
}
body.modal-open .partial--modal,
html.modal-open .partial--modal {
  display: flex;
}
.color--text--yellow {
  font-weight: 600;
  color: #ffdc00;
}
.semi-bold {
  font-weight: 600;
}
@font-face {
  font-family: "Barlow";
  src: url("../../fonts/barlowcondensed-regular.ttf");
}
@font-face {
  font-family: "Barlow";
  src: url("../../fonts/barlowcondensed-semibold.ttf");
  font-weight: bold;
}
@font-face {
  font-family: "Roboto";
  src: url("../../fonts/robotoslab-bold.ttf");
}
@font-face {
  font-family: "Roboto";
  src: url("../../fonts/robotoslab-extrabold.ttf");
  font-weight: thin;
}
@font-face {
  font-family: "Slick";
  src: url("../../fonts/slick.ttf");
}
@font-face {
  font-family: "Roboto Condensed";
  src: url("../../fonts/RobotoCondensed-Light.woff2") format("woff2"), url("../../fonts/RobotoCondensed-Light.woff") format("woff"), url("../../fonts/RobotoCondensed-Light.otf") format("opentype");
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url("../../fonts/RobotoCondensed-Regular.woff2") format("woff2"), url("../../fonts/RobotoCondensed-Regular.woff") format("woff"), url("../../fonts/RobotoCondensed-Regular.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url("../../fonts/RobotoCondensed-Medium.woff2") format("woff2"), url("../../fonts/RobotoCondensed-Medium.woff") format("woff"), url("../../fonts/RobotoCondensed-Medium.otf") format("opentype");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url("../../fonts/RobotoCondensed-Bold.woff2") format("woff2"), url("../../fonts/RobotoCondensed-Bold.woff") format("woff"), url("../../fonts/RobotoCondensed-Bold.otf") format("opentype");
  font-style: normal;
  font-weight: 700;
}
.table {
  display: table !important;
}
.row {
  display: table-row !important;
}
.cell {
  display: table-cell !important;
}
.left {
  float: left !important;
}
.right {
  float: right !important;
}
.full {
  width: 100% !important;
}
.hide {
  display: none !important;
}
.show {
  display: inherit !important;
}
.capitalize {
  text-transform: uppercase;
}
.center {
  text-align: center !important;
}
@media screen and (max-width: 800px) {
  .mobile-hide {
    display: none !important;
  }
}
.turn {
  transform: rotate(90deg);
}
.db-red {
  border: 1px solid red;
  border: 1px solid red !important;
}
.db-green {
  border: 1px solid green;
  border: 1px solid green !important;
}
.db-blue {
  border: 1px solid blue;
  border: 1px solid blue !important;
}
.table {
  display: table !important;
}
.row {
  display: table-row !important;
}
.cell {
  display: table-cell !important;
}
.left {
  float: left !important;
}
.right {
  float: right !important;
}
.full {
  width: 100% !important;
}
.hide {
  display: none !important;
}
.show {
  display: inherit !important;
}
.capitalize {
  text-transform: uppercase;
}
.center {
  text-align: center !important;
}
@media screen and (max-width: 800px) {
  .mobile-hide {
    display: none !important;
  }
}
@media screen and (max-width: 1200px) and (min-width: 800px) {
  .tablet-hide {
    display: none !important;
  }
}
@media screen and (min-width: 1200px) {
  .desktop-hide {
    display: none !important;
  }
}
@media screen and (min-width: calc(801px)) {
  .display--mobile-only {
    display: none !important;
  }
}
@media screen and (max-width: 800px) {
  .display--mobile-hide {
    display: none !important;
  }
}
.margin-center {
  margin-left: auto;
  margin-right: auto;
}
.margin-center-i {
  margin-left: auto !important;
  margin-right: auto !important;
}
.p-col {
  width: 1500px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.a-col {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.bg-cover {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.relative {
  position: relative;
}
h1,
h2,
h3,
h4,
h5,
small,
big {
  color: var(--primary);
  font-family: "Roboto Condensed", sans-serif;
  padding: 10px;
  max-width: 100%;
  box-sizing: border-box;
  line-height: 1em;
  text-transform: uppercase;
  margin-block-end: 0;
}
h1.sans-serif,
h2.sans-serif,
h3.sans-serif,
h4.sans-serif,
h5.sans-serif,
small.sans-serif,
big.sans-serif {
  margin: 20px 0;
  padding: 0;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  line-height: 1.4em;
}
h1.base,
h2.base,
h3.base,
h4.base,
h5.base,
small.base,
big.base {
  color: #565A5C;
}
h1.inverted,
h2.inverted,
h3.inverted,
h4.inverted,
h5.inverted,
small.inverted,
big.inverted {
  color: white;
}
h1 {
  font-size: 50px;
}
@media screen and (max-width: 800px) {
  h1 {
    font-size: 36px !important;
  }
}
h2 {
  font-size: 44px;
}
@media screen and (max-width: 800px) {
  h2 {
    font-size: 32px !important;
  }
}
h3 {
  font-size: 36px;
}
@media screen and (max-width: 800px) {
  h3 {
    font-size: 28px !important;
  }
}
h4 {
  font-size: 30px;
}
@media screen and (max-width: 800px) {
  h4 {
    font-size: 24px !important;
  }
}
h5 {
  font-size: 22px;
}
@media screen and (max-width: 800px) {
  h5 {
    font-size: 20px !important;
  }
}
html,
html body {
  margin: 0;
  padding: 0;
  background-color: var(--background-color);
  font-family: "Roboto Condensed", sans-serif !important;
  color: #565A5C;
  font-size: 18px;
}
@media screen and (max-width: 800px) {
  .show-desktop-block {
    display: none !important;
  }
}
.nav-active #main-nav {
  max-height: 100vh;
  pointer-events: unset;
  opacity: 1;
  overflow-y: scroll;
}
p {
  margin: 0;
  padding: 10px;
  max-width: 100%;
  box-sizing: border-box;
  color: #565A5C;
}
a {
  color: #42007d;
}
a:hover {
  color: black;
}
ul,
ol {
  margin-top: 0;
  padding-left: 30px;
  padding-right: 30px;
  max-width: 100%;
  box-sizing: border-box;
}
img {
  max-width: 100%;
  height: auto;
}
.tint-grey {
  background: #EBEBEB;
  padding-top: 40px;
  padding-bottom: 40px;
}
.tint-grey-purple .grid-block:nth-child(1) {
  background: #EBEBEB;
}
.tint-grey-purple .grid-block:nth-child(2) {
  background: #442266;
}
@media screen and (min-width: 1200px) {
  .thick-padding .grid-block {
    padding: 100px !important;
  }
}
@media screen and (max-width: 1200px) and (min-width: 800px) {
  .thick-padding .grid-block {
    padding: 50px !important;
  }
}
@media screen and (max-width: 800px) {
  .thick-padding .grid-block {
    padding: 20px !important;
  }
}
@media screen and (min-width: 1200px) {
  .padding-top-bottom {
    padding: 50px 0 !important;
  }
}
@media screen and (max-width: 1200px) and (min-width: 800px) {
  .padding-top-bottom {
    padding: 30px 0 !important;
  }
}
@media screen and (max-width: 800px) {
  .padding-top-bottom {
    padding: 20px 0 !important;
  }
}
@media screen and (min-width: 1200px) {
  .margin-top-bottom {
    margin: 50px 0 !important;
  }
}
@media screen and (max-width: 1200px) and (min-width: 800px) {
  .margin-top-bottom {
    margin: 30px 0 !important;
  }
}
@media screen and (max-width: 800px) {
  .margin-top-bottom {
    margin: 20px 0 !important;
  }
}
.flex-reverse {
  flex-direction: column-reverse;
}
.margin-top {
  margin-top: 30px;
}
.sitewide-alert {
  background: #ffdc00;
  text-align: center;
  color: #7726e0;
  font-size: 20px;
  padding: 8px;
}
.sitewide-alert a {
  color: #7726e0;
}
.sitewide-alert a:hover {
  color: black;
}
.sitewide-alert p {
  margin: 0 auto;
  padding: 0;
}
header {
  position: fixed !important;
  z-index: 999 !important;
  margin: 0;
  padding: 0;
  background: #FFFFFF;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
header .header-bottom {
  margin: 0 auto;
  padding: 8px 20px;
  width: 1500px;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 78px;
}
header .header-bottom .nav-logo {
  width: 80px;
  transform: scale(1.3);
  top: 10px;
  position: relative;
  z-index: 20;
}
@media screen and (max-width: 800px) {
  header .header-bottom .nav-logo {
    transform: scale(1) !important;
  }
}
header .header-bottom .header-actions {
  display: flex;
  flex-grow: 1;
  align-items: center;
  padding: 0px 30px;
  height: 90%;
}
header .header-bottom .header-actions div#google_translate_element {
  background: #EEE;
  border-radius: 30px;
  padding: 5px 19px;
  margin-left: 10px;
}
header .header-bottom .header-actions div#google_translate_element * {
  color: #666 !important;
}
header .header-bottom .header-actions .find-club {
  margin-right: 0;
  display: flex;
  align-items: center;
  font-size: 18px !important;
  height: 40px;
  margin-top: -3px;
  background: #7726e0;
  padding: 0 24px !important;
  border-radius: 30px;
}
header .header-bottom .header-actions a,
header .header-bottom .header-actions .selected {
  color: white;
  text-decoration: none;
  padding: 0;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px !important;
}
header .header-bottom .header-actions .select-field {
  border: none;
  font-size: 18px;
}
header .header-bottom .header-actions .options {
  width: auto;
  padding: 10px 20px;
  background: #f3f3f3;
  max-height: 50vh;
  overflow: hidden scroll;
}
header .header-bottom .header-actions .options .option {
  font-size: 18px !important;
  padding: 0;
}
header .header-bottom .header-actions .options .option:hover {
  color: #7726e0;
}
header .header-bottom .header-actions .divider {
  margin: 5px 30px;
  width: 2px;
  height: 38px;
  background: white;
}
header .header-bottom .header-actions .skiptranslate.goog-te-gadget {
  display: flex;
}
header .header-bottom .header-right {
  text-align: right;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
header .header-bottom .header-right .join-now {
  margin: 10px;
  padding: 0px 34px;
  text-align: center;
  color: white !important;
  background: #7726e0;
  text-transform: none !important;
  text-decoration: none !important;
  font-size: 20px;
  font-weight: bold;
  font-family: "Roboto Condensed", sans-serif;
  cursor: pointer;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  border-radius: 48px;
  display: inline-block;
  user-select: none;
  border: none;
  line-height: 48px;
  transition: all ease-in 200ms;
  margin-right: 0;
  font-size: 18px !important;
  height: 48px;
  border-radius: 30px;
  background: #7826e0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  min-width: 126px;
}
@media screen and (max-width: 800px) {
  header .header-bottom .header-right .join-now {
    margin: 10px 0 !important;
  }
}
header .header-bottom .header-right .join-now:hover {
  color: white !important;
  background: #42007d;
  border-color: #42007d !important;
}
header .header-bottom .header-right .join-now.invert {
  color: #ffdc00 !important;
  background: #7726e0 !important;
}
header .header-bottom .header-right .join-now.invert:hover {
  color: #7726e0 !important;
  background: #ffdc00 !important;
  border-color: #7726e0 !important;
}
header .header-bottom .header-right .join-now.button-purple {
  background: #7726e0;
  color: white !important;
}
header .header-bottom .header-right .join-now.button-purple:hover {
  background: #ffdc00;
  color: #7726e0 !important;
}
@media screen and (max-width: 800px) {
  header .header-bottom .header-right .join-now {
    margin: 10px 0 !important;
  }
}
header .header-bottom .header-right .join-now:hover {
  color: white !important;
  background: #42007d;
  border-color: #42007d !important;
}
header .header-bottom .header-right .join-now.invert {
  color: #ffdc00 !important;
  background: #7726e0 !important;
}
header .header-bottom .header-right .join-now.invert:hover {
  color: #7726e0 !important;
  background: #ffdc00 !important;
  border-color: #7726e0 !important;
}
header .header-bottom .header-right .join-now.button-purple {
  background: #7726e0;
  color: white !important;
}
header .header-bottom .header-right .join-now.button-purple:hover {
  background: #ffdc00;
  color: #7726e0 !important;
}
header .header-bottom .header-right .join-now:hover {
  background: #42007d;
  color: white !important;
}
@media only screen and (max-width: 800px) {
  header .header-bottom.gym-page .nav-logo {
    padding: 0px 10px;
  }
}
@media screen and (max-width: 800px) {
  header .header-bottom.gym-page .header-actions .find-club {
    display: none !important;
  }
}
header .header-bottom.gym-page .header-actions .join-now {
  display: none !important;
  margin: 10px;
  padding: 0px 34px;
  text-align: center;
  color: white !important;
  background: #7726e0;
  text-transform: none !important;
  text-decoration: none !important;
  font-size: 20px;
  font-weight: bold;
  font-family: "Roboto Condensed", sans-serif;
  cursor: pointer;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  border-radius: 48px;
  display: inline-block;
  user-select: none;
  border: none;
  line-height: 48px;
  transition: all ease-in 200ms;
  font-size: 20px !important;
  line-height: 1.33rem !important;
  padding: 5px 10px !important;
}
@media screen and (max-width: 800px) {
  header .header-bottom.gym-page .header-actions .join-now {
    display: block !important;
  }
}
@media screen and (max-width: 800px) {
  header .header-bottom.gym-page .header-actions .join-now {
    margin: 10px 0 !important;
  }
}
header .header-bottom.gym-page .header-actions .join-now:hover {
  color: white !important;
  background: #42007d;
  border-color: #42007d !important;
}
header .header-bottom.gym-page .header-actions .join-now.invert {
  color: #ffdc00 !important;
  background: #7726e0 !important;
}
header .header-bottom.gym-page .header-actions .join-now.invert:hover {
  color: #7726e0 !important;
  background: #ffdc00 !important;
  border-color: #7726e0 !important;
}
header .header-bottom.gym-page .header-actions .join-now.button-purple {
  background: #7726e0;
  color: white !important;
}
header .header-bottom.gym-page .header-actions .join-now.button-purple:hover {
  background: #ffdc00;
  color: #7726e0 !important;
}
@media screen and (max-width: 800px) {
  header .header-bottom.gym-page .header-actions .join-now {
    margin: 10px 0 !important;
  }
}
header .header-bottom.gym-page .header-actions .join-now:hover {
  color: white !important;
  background: #42007d;
  border-color: #42007d !important;
}
header .header-bottom.gym-page .header-actions .join-now.invert {
  color: #ffdc00 !important;
  background: #7726e0 !important;
}
header .header-bottom.gym-page .header-actions .join-now.invert:hover {
  color: #7726e0 !important;
  background: #ffdc00 !important;
  border-color: #7726e0 !important;
}
header .header-bottom.gym-page .header-actions .join-now.button-purple {
  background: #7726e0;
  color: white !important;
}
header .header-bottom.gym-page .header-actions .join-now.button-purple:hover {
  background: #ffdc00;
  color: #7726e0 !important;
}
@media only screen and (max-width: 800px) {
  header .header-bottom.gym-page .header-actions .join-now {
    padding: 12px 16px !important;
    margin: 0 !important;
  }
}
html.scrolled .nav-logo {
  z-index: 10;
}
.pfa-button,
.button,
body.page-bravofit-vendor-of-the-year form button {
  margin: 10px;
  padding: 0px 34px;
  text-align: center;
  color: white !important;
  background: #7726e0;
  text-transform: none !important;
  text-decoration: none !important;
  font-size: 20px;
  font-weight: bold;
  font-family: "Roboto Condensed", sans-serif;
  cursor: pointer;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  border-radius: 48px;
  display: inline-block;
  user-select: none;
  border: none;
  line-height: 48px;
  transition: all ease-in 200ms;
}
@media screen and (max-width: 800px) {
  .pfa-button,
  .button,
  body.page-bravofit-vendor-of-the-year form button {
    margin: 10px 0 !important;
  }
}
.pfa-button:hover,
.button:hover,
body.page-bravofit-vendor-of-the-year form button:hover {
  color: white !important;
  background: #42007d;
  border-color: #42007d !important;
}
.pfa-button.invert,
.button.invert,
body.page-bravofit-vendor-of-the-year form button.invert {
  color: #ffdc00 !important;
  background: #7726e0 !important;
}
.pfa-button.invert:hover,
.button.invert:hover,
body.page-bravofit-vendor-of-the-year form button.invert:hover {
  color: #7726e0 !important;
  background: #ffdc00 !important;
  border-color: #7726e0 !important;
}
.pfa-button.button-purple,
.button.button-purple,
body.page-bravofit-vendor-of-the-year form button.button-purple {
  background: #7726e0;
  color: white !important;
}
.pfa-button.button-purple:hover,
.button.button-purple:hover,
body.page-bravofit-vendor-of-the-year form button.button-purple:hover {
  background: #ffdc00;
  color: #7726e0 !important;
}
@media screen and (max-width: 800px) {
  .admin-bar #wpadminbar {
    top: -46px !important;
  }
}
#hamburger-menu-button {
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  color: #565A5C;
  filter: brightness(0) invert(1);
}
#main-nav {
  display: block;
  margin: 0;
  padding: 30px 20px;
  background: #FFFFFF;
  max-width: 100%;
  box-sizing: border-box;
  position: fixed;
  bottom: 0;
  right: 0;
  box-shadow: none;
  z-index: 1;
  width: 100%;
  top: 0;
  transition: all ease-in 300ms;
  max-height: 0;
  pointer-events: none;
  opacity: 0;
  max-width: 400px;
}
@media screen and (max-width: 1200px) {
  #main-nav {
    overflow: scroll !important;
  }
}
#main-nav #menu-close-button {
  cursor: pointer;
}
#main-nav #menu-close-button:hover {
  transform: scale(1.1);
}
#main-nav #menu-close-button svg {
  top: 0;
  right: 0;
  position: absolute;
  margin: 10px;
}
#main-nav ul {
  padding: 0;
  margin: 20px 0;
  min-width: 300px;
  max-width: 100%;
}
#main-nav ul#menu-main-menu li {
  margin: 20px 0;
  font-weight: 700;
}
#main-nav ul#menu-main-menu li a {
  color: black;
}
#main-nav ul#menu-main-menu li a:hover {
  color: #7726e0;
}
#main-nav ul#menu-main-menu li li {
  margin: 0;
  font-weight: 500;
}
#main-nav ul#menu-main-menu li li a {
  font-family: "Roboto Condensed", sans-serif;
  color: black;
  display: block;
  padding: 5px 0;
}
#main-nav ul li {
  display: block;
  margin: 0;
  padding: 0;
  text-align: center;
}
#main-nav ul li .children,
#main-nav ul li .sub-menu {
  display: none;
  font-weight: 500;
}
#main-nav ul li .children .menu-item,
#main-nav ul li .sub-menu .menu-item {
  display: block;
}
#main-nav ul li .children .menu-item a,
#main-nav ul li .sub-menu .menu-item a {
  padding: 10px 0;
}
#main-nav ul li .children .menu-item a:hover,
#main-nav ul li .sub-menu .menu-item a:hover {
  color: #7726e0 !important;
}
#main-nav ul li a {
  font-family: "Roboto Condensed", sans-serif;
  text-decoration: none;
  font-size: 20px;
  letter-spacing: 0.2em;
}
#main-nav ul li:hover a:hover {
  color: #7726e0;
}
#main-nav ul li:hover .children,
#main-nav ul li:hover .sub-menu {
  display: block;
}
#main-nav ul li:hover .children .children,
#main-nav ul li:hover .children .sub-menu,
#main-nav ul li:hover .sub-menu .children,
#main-nav ul li:hover .sub-menu .sub-menu {
  display: none;
}
main section:first-child.one-column-content p {
  margin: 0 auto;
  width: 800px;
}
@media screen and (max-width: 800px) {
  main section:first-child.one-column-content p {
    width: 100% !important;
  }
}
main section:last-child {
  margin-bottom: 0 !important;
}
time {
  margin: 20px auto;
  padding: 0;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
.post-heading {
  margin: 80px auto 20px auto;
}
.post-details {
  margin: 30px auto;
  padding: 0 10px;
  display: block;
  color: #565A5C;
  font-family: "Roboto Condensed", sans-serif;
  width: 100%;
  max-width: 100%;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.1em;
}
.post-details ul,
.post-details li {
  display: inline;
  margin: 0;
  padding: 0;
  list-style: none;
}
.featured-image-container {
  margin: 0 auto;
  padding: 0 10px;
  width: 100%;
  max-width: 100%;
}
.featured-image {
  display: block;
  margin: 20px auto;
  text-align: center;
  border-radius: calc(0/2);
  width: 100%;
  max-width: 100%;
}
figcaption {
  font-weight: bold;
  font-size: 12px;
}
.feature-banner {
  margin: 0;
  padding: 0;
  background-size: cover !important;
  background-position: center !important;
  box-sizing: border-box;
  min-height: 500px;
  height: 50vh;
  display: flex;
  align-items: center;
}
.feature-banner .content {
  margin: 0 auto;
  padding: 50px;
  box-sizing: border-box;
  max-width: 100%;
  flex-grow: 1;
}
.feature-banner .content h1 {
  margin: 0;
  padding: 0;
  font-weight: 500;
}
@media screen and (max-width: 800px) {
  .feature-banner .content h1 {
    font-size: 40px !important;
  }
}
.pages-grid-container {
  margin: 50px 0 0 0;
}
.pages-grid-container.Tinted {
  background: #faefed;
  padding: 1px 10px 30px 10px;
}
.pages-grid-container.Strong {
  background: #7726e0;
}
.pages-grid-container.White {
  background: white;
}
.pages-grid-container .pages-grid {
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fill,minmax(250px,1fr));
  grid-gap: 20px;
  max-width: 100%;
}
.pages-grid-container .pages-grid .page-card .page-image {
  height: 200px;
  width: 100%;
  background-size: cover !important;
  background-position: center !important;
}
.pages-grid-container .pages-grid.Large {
  grid-gap: 30px;
  grid-template-columns: repeat(auto-fill,minmax(350px,1fr));
}
.pages-grid-container .pages-grid.Large .page-card .page-image {
  height: 300px;
}
.standard-content {
  width: 100%;
  max-width: 100%;
  margin: 50px auto;
}
.standard-content h3,
.standard-content h4,
.standard-content h5 {
  margin: 0 auto;
  padding: 0 10px;
  font-family: "Roboto Condensed", sans-serif;
  color: #565A5C;
  line-height: 1.4em;
}
.media-block {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  max-width: 1500px;
  min-height: 400px;
}
.media-block.None .block-content-container {
  margin: 0 auto;
  text-align: center;
}
.media-block.Right {
  flex-direction: row-reverse;
}
.media-block.Tinted {
  background: #faefed;
}
.media-block.Strong {
  background: #7726e0;
}
.media-block.White {
  background: white;
}
.media-block h2 {
  margin: 50px 0 20px 0;
}
.media-block .block-image {
  flex-grow: 2;
  flex-basis: 40%;
  background-size: cover !important;
  background-position: center !important;
  min-width: 350px;
  min-height: 400px;
}
.media-block .block-content {
  padding: 50px;
  flex-grow: 3;
  flex-basis: 60%;
}
.media-block .block-content .block-content-container {
  max-width: 700px;
}
.media-block .block-content .block-content-container.inverted p,
.media-block .block-content .block-content-container.inverted h1,
.media-block .block-content .block-content-container.inverted h2,
.media-block .block-content .block-content-container.inverted h3,
.media-block .block-content .block-content-container.inverted h4,
.media-block .block-content .block-content-container.inverted h5 {
  color: white !important;
}
.media-block .block-content .block-content-container h3,
.media-block .block-content .block-content-container h4,
.media-block .block-content .block-content-container h5 {
  margin: 0;
  padding: 0 10px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  line-height: 1.4em;
  color: #565A5C;
}
.wp-block-image {
  margin: 20px auto;
  max-width: 1500px;
}
.wp-block-image img {
  height: auto;
}
.wp-block-image .aligncenter figcaption {
  text-align: center;
}
.wp-block-image .alignleft figcaption {
  text-align: left;
}
.wp-block-image .alignright figcaption {
  text-align: right;
}
.wp-block-columns {
  margin: 10px auto;
  width: 100%;
  max-width: 100%;
}
.wp-block-group {
  margin: 20px auto;
  padding: 30px;
  max-width: 100%;
}
.alignwide {
  width: 100vw;
  max-width: 200%;
}
.alignfull {
  border-radius: 0;
  max-width: 100vw;
  width: 100%;
  overflow: hidden;
}
.news-grid {
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fill,minmax(300px,1fr));
  grid-gap: 20px;
  margin-bottom: 20px;
  max-width: 100%;
}
.news-grid .news-card {
  -o-transition: 0.1s;
  -ms-transition: 0.1s;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
  padding: 5px;
  box-sizing: border-box;
  overflow: hidden;
}
.news-grid .news-card .news-card-image {
  -o-transition: 0.1s;
  -ms-transition: 0.1s;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
  width: 100%;
  height: 300px;
  background-position: center !important;
  background-size: cover !important;
  margin-bottom: 20px;
}
.news-grid .news-card time {
  display: inline-block;
  color: var(--base-text-color);
  text-transform: uppercase;
  font-weight: thin;
  letter-spacing: 0.1em;
}
.testimonials {
  background: #ebcbd0;
  padding: 50px 20px;
}
.testimonials .container {
  margin: 0 auto;
  max-width: 100%;
}
.testimonial {
  background: #ffdc00;
  margin: 20px 0;
  padding: 20px;
}
.testimonial .content {
  font-style: italic;
}
.testimonial .content::before,
.testimonial .content::after {
  content: "''";
}
.testimonial .author {
  font-style: oblique;
  font-weight: bold;
  display: block;
  margin: 10px 0 0 0;
}
.testimonial .author::before {
  content: "- ";
}
.slider-content {
  margin: 50px auto;
  width: 90%;
}
.slider-content .title {
  text-align: center;
  padding: 50px 10px 30px 10px;
}
.slider-content iframe {
  margin: auto;
  max-height: 500px !important;
  max-width: 800px !important;
}
.testimonials_slider iframe {
  margin: auto;
  max-height: 500px !important;
  height: 500px !important;
  max-width: 500px !important;
}
@media screen and (min-width: calc(801px)) {
  .testimonials_slider.mobile {
    display: none !important;
  }
}
@media screen and (max-width: 800px) {
  .testimonials_slider.desktop {
    display: none !important;
  }
}
.testimonials_slider.desktop iframe {
  max-width: 1280px !important;
}
.slick-arrow {
  display: none !important;
}
ul.slides {
  max-width: 100%;
  width: 100%;
}
.slick-dots {
  position: relative;
  margin-bottom: 20px;
}
.slick-dots li {
  background: #ffffff;
  border: solid 2px #7726e0;
  border-radius: 100%;
}
.slick-dots li button[type=button] {
  opacity: 0;
}
.slick-dots li.slick-active {
  background: #F7D949;
  border: solid 2px #F7D949;
}
#slider {
  margin: 20px auto;
  padding: 0;
  width: 100%;
  max-width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
#slider #slides {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
  position: relative;
  box-sizing: border-box;
  transform: translateX(0px);
  transition: 0.5s;
  transition-timing-function: ease-in-out;
  min-height: 100px;
}
#slider #slides.dragging * {
  pointer-events: none;
  cursor: move;
}
#slider .slide {
  margin: 0;
  padding: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
#slider .slide .slide-content {
  margin: 0 auto;
  padding: 0 150px;
  background-size: cover !important;
  background-position: center !important;
  font-family: sans-serif;
  font-size: 20px;
  text-align: center;
}
@media screen and (max-width: 800px) {
  #slider .slide .slide-content {
    padding: 70px !important;
  }
}
#slider .slide .slide-content .quotation {
  display: inline;
  position: relative;
}
#slider .slide .slide-content .quotation.l {
  right: 10px;
  top: -5px;
}
#slider .slide .slide-content .quotation.r {
  left: 10px;
  top: 5px;
}
#slider .slide.dragging {
  pointer-events: none;
}
#slider #slider-navigation {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
#slider .slider-buttons {
  margin: 0 20px;
  padding: 0;
  display: inline-block;
  position: absolute;
  transition: 0.2s;
  top: 50%;
  cursor: pointer;
  color: white;
  font-family: sans-serif;
  font-size: 50px;
  text-shadow: 0px 0px 5px #969696;
  user-select: none;
}
#slider .slider-buttons:hover {
  transform: scale(1.1);
}
#slider #slider-previous {
  left: 0;
}
#slider #slider-next {
  right: 0;
}
#slider #slider-dotnav {
  margin: 0;
  padding: 10px;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  display: inline-block;
  position: absolute;
  color: white;
  font-family: sans-serif;
  font-size: 50px;
  text-shadow: 0px 0px 5px #969696;
  user-select: none;
}
#slider #slider-dotnav .slider-dot {
  border-radius: 15px;
  border: solid 2px white;
  height: 15px;
  width: 15px;
  display: inline-block;
  background: none;
  cursor: pointer;
}
#slider #slider-dotnav .slider-dot .active {
  background: white;
}
.hero-banner .slick-next,
.hero-banner .slick-dots {
  display: none !important;
}
.two-column-content,
.slider-and-content,
.content-and-slider {
  width: 100%;
}
.two-column-content .section-inner,
.slider-and-content .section-inner,
.content-and-slider .section-inner {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
.two-column-content .section-inner .grid-block,
.slider-and-content .section-inner .grid-block,
.content-and-slider .section-inner .grid-block {
  flex-basis: 50%;
  max-width: 100%;
  flex-grow: 1;
  padding: 50px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
@media screen and (min-width: 1200px) {
  .two-column-content .section-inner .grid-block,
  .slider-and-content .section-inner .grid-block,
  .content-and-slider .section-inner .grid-block {
    max-width: 50% !important;
  }
}
@media screen and (max-width: 800px) {
  .two-column-content .section-inner .grid-block,
  .slider-and-content .section-inner .grid-block,
  .content-and-slider .section-inner .grid-block {
    padding-top: 20px !important;
  }
}
@media screen and (max-width: 800px) {
  .two-column-content .section-inner .grid-block,
  .slider-and-content .section-inner .grid-block,
  .content-and-slider .section-inner .grid-block {
    padding-bottom: 20px !important;
  }
}
@media screen and (max-width: 800px) {
  .two-column-content .section-inner .grid-block,
  .slider-and-content .section-inner .grid-block,
  .content-and-slider .section-inner .grid-block {
    padding-left: 10px !important;
  }
}
@media screen and (max-width: 800px) {
  .two-column-content .section-inner .grid-block,
  .slider-and-content .section-inner .grid-block,
  .content-and-slider .section-inner .grid-block {
    padding-right: 10px !important;
  }
}
.two-column-content .section-inner .grid-block p,
.two-column-content .section-inner .grid-block h2,
.two-column-content .section-inner .grid-block h3,
.two-column-content .section-inner .grid-block h4,
.slider-and-content .section-inner .grid-block p,
.slider-and-content .section-inner .grid-block h2,
.slider-and-content .section-inner .grid-block h3,
.slider-and-content .section-inner .grid-block h4,
.content-and-slider .section-inner .grid-block p,
.content-and-slider .section-inner .grid-block h2,
.content-and-slider .section-inner .grid-block h3,
.content-and-slider .section-inner .grid-block h4 {
  margin-bottom: 0;
}
.two-column-content .section-inner .grid-block a,
.slider-and-content .section-inner .grid-block a,
.content-and-slider .section-inner .grid-block a {
  font-weight: bold;
}
.two-column-content .section-inner .grid-block .button,
.slider-and-content .section-inner .grid-block .button,
.content-and-slider .section-inner .grid-block .button {
  margin: 10px;
  padding: 0px 34px;
  text-align: center;
  color: white !important;
  background: #7726e0;
  text-transform: none !important;
  text-decoration: none !important;
  font-size: 18px;
  font-weight: bold;
  font-family: "Roboto Condensed", sans-serif;
  cursor: pointer;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  border-radius: 48px;
  display: inline-block;
  user-select: none;
  border: none;
  line-height: 48px;
  transition: all ease-in 200ms;
}
@media screen and (max-width: 800px) {
  .two-column-content .section-inner .grid-block .button,
  .slider-and-content .section-inner .grid-block .button,
  .content-and-slider .section-inner .grid-block .button {
    margin: 10px 0 !important;
  }
}
.two-column-content .section-inner .grid-block .button:hover,
.slider-and-content .section-inner .grid-block .button:hover,
.content-and-slider .section-inner .grid-block .button:hover {
  color: white !important;
  background: #42007d;
  border-color: #42007d !important;
}
.two-column-content .section-inner .grid-block .button.invert,
.slider-and-content .section-inner .grid-block .button.invert,
.content-and-slider .section-inner .grid-block .button.invert {
  color: #ffdc00 !important;
  background: #7726e0 !important;
}
.two-column-content .section-inner .grid-block .button.invert:hover,
.slider-and-content .section-inner .grid-block .button.invert:hover,
.content-and-slider .section-inner .grid-block .button.invert:hover {
  color: #7726e0 !important;
  background: #ffdc00 !important;
  border-color: #7726e0 !important;
}
.two-column-content .section-inner .grid-block .button.button-purple,
.slider-and-content .section-inner .grid-block .button.button-purple,
.content-and-slider .section-inner .grid-block .button.button-purple {
  background: #7726e0;
  color: white !important;
}
.two-column-content .section-inner .grid-block .button.button-purple:hover,
.slider-and-content .section-inner .grid-block .button.button-purple:hover,
.content-and-slider .section-inner .grid-block .button.button-purple:hover {
  background: #ffdc00;
  color: #7726e0 !important;
}
.ajax-form .field {
  margin-bottom: 20px;
}
.ajax-form .field label {
  display: block;
  font-size: 20px;
  font-weight: bold;
}
.ajax-form .field input[type=text],
.ajax-form .field textarea,
.ajax-form .field input[type=email] {
  display: block;
  width: 350px;
  max-width: 100%;
  border: none;
  border-bottom: 1px solid black;
  background: none;
  margin-top: 10px;
}
.ajax-form .field textarea {
  height: 120px;
}
.columns {
  margin: 50px auto;
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.columns .column {
  flex-basis: 50%;
  flex-grow: 1;
  flex-shrink: 1;
  min-width: 400px;
  max-width: 100%;
  padding: 10px;
}
.columns .column .content {
  margin: 0 0 25px 0;
}
.columns .column .content h4,
.columns .column .content h5 {
  font-family: "Roboto Condensed", sans-serif;
  color: #565A5C;
  margin: 0;
}
.columns .column .content .price-list-item {
  display: block;
  padding: 20px 0;
  margin: 0;
}
.columns .column .content .price-list-item.bottom-border {
  border-bottom: solid 1px black;
}
.columns .column .content .price-list-item .title {
  display: block;
  font-weight: bold;
  font-size: 20px;
}
.columns .column .content .price-list-item .price {
  float: right;
  font-weight: bold;
  font-size: 20px;
  color: #7726e0;
}
.columns .column .content .price-list-item .description {
  display: block;
  margin: 10px 0;
}
.columns .column .accordion-container {
  margin: 0;
}
.hero-banner {
  box-sizing: border-box;
}
.hero-banner ul {
  padding: 0;
  margin: 0;
}
.hero-banner ul li {
  min-height: 200px;
  height: 100%;
  max-height: 800px;
  position: relative;
}
.hero-banner ul li .hero-banner-overlay {
  position: absolute;
  top: 0;
  max-width: 100vw;
  max-height: 800px;
  width: 100%;
  height: 100%;
}
.hero-banner ul li .hero-banner-overlay .hero-banner-overlay-inner {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
}
.hero-banner ul li .hero-banner-overlay .hero-banner-overlay-inner h1,
.hero-banner ul li .hero-banner-overlay .hero-banner-overlay-inner h2,
.hero-banner ul li .hero-banner-overlay .hero-banner-overlay-inner h3 {
  font-family: "Roboto Condensed", sans-serif;
  text-shadow: 2px 2px 10px rgba(59,59,59,0.8);
  margin: 0;
  text-align: center;
}
.hero-banner ul li .hero-banner-overlay .hero-banner-overlay-inner h1 {
  color: white;
  font-size: 90px;
}
@media screen and (max-width: 1200px) and (min-width: 800px) {
  .hero-banner ul li .hero-banner-overlay .hero-banner-overlay-inner h1 {
    font-size: 60px !important;
  }
}
@media screen and (max-width: 800px) {
  .hero-banner ul li .hero-banner-overlay .hero-banner-overlay-inner h1 {
    font-size: 40px !important;
  }
}
.hero-banner ul li .hero-banner-overlay .hero-banner-overlay-inner h2 {
  color: #ffdc00;
  text-transform: initial;
  max-width: 1500px;
  text-align: center;
  margin: 0 auto;
  font-size: 60px;
}
@media screen and (max-width: 1200px) and (min-width: 800px) {
  .hero-banner ul li .hero-banner-overlay .hero-banner-overlay-inner h2 {
    font-size: 50px !important;
  }
}
@media screen and (max-width: 800px) {
  .hero-banner ul li .hero-banner-overlay .hero-banner-overlay-inner h2 {
    font-size: 30px !important;
  }
}
.hero-banner ul li .hero-banner-overlay .hero-banner-overlay-inner h3 {
  color: white;
  text-transform: initial;
  max-width: 1000px;
  text-align: center;
  margin: 0 auto;
  font-size: 50px;
  padding: 0 50px;
}
@media screen and (max-width: 1200px) and (min-width: 800px) {
  .hero-banner ul li .hero-banner-overlay .hero-banner-overlay-inner h3 {
    font-size: 40px !important;
  }
}
@media screen and (max-width: 800px) {
  .hero-banner ul li .hero-banner-overlay .hero-banner-overlay-inner h3 {
    font-size: 20px !important;
  }
}
.hero-banner ul li .hero-banner-overlay .hero-banner-overlay-inner p {
  margin: 0 !important;
  padding: 0 !important;
  margin: 0;
  padding: 0;
}
.hero-banner ul li .hero-banner-overlay .hero-banner-overlay-inner .pfa-button {
  margin-top: 40px;
  text-shadow: none !important;
  background-color: #ffdc00;
  border-color: #ffdc00;
  color: #7726e0 !important;
}
.hero-banner ul li .hero-banner-overlay .hero-banner-overlay-inner .pfa-button:hover {
  background-color: white !important;
  border-color: white !important;
}
.hero-banner ul li .image {
  width: 100%;
  height: 100%;
  max-height: 800px;
}
.hero-banner ul li .image img {
  height: auto;
  width: 100%;
  display: block;
  margin: 0 auto;
}
.ctas-content {
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 1200px) {
  .ctas-content {
    padding: 30px 100px !important;
  }
}
@media screen and (max-width: 1200px) and (min-width: 800px) {
  .ctas-content {
    padding: 30px 60px !important;
  }
}
@media screen and (max-width: 800px) {
  .ctas-content {
    padding: 30px 0 !important;
  }
}
.ctas-content .section-inner {
  display: flex;
  flex-wrap: wrap;
}
.ctas-content.grid-clear-d-2 .cta-block {
  flex-basis: 50%;
}
.ctas-content.grid-clear-d-3 .cta-block {
  flex-basis: 33%;
}
.ctas-content.grid-clear-d-4 .cta-block {
  flex-basis: 25%;
}
@media screen and (max-width: 500px) {
  .ctas-content.m-single-column .cta-block {
    flex-basis: unset;
  }
  .ctas-content.m-single-column .cta-block > a {
    display: inline-block;
    width: fit-content;
    margin: 0 auto;
  }
}
.ctas-content .cta-block {
  padding: 20px;
  min-width: 250px;
  text-align: center;
}
.ctas-content .cta-block a {
  text-align: center;
  text-decoration: none;
  color: #565A5C;
}
.ctas-content .cta-block a h3 {
  margin-bottom: 0;
}
.ctas-content .cta-block .button {
  margin: 10px;
  padding: 0px 34px;
  text-align: center;
  color: white !important;
  background: #7726e0;
  text-transform: none !important;
  text-decoration: none !important;
  font-size: 18px;
  font-weight: bold;
  font-family: "Roboto Condensed", sans-serif;
  cursor: pointer;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  border-radius: 48px;
  display: inline-block;
  user-select: none;
  border: none;
  line-height: 48px;
  transition: all ease-in 200ms;
}
@media screen and (max-width: 800px) {
  .ctas-content .cta-block .button {
    margin: 10px 0 !important;
  }
}
.ctas-content .cta-block .button:hover {
  color: white !important;
  background: #42007d;
  border-color: #42007d !important;
}
.ctas-content .cta-block .button.invert {
  color: #ffdc00 !important;
  background: #7726e0 !important;
}
.ctas-content .cta-block .button.invert:hover {
  color: #7726e0 !important;
  background: #ffdc00 !important;
  border-color: #7726e0 !important;
}
.ctas-content .cta-block .button.button-purple {
  background: #7726e0;
  color: white !important;
}
.ctas-content .cta-block .button.button-purple:hover {
  background: #ffdc00;
  color: #7726e0 !important;
}
.find-a-gym h4 {
  margin-bottom: 0;
}
.find-a-gym h5 {
  margin-bottom: 0;
  font-family: "Roboto Condensed", sans-serif;
}
.find-a-gym ul {
  list-style: none;
  padding: 10px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .find-a-gym ul {
    flex-direction: column !important;
  }
}
.find-a-gym ul li {
  flex-basis: 30%;
  padding: 0;
  margin: 15px 5px;
  display: block;
  background: white;
  border-radius: 5px;
  box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
  flex-grow: 1;
  max-width: 30%;
  min-width: 100px;
}
@media screen and (max-width: 800px) {
  .find-a-gym ul li {
    max-width: 100% !important;
  }
}
@media screen and (max-width: 800px) {
  .find-a-gym ul li {
    width: 100% !important;
  }
}
.find-a-gym ul li p {
  display: none;
}
.find-a-gym ul li .club-button {
  text-decoration: none;
  font-size: 20px;
  display: flex;
  margin: 0;
  justify-content: space-between;
  text-align: center;
}
.find-a-gym ul li .club-button span {
  width: 100%;
  padding: 15px;
}
.menu-link {
  z-index: 99999999999;
}
@media screen and (max-width: 800px) {
  .menu-link {
    top: 71px !important;
  }
}
@media screen and (max-width: 800px) {
  .menu-link {
    position: absolute !important;
  }
}
@media screen and (max-width: 800px) {
  .menu-link {
    right: 20px !important;
  }
}
@media screen and (max-width: 800px) {
  .menu-link {
    z-index: 99999999999 !important;
  }
}
.go-in-draw-wrapper {
  padding-top: 50px;
}
.go-in-draw-wrapper .go-in-draw-inner {
  position: relative;
  text-align: center;
  padding: 50px 0 30px 0;
  border-top: solid 1px #af7fed;
  border-bottom: solid 1px #af7fed;
}
.go-in-draw-wrapper .go-in-draw-inner img {
  position: absolute;
  max-width: 130px;
  top: -80px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.go-in-draw-wrapper .go-in-draw-inner h3 {
  color: white;
  margin-bottom: 0;
}
.go-in-draw-wrapper .go-in-draw-inner p {
  margin: 15px 0;
  color: white;
}
.go-in-draw-wrapper .go-in-draw-inner .modal-link {
  margin: 10px;
  padding: 0px 34px;
  text-align: center;
  color: white !important;
  background: #7726e0;
  text-transform: none !important;
  text-decoration: none !important;
  font-size: 20px;
  font-weight: bold;
  font-family: "Roboto Condensed", sans-serif;
  cursor: pointer;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  border-radius: 48px;
  display: inline-block;
  user-select: none;
  border: none;
  line-height: 48px;
  transition: all ease-in 200ms;
}
@media screen and (max-width: 800px) {
  .go-in-draw-wrapper .go-in-draw-inner .modal-link {
    margin: 10px 0 !important;
  }
}
.go-in-draw-wrapper .go-in-draw-inner .modal-link:hover {
  color: white !important;
  background: #42007d;
  border-color: #42007d !important;
}
.go-in-draw-wrapper .go-in-draw-inner .modal-link.invert {
  color: #ffdc00 !important;
  background: #7726e0 !important;
}
.go-in-draw-wrapper .go-in-draw-inner .modal-link.invert:hover {
  color: #7726e0 !important;
  background: #ffdc00 !important;
  border-color: #7726e0 !important;
}
.go-in-draw-wrapper .go-in-draw-inner .modal-link.button-purple {
  background: #7726e0;
  color: white !important;
}
.go-in-draw-wrapper .go-in-draw-inner .modal-link.button-purple:hover {
  background: #ffdc00;
  color: #7726e0 !important;
}
@media screen and (max-width: 800px) {
  .go-in-draw-wrapper .go-in-draw-inner .modal-link {
    margin: 10px 0 !important;
  }
}
.go-in-draw-wrapper .go-in-draw-inner .modal-link:hover {
  color: white !important;
  background: #42007d;
  border-color: #42007d !important;
}
.go-in-draw-wrapper .go-in-draw-inner .modal-link.invert {
  color: #ffdc00 !important;
  background: #7726e0 !important;
}
.go-in-draw-wrapper .go-in-draw-inner .modal-link.invert:hover {
  color: #7726e0 !important;
  background: #ffdc00 !important;
  border-color: #7726e0 !important;
}
.go-in-draw-wrapper .go-in-draw-inner .modal-link.button-purple {
  background: #7726e0;
  color: white !important;
}
.go-in-draw-wrapper .go-in-draw-inner .modal-link.button-purple:hover {
  background: #ffdc00;
  color: #7726e0 !important;
}
.go-in-draw-wrapper .go-in-draw-modal {
  text-align: center;
  color: white;
}
.go-in-draw-wrapper .go-in-draw-modal h3 {
  display: none;
}
.go-in-draw-wrapper .go-in-draw-modal .close {
  cursor: pointer;
  padding: 10px;
  margin-top: 20px;
  display: inline-block;
}
.go-in-draw-wrapper .go-in-draw-modal p {
  color: white;
}
.go-in-draw-wrapper .go-in-draw-modal input[type=text],
.go-in-draw-wrapper .go-in-draw-modal input[type=email] {
  color: white;
  margin: 10px auto;
}
.go-in-draw-wrapper .go-in-draw-modal input[type=submit] {
  margin: 10px;
  padding: 0px 34px;
  text-align: center;
  color: white !important;
  background: #7726e0;
  text-transform: none !important;
  text-decoration: none !important;
  font-size: 20px;
  font-weight: bold;
  font-family: "Roboto Condensed", sans-serif;
  cursor: pointer;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  border-radius: 48px;
  display: inline-block;
  user-select: none;
  border: none;
  line-height: 48px;
  transition: all ease-in 200ms;
}
@media screen and (max-width: 800px) {
  .go-in-draw-wrapper .go-in-draw-modal input[type=submit] {
    margin: 10px 0 !important;
  }
}
.go-in-draw-wrapper .go-in-draw-modal input[type=submit]:hover {
  color: white !important;
  background: #42007d;
  border-color: #42007d !important;
}
.go-in-draw-wrapper .go-in-draw-modal input[type=submit].invert {
  color: #ffdc00 !important;
  background: #7726e0 !important;
}
.go-in-draw-wrapper .go-in-draw-modal input[type=submit].invert:hover {
  color: #7726e0 !important;
  background: #ffdc00 !important;
  border-color: #7726e0 !important;
}
.go-in-draw-wrapper .go-in-draw-modal input[type=submit].button-purple {
  background: #7726e0;
  color: white !important;
}
.go-in-draw-wrapper .go-in-draw-modal input[type=submit].button-purple:hover {
  background: #ffdc00;
  color: #7726e0 !important;
}
@media screen and (max-width: 800px) {
  .go-in-draw-wrapper .go-in-draw-modal input[type=submit] {
    margin: 10px 0 !important;
  }
}
.go-in-draw-wrapper .go-in-draw-modal input[type=submit]:hover {
  color: white !important;
  background: #42007d;
  border-color: #42007d !important;
}
.go-in-draw-wrapper .go-in-draw-modal input[type=submit].invert {
  color: #ffdc00 !important;
  background: #7726e0 !important;
}
.go-in-draw-wrapper .go-in-draw-modal input[type=submit].invert:hover {
  color: #7726e0 !important;
  background: #ffdc00 !important;
  border-color: #7726e0 !important;
}
.go-in-draw-wrapper .go-in-draw-modal input[type=submit].button-purple {
  background: #7726e0;
  color: white !important;
}
.go-in-draw-wrapper .go-in-draw-modal input[type=submit].button-purple:hover {
  background: #ffdc00;
  color: #7726e0 !important;
}
.privacy-modal {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #eeeeee;
  color: #555a5c;
  z-index: 3;
}
.privacy-modal .privacy-modal-inner {
  padding: 40px;
}
.privacy-modal .privacy-modal-inner h4,
.privacy-modal .privacy-modal-inner p {
  margin: 0;
  padding: 0;
}
.privacy-modal .privacy-modal-inner .close {
  float: right;
}
.section-inner {
  margin: 0 auto;
  max-width: 1500px;
  width: 100%;
  padding: 0;
}
.slider {
  max-width: 100%;
}
.grid-block {
  max-width: 100%;
}
.amenities-content {
  margin: 0px auto;
}
.amenities-content h3 {
  text-align: center;
}
.amenities-content h3.title {
  margin: 0px 0 10px 0;
}
.amenities-content .section-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.amenities-content .section-inner .amenity-block {
  flex-basis: 20%;
  flex-shrink: 1;
  flex-grow: 0;
  margin: 20px;
  padding: 15px 15px 50px 15px;
  border: solid 1px #5e5e5e;
  border-radius: 15px;
  text-align: center;
  background: #eeeeee;
  box-shadow: 0 3px 5px rgba(0,0,0,0.342);
  position: relative;
  overflow: hidden;
  min-width: 200px;
}
.amenities-content .section-inner .amenity-block .amenity-icon {
  width: 80px;
  height: 60px;
  background-position: center !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  margin: 0 auto;
}
.amenities-content .section-inner .amenity-block .icon {
  margin: 0 auto;
}
.amenities-content .section-inner .amenity-block h3 {
  font-size: 26px;
  text-transform: unset;
  margin-bottom: 0;
}
.amenities-content .section-inner .amenity-block .black-card-marker {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  color: white;
  background: #7726e0;
  left: 0;
  margin-top: 5px;
  padding: 5px;
}
.section--what-you-get.type--slider a {
  text-decoration: none;
  color: var(--primary);
}
.section--what-you-get.type--slider a:hover {
  color: var(--primary);
}
.section--what-you-get.type--columns {
  margin-top: 50px;
  background: #EBEBEB;
  display: block;
}
.section--what-you-get.type--columns h3 {
  margin: 30px 0;
  text-align: center;
}
.section--what-you-get.type--columns .section-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.section--what-you-get.type--columns .section-inner .cta-block .image {
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section--what-you-get.type--columns .section-inner .cta-block .image .image {
  height: 150px;
  width: 200px;
}
.section--what-you-get.type--columns .section-inner .cta-block .image .image img {
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}
.section--what-you-get.type--columns .section-inner .cta-block .info h3 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 24px;
  text-transform: initial;
}
.section--what-you-get.type--columns .section-inner .timtable-link {
  font-weight: bold;
  flex-basis: 100%;
  text-align: center;
}
.club-signup .section--what-you-get.type--columns {
  margin-left: calc(50% - calc(50vw));
  max-width: 100vw;
  width: 100vw;
}
.club-signup .section--what-you-get.type--columns .ctas-content .cta-block a h3 {
  margin-bottom: 30px;
}
#virtualtour .section-inner,
#fly-through .section-inner {
  padding: 50px 0 0 0;
}
@media screen and (min-width: calc(801px)) {
  #virtualtour .section-inner,
  #fly-through .section-inner {
    padding-left: 100px;
    padding-right: 100px;
  }
}
#virtualtour .section-inner .grid-block,
#fly-through .section-inner .grid-block {
  text-align: center;
}
#virtualtour .section-inner .grid-block iframe,
#fly-through .section-inner .grid-block iframe {
  margin-top: 25px;
}
#about .section-inner {
  margin-top: 25px;
}
#about .section-inner .grid-block {
  text-align: center;
}
#blackcard .section-inner {
  margin-top: 40px;
}
#blackcard .section-inner .grid-block {
  text-align: center;
}
.parallax-content .section-inner {
  width: 100vw;
  max-width: 100%;
  background-position: center !important;
}
.parallax-content .section-inner .container {
  width: 100%;
  max-width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.3);
  padding: 10px;
}
.parallax-content .section-inner .container .info {
  text-align: center;
  height: 100%;
  width: 100%;
  max-width: 700px;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}
.parallax-content .section-inner .container .info h3,
.parallax-content .section-inner .container .info p {
  color: white;
}
.parallax-content .section-inner .container .parallax-content {
  margin-top: 20px;
  margin-bottom: 20px;
}
.free_pass_banner .section-inner {
  background-position: top center !important;
}
@media screen and (min-width: 1200px) {
  .full-width.two-column-content .grid-block:nth-child(1) {
    padding-left: 100px !important;
  }
}
@media screen and (min-width: 1200px) {
  .full-width.two-column-content .grid-block:nth-child(2) {
    padding-right: 100px !important;
  }
}
.full-width .section-inner {
  margin: 0;
  width: 100%;
  max-width: 100%;
}
.slider-content {
  width: 100%;
}
.slider-content .slider {
  max-width: 1500px;
  margin: 0 auto;
}
.slider-content .slider .slides {
  margin: 0;
  padding: 0;
}
.slider-content .slider .slides li {
  position: relative;
}
.slider-content .slider .slides .slick-dots {
  position: unset;
  padding: 30px;
}
.slider-content .slider .slides .slick-slide {
  display: flex;
}
@media screen and (max-width: 1200px) {
  .slider-content .slider .slides .slick-slide {
    flex-direction: column !important;
  }
}
.slider-content .slider .slides .slick-slide .image {
  flex-basis: 40%;
}
.slider-content .slider .slides .slick-slide .hero-banner-overlay {
  flex-basis: 60%;
  display: flex;
  align-items: center;
}
.slider-content .slider .slides .slick-slide .hero-banner-overlay .hero-banner-overlay-inner {
  margin: 0 auto;
  max-width: 80%;
  padding: 20px;
}
@media screen and (max-width: 800px) {
  .slider-content .slider .slides .slick-slide .hero-banner-overlay .hero-banner-overlay-inner {
    max-width: 100vw !important;
  }
}
.grid-timetables {
  display: flex;
  flex-wrap: wrap;
}
.grid-timetables .grid-block {
  position: relative;
  flex-basis: 50%;
}
@media screen and (max-width: 1200px) {
  .grid-timetables .grid-block {
    flex-basis: unset !important;
  }
}
@media screen and (max-width: 800px) {
  .grid-timetables .grid-block {
    width: 100% !important;
  }
}
.grid-timetables .grid-block img {
  filter: brightness(0.5);
}
.grid-timetables .grid-block .grid-block-inner {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.grid-timetables .grid-block .grid-block-inner h1,
.grid-timetables .grid-block .grid-block-inner h2,
.grid-timetables .grid-block .grid-block-inner h3 {
  color: white;
}
@media screen and (max-width: 800px) {
  .grid-timetables .grid-block .grid-block-inner h1,
  .grid-timetables .grid-block .grid-block-inner h2,
  .grid-timetables .grid-block .grid-block-inner h3 {
    font-size: 20px !important;
  }
}
@media screen and (max-width: 1200px) and (min-width: 800px) {
  .grid-timetables .grid-block .grid-block-inner h1,
  .grid-timetables .grid-block .grid-block-inner h2,
  .grid-timetables .grid-block .grid-block-inner h3 {
    font-size: 40px !important;
  }
}
.content-404 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.cta-base-button {
  margin-top: 0;
}
section.pre-registrations .form-intro {
  text-align: center;
  padding-bottom: 40px;
}
section.pre-registrations .pre-registrations-form-wrapper {
  max-width: calc(70%);
  margin: 0 auto;
  width: 450px;
  margin-bottom: 50px;
}
section.pre-registrations .pre-registrations-form-wrapper .af-fields .af-field {
  border-top: none;
}
section.pre-registrations .pre-registrations-form-wrapper .field-text input,
section.pre-registrations .pre-registrations-form-wrapper .field-email input {
  width: 100% !important;
}
section.pre-registrations .pre-registrations-form-wrapper button[type=submit] {
  margin: 10px;
  padding: 12px 40px;
  text-align: center;
  color: #7726e0 !important;
  background: #ffdc00;
  text-transform: none !important;
  text-decoration: none !important;
  font-size: 20px;
  font-weight: bold;
  font-family: "Roboto Condensed", sans-serif;
  cursor: pointer;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  border-radius: 4px;
  display: inline-block;
  user-select: none;
  border: none;
}
section.pre-registrations .pre-registrations-form-wrapper button[type=submit]:hover {
  color: #ffdc00 !important;
  background: #7726e0;
}
section.corporate-membership-signup-form .section-inner {
  max-width: 900px;
}
section.corporate-membership-signup-form .corporate-membership-signup-form-wrapper {
  padding: 39px;
  margin-bottom: 25px;
  border: 1px solid #7726e0;
  border-radius: 13px;
  background-color: #7726E00D;
}
@media screen and (max-width: 800px) {
  section.corporate-membership-signup-form .corporate-membership-signup-form-wrapper {
    margin-left: 15px;
    margin-right: 15px;
    padding: 20px 15px;
  }
}
section.corporate-membership-signup-form .corporate-membership-signup-form-wrapper .af-form .af-fields {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 800px) {
  section.corporate-membership-signup-form .corporate-membership-signup-form-wrapper .af-form .af-fields {
    gap: 0px;
  }
}
section.corporate-membership-signup-form .corporate-membership-signup-form-wrapper .af-form .af-fields .acf-hidden {
  display: none;
}
section.corporate-membership-signup-form .corporate-membership-signup-form-wrapper .af-form .af-fields .af-field {
  flex-basis: calc(50% - calc(10px));
  max-width: calc(50% - calc(10px));
  border: none;
}
@media screen and (max-width: 800px) {
  section.corporate-membership-signup-form .corporate-membership-signup-form-wrapper .af-form .af-fields .af-field {
    flex-basis: 100%;
    max-width: 100%;
  }
}
section.corporate-membership-signup-form .corporate-membership-signup-form-wrapper .af-form .af-fields .af-field.acf-field-true-false .acf-label {
  display: none;
}
section.corporate-membership-signup-form .corporate-membership-signup-form-wrapper .af-form .af-fields .af-field .af-label,
section.corporate-membership-signup-form .corporate-membership-signup-form-wrapper .af-form .af-fields .af-field .acf-label {
  display: block;
  padding-bottom: 4px;
}
section.corporate-membership-signup-form .corporate-membership-signup-form-wrapper .af-form .af-fields .af-field .af-label label,
section.corporate-membership-signup-form .corporate-membership-signup-form-wrapper .af-form .af-fields .af-field .acf-label label {
  font-family: "Roboto Condensed", sans-serif !important;
  font-weight: 700 !important;
  font-size: 14px;
  color: #7726e0 !important;
}
section.corporate-membership-signup-form .corporate-membership-signup-form-wrapper .af-form .af-fields .af-field .af-input .acf-input-wrap input[type="text"],
section.corporate-membership-signup-form .corporate-membership-signup-form-wrapper .af-form .af-fields .af-field .af-input .acf-input-wrap input[type="email"],
section.corporate-membership-signup-form .corporate-membership-signup-form-wrapper .af-form .af-fields .af-field .af-input .acf-input-wrap input[type="number"],
section.corporate-membership-signup-form .corporate-membership-signup-form-wrapper .af-form .af-fields .af-field .af-input .acf-input-wrap input[type="tel"],
section.corporate-membership-signup-form .corporate-membership-signup-form-wrapper .af-form .af-fields .af-field .acf-input .acf-input-wrap input[type="text"],
section.corporate-membership-signup-form .corporate-membership-signup-form-wrapper .af-form .af-fields .af-field .acf-input .acf-input-wrap input[type="email"],
section.corporate-membership-signup-form .corporate-membership-signup-form-wrapper .af-form .af-fields .af-field .acf-input .acf-input-wrap input[type="number"],
section.corporate-membership-signup-form .corporate-membership-signup-form-wrapper .af-form .af-fields .af-field .acf-input .acf-input-wrap input[type="tel"] {
  width: 100%;
  display: block;
  padding: 12px;
  border: 1px solid #7726e0;
  border-radius: 4px;
  font-size: 16px;
  font-family: "Roboto Condensed", sans-serif;
  box-sizing: border-box;
}
section.corporate-membership-signup-form .corporate-membership-signup-form-wrapper .af-form .af-fields .af-field .af-input .acf-input-wrap input[type="text"]:focus,
section.corporate-membership-signup-form .corporate-membership-signup-form-wrapper .af-form .af-fields .af-field .af-input .acf-input-wrap input[type="email"]:focus,
section.corporate-membership-signup-form .corporate-membership-signup-form-wrapper .af-form .af-fields .af-field .af-input .acf-input-wrap input[type="number"]:focus,
section.corporate-membership-signup-form .corporate-membership-signup-form-wrapper .af-form .af-fields .af-field .af-input .acf-input-wrap input[type="tel"]:focus,
section.corporate-membership-signup-form .corporate-membership-signup-form-wrapper .af-form .af-fields .af-field .acf-input .acf-input-wrap input[type="text"]:focus,
section.corporate-membership-signup-form .corporate-membership-signup-form-wrapper .af-form .af-fields .af-field .acf-input .acf-input-wrap input[type="email"]:focus,
section.corporate-membership-signup-form .corporate-membership-signup-form-wrapper .af-form .af-fields .af-field .acf-input .acf-input-wrap input[type="number"]:focus,
section.corporate-membership-signup-form .corporate-membership-signup-form-wrapper .af-form .af-fields .af-field .acf-input .acf-input-wrap input[type="tel"]:focus {
  outline: none;
  border-color: #5f1ab9;
}
section.corporate-membership-signup-form .corporate-membership-signup-form-wrapper .af-form .af-fields .af-field .af-input textarea,
section.corporate-membership-signup-form .corporate-membership-signup-form-wrapper .af-form .af-fields .af-field .acf-input textarea {
  width: 100%;
  display: block;
  padding: 12px;
  border: 1px solid #7726e0;
  border-radius: 4px;
  font-size: 16px;
  font-family: "Roboto Condensed", sans-serif;
  box-sizing: border-box;
  resize: vertical;
}
section.corporate-membership-signup-form .corporate-membership-signup-form-wrapper .af-form .af-fields .af-field .af-input textarea:focus,
section.corporate-membership-signup-form .corporate-membership-signup-form-wrapper .af-form .af-fields .af-field .acf-input textarea:focus {
  outline: none;
  border-color: #5f1ab9;
}
section.corporate-membership-signup-form .corporate-membership-signup-form-wrapper .af-form .af-fields .af-field .af-input .acf-radio-list,
section.corporate-membership-signup-form .corporate-membership-signup-form-wrapper .af-form .af-fields .af-field .acf-input .acf-radio-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  border: none !important;
}
section.corporate-membership-signup-form .corporate-membership-signup-form-wrapper .af-form .af-fields .af-field .af-input .acf-radio-list:before,
section.corporate-membership-signup-form .corporate-membership-signup-form-wrapper .af-form .af-fields .af-field .acf-input .acf-radio-list:before {
  content: none !important;
}
section.corporate-membership-signup-form .corporate-membership-signup-form-wrapper .af-form .af-fields .af-field .af-input .acf-radio-list li,
section.corporate-membership-signup-form .corporate-membership-signup-form-wrapper .af-form .af-fields .af-field .acf-input .acf-radio-list li {
  margin: 0;
  padding: 0;
}
section.corporate-membership-signup-form .corporate-membership-signup-form-wrapper .af-form .af-fields .af-field .af-input .acf-radio-list li label,
section.corporate-membership-signup-form .corporate-membership-signup-form-wrapper .af-form .af-fields .af-field .acf-input .acf-radio-list li label {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 15px;
  border: 1px solid #7726e0;
  border-radius: 4px;
  cursor: pointer;
  transition: all ease-in 200ms;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
section.corporate-membership-signup-form .corporate-membership-signup-form-wrapper .af-form .af-fields .af-field .af-input .acf-radio-list li label:hover,
section.corporate-membership-signup-form .corporate-membership-signup-form-wrapper .af-form .af-fields .af-field .acf-input .acf-radio-list li label:hover {
  background-color: rgba(119,38,224,0.1);
}
section.corporate-membership-signup-form .corporate-membership-signup-form-wrapper .af-form .af-fields .af-field .af-input .acf-radio-list li label.selected,
section.corporate-membership-signup-form .corporate-membership-signup-form-wrapper .af-form .af-fields .af-field .acf-input .acf-radio-list li label.selected {
  background-color: #7726e0;
  color: white;
}
section.corporate-membership-signup-form .corporate-membership-signup-form-wrapper .af-form .af-fields .af-field .af-input .acf-radio-list li label.selected input[type="radio"],
section.corporate-membership-signup-form .corporate-membership-signup-form-wrapper .af-form .af-fields .af-field .acf-input .acf-radio-list li label.selected input[type="radio"] {
  accent-color: white;
}
section.corporate-membership-signup-form .corporate-membership-signup-form-wrapper .af-form .af-fields .af-field .af-input .acf-radio-list li label input[type="radio"],
section.corporate-membership-signup-form .corporate-membership-signup-form-wrapper .af-form .af-fields .af-field .acf-input .acf-radio-list li label input[type="radio"] {
  accent-color: #7726e0;
  width: 16px;
  height: 16px;
}
section.corporate-membership-signup-form .corporate-membership-signup-form-wrapper .af-form .af-fields .af-field .af-input .acf-true-false label,
section.corporate-membership-signup-form .corporate-membership-signup-form-wrapper .af-form .af-fields .af-field .acf-input .acf-true-false label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
section.corporate-membership-signup-form .corporate-membership-signup-form-wrapper .af-form .af-fields .af-field .af-input .acf-true-false label input[type="checkbox"],
section.corporate-membership-signup-form .corporate-membership-signup-form-wrapper .af-form .af-fields .af-field .acf-input .acf-true-false label input[type="checkbox"] {
  accent-color: #7726e0;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  flex-shrink: 0;
}
section.corporate-membership-signup-form .corporate-membership-signup-form-wrapper .af-form .af-fields .af-field .af-input .acf-true-false label .message,
section.corporate-membership-signup-form .corporate-membership-signup-form-wrapper .af-form .af-fields .af-field .acf-input .acf-true-false label .message {
  line-height: 1.4;
}
section.corporate-membership-signup-form .corporate-membership-signup-form-wrapper .af-form .af-fields .af-field .af-input .acf-true-false label .message a,
section.corporate-membership-signup-form .corporate-membership-signup-form-wrapper .af-form .af-fields .af-field .acf-input .acf-true-false label .message a {
  color: #7726e0;
  font-weight: 600;
}
section.corporate-membership-signup-form .corporate-membership-signup-form-wrapper .af-form .af-fields .af-field.af-field-type-textarea,
section.corporate-membership-signup-form .corporate-membership-signup-form-wrapper .af-form .af-fields .af-field.af-field-type-radio,
section.corporate-membership-signup-form .corporate-membership-signup-form-wrapper .af-form .af-fields .af-field.af-field-type-true-false {
  flex-basis: 100%;
  max-width: 100%;
}
section.corporate-membership-signup-form .corporate-membership-signup-form-wrapper .af-form .af-fields .af-field.af-field-required .af-label label:after,
section.corporate-membership-signup-form .corporate-membership-signup-form-wrapper .af-form .af-fields .af-field.af-field-required .acf-label label:after {
  content: " *";
  color: #7726e0;
}
section.corporate-membership-signup-form .corporate-membership-signup-form-wrapper .af-form .af-fields .af-field.acf-error {
  background: #f6e5e5;
  border-radius: 4px;
  box-shadow: 0 0 0 10px #f6e5e5, 0 0 0 11px #f7d3d3;
}
section.corporate-membership-signup-form .corporate-membership-signup-form-wrapper .af-form .af-fields .af-submit,
section.corporate-membership-signup-form .corporate-membership-signup-form-wrapper .af-form .af-fields .acf-form-submit {
  flex-basis: 100%;
  max-width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
}
section.corporate-membership-signup-form .corporate-membership-signup-form-wrapper .af-form .af-fields .af-submit .acf-button,
section.corporate-membership-signup-form .corporate-membership-signup-form-wrapper .af-form .af-fields .af-submit .af-submit-button,
section.corporate-membership-signup-form .corporate-membership-signup-form-wrapper .af-form .af-fields .af-submit button[type="submit"],
section.corporate-membership-signup-form .corporate-membership-signup-form-wrapper .af-form .af-fields .acf-form-submit .acf-button,
section.corporate-membership-signup-form .corporate-membership-signup-form-wrapper .af-form .af-fields .acf-form-submit .af-submit-button,
section.corporate-membership-signup-form .corporate-membership-signup-form-wrapper .af-form .af-fields .acf-form-submit button[type="submit"] {
  width: 90%;
  border-radius: 4.32px !important;
  height: fit-content !important;
  margin: 0 auto !important;
  padding: 12px 30px !important;
  font-size: 16px !important;
  line-height: 1em !important;
  font-weight: 700 !important;
  font-family: "Roboto Condensed", sans-serif !important;
  background: #7726e0;
  color: white !important;
  border: none;
  cursor: pointer;
  transition: all ease-in 200ms;
}
section.corporate-membership-signup-form .corporate-membership-signup-form-wrapper .af-form .af-fields .af-submit .acf-button:hover,
section.corporate-membership-signup-form .corporate-membership-signup-form-wrapper .af-form .af-fields .af-submit .af-submit-button:hover,
section.corporate-membership-signup-form .corporate-membership-signup-form-wrapper .af-form .af-fields .af-submit button[type="submit"]:hover,
section.corporate-membership-signup-form .corporate-membership-signup-form-wrapper .af-form .af-fields .acf-form-submit .acf-button:hover,
section.corporate-membership-signup-form .corporate-membership-signup-form-wrapper .af-form .af-fields .acf-form-submit .af-submit-button:hover,
section.corporate-membership-signup-form .corporate-membership-signup-form-wrapper .af-form .af-fields .acf-form-submit button[type="submit"]:hover {
  background: #5f1ab9;
}
section.corporate-membership-signup-form .corporate-membership-signup-form-wrapper .af-form .af-fields .af-submit .af-spinner,
section.corporate-membership-signup-form .corporate-membership-signup-form-wrapper .af-form .af-fields .af-submit .acf-spinner,
section.corporate-membership-signup-form .corporate-membership-signup-form-wrapper .af-form .af-fields .acf-form-submit .af-spinner,
section.corporate-membership-signup-form .corporate-membership-signup-form-wrapper .af-form .af-fields .acf-form-submit .acf-spinner {
  display: none;
}
section.corporate-membership-signup-form .corporate-membership-signup-form-wrapper .af-form .af-fields .af-submit .af-spinner.is-active,
section.corporate-membership-signup-form .corporate-membership-signup-form-wrapper .af-form .af-fields .af-submit .acf-spinner.is-active,
section.corporate-membership-signup-form .corporate-membership-signup-form-wrapper .af-form .af-fields .acf-form-submit .af-spinner.is-active,
section.corporate-membership-signup-form .corporate-membership-signup-form-wrapper .af-form .af-fields .acf-form-submit .acf-spinner.is-active {
  position: absolute;
}
section.corporate-membership-signup-form .corporate-membership-signup-form-instructions {
  text-align: center;
  font-family: "Roboto Condensed", sans-serif;
  color: #D2D2D2;
  margin-bottom: 20px;
}
section.corporate-membership-signup-form .corporate-membership-signup-form-instructions p {
  margin: 0;
}
section.corporate-membership-signup-form h2 {
  color: #7726e0;
  font-family: "Roboto Condensed", sans-serif;
}
.modal-target.go-in-draw-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(109,50,129,0.9);
  align-items: center;
  justify-content: center;
}
.modal-target.go-in-draw-modal.active {
  display: flex;
}
.modal-target.go-in-draw-modal span.close {
  position: absolute;
  font-size: 0;
  padding: 0;
  margin: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  top: 0;
  right: 0;
}
.modal-target.go-in-draw-modal span.close:after {
  content: '×';
  font-size: 40px;
}
.modal-target.go-in-draw-modal input::placeholder {
  color: rgba(255,255,255,0.5);
}
.modal-target.go-in-draw-modal .go-in-draw-modal-inner {
  background: #69307e;
  padding: 0 30px 5px;
  border: 4px solid rgba(0,0,0,0.1);
  border-radius: 12px;
  max-width: calc(80%);
  width: 450px;
  text-align: left;
  position: relative;
}
.modal-target.go-in-draw-modal .go-in-draw-modal-inner input[type=text],
.modal-target.go-in-draw-modal .go-in-draw-modal-inner input[type=email] {
  width: 100% !important;
  font-size: 20px;
}
.modal-target.go-in-draw-modal .go-in-draw-modal-inner .field.field-submit input {
  margin: 40px auto 0 !important;
  display: block !important;
}
.zoom-controls {
  z-index: 1;
  position: absolute;
  left: 10px;
  top: 10px;
}
.zoom-controls div {
  background: white;
  font-size: 30px;
  padding: 10px;
  text-align: center;
  user-select: none;
  cursor: pointer;
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  margin: 10px;
}
.Blackcard_sliders .join_us {
  padding-left: 0px;
}
.Blackcard_sliders .slick-dots {
  display: none;
}
.black_card_spa,
.upgrade_membership {
  text-align: center;
}
.banner_section .section-inner {
  text-align: center;
  margin: 30px auto;
}
.manager_section {
  padding: 40px 100px;
}
.find-a-gym-title {
  padding: 10px;
  text-align: center;
}
.map-section {
  background: #EBEBEB;
}
.map-container {
  width: 1500px;
  max-width: 100%;
  display: flex;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .map-container {
    flex-direction: column !important;
  }
}
.list-column,
.map-column {
  min-height: 500px;
}
.list-column {
  flex-grow: 1;
  min-width: 33%;
  height: 80vh;
  box-sizing: border-box;
  padding: 10px;
}
@media screen and (max-width: 800px) {
  .list-column {
    height: auto !important;
  }
}
@media screen and (max-width: 1200px) and (min-width: 800px) {
  .list-column {
    height: auto !important;
  }
}
@media screen and (min-width: 1200px) {
  .list-column {
    overflow-y: scroll !important;
  }
}
.map-cards {
  display: flex;
  flex-direction: column;
  margin-right: 30px;
}
@media screen and (max-width: 800px) {
  .map-cards {
    margin-right: 0 !important;
  }
}
.map-cards .map-card {
  order: 2;
  background: white;
  margin: 15px 0;
  box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.2);
  padding: 20px;
}
.map-cards .map-card.featured {
  order: 1;
}
.map-card h4 {
  color: #7726e0;
  font-size: 20px;
}
.map-card .feature-text {
  float: right;
  font-weight: bold;
  margin-bottom: 15px;
}
.map-card .feature-text div[style^="background-color:"] p {
  color: #7726e0 !important;
}
.map-card .divider {
  clear: both;
  margin: 15px 0;
}
.club-link {
  font-weight: bold;
  float: right;
  padding: 5px;
  line-height: 38px;
  color: #7726e0 !important;
}
.club-button {
  float: right;
  margin-left: 10px;
  background: #7926e0;
  padding: 0 24px;
  border-radius: 34px;
  color: white;
  text-decoration: none;
  font-weight: bold;
  line-height: 48px;
  transition: all ease-in 200ms;
}
.club-button:hover {
  background: #42007d;
  color: white;
}
.map-column {
  min-width: 66%;
  flex-grow: 2;
  background: #ffdc00;
  overflow: hidden;
  position: relative;
  align-items: center;
  justify-content: center;
  display: flex;
}
@media screen and (max-width: 800px) {
  .map-column.old {
    display: none !important;
  }
}
@media screen and (max-width: 1200px) and (min-width: 800px) {
  .map-column.old {
    display: none !important;
  }
}
.interactive-map-container {
  position: absolute;
}
.interactive-map {
  position: relative;
  width: 100%;
}
.map-pin-container {
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  position: absolute;
  display: block;
  width: 20px;
  height: 25px;
  z-index: 10;
}
.map-pin-container .map-pin {
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  width: 20px;
  cursor: pointer;
  position: relative;
}
.map-search-box-container {
  display: flex;
  gap: 0;
  flex-wrap: nowrap;
  align-items: stretch;
  margin: 30px 20px 20px 0px;
}
.map-search-box-container .map-search-button {
  text-align: center;
  color: #7726e0;
  background: #ffdc00;
  text-transform: none;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  font-family: "Roboto Condensed", sans-serif;
  cursor: pointer;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  border-radius: 4px;
  display: inline-block;
  user-select: none;
  border: none;
  margin: 0;
  border-radius: 0 50px 50px 0;
  padding: 13px 20px;
  width: unset !important;
  margin: 0 !important;
}
.map-search-box-container .map-search-button:hover {
  color: #ffdc00 !important;
  background: #7726e0;
}
.map-search-box-container .map-search-box-input {
  margin: 0;
  border-radius: 50px 0 0 50px;
  width: 80%;
  border: none;
  padding: 15px 15px 15px 60px;
  font-weight: bold;
  background: url("/carbon/data/themes/carbon_x/dna/images/map-search-icon.svg") no-repeat scroll 4px 3px;
  background-color: white;
}
.map-search-box-container .map-search-box-input::placeholder {
  color: #ccc;
}
#map-confinement {
  position: absolute;
  left: -350px;
  right: -350px;
  top: -350px;
  bottom: -350px;
}
.header-top {
  position: fixed;
  width: 100%;
  z-index: 1000;
}
.countdown-timer-container {
  background: #7726e0;
  color: white;
  padding: 1px 15px 18px 15px;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}
.countdown-timer-container #countdown-timer {
  font-size: 50px;
  display: block;
  margin: 0;
  margin-top: 5px;
  margin-bottom: 5px;
  color: #ffdc00;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.0em;
}
.countdown-timer-container #countdown-timer span span {
  color: white;
  font-weight: normal;
  padding-left: 5px;
  letter-spacing: 0;
}
.countdown-timer-container #countdown-active-message {
  font-size: 30px;
  margin: 20px auto 0 auto;
  font-weight: bold;
  line-height: 1.0em;
}
.countdown-timer-container .countdown-minor-message p {
  font-size: 15px;
  color: white;
  padding: 0;
}
.countdown-timer-container .countdown-minor-message a {
  color: #ffdc00;
}
.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.distance-to-text {
  text-align: right;
  color: black;
  font-size: 16px;
  clear: both;
  font-weight: bold;
  padding-top: 10px;
}
.distance-to-text span {
  font-weight: bold;
}
.wof-wheel-standalone p {
  padding: 0;
}
.terms-condition {
  padding: 20px 100px;
  margin-top: 25px;
}
.terms-condition ol li {
  margin: 20px;
}
.terms-condition ol li p {
  margin: 0px !important;
}
.mothers-day-content p {
  text-align: center;
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}
#form_6451f6740a13b {
  width: 50%;
  margin: auto;
}
#form_6451f6740a13b .acf-field .acf-label label {
  font-weight: 600;
  color: #7726e0;
  font-family: "Roboto Condensed", sans-serif;
}
#form_6451f6740a13b .select-field:before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(/ui/carbon_x/dna/images/downarrow.png);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 15px;
  position: absolute;
  right: 10px;
}
#form_6451f6740a13b .options {
  margin-top: 10px;
  background: #7726e0 !important;
}
#form_6451f6740a13b .options a {
  color: #ffdc00;
  font-weight: bold;
  font-family: "Roboto Condensed", sans-serif;
}
#form_6451f6740a13b .options a:hover {
  color: #ffffff;
}
#form_6451f6740a13b .af-submit.acf-form-submit {
  text-align: center;
}
#form_6451f6740a13b .acf-button.af-submit-button {
  margin: 10px;
  padding: 12px 40px;
  text-align: center;
  color: #7726e0 !important;
  background: #ffdc00;
  text-transform: none !important;
  text-decoration: none !important;
  font-size: 20px;
  font-weight: bold;
  font-family: "Roboto Condensed", sans-serif;
  cursor: pointer;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  border-radius: 4px;
  display: inline-block;
  user-select: none;
  border: none;
}
#form_6451f6740a13b .acf-button.af-submit-button:hover {
  color: #ffdc00 !important;
  background: #7726e0;
}
@media screen and (max-width: 1024px) {
  .terms-condition {
    padding: 2px 50px;
  }
  #form_6451f6740a13b {
    width: 70%;
    margin: auto;
  }
}
@media screen and (max-width: 425px) {
  #form_6451f6740a13b {
    width: 100%;
    margin: auto;
  }
}
.map-popup {
  font-size: 15px;
  width: 150px;
  z-index: 11;
  background: white;
  position: absolute;
  top: 27px;
  right: -59px;
}
.map-popup .info {
  padding: 10px;
  text-align: center;
  color: #42007d;
}
.map-popup .info .club-title {
  color: black;
  font-size: 15px;
  font-weight: 600;
}
.map-popup .info .club_link {
  margin: 0;
}
.map-popup .info .club_link a {
  padding: 10px;
  box-shadow: 0px 1px 5px #ccc;
  font-weight: 600;
  border-radius: 1em;
  text-decoration: none;
}
#have-promo-code-link {
  margin-bottom: 20px;
  font-size: 23px;
  color: #7726e0;
  text-decoration: underline;
  cursor: pointer;
  display: block;
  user-select: none;
}
#coupon-section {
  display: none;
  margin: 40px 0 50px 0;
  width: 400px;
  max-width: 100%;
}
#coupon-section #coupon-field {
  border-radius: 5px 0 0 5px;
  height: 60px;
}
#coupon-section #coupon-apply-button {
  user-select: none;
  cursor: pointer;
  background: #ffdc00;
  color: #7726e0;
  border-radius: 0 5px 5px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  font-size: 24px;
  height: 60px;
}
#coupon-failure,
#coupon-success {
  display: none;
  margin: 20px 0 50px 0;
  font-size: 20px;
}
#coupon-success {
  color: green;
}
#coupon-failure {
  color: red;
}
.influencer_form_container {
  display: flex;
  justify-content: center;
  max-width: 1500px;
  width: 98.2%;
  margin: 0 auto;
  padding: 50px 0;
}
.influencer_form_container h3 {
  margin: 0 auto;
  width: 800px;
}
.influencer_form_container form {
  max-width: 800px;
  margin: 0 auto;
}
.membership_plan.classic.contract-plan {
  width: 100% !important;
  max-width: 734px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.p_20412 {
  display: none;
}
.page-id-3642 .p_20412 {
  display: block;
}
.page-id-3642 #virtualtour {
  display: none;
}
.trigger-payment-condition-modal.c-toggles.no-contract {
  cursor: pointer;
}
.payment-conditions-modal .modal-inner {
  max-height: 100vh;
}
@media screen and (max-width: 1200px) {
  .payment-conditions-modal .modal-inner {
    overflow: scroll !important;
  }
}
header .header-bottom .nav-logo {
  transform: translateY(12px) !important;
}
@media only screen and (max-width: 800px) {
  header .menu-link {
    top: 7px !important;
  }
}
.toggle-countdown {
  background: #fade53;
  position: absolute;
  bottom: 0;
  right: 10px;
  width: 30px;
  text-align: center;
  line-height: 38px;
  height: 30px;
  border-radius: 10px 10px 0 0;
  cursor: pointer;
  display: none;
}
@media only screen and (max-width: 700px) {
  div#countdown-timer .g {
    display: flex;
    width: 60px;
    flex-direction: column;
    line-height: 1;
    font-size: 30px;
  }
  div#countdown-timer .g span {
    font-size: 16px;
    text-align: center;
  }
  .countdown-timer-container #countdown-timer {
    display: flex;
    justify-content: center;
  }
  .toggle-countdown {
    display: block;
  }
  .countdown-min .alert-countdown-wrapper #countdown-timer {
    display: none !important;
  }
  .countdown-min .alert-countdown-wrapper .toggle-countdown {
    transform: rotate(180deg);
    border-radius: 0 0 10px 10px;
    line-height: 30px;
  }
  .countdown-min .countdown-timer-container {
    padding-bottom: 5px;
  }
  .countdown-min .countdown-timer-container #countdown-active-message {
    margin: 10px 0;
  }
}
main section.no-center {
  background: transparent url(../../images/bravofit-pattern.png) center / 128px 128px repeat;
}
main section.no-center .section-inner {
  max-width: 1200px !important;
  background-color: #fff;
  padding: 100px;
}
main section.no-center .section-inner p {
  width: auto !important;
}
body.page-bravofit-vendor-of-the-year main section.no-center {
  padding-top: 100px;
}
body.page-bravofit-vendor-of-the-year form .af-success {
  padding: 20px;
  background-color: #ffdc00;
  color: #7726e0;
  font-weight: bold;
}
body.page-bravofit-vendor-of-the-year form .af-success p {
  color: #7726e0;
}
body.page-bravofit-vendor-of-the-year form .af-field-brief-summary,
body.page-bravofit-vendor-of-the-year form .af-field-significant-challenge,
body.page-bravofit-vendor-of-the-year form .af-field-example-project,
body.page-bravofit-vendor-of-the-year form .af-field-explain-standsards-and-quality {
  padding-left: 200px;
  background-size: 150px auto;
  background-position: 25px 50%;
  background-repeat: no-repeat;
}
body.page-bravofit-vendor-of-the-year form .af-field-brief-summary {
  background-image: url(/carbon/assets/0007e8/000004/PlanetFitness_Gear_Logo_RGB-1.png);
}
body.page-bravofit-vendor-of-the-year form .af-field-significant-challenge {
  background-image: url(../../images/faith-grit.png);
}
body.page-bravofit-vendor-of-the-year form .af-field-example-project {
  background-image: url(../../images/one-percent-better.png);
}
body.page-bravofit-vendor-of-the-year form .af-field-explain-standsards-and-quality {
  background-image: url(../../images/guardian.jpg);
}
@media (max-width: 767px) {
  body.page-bravofit-vendor-of-the-year form .af-field-brief-summary,
  body.page-bravofit-vendor-of-the-year form .af-field-significant-challenge,
  body.page-bravofit-vendor-of-the-year form .af-field-example-project,
  body.page-bravofit-vendor-of-the-year form .af-field-explain-standsards-and-quality {
    padding-left: 0 !important;
    background: none !important;
  }
  main section.no-center .section-inner {
    padding: 10px !important;
  }
}
.accordion-list.accordion {
  width: calc(calc(100%) - 30px);
  margin: 0 auto;
  max-width: 1320px;
  border-top: 1px solid #42007d;
  margin-top: 40px;
}
.accordion-list.accordion .accordion-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  color: #42007d;
  display: flex;
}
.accordion-list.accordion .accordion-item {
  border-bottom: 1px solid #42007d;
  padding: 10px 0;
}
.accordion-list.accordion .accordion-item .accordion-content p {
  padding-left: 0;
  padding-right: 0;
}
.accordion-list.accordion .accordion-title .label {
  flex: 1;
}
.accordion-list.accordion .accordion-title .icon {
  flex: 18px;
  max-width: 18px;
  height: 18px;
  background: #762b86;
  margin: 3px 0 0px 10px;
  border-radius: 2px;
  position: relative;
}
.accordion-list.accordion .accordion-title .icon:before,
.accordion-list.accordion .accordion-title .icon:after {
  content: '';
  display: block;
  position: absolute;
  top: 8px;
  left: 3px;
  background: white;
  height: 2px;
  width: 12px;
  transform: translate(0);
  transition: all ease-in 200ms;
  border-radius: 2px;
}
.accordion-list.accordion .accordion-item:not(.active) .accordion-title .icon:before {
  transform: rotate(90deg);
}
.menu-main-menu-container {
  margin-top: 70px;
  margin: 0 auto 0;
  width: 100%;
  max-width: 400px;
}
#main-nav .menu-main-menu-container ul.menu {
  margin: 0;
  border-top: 1px solid #DDD;
}
#main-nav .menu-main-menu-container ul.menu li {
  border-bottom: 1px solid #DDD;
  margin: 0 !important;
}
#main-nav .menu-main-menu-container ul.menu li a {
  display: block;
  text-align: left;
  padding: 10px 0;
  font-weight: 300;
  font-size: 20px;
  letter-spacing: 0.02em;
  line-height: 33px;
}
#main-nav ul#menu-main-menu li.menu-style-icon {
  border-bottom: 0;
  padding-top: 12px;
}
#main-nav ul#menu-main-menu li.menu-style-button {
  border-top: 1px solid #DDD;
}
#main-nav ul#menu-main-menu li.menu-style-button a {
  margin: 20px 0;
  width: 150px;
  margin-right: 0;
  line-height: 48px;
  align-items: center;
  font-size: 18px !important;
  height: 48px;
  background: #7726e0;
  padding: 0 34px !important;
  border-radius: 30px;
  color: white;
  text-align: center;
}
#main-nav ul#menu-main-menu li.menu-style-icon a {
  font-size: 18px;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 12px 0;
}
#main-nav ul#menu-main-menu li.menu-style-icon a:before {
  display: block;
  width: 19px;
  height: 19px;
  content: '';
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#main-nav ul#menu-main-menu li.menu-style-icon.customer-service a:before {
  background-image: url(../../images/icon_customer_service.svg);
}
#main-nav ul#menu-main-menu li.menu-style-icon.login a:before {
  background-image: url(../../images/icon_login.svg);
}
#main-nav ul#menu-main-menu li.menu-style-icon + .menu-style-icon {
  padding-bottom: 12px;
  padding-top: 0;
}
#main-nav .menu-social {
  margin: 0 auto 0;
  width: 100%;
  max-width: 400px;
  text-align: left;
}
#main-nav .menu-social .menu-social-title {
  font-weight: 400;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  padding: 15px 0;
}
#main-nav .menu-social .menu-social-title .light {
  font-weight: 300;
}
#main-nav .menu-social ul.social {
  display: flex;
  margin: 0 0 0;
}
#main-nav .menu-social ul.social li {
  width: 30px;
}
#main-nav .menu-social ul.social li img {
  filter: invert(100%);
  width: 20px;
  height: 20px;
  object-fit: contain;
  object-position: left;
}
header .header-bottom .nav-logo {
  transition: all ease-in 200ms;
  border-radius: 70px;
}
.map-card .feature-text div {
  background: #ffdc00 !important;
}
.map-card .feature-text div p {
  color: #42007d !important;
}
.interactive-map-container .interactive-map {
  -webkit-user-drag: none;
  user-select: none;
}
.privacy-modal-inner .close.pfa-button {
  background: none !important;
  color: unset !important;
  padding: 0 40px 0 0 !important;
  margin: 0;
  line-height: unset;
  position: relative;
  cursor: pointer;
}
.privacy-modal .privacy-modal-inner {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  gap: 30px;
}
@media only screen and (max-width: 800px) {
  .privacy-modal .privacy-modal-inner {
    padding: 20px;
  }
}
.privacy-modal .privacy-modal-inner a.close:after,
.privacy-modal .privacy-modal-inner a.close:before {
  content: '';
  display: block;
  width: 25px;
  height: 2px;
  position: absolute;
  right: 0;
  background: #555a5c;
  top: 12px;
  transform: rotate(45deg);
  transition: all ease-in 200ms;
}
.privacy-modal .privacy-modal-inner a.close:before {
  transform: rotate(-45deg);
}
.privacy-modal .privacy-modal-inner a.close:hover {
  color: #42007d !important;
}
.privacy-modal .privacy-modal-inner a.close:hover:before,
.privacy-modal .privacy-modal-inner a.close:hover:after {
  background: #42007d;
}
@media only screen and (max-width: 500px) {
  .privacy-modal-inner .close.pfa-button {
    position: absolute;
    top: -27px;
    right: 0;
    background: #eee !important;
    padding: 8px 10px 8px 20px !important;
    width: 102px;
    text-align: left;
    font-size: 16px;
  }
  .privacy-modal-inner .close.pfa-button:before,
  .privacy-modal-inner .close.pfa-button:after {
    right: 15px !important;
    top: 19px !important;
    width: 16px !important;
  }
}
.hero-banner ul li.slick-slide.use-v2-font-sizings .hero-banner-overlay .hero-banner-overlay-inner h1 {
  font-size: 70px !important;
  line-height: 71px !important;
}
@media screen and (max-width: 800px) {
  .hero-banner ul li.slick-slide.use-v2-font-sizings .hero-banner-overlay .hero-banner-overlay-inner h1 {
    font-size: 30px !important;
    line-height: 34px !important;
  }
}
.hero-banner ul li.slick-slide.has-mobile-image {
  display: grid;
  grid-template-areas: "content";
}
@media screen and (max-width: 800px) {
  .hero-banner ul li.slick-slide.has-mobile-image {
    min-height: 460px !important;
  }
}
.hero-banner ul li.slick-slide.has-mobile-image .image {
  grid-area: content;
}
.hero-banner ul li.slick-slide.has-mobile-image .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.hero-banner ul li.slick-slide.has-mobile-image .hero-banner-overlay {
  position: relative;
  grid-area: content;
}
.hero-banner ul li.slick-slide .hero-banner-overlay .hero-banner-overlay-inner .tagline {
  color: #FFFFFF;
  font-weight: 600;
}
@media screen and (max-width: 800px) {
  .hero-banner ul li.slick-slide .hero-banner-overlay .hero-banner-overlay-inner .tagline {
    font-size: 14px !important;
    line-height: 17px !important;
  }
}
.hero-banner ul li.slick-slide .hero-banner-overlay .hero-banner-overlay-inner.align--left {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding-left: 84px;
  justify-content: center;
  align-items: start;
}
@media screen and (max-width: 800px) {
  .hero-banner ul li.slick-slide .hero-banner-overlay .hero-banner-overlay-inner.align--left {
    padding-left: 20px;
  }
}
.hero-banner ul li.slick-slide .hero-banner-overlay .hero-banner-overlay-inner.align--left h1,
.hero-banner ul li.slick-slide .hero-banner-overlay .hero-banner-overlay-inner.align--left h2,
.hero-banner ul li.slick-slide .hero-banner-overlay .hero-banner-overlay-inner.align--left h3,
.hero-banner ul li.slick-slide .hero-banner-overlay .hero-banner-overlay-inner.align--left h4,
.hero-banner ul li.slick-slide .hero-banner-overlay .hero-banner-overlay-inner.align--left h5,
.hero-banner ul li.slick-slide .hero-banner-overlay .hero-banner-overlay-inner.align--left h6,
.hero-banner ul li.slick-slide .hero-banner-overlay .hero-banner-overlay-inner.align--left p {
  text-align: left !important;
}
.hero-banner ul li.slick-slide .hero-banner-overlay .hero-banner-overlay-inner.align--left h2,
.hero-banner ul li.slick-slide .hero-banner-overlay .hero-banner-overlay-inner.align--left h3 {
  margin: 0px !important;
  padding: 10px !important;
}
.hero-banner ul li.slick-slide .hero-banner-overlay .hero-banner-overlay-inner.align--left > p {
  margin: 0px !important;
  padding: 10px !important;
}
.load-more-container {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 10px 0px 20px;
}
