/*!******************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/index.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./cartridges/app_custom_basicfit/cartridge/client/default/scss/pages/checkout.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************/
/** font family **/
.discount-label {
  background-color: #7adec9;
  padding: 8px 12px;
  margin-top: 20px;
  width: 80%;
  order: 3;
}
.discount-label .discount-label--promotion {
  margin-top: 0;
  margin-bottom: 42px;
  max-width: 250px;
}
.discount-label .discount-label__container,
.discount-label .discount-label--club-list {
  display: flex;
  align-items: center;
}
.discount-label .discount-label__text {
  color: #6131ad;
  font-family: "HeadingProTreble-Heavy", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}
.discount-label .discount-label__text-regular {
  color: #2d2d2d;
}
.discount-label .discount-label__promotion {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 6px;
  opacity: 0;
  transition: opacity 0.33s ease-in 1s;
}
.discount-label .discount-label__promotion.js-loaded {
  opacity: 1;
}
.discount-label .discount-label__promotion.promotion-plain-text {
  opacity: 1;
}
.discount-label .discount-label__tooltip-icon,
.discount-label .discount-label__promotion-icon {
  position: relative;
  margin-left: 10px;
  cursor: pointer;
}
.discount-label .discount-label__tooltip-icon::before,
.discount-label .discount-label__promotion-icon::before {
  display: block;
  content: "";
  background-image: url("../../img/social/icon-tooltip.svg");
  width: 14px;
  height: 14px;
  left: -3px;
  top: 3px;
}
.discount-label .discount-label__promotion-icon {
  margin-left: 0;
  margin-right: 6px;
}
.discount-label .discount-label__promotion-icon::before {
  background-image: url("../../img/clock-black.svg");
  background-size: 12px;
  width: 12px;
  height: 12px;
}
.discount-label discount-label__tooltip-popup .discount-label__promotion-text {
  font-family: "HeadingProDouble-Regular", sans-serif;
  font-size: 11px;
  line-height: 12px;
  margin-right: 5px;
}
.discount-label .discount-label__tooltip-popup {
  display: none;
  border: 1px solid #d8d8d8;
  background-color: #fff;
  position: absolute !important;
  top: 23px;
  left: 50%;
  transform: translateX(-50%);
  padding: 12px;
  width: 315px;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .discount-label .discount-label__tooltip-popup {
    width: 225px;
  }
}
.discount-label .discount-label__tooltip-popup::before {
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  background-color: #fff;
  border-left: 1px solid #d8d8d8;
  border-top: 1px solid #d8d8d8;
}
.discount-label .discount-label__tooltip-popup.show {
  display: block;
}
.discount-label .discount-label__tooltip-popup-paragraph,
.discount-label .discount-label__tooltip-popup-text {
  color: #2d2d2d;
  font-family: "HeadingProDouble-Regular", sans-serif;
  font-size: 14px;
  line-height: 20px;
}
.discount-label .discount-label__tooltip-popup-text {
  color: #d8d8d8;
  font-size: 12px;
  margin-top: 20px;
}

.tooltip-modal-icon,
.discount-label__tooltip-icon,
.discount-label__promotion-icon {
  position: relative;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  border: 0;
  background-color: transparent;
  padding: 0;
}
.tooltip-modal-icon::before,
.discount-label__tooltip-icon::before,
.discount-label__promotion-icon::before {
  display: block;
  content: "";
  background-image: url("../../../img/social/icon-tooltip.svg");
  width: 14px;
  height: 14px;
  left: -3px;
  top: 3px;
}
.page-designer-reference .tooltip-modal-icon::before,
.page-designer-reference .discount-label__tooltip-icon::before,
.page-designer-reference .discount-label__promotion-icon::before {
  background-image: url("../../../../img/social/icon-tooltip.svg");
}

.flex-promo .tooltip-modal-icon::before {
  background-image: url("../../../img/social/icon-tooltip-white.svg");
}

.tooltip-modal-icon .tooltip-content {
  display: none;
}

.tt-modal,
.panel-modal {
  display: none;
  position: fixed;
  background: #fff;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  max-height: 100vh;
  z-index: 101;
}
@media only screen and (min-width: 768px) {
  .tt-modal,
.panel-modal {
    max-width: 448px;
  }
}
@media only screen and (max-width: 767px) {
  .tt-modal,
.panel-modal {
    top: initial;
    right: initial;
    left: 0;
    bottom: 0;
    width: 100%;
    max-height: 90%;
  }
}
.tt-modal.show, .tt-modal.active,
.panel-modal.show,
.panel-modal.active {
  display: block;
}
.tt-modal.from-side,
.panel-modal.from-side {
  display: block;
  opacity: 0;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-out;
  transform: translateX(100%);
}
@media only screen and (max-width: 767px) {
  .tt-modal.from-side,
.panel-modal.from-side {
    transform: translateX(0);
    transform: translateY(100%);
  }
}
.tt-modal.from-side.show, .tt-modal.from-side.active,
.panel-modal.from-side.show,
.panel-modal.from-side.active {
  opacity: 1;
  transform: translateX(0);
}
@media only screen and (max-width: 767px) {
  .tt-modal.from-side.show, .tt-modal.from-side.active,
.panel-modal.from-side.show,
.panel-modal.from-side.active {
    transform: translateY(0);
  }
}
.tt-modal .modal-close,
.panel-modal .modal-close {
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 5px;
  right: 5px;
  background-color: #fff;
  cursor: pointer;
  z-index: 2;
  border: 0;
}
.tt-modal .modal-close::before,
.panel-modal .modal-close::before {
  font-family: "iconfont";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  color: inherit;
  content: "\F10F";
  font-size: 16px;
  position: relative;
  z-index: 1;
  pointer-events: all;
}

.tooltip-content,
.panel-modal-content {
  max-width: 100%;
  max-height: 100%;
  padding: 0;
  position: relative;
  height: 100%;
  overflow: auto !important;
  display: none;
  scrollbar-color: #c5c5c5 transparent;
  scrollbar-width: thin;
}
.tooltip-content::-webkit-scrollbar,
.panel-modal-content::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.tooltip-content::-webkit-scrollbar-track,
.panel-modal-content::-webkit-scrollbar-track {
  background-color: transparent;
}
.tooltip-content::-webkit-scrollbar-thumb,
.panel-modal-content::-webkit-scrollbar-thumb {
  background-color: #c5c5c5;
}
.show .tooltip-content,
.show .panel-modal-content {
  display: block;
}
.show .tooltip-content .image-wrapper,
.show .tooltip-content .text-wrapper,
.show .panel-modal-content .image-wrapper,
.show .panel-modal-content .text-wrapper {
  display: block;
  margin-top: 48px;
}
.show .tooltip-content.has-image .image-wrapper,
.show .panel-modal-content.has-image .image-wrapper {
  display: block;
}
.tooltip-content.has-image .image-wrapper,
.panel-modal-content.has-image .image-wrapper {
  display: none;
  position: relative;
  text-align: center;
  line-height: 0;
}
.tooltip-content.has-image img,
.panel-modal-content.has-image img {
  width: 100%;
  max-width: 448px;
}
.tooltip-content.has-image .text-wrapper,
.panel-modal-content.has-image .text-wrapper {
  padding: 32px;
}
@media only screen and (max-width: 767px) {
  .tooltip-content.has-image .text-wrapper,
.panel-modal-content.has-image .text-wrapper {
    padding: 16px;
  }
}
.tooltip-content:not(.has-image),
.panel-modal-content:not(.has-image) {
  height: calc(100% - 48px);
}
.tooltip-content:not(.has-image) .image-wrapper,
.panel-modal-content:not(.has-image) .image-wrapper {
  display: none;
}
.tooltip-content img,
.panel-modal-content img {
  max-width: 100%;
}
.tooltip-content .text-wrapper,
.panel-modal-content .text-wrapper {
  display: none;
  position: relative;
  z-index: 1;
  padding: 16px 32px 32px;
}
@media only screen and (max-width: 767px) {
  .tooltip-content .text-wrapper,
.panel-modal-content .text-wrapper {
    padding: 8px 16px 16px;
  }
}
.tooltip-content h3.title,
.panel-modal-content h3.title {
  font-family: "HeadingProTreble-ExtraBold", sans-serif;
  font-size: 20px;
  line-height: 120%;
  margin-bottom: 16px;
  text-transform: uppercase;
}
.tooltip-content h3.title.club-detail,
.panel-modal-content h3.title.club-detail {
  font-family: "HeadingProTreble-Heavy", sans-serif;
}
.tooltip-content .text,
.panel-modal-content .text {
  font-family: "HeadingProDouble-Regular", sans-serif;
  font-size: 16px;
  line-height: 150%;
  overflow: hidden;
}
.tooltip-content .text p,
.panel-modal-content .text p {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0 0 12px;
}
.tooltip-content .text ul,
.tooltip-content .text ol,
.panel-modal-content .text ul,
.panel-modal-content .text ol {
  margin: revert;
  list-style: revert;
  padding-left: 8px;
}
.tooltip-content .text ul:first-child,
.tooltip-content .text ol:first-child,
.panel-modal-content .text ul:first-child,
.panel-modal-content .text ol:first-child {
  margin-top: 0;
}
.tooltip-content .text ul:last-child,
.tooltip-content .text ol:last-child,
.panel-modal-content .text ul:last-child,
.panel-modal-content .text ol:last-child {
  margin-bottom: 0;
}
.tooltip-content .text h4,
.panel-modal-content .text h4 {
  font-family: "HeadingProTreble-ExtraBold", sans-serif;
  font-size: 16px;
  line-height: 120%;
  margin: 0 0 12px;
}
.tooltip-content .text .styled-list,
.panel-modal-content .text .styled-list {
  counter-reset: list-number;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-left: 0;
}
.tooltip-content .text .styled-list > li,
.panel-modal-content .text .styled-list > li {
  display: flex;
  gap: 15px;
  align-items: center;
}
.tooltip-content .text .styled-list > li::before,
.panel-modal-content .text .styled-list > li::before {
  counter-increment: list-number;
  content: counter(list-number);
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  color: #fff;
  background-color: #2d2d2d;
  font-family: "HeadingProTreble-ExtraBold", sans-serif;
  font-size: 20px;
  align-self: flex-start;
}
.tooltip-content .text table,
.panel-modal-content .text table {
  width: 100%;
  margin: 0 0 12px;
}
.tooltip-content .text table td:last-child,
.panel-modal-content .text table td:last-child {
  text-align: right;
  white-space: nowrap;
}
.tooltip-content a:not(.btn),
.panel-modal-content a:not(.btn) {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  text-decoration: underline;
}
.tooltip-content a:not(.btn):hover,
.panel-modal-content a:not(.btn):hover {
  text-decoration: none;
}

body.pm-overlay {
  overflow-y: hidden;
}
body.pm-overlay .panel-modal-overlay {
  background-color: #313136;
  opacity: 0.45;
  width: 100%;
  height: 1000%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 42;
  bottom: auto;
}
body.tt-popup-overlay {
  overflow-y: hidden;
}
body.tt-popup-overlay .tt-overlay {
  background-color: #313136;
  opacity: 0.45;
  width: 100%;
  height: 1000%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 42;
  bottom: auto;
}

.search-filters {
  max-width: 100%;
  background-color: #ece9e8;
  padding: 8px 16px 16px;
  width: 100%;
}
.search-filters .title {
  color: #2d2d2d;
  font-family: "HeadingProTreble-ExtraBold", sans-serif;
  font-size: 16px;
  line-height: 120%;
  text-transform: uppercase;
  margin: 0 0 8px;
}
@media only screen and (min-width: 768px) {
  .search-filters .title {
    display: none;
  }
}
.search-filters .filter-wrapper {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  overflow-x: auto;
}
@media only screen and (min-width: 768px) {
  .search-filters .filter-wrapper {
    flex-direction: row;
    align-items: center;
  }
}
.search-filters .filter-wrapper .filters {
  flex-grow: 1;
  display: flex;
  flex-wrap: nowrap;
  overflow: auto;
  max-width: 100%;
  padding: 0 0 10px;
  scrollbar-color: #c5c5c5 #fff;
  scrollbar-width: thin;
}
.search-filters .filter-wrapper .filters::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.search-filters .filter-wrapper .filters::-webkit-scrollbar-track {
  background-color: #fff;
}
.search-filters .filter-wrapper .filters::-webkit-scrollbar-thumb {
  background-color: #c5c5c5;
}
.search-filters .filter-wrapper .filters a {
  font-family: "HeadingProTreble-Regular", sans-serif;
  border-radius: 20px;
  background-color: #fff;
  border: 2px solid #c5c5c5;
  font-size: 11px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 36px;
  padding: 4px 16px;
  white-space: nowrap;
  margin-right: 12px;
}
.search-filters .filter-wrapper .filters a:last-child {
  margin-right: 0;
}
@media (hover: hover) and (pointer: fine) {
  .search-filters .filter-wrapper .filters a:hover {
    color: #fff;
    background-color: #ad8edf;
    border-color: #ad8edf;
  }
}
.search-filters .filter-wrapper .filters a.selected {
  border-color: #6131ad;
  background-color: #6131ad;
  color: #fff;
}

