.container {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 1rem;
}
@media (min-width: 768px) {
  .container {
    padding: 0 1.5rem;
  }
}
@media (min-width: 1200px) {
  .container {
    padding: 0 2rem;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #F3F3F3;
  background-color: #102210;
  font-weight: 300;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Antonio", Georgia, serif;
  line-height: 1.25;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
  font-weight: 700;
}

h1 {
  font-weight: 400;
}

h2, h3 {
  font-weight: 300;
}

h4 {
  font-weight: 600;
}

p {
  transition: 0.3s ease;
  font-size: 0.9rem;
}
@media (min-width: 768px) {
  p {
    font-size: 1rem;
  }
}

.fancyFont {
  font-family: "Antonio", Georgia, serif;
}

h1 {
  font-size: clamp(38px, 6vw, 100px);
}

h2 {
  margin-bottom: 2rem;
  margin-top: 1rem;
  font-size: clamp(28px, 4.3vw, 72px);
}
@media (min-width: 1100px) {
  h2 {
    transition: 0.3s ease;
  }
}
@media (min-width: 1200px) {
  h2 {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 1400px) {
  h2 {
    margin-bottom: 3rem;
  }
}

h3 {
  margin-bottom: 2rem;
  font-size: clamp(20px, 3vw, 52px);
}
@media (min-width: 1100px) {
  h3 {
    transition: 0.3s ease;
  }
}
@media (min-width: 1200px) {
  h3 {
    margin-bottom: 2.25rem;
  }
}

h4 {
  font-size: 15px;
  margin-bottom: 0.5rem;
  font-size: clamp(15px, 2.25vw, 39px);
}
@media (min-width: 1100px) {
  h4 {
    transition: 0.3s ease;
  }
}
@media (min-width: 1200px) {
  h4 {
    margin-bottom: 0.75rem;
  }
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1.1rem;
}

p {
  margin-bottom: 1rem;
}

a {
  color: #0C070A;
}

.scrollTo {
  position: relative;
  top: 4rem;
}

.central {
  text-align: center;
}

.pink {
  color: #C4729E;
}

img {
  max-width: 100%;
  height: auto;
}

.borderBottom {
  border-radius: 0% 0% 50% 50%/0% 0% 15px 15px;
  overflow: hidden;
  padding-bottom: 4rem;
}
@media (min-width: 768px) {
  .borderBottom {
    border-radius: 0% 0% 50% 50%/0% 0% 20px 20px;
    padding-bottom: 6rem;
  }
}

.ctaSec {
  background: linear-gradient(#32522c 0%, #142212 100%);
  padding: 6rem 0 10rem;
  margin: -3rem 0 -6rem;
  position: relative;
}
@media (min-width: 768px) {
  .ctaSec {
    padding: 7rem 0 11rem;
  }
}
@media (min-width: 1100px) {
  .ctaSec {
    padding: 8rem 0 12rem;
  }
}
.ctaSec .container {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media (min-width: 1100px) {
  .ctaSec .container {
    opacity: 0;
    transition: 0.3s ease;
    transform: translateY(50px);
  }
  .ctaSec .container.active {
    transform: translateY(0);
    opacity: 1;
  }
}
.ctaSec .container .titleWrapper h2 {
  margin-bottom: 2rem;
}
.ctaSec .container p {
  margin-bottom: 2.5rem;
  font-size: clamp(1.2rem, 2vw, 2rem);
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1100px) {
  .ctaSec .container p {
    max-width: 550px;
  }
}
@media (min-width: 1400px) {
  .ctaSec .container p {
    max-width: 650px;
  }
}
.white {
  color: #F3F3F3;
}

.btn, .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  padding: 0.75rem 1.25rem;
  word-spacing: normal;
  border-radius: 100vw;
  font-weight: 300;
  font-size: 16px;
}
@media (min-width: 768px) {
  .btn, .button {
    font-size: 17px;
  }
}
@media (min-width: 1100px) {
  .btn, .button {
    font-size: 18px;
    transition: 0.3s ease;
  }
}
@media (min-width: 1200px) {
  .btn, .button {
    font-size: 20px;
  }
}
@media (min-width: 1400px) {
  .btn, .button {
    font-size: 22px;
  }
}
.btn.darkGreen, .button.darkGreen {
  background-color: #102210;
  color: #F3F3F3;
}
.btn.darkGreen svg, .button.darkGreen svg {
  margin-left: 1rem;
}
.btn.black, .button.black {
  color: #F3F3F3;
  position: relative;
  overflow: hidden;
  transition: 0.3s ease;
  background-color: #0C070A;
}
@media (min-width: 1100px) {
  .btn.black, .button.black {
    background-color: transparent;
  }
}
.btn.black span, .button.black span {
  position: relative;
  z-index: 2;
}
.btn.black span:before, .btn.black span:after, .button.black span:before, .button.black span:after {
  display: none;
}
@media (min-width: 1100px) {
  .btn.black:before, .button.black:before {
    content: "";
    background-color: #0C070A;
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    z-index: 0;
    border-radius: 100vw;
  }
}
@media (min-width: 1100px) {
  .btn.black:after, .button.black:after {
    z-index: 1;
    content: "";
    background-color: #F3F3F3;
    border-radius: 100vw;
    height: 6px;
    width: 6px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    transition: 0.3s ease;
  }
}
@media (min-width: 1100px) {
  .btn.black:hover, .button.black:hover {
    color: #0C070A;
  }
  .btn.black:hover:after, .button.black:hover:after {
    opacity: 1;
    width: 100%;
    height: 100%;
  }
}
.btn.pink, .button.pink {
  color: #F3F3F3;
  position: relative;
  overflow: hidden;
  transition: 0.3s ease;
  background-color: #C4729E;
}
@media (min-width: 1100px) {
  .btn.pink, .button.pink {
    background-color: transparent;
    border: 1px solid transparent;
  }
}
.btn.pink span, .button.pink span {
  position: relative;
  z-index: 2;
}
.btn.pink span:before, .btn.pink span:after, .button.pink span:before, .button.pink span:after {
  display: none;
}
@media (min-width: 1100px) {
  .btn.pink:before, .button.pink:before {
    content: "";
    background-color: #C4729E;
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    border-radius: 100vw;
    margin: auto;
    z-index: 0;
  }
}
@media (min-width: 1100px) {
  .btn.pink:after, .button.pink:after {
    z-index: 1;
    content: "";
    background-color: #404E40;
    border-radius: 100vw;
    height: 6px;
    width: 6px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    transition: 0.3s ease;
  }
}
@media (min-width: 1100px) {
  .btn.pink:hover, .button.pink:hover {
    color: #F3F3F3;
    border: 1px solid #F3F3F3;
  }
  .btn.pink:hover:after, .button.pink:hover:after {
    opacity: 1;
    width: 100%;
    height: 100%;
  }
}
.btn.darkPink, .button.darkPink {
  background-color: #C4729E;
  color: #F3F3F3;
}
.btn.darkPink svg, .button.darkPink svg {
  margin-left: 1rem;
}
.btn span, .button span {
  display: inline-block;
}
.btn span:before, .btn span:after, .button span:before, .button span:after {
  content: " ";
  white-space: pre;
}
.btn.outline, .button.outline {
  border: 1px solid #CFCFCF;
  font-weight: 400;
}

.clientsAboutGradient {
  background: linear-gradient(#102210 0%, #F3F3F3 100%);
  position: relative;
}

@media (min-width: 640px) {
  .textImage.reverse .container {
    flex-direction: row-reverse;
  }
}
.textImage .container {
  padding-top: 2rem;
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: wrap;
  gap: 2rem;
}
@media (min-width: 640px) {
  .textImage .container {
    padding-top: 3rem;
    gap: 0;
    flex-direction: row;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .textImage .container {
    align-items: flex-start;
  }
}
@media (min-width: 1100px) {
  .textImage .container {
    align-items: center;
  }
}
@media (min-width: 640px) {
  .textImage .container .image {
    width: 35%;
  }
}
@media (min-width: 768px) {
  .textImage .container .image {
    width: 40%;
    margin-top: 3rem;
  }
}
@media (min-width: 1100px) {
  .textImage .container .image {
    margin-top: 0;
    width: calc(50% - 2rem);
    padding: 0;
  }
}
.textImage .container .image img {
  border-radius: 30px;
}
.textImage .container .text {
  color: #0C070A;
}
@media (min-width: 640px) {
  .textImage .container .text {
    width: 65%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .textImage .container .text {
    width: 60%;
  }
}
@media (min-width: 1100px) {
  .textImage .container .text {
    width: 50%;
  }
}
@media (min-width: 640px) {
  .textImage .container .text .inner {
    padding: 2rem;
  }
}
@media (min-width: 768px) {
  .textImage .container .text .inner {
    padding: 2rem 3rem;
  }
}
@media (min-width: 1100px) {
  .textImage .container .text .inner {
    max-width: 600px;
    padding: 3rem 2.5rem;
  }
}
@media (min-width: 1400px) {
  .textImage .container .text .inner {
    max-width: 650px;
  }
}
.textImage .container .text .inner h4 {
  color: #C4729E;
}
.textImage .container .text .inner p {
  margin-bottom: 2rem;
  font-size: 16px;
}
@media (min-width: 768px) {
  .textImage .container .text .inner p {
    font-size: 18px;
  }
}
@media (min-width: 1100px) {
  .textImage .container .text .inner p {
    font-size: 20px;
  }
}
@media (min-width: 1400px) {
  .textImage .container .text .inner p {
    margin-bottom: 2.5rem;
    font-size: 22px;
  }
}
@media (min-width: 1500px) {
  .textImage .container .text .inner p {
    font-size: 24px;
  }
}
@media (min-width: 1100px) {
  .textImage .container .text .inner p {
    max-width: 470px;
  }
}

.fullImage {
  padding: 1.5rem 0;
}
@media (min-width: 768px) {
  .fullImage {
    padding: 3rem 0;
  }
}
.fullImage .container img {
  border-radius: 30px;
}

@media (min-width: 1400px) {
  .hero {
    margin-bottom: 3rem;
  }
}
.hero.justText {
  padding-bottom: 4rem;
}
@media (min-width: 640px) {
  .hero.justText {
    padding-top: 4rem;
  }
}
@media (min-width: 768px) {
  .hero.justText {
    padding-top: 6rem;
  }
}
.hero.justText .text .smallHeaderOne {
  color: #C4729E;
  line-height: 1.6;
  font-size: calc(clamp(38px, 6vw, 100px) * 0.6);
  padding-left: 0;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .hero.justText .text .smallHeaderOne {
    font-size: calc(clamp(38px, 6vw, 100px) * 0.5);
  }
}
@media (min-width: 1100px) {
  .hero.justText .text .smallHeaderOne {
    font-size: calc(clamp(38px, 6vw, 100px) * 0.42);
  }
}
.hero.justText .text .headerOne {
  margin-top: 0;
  line-height: 1.1;
  font-size: clamp(38px, 6vw, 100px);
}
@media (min-width: 640px) {
  .hero.justText.withSmall .container .description {
    margin-top: 1.2rem;
  }
}
@media (min-width: 768px) {
  .hero.justText.withSmall .container .description {
    margin-top: 4.3vw;
  }
}
@media (min-width: 1100px) {
  .hero.justText.withSmall .container .description {
    margin-top: 5vw;
  }
}
@media (min-width: 1400px) {
  .hero.justText.withSmall .container .description {
    margin-top: 5.5vw;
  }
}
@media (min-width: 1600px) {
  .hero.justText.withSmall .container .description {
    margin-top: 6.2rem;
  }
}
.hero.justText .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 640px) {
  .hero.justText .container {
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media (min-width: 1100px) {
  .hero.justText .container {
    align-items: flex-end;
  }
}
@media (min-width: 640px) {
  .hero.justText .container .text {
    flex: 0 1 calc(50% - 1rem);
    padding-top: 0;
  }
}
@media (min-width: 1100px) {
  .hero.justText .container .text {
    flex: 0 1 calc(50% - 1rem);
  }
}
.hero.justText .container .text h1 span {
  color: #C4729E;
}
@media (min-width: 640px) {
  .hero.justText .container .description {
    flex: 0 1 calc(50% - 1rem);
    margin-top: 2.8rem;
  }
}
@media (min-width: 768px) {
  .hero.justText .container .description {
    margin-top: 7.5vw;
  }
}
@media (min-width: 1100px) {
  .hero.justText .container .description {
    display: flex;
    justify-content: flex-end;
    margin-top: -9rem;
    padding-right: 2rem;
    flex-direction: column;
  }
}
@media (min-width: 1400px) {
  .hero.justText .container .description {
    margin-top: -10rem;
  }
}
.hero.justText .container .description p {
  margin-bottom: 2rem;
  font-size: 16px;
}
@media (min-width: 768px) {
  .hero.justText .container .description p {
    font-size: 18px;
  }
}
@media (min-width: 1100px) {
  .hero.justText .container .description p {
    font-size: 20px;
  }
}
@media (min-width: 1400px) {
  .hero.justText .container .description p {
    margin-bottom: 2.5rem;
    font-size: 22px;
  }
}
@media (min-width: 1500px) {
  .hero.justText .container .description p {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .hero.justText .container .description p {
    max-width: 470px;
  }
}
@media (min-width: 1200px) {
  .hero.justText .container .description p {
    max-width: 530px;
  }
}
@media (min-width: 1500px) {
  .hero.justText .container .description p {
    max-width: 500px;
  }
}
.hero.justText .container .description .button {
  margin-top: 1rem;
  max-width: fit-content;
}
.hero .container .text {
  padding: 3rem 0;
  width: 100%;
}
.hero .container .text h1 {
  line-height: 1.1;
}
@media (min-width: 1400px) {
  .hero .container .text h1 {
    padding-left: 3rem;
  }
}
.hero .container .text h1.withSmall {
  margin-top: -1rem;
}
@media (min-width: 640px) {
  .hero .container .text h1.withSmall {
    margin-top: -2rem;
  }
}
@media (min-width: 1024px) {
  .hero .container .text h1.withSmall {
    padding-right: 2rem;
  }
}
.hero .container .text h1 .smallPink {
  color: #C4729E;
  font-size: 60%;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .hero .container .text h1 .smallPink {
    font-size: 50%;
  }
}
@media (min-width: 1100px) {
  .hero .container .text h1 .smallPink {
    font-size: 42%;
  }
}
@media (min-width: 768px) {
  .hero .container .images {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .hero .container .images img {
    max-height: 84svh;
  }
}
.hero .container .down {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  margin-top: 2rem;
}
@media (min-width: 640px) {
  .hero .container .down {
    margin-top: 0;
    width: 50px;
    height: 50px;
  }
}
@media (min-width: 1100px) {
  .hero .container .down {
    width: 60px;
    height: 60px;
    margin-top: -5rem;
  }
}
@media (min-width: 1400px) {
  .hero .container .down {
    margin-left: 3rem;
  }
}

.container {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 1rem;
}
@media (min-width: 768px) {
  .container {
    padding: 0 1.5rem;
  }
}
@media (min-width: 1200px) {
  .container {
    padding: 0 2rem;
  }
}

.screen-reader-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 6px;
  z-index: 999999;
  padding: 8px 16px;
  color: #F3F3F3;
  text-decoration: none;
}
.skip-link:focus {
  left: 6px;
}

.memberships {
  background: linear-gradient(180deg, #102210 0%, #EDEDED 100%);
  padding: 0 0 3rem;
}
@media (min-width: 1100px) {
  .memberships {
    padding: 0 0 6rem;
  }
}
.memberships .container .membershipsMessage {
  display: flex;
  justify-content: center;
  text-align: center;
  color: #0C070A;
  position: relative;
  top: -1rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 300px;
}
@media (min-width: 768px) {
  .memberships .container .membershipsMessage {
    top: -2rem;
  }
}
.memberships .container .membershipsMessage.hidden {
  display: none;
}
.memberships .container .titleWrapper {
  text-align: center;
  padding: 4rem 0 2rem;
}
@media (min-width: 640px) {
  .memberships .container .titleWrapper {
    padding: 6rem 0 4rem;
  }
}
.memberships .container .titleWrapper h2 {
  margin-bottom: 0;
}
.memberships .container .membershipsWrapper {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 1100px) {
  .memberships .container .membershipsWrapper {
    opacity: 0;
    transform: translateY(50px);
    transition: 0.5s ease;
  }
  .memberships .container .membershipsWrapper.active {
    opacity: 1;
    transform: translateY(0);
  }
}
.memberships .container .membershipsWrapper .toggle {
  display: inline-flex;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
  align-items: center;
  padding: 0.25rem;
  background-color: #F3F3F3;
  border-radius: 100vw;
  margin-bottom: 3.5rem;
}
.memberships .container .membershipsWrapper .toggle .option {
  padding: 0.6rem 1.5rem;
  font-weight: 400;
  transition: 0.3s ease;
  background-color: #F3F3F3;
  color: #0C070A;
  border-radius: 100vw;
  font-size: 14px;
}
@media (min-width: 640px) {
  .memberships .container .membershipsWrapper .toggle .option {
    font-size: 15px;
  }
}
@media (min-width: 768px) {
  .memberships .container .membershipsWrapper .toggle .option {
    font-size: 16px;
  }
}
@media (min-width: 1100px) {
  .memberships .container .membershipsWrapper .toggle .option {
    cursor: pointer;
  }
}
.memberships .container .membershipsWrapper .toggle .option.active {
  font-weight: 600;
  background-color: #0C070A;
  color: #F3F3F3;
}
.memberships .container .membershipsWrapper .cta {
  display: flex;
  justify-content: center;
}
.memberships .container .membershipsWrapper .cards {
  display: grid;
  gap: 1.25rem;
  padding-bottom: 3rem;
}
@media (min-width: 640px) {
  .memberships .container .membershipsWrapper .cards {
    grid-template-rows: 1fr 1fr 1fr;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .memberships .container .membershipsWrapper .cards {
    max-width: 840px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-bottom: 6rem;
  }
}
@media (min-width: 1100px) {
  .memberships .container .membershipsWrapper .cards {
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (min-width: 1400px) {
  .memberships .container .membershipsWrapper .cards {
    gap: 2.5rem;
  }
}
.memberships .container .membershipsWrapper .cards .card {
  background-color: #404E40;
  color: #F3F3F3;
  filter: drop-shadow(3px 5px 25px rgba(16, 34, 16, 0.12));
  border-radius: 1.88rem;
  padding: 1.5rem;
  width: 100%;
}
.memberships .container .membershipsWrapper .cards .card.favourite {
  background-color: #C4729E;
}
@media (max-width: 639px) {
  .memberships .container .membershipsWrapper .cards .card {
    padding: 1rem 1.25rem 1rem;
  }
}
@media (min-width: 1100px) {
  .memberships .container .membershipsWrapper .cards .card {
    flex: 0 1 calc(33.33% - 1.5rem);
    filter: drop-shadow(3px 5px 25px rgba(16, 16, 10, 0.25));
  }
}
@media (min-width: 1400px) {
  .memberships .container .membershipsWrapper .cards .card {
    flex: 0 1 calc(33.33% - 2.5rem);
  }
}
@media (min-width: 640px) {
  .memberships .container .membershipsWrapper .cards .card.membership:nth-of-type(5) {
    grid-column: 1/-1;
    justify-self: center;
    max-width: 410px;
  }
}
.memberships .container .membershipsWrapper .cards .card.favourite .bottom ul li:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='24' viewBox='0 0 26 24' fill='none'%3E%3Cg clip-path='url(%23clip0_118_688)'%3E%3Cpath d='M0 23.9997C0 23.9997 4.23024 20.5935 8.07258 20.2432C11.2387 19.9521 18.5984 14.1259 20.6165 9.48548C22.6347 4.84501 24.7629 1.40104 25.9161 0.236884C27.0694 -0.927275 15.448 2.4628 12.4706 5.77203C9.49314 9.08126 6.21169 13.172 5.29435 17.2034C4.62863 20.13 0.65 22.8571 0 24.0051V23.9997Z' fill='%230C070A'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_118_688'%3E%3Crect width='26' height='24' fill='white' transform='translate(0 -0.000488281)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
@media (min-width: 1100px) {
  .memberships .container .membershipsWrapper .cards .card .bottom {
    padding-top: 1rem;
  }
}
.memberships .container .membershipsWrapper .cards .card .bottom ul li {
  padding-left: 2rem;
  list-style: none;
  margin: 0.75rem 0;
  position: relative;
}
@media (max-width: 639px) {
  .memberships .container .membershipsWrapper .cards .card .bottom ul li {
    margin: 0.75rem 0 0;
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .memberships .container .membershipsWrapper .cards .card .bottom ul li {
    padding-left: 2.5rem;
  }
}
@media (min-width: 640px) {
  .memberships .container .membershipsWrapper .cards .card .bottom ul li {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .memberships .container .membershipsWrapper .cards .card .bottom ul li {
    font-size: 1.05rem;
  }
}
@media (min-width: 1100px) {
  .memberships .container .membershipsWrapper .cards .card .bottom ul li {
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  .memberships .container .membershipsWrapper .cards .card .bottom ul li {
    font-size: 1.1rem;
  }
}
@media (min-width: 1400px) {
  .memberships .container .membershipsWrapper .cards .card .bottom ul li {
    font-size: 1.3rem;
  }
}
.memberships .container .membershipsWrapper .cards .card .bottom ul li:before {
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  background-size: contain;
  width: 1.125rem;
  margin: auto;
  height: 1.2rem;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='24' viewBox='0 0 26 24' fill='none'%3E%3Cg clip-path='url(%23clip0_118_804)'%3E%3Cpath d='M0 24.0012C0 24.0012 4.23024 20.595 8.07258 20.2446C11.2387 19.9536 18.5984 14.1274 20.6165 9.48695C22.6347 4.84648 24.7629 1.40251 25.9161 0.238349C27.0694 -0.92581 15.448 2.46426 12.4706 5.77349C9.49314 9.08272 6.21169 13.1734 5.29435 17.2049C4.62863 20.1315 0.65 22.8586 0 24.0066V24.0012Z' fill='%23EB90BC'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_118_804'%3E%3Crect width='26' height='24' fill='white' transform='translate(0 0.000976562)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
@media (min-width: 768px) {
  .memberships .container .membershipsWrapper .cards .card .bottom ul li:before {
    width: 1.625rem;
    height: 1.5rem;
  }
}
.memberships .container .membershipsWrapper .cards .card .bottom ul span {
  display: none;
}
@media (min-width: 640px) {
  .memberships .container .membershipsWrapper .cards .card .bottom ul span {
    margin: 0.75rem 0;
    display: block;
  }
}
@media (max-width: 639px) {
  .memberships .container .membershipsWrapper .cards .card .bottom ul span {
    font-size: 14px;
  }
}
@media (min-width: 640px) {
  .memberships .container .membershipsWrapper .cards .card .bottom ul span {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .memberships .container .membershipsWrapper .cards .card .bottom ul span {
    font-size: 1.05rem;
  }
}
@media (min-width: 1100px) {
  .memberships .container .membershipsWrapper .cards .card .bottom ul span {
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  .memberships .container .membershipsWrapper .cards .card .bottom ul span {
    font-size: 1.1rem;
  }
}
@media (min-width: 1400px) {
  .memberships .container .membershipsWrapper .cards .card .bottom ul span {
    font-size: 1.3rem;
  }
}
.memberships .container .membershipsWrapper .cards .card .top {
  border-bottom: 1px solid #F3F3F3;
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
@media (max-width: 639px) {
  .memberships .container .membershipsWrapper .cards .card .top {
    padding-bottom: 0.75rem;
  }
}
@media (min-width: 640px) {
  .memberships .container .membershipsWrapper .cards .card .top {
    padding-bottom: 2rem;
    margin-bottom: 1.5rem;
    align-items: flex-end;
  }
}
@media (min-width: 1100px) {
  .memberships .container .membershipsWrapper .cards .card .top {
    padding-bottom: 3rem;
  }
}
.memberships .container .membershipsWrapper .cards .card .top .pop {
  display: none;
}
@media (min-width: 640px) {
  .memberships .container .membershipsWrapper .cards .card .top .pop {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #F3F3F3;
    color: #0C070A;
    border-radius: 100vw;
    padding: 0.25rem 0.5rem;
    font-weight: 600;
    font-size: 0.75rem;
    position: absolute;
    right: 0;
    bottom: -0.95rem;
  }
}
@media (min-width: 1400px) {
  .memberships .container .membershipsWrapper .cards .card .top .pop {
    font-size: 0.85rem;
  }
}
.memberships .container .membershipsWrapper .cards .card .top h3 {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  text-transform: none;
  font-size: 1.1rem;
}
@media (max-width: 639px) {
  .memberships .container .membershipsWrapper .cards .card .top h3 {
    margin-bottom: 0;
  }
}
@media (min-width: 640px) {
  .memberships .container .membershipsWrapper .cards .card .top h3 {
    font-size: 1rem;
    width: 100%;
    margin: 0;
  }
}
@media (min-width: 768px) {
  .memberships .container .membershipsWrapper .cards .card .top h3 {
    font-size: 1.05rem;
  }
}
@media (min-width: 1100px) {
  .memberships .container .membershipsWrapper .cards .card .top h3 {
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  .memberships .container .membershipsWrapper .cards .card .top h3 {
    font-size: 1.1rem;
  }
}
@media (min-width: 1400px) {
  .memberships .container .membershipsWrapper .cards .card .top h3 {
    font-size: 1.3rem;
  }
}
.memberships .container .membershipsWrapper .cards .card .top p {
  margin-bottom: 0;
  text-align: right;
  font-size: 2rem;
  font-weight: 600;
}
@media (min-width: 640px) {
  .memberships .container .membershipsWrapper .cards .card .top p {
    font-size: 1.75rem;
    width: 100%;
    margin: 0;
    line-height: 1;
  }
}
@media (min-width: 768px) {
  .memberships .container .membershipsWrapper .cards .card .top p {
    font-size: 1.8rem;
  }
}
@media (min-width: 1100px) {
  .memberships .container .membershipsWrapper .cards .card .top p {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  .memberships .container .membershipsWrapper .cards .card .top p {
    font-size: 2.2rem;
  }
}
@media (min-width: 1400px) {
  .memberships .container .membershipsWrapper .cards .card .top p {
    font-size: 2.9rem;
  }
}
.memberships .container .membershipsWrapper .cards .card .top p span {
  font-size: 50%;
  font-weight: 300;
}

.introGradient {
  background: linear-gradient(180deg, #102210 0%, #102210 20%, #EDEDED 100%);
  position: relative;
  z-index: 3;
  overflow: visible;
}

@media (min-width: 640px) {
  .hero.justText .container {
    align-items: flex-end;
  }
}
@media (min-width: 1400px) {
  .hero.justText .container .text {
    padding-left: 3rem;
  }
}
.hero.justText .container .text .headerOne {
  padding-left: 0;
}

.faqWrapper {
  padding-bottom: 5rem;
}
@media (min-width: 768px) {
  .faqWrapper .container .faq-accordion {
    max-width: 85%;
  }
}
@media (min-width: 1100px) {
  .faqWrapper .container .faq-accordion {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1200px) {
  .faqWrapper .container .faq-accordion {
    max-width: 1040px;
    margin-right: 2rem;
  }
}

.faq-item {
  background: #F3F3F3;
  margin-bottom: 1rem;
  border-radius: 30px;
  overflow: hidden;
}
.faq-item .faq-question {
  width: 100%;
  text-align: left;
  border: none;
  background: #F3F3F3;
  padding: 1.5rem 1.5rem;
  cursor: pointer;
  font-size: inherit;
  color: #0C070A;
  font-weight: 600;
  transition: all 0.3s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
}
@media (min-width: 768px) {
  .faq-item .faq-question {
    font-size: 17px;
  }
}
@media (min-width: 1100px) {
  .faq-item .faq-question {
    font-size: 19px;
  }
}
@media (min-width: 1400px) {
  .faq-item .faq-question {
    font-size: 20px;
  }
}
.faq-item .faq-icon {
  margin-bottom: 2rem;
  font-size: 16px;
  transition: transform 0.3s ease;
  font-weight: bold;
  margin-bottom: 0 !important;
  color: #0C070A;
}
@media (min-width: 768px) {
  .faq-item .faq-icon {
    font-size: 18px;
  }
}
@media (min-width: 1100px) {
  .faq-item .faq-icon {
    font-size: 20px;
  }
}
@media (min-width: 1400px) {
  .faq-item .faq-icon {
    margin-bottom: 2.5rem;
    font-size: 22px;
  }
}
@media (min-width: 1500px) {
  .faq-item .faq-icon {
    font-size: 24px;
  }
}
.faq-item .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  background: #F3F3F3;
  color: #0C070A;
}
.faq-item .faq-answer p:last-of-type {
  margin-bottom: 0;
}
.faq-item .faq-answer .faq-answer-content {
  padding: 0 3.5rem 1.5rem 1.5rem;
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.3s ease 0.1s;
}
.faq-item.active .faq-icon {
  transform: rotate(45deg);
}
.faq-item.active .faq-answer {
  max-height: 1000px;
}
.faq-item.active .faq-answer-content {
  opacity: 1;
  transform: translateY(0);
}/*# sourceMappingURL=faqs.css.map */