.search-results-clubs-header {
  flex: 1 1 100%;
  margin: 0 16px;
}
.search-results-clubs-header .only-title .title {
  padding-top: 40px;
}
@media only screen and (min-width: 768px) {
  .search-results-clubs-header .only-title .title {
    padding-top: 24px;
  }
}
.search-results-clubs-header .header-message {
  margin: 24px 0 29px;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .search-results-clubs-header .header-message {
    margin: 20px 0;
  }
}
.search-results-clubs-header .icon-search-match,
.search-results-clubs-header .icon-search-nomatch,
.search-results-clubs-header .icon-search-error {
  display: block;
  width: 40px;
  height: 40px;
  margin-right: 13px;
  background-size: cover;
}
.search-results-clubs-header .icon-search-match {
  background-image: url("../../img/svg/search-match.svg");
}
.search-results-clubs-header .icon-search-nomatch {
  background-image: url("../../img/svg/search-nomatch.svg");
}
.search-results-clubs-header .icon-search-error {
  background-image: url("../../img/svg/search-error.svg");
}
.search-results-clubs-header .result {
  flex: 1;
}
.search-results-clubs-header .result span {
  display: block;
}
@media only screen and (min-width: 768px) {
  .search-results-clubs-header .result span {
    display: inline-block;
  }
}
.search-results-clubs-header .result--title {
  font-family: "HeadingProTreble-ExtraBold", sans-serif;
  font-size: 16px;
  line-height: 120%;
  text-transform: uppercase;
}
.search-results-clubs-header .result--text {
  font-family: "HeadingProDouble-Regular", sans-serif;
  font-size: 16px;
  line-height: 130%;
  text-transform: uppercase;
}
.search-results-clubs-header .title {
  font-family: "HeadingProTreble-ExtraBold", sans-serif;
  font-size: 16px;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.search-results-clubs-header .hint-body {
  margin-bottom: 24px;
}
@media only screen and (min-width: 768px) {
  .search-results-clubs-header .hint-body {
    margin-bottom: 62px;
    margin-left: 16px;
  }
}
.search-results-clubs-header .hint-body ul {
  padding-left: revert;
  margin: 16px 0;
  list-style: revert;
}

.checkout-counter-banner {
  display: none;
  position: relative;
  height: auto;
  background-color: white;
  padding: 36px 30% 20px 16px;
  margin: 46px 0 42px;
  min-height: 120px;
}
@media only screen and (max-width: 1024px) {
  .checkout-counter-banner {
    background-color: #efefef;
    padding: 27px 32% 18px 16px;
    margin: 0 16px 24px;
  }
}
.checkout-navigation__tab[data-stage=Membership].active + .checkout-counter-banner {
  display: block;
}
.checkout-navigation__tab[data-stage=Membership].active + .checkout-counter-banner + .checkout-navigation__tab {
  border-top: 1px solid #efefef;
}
.checkout-counter-banner .counter-wrapper {
  display: inline-flex;
  height: 32px;
  width: auto;
  font-family: "HeadingProTreble-Regular", sans-serif;
  font-size: 14px;
  line-height: 16.8px;
  color: #2d2d2d;
  background-color: #7adec9;
  font-weight: 700;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  padding: 0 20px 0 12px;
  position: absolute;
  left: 16px;
  top: -19px;
}
.checkout-counter-banner .top-counter {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.checkout-counter-banner .dM {
  display: none;
}
@media only screen and (max-width: 767px) {
  .checkout-counter-banner .dM {
    display: inline-block;
    font-weight: 500;
  }
}
.checkout-counter-banner .dD {
  display: none;
}
@media only screen and (min-width: 768px) {
  .checkout-counter-banner .dD {
    display: inline-block;
    font-weight: 500;
  }
}
.checkout-counter-banner .split {
  margin: 0 4px;
  width: 1px;
  height: 16px;
  display: inline-block;
  background-color: #2d2d2d;
}
.checkout-counter-banner .counter-title {
  font-family: "HeadingProTreble-ExtraBold", sans-serif;
  font-size: 20px;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .checkout-counter-banner .counter-title {
    font-size: 16px;
  }
}
.checkout-counter-banner .counter-text {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.checkout-counter-banner .c-clock {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 4px;
}
.checkout-counter-banner .c-clock::before {
  font-family: "iconfont";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  color: inherit;
  background-image: none;
  color: #313136;
  content: "\F10C";
  font-size: 16px;
  line-height: 1;
}
.checkout-counter-banner .banner-image-wrapper {
  position: absolute;
  width: 130px;
  height: 165px;
  right: 24px;
  top: 50%;
  margin-top: -82px;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .checkout-counter-banner .banner-image-wrapper {
    right: -8px;
  }
}
.checkout-counter-banner .banner-image-wrapper img {
  max-width: 100%;
  max-height: 100%;
}
.checkout-counter-banner .banner-image {
  width: 100%;
  height: 100%;
}
.checkout-counter-banner .banner-sticker {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.errorAlert {
  margin: 1rem 0;
  position: relative;
  padding: 0.75rem 1.25rem;
  border: 1px solid transparent;
  display: none;
}

.alert-error {
  color: #ce0000;
  background-color: #ffecec;
  border-color: rgba(206, 0, 0, 0.1);
}

.show {
  display: block;
}

.checkout-main-wrapper {
  background-color: #efefef;
}
@media only screen and (max-width: 1024px) {
  .checkout-main-wrapper {
    background-color: #fff;
  }
}

.reduced {
  color: #fe7000;
}

.main-navigation-wrapper {
  height: 51px;
  position: relative;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  background-color: white;
  display: flex;
  align-items: center;
  margin: auto;
}
@media only screen and (min-width: 1025px) {
  .main-navigation-wrapper {
    height: 72px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  }
}
.main-navigation-wrapper .bf-logo-header {
  position: relative;
  display: block;
  width: 100px;
  height: 30px;
}
@media only screen and (min-width: 1025px) {
  .main-navigation-wrapper .bf-logo-header {
    width: 153px;
    height: 48px;
  }
}
.main-navigation-wrapper .main-navigation-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  width: 100%;
  padding: 0 47px;
  margin: 0 auto;
}
@media only screen and (min-width: 1025px) and (max-width: 1400px) {
  .main-navigation-wrapper .main-navigation-inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media only screen and (max-width: 1024px) {
  .main-navigation-wrapper .main-navigation-inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.main-navigation-wrapper .main-navigation-steps {
  display: flex;
  gap: 16px;
}
@media only screen and (max-width: 767px) {
  .main-navigation-wrapper .main-navigation-steps {
    gap: 8px;
  }
}
@media only screen and (max-width: 415px) {
  .main-navigation-wrapper .main-navigation-steps {
    gap: 7px;
    max-width: 100%;
    overflow: hidden;
    width: 100%;
    justify-content: flex-end;
  }
}
.main-navigation-wrapper .main-navigation-steps .main-navigation-checkout-step {
  margin-right: 0;
}
.main-navigation-wrapper .step-label {
  display: none;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  flex-shrink: 1;
  max-width: calc(100% - 13px);
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.main-navigation-wrapper .main-navigation-checkout-step {
  cursor: pointer;
  pointer-events: none;
  margin-right: 32px;
  position: relative;
  flex-shrink: 0;
}
.main-navigation-wrapper .main-navigation-checkout-step.prev-header-step {
  pointer-events: all;
}
.main-navigation-wrapper .main-navigation-checkout-step.prev-header-step .main-navigation-step-num {
  opacity: 1;
  color: transparent;
  overflow: hidden;
  width: 24px;
  height: 24px;
  position: relative;
}
@media only screen and (max-width: 415px) {
  .main-navigation-wrapper .main-navigation-checkout-step.prev-header-step .main-navigation-step-num {
    width: 20px;
  }
}
.main-navigation-wrapper .main-navigation-checkout-step.prev-header-step .main-navigation-step-num::after {
  background-color: transparent;
  background-image: url("../../../img/svg/checkmark-green.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.main-navigation-wrapper .main-navigation-checkout-step.prev-header-step .main-navigation-step-num:hover::after {
  opacity: 0.8;
}
.main-navigation-wrapper .main-navigation-checkout-step.active {
  display: flex;
  flex-direction: row;
  gap: 4px;
  justify-content: center;
  border-radius: 30px;
  border: 1px solid #fe7000;
  padding: 4px 12px;
  height: 24px;
  align-items: baseline;
  flex-shrink: 1;
}
@media only screen and (max-width: 767px) {
  .main-navigation-wrapper .main-navigation-checkout-step.active {
    padding: 2px 8px;
    height: 20px;
  }
}
@media only screen and (max-width: 415px) {
  .main-navigation-wrapper .main-navigation-checkout-step.active {
    max-width: 50%;
  }
}
.main-navigation-wrapper .main-navigation-checkout-step.active .main-navigation-step-num {
  color: #2d2d2d;
  font-family: "HeadingProTreble-ExtraBold", sans-serif;
  font-size: 12px;
  font-style: normal;
  line-height: 16px;
  width: auto;
  height: auto;
  flex-shrink: 0;
}
.main-navigation-wrapper .main-navigation-checkout-step.active .main-navigation-step-num::after {
  content: none;
}
.main-navigation-wrapper .main-navigation-checkout-step.active .step-label {
  display: inline-block;
}
.main-navigation-wrapper .main-navigation-step-num {
  font-weight: 800;
  color: #2d2d2d;
  z-index: 0;
  background-color: transparent;
  text-align: center;
  opacity: 1;
  font-family: "HeadingProTreble-ExtraBold", sans-serif;
  font-size: 12px;
  font-style: normal;
  line-height: 16px;
  text-transform: capitalize;
  position: relative;
  display: flex;
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
}
.main-navigation-wrapper .main-navigation-step-num::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 12px;
  background-color: #ece9e8;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .main-navigation-wrapper .main-navigation-step-num {
    width: 20px;
    height: 20px;
  }
  .main-navigation-wrapper .main-navigation-step-num::after {
    width: 20px;
    height: 20px;
  }
}

.discount-label {
  background-color: #7adec9;
  padding: 2px 12px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 8px 8px 0;
  order: initial;
}

.discount-label--promotion {
  margin-top: 0;
}

.discount-label__container,
.discount-label--club-list {
  display: flex;
  align-items: center;
}

.discount-label__text {
  color: #6131ad;
  font-family: "HeadingProTreble-Heavy", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}

.discount-label__text-regular {
  color: #2d2d2d;
}

.discount-label__promotion {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 6px;
  opacity: 0;
  transition: opacity 0.33s ease-in 1s;
}
.discount-label__promotion.js-loaded {
  opacity: 1;
}
.discount-label__promotion.promotion-plain-text {
  opacity: 1;
}

.discount-label__tooltip-icon,
.discount-label__promotion-icon {
  margin-left: 10px;
}

.form-control-label.tooltp {
  left: 16px;
  top: -9px !important;
  margin-bottom: 0;
  background-color: #fff;
}
.form-control-label.tooltp::after {
  content: "";
  display: block;
  background-color: #fff;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  position: absolute;
  z-index: -1;
}

.discount-label__promotion-icon {
  margin-left: 0;
  margin-right: 6px;
}
.discount-label__promotion-icon::before {
  background-image: url("../../img/clock-black.svg");
  background-size: 12px;
  width: 12px;
  height: 12px;
}

.discount-label__promotion-text {
  font-family: "HeadingProDouble-Regular", sans-serif;
  font-size: 11px;
  line-height: 12px;
  margin-right: 5px;
}

.discount-label__tooltip-popup {
  display: none;
  border: 1px solid #d8d8d8;
  background-color: #fff;
  position: absolute !important;
  top: 23px;
  left: 50%;
  transform: translateX(-50%);
  padding: 12px;
  width: 315px;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .discount-label__tooltip-popup {
    width: 225px;
  }
}
.discount-label__tooltip-popup::before {
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  background-color: #fff;
  border-left: 1px solid #d8d8d8;
  border-top: 1px solid #d8d8d8;
}
.discount-label__tooltip-popup.show {
  display: block;
}

.discount-label__tooltip-popup-paragraph,
.discount-label__tooltip-popup-text {
  color: #2d2d2d;
  font-family: "HeadingProDouble-Regular", sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.discount-label__tooltip-popup-text {
  color: #d8d8d8;
  font-size: 12px;
  margin-top: 20px;
}

.new-label {
  font-family: "HeadingProTreble-Heavy", sans-serif;
  background-color: #fe7000;
  padding: 2px 12px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 8px 8px 0;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
}

.checkout-navigation {
  position: relative;
  max-width: 1440px;
  padding: 37px 47px 40px;
  margin: 0 auto;
}
@media only screen and (min-width: 1025px) {
  .checkout-navigation {
    display: flex;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 1024px) {
  .checkout-navigation {
    padding: 24px 0 80px;
  }
  .checkout-navigation:has(.checkout-order-summary-floating.visible) .checkout-navigation__tabs-container {
    margin-top: 48px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1400px) {
  .checkout-navigation {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.checkout-navigation .checkout-navigation__mapbox-title {
  display: none;
  color: #2d2d2d;
  font-family: "HeadingProDouble-Regular", sans-serif;
  font-size: 16px;
  line-height: 28px;
  margin: 0 0 23px;
}
@media only screen and (max-width: 1024px) {
  .checkout-navigation .checkout-navigation__mapbox-title {
    margin: 0 16px 16px;
  }
}
@media only screen and (max-width: 767px) {
  .checkout-navigation .checkout-navigation__mapbox-title.mobile {
    display: block;
    margin: 0 16px;
  }
}
@media only screen and (min-width: 768px) {
  .checkout-navigation .checkout-navigation__mapbox-title.desktop {
    display: block;
  }
}
.checkout-navigation .checkout-navigation__mapbox-title .question-mark-icon {
  font-family: "HeadingProTreble-ExtraBold", sans-serif;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fe7000;
  color: white;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  margin-right: 15px;
}
.checkout-navigation .checkout-navigation__mapbox-title .wrap-img-txt {
  display: flex;
  margin: 20px 0 16px;
}
.checkout-navigation .checkout-navigation__mapbox-title .wrap-txt {
  font-size: 15px;
  line-height: 24px;
  flex: 1;
  align-self: center;
}
.checkout-navigation .checkout-navigation__search-box {
  background-color: #ece9e8;
  display: flex;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .checkout-navigation .checkout-navigation__search-box {
    flex-direction: column;
  }
}
.checkout-navigation .checkout-navigation__search-wrap {
  padding: 16px;
  flex: 1;
}
.checkout-navigation .checkout-navigation__button-wrap {
  display: flex;
  align-items: center;
  overflow: auto;
  padding: 0 0 10px;
  margin: 16px 16px 6px;
  scrollbar-color: #c5c5c5 transparent;
  scrollbar-width: thin;
}
.checkout-navigation .checkout-navigation__button-wrap::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.checkout-navigation .checkout-navigation__button-wrap::-webkit-scrollbar-track {
  background-color: transparent;
}
.checkout-navigation .checkout-navigation__button-wrap::-webkit-scrollbar-thumb {
  background-color: #c5c5c5;
}
@media only screen and (max-width: 1024px) {
  .checkout-navigation .checkout-navigation__button-wrap {
    margin: 0 16px 6px;
  }
}
.checkout-navigation .checkout-navigation__mapbox-tile .checkout-navigation__tab-content-club {
  margin: 0;
  border-bottom: none;
}
.checkout-navigation .checkout-navigation__mapbox-tile .checkout-navigation__tab-content-benefits {
  position: relative;
  margin-top: 24px;
  max-height: 100%;
  min-height: 100%;
}
.checkout-navigation .checkout-navigation__mapbox-tile .checkout-navigation__tab-content-features {
  margin: 24px 0 20px;
}
.checkout-navigation .checkout-navigation__mapbox-tile .checkout-navigation__tab-content-feature-title {
  display: block;
  margin-top: 9px;
}
.checkout-navigation .input-wrapper {
  position: relative;
}
.checkout-navigation .input-wrapper input[type=search] {
  box-sizing: border-box;
  border: 0;
  padding: 0 30px 0 17px;
}
.checkout-navigation .input-wrapper button {
  background-color: transparent;
  border: 0;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  padding: 0;
}
.checkout-navigation .input-wrapper button::after {
  font-family: "iconfont";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  color: inherit;
  content: "\F12B";
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-size: 22px;
  width: 48px;
}
.checkout-navigation .button-list,
.checkout-navigation .button-map {
  border: 2px solid transparent;
  border-radius: 20px;
  background-color: transparent;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 32px;
  padding: 2px 18px;
  white-space: nowrap;
}
.checkout-navigation .button-list.active,
.checkout-navigation .button-map.active {
  border-color: #6131ad;
  background-color: #6131ad;
  color: #fff;
}
.checkout-navigation .button-list.active::before,
.checkout-navigation .button-map.active::before {
  color: #fff;
}
.checkout-navigation .button-list::before,
.checkout-navigation .button-map::before {
  font-family: "iconfont";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  color: inherit;
  margin-right: 8px;
  color: #6131ad;
}
.checkout-navigation .button-map::before {
  content: "\F121";
}
.checkout-navigation .button-list::before {
  content: "\F119";
}
.checkout-navigation .checkout-navigation__loaded-clubs {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .checkout-navigation .checkout-navigation__loaded-clubs {
    align-items: stretch;
  }
}
@media only screen and (min-width: 901px) and (max-width: 1024px) {
  .checkout-navigation .checkout-navigation__loaded-clubs {
    align-items: stretch;
  }
}
@media only screen and (max-width: 1024px) {
  .checkout-navigation .checkout-navigation__loaded-clubs {
    margin: 0 16px;
    width: 100%;
  }
  .checkout-navigation .checkout-navigation__loaded-clubs::after {
    content: "";
    display: block;
    background-color: #d8d8d8;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -24px;
  }
}
.checkout-navigation .checkout-navigation__load-btn-container {
  width: 100%;
}
@media only screen and (min-width: 1025px) {
  .checkout-navigation .checkout-navigation__load-btn-container {
    margin: 0 auto;
    max-width: 345px;
  }
}
@media only screen and (max-width: 1024px) {
  .checkout-navigation .checkout-navigation__load-btn-container {
    margin: 0 16px;
  }
}
.checkout-navigation .checkout-navigation__load-more-btn {
  display: block;
  margin: 40px 0;
}
@media only screen and (max-width: 1024px) {
  .checkout-navigation .checkout-navigation__load-more-btn {
    margin: 56px 0 24px;
  }
}
.checkout-navigation .mapboxgl-popup-content {
  background: white;
  height: 100%;
  max-height: 100vh;
  overflow: auto;
  z-index: 1;
  padding: 0;
  scrollbar-color: #c5c5c5 transparent;
  scrollbar-width: thin;
}
.checkout-navigation .mapboxgl-popup-content::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.checkout-navigation .mapboxgl-popup-content::-webkit-scrollbar-track {
  background-color: transparent;
}
.checkout-navigation .mapboxgl-popup-content::-webkit-scrollbar-thumb {
  background-color: #c5c5c5;
}
.checkout-navigation .mapboxgl-popup-content.active .panel-modal-content {
  display: block;
}
@media only screen and (min-width: 768px) {
  .checkout-navigation .mapboxgl-popup-content .panel-modal-content {
    padding: 16px 32px 32px;
    height: calc(100% - 48px);
    margin-top: 48px;
  }
}
@media only screen and (max-width: 767px) {
  .checkout-navigation .mapboxgl-popup-content .panel-modal-content {
    padding: 8px 16px 24px;
    height: calc(100% - 48px);
    margin-top: 48px;
  }
}
.checkout-navigation .mapboxgl-popup-content .panel-modal-content .intro {
  padding-bottom: 10px;
  border-bottom: 1px solid #efefef;
  flex: 1;
}
.checkout-navigation .mapboxgl-popup-content h3.title {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
}
.checkout-navigation .mapboxgl-popup-content .checkout-navigation__tab-content-club {
  padding: 0;
  border: 0;
}
.checkout-navigation .mapboxgl-popup-content .checkout-navigation__tab-content-hours {
  margin-top: 0;
}
.checkout-navigation .bf-mapbox-map-wrapper.mapboxgl-map {
  height: 430px;
  width: 100% !important;
}
@media only screen and (min-width: 1025px) {
  .checkout-navigation .bf-mapbox-map-wrapper.mapboxgl-map {
    height: 650px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .checkout-navigation .bf-mapbox-map-wrapper.mapboxgl-map {
    height: 700px;
  }
}
.checkout-navigation .mapboxgl-map .mapboxgl-popup {
  z-index: 21;
  background-color: #fff;
}
@media only screen and (min-width: 768px) {
  .checkout-navigation .mapboxgl-map .mapboxgl-popup {
    max-width: 4710px !important;
    position: fixed;
    left: auto;
    top: 0;
    right: 0;
    height: 100%;
    transform: none !important;
    width: 448px;
  }
}
@media only screen and (max-width: 1024px) {
  .checkout-navigation .mapboxgl-map .mapboxgl-popup {
    max-width: 448px !important;
  }
}
@media only screen and (max-width: 767px) {
  .checkout-navigation .mapboxgl-map .mapboxgl-popup {
    position: fixed;
    top: auto;
    left: 0;
    bottom: 0;
    transform: none !important;
    max-width: 100% !important;
    width: 100%;
    height: 100%;
    max-height: 90%;
  }
}
.checkout-navigation .mapboxgl-popup-close-button {
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  background-color: #fff;
  z-index: 2;
  font-size: 0;
}
.checkout-navigation .mapboxgl-popup-close-button:hover {
  background-color: initial;
}
.checkout-navigation .mapboxgl-popup-close-button::before {
  font-family: "iconfont";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  color: inherit;
  content: "\F10F";
  font-size: 16px;
  cursor: pointer;
  position: relative;
  z-index: 1;
  pointer-events: all;
}
.checkout-navigation .map-modal-veil {
  display: none;
  position: fixed;
  background-color: #2d2d2d;
  opacity: 0.5;
  height: 100%;
  width: 100%;
  z-index: 20;
  left: 0;
  top: 0;
}
.checkout-navigation .map-modal-veil.active {
  display: block;
}
.checkout-navigation .mapboxgl-popup-anchor-top .mapboxgl-popup-tip,
.checkout-navigation .mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip,
.checkout-navigation .mapboxgl-popup-anchor-top-left .mapboxgl-popup-tip,
.checkout-navigation .mapboxgl-popup-tip {
  display: none;
}
.checkout-navigation .mapboxgl-touch-drag-pan div.no-image,
.checkout-navigation .mapboxgl-interactive div.no-image {
  height: 16px !important;
  width: 22px !important;
}
.checkout-navigation .mapboxgl-touch-drag-pan div.no-image::after, .checkout-navigation .mapboxgl-touch-drag-pan div.no-image::before,
.checkout-navigation .mapboxgl-interactive div.no-image::after,
.checkout-navigation .mapboxgl-interactive div.no-image::before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: "";
  display: block;
  border-radius: 50px;
  background-color: #fe7000;
  width: 17px;
  height: 17px;
  z-index: 5;
}
.checkout-navigation .mapboxgl-touch-drag-pan div.no-image::before,
.checkout-navigation .mapboxgl-interactive div.no-image::before {
  width: 25px;
  height: 25px;
  opacity: 0.45;
  z-index: 3;
}
.checkout-navigation .mapboxgl-touch-drag-pan div.purple::after,
.checkout-navigation .mapboxgl-interactive div.purple::after {
  background-color: #fe7000;
  border: 4px solid #ffac6a;
  width: 25px;
  height: 25px;
}
.checkout-navigation .mapboxgl-touch-drag-pan div.purple::before,
.checkout-navigation .mapboxgl-interactive div.purple::before {
  background-color: transparent;
  background-image: url("../../img/fascilities/icon-location-orange.svg");
  width: 48px;
  height: 53px;
  top: -35px;
  opacity: 1;
  z-index: 6;
}
.checkout-navigation .mapboxgl-ctrl-top-right {
  display: none;
}
.checkout-navigation .mapbox-no-found-text-one,
.checkout-navigation .mapbox-no-found-text-two {
  display: block;
  color: #2d2d2d;
  margin-bottom: 8px;
}
.checkout-navigation .mapbox-no-found-text-one {
  font-family: "HeadingProTreble-ExtraBold", sans-serif;
  font-size: 16px;
  line-height: 26px;
}
.checkout-navigation .mapbox-no-found-text-two {
  font-family: "HeadingProDouble-Regular", sans-serif;
  font-size: 16px;
  line-height: 28px;
  font-size: 14px;
  line-height: 24px;
}
.checkout-navigation .mapbox-no-found-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.checkout-navigation .stores-map {
  height: 0;
  margin: 0;
}
.checkout-navigation .mapboxgl-ctrl-attrib-inner {
  display: none;
}
.checkout-navigation .no-results-container {
  padding: 0 0 24px;
}
.checkout-navigation .no-results-container .message {
  margin: 0 0 8px;
}
.checkout-navigation .no-results-container .tips-title {
  margin: 0 0 12px;
}
.checkout-navigation .no-results-container .tips-list {
  list-style: disc;
  padding-left: 20px;
  display: inline-block;
  text-align: left;
}
.checkout-navigation .no-results-container .tips-list p {
  margin-bottom: 0;
}
.checkout-navigation .checkout-navigation__tab-content-club {
  background-color: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 0 0 calc(50% - 12.5px);
  max-width: calc(50% - 12.5px);
  padding: 16px;
  margin: 0 16px 16px 0;
  box-shadow: 0 2px 24px rgba(146, 146, 146, 0.15);
  transition: box-shadow 0.2s ease-in;
}
@media (hover: hover) and (pointer: fine) {
  .checkout-navigation .checkout-navigation__tab-content-club:hover {
    box-shadow: 0 4px 30px 0 rgba(146, 146, 146, 0.65);
  }
}
@media only screen and (max-width: 900px) {
  .checkout-navigation .checkout-navigation__tab-content-club {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 16px 15px;
    border: 0;
    width: 100%;
  }
}
.checkout-navigation .checkout-navigation__tab-content-club.custom-popup .modal-backdrop {
  display: block;
  content: "";
  position: fixed;
  left: 0;
  bottom: 100%;
  width: 100%;
  height: 100vh;
  background-color: #2d2d2d;
  opacity: 0.5;
  top: 0;
  z-index: 1;
}
.checkout-navigation .checkout-navigation__tab-content-club .intro {
  padding-bottom: 10px;
  border-bottom: 1px solid #efefef;
  flex: 1;
}
.checkout-navigation .checkout-navigation__tab-content-club .title {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
}
.checkout-navigation .club-tile-image {
  width: 100%;
  display: block;
  position: relative;
  height: 200px;
  margin-bottom: 12px;
  background: #efefef;
}
.checkout-navigation .club-tile-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.checkout-navigation .distance-location {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
}
.checkout-navigation .distance-location .distance::after {
  display: inline-block;
  content: "";
  width: 4px;
  height: 4px;
  background: #2d2d2d;
  opacity: 0.2;
  margin: auto 4px;
  vertical-align: middle;
  border-radius: 50%;
}
.checkout-navigation .distance-location .postalcode::after {
  display: inline-block;
  content: ", ";
}
.checkout-navigation .label-wrap {
  display: flex;
  flex-wrap: wrap;
  line-height: 28px;
}
.checkout-navigation ul.club-usps {
  font-size: 14px;
  line-height: 24px;
  padding: 12px 0 20px;
}
.checkout-navigation ul.club-usps li {
  display: flex;
  align-items: center;
  padding: 6px 0;
}
.checkout-navigation ul.club-usps li::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 12px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.checkout-navigation ul.club-usps li.ladies-only::before, .checkout-navigation ul.club-usps li.ladies-zone::before {
  background-image: url("../../img/svg/usp-ladies-only.svg");
}
.checkout-navigation ul.club-usps li.live-group-lessons::before {
  background-image: url("../../img/svg/usp-live-group-lessons.svg");
}
.checkout-navigation ul.club-usps li.open-24-7::before {
  background-image: url("../../img/svg/usp-open-24-7.svg");
}
.checkout-navigation ul.club-usps li.free-parking::before {
  background-image: url("../../img/svg/usp-free-parking.svg");
}
.checkout-navigation ul.club-usps li.personal-training::before {
  background-image: url("../../img/svg/usp-personal-training.svg");
}
.checkout-navigation ul.club-usps li.fysio-therapy::before {
  background-image: url("../../img/svg/usp-fysio-therapy.svg");
}
.checkout-navigation ul.club-usps li.yanga-sportswater::before {
  background-image: url("../../img/svg/usp-yanga-sportswater.svg");
}
.checkout-navigation ul.club-usps li.virtual-group-lessons::before {
  background-image: url("../../img/svg/usp-virtual-group-lessons.svg");
}
.checkout-navigation ul.club-usps li.accessibility::before {
  background-image: url("../../img/svg/usp-accessibility.svg");
  background-position: center right;
}
.checkout-navigation .checkout-navigation__tab-content-benefits {
  display: block;
  min-height: 84px;
}
@media only screen and (max-width: 900px) {
  .checkout-navigation .checkout-navigation__tab-content-benefits {
    min-height: auto;
  }
}
.checkout-navigation .checkout-navigation__tab-content-benefits span {
  display: block;
  margin-bottom: 12px;
}
.checkout-navigation .checkout-navigation__tab-content-benefits .checkout-navigation__tab-content-location {
  position: absolute;
  left: 3px;
}
.checkout-navigation .checkout-navigation__tab-content-benefits .checkout-navigation__tab-content-location::before {
  display: block;
  content: "";
  background-image: url("../../img/svg/location.svg");
  width: 13px;
  height: 21px;
}
.checkout-navigation .modal-button-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.checkout-navigation .button-wrap {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .checkout-navigation .button-wrap {
    flex-direction: column-reverse;
  }
}
.checkout-navigation .btn--secondary {
  width: 100%;
}
.checkout-navigation .btn-details {
  display: block;
  background-color: transparent;
  border: none;
  color: #6131ad;
  font-family: "HeadingProDouble-Regular", sans-serif;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  text-decoration: underline;
  text-transform: none;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 24px;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .checkout-navigation .btn-details {
    padding: 0;
    margin-bottom: 16px;
  }
}
.checkout-navigation .checkout-navigation__tab-content-feature-title {
  color: #2d2d2d;
  font-family: "HeadingProDouble-Regular", sans-serif;
  font-size: 9px;
  line-height: 12px;
}
.checkout-navigation .facilities {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px 0 0;
  border-top: 1px solid #efefef;
}
.checkout-navigation .opening-hours {
  margin: 20px auto;
  font-family: "HeadingProDouble-Regular", sans-serif;
  font-size: 14px;
  line-height: 24px;
}
.checkout-navigation .checkout-navigation__tab-content-lockers-icon::before,
.checkout-navigation .checkout-navigation__tab-content-wifi-icon::before,
.checkout-navigation .checkout-navigation__tab-content-dressing-rooms-icon::before,
.checkout-navigation .checkout-navigation__tab-content-showers-icon::before,
.checkout-navigation .checkout-navigation__tab-content-trainingzones-icon::before,
.checkout-navigation .checkout-navigation__tab-content-freewifi-icon::before,
.checkout-navigation .checkout-navigation__tab-content-dressingrooms-icon::before,
.checkout-navigation .checkout-navigation__tab-content-seventrainingzones-icon::before {
  content: "";
  width: 28px;
  height: 28px;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto;
}
.checkout-navigation .checkout-navigation__tab-content-lockers-icon.modal::before,
.checkout-navigation .checkout-navigation__tab-content-wifi-icon.modal::before,
.checkout-navigation .checkout-navigation__tab-content-dressing-rooms-icon.modal::before,
.checkout-navigation .checkout-navigation__tab-content-showers-icon.modal::before,
.checkout-navigation .checkout-navigation__tab-content-trainingzones-icon.modal::before,
.checkout-navigation .checkout-navigation__tab-content-freewifi-icon.modal::before,
.checkout-navigation .checkout-navigation__tab-content-dressingrooms-icon.modal::before,
.checkout-navigation .checkout-navigation__tab-content-seventrainingzones-icon.modal::before {
  width: 48px;
}
.checkout-navigation .checkout-navigation__tab-content-lockers-icon::before {
  background-image: url("../../img/fascilities/img_locker.svg");
}
.checkout-navigation .checkout-navigation__tab-content-wifi-icon::before,
.checkout-navigation .checkout-navigation__tab-content-freewifi-icon::before {
  background-image: url("../../img/fascilities/img_wifi.svg");
}
.checkout-navigation .checkout-navigation__tab-content-dressing-rooms-icon::before,
.checkout-navigation .checkout-navigation__tab-content-dressingrooms-icon::before {
  background-image: url("../../img/fascilities/img_dressing-room.svg");
}
.checkout-navigation .checkout-navigation__tab-content-showers-icon::before {
  background-image: url("../../img/fascilities/img_shower.svg");
}
.checkout-navigation .checkout-navigation__tab-content-trainingzones-icon::before,
.checkout-navigation .checkout-navigation__tab-content-seventrainingzones-icon::before {
  background-image: url("../../img/fascilities/img_training-room.svg");
}
.checkout-navigation .checkout-navigation__tabs-container {
  flex-basis: 75%;
}
@media only screen and (min-width: 1025px) {
  .checkout-navigation .checkout-navigation__tabs-container {
    max-width: 75%;
  }
}
@media only screen and (min-width: 768px) {
  .checkout-navigation .checkout-navigation__tabs {
    width: 100%;
  }
}
.checkout-navigation .checkout-navigation__tab-title {
  background-color: #fff;
  display: flex;
  align-items: center;
  padding: 12px;
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  .checkout-navigation .checkout-navigation__tab-title {
    padding: 12px 20px;
  }
}
.checkout-navigation .checkout-navigation__tab-title .summary-display {
  flex: 1;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.checkout-navigation .checkout-navigation__tab-number {
  margin: 0;
  margin-right: 16px;
  font-size: 14px;
  line-height: initial;
  font-family: "HeadingProTreble-ExtraBold", sans-serif;
}
.checkout-navigation .tab-name-summary {
  flex: 1;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-family: "HeadingProTreble-ExtraBold", sans-serif;
}
.checkout-navigation .tab-name-summary * {
  font-family: inherit;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  display: inline;
  padding: 0 !important;
  text-transform: initial;
}
.checkout-navigation .checkout-navigation__tab-name {
  font-family: "HeadingProDouble-Regular", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
}
.checkout-navigation .checkout-navigation__tab {
  pointer-events: none;
  position: relative;
}
.checkout-navigation .checkout-navigation__tab .checkout-navigation__tab-content {
  display: none !important;
}
@media only screen and (max-width: 1024px) {
  .checkout-navigation .checkout-navigation__tab {
    margin: 0 16px;
  }
  .checkout-navigation .checkout-navigation__tab:not(.active) {
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef;
  }
  .checkout-navigation .checkout-navigation__tab:not(.active):first-child {
    border-top: 1px solid #efefef;
  }
  .checkout-navigation .checkout-navigation__tab:not(.active):last-child {
    border-bottom: 1px solid #efefef;
  }
  .checkout-navigation .checkout-navigation__tab.active:not(:first-child)::before {
    content: "" !important;
    top: -24px !important;
    display: block;
    height: 1px;
    background-color: #efefef;
    position: absolute;
    left: 16px;
    right: 16px;
  }
  .checkout-navigation .checkout-navigation__tab.active + .checkout-navigation__tab {
    border-top: 1px solid #efefef;
  }
}
.checkout-navigation .checkout-navigation__tab.prev-step {
  opacity: 1;
}
.checkout-navigation .checkout-navigation__tab.prev-step:not(:first-child)::before {
  content: "";
  display: block;
  height: 1px;
  background-color: #efefef;
  position: absolute;
  top: 0;
  left: 16px;
  right: 16px;
}
.checkout-navigation .checkout-navigation__tab.prev-step .checkout-navigation__edit-btn {
  display: block;
  pointer-events: all;
}
.checkout-navigation .checkout-navigation__tab.prev-step:not(.disable-step) .checkout-navigation__tab-number {
  position: relative;
  color: transparent;
  width: 16px;
  height: 16px;
  text-align: center;
  font-size: 1px;
  background-image: url("../../../img/svg/checkmark-green.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.checkout-navigation .checkout-navigation__tab:not(.active) {
  display: none;
}
.checkout-navigation .checkout-navigation__tab.active {
  opacity: 1;
  pointer-events: all;
  margin: 16px 0;
  margin: 0 0 16px;
}
@media only screen and (max-width: 1024px) {
  .checkout-navigation .checkout-navigation__tab.active {
    margin: 0 0 24px;
  }
}
.checkout-navigation .checkout-navigation__tab.active ~ .checkout-navigation__tab::before {
  content: "";
  display: block;
  height: 1px;
  background-color: #efefef;
  position: absolute;
  top: 0;
  left: 16px;
  right: 16px;
}
.checkout-navigation .checkout-navigation__tab.active + .checkout-navigation__tab::before {
  content: none;
}
.checkout-navigation .checkout-navigation__tab.active.prev-step::before {
  content: none;
}
.checkout-navigation .checkout-navigation__tab.active.prev-step ~ ::before {
  content: none;
}
.checkout-navigation .checkout-navigation__tab.active.prev-step .checkout-navigation__edit-btn {
  display: none;
}
.checkout-navigation .checkout-navigation__tab.active:first-child {
  margin-top: 0;
}
.checkout-navigation .checkout-navigation__tab.active .checkout-navigation__tab-content {
  display: block !important;
  max-width: 100%;
}
.checkout-navigation .checkout-navigation__tab.active .checkout-navigation__tab-content-clubs {
  display: flex !important;
}
.checkout-navigation .checkout-navigation__tab.active .checkout-navigation__tab-title {
  padding: 32px 32px 0;
}
@media only screen and (max-width: 1024px) {
  .checkout-navigation .checkout-navigation__tab.active .checkout-navigation__tab-title {
    padding: 0 16px;
  }
}
.checkout-navigation .checkout-navigation__tab.active .checkout-navigation__tab-number {
  display: none;
}
.checkout-navigation .checkout-navigation__tab.active .checkout-navigation__tab-name {
  font-family: "HeadingProTreble-Heavy", sans-serif;
  font-size: 24px;
  line-height: 24px;
  text-transform: uppercase;
  color: #fe7000;
}
@media only screen and (max-width: 767px) {
  .checkout-navigation .checkout-navigation__tab.active .checkout-navigation__tab-name {
    font-size: 20px;
    line-height: 24px;
  }
}
.checkout-navigation .checkout-navigation__tab.disable-step {
  pointer-events: none;
}
.checkout-navigation .checkout-navigation__tab.disable-step .checkout-navigation__edit-btn {
  display: none;
}
.checkout-navigation .checkout-navigation__tab.disable-step .checkout-navigation__tab-title {
  border: 0 !important;
}
.checkout-navigation .checkout-navigation__tab.disable-step .summary-display {
  display: none;
}
.checkout-navigation .checkout-navigation__tab-content {
  background-color: #fff;
  position: relative;
  display: none;
  padding: 0 32px;
}
@media only screen and (max-width: 1024px) {
  .checkout-navigation .checkout-navigation__tab-content {
    padding: 0;
  }
}
.checkout-navigation .checkout-navigation__tab-content .payment-method-container .radio-row input[type=radio]:checked + .row-selector + .form-check-label .description .price {
  bottom: -35px;
  right: 10px;
}
.checkout-navigation .checkout-navigation__tab-content-clubs {
  flex-wrap: wrap;
  align-items: start;
}
@media only screen and (max-width: 900px) {
  .checkout-navigation .checkout-navigation__tab-content-clubs {
    margin-right: 0;
  }
  .checkout-navigation .checkout-navigation__tab-content-clubs .checkout-navigation__tab-content-club:last-child {
    margin-bottom: 0;
  }
}
.checkout-navigation .checkout-navigation__tab-content-clubs .checkout-navigation__tab-content-club:nth-child(2n) {
  margin-right: 0;
}
@media only screen and (min-width: 768px) {
  .checkout-navigation :has(.membership-block.has-top-label) .membership-title {
    margin-bottom: 16px;
  }
}
.checkout-navigation .step-02-content {
  padding-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  .checkout-navigation .step-02-content .intro {
    padding: 0 16px;
  }
}
.checkout-navigation .step-02-content .membership-title {
  font-family: "HeadingProDouble-Regular", sans-serif;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 20px;
}
.checkout-navigation .step-02-content .swiper-top-nav,
.checkout-navigation .step-02-content .swiper-bottom-nav {
  display: none;
}
@media only screen and (max-width: 767px) {
  .checkout-navigation .step-02-content .swiper-top-nav,
.checkout-navigation .step-02-content .swiper-bottom-nav {
    display: flex;
  }
}
.checkout-navigation .step-02-content .swiper-top-nav {
  align-items: center;
  justify-content: space-between;
  margin-bottom: 34px;
}
.checkout-navigation .step-02-content .swiper-pagination {
  flex: 1;
  position: relative;
  text-align: center;
}
.checkout-navigation .step-02-content .swiper-pagination-bullet {
  width: 20px;
  height: 4px;
  display: inline-block;
  border-radius: 3px;
  background: #efefef;
  opacity: 1;
  margin: auto 11px;
  transition: all 0.2s ease-in-out;
}
.checkout-navigation .step-02-content .swiper-pagination-bullet:first-child {
  margin-left: 0;
}
.checkout-navigation .step-02-content .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.checkout-navigation .step-02-content .swiper-pagination-bullet-active {
  opacity: 1;
  background: #fe7000;
  width: 38px;
  height: 6px;
}
.checkout-navigation .step-02-content .arrow-prev::before {
  font-family: "iconfont";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  color: inherit;
  content: "\F12D";
  display: inline-block;
  position: relative;
  font-size: 16px;
  vertical-align: top;
  line-height: initial;
  color: #6131ad;
  width: 16px;
  height: 16px;
  transform: scale(-1, 1);
  margin-right: 9px;
}
.checkout-navigation .step-02-content .arrow-next {
  text-align: right;
}
.checkout-navigation .step-02-content .arrow-next::after {
  font-family: "iconfont";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  color: inherit;
  content: "\F12D";
  display: inline-block;
  position: relative;
  font-size: 16px;
  vertical-align: top;
  line-height: initial;
  color: #6131ad;
  width: 16px;
  height: 16px;
  margin-left: 9px;
}
.checkout-navigation .step-02-content .arrow-prev,
.checkout-navigation .step-02-content .arrow-next {
  font-family: "HeadingProTreble-Heavy", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  cursor: pointer;
  min-width: 85px;
  text-transform: capitalize;
}
.checkout-navigation .step-02-content .swiper-button-disabled {
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  .checkout-navigation .step-02-content .membership-blocks-wrapper {
    overflow-x: hidden;
    overflow-y: visible;
  }
}
@media only screen and (max-width: 1024px) {
  .checkout-navigation .step-02-content .membership-blocks {
    margin: 0 16px;
  }
}
@media only screen and (max-width: 767px) {
  .checkout-navigation .step-02-content .membership-blocks {
    margin: 0 24px;
  }
}
.checkout-navigation .step-02-content .swiper-wrapper {
  display: flex;
  flex-wrap: nowrap;
}
.checkout-navigation .step-02-content .toggle-buttons-wrapper {
  text-align: center;
  margin-bottom: 42px;
}
@media only screen and (max-width: 767px) {
  .checkout-navigation .step-02-content .toggle-buttons-wrapper {
    margin-bottom: 24px;
  }
}
.checkout-navigation .step-02-content .toggle-buttons {
  display: inline-flex;
  -moz-column-gap: 4px;
       column-gap: 4px;
  padding: 4px;
  position: relative;
  background-color: #ece9e8;
  width: auto;
  height: 50px;
  border-radius: 24px;
  cursor: pointer;
  z-index: 1;
  font-size: 14px;
  line-height: 130%;
  margin-bottom: 8px;
}
.checkout-navigation .step-02-content .toggle-buttons.toggle-year--active::before, .checkout-navigation .step-02-content .toggle-buttons.toggle-flex--active::before {
  content: "";
  height: 42px;
  width: 124px;
  border-radius: 24px;
  background-color: #6131ad;
  display: block;
  position: absolute;
  top: 4px;
  z-index: -1;
  transition: left 0.1s ease-in-out;
}
.checkout-navigation .step-02-content .toggle-buttons.toggle-year--active .toggle-button--active, .checkout-navigation .step-02-content .toggle-buttons.toggle-flex--active .toggle-button--active {
  font-family: "HeadingProTreble-ExtraBold", sans-serif;
  color: #fff;
}
.checkout-navigation .step-02-content .toggle-buttons.toggle-year--active::before {
  left: 4px;
}
.checkout-navigation .step-02-content .toggle-buttons.toggle-flex--active::before {
  left: 132px;
}
.checkout-navigation .step-02-content .toggle-button {
  height: 42px;
  border: 0;
  background-color: transparent;
  width: 124px;
  border-radius: 24px;
  padding: 4px;
  font-family: "HeadingProDouble-Regular", sans-serif;
  font-size: 14px;
  line-height: 130%;
}
.checkout-navigation .step-02-content .toggle-sub-text {
  font-size: 12px;
  line-height: 130%;
}
.checkout-navigation .step-02-content .toggle-sub-text br {
  display: none;
}
.checkout-navigation .step-02-content .membership-block-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.checkout-navigation .step-02-content .btn-wrap-v-toggle {
  display: flex;
  justify-content: flex-end;
  margin: 24px auto;
}
@media only screen and (max-width: 1024px) {
  .checkout-navigation .step-02-content .btn-wrap-v-toggle {
    margin: 24px 16px;
  }
}
.checkout-navigation .step-02-content .membership-block {
  display: flex;
  flex-direction: column;
  height: auto;
  background-color: #fff;
  transform: scaleY(1);
  transition: all 0.2s ease-in;
  box-shadow: 0 2px 24px 0 rgba(146, 146, 146, 0.3);
}
@media (hover: hover) and (pointer: fine) {
  .checkout-navigation .step-02-content .membership-block:hover {
    box-shadow: 0 4px 30px 0 rgba(146, 146, 146, 0.65);
  }
}
@media only screen and (min-width: 768px) {
  .checkout-navigation .step-02-content .membership-block {
    flex: 1;
    margin-right: 15px;
    /* two membership blocks */
    /* three membership blocks */
  }
  .checkout-navigation .step-02-content .membership-block:last-child {
    margin-right: 0;
  }
  .checkout-navigation .step-02-content .membership-block:first-child:nth-last-child(2), .checkout-navigation .step-02-content .membership-block:first-child:nth-last-child(2) ~ .membership-block {
    width: calc(50% - 5px);
  }
  .checkout-navigation .step-02-content .membership-block:first-child:nth-last-child(3), .checkout-navigation .step-02-content .membership-block:first-child:nth-last-child(3) ~ .membership-block {
    width: calc(33.3333% - 10px);
  }
}
.checkout-navigation .step-02-content .membership-block.swiper-slide-next, .checkout-navigation .step-02-content .membership-block.swiper-slide-prev {
  transform: scaleY(0.95);
}
.checkout-navigation .step-02-content .membership-block.has-top-label .membership-block-header::before {
  border-radius: 8px 8px 0 0;
  top: -20px;
  height: 32px;
  content: "";
}
.checkout-navigation .step-02-content .membership-block.has-top-label .membership-block-header .top-label {
  position: absolute;
  left: 0;
  top: -20px;
  right: 0;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 4px 16px;
  color: #2d2d2d;
}
.checkout-navigation .step-02-content .membership-block.has-top-label .membership-block-header .content {
  display: block;
  font-family: "HeadingProTreble-ExtraBold", sans-serif;
  font-size: 12px;
  line-height: 11px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.checkout-navigation .step-02-content .membership-block.premium.highlighted .membership-block-header::before, .checkout-navigation .step-02-content .membership-block.ultimate.highlighted .membership-block-header::before {
  background: linear-gradient(311.51deg, #ffaa30 5.03%, #fe7000 39.34%, #fe7000 99.96%);
}
.checkout-navigation .step-02-content .membership-block.premium.highlighted .membership-block-header .top-label, .checkout-navigation .step-02-content .membership-block.ultimate.highlighted .membership-block-header .top-label {
  color: #fff;
}
.checkout-navigation .step-02-content .membership-block.comfort.highlighted .membership-block-header::before {
  background: linear-gradient(135deg, #2d2d2d 25%, #121212 75%);
}
.checkout-navigation .step-02-content .membership-block.comfort.highlighted .membership-block-header .top-label {
  color: #fff;
}
.checkout-navigation .step-02-content .membership-block.all-in.highlighted .membership-block-header::before, .checkout-navigation .step-02-content .membership-block.basic.highlighted .membership-block-header::before {
  background: linear-gradient(135deg, #cafcf2 0%, #7adec9 80.21%);
}
.checkout-navigation .step-02-content .membership-block.selected .membership-block-footer .btn {
  font-size: 0;
  line-height: 0;
  background-color: #fff;
  color: #6131ad;
  border: 2px solid #6131ad;
  padding: 12px 24px;
}
.checkout-navigation .step-02-content .membership-block.selected .membership-block-footer .btn::before {
  content: "";
  position: relative;
  vertical-align: top;
  margin-right: 10px;
  margin-top: 2px;
  border-style: solid;
  border-width: 3px 3px 0 0;
  display: inline-block;
  height: 9px;
  width: 16px;
  transform: rotate(135deg);
  color: #6131ad;
}
.checkout-navigation .step-02-content .membership-block.selected .membership-block-footer .btn::after {
  content: attr(data-selected);
  font-size: 16px;
  line-height: 20px;
  max-width: 80%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
}
.checkout-navigation .step-02-content .membership-block.weekly-pricing-enabled {
  margin-bottom: 32px;
}
.checkout-navigation .step-02-content .membership-block .title-block {
  flex: 1;
}
.checkout-navigation .step-02-content .membership-block .image-block {
  position: relative;
  flex: 1;
  z-index: 1;
  max-width: 125px;
  aspect-ratio: 1/1;
  align-self: flex-end;
  display: flex;
  margin-top: -36px;
}
@media only screen and (max-width: 767px) {
  .checkout-navigation .step-02-content .membership-block .image-block {
    max-width: 135px;
    margin-top: -46px;
  }
}
.checkout-navigation .step-02-content .membership-block .image-block img {
  max-width: 100%;
  max-height: 100%;
}
.checkout-navigation .step-02-content .membership-block .image-block .badge {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.checkout-navigation .step-02-content .membership-block .title {
  font-family: "HeadingProTreble-Heavy", sans-serif;
  font-size: 22px;
  font-weight: 800;
  line-height: 24px;
  text-transform: uppercase;
  margin: 0 0 4px;
}
.checkout-navigation .step-02-content .membership-block .price-period {
  font-family: "HeadingProTreble-Regular", sans-serif;
  display: flex;
  line-height: 25px;
}
.checkout-navigation .step-02-content .membership-block .strike-through-price {
  font-family: "HeadingProTreble-ExtraBold", sans-serif;
  font-size: 14px;
  line-height: 14px;
  font-style: normal;
  white-space: nowrap;
  color: #6e6e6e;
}
.checkout-navigation .step-02-content .membership-block .strike-through-price * {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-transform: inherit;
  color: inherit;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.checkout-navigation .step-02-content .membership-block .price {
  font-size: 16px;
  font-weight: 700;
  line-height: inherit;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: "HeadingProTreble-ExtraBold", sans-serif;
}
.checkout-navigation .step-02-content .membership-block .price * {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-transform: inherit;
  color: inherit;
  flex-wrap: nowrap;
}
.checkout-navigation .step-02-content .membership-block .period {
  font-size: 11px;
  font-weight: 500;
  line-height: inherit;
  text-transform: uppercase;
  margin-left: 4px;
  white-space: nowrap;
}
.checkout-navigation .step-02-content .membership-block .sub-text {
  font-family: "HeadingProDouble-Regular", sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: initial;
  opacity: 0.75;
}
.checkout-navigation .step-02-content .membership-block .discount-countdown {
  font-family: "HeadingProDouble-Regular", sans-serif;
  background-color: #7adec9;
  padding: 4px 6px;
  margin-bottom: 8px;
  font-size: 12px;
  line-height: 130%;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
}
.checkout-navigation .step-02-content .membership-block .discount-countdown .discount-label__promotion {
  margin-top: 0;
}
@media only screen and (max-width: 415px) {
  .checkout-navigation .step-02-content .membership-block .discount-countdown .discount-label__promotion {
    flex-direction: column;
    align-items: flex-start;
  }
}
.checkout-navigation .step-02-content .membership-block .discount-countdown .discount-label__promotion.js-promotion-text {
  min-width: 45px;
}
.checkout-navigation .step-02-content .membership-block .discount-countdown .discount-label__promotion-text {
  font-size: 12px;
  line-height: 130%;
}
.checkout-navigation .step-02-content .membership-block .weeks-extra {
  font-family: "HeadingProDouble-Regular", sans-serif;
  background-color: #7adec9;
  margin-bottom: 8px;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  gap: 6px;
  padding: 4px 6px;
  font-size: 12px;
  line-height: 130%;
}
.checkout-navigation .step-02-content .membership-block .weeks-extra.flex-promo {
  background-color: #2d2d2d;
  color: #fff;
}
.checkout-navigation .step-02-content .membership-block-header,
.checkout-navigation .step-02-content .membership-block-body,
.checkout-navigation .step-02-content .membership-block-footer {
  position: relative;
  padding: 16px;
}
.checkout-navigation .step-02-content .membership-block-header {
  display: flex;
  justify-content: space-between;
  padding: 38px 16px 0;
}
.checkout-navigation .step-02-content .membership-block-header::before {
  position: absolute;
  content: "";
  height: 14px;
  left: 0;
  top: 0;
  right: 0;
  background-color: #ece9e8;
}
.checkout-navigation .step-02-content .membership-block-header::after {
  position: absolute;
  content: "";
  height: 1px;
  left: 16px;
  bottom: 0;
  right: 16px;
  background-color: #efefef;
}
.checkout-navigation .step-02-content .membership-block-body {
  flex: 1;
  font-family: "HeadingProDouble-Regular", sans-serif;
  font-size: 14px;
  line-height: 22px;
}
.checkout-navigation .step-02-content .membership-block-body::after {
  position: absolute;
  content: "";
  height: 1px;
  left: 16px;
  bottom: 0;
  right: 16px;
  background-color: #efefef;
}
.checkout-navigation .step-02-content .membership-block-body a {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.checkout-navigation .step-02-content .usp-generic-list,
.checkout-navigation .step-02-content .usp-feature-list {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.checkout-navigation .step-02-content .usp-generic-list li,
.checkout-navigation .step-02-content .usp-feature-list li {
  line-height: 130%;
  display: flex;
  gap: 8px;
}
.checkout-navigation .step-02-content .usp-generic-list li.icon::before,
.checkout-navigation .step-02-content .usp-feature-list li.icon::before {
  content: "";
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.checkout-navigation .step-02-content .usp-generic-list li.unavailable .usp-title,
.checkout-navigation .step-02-content .usp-generic-list li.unavailable .usp-sub-title,
.checkout-navigation .step-02-content .usp-feature-list li.unavailable .usp-title,
.checkout-navigation .step-02-content .usp-feature-list li.unavailable .usp-sub-title {
  text-decoration: line-through;
}
.checkout-navigation .step-02-content .usp-generic-list li .usp-title,
.checkout-navigation .step-02-content .usp-feature-list li .usp-title {
  display: inline;
}
.checkout-navigation .step-02-content .icon.check-mark::before {
  background-image: url("../../img/svg/usp_check_on.svg");
}
.checkout-navigation .step-02-content .icon.map-marker::before {
  background-image: url("../../img/svg/usp_club_loc_on.svg");
}
.checkout-navigation .step-02-content .icon.chair::before {
  background-image: url("../../img/svg/usp_masagge_on.svg");
}
.checkout-navigation .step-02-content .icon.person-1x::before {
  background-image: url("../../img/svg/usp_invite1_on.svg");
}
.checkout-navigation .step-02-content .icon.person-unlimited::before {
  background-image: url("../../img/svg/usp_invite_unl_on.svg");
}
.checkout-navigation .step-02-content .icon.ice-symbol::before {
  background-image: url("../../img/svg/usp_freeze_on.svg");
}
.checkout-navigation .step-02-content .icon.bottle::before {
  background-image: url("../../img/svg/usp_yanga_on.svg");
}
.checkout-navigation .step-02-content .icon.app::before {
  background-image: url("../../img/svg/usp_app_on.svg");
}
.checkout-navigation .step-02-content .icon.classes::before {
  background-image: url("../../img/svg/usp_classes_on.svg");
}
.checkout-navigation .step-02-content .icon.open-24-7::before {
  background-image: url("../../img/svg/usp_24_7_on.svg");
}
.checkout-navigation .step-02-content .icon.unavailable.check-mark::before {
  background-image: url("../../img/svg/usp_check_off.svg");
}
.checkout-navigation .step-02-content .icon.unavailable.map-marker::before {
  background-image: url("../../img/svg/usp_club_loc_off.svg");
}
.checkout-navigation .step-02-content .icon.unavailable.chair::before {
  background-image: url("../../img/svg/usp_masagge_off.svg");
}
.checkout-navigation .step-02-content .icon.unavailable.person-1x::before {
  background-image: url("../../img/svg/usp_invite1_off.svg");
}
.checkout-navigation .step-02-content .icon.unavailable.person-unlimited::before {
  background-image: url("../../img/svg/usp_invite_unl_off.svg");
}
.checkout-navigation .step-02-content .icon.unavailable.ice-symbol::before {
  background-image: url("../../img/svg/usp_freeze_off.svg");
}
.checkout-navigation .step-02-content .icon.unavailable.bottle::before {
  background-image: url("../../img/svg/usp_yanga_off.svg");
}
.checkout-navigation .step-02-content .icon.unavailable.app::before {
  background-image: url("../../img/svg/usp_app_off.svg");
}
.checkout-navigation .step-02-content .icon.unavailable.classes::before {
  background-image: url("../../img/svg/usp_classes_off.svg");
}
.checkout-navigation .step-02-content .icon.unavailable.open-24-7::before {
  background-image: url("../../img/svg/usp_24_7_off.svg");
}
.checkout-navigation .step-02-content .usp-generic-list {
  margin-bottom: 24px;
}
.checkout-navigation .step-02-content .usp-feature-list .usp-title {
  font-family: "HeadingProTreble-ExtraBold", sans-serif;
}
.checkout-navigation .step-02-content .usp-feature-list .usp-sub-title {
  display: block;
  color: #575757;
  font-size: 12px;
}
.checkout-navigation .step-02-content .membership-block-footer {
  font-family: "HeadingProDouble-Regular", sans-serif;
  font-size: 14px;
  line-height: 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.checkout-navigation .step-02-content .membership-block-footer strong {
  font-family: "HeadingProTreble-ExtraBold", sans-serif;
}
.checkout-navigation .step-02-content .membership-block-footer .subscription-fee {
  margin-bottom: 16px;
}
.checkout-navigation .step-02-content .weekly-price-disclaimer {
  background-color: #ece9e8;
  border-radius: 0 0 4px 4px;
  padding: 8px 16px;
  position: absolute;
  bottom: -31px;
  left: 0;
  right: 0;
  font-family: "HeadingProDouble-Regular", sans-serif;
  font-size: 12px;
  line-height: 130%;
  height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.checkout-navigation .step-02-content .weekly-price-disclaimer strong,
.checkout-navigation .step-02-content .weekly-price-disclaimer b {
  font-family: "HeadingProTreble-ExtraBold", sans-serif;
}
.checkout-navigation .step-02-content .membership-duration-wrapper {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .checkout-navigation .step-02-content .membership-duration-wrapper {
    margin-top: 10px;
  }
}
.checkout-navigation .step-02-content .membership-duration-wrapper input[type=radio]:checked ~ .title-text-selection::before {
  position: absolute;
  content: "";
  height: 14px;
  left: 0;
  top: 0;
  right: 0;
}
.checkout-navigation .step-02-content .membership-duration-wrapper.basic {
  display: block;
}
.checkout-navigation .step-02-content .membership-duration-wrapper.basic .basic-plans {
  display: block;
}
.checkout-navigation .step-02-content .membership-duration-wrapper.basic .basic-plans input[type=radio]:checked ~ .title-text-selection::before {
  background: linear-gradient(135deg, #cafcf2 0%, #7adec9 80.21%);
}
.checkout-navigation .step-02-content .membership-duration-wrapper.ultimate {
  display: block;
}
.checkout-navigation .step-02-content .membership-duration-wrapper.ultimate .ultimate-plans {
  display: block;
}
.checkout-navigation .step-02-content .membership-duration-wrapper.ultimate .ultimate-plans input[type=radio]:checked ~ .title-text-selection::before {
  background: linear-gradient(311.51deg, #ffaa30 5.03%, #fe7000 39.34%, #fe7000 99.96%);
}
.checkout-navigation .step-02-content .membership-duration-wrapper.all-in {
  display: block;
}
.checkout-navigation .step-02-content .membership-duration-wrapper.all-in .all-in-plans {
  display: block;
}
.checkout-navigation .step-02-content .membership-duration-wrapper.all-in .all-in-plans input[type=radio]:checked ~ .title-text-selection::before {
  background: linear-gradient(135deg, #cafcf2 0%, #7adec9 80.21%);
}
.checkout-navigation .step-02-content .membership-duration-wrapper.comfort .comfort-plans {
  display: block;
}
.checkout-navigation .step-02-content .membership-duration-wrapper.comfort .comfort-plans input[type=radio]:checked ~ .title-text-selection::before {
  background: linear-gradient(135deg, #2d2d2d 25%, #121212 75%);
}
.checkout-navigation .step-02-content .membership-duration-wrapper.premium .premium-plans {
  display: block;
}
.checkout-navigation .step-02-content .membership-duration-wrapper.premium .premium-plans input[type=radio]:checked ~ .title-text-selection::before {
  background: linear-gradient(311.51deg, #ffaa30 5.03%, #fe7000 39.34%, #fe7000 99.96%);
}
.checkout-navigation .step-02-content .membership-duration-wrapper .basic-plans,
.checkout-navigation .step-02-content .membership-duration-wrapper .comfort-plans,
.checkout-navigation .step-02-content .membership-duration-wrapper .premium-plans,
.checkout-navigation .step-02-content .membership-duration-wrapper .ultimate-plans,
.checkout-navigation .step-02-content .membership-duration-wrapper .all-in-plans {
  display: none;
}
.checkout-navigation .step-02-content .membership-duration-wrapper .intro .title,
.checkout-navigation .step-02-content .membership-duration-wrapper .text-block .title {
  font-family: "HeadingProTreble-Heavy", sans-serif;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
}
.checkout-navigation .step-02-content .membership-duration-wrapper .intro .text,
.checkout-navigation .step-02-content .membership-duration-wrapper .text-block .text {
  font-family: "HeadingProDouble-Regular", sans-serif;
  font-size: 16px;
  line-height: 28px;
}
.checkout-navigation .step-02-content .membership-duration-wrapper .radio-block {
  box-shadow: 0 2px 24px 0 rgba(146, 146, 146, 0.3);
  background-color: #fff;
  transition: box-shadow 0.2s ease-in;
}
@media only screen and (max-width: 1024px) {
  .checkout-navigation .step-02-content .membership-duration-wrapper .radio-block {
    margin: 0 16px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .checkout-navigation .step-02-content .membership-duration-wrapper .radio-block:hover {
    box-shadow: 0 4px 30px 0 rgba(146, 146, 146, 0.65);
  }
}
.checkout-navigation .step-02-content .membership-duration-wrapper .radio-block .radio {
  position: relative;
  height: 15px;
  width: 15px;
  background-color: #fff;
  border-radius: 50%;
  border: 2px solid #313136;
  margin-right: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.checkout-navigation .step-02-content .membership-duration-wrapper .radio-block .radio::after {
  display: none;
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fe7000;
}
.checkout-navigation .step-02-content .membership-duration-wrapper .radio-block input[type=radio] {
  display: none;
}
.checkout-navigation .step-02-content .membership-duration-wrapper .radio-block input[type=radio]:checked ~ .radio::after {
  display: block;
}
.checkout-navigation .step-02-content .membership-duration-wrapper .radio-block-header {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 39px 16px 24px;
  margin: 24px auto 0;
  cursor: pointer;
}
.checkout-navigation .step-02-content .membership-duration-wrapper .radio-block-header::before {
  position: absolute;
  content: "";
  height: 14px;
  left: 0;
  top: 0;
  right: 0;
  background-color: rgba(45, 45, 45, 0.25);
}
.checkout-navigation .step-02-content .membership-duration-wrapper .radio-block-header::after {
  position: absolute;
  content: "";
  height: 1px;
  left: 16px;
  bottom: 0;
  right: 16px;
  background-color: #efefef;
}
.checkout-navigation .step-02-content .membership-duration-wrapper .radio-label {
  display: flex;
  align-items: center;
}
.checkout-navigation .step-02-content .membership-duration-wrapper .plan-pricing {
  text-align: right;
}
.checkout-navigation .step-02-content .membership-duration-wrapper .plan-pricing strong {
  font-family: "HeadingProTreble-ExtraBold", sans-serif;
  font-size: 16px;
}
.checkout-navigation .step-02-content .membership-duration-wrapper .plan-pricing p {
  font-family: "HeadingProTreble-Regular", sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  opacity: 0.5;
  line-height: initial;
}
.checkout-navigation .step-02-content .membership-duration-wrapper .radio-title {
  font-family: "HeadingProTreble-Heavy", sans-serif;
  font-size: 20px;
  line-height: 22px;
  text-transform: uppercase;
}
.checkout-navigation .step-02-content .membership-duration-wrapper .radio-text {
  font-family: "HeadingProDouble-Regular", sans-serif;
  font-size: 14px;
  line-height: 18px;
}
.checkout-navigation .step-02-content .membership-duration-wrapper .radio-block-body,
.checkout-navigation .step-02-content .membership-duration-wrapper .radio-block-footer {
  position: relative;
  padding: 16px;
}
.checkout-navigation .step-02-content .membership-duration-wrapper .radio-block-body::after {
  position: absolute;
  content: "";
  height: 1px;
  left: 16px;
  bottom: 0;
  right: 16px;
  background-color: #efefef;
}
.checkout-navigation .step-02-content .membership-duration-wrapper .radio-block-body li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 8px;
}
.checkout-navigation .step-02-content .membership-duration-wrapper .radio-block-body li::before {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  border-style: solid;
  border-width: 3px 3px 0 0;
  display: inline-block;
  height: 7px;
  width: 14px;
  left: 0;
  transform: rotate(135deg);
  color: #7adec9;
}
.checkout-navigation .step-02-content .membership-duration-wrapper .radio-block-footer {
  font-family: "HeadingProDouble-Regular", sans-serif;
  font-size: 14px;
  line-height: 22px;
}
.checkout-navigation .step-02-content .membership-duration-wrapper .radio-block-footer strong {
  font-family: "HeadingProTreble-ExtraBold", sans-serif;
}
.checkout-navigation .step-02-content .membership-duration-wrapper .one-cent-promotion-contract-disclaimer {
  margin: 40px auto 0;
}
@media only screen and (max-width: 1024px) {
  .checkout-navigation .step-02-content .membership-duration-wrapper .one-cent-promotion-contract-disclaimer {
    margin: 40px 16px 0;
  }
}
.checkout-navigation .step-02-content .membership-duration-wrapper .one-cent-promotion-contract-disclaimer .text {
  margin: 12px 0;
}
.checkout-navigation .step-02-content .membership-duration-wrapper .start-date {
  display: flex;
  align-items: center;
}
.checkout-navigation .step-02-content .membership-duration-wrapper .date-icon::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 14px;
  background-size: cover;
  background-image: url("../../img/svg/date.svg");
}
.checkout-navigation .step-02-content .membership-duration-wrapper .date-text {
  font-family: "HeadingProTreble-ExtraBold", sans-serif;
}
.checkout-navigation .step-02-content .membership-duration-wrapper .btn-wrap {
  display: flex;
  justify-content: flex-end;
  margin: 24px auto;
}
@media only screen and (max-width: 1024px) {
  .checkout-navigation .step-02-content .membership-duration-wrapper .btn-wrap {
    margin: 24px 16px;
  }
}
.checkout-navigation .step-02-content .membership-duration-wrapper-v-toggle.comfort-year .comfort-year-plan {
  display: block !important;
}
.checkout-navigation .step-02-content .membership-duration-wrapper-v-toggle.comfort-flex .comfort-flex-plan {
  display: block !important;
}
.checkout-navigation .step-02-content .membership-duration-wrapper-v-toggle.premium-year .premium-year-plan {
  display: block !important;
}
.checkout-navigation .step-02-content .membership-duration-wrapper-v-toggle.premium-flex .premium-flex-plan {
  display: block !important;
}
.checkout-navigation .step-02-content .membership-duration-wrapper-v-toggle.basic-year .basic-year-plan {
  display: block !important;
}
.checkout-navigation .step-02-content .membership-duration-wrapper-v-toggle.basic-flex .basic-flex-plan {
  display: block !important;
}
.checkout-navigation .step-02-content .membership-duration-wrapper-v-toggle.ultimate-year .ultimate-year-plan {
  display: block !important;
}
.checkout-navigation .step-02-content .membership-duration-wrapper-v-toggle.ultimate-flex .ultimate-flex-plan {
  display: block !important;
}
.checkout-navigation .step-02-content .membership-duration-wrapper-v-toggle .membership-duration-item {
  display: none;
  padding: 32px 24px 16px;
  border-radius: 8px;
  border: 2px solid #ece9e8;
  position: relative;
  min-height: 74px;
  margin: 56px auto 0;
}
@media only screen and (max-width: 1024px) {
  .checkout-navigation .step-02-content .membership-duration-wrapper-v-toggle .membership-duration-item {
    margin: 48px 16px 0;
  }
}
.checkout-navigation .step-02-content .membership-duration-wrapper-v-toggle .membership-duration-item:has(.duration-image-wrapper) .duration-plan-messages li:first-child {
  padding-right: 40px;
}
.checkout-navigation .step-02-content .duration-title {
  position: absolute;
  display: flex;
  align-items: center;
  top: -16px;
  left: 16px;
  height: 32px;
  padding: 7px 12px;
  border-radius: 64px;
  font-size: 14px;
  background-color: #2d2d2d;
  color: #fff;
  font-family: "HeadingProTreble-ExtraBold", sans-serif;
}
.checkout-navigation .step-02-content .duration-plan-messages {
  font-family: "HeadingProDouble-Regular", sans-serif;
  font-size: 14px;
  line-height: 130%;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.checkout-navigation .step-02-content .duration-plan-messages li {
  position: relative;
  display: inline-flex;
  -moz-column-gap: 12px;
       column-gap: 12px;
}
.checkout-navigation .step-02-content .duration-plan-messages li::before {
  content: "";
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../../img/svg/usp_check_on.svg");
}
.checkout-navigation .step-02-content .duration-plan-messages .founding-member-promotion-sub-text {
  margin-bottom: 0;
}
.checkout-navigation .step-02-content .duration-image-wrapper {
  position: absolute;
  width: 80px;
  height: 100px;
  right: -16px;
  top: -32px;
  text-align: right;
}
.checkout-navigation .step-02-content .duration-image-wrapper img {
  max-width: 100%;
  max-height: 100%;
}
.checkout-navigation .checkout-navigation__addons-title,
.checkout-navigation .membership-title {
  font-family: "HeadingProDouble-Regular", sans-serif;
  font-size: 16px;
  line-height: 28px;
  display: block;
  margin-bottom: 24px;
}
.checkout-navigation .checkout-navigation__addon-title {
  font-size: 20px;
  line-height: 24px;
  background-color: #efefef;
  padding: 24px 54px 24px 24px;
  margin: 0 0 24px;
  cursor: pointer;
}
.checkout-navigation .checkout-navigation__addon-title * {
  pointer-events: none;
}
.checkout-navigation .checkout-navigation__addon-title-one,
.checkout-navigation .checkout-navigation__all-in-title-one {
  display: block;
  color: #7adec9;
}
.checkout-navigation .checkout-navigation__addon-title-two,
.checkout-navigation .checkout-navigation__all-in-title-two {
  color: #2d2d2d;
}
.checkout-navigation .checkout-navigation__addon-btn {
  margin-top: 24px;
}
.checkout-navigation .checkout-navigation__addon-popup-btn {
  display: block;
  font-size: 12px;
  line-height: 20px;
  color: #6131ad;
  margin: 16px 0;
  text-transform: none;
  text-decoration: underline;
}
@media only screen and (min-width: 1025px) {
  .checkout-navigation .checkout-navigation__addon-popup-btn {
    margin-bottom: 28px;
  }
}
@media only screen and (min-width: 1025px) {
  :has(.checkout-navigation__addon.weekly-pricing-enabled) .checkout-navigation .checkout-navigation__addon-popup-btn {
    margin: 16px 0 0;
  }
}
.checkout-navigation .checkout-navigation__addons-step-btn,
.checkout-navigation .personal-information-btn {
  display: block;
  margin: 24px 0 0 auto;
  width: 350px;
}
@media only screen and (max-width: 1024px) {
  .checkout-navigation .checkout-navigation__addons-step-btn,
.checkout-navigation .personal-information-btn {
    width: 100%;
  }
}
.checkout-navigation .checkout-navigation__addon {
  border: 1px solid #efefef;
  flex: 0 0 calc(50% - 24px);
  padding-bottom: 48px;
  margin: 0 24px 23px 0;
}
@media only screen and (max-width: 1024px) {
  .checkout-navigation .checkout-navigation__addon {
    margin-right: 0;
    margin-bottom: 14px;
  }
}
.checkout-navigation .checkout-navigation__addon:only-child {
  height: -moz-fit-content;
  height: fit-content;
}
.checkout-navigation .checkout-navigation__addon.highlighted, .checkout-navigation .checkout-navigation__addon.active {
  border: 1px solid #fe7000;
}
@media only screen and (min-width: 768px) {
  .checkout-navigation .checkout-navigation__addon.highlighted, .checkout-navigation .checkout-navigation__addon.active {
    border: 1px solid #fe7000 !important;
  }
}
.checkout-navigation .checkout-navigation__addon.highlighted .checkout-navigation__addon-title, .checkout-navigation .checkout-navigation__addon.active .checkout-navigation__addon-title {
  background-color: #fe7000;
}
.checkout-navigation .checkout-navigation__addon.highlighted .checkout-navigation__addon-title-one, .checkout-navigation .checkout-navigation__addon.active .checkout-navigation__addon-title-one {
  color: #2d2d2d;
}
.checkout-navigation .checkout-navigation__addon.highlighted .checkout-navigation__membership-duration {
  display: none !important;
}
@media only screen and (min-width: 768px) {
  .checkout-navigation .checkout-navigation__addon.active .checkout-navigation__membership-duration {
    display: block !important;
  }
}
.checkout-navigation .checkout-navigation__addon.active .btn-modal-check {
  background-color: #fff;
  color: #6131ad;
  border: 2px solid #6131ad;
  padding: 12px 24px;
}
.checkout-navigation .checkout-navigation__addon.active .btn-modal-check::before {
  content: "";
  position: relative;
  vertical-align: top;
  margin-right: 10px;
  margin-top: 2px;
  border-style: solid;
  border-width: 3px 3px 0 0;
  display: inline-block;
  height: 9px;
  width: 16px;
  transform: rotate(135deg);
  color: #6131ad;
}
.checkout-navigation .checkout-navigation__addon.addon-badge-enable .checkout-navigation__addon-badge {
  display: block;
}
.checkout-navigation .checkout-navigation__addon .badge-active {
  display: none;
}
.checkout-navigation .checkout-navigation__addon .btn-modal-check {
  display: inline-block;
  margin-top: 16px;
}
.checkout-navigation .checkout-navigation__addon-badge {
  position: absolute;
  right: 24px;
  bottom: -55px;
  transform: rotate(20deg);
  display: none;
  background-color: #7adec9;
  border-radius: 50%;
  width: 70px;
  height: 70px;
}
.checkout-navigation .checkout-navigation__addon-badge span {
  text-align: center;
}
.checkout-navigation .checkout-navigation__addon-badge-percentage {
  font-size: 10px;
}
.checkout-navigation .checkout-navigation__addon-badge-content {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.checkout-navigation .checkout-navigation__addon-badge-title-one {
  display: flex;
  color: #fff;
  font-family: "HeadingProTreble-Heavy", sans-serif;
  font-size: 24px;
  line-height: 14px;
  margin-bottom: 8px;
  margin-top: -7px;
}
.checkout-navigation .checkout-navigation__addon-badge-title-two {
  display: block;
  color: #2d2d2d;
  font-family: "HeadingProTreble-ExtraBold", sans-serif;
  font-size: 9px;
  line-height: 9px;
  text-transform: uppercase;
}
.checkout-navigation .checkout-navigation__addon-title-content {
  position: relative;
}
.checkout-navigation .checkout-navigation__addon-img-container {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 110px;
  height: 110px;
}
.checkout-navigation .checkout-navigation__addon-img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.checkout-navigation .checkout-navigation__addon-checkbox {
  display: block;
  margin: 20px auto 0;
}
.checkout-navigation .checkout-navigation__addons {
  padding: 0 0 32px;
}
@media only screen and (max-width: 1024px) {
  .checkout-navigation .checkout-navigation__addons {
    padding: 0 16px;
  }
}
.checkout-navigation .checkout-navigation__addons-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
@media only screen and (min-width: 1025px) {
  .checkout-navigation .checkout-navigation__addons-container {
    min-height: 0;
  }
}
.checkout-navigation .checkout-navigation__addons-container .checkout-navigation__addon:nth-child(2n) {
  margin-right: 0;
  flex: 0 0 50%;
}
.checkout-navigation .checkout-navigation__addons-container .checkout-navigation__addon:last-child {
  margin-right: 0;
}
.checkout-navigation .checkout-navigation__addons-container .card__price-container {
  display: flex;
}
.checkout-navigation .checkout-navigation__addons-container .card__price-discount {
  color: #fe7000;
}
.checkout-navigation .checkout-navigation__addons-container .card__price-discount .card__per-week {
  font-size: 14px;
  position: absolute;
}
:has(.checkout-navigation__addon.weekly-pricing-enabled) .checkout-navigation .checkout-navigation__addons-container .card__price-wrapper {
  min-height: 40px;
}
.checkout-navigation .checkout-navigation__addons-container .card__price {
  cursor: pointer;
}
.checkout-navigation .checkout-navigation__addons-container .card__price * {
  pointer-events: none;
}
.checkout-navigation .checkout-navigation__addons-container .card__price .card__price-duration {
  display: flex;
  font-family: "HeadingProDouble-Regular", sans-serif;
  font-size: 12px;
  line-height: 130%;
  align-items: center;
}
.checkout-navigation .checkout-navigation__addons-container .current-price {
  font-family: "HeadingProTreble-Heavy", sans-serif;
  font-size: 24px;
  line-height: 120%;
}
.checkout-navigation .checkout-navigation__addons-container .current-price .card__price {
  align-items: baseline;
}
.checkout-navigation .checkout-navigation__addons-container .current-price .card__price .card__price-sum,
.checkout-navigation .checkout-navigation__addons-container .current-price .card__price .card__price-coma {
  font-size: inherit;
  line-height: inherit;
}
.checkout-navigation .checkout-navigation__addons-container .current-price .card__price .card__price-decimal {
  font-size: inherit;
}
.checkout-navigation .checkout-navigation__addons-container .weekly-price-disclaimer {
  font-family: "HeadingProDouble-Regular", sans-serif;
  font-size: 12px;
  line-height: 130%;
  color: #808080;
  text-align: right;
}
.checkout-navigation .checkout-navigation__input-container {
  display: block;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 30px auto 0;
}
:has(.checkout-navigation__addon.weekly-pricing-enabled) .checkout-navigation .checkout-navigation__input-container {
  margin: 16px auto 0;
}
.checkout-navigation .checkout-navigation__input-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkout-navigation .checkout-navigation__input-container input:checked ~ .checkmark {
  background-color: #6131ad;
  border: none;
}
.checkout-navigation .checkout-navigation__input-container input:checked ~ .checkmark::after {
  display: block;
}
.checkout-navigation .checkout-navigation__input-container .checkmark {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: #fff;
  border: 1px solid #313136;
}
.checkout-navigation .checkout-navigation__input-container .checkmark::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
}
.checkout-navigation .checkout-navigation__input-container .checkmark::after {
  content: "";
  position: absolute;
  display: none;
  left: 8px;
  top: 2px;
  width: 9px;
  height: 15px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
.checkout-navigation .checkout-navigation__addon-benefit {
  padding-left: 25px;
  position: relative;
  font-family: "HeadingProDouble-Regular", sans-serif;
  font-size: 13px;
  line-height: 24px;
}
.checkout-navigation .checkout-navigation__addon-benefit::before {
  border-style: solid;
  border-width: 3px 3px 0 0;
  color: #fe7000;
  content: "";
  display: inline-block;
  height: 8px;
  left: 0;
  position: absolute;
  top: 5px;
  transform: rotate(135deg);
  width: 16px;
}
.checkout-navigation .checkout-navigation__addon-benefit:not(:last-child) {
  margin-bottom: 8px;
}
.checkout-navigation .checkout-navigation__addon-container {
  padding: 0 23px;
  position: relative;
}
.checkout-navigation .checkout-navigation__addons-wrapper-new-checkout {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1024px) {
  .checkout-navigation .checkout-navigation__addons-wrapper-new-checkout {
    display: block;
  }
}
.checkout-navigation .checkout-navigation__all-one-time-costs .card__price .card__price-sum,
.checkout-navigation .checkout-navigation__all-one-time-costs .card__price .card__price-coma {
  font-size: 16px;
  line-height: 16px;
}
.checkout-navigation .checkout-navigation__all-one-time-costs .card__price .card__price-decimal {
  font-size: 10px;
}
.checkout-navigation .checkout-navigation__addons-summary-info .checkout-navigation__addons-summary-content:first-child {
  padding-top: 14px;
}
.checkout-navigation .checkout-navigation__addons-summary-info .checkout-navigation__addons-summary-content:last-child {
  padding-bottom: 24px;
}
.checkout-navigation .checkout-navigation__addons-summary-block {
  padding: 0;
}
.checkout-navigation .checkout-navigation__personal-information {
  margin: 0;
  padding: 0 0 32px;
}
@media only screen and (max-width: 767px) {
  .checkout-navigation .checkout-navigation__personal-information {
    padding: 0 0 24px;
    margin-top: 0;
  }
  @supports (-webkit-touch-callout: none) {
    .checkout-navigation .checkout-navigation__personal-information {
      /* specific for iOS */
      padding-bottom: 80px;
    }
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .checkout-navigation .checkout-navigation__personal-information {
    padding: 24px 35px;
  }
}
@media only screen and (max-width: 767px) {
  .checkout-navigation .checkout-navigation__personal-information .personal-information-btn button {
    width: 100%;
  }
}
.checkout-navigation .checkout-navigation__personal-information .personal-information-form-wrap .form-group-gender .flex-row {
  flex-wrap: wrap;
}
.checkout-navigation .checkout-navigation__personal-information .personal-information-form-wrap .form-group-gender .radio-row {
  margin: 0 12px 10px 0;
  font-size: 16px;
  line-height: 22px;
  min-height: 46px;
}
.checkout-navigation .checkout-navigation__personal-information .personal-information-form-wrap .form-group-gender .radio-row .form-check-label {
  padding: 9px;
}
.checkout-navigation .checkout-navigation__personal-information .personal-information-form-wrap .form-group-gender .radio-row:last-child {
  margin-right: 0;
}
.checkout-navigation .checkout-navigation__personal-information .personal-information-form-wrap .form-group-gender .radio-row input[type=radio] {
  left: 10px;
  top: 14px;
}
.checkout-navigation .checkout-navigation__personal-information .personal-information-form-wrap .form-group-gender .radio-row input[type=radio]:focus {
  left: 11px;
  top: 15px;
}
.checkout-navigation .checkout-navigation__personal-information .personal-information-form-wrap .checkout-navigation__personal-info-title {
  font-size: 16px;
  line-height: 28px;
  display: block;
  margin-bottom: 24px;
}
.checkout-navigation .checkout-navigation__personal-information .personal-information-form-wrap .title {
  margin: 0 0 20px;
}
@media only screen and (min-width: 768px) {
  .checkout-navigation .checkout-navigation__personal-information .personal-information-form-wrap .flex-row-desktop .flex-row {
    width: 75%;
  }
  .checkout-navigation .checkout-navigation__personal-information .personal-information-form-wrap .flex-row-desktop .col-50 {
    width: calc(50% - 10px);
  }
}
.checkout-navigation .checkout-navigation__personal-information .personal-information-form-wrap .radio-row {
  display: flex;
}
.checkout-navigation .checkout-navigation__personal-information .personal-information-form-wrap .radio-row .form-check-label {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 5px 16px;
  font-size: 16px;
}
.checkout-navigation .checkout-navigation__personal-information .personal-information-form-wrap .radio-row .form-check-label .radio {
  margin-bottom: 0;
}
.checkout-navigation .checkout-navigation__personal-information .personal-information-form-wrap .radio-row input[type=radio] + .row-selector {
  border: 1px solid #d8d8d8;
}
.checkout-navigation .checkout-navigation__personal-information .personal-information-form-wrap input[type=date] {
  position: relative;
}
.checkout-navigation .checkout-navigation__personal-information .personal-information-form-wrap input[type=date]::-webkit-inner-spin-button, .checkout-navigation .checkout-navigation__personal-information .personal-information-form-wrap input[type=date]::-webkit-calendar-picker-indicator {
  margin-right: 10px;
}
@media only screen and (max-width: 1024px) {
  .checkout-navigation .checkout-navigation__personal-information .personal-information-form-wrap input[type=date] {
    -webkit-appearance: none;
            appearance: none;
  }
  .checkout-navigation .checkout-navigation__personal-information .personal-information-form-wrap input[type=date]::before {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    content: "";
    background: #fff url("../../img/calendar-black.svg");
    width: 21px;
    height: 21px;
    pointer-events: none;
    cursor: pointer;
  }
  .checkout-navigation .checkout-navigation__personal-information .personal-information-form-wrap input[type=date]::-webkit-inner-spin-button, .checkout-navigation .checkout-navigation__personal-information .personal-information-form-wrap input[type=date]::-webkit-calendar-picker-indicator {
    display: none;
  }
}
.checkout-navigation .checkout-navigation__personal-information .personal-information-form-wrap input[type=date]::-webkit-calendar-picker-indicator {
  width: 18px;
  height: 18px;
  background: url("../../img/calendar-black.svg") no-repeat;
  cursor: pointer;
}
.checkout-navigation .checkout-navigation__personal-information .personal-information-form-wrap input[type=date]::-webkit-date-and-time-value {
  text-align: left;
}
.checkout-navigation input[type=email],
.checkout-navigation input[type=number],
.checkout-navigation input[type=password],
.checkout-navigation input[type=search],
.checkout-navigation input[type=tel],
.checkout-navigation input[type=text],
.checkout-navigation input[type=date],
.checkout-navigation select,
.checkout-navigation textarea {
  height: 46px;
  padding: 0 0 0 16px;
  border: 1px solid #d8d8d8;
  line-height: initial;
}
.checkout-navigation input[type=email].is-invalid,
.checkout-navigation input[type=number].is-invalid,
.checkout-navigation input[type=password].is-invalid,
.checkout-navigation input[type=search].is-invalid,
.checkout-navigation input[type=tel].is-invalid,
.checkout-navigation input[type=text].is-invalid,
.checkout-navigation input[type=date].is-invalid,
.checkout-navigation select.is-invalid,
.checkout-navigation textarea.is-invalid {
  border-color: #ce0000;
}
.checkout-navigation ::placeholder {
  color: #2d2d2d;
  opacity: 0.5;
}
.checkout-navigation .is-invalid {
  font-family: "HeadingProDouble-Regular", sans-serif;
  font-size: 12px;
  line-height: 20px;
}
.checkout-navigation .is-invalid .radio-row {
  color: #2d2d2d;
  border-color: #ce0000;
}
.checkout-navigation .text-input-row {
  margin-bottom: 24px;
}
@media only screen and (max-width: 767px) {
  .checkout-navigation .text-input-row {
    margin-bottom: 20px;
  }
}
.checkout-navigation .text-input-row label::after {
  content: "";
  display: block;
  background-color: #fff;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  position: absolute;
  z-index: -1;
}
.checkout-navigation .text-input-row .form-control-label,
.checkout-navigation .text-input-row .form-check-label,
.checkout-navigation .radio-row .form-control-label,
.checkout-navigation .radio-row .form-check-label {
  font-size: 10px;
  line-height: initial;
  background-color: transparent;
  display: block;
  padding: 1px 4px;
}
.checkout-navigation .text-input-row label,
.checkout-navigation .radio-row label {
  left: 16px;
  top: -8px;
  margin-bottom: 0;
}
.checkout-navigation .text-input-row.focus label,
.checkout-navigation .radio-row.focus label {
  color: #6131ad;
  top: -8px;
  font-size: 10px;
  line-height: initial;
}
.checkout-navigation input[type=date],
.checkout-navigation input[type=text] {
  font-size: 16px;
  line-height: 28px;
}
.checkout-navigation .see-details,
.checkout-navigation .hide-details {
  display: none;
  font-family: "HeadingProDouble-Regular", sans-serif;
  font-size: 12px;
  line-height: 20px;
  text-decoration: underline;
  color: #6131ad;
  cursor: pointer;
}
.checkout-navigation .hide-details {
  display: none;
}
.checkout-navigation .payment-method-container {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  @supports (-webkit-touch-callout: none) {
    .checkout-navigation .payment-method-container {
      /* specific for iOS */
      padding-bottom: 150px;
    }
  }
}
.checkout-navigation .payment-method-container .checkout-container-body {
  padding: 0;
}
@media only screen and (max-width: 1024px) {
  .checkout-navigation .payment-method-container .checkout-container-body {
    padding: 0 !important;
  }
}
.checkout-navigation .payment-method-container .checkout-container-body .checkout-container-body__payment-methods {
  margin: 0;
  padding: 0 0 40px;
}
@media only screen and (max-width: 1024px) {
  .checkout-navigation .payment-method-container .checkout-container-body .checkout-container-body__payment-methods {
    padding: 0 15px;
  }
}
.checkout-navigation .payment-method-container .checkout-container-body .checkout-container-body__payment-methods .notification-info {
  margin: 16px 0;
}
.checkout-navigation .payment-method-container .checkout-container-body .payment-intro {
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
}
.checkout-navigation .payment-method-container .checkout-container-body .checkout-container-body__second-part-title {
  font-size: 16px;
  margin-bottom: 12px;
}
@media only screen and (max-width: 1024px) {
  .checkout-navigation .payment-method-container .checkout-container-body .checkout-container-body__second-part-title {
    margin: 7px 0;
  }
}
.checkout-navigation .payment-method-container .checkout-container-body .checkout-container-body__first-part-checkboxes {
  display: flex;
}
@media only screen and (max-width: 1024px) {
  .checkout-navigation .payment-method-container .checkout-container-body .checkout-container-body__first-part-checkboxes {
    flex-direction: column;
    padding-right: 0;
  }
}
.checkout-navigation .payment-method-container .checkout-container-body .checkout-container-body__first-part-checkboxes .radio-row {
  flex-basis: 49%;
  margin-right: 15px;
}
@media only screen and (max-width: 1024px) {
  .checkout-navigation .payment-method-container .checkout-container-body .checkout-container-body__first-part-checkboxes .radio-row {
    flex-basis: 100%;
    width: 100%;
    margin-right: 0;
  }
}
.checkout-navigation .payment-method-container .checkout-container-body .checkout-container-body__first-part-checkboxes .radio-row .label-row {
  align-items: start;
  min-height: 0;
}
.checkout-navigation .payment-method-container .checkout-container-body .checkout-container-body__first-part-checkboxes .radio-row .form-check-label {
  padding: 16px;
  flex-direction: column;
}
.checkout-navigation .payment-method-container .checkout-container-body .checkout-container-body__first-part-checkboxes .radio-row .label {
  line-height: normal;
}
.checkout-navigation .payment-method-container .checkout-container-body .checkout-container-body__first-part-checkboxes .radio-row .label .text {
  font-weight: 800;
  font-size: 14px;
  display: block;
}
.checkout-navigation .payment-method-container .checkout-container-body .checkout-container-body__first-part-checkboxes .radio-row .sub-text {
  display: block;
  font-family: "HeadingProDouble-Regular", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-transform: none;
  color: #767676;
  margin: 8px 0 0 24px;
}
@media only screen and (max-width: 767px) {
  .checkout-navigation .payment-method-container .checkout-container-body .checkout-container-body__first-part-checkboxes .radio-row .sub-text {
    margin: 12px 0 0;
  }
}
.checkout-navigation .payment-method-container .checkout-container-body .checkout-container-body__first-part-checkboxes .radio-row .radio {
  margin: 0 8px 0 0;
}
.checkout-navigation .payment-method-container .checkout-container-body .checkout-container-body__first-part-checkboxes .radio-row .description {
  font-family: "HeadingProDouble-Regular", sans-serif;
  font-size: 14px;
  line-height: 24px;
  margin: 16px 0 0;
  text-transform: none;
}
.checkout-navigation .payment-method-container .checkout-container-body .checkout-container-body__first-part-checkboxes .radio-row .row-selector {
  border: 1px solid #d8d8d8;
}
.checkout-navigation .payment-method-container .checkout-container-body .checkout-container-body__first-part-checkboxes .radio-row .price-wrap {
  display: flex;
  gap: 5px;
  align-items: baseline;
}
@media only screen and (max-width: 767px) {
  .checkout-navigation .payment-method-container .checkout-container-body .checkout-container-body__first-part-checkboxes .radio-row .price-wrap {
    flex-direction: column-reverse;
    gap: 0;
    align-items: normal;
  }
}
.checkout-navigation .payment-method-container .checkout-container-body .checkout-container-body__first-part-checkboxes .radio-row .strike-through-price {
  color: #6e6e6e;
  font-family: "HeadingProDouble-Regular", sans-serif;
  font-size: 14px;
  line-height: 130%;
}
.checkout-navigation .payment-method-container .checkout-container-body .checkout-container-body__first-part-checkboxes .radio-row .discounted-price {
  font-family: "HeadingProTreble-ExtraBold", sans-serif;
  font-size: 16px;
  line-height: 130%;
}
.checkout-navigation .payment-method-container .checkout-container-body .checkout-container-body__first-part-checkboxes .radio-row .price {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}
.checkout-navigation .payment-method-container .checkout-container-body .checkout-container-body__first-part-checkboxes .radio-row .price .card__price {
  font-family: "HeadingProDouble-Regular", sans-serif;
  margin: 0;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  flex-wrap: nowrap;
}
.checkout-navigation .payment-method-container .checkout-container-body .checkout-container-body__first-part-checkboxes .radio-row .price .original-price + .discounted-price,
.checkout-navigation .payment-method-container .checkout-container-body .checkout-container-body__first-part-checkboxes .radio-row .price .original-price + .current-price {
  color: #fe7000;
}
.checkout-navigation .payment-method-container .checkout-container-body .checkout-container-body__first-part-checkboxes .radio-row .price .original-price.d-none + .current-price {
  color: #313136;
}
.checkout-navigation .payment-method-container .checkout-container-body .checkout-container-body__first-part-checkboxes .radio-row .label-price {
  align-items: baseline;
}
.checkout-navigation .payment-method-container .checkout-container-body .checkout-container-body__first-part-checkboxes .radio-row .label-price .current-price:first-child .card__price {
  color: #313136;
}
.checkout-navigation .payment-method-container .checkout-container-body .checkout-container-body__first-part-checkboxes .radio-row .card__discounted-text-content {
  color: #767676;
  font-family: "HeadingProDouble-Regular", sans-serif;
  font-size: 11px;
  line-height: 16px;
  width: 55%;
  word-break: break-word;
}
.checkout-navigation .payment-method-container .checkout-container-body .checkout-container-body__first-part-checkboxes .radio-row .card__discounted-text-content span {
  color: #fe7000;
}
.checkout-navigation .payment-method-container .checkout-container-body .checkout-container-body__first-part-checkboxes .radio-row:last-child {
  margin-right: 0;
}
.checkout-navigation .payment-method-container .checkout-container-body .checkout-container-body__second-part {
  margin-top: 25px;
}
.checkout-navigation .payment-method-container .checkout-container-body .checkout-container-body__second-part .checkbox-row {
  margin-left: 0;
}
.checkout-navigation .payment-method-container .checkout-container-body .card__price {
  align-items: baseline;
}
.checkout-navigation .payment-method-container .checkout-container-body .card__price .card__price-sum,
.checkout-navigation .payment-method-container .checkout-container-body .card__price .card__price-coma {
  font-size: inherit;
  line-height: inherit;
}
.checkout-navigation .payment-method-container .checkout-container-body .card__price .card__price-decimal {
  font-size: inherit;
}
.checkout-navigation .payment-method-container .checkout-container-body .account-inputs {
  display: flex;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .checkout-navigation .payment-method-container .checkout-container-body .account-inputs {
    flex-direction: column;
    padding-right: 0;
    margin-top: 14px;
  }
}
.checkout-navigation .payment-method-container .checkout-container-body .account-inputs .input-row {
  flex-basis: 50%;
  margin-right: 16px;
}
@media only screen and (max-width: 1024px) {
  .checkout-navigation .payment-method-container .checkout-container-body .account-inputs .input-row {
    flex-basis: 100%;
    margin-right: 0;
    margin-bottom: 13px;
  }
}
.checkout-navigation .payment-method-container .checkout-container-body .account-inputs .input-row:last-child {
  margin-right: 0;
}
.checkout-navigation .payment-method-container .checkout-container-body .account-inputs-container {
  position: relative;
  padding-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .checkout-navigation .payment-method-container .checkout-container-body__payment-methods .payment-method-block {
    display: none;
  }
}
.checkout-navigation .checkout-navigation__tab-title-content {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 100%;
}
.checkout-navigation__from-label {
  display: block;
  font-family: "HeadingProDouble-Regular", sans-serif;
  font-size: 16px;
  line-height: 28px;
  font-size: 14px;
  color: #767676;
  margin-bottom: 3px;
}
@media only screen and (min-width: 1025px) {
  .checkout-navigation .checkout-navigation__payment-summary {
    display: none;
  }
}
.checkout-navigation .checkout-navigation__payment-methods-container {
  display: flex;
}
@media only screen and (max-width: 1024px) {
  .checkout-navigation .checkout-navigation__payment-methods-container {
    display: block;
    padding-right: 0;
  }
}
.checkout-navigation .payment-frequency-asset {
  display: none;
}
.checkout-navigation .payment-frequency-asset h1,
.checkout-navigation .payment-frequency-asset h2,
.checkout-navigation .payment-frequency-asset span {
  color: #2d2d2d;
  display: block;
  font-family: "HeadingProTreble-Heavy", sans-serif;
  line-height: 24px;
  font-size: 16px;
  margin: 0 0 12px;
}
.checkout-navigation .payment-frequency-asset p {
  margin-bottom: 24px;
}
.checkout-navigation .input-row .form-text {
  flex: 1;
}
.checkout-navigation .input-row.checkbox-row {
  min-height: 0;
}
.checkout-navigation .input-row.checkbox-row .form-check-label a {
  font-size: inherit;
  text-transform: none;
  text-decoration: underline;
  color: #6131ad;
}
.checkout-navigation .input-row input[type=checkbox],
.checkout-navigation .input-row input[type=radio] {
  z-index: unset;
  visibility: unset;
  width: 10px;
  height: 10px;
}
.checkout-navigation .input-row input[type=checkbox] {
  left: 6px;
  top: 6px;
}
.checkout-navigation .input-row input[type=checkbox]:focus {
  outline-offset: 5px;
  left: 4px;
  top: 5px;
  width: 16px;
  height: 16px;
}
.checkout-navigation .input-row input[type=radio] {
  left: 17px;
  top: 18px;
}
.checkout-navigation .input-row input[type=radio]:focus {
  outline-offset: 5px;
  left: 17px;
  top: 18px;
}
.checkout-navigation .checkout-navigation__dropin {
  margin-top: 9px;
}
@media only screen and (min-width: 1025px) {
  .checkout-navigation .checkout-navigation__dropin {
    flex-basis: 50%;
    margin-right: 16px;
  }
}
@media only screen and (max-width: 1024px) {
  .checkout-navigation .checkout-navigation__dropin {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}
.checkout-navigation .checkout-navigation__dropin .checkbox-row {
  margin-left: 0 !important;
}
.checkout-navigation .checkout-navigation__dropin .checkbox-row input[type=checkbox]:checked ~ .form-check-label .checkbox::after {
  top: -4px !important;
}
.checkout-navigation .checkout-navigation__dropin .submit-info {
  position: relative;
  margin-top: 24px;
  font-size: 14px;
  line-height: 19px;
  display: flex;
  padding-left: 30px;
  font-weight: 500;
}
.checkout-navigation .checkout-navigation__dropin .submit-info::before {
  position: absolute;
  content: "";
  border-style: solid;
  border-width: 2px 2px 0 0;
  display: inline-block;
  height: 7px;
  width: 14px;
  left: 0;
  top: 6px;
  transform: rotate(135deg);
  color: #fe7000;
  flex-shrink: 0;
  margin-right: 16px;
}
.checkout-navigation .checkout-navigation__dropin .adyen-checkout__dropdown__list {
  z-index: 10;
}
.checkout-navigation .checkout-navigation__dropin .adyen-checkout__input-wrapper input[type=text] {
  border-color: transparent;
  height: 37px;
}
.checkout-navigation .checkout-navigation__dropin .adyen-checkout__input-wrapper input[type=text].is-invalid {
  border-color: #d10244;
  background-color: #fff;
}
.checkout-navigation .checkout-navigation__dropin .adyen-checkout__field--error .adyen-checkout__input-wrapper input[type=text] {
  border-color: #d10244;
}
.checkout-navigation .checkout-navigation__dropin .adyen-checkout__input--invalid {
  border-color: #d10244;
}
.checkout-navigation .checkout-navigation__dropin .adyen-checkout__payment-method__radio {
  border: 2px solid #2d2d2d;
}
.checkout-navigation .checkout-navigation__dropin .adyen-checkout__payment-method__radio--selected {
  border: 2px solid #2d2d2d;
  background-color: #fff;
}
.checkout-navigation .checkout-navigation__dropin .adyen-checkout__payment-method__radio--selected::after {
  background-color: #fe7000;
  height: 8px;
  width: 8px;
}
@media only screen and (min-width: 1025px) {
  .checkout-navigation .checkboxes {
    flex-basis: 50%;
  }
}
.checkout-navigation .checkboxes .submit-info {
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  margin-top: 12px;
}
.checkout-navigation .adyen-checkout__dropdown__button,
.checkout-navigation .adyen-checkout__input,
.checkout-navigation .adyen-checkout__payment-method--selected {
  border-radius: 0;
}
.checkout-navigation .adyen-checkout__payment-method__details__content {
  margin: 0;
  padding-bottom: 10px;
}
.checkout-navigation .adyen-checkout__payment-method:first-child,
.checkout-navigation .adyen-checkout__payment-method--selected + .adyen-checkout__payment-method {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.checkout-navigation .adyen-checkout__payment-method:last-child,
.checkout-navigation .adyen-checkout__payment-method--next-selected {
  margin-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.checkout-navigation .adyen-checkout__payment-method__header {
  pointer-events: none;
}
.checkout-navigation .payment-method-disabled .adyen-checkout__paypal__button {
  pointer-events: none;
  opacity: 0.4;
}
.checkout-navigation .payment-method-disabled .adyen-checkout__payment-method__details__content {
  pointer-events: none;
  opacity: 0.4;
}
.checkout-navigation .payment-method-credit-card-disabled .adyen-checkout__button {
  pointer-events: none;
  opacity: 0.4;
}
.checkout-navigation .personal-information-form .title {
  margin: 45px 0 40px;
}
.checkout-navigation .personal-information-form .title.communications-title {
  margin: 45px 0 10px;
}
.checkout-navigation .personal-information-form .radio-row input[type=radio] + .row-selector {
  border: 1px solid #2d2d2d;
}
.checkout-navigation .personal-information-form .radio-row input[type=radio]:checked + .row-selector {
  border: 1px solid #fe7000;
}
.checkout-navigation .personal-information-form .radio-row .form-check-label {
  padding: 16px;
}
.checkout-navigation .personal-information-form .radio-row .form-check-label .radio {
  display: block;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .checkout-navigation .personal-information-form .radio-row .form-check-label {
    font-size: 16px;
  }
}
.checkout-navigation .personal-information-form .text-input-row .form-control-label {
  color: #2d2d2d;
}
.checkout-navigation .personal-information-form input[type=date] {
  box-shadow: none;
  width: 100%;
  -webkit-appearance: initial;
          appearance: initial;
}
@media only screen and (max-width: 767px) {
  .checkout-navigation .personal-information-form {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 767px) {
  .checkout-navigation .personal-information-btn {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 1024px) {
  .checkout-navigation .input-date-calendar {
    position: relative;
    -webkit-appearance: none;
            appearance: none;
  }
  .checkout-navigation .input-date-calendar::before {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    content: "";
    background-image: url("../../img/calendar-black.svg");
    width: 21px;
    height: 21px;
  }
}
@supports (-webkit-touch-callout: none) {
  .checkout-navigation .input-date-calendar {
    /* CSS specific to iOS devices */
    padding-top: 34px !important;
    font-size: 13px;
  }
}
.checkout-navigation .checkout-navigation__edit-btn {
  display: none;
  cursor: pointer;
  color: #313136;
  font-family: "HeadingProDouble-Regular", sans-serif;
  font-size: 16px;
  text-decoration: underline;
  padding-left: 16px;
}
@media only screen and (max-width: 1024px) {
  .checkout-navigation .checkout-navigation__edit-btn {
    font-size: 13px;
  }
}
.checkout-navigation .checkout-navigation__club-summary-info,
.checkout-navigation .checkout-navigation__membership-summary-info,
.checkout-navigation .checkout-navigation__addons-summary-info,
.checkout-navigation .checkout-navigation__personal-info-summary-info {
  display: none;
  background-color: #fff;
}
.checkout-navigation .checkout-navigation__club-summary-info.summary-display,
.checkout-navigation .checkout-navigation__membership-summary-info.summary-display,
.checkout-navigation .checkout-navigation__addons-summary-info.summary-display,
.checkout-navigation .checkout-navigation__personal-info-summary-info.summary-display {
  display: block;
}
.checkout-navigation .checkout-navigation__club-summary-info p,
.checkout-navigation .checkout-navigation__membership-summary-info p {
  margin-bottom: 0;
}
.checkout-navigation .checkout-navigation__order-summary {
  display: none;
  flex-basis: calc(25% - 16px);
  padding: 0;
  margin-left: 16px;
  top: 20px;
  position: sticky;
}
@media only screen and (max-width: 1024px) {
  .checkout-navigation .checkout-navigation__order-summary {
    left: 0;
    padding: 0;
    margin-left: 0;
    width: calc(100vw - var(--scrollbar-width));
    max-height: 100%;
    top: 0;
    bottom: auto;
    position: absolute;
  }
  .checkout-navigation .checkout-navigation__order-summary.checkout-order-summary-desktop {
    display: none !important;
  }
}
.checkout-navigation .checkout-navigation__order-summary.visible {
  display: block;
}
.checkout-navigation .checkout-navigation__order-summary.checkout-order-summary-desktop .summary-header {
  border-bottom: 0;
}
@media only screen and (max-width: 1024px) {
  .checkout-navigation .checkout-navigation__order-summary.checkout-order-summary-floating {
    z-index: 26;
    overscroll-behavior: contain;
    border-top: 1px solid #ece9e8;
    box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.06);
  }
  .checkout-navigation .checkout-navigation__order-summary.checkout-order-summary-floating.floating {
    position: fixed;
    top: 0;
  }
  .checkout-navigation .checkout-navigation__order-summary.checkout-order-summary-floating.summary-hidden {
    display: none !important;
  }
  .checkout-navigation .checkout-navigation__order-summary.checkout-order-summary-floating .summary-header {
    position: relative;
  }
  .checkout-navigation .checkout-navigation__order-summary.checkout-order-summary-floating .summary-header .arrow {
    position: absolute;
    top: 0;
    right: 16px;
    bottom: 0;
  }
  .checkout-navigation .checkout-navigation__order-summary.checkout-order-summary-floating .summary-header .arrow::after {
    content: "";
    position: absolute;
    top: calc(50% - 4px);
    border-style: solid;
    border-width: 2px 2px 0 0;
    display: inline-block;
    height: 8px;
    width: 8px;
    right: 0;
    transform: rotate(135deg);
  }
  .checkout-navigation .checkout-navigation__order-summary.checkout-order-summary-floating .summary-header * {
    pointer-events: none;
  }
  .checkout-navigation .checkout-navigation__order-summary.checkout-order-summary-floating .summary-title,
.checkout-navigation .checkout-navigation__order-summary.checkout-order-summary-floating .summary-body {
    display: none;
  }
  .checkout-navigation .checkout-navigation__order-summary.checkout-order-summary-floating.menu-open .summary-header .arrow::after {
    transform: rotate(-45deg);
    color: #fe7000;
  }
  .checkout-navigation .checkout-navigation__order-summary.checkout-order-summary-floating.menu-open .floating-summary-button {
    display: none;
  }
  .checkout-navigation .checkout-navigation__order-summary.checkout-order-summary-floating.menu-open .summary-title {
    display: block;
  }
  .checkout-navigation .checkout-navigation__order-summary.checkout-order-summary-floating .notification-info {
    display: none;
  }
  .checkout-navigation .checkout-navigation__order-summary.checkout-order-summary-floating .scroll-wrapper {
    background-color: #efefef;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 1024px) {
  .checkout-navigation .checkout-navigation__order-summary.checkout-order-summary-floating .scroll-wrapper {
    overflow: auto;
    max-height: calc(100dvh - 100px);
    overscroll-behavior: contain;
    scrollbar-color: #c5c5c5 transparent;
    scrollbar-width: thin;
  }
  .checkout-navigation .checkout-navigation__order-summary.checkout-order-summary-floating .scroll-wrapper::-webkit-scrollbar {
    width: 6px;
    height: 6px;
  }
  .checkout-navigation .checkout-navigation__order-summary.checkout-order-summary-floating .scroll-wrapper::-webkit-scrollbar-track {
    background-color: transparent;
  }
  .checkout-navigation .checkout-navigation__order-summary.checkout-order-summary-floating .scroll-wrapper::-webkit-scrollbar-thumb {
    background-color: #c5c5c5;
  }
}
@media only screen and (max-width: 1024px) {
  @supports (-webkit-touch-callout: none) {
    .checkout-navigation .checkout-navigation__order-summary.checkout-order-summary-floating .scroll-wrapper {
      max-height: 60vh;
    }
  }
}
@media only screen and (max-width: 1024px) {
  .checkout-navigation .checkout-navigation__order-summary.checkout-order-summary-floating .scroll-wrapper .notification-info {
    display: block;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .checkout-navigation .checkout-navigation__order-summary.checkout-order-summary-floating.floating .scroll-wrapper {
    max-height: calc(100dvh - 49px);
  }
}
@supports (-webkit-touch-callout: none) {
  @media only screen and (max-width: 1024px) {
    .checkout-navigation .checkout-navigation__order-summary.checkout-order-summary-floating .scroll-wrapper {
      max-height: calc(100dvh - 100px);
    }
  }
  @media only screen and (max-width: 1024px) {
    .checkout-navigation .checkout-navigation__order-summary.checkout-order-summary-floating.floating .scroll-wrapper {
      max-height: calc(100dvh - 49px);
    }
  }
}
.checkout-navigation .checkout-navigation__order-summary.checkout-order-summary-static {
  position: static;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .checkout-navigation .checkout-navigation__order-summary.checkout-order-summary-static .floating-summary-button {
    display: none;
  }
}
.checkout-navigation .checkout-navigation__order-summary.checkout-order-summary-static .summary-header {
  padding: 16px 0;
}
.checkout-navigation .checkout-navigation__order-summary.checkout-order-summary-static .total-per-year {
  border: 0;
}
.checkout-navigation .checkout-navigation__order-summary .summary-wrapper {
  display: flex;
  flex-direction: column;
  background-color: #efefef;
}
.checkout-navigation .checkout-navigation__order-summary .summary-header {
  padding: 16px;
  background-color: #fff;
}
.checkout-navigation .checkout-navigation__order-summary .floating-summary-button {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .checkout-navigation .checkout-navigation__order-summary .floating-summary-button {
    display: block;
    display: flex;
    flex-direction: column;
  }
}
.checkout-navigation .checkout-navigation__order-summary .floating-summary-button .first-line {
  display: flex;
  align-items: center;
}
.checkout-navigation .checkout-navigation__order-summary .floating-summary-button .floating-membership {
  font-family: "HeadingProTreble-Heavy", sans-serif;
  font-weight: 800;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
}
.checkout-navigation .checkout-navigation__order-summary .floating-summary-button .floating-membership::after {
  content: "";
  width: 1px;
  height: 8px;
  background-color: #ece9e8;
  display: inline-block;
  margin: 0 8px 0 6px;
}
.checkout-navigation .checkout-navigation__order-summary .floating-summary-button .floating-membership-price {
  font-family: "HeadingProDouble-Regular", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
}
.checkout-navigation .checkout-navigation__order-summary .floating-summary-button .floating-membership-price.reduced {
  color: #fe7000;
}
.checkout-navigation .checkout-navigation__order-summary .floating-summary-button .floating-membership-per-period {
  font-family: "HeadingProTreble-Regular", sans-serif;
  margin-left: 4px;
  font-weight: 500;
  font-size: 8px;
  line-height: 9px;
  opacity: 0.75;
}
.checkout-navigation .checkout-navigation__order-summary .floating-summary-button .floating-membership-for-period {
  font-family: "HeadingProDouble-Regular", sans-serif;
  font-weight: 500;
  font-size: 10px;
  line-height: 12px;
}
.checkout-navigation .checkout-navigation__order-summary .summary-title {
  font-family: "HeadingProTreble-Heavy", sans-serif;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
}
.checkout-navigation .checkout-navigation__order-summary .summary-body {
  padding: 0;
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .checkout-navigation .checkout-navigation__order-summary .summary-body {
    display: block !important;
  }
}
.checkout-navigation .checkout-navigation__order-summary .summary-body.light {
  background-color: #fff;
}
.checkout-navigation .checkout-navigation__order-summary .notification-info {
  position: relative;
  background-color: #ffe7d3;
  font-size: 13px;
  line-height: 18px;
  padding: 12px 16px 12px 22px;
  margin-top: 16px;
}
@media only screen and (max-width: 1024px) {
  .checkout-navigation .checkout-navigation__order-summary .notification-info {
    margin: 16px;
  }
}
.checkout-navigation .checkout-navigation__order-summary .notification-info::before {
  content: "!";
  display: flex;
  position: absolute;
  top: 12px;
  left: -8px;
  background-color: #fe7000;
  color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  font-family: "HeadingProTreble-Heavy", sans-serif;
  font-size: 14px;
  line-height: initial;
}
.checkout-navigation .checkout-navigation__order-summary .notification-info .title {
  font-family: "HeadingProTreble-ExtraBold", sans-serif;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 4px;
}
.checkout-navigation .checkout-navigation__order-summary .scroll-wrapper .notification-info {
  display: none;
}
.checkout-navigation .checkout-navigation__order-summary .checkout-navigation__order-membership-cost .card__price {
  color: #fe7000;
}
.checkout-navigation .checkout-navigation__order-summary .checkout-navigation__order-total-promo {
  display: none;
}
.checkout-navigation .checkout-navigation__order-summary .summary-intro {
  padding: 0 16px 16px;
  font-family: "HeadingProDouble-Regular", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
}
.checkout-navigation .checkout-navigation__order-summary .acc-item {
  background-color: #efefef;
}
.checkout-navigation .checkout-navigation__order-summary .acc-item .acc-header.content-open {
  background-color: #ece9e8;
}
.checkout-navigation .checkout-navigation__order-summary .acc-item .acc-header.content-open + .acc-content {
  background-color: #ece9e8;
  /* needed for css accordion: */
  grid-template-rows: 1fr;
}
.checkout-navigation .checkout-navigation__order-summary .acc-header {
  padding: 16px 34px 16px 16px;
  position: relative;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  width: 100%;
  font-family: "HeadingProTreble-ExtraBold", sans-serif;
  line-height: 130%;
}
.checkout-navigation .checkout-navigation__order-summary .acc-header::after {
  content: "";
  position: absolute;
  top: 20px;
  border-style: solid;
  border-width: 2px 2px 0 0;
  display: inline-block;
  height: 8px;
  width: 8px;
  right: 16px;
  transform: rotate(135deg);
}
.checkout-navigation .checkout-navigation__order-summary .acc-header.content-open::after {
  transform: rotate(-45deg);
  color: #fe7000;
  top: 22px;
}
.checkout-navigation .checkout-navigation__order-summary .acc-header.content-open .acc-header-label {
  color: #fe7000;
}
.checkout-navigation .checkout-navigation__order-summary .acc-header * {
  pointer-events: none;
}
.checkout-navigation .checkout-navigation__order-summary .acc-header-label,
.checkout-navigation .checkout-navigation__order-summary .acc-header-sub-label {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.checkout-navigation .checkout-navigation__order-summary .acc-header-label {
  font-family: "HeadingProTreble-ExtraBold", sans-serif;
  font-size: 16px;
  line-height: 130%;
}
.checkout-navigation .checkout-navigation__order-summary .acc-header-sub-label {
  font-family: "HeadingProDouble-Regular", sans-serif;
  font-size: 12px;
  line-height: 130%;
  color: #575757;
  margin: 4px 0 0;
}
.checkout-navigation .checkout-navigation__order-summary .acc-content {
  position: relative;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  /* needed for css accordion: */
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 300ms;
}
.checkout-navigation .checkout-navigation__order-summary .acc-content .acc-inner {
  /* needed for css accordion: */
  overflow: hidden;
}
.checkout-navigation .checkout-navigation__order-summary .acc-content ul.acc-content-list {
  padding: 16px 34px 16px 16px;
}
.checkout-navigation .checkout-navigation__order-summary .acc-content ul.acc-content-list li {
  padding: 0 0 16px;
}
.checkout-navigation .checkout-navigation__order-summary .acc-content ul.acc-content-list li:last-child {
  padding: 0;
}
.checkout-navigation .checkout-navigation__order-summary .acc-content-label {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: relative;
  font-family: "HeadingProDouble-Regular", sans-serif;
  font-size: 14px;
  line-height: 130%;
}
.checkout-navigation .checkout-navigation__order-summary .acc-content-sub-label {
  color: #575757;
  font-size: 12px;
  margin: 4px 0 0;
  line-height: 130%;
}
.checkout-navigation .checkout-navigation__order-summary .acc-content-sub-label.acc-content-payment-period-costs {
  display: flex;
  justify-content: space-between;
}
.checkout-navigation .checkout-navigation__order-summary .content-price.discount {
  color: #fe7000;
  font-family: "HeadingProTreble-ExtraBold", sans-serif;
}
.checkout-navigation .checkout-navigation__order-summary .content-price.discount .card__price {
  margin: 0;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  font-family: inherit;
}
.checkout-navigation .checkout-navigation__order-summary a {
  color: #6131ad;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .checkout-navigation .checkout-navigation__order-summary a {
    text-decoration: none;
  }
  .checkout-navigation .checkout-navigation__order-summary a:hover {
    text-decoration: underline;
  }
}
.checkout-navigation .checkout-navigation__order-summary .usp-list {
  font-family: "HeadingProDouble-Regular", sans-serif;
  font-size: 16px;
  line-height: 150%;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px;
}
@media only screen and (max-width: 1024px) {
  .checkout-navigation .checkout-navigation__order-summary .usp-list {
    background-color: #fff;
  }
}
.checkout-navigation .checkout-navigation__order-summary .usp-list li {
  position: relative;
  padding-left: 27px;
}
.checkout-navigation .checkout-navigation__order-summary .usp-list li::before {
  position: absolute;
  content: "";
  border-style: solid;
  border-width: 2px 2px 0 0;
  display: inline-block;
  height: 7px;
  width: 14px;
  left: 0;
  top: 6px;
  transform: rotate(135deg);
  color: #fe7000;
  flex-shrink: 0;
  margin-right: 16px;
}
.checkout-navigation .checkout-navigation__order-summary .total-per-year {
  font-family: "HeadingProDouble-Regular", sans-serif;
  font-size: 12px;
  line-height: 130%;
  padding: 16px 34px 16px 16px;
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  color: #575757;
  border-top: 2px solid #efefef;
  border-bottom: 2px solid #efefef;
}
.checkout-navigation .checkout-navigation__order-summary .header-price *,
.checkout-navigation .checkout-navigation__order-summary .header-sub-price *,
.checkout-navigation .checkout-navigation__order-summary .content-price *,
.checkout-navigation .checkout-navigation__order-summary .total-per-year-price *,
.checkout-navigation .checkout-navigation__order-summary .floating-membership-price * {
  white-space: nowrap;
  flex-wrap: nowrap;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
}
.checkout-navigation .summary-veil {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .checkout-navigation .summary-veil {
    display: none;
    position: fixed;
    opacity: 0.5;
    height: 100%;
    width: 100%;
    z-index: 25;
    left: 0;
    top: 0;
    background: linear-gradient(to bottom, rgba(45, 45, 45, 0) 0, rgba(45, 45, 45, 0) 52px, rgba(45, 45, 45, 0.5) 53px, rgba(45, 45, 45, 0.5) 100%);
  }
  .checkout-navigation .summary-veil.active {
    display: block;
  }
}
.checkout-navigation__membership-duration-dates {
  margin-bottom: 6px;
  font-size: 11px;
  line-height: 13px;
  color: #767676;
  text-transform: none;
}

/*# sourceMappingURL=checkout.css.map*/