/*Mobile floating bar*/
.mobile-floating-bar {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    padding: 12px 20px;
    border-radius: 999px;
    display: flex;
    gap: 15px;
    z-index: 40;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    font-size: 14px;
    align-items: center;
    white-space: nowrap;     
    max-width: 90%;           
    flex-wrap: nowrap;
	background:white;
}
.mobile-floating-bar .bar-link {
    display: flex;
    align-items: center;
    gap: 2px;
	color:var(--header-button-text-color);
}
@media(min-width:769px) {
	.mobile-floating-bar {
		display:none;
	}
}
*,
::after,
::before {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-scroll-snap-strictness: proximity;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 50%);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-scroll-snap-strictness: proximity;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 50%);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
}

/*! tailwindcss v3.4.13 | MIT License | https://tailwindcss.com*/

*,
::after,
::before {
  border: 0 solid #e5e7eb;
  box-sizing: border-box;
}

::after,
::before {
  --tw-content: "";
}

:host,
html {
  text-size-adjust: 100%;
  font-feature-settings: normal;
  -webkit-tap-highlight-color: transparent;
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-variation-settings: normal;
  line-height: 1.5;
  tab-size: 4;
}

body {
  line-height: inherit;
  margin: 0;
  overflow-x: hidden;
}

hr {
  border-top-width: 1px;
  color: inherit;
  height: 0;
}

abbr:where([title]) {
  text-decoration: underline dotted;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

a {
  color: var(--link-color);
  text-decoration: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
pre,
samp {
  font-feature-settings: normal;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
  font-variation-settings: normal;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

button,
input,
optgroup,
select,
textarea {
  font-feature-settings: inherit;
  color: inherit;
  font-family: inherit;
  font-size: 100%;
  font-variation-settings: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
}

button,
select {
  text-transform: none;
}

button,
input:where([type="button"]),
input:where([type="reset"]),
input:where([type="submit"]) {
  appearance: auto;
  background-color: transparent;
  background-image: none;
}

:-moz-focusring {
  outline: auto;
}

:-moz-ui-invalid {
  box-shadow: none;
}

progress {
  vertical-align: baseline;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  appearance: textfield;
  outline-offset: -2px;
}

::-webkit-search-decoration {
  appearance: none;
}

::-webkit-file-upload-button {
  appearance: auto;
  font: inherit;
}

summary {
  display: list-item;
}

blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
}

fieldset,
legend {
  padding: 0;
}

menu,
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

dialog {
  padding: 0;
}

textarea {
  resize: vertical;
}

input::placeholder,
textarea::placeholder {
  color: #9ca3af;
  opacity: 1;
}

[role="button"],
button {
  cursor: pointer;
}

:disabled {
  cursor: default;
}

audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
  display: block;
  vertical-align: middle;
}

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

[hidden] {
  display: none;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding-left: 1.3rem;
  padding-right: 1.3rem;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1023px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1210px;
    padding-left: 0;
    padding-right: 0;
  }
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0;
}

.left-0 {
  left: 0;
}

.right-0 {
  right: 0;
}

.right-3 {
  right: 0.75rem;
}

.top-0 {
  top: 0;
}

.top-3 {
  top: 0.75rem;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.z-50 {
  z-index: 50;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-first {
  order: -9999;
}

.order-last {
  order: 9999;
}

.col-span-1 {
  grid-column: span 1 / span 1;
}

.col-span-10 {
  grid-column: span 10 / span 10;
}

.col-span-2 {
  grid-column: span 2 / span 2;
}

.col-span-3 {
  grid-column: span 3 / span 3;
}

.col-span-6 {
  grid-column: span 6 / span 6;
}

.col-span-9 {
  grid-column: span 9 / span 9;
}

.m-0\.5 {
  margin: 0.125rem;
}

.mx-0 {
  margin-left: 0;
  margin-right: 0;
}

.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-10 {
  margin-bottom: 2.5rem;
  margin-top: 2.5rem;
}

.my-14 {
  margin-bottom: 3.5rem;
  margin-top: 3.5rem;
}

.my-20 {
  margin-bottom: 5rem;
  margin-top: 5rem;
}

.my-24 {
  margin-bottom: 6rem;
  margin-top: 6rem;
}

.my-3 {
  margin-bottom: 0.75rem;
  margin-top: 0.75rem;
}

.my-4 {
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.my-5 {
  margin-bottom: 1.25rem;
  margin-top: 1.25rem;
}

.my-6 {
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
}

.my-7 {
  margin-bottom: 1.75rem;
  margin-top: 1.75rem;
}

.my-auto {
  margin-bottom: auto;
  margin-top: auto;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-14 {
  margin-bottom: 3.5rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-24 {
  margin-bottom: 6rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-7 {
  margin-bottom: 1.75rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.ml-1 {
  margin-left: 0.25rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.ml-3 {
  margin-left: 0.75rem;
}

.ml-5 {
  margin-left: 1.25rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mt-0 {
  margin-top: 0;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-14 {
  margin-top: 3.5rem;
}

.mt-16 {
  margin-top: 4rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mt-7 {
  margin-top: 1.75rem;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-auto {
  height: auto;
}

.h-fit {
  height: fit-content;
}

.h-full {
  height: 100%;
}

.w-\[100\%\] {
  width: 100%;
}

.w-\[70px\] {
  width: 70px;
}

.w-fit {
  width: fit-content;
}

.w-full {
  width: 100%;
}

.max-w-\[1200px\] {
  max-width: 1200px;
}

.max-w-\[22\.5rem\] {
  max-width: 22.5rem;
}

.border-collapse {
  border-collapse: collapse;
}

.border-spacing-0 {
  --tw-border-spacing-x: 0px;
  --tw-border-spacing-y: 0px;

  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.grid-cols-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.flex-col {
  flex-direction: column;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.justify-start {
  justify-content: flex-start;
}

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

.justify-between {
  justify-content: space-between;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-14 {
  gap: 3.5rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-7 {
  gap: 1.75rem;
}

.gap-8 {
  gap: 1.875rem;
}

.gap-row-8 {
  row-gap: 4rem;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-x-auto {
  overflow-x: auto;
}

.overflow-y-auto {
  overflow-y: auto;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-3xl {
  border-radius: 1.5rem;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.bg-black {
  --tw-bg-opacity: 1;

  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-white {
  --tw-bg-opacity: 1;

  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}

.object-cover {
  object-fit: cover;
}

.p-10 {
  padding: 2.5rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-20 {
  padding: 5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-7 {
  padding: 1.75rem;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-10 {
  padding-bottom: 2.5rem;
  padding-top: 2.5rem;
}

.py-14 {
  padding-bottom: 3.5rem;
  padding-top: 3.5rem;
}

.py-2 {
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}

.py-20 {
  padding-bottom: 5rem;
  padding-top: 5rem;
}

.py-24 {
  padding-bottom: 6rem;
  padding-top: 6rem;
}

.py-3 {
  padding-bottom: 0.75rem;
  padding-top: 0.75rem;
}

.py-4 {
  padding-bottom: 1rem;
  padding-top: 1rem;
}

.py-5 {
  padding-bottom: 1.25rem;
  padding-top: 1.25rem;
}

.py-7 {
  padding-bottom: 1.75rem;
  padding-top: 1.75rem;
}

.py-8 {
  padding-bottom: 2rem;
  padding-top: 2rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pt-20 {
  padding-top: 5rem;
}

.pb-20 {
  padding-bottom: 5rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pl-5 {
  padding-left: 1.25rem;
}

.pr-5 {
  padding-right: 1.25rem;
}

.pt-14 {
  padding-top: 3.5rem;
}

.pt-24 {
  padding-top: 6rem;
}

.pt-32 {
  padding-top: 8rem;
}

.pt-8 {
  padding-top: 2rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

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

.font-plus {
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

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

.font-extrabold {
  font-weight: 800;
}

.font-medium {
  font-weight: 500;
}

.font-normal {
  font-weight: 400;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.leading-7 {
  line-height: 1.75rem;
}

.leading-none {
  line-height: 1;
}

.tracking-tighter {
  letter-spacing: -0.05em;
}

.text-white {
  --tw-text-opacity: 1;

  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.opacity-40 {
  opacity: 0.4;
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
    var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
    var(--tw-sepia) var(--tw-drop-shadow);
}

.bw-mode img:not(.headerLogo):not(.footerLogo) {
  filter: grayscale(100%);
}

.bw-mode .hero-background {
  filter: grayscale(100%);
}

@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("../assets/fonts/PlusJakartaSans-VariableFont_wght.woff2")
      format("woff2"),
    url("../assets/fonts/PlusJakartaSans-VariableFont_wght.woff") format("woff");
  font-weight: 200 800;
  font-display: swap;
}

.bg-primary {
  background-color: var(--primary-color);
}

.bg-secondary {
  background-color: var(--secondary-color);
}

.bg-tertiary {
  background-color: var(--tertiary-color);
}

.bg-section-primary {
  background-color: var(--primary-section-color);
}

.bg-section-secondary {
  background-color: var(--secondary-section-color);
}

.text-primary {
  color: var(--primary-text-color);
}

.text-primary-light {
  color: var(--primary-light-text-color);
}

.text-secondary {
  color: var(--secondary-text-color);
}

.text-hero-preheading {
  color: var(--hero-preheading-color);
}

.bg-first-gradient {
  background: var(--first-gradient);
}

.bg-second-gradient {
  background: var(--second-gradient);
}

.homeEditorContent h1 span {
  color: var(--secondary-color);
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.homeEditorContent h2 {
  color: var(--secondary-text-color);
  font-size: 60px;
  font-weight: 800;
  line-height: 72px;
  margin-bottom: 1.1rem;
}

.homeEditorContent p {
  color: var(--primary-light-text-color);
  font-size: 24px;
  font-weight: 600;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .homeEditorContent h1 span {
    color: var(--secondary-color);
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 1rem;
    text-transform: uppercase;
  }

  .homeEditorContent h2 {
    color: var(--secondary-text-color);
    font-size: 52px;
    font-weight: 800;
    line-height: 56px;
    margin-bottom: 1.1rem;
  }

  .homeEditorContent p {
    color: var(--primary-light-text-color);
    font-size: 20px;
    font-weight: 600;
  }
}

@media screen and (max-width: 767px) {
  p {
    font-size: 18px;
    line-height: 28px;
  }

  .homeEditorContent h1 {
    margin-bottom: 0;
  }

  .homeEditorContent h2 {
    color: var(--secondary-text-color);
    font-size: 40px;
    font-weight: 800;
    line-height: 40px;
    margin: 0.8rem 0;
  }

  .homeEditorContent p {
    color: var(--primary-light-text-color);
    font-size: 20px;
    font-weight: 600;
  }
}

h2 {
  font-size: 33px;
  font-weight: 800;
  line-height: 44px;
  margin-bottom: 1.1rem;
}

@media (min-width: 440px) and (max-width: 767px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 2.5rem;
  }

  p {
    font-size: 18px;
    line-height: 28px;
  }
}

.homeGetStrong h2 {
  font-size: 36px;
  font-weight: 800;
  line-height: 44px;
  margin-bottom: 1.1rem;
}

p {
  color: var(--primary-light-text-color);
  font-size: 18px;
  font-weight: 500;
}

button a {
  letter-spacing: 0.03em;
}

.button-primary {
  background-color: var(--primary-button-background-color);
  overflow: hidden;
  position: relative;
}

.button-primary::after,
.button-primary::before {
  border-radius: 50%;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 1px;
}

.button-primary::before {
  background: color-mix(
    in srgb,
    var(--primary-button-background-color) 50%,
    rgb(0 0 0 / 43.8%) 55%
  );
  transition: 0.6s ease-in;
  transition-delay: 0.1s;
}

.button-primary::after {
  background: color-mix(
    in srgb,
    var(--primary-button-background-color) 100%,
    rgb(0 0 0 / 59.6%) 15%
  );
  transition: 0.8s ease;
  transition-delay: 0.4s;
}

.button-primary:hover::after,
.button-primary:hover::before {
  transform: translate(-50%, -50%) scale(310);
}

.button-primary a {
  position: relative;
  width: 100%;
  z-index: 10;
}

.button-primary a,
.button-primary a:hover {
  color: var(--primary-button-text-color);
}

.button-secondary {
  background-color: var(--secondary-button-background-color);
  overflow: hidden;
  position: relative;
}

.button-secondary::after,
.button-secondary::before {
  border-radius: 50%;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 1px;
}

.button-secondary::before {
  background: color-mix(
    in srgb,
    var(--secondary-button-background-color) 50%,
    rgb(0 0 0 / 43.8%) 55%
  );
  transition: 0.6s ease-in;
  transition-delay: 0.1s;
}

.button-secondary::after {
  background: color-mix(
    in srgb,
    var(--secondary-button-background-color) 100%,
    rgb(0 0 0 / 59.6%) 15%
  );
  transition: 0.8s ease;
  transition-delay: 0.4s;
}

.button-secondary:hover::after,
.button-secondary:hover::before {
  transform: translate(-50%, -50%) scale(310);
}

.button-secondary a {
  position: relative;
  z-index: 10;
}

.button-secondary a,
.button-secondary a:hover {
  color: var(--secondary-button-text-color);
}

.bannerButton_wrapper button {
  background-color: var(--banner-button-background-color);
  overflow: hidden;
  position: relative;
}

.bannerButton_wrapper button::after,
.bannerButton_wrapper button::before {
  border-radius: 50%;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 1px;
}

.bannerButton_wrapper button::before {
  background: color-mix(
    in srgb,
    var(--banner-button-background-color) 100%,
    hsl(0deg 0% 85% / 59.6%) 55%
  );
  transition: 0.6s ease-in;
  transition-delay: 0.1s;
}

.bannerButton_wrapper button::after {
  background: color-mix(
    in srgb,
    var(--banner-button-background-color) 100%,
    rgb(0 0 0 / 59.6%) 45%
  );
  transition: 0.8s ease;
  transition-delay: 0.4s;
}

.bannerButton_wrapper button:hover::after,
.bannerButton_wrapper button:hover::before {
  transform: translate(-50%, -50%) scale(310);
}

.bannerButton_wrapper button a {
  position: relative;
  z-index: 10;
}

.bannerButton_wrapper button a,
.bannerButton_wrapper button a:hover {
  color: var(--banner-button-text-color);
}

.header-button {
  background-color: var(--header-button-background-color);
  overflow: hidden;
  position: relative;
}

.header-button::after,
.header-button::before {
  border-radius: 50%;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 1px;
}

.header-button::before {
  background: color-mix(
    in srgb,
    var(--header-button-background-color) 100%,
    hsl(0deg 30% 89% / 87.7%) 55%
  );
  transition: 0.6s ease-in;
  transition-delay: 0.1s;
}

.header-button::after {
  background: color-mix(
    in srgb,
    var(--header-button-background-color) 100%,
    hsl(0deg 100% 99% / 98.6%) 50%
  );
  transition: 0.8s ease;
  transition-delay: 0.4s;
}

.header-button:hover::after,
.header-button:hover::before {
  transform: translate(-50%, -50%) scale(310);
}

.header-button a {
  position: relative;
  z-index: 10;
}

.header-button a,
.header-button a:hover {
  color: var(--header-button-text-color);
}

a:hover {
  color: rgb(var(--link-color-rgb), 0.7);
}

a:active {
  color: rgb(var(--link-color-rgb), 0.9);
}

.owl-dot::after {
  content: attr(aria-label);
  left: -9999px;
  position: absolute;
}

.homeEditorContent_wrapper > h2 > .underlinePrimaryDecoration {
  position: relative;
  z-index: 10;
}

.homeEditorContent_wrapper > h2 > .underlinePrimaryDecoration::after {
  background-color: var(--primary-heading-decoration);
  bottom: -0.125rem;
  content: "";
  height: 2rem;
  left: -0.5rem;
  mask-image: url("../assets/svgs/underlinePrimaryc.svg");
  mask-repeat: no-repeat;
  mask-size: cover;
  position: absolute;
  right: -0.5rem;
  z-index: -1;
}

@media screen and (max-width: 440px) {
  .homeEditorContent_wrapper > h2 > .underlinePrimaryDecoration {
    position: relative;
    z-index: 10;
  }

  .homeEditorContent_wrapper > h2 > .underlinePrimaryDecoration::after {
    height: 1rem;
  }
}

.underlinePrimaryDecoration {
  position: relative;
  z-index: 10;
}

.underlinePrimaryDecoration::after {
  background-color: var(--primary-heading-decoration);
  bottom: -0.125rem;
  content: "";
  height: 1rem;
  left: -0.5rem;
  mask-image: url("../assets/svgs/underlinePrimaryc.svg");
  mask-repeat: no-repeat;
  mask-size: cover;
  position: absolute;
  right: -0.5rem;
  z-index: -1;
}

.underlineSecondaryDecoration {
  position: relative;
  z-index: 10;
}

.underlineSecondaryDecoration::after {
  background-color: var(--secondary-heading-decoration);
  bottom: -0.125rem;
  content: "";
  height: 1rem;
  left: -0.5rem;
  mask-image: url("../assets/svgs/underlineSecondaryc.svg");
  mask-repeat: no-repeat;
  mask-size: cover;
  position: absolute;
  right: -0.5rem;
  z-index: -1;
}

.underlineTertiaryDecoration {
  position: relative;
  z-index: 10;
}

.underlineTertiaryDecoration::after {
  background-color: var(--tertiary-heading-decoration);
  bottom: -0.125rem;
  content: "";
  height: 1rem;
  left: -0.5rem;
  mask-image: url("../assets/svgs/underlineSecondaryc.svg");
  mask-repeat: no-repeat;
  mask-size: cover;
  position: absolute;
  right: -0.5rem;
  z-index: -1;
}

header {
  position: relative;
  z-index: 10;
}

#menu-header-menu .sub-menu {
  border-radius: 10px;
  opacity: 0;
  padding: 20px 30px;
  position: absolute;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  visibility: hidden;
  width: 250px;
  z-index: 9999;
}

#menu-header-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
}

.menu-item {
  position: relative;
}

.menu-item .sub-menu {
  display: none;
  position: absolute;
  top: 120%;
}

.menu-item .sub-menu li {
  padding: 10px 0;
}

.menu-item .sub-menu li a {
  color: var(--primary-text-color);
  padding: 5px 0;
}

#menu-header-menu li {
  position: relative;
}

#menu-header-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

#menu-header-menu > li {
  display: inline-block;
  margin-right: 35px;
}

#menu-header-menu .sub-menu {
  background: #fff;
  box-shadow: 0 2px 10px rgb(0 0 0 / 10%);
  z-index: 999;
}

.down-arrow {
  display: inline-block;
  margin-left: 0;
  vertical-align: middle;
}

.down-arrow svg {
  fill: var(--primary-color);
  height: 1.5em;
  width: 1.5em;
}

#menu-header-menu li:hover .down-arrow {
  fill: #0073aa;
}

#menu-header-menu li a {
  color: var(--primary-text-color) !important;
}

#menu-header-menu li a:hover,
.current_page_item > a {
  color: var(--primary-color) !important;
}

.menu-item-has-children > a {
  padding-bottom: 10px;
}

#hamburger {
  cursor: pointer;
}

.hamburger-bar {
  background-color: #000;
  display: block;
  height: 3px;
  margin: 4px;
  width: 25px;
}

.mobile-menu {
  display: none;
}

.mobile-menu.active {
  display: block;
}

.mobileMenuWrapper {
  overflow-x: hidden;
}

@media screen and (max-width: 1023px) {
  #menu-header-menu .menu-item {
    display: block;
    margin-right: 0;
    text-align: center;
  }

  .down-arrow {
    position: absolute;
    right: -35%;
    top: 25%;
  }

  #mobileMenu {
    height: 95vh;
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 9999;
  }

  #nav-icon1,
  #nav-icon2,
  #nav-icon3,
  #nav-icon4 {
    cursor: pointer;
    height: 20px;
    position: relative;
    transform: rotate(0deg);
    transition: 0.5s ease-in-out;
    width: 30px;
  }

  #nav-icon1 span,
  #nav-icon3 span,
  #nav-icon4 span {
    background: var(--primary-text-color);
    border-radius: 5px;
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    transition: 0.25s ease-in-out;
    width: 80%;
  }

  #nav-icon3 span:first-child {
    top: 0;
  }

  #nav-icon3 span:nth-child(2),
  #nav-icon3 span:nth-child(3) {
    top: 8px;
  }

  #nav-icon3 span:nth-child(4) {
    top: 16px;
  }

  #nav-icon3.open span:first-child {
    left: 50%;
    top: 8px;
    width: 0;
  }

  #nav-icon3.open span:nth-child(2) {
    transform: rotate(45deg);
  }

  #nav-icon3.open span:nth-child(3) {
    transform: rotate(-45deg);
  }

  #nav-icon3.open span:nth-child(4) {
    left: 50%;
    top: 8px;
    width: 0;
  }

  .mobile-menu {
    overflow-y: auto;
  }

  .mobile-menu-list {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
  }

  .mobile-menu-list > li {
    border-bottom: 1px solid #eee;
    padding: 10px 0;
    position: relative;
  }

  .mobile-menu-list > li a {
    align-items: center;
    color: inherit;
    display: flex;
    justify-content: space-between;
    text-decoration: none;
    width: 100%;
  }

  .mobile-menu-list ul.sub-menu {
    background-color: #fff;
    display: none;
    margin-top: 10px;
    padding-left: 20px;
    position: relative;
  }

  .mobile-menu-list li {
    margin-bottom: 10px;
    position: relative;
  }

  .mobile-menu-list li > a {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    width: fit-content;
  }

  .sub-menu li {
    padding: 0 10px;
  }

  .sub-menu li a {
    font-size: 18px;
    font-weight: 500;
  }

  .sub-menu a {
    font-size: 0.9rem;
    padding: 5px 0;
  }

  .mobile-menu-list .arrow {
    cursor: pointer;
    font-size: 18px;
    transition: transform 0.3s ease;
  }

  .mobile-menu-list .arrow.open {
    transform: rotate(180deg);
  }

  .header-menu-mobile {
    width: 100%;
  }

  .menu-item-has-children > a {
    padding-right: 40px;
    position: relative;
  }

  .mobileMenuWrapper {
    display: flex;
    flex-direction: column;
  }
}

.top-banner {
  font-size: 1rem;
  padding: 10px 15px;
  text-align: center;
}

.top-banner-content {
  margin: 0 auto;
  max-width: 1200px;
}

footer {
  overflow: hidden;
}

.footerCopyright a,
.footerCopyright a span {
  color: var(--primary-color);
}

.footerPartnerWrapper img {
  max-width: 100px;
}

.footerCopyright p {
  color: var(--primary-text-color);
  font-size: 16px;
  font-weight: 600;
}

.pt-footer-social-media .yelp {
  width: 14px;
  height: 14px;
  display: inline-block;
  position: relative;
}

.pt-footer-social-media path {
  fill: var(--link-color);
}

@media (max-width: 440px) {
  .footerCopyright {
    font-size: 12px;
  }
}

#menu-footer-menu {
  display: flex;
  justify-content: end;
  list-style: none;
  margin: 0;
  padding: 0;
}

#menu-footer-menu li {
  position: relative;
}

#menu-footer-menu li:not(:last-child)::after {
  background-color: var(--primary-color);
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 5px;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: middle;
  width: 5px;
}

#menu-footer-menu li a {
  color: var(--primary-text-color);
}

#menu-footer-menu li a:hover {
  color: var(--primary-color);
}

.footerInfoSocialMedia_icon a:hover {
  opacity: 0.6;
}

.bottom-footer {
  margin-top: 150px;
  padding-top: 40px;
  position: relative;
}

.bottom-footer::before {
  background: linear-gradient(
    to right,
    rgb(255 0 0 / 0%) 0,
    rgba(var(--primary-color-rgb), 0.3) 50%,
    rgb(255 0 0 / 0%) 100%
  );
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.bottom-footer li a {
  font-size: 0.8em;
}

.footer_openingHours__wrapper {
  font-size: 14px;
  line-height: 1.7;
  position: relative;
}

.footer_openingHours__wrapper li {
  margin-bottom: 7px;
  margin-top: 7px;
}

.footerCredential {
  color: var(--primary-color);
}

.footerDeco {
  left: 20%;
  position: absolute;
  top: 0;
}

.footerDeco,
.footerDeco ellipse {
  fill: rgb(var(--primary-color-rgb), 0.05);
}

.footerShapeDeco {
  left: 95%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.contactInfo_link {
  color: var(--footer-link-color);
  transition: color 0.3s ease-in-out 0.1s;
}

.contactInfo_link:active,
.contactInfo_link:hover {
  color: var(--primary-color);
}

.addressLink div {
  color: var(--footer-link-color);
  transition: color 0.3s ease-in-out 0.1s;
  width: 100%;
}

.addressLink:active div,
.addressLink:hover div,
.footerInfo_card__heading {
  color: var(--primary-color);
}

.footerInfo_contact__heading {
  color: var(--primary-light-text-color);
}

@media screen and (max-width: 767px) {
  .footerLogo {
    max-width: 112px;
  }

  .footerPartnerWrapper img {
    max-width: 90px;
  }
}

@media screen and (max-width: 1023px) {
  .footerLogoWrapper a,
  .footerPartnerWrapper {
    display: flex;
    justify-content: center;
  }

  .footerOpeningHours {
    text-align: center;
  }

  .footer_openingHours__wrapper li {
    display: flex;
    justify-content: space-between;
  }

  .daySpan {
    text-align: start;
  }

  .footerContact {
    text-align: center;
  }

  .footerContact a {
    display: flex;
    justify-content: center;
    margin-left: 0.5rem;
  }

  .footerAddress {
    text-align: center;
    width: 80%;
  }

  .footerAddress .addressLink div span {
    font-size: 18px;
  }

  .bottom-footer {
    margin-top: 100px;
  }

  #menu-footer-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  #menu-footer-menu li {
    margin: 5px 0;
  }

  #menu-footer-menu li:not(:last-child)::after {
    content: none;
    display: none;
    height: 0;
    margin: 0;
    width: 0;
  }

  #menu-footer-menu li:not(:first-child) a::before {
    background-color: var(--primary-color);
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 5px;
    margin-left: 10px;
    margin-right: 10px;
    vertical-align: middle;
    width: 5px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .footerGrid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

.footerPartnerWrapper {
  display: grid;
  gap: 10px 5px;
}

#form-content {
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
  text-align: center;
  overflow: auto;
}

#form-content iframe {
  padding: 15px 10px;
}

.formContentWrapper {
  padding: 2.5rem 2.5rem 0;
  text-align: center;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.formContentWrapper h1,
.formContentWrapper h2,
.formContentWrapper h3,
.formContentWrapper h4,
.formContentWrapper h5,
.formContentWrapper h6 {
  color: var(--secondary-text-color);
  font-size: 28px;
  font-weight: 800;
  line-height: 34px;
  margin-bottom: 1.2rem;
}

.formContentWrapper div {
  font-size: 18px;
  color: var(--primary-text-color);
  font-weight: 500;
  margin-bottom: 0;
  line-height: 1.2;
}

.formTerms {
  color: var(--primary-text-color);
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin: 0;
  text-align: center;
  padding: 0 2.5rem 2.5rem;
}

#close-popup:hover svg path {
  fill: #a7b4b8;
}

.form-loader {
  position: absolute;
  display: flex;
  inset: 0;
  align-items: center;
  justify-content: center;
  background: rgb(255 255 255 / 80%);
  z-index: 10;
}

.loader {
  border: 4px solid #f3f3f3;
  border-top: 4px solid #3498db;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}

.hidden-loader {
  display: none;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.embededCodeWrapper {
  max-width: 835px;
  margin: 0 auto;
  background: #fff;
  border-radius: 1.5rem;
  margin-top: 3.8rem;
  padding: 40px 0 30px;
}

@media screen and (min-width: 768px) {
  #form-content iframe {
    padding: 15px 50px;
  }

  #form-content {
    padding: 0 2.5rem 2.5rem;
  }

  .formContentWrapper h1,
  .formContentWrapper h2,
  .formContentWrapper h3,
  .formContentWrapper h4,
  .formContentWrapper h5,
  .formContentWrapper h6 {
    font-size: 30px;
    line-height: 36px;
    margin-left: 18%;
    margin-right: 18%;
  }

  .formContentWrapper div {
    font-size: 20px;
  }

  .formTerms {
    margin-left: 13%;
    margin-right: 13%;
    padding: 0;
  }
}

.owl-dots {
  margin-top: -3.5rem;
}

.owl-dot,
.owl-dots {
  align-items: center;
  display: flex;
  justify-content: center;
}

.owl-dots .owl-dot {
  background-color: red;
  border-radius: 50%;
  display: inline-block;
  height: 10px;
  margin: 5px;
  width: 10px;
}

.owl-dot {
  margin: 0 5px;
  position: relative;
}

.owl-dot span {
  background-color: #afc2c9;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  transition: all 0.3s ease;
  width: 8px;
}

.owl-dot.active span {
  background-color: #bbb6df;
  border-radius: 25px;
  width: 44px;
}

.owl-dot.active {
  padding: 0 22px;
  width: 50px;
}

.reviewsCarouselGreenDeco {
  left: -10%;
  position: absolute;
  top: 0;
  top: -25%;
  z-index: -1;
}

.reviewsCarouselGreenDeco,
.reviewsCarouselGreenDeco ellipse {
  fill: rgb(var(--tertiary-color-rgb), 0.2);
}

.reviewsCarouselPurpleDeco {
  position: absolute;
  right: -15%;
  top: 0;
  top: -35%;
  z-index: -1;
}

.reviewsCarouselPurpleDeco,
.reviewsCarouselPurpleDeco ellipse {
  fill: rgb(var(--secondary-color-rgb), 0.2);
}

#heroHome {
  background: linear-gradient(
    133.89deg,
    rgb(254 241 250 / 65%) -12.62%,
    rgb(240 239 248 / 15%) 61.05%
  );
  overflow: hidden;
}

.heroSection {
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
}

.homeHero_imageWrapper,
.imageBorderWrapper {
  display: inline-block;
  position: relative;
}

.imageBorderWrapper {
  border: 0.5px solid rgb(var(--secondary-color-rgb), 0.3);
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgb(0 0 0 / 10%);
  padding: 20px;
  max-width: 504px;
  max-height: 504px;
  aspect-ratio: 1;
}

.imageBorderWrapper img {
  border: 16.28px solid rgb(var(--secondary-color-rgb), 0.3);
  border-radius: 50%;
  display: block;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media(max-width:768px) {
	.imageBorderWrapper img {
		height:auto!important;
	}
}
.homeHero_imageWrapper {
  z-index: 1;
}

.heroDecoGreen {
  left: 0;
  position: absolute;
  top: -5%;
  z-index: 1;
}

.heroDecoGreen,
.heroDecoGreen ellipse {
  fill: rgb(var(--tertiary-color-rgb), 0.5);
}

.homeDecoPurple {
  fill: rgb(var(--primary-color-rgb), 0.7);
  left: 0;
  position: absolute;
  top: -20%;
  z-index: 1;
}

.homeDecoPurple ellipse {
  fill: rgb(var(--primary-color-rgb), 0.7);
  opacity: 0.1;
}

.heroDecoPeach {
  position: absolute;
  right: 0;
  top: -10%;
  z-index: 1;
}

.heroDecoPeach,
.heroDecoPeach ellipse {
  fill: rgb(var(--secondary-color-rgb), 0.2);
}

@media screen and (max-width: 767px) {
  .homeEditorContent {
    text-align: center !important;
    z-index: 2;
  }

  .heroDecoPeach {
    top: 30%;
  }
}

.homeSteps {
  background: linear-gradient(0deg, #f6f8f9, #f6f8f9),
    linear-gradient(0deg, hsl(0deg 0% 100% / 45%), hsl(0deg 0% 100% / 45%));
  overflow: hidden;
}

.stepsCard_span {
  font-size: 48px;
}

.stepCard_counter1 {
  color: var(--secondary-color);
}

.stepCard_counter2 {
  color: var(--primary-color);
}

.stepCard_counter3 {
  color: var(--tertiary-color);
}

.iconRounded_wrapper {
  align-items: center;
  background-color: #ecf0f2;
  border: 5px solid #fafbfb;
  border-radius: 50%;
  color: #fff;
  display: flex;
  height: 68px;
  justify-content: center;
  text-align: center;
  width: 68px;
}

.stepCard_wrapper {
  box-shadow: 0 4px 54px 0 rgb(0 0 0 / 5.9%);
  min-height: 290px;
}

.cardsSection_decorativeShape {
  bottom: 0;
  position: absolute;
  right: 0;
  z-index: 0;
}

@media screen and (max-width: 767px) {
  .stepsContentWrapper {
    display: flex;
    justify-content: center;
  }

  .stepsContentWrapper h1,
  .stepsContentWrapper h2,
  .stepsContentWrapper h3,
  .stepsContentWrapper h4,
  .stepsContentWrapper h5,
  .stepsContentWrapper h6 {
    text-align: center !important;
    width: 70%;
  }

  .cardsSection_decorativeShape {
    bottom: -2%;
    left: 30%;
    scale: 0.8;
  }
}

@media screen and (min-width: 768px) {
  .stepsContentWrapper {
    text-align: center !important;
  }
}

.homeStrong {
  overflow: hidden;
}

.getStrong_decobox {
  background: linear-gradient(180deg, #f0eff8 50%, var(--primary-color) 350%);
  border-radius: 30px;
  height: 462px;
  width: 284px;
}

.getStrong_image__wrapper img {
  border-radius: 10px 160px 160px 10px;
  gap: 7.91px;
  height: 350px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 400px;
  object-fit: cover;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .getStrong_image__wrapper img {
    border-radius: 10px 160px 160px 10px;
    gap: 7.91px;
    height: 280px;
    left: 60%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
  }
}

.getStrongContent_wrapper h1,
.getStrongContent_wrapper h2,
.getStrongContent_wrapper h3,
.getStrongContent_wrapper h4,
.getStrongContent_wrapper h5,
.getStrongContent_wrapper h6 {
  margin-bottom: 1.6rem;
}

.getStrongContent_wrapper p {
  color: var(--primary-light-text-color);
}

.getStrongDeco {
  left: -45%;
  position: absolute;
  top: -45%;
}

.getStrongDeco,
.getStrongDeco ellipse {
  fill: rgb(var(--secondary-color-rgb), 0.5);
}

.getStrongDeco ellipse {
  opacity: 0.5;
}

@media screen and (max-width: 767px) {
  .getStrongContent {
    text-align: center !important;
  }

  .getStrongDeco {
    left: -20%;
    scale: 0.8;
  }

  .getStrongContent_wrapper h1,
  .getStrongContent_wrapper h2,
  .getStrongContent_wrapper h3,
  .getStrongContent_wrapper h4,
  .getStrongContent_wrapper h5,
  .getStrongContent_wrapper h6 {
    font-size: 30px;
    line-height: 36px;
  }

  .getStrongContent_wrapper p {
    font-size: 18px;
  }

  .getStrong_image__wrapper img {
    height: 265px;
    left: 57%;
    width: 275px;
  }

  .getStrong_decobox {
    height: 362px;
    width: 284px;
  }
}

.homePrograms {
  overflow: hidden;
}

.homePrograms_content {
  color: var(--secondary-text-color);
}

.homePrograms_content p {
  color: var(--primary-light-text-color);
}

.programsButton_link {
  font-size: 14px;
}

.homePrograms_content__wrapper h1,
.homePrograms_content__wrapper h2,
.homePrograms_content__wrapper h3,
.homePrograms_content__wrapper h4,
.homePrograms_content__wrapper h5 {
  color: var(--secondary-text-color);
  font-size: 30px;
  font-weight: 800;
  line-height: 44px;
  margin-bottom: 0.7rem;
}

.homePrograms_content__wrapper span {
  color: var(--primary-text-color);
  font-size: 18px;
  font-weight: 500;
}

.programsImageContent_image {
  overflow: hidden;
  position: relative;
}

.programs-featured-image {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.homePrograms_featuredImage_wrapper-1,
.homePrograms_featuredImage_wrapper-11,
.homePrograms_featuredImage_wrapper-13,
.homePrograms_featuredImage_wrapper-15,
.homePrograms_featuredImage_wrapper-17,
.homePrograms_featuredImage_wrapper-19,
.homePrograms_featuredImage_wrapper-21,
.homePrograms_featuredImage_wrapper-3,
.homePrograms_featuredImage_wrapper-5,
.homePrograms_featuredImage_wrapper-7,
.homePrograms_featuredImage_wrapper-9 {
  height: 285px;
  width: 500px;
}

.homePrograms_featuredImage_wrapper-1 img,
.homePrograms_featuredImage_wrapper-11 img,
.homePrograms_featuredImage_wrapper-13 img,
.homePrograms_featuredImage_wrapper-15 img,
.homePrograms_featuredImage_wrapper-17 img,
.homePrograms_featuredImage_wrapper-19 img,
.homePrograms_featuredImage_wrapper-21 img,
.homePrograms_featuredImage_wrapper-3 img,
.homePrograms_featuredImage_wrapper-5 img,
.homePrograms_featuredImage_wrapper-7 img,
.homePrograms_featuredImage_wrapper-9 img {
  border-radius: 160px 30px 30px 160px;
}

.homePrograms_featuredImage_wrapper-1 .imageContent_coloredBackground,
.homePrograms_featuredImage_wrapper-11 .imageContent_coloredBackground,
.homePrograms_featuredImage_wrapper-13 .imageContent_coloredBackground,
.homePrograms_featuredImage_wrapper-15 .imageContent_coloredBackground,
.homePrograms_featuredImage_wrapper-17 .imageContent_coloredBackground,
.homePrograms_featuredImage_wrapper-19 .imageContent_coloredBackground,
.homePrograms_featuredImage_wrapper-21 .imageContent_coloredBackground,
.homePrograms_featuredImage_wrapper-3 .imageContent_coloredBackground,
.homePrograms_featuredImage_wrapper-5 .imageContent_coloredBackground,
.homePrograms_featuredImage_wrapper-7 .imageContent_coloredBackground,
.homePrograms_featuredImage_wrapper-9 .imageContent_coloredBackground {
  border-radius: 160px 30px 30px 160px;
  bottom: -3%;
  height: 280px;
  left: 2%;
  position: absolute;
  width: 500px;
  z-index: 0;
}

/* Programs Page */
.homeProgramsRelationship_wrapper
  .grid:nth-child(2n)
  .homePrograms_featuredImage_wrapper {
  margin-left: auto;
  margin-right: 0;
  padding-left: 8px;
}

.homeProgramsRelationship_wrapper
  .grid:nth-child(2n + 1)
  .homePrograms_featuredImage_wrapper {
  margin-left: 0;
  margin-right: 0;
  padding-right: 8px;
}

@media screen and (max-width: 1279px) {
  .homeProgramsRelationship_wrapper .grid .homePrograms_featuredImage_wrapper {
    width: 100%;
  }

  .homeProgramsRelationship_wrapper .grid .imageContent_coloredBackground {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .homePrograms_content__wrapper {
    text-align: center;
    margin-bottom: 20px;
  }
}

@media (min-width: 440px) and (max-width: 767px) {
  .homeProgramsRelationship_wrapper
    .grid:nth-child(2n + 1)
    .homePrograms_featuredImage_wrapper {
    padding-right: 12px;
  }

  .homeProgramsRelationship_wrapper
    .grid:nth-child(2n)
    .homePrograms_featuredImage_wrapper {
    padding-left: 12px;
  }
}

@media (min-width: 768px) {
  .homeProgramsRelationship_wrapper
    .grid:nth-child(2n + 1)
    .homePrograms_featuredImage_wrapper {
    padding-right: 0;
  }

  .homeProgramsRelationship_wrapper
    .grid:nth-child(2n)
    .homePrograms_featuredImage_wrapper {
    padding-left: 0;
  }
}

@media (max-width: 1023px) {
  .homePrograms_featuredImage_wrapper-1,
  .homePrograms_featuredImage_wrapper-11,
  .homePrograms_featuredImage_wrapper-13,
  .homePrograms_featuredImage_wrapper-15,
  .homePrograms_featuredImage_wrapper-17,
  .homePrograms_featuredImage_wrapper-19,
  .homePrograms_featuredImage_wrapper-21,
  .homePrograms_featuredImage_wrapper-3,
  .homePrograms_featuredImage_wrapper-5,
  .homePrograms_featuredImage_wrapper-7,
  .homePrograms_featuredImage_wrapper-9 {
    height: 285px;
    width: 350px;
  }

  .homePrograms_featuredImage_wrapper-1 .imageContent_coloredBackground,
  .homePrograms_featuredImage_wrapper-11 .imageContent_coloredBackground,
  .homePrograms_featuredImage_wrapper-13 .imageContent_coloredBackground,
  .homePrograms_featuredImage_wrapper-15 .imageContent_coloredBackground,
  .homePrograms_featuredImage_wrapper-17 .imageContent_coloredBackground,
  .homePrograms_featuredImage_wrapper-19 .imageContent_coloredBackground,
  .homePrograms_featuredImage_wrapper-21 .imageContent_coloredBackground,
  .homePrograms_featuredImage_wrapper-3 .imageContent_coloredBackground,
  .homePrograms_featuredImage_wrapper-5 .imageContent_coloredBackground,
  .homePrograms_featuredImage_wrapper-7 .imageContent_coloredBackground,
  .homePrograms_featuredImage_wrapper-9 .imageContent_coloredBackground {
    border-radius: 160px 30px 30px 160px;
    height: 285px;
    width: 350px;
    z-index: 0;
    position: relative;
    top: -278px;
  }
}

@media (max-width: 440px) {
  .homePrograms_featuredImage_wrapper-1,
  .homePrograms_featuredImage_wrapper-11,
  .homePrograms_featuredImage_wrapper-13,
  .homePrograms_featuredImage_wrapper-15,
  .homePrograms_featuredImage_wrapper-17,
  .homePrograms_featuredImage_wrapper-19,
  .homePrograms_featuredImage_wrapper-21,
  .homePrograms_featuredImage_wrapper-3,
  .homePrograms_featuredImage_wrapper-5,
  .homePrograms_featuredImage_wrapper-7,
  .homePrograms_featuredImage_wrapper-9 {
    height: 255px;
    width: 300px;
  }

  .homePrograms_featuredImage_wrapper-1 .imageContent_coloredBackground,
  .homePrograms_featuredImage_wrapper-11 .imageContent_coloredBackground,
  .homePrograms_featuredImage_wrapper-13 .imageContent_coloredBackground,
  .homePrograms_featuredImage_wrapper-15 .imageContent_coloredBackground,
  .homePrograms_featuredImage_wrapper-17 .imageContent_coloredBackground,
  .homePrograms_featuredImage_wrapper-19 .imageContent_coloredBackground,
  .homePrograms_featuredImage_wrapper-21 .imageContent_coloredBackground,
  .homePrograms_featuredImage_wrapper-3 .imageContent_coloredBackground,
  .homePrograms_featuredImage_wrapper-5 .imageContent_coloredBackground,
  .homePrograms_featuredImage_wrapper-7 .imageContent_coloredBackground,
  .homePrograms_featuredImage_wrapper-9 .imageContent_coloredBackground {
    border-radius: 160px 30px 30px 160px;
    height: 255px;
    width: 300px;
    z-index: 0;
    position: relative;
    top: -248px;
  }
}

.homePrograms_featuredImage_wrapper-10,
.homePrograms_featuredImage_wrapper-12,
.homePrograms_featuredImage_wrapper-14,
.homePrograms_featuredImage_wrapper-16,
.homePrograms_featuredImage_wrapper-18,
.homePrograms_featuredImage_wrapper-2,
.homePrograms_featuredImage_wrapper-20,
.homePrograms_featuredImage_wrapper-4,
.homePrograms_featuredImage_wrapper-6,
.homePrograms_featuredImage_wrapper-8 {
  height: 285px;
  width: 500px;
}

.homePrograms_featuredImage_wrapper-10 img,
.homePrograms_featuredImage_wrapper-12 img,
.homePrograms_featuredImage_wrapper-14 img,
.homePrograms_featuredImage_wrapper-16 img,
.homePrograms_featuredImage_wrapper-18 img,
.homePrograms_featuredImage_wrapper-2 img,
.homePrograms_featuredImage_wrapper-20 img,
.homePrograms_featuredImage_wrapper-4 img,
.homePrograms_featuredImage_wrapper-6 img,
.homePrograms_featuredImage_wrapper-8 img {
  border-radius: 30px 160px 160px 30px;
}

.homePrograms_featuredImage_wrapper-10 .imageContent_coloredBackground,
.homePrograms_featuredImage_wrapper-12 .imageContent_coloredBackground,
.homePrograms_featuredImage_wrapper-14 .imageContent_coloredBackground,
.homePrograms_featuredImage_wrapper-16 .imageContent_coloredBackground,
.homePrograms_featuredImage_wrapper-18 .imageContent_coloredBackground,
.homePrograms_featuredImage_wrapper-2 .imageContent_coloredBackground,
.homePrograms_featuredImage_wrapper-20 .imageContent_coloredBackground,
.homePrograms_featuredImage_wrapper-4 .imageContent_coloredBackground,
.homePrograms_featuredImage_wrapper-6 .imageContent_coloredBackground,
.homePrograms_featuredImage_wrapper-8 .imageContent_coloredBackground {
  border-radius: 30px 160px 160px 30px;
  bottom: -3%;
  height: 280px;
  position: absolute;
  right: 2%;
  width: 500px;
  z-index: 1;
}

@media (max-width: 1023px) {
  .homePrograms_featuredImage_wrapper-10,
  .homePrograms_featuredImage_wrapper-12,
  .homePrograms_featuredImage_wrapper-14,
  .homePrograms_featuredImage_wrapper-16,
  .homePrograms_featuredImage_wrapper-18,
  .homePrograms_featuredImage_wrapper-2,
  .homePrograms_featuredImage_wrapper-20,
  .homePrograms_featuredImage_wrapper-4,
  .homePrograms_featuredImage_wrapper-6,
  .homePrograms_featuredImage_wrapper-8 {
    height: 285px;
    width: 350px;
  }

  .homePrograms_featuredImage_wrapper-10 img,
  .homePrograms_featuredImage_wrapper-12 img,
  .homePrograms_featuredImage_wrapper-14 img,
  .homePrograms_featuredImage_wrapper-16 img,
  .homePrograms_featuredImage_wrapper-18 img,
  .homePrograms_featuredImage_wrapper-2 img,
  .homePrograms_featuredImage_wrapper-20 img,
  .homePrograms_featuredImage_wrapper-4 img,
  .homePrograms_featuredImage_wrapper-6 img,
  .homePrograms_featuredImage_wrapper-8 img {
    border-radius: 30px 160px 160px 30px;
  }

  .homePrograms_featuredImage_wrapper-10 .imageContent_coloredBackground,
  .homePrograms_featuredImage_wrapper-12 .imageContent_coloredBackground,
  .homePrograms_featuredImage_wrapper-14 .imageContent_coloredBackground,
  .homePrograms_featuredImage_wrapper-16 .imageContent_coloredBackground,
  .homePrograms_featuredImage_wrapper-18 .imageContent_coloredBackground,
  .homePrograms_featuredImage_wrapper-2 .imageContent_coloredBackground,
  .homePrograms_featuredImage_wrapper-20 .imageContent_coloredBackground,
  .homePrograms_featuredImage_wrapper-4 .imageContent_coloredBackground,
  .homePrograms_featuredImage_wrapper-6 .imageContent_coloredBackground,
  .homePrograms_featuredImage_wrapper-8 .imageContent_coloredBackground {
    border-radius: 30px 160px 160px 30px;
    height: 285px;
    width: 350px;
    z-index: 1;
    position: relative;
    top: -278px;
  }
}

@media (max-width: 440px) {
  .homePrograms_featuredImage_wrapper-10,
  .homePrograms_featuredImage_wrapper-12,
  .homePrograms_featuredImage_wrapper-14,
  .homePrograms_featuredImage_wrapper-16,
  .homePrograms_featuredImage_wrapper-18,
  .homePrograms_featuredImage_wrapper-2,
  .homePrograms_featuredImage_wrapper-20,
  .homePrograms_featuredImage_wrapper-4,
  .homePrograms_featuredImage_wrapper-6,
  .homePrograms_featuredImage_wrapper-8 {
    height: 255px;
    width: 300px;
  }

  .homePrograms_featuredImage_wrapper-10 img,
  .homePrograms_featuredImage_wrapper-12 img,
  .homePrograms_featuredImage_wrapper-14 img,
  .homePrograms_featuredImage_wrapper-16 img,
  .homePrograms_featuredImage_wrapper-18 img,
  .homePrograms_featuredImage_wrapper-2 img,
  .homePrograms_featuredImage_wrapper-20 img,
  .homePrograms_featuredImage_wrapper-4 img,
  .homePrograms_featuredImage_wrapper-6 img,
  .homePrograms_featuredImage_wrapper-8 img {
    border-radius: 30px 160px 160px 30px;
  }

  .homePrograms_featuredImage_wrapper-10 .imageContent_coloredBackground,
  .homePrograms_featuredImage_wrapper-12 .imageContent_coloredBackground,
  .homePrograms_featuredImage_wrapper-14 .imageContent_coloredBackground,
  .homePrograms_featuredImage_wrapper-16 .imageContent_coloredBackground,
  .homePrograms_featuredImage_wrapper-18 .imageContent_coloredBackground,
  .homePrograms_featuredImage_wrapper-2 .imageContent_coloredBackground,
  .homePrograms_featuredImage_wrapper-20 .imageContent_coloredBackground,
  .homePrograms_featuredImage_wrapper-4 .imageContent_coloredBackground,
  .homePrograms_featuredImage_wrapper-6 .imageContent_coloredBackground,
  .homePrograms_featuredImage_wrapper-8 .imageContent_coloredBackground {
    border-radius: 30px 160px 160px 30px;
    height: 255px;
    width: 300px;
    z-index: 1;
    position: relative;
    top: -248px;
  }
}

@media screen and (min-width: 768px) {
  .homePrograms_featuredImage_wrapper-10,
  .homePrograms_featuredImage_wrapper-12,
  .homePrograms_featuredImage_wrapper-14,
  .homePrograms_featuredImage_wrapper-16,
  .homePrograms_featuredImage_wrapper-18,
  .homePrograms_featuredImage_wrapper-2,
  .homePrograms_featuredImage_wrapper-20,
  .homePrograms_featuredImage_wrapper-4,
  .homePrograms_featuredImage_wrapper-6,
  .homePrograms_featuredImage_wrapper-8 {
    order: 2;
  }
}

.layout-1,
.layout-10,
.layout-13,
.layout-16,
.layout-4,
.layout-7 {
  background-color: var(--secondary-color);
}

.layout-11,
.layout-14,
.layout-17,
.layout-2,
.layout-5,
.layout-8 {
  background-color: var(--tertiary-color);
}

.layout-12,
.layout-15,
.layout-18,
.layout-3,
.layout-6,
.layout-9 {
  background-color: var(--primary-color);
}

.programsDecoration {
  left: 0;
  position: absolute;
  top: 25%;
}

.programsButton_wrapper button {
  background-color: var(--secondary-button-background-color);
  border-radius: 8px;
  color: var(--secondary-button-text-color);
  font-size: 14px;
  font-weight: 800;
  z-index: 1;
}

.programsButton_wrapper button a {
  font-size: 14px;
  font-weight: 800;
}

@media screen and (max-width: 767px) {
  .programs_contentImage__imageWrapper,
  .programs_imageContent__imageWrapper {
    height: 200px;
    width: auto;
  }

  .contentImage_coloredBackground,
  .imageContent_coloredBackground {
    bottom: -12%;
    height: 200px;
    width: 100%;
  }

  .programsDecoration {
    top: 40%;
  }

  .homePrograms_content {
    display: flex;
    justify-content: center;
  }

  .homePrograms_content h1,
  .homePrograms_content h2,
  .homePrograms_content h3,
  .homePrograms_content h4,
  .homePrograms_content h5,
  .homePrograms_content h6 {
    font-size: 30px;
    font-weight: 800;
    line-height: 36px;
    width: 80%;
  }

  .programs_imageContent__contentWrapper h1,
  .programs_imageContent__contentWrapper h2,
  .programs_imageContent__contentWrapper h3,
  .programs_imageContent__contentWrapper h4,
  .programs_imageContent__contentWrapper h5,
  .programs_imageContent__contentWrapper h6 {
    font-size: 24px;
    line-height: 32px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .homePrograms_content {
    margin-bottom: 5rem;
  }
}

@media screen and (max-width: 1023px) {
  .programs_contentImage__imageWrapper,
  .programs_imageContent__imageWrapper {
    height: fit-content;
    width: auto;
  }

  .programsContentImage_image img,
  .programsImageContent_image img {
    width: 100%;
  }

  .contentImage_coloredBackground,
  .imageContent_coloredBackground {
    bottom: -5%;
    height: 100%;
    width: 100%;
  }

  .programsDecoration {
    top: 40%;
  }
}

.homeReviews {
  overflow: hidden;
}

.reviewerName {
  font-size: 20px;
  font-weight: 700;
}

.quoteSVG {
  fill: var(--primary-color);
}

.reviewImage_wrapper {
  height: 280px;
  margin-left: -70%;
  width: 280px;
}

.reviewImage_wrapper img {
  border-radius: 20px 160px 160px 20px;
  box-shadow: 0 20px 25px -5px rgb(0 0 0 / 10%),
    0 8px 10px -6px rgb(0 0 0 / 10%);
}

.reviewsContent_wrapper {
  display: flex;
  align-items: center;
  box-shadow: 0 0 100px 0 rgb(0 0 0 / 10.2%);
}

.reviewParagraph {
  color: var(--primary-text-color);
}

@media screen and (max-width: 440px) {
  .reviewsContent_wrapper {
    min-height: 500px;
    text-align: center;
    padding: 17rem 2rem 2rem;
  }

  .reviewerName_wrapper {
    justify-content: center;
  }

  .reviewImage_wrapper {
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    top: -10%;
  }

  .homeReviews_content h1,
  .homeReviews_content h2,
  .homeReviews_content h3,
  .homeReviews_content h4,
  .homeReviews_content h5,
  .homeReviews_content h6 {
    font-size: 30px;
    font-weight: 800;
    line-height: 36px;
    margin: 0 auto 2.5rem;
    text-align: center;
    width: 70%;
  }

  .reviewsCarouselGreenDeco {
    left: -30%;
    scale: 0.5;
  }

  .reviewsCarouselPurpleDeco {
    right: -70%;
    scale: 0.5;
    top: 45%;
  }

  .reviewParagraph {
    font-size: 18px;
    line-height: 28px;
  }
}

@media (min-width: 640px) and (max-width: 767px) {
  .homeReviews_content h1,
  .homeReviews_content h2,
  .homeReviews_content h3,
  .homeReviews_content h4,
  .homeReviews_content h5,
  .homeReviews_content h6 {
    width: 40% !important;
  }
}

@media (min-width: 440px) and (max-width: 767px) {
  .homeReviews_content h1,
  .homeReviews_content h2,
  .homeReviews_content h3,
  .homeReviews_content h4,
  .homeReviews_content h5,
  .homeReviews_content h6 {
    margin: 0 auto 2.5rem;
    text-align: center;
    width: 55%;
  }

  .reviewImage_wrapper {
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    top: -20%;
  }

  .reviewsContent_wrapper {
    padding-top: 13rem;
    text-align: center;
  }

  .reviewerName_wrapper {
    justify-content: center;
  }

  .reviewsCarouselPurpleDeco {
    left: 40%;
    scale: 0.6;
    top: 30%;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .reviewImage_wrapper {
    margin-left: -100%;
  }

  .reviewsContent_wrapper {
    padding-right: 7rem;
  }

  .item.grid.gap-4 {
    gap: 0;
  }

  .reviewsContent_wrapper {
    min-height: 380px;
  }
}

@media screen and (min-width: 1024px) {
  .reviewsContent_wrapper {
    min-height: 382px;
  }
}

.homeBanner {
  overflow: hidden;
}

.bannerWrapper {
  box-shadow: 0 1px 3px rgb(0 0 0 / 5%);
}

.bannerWrapper p {
  color: var(--secondary-text-color);
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}

.banner_content {
  background: linear-gradient(
    102.85deg,
    rgb(var(--secondary-color-rgb), 0.3) -11.43%,
    rgb(var(--primary-color-rgb), 0.1) 101.61%
  );
  border-radius: 1.5rem;
  z-index: 5;
}

.banner_content > div {
  max-width: 820px;
  margin: 0 auto;
}

.homeCtaBanner_content__wrapper button,
.homeCtaBanner_content__wrapper h1,
.homeCtaBanner_content__wrapper h2,
.homeCtaBanner_content__wrapper h3,
.homeCtaBanner_content__wrapper h4,
.homeCtaBanner_content__wrapper h5,
.homeCtaBanner_content__wrapper h6,
.homeCtaBanner_content__wrapper p {
  position: relative;
  z-index: 15;
}

.homeCtaBanner_content__wrapper p {
  color: var(--secondary-text-color);
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

.bannerHideLine {
  border-radius: 1.5rem;
  z-index: 1;
}

.bannerDecoration {
  left: 3%;
  position: absolute;
  scale: 0.85;
  top: -10%;
  z-index: 10;
}

.bannerButton_wrapper button {
  margin-top: 1rem;
}

@media screen and (max-width: 767px) {
  .banner_content p {
    font-size: 16px;
    line-height: 24px;
  }

  .banner_content h1,
  .banner_content h2,
  .banner_content h3,
  .banner_content h4,
  .banner_content h5,
  .banner_content h6 {
    margin-bottom: 1.5rem;
  }

  .programsButton_wrapper {
    margin-bottom: 1rem;
  }

  #introWithForm {
    height: 100%;
    min-height: 100svh; 
    overflow: hidden;
  }
}

.homeGuide {
  background: linear-gradient(0deg, #f6f8f9, #f6f8f9),
    linear-gradient(0deg, hsl(0deg 0% 100% / 45%), hsl(0deg 0% 100% / 45%));
  overflow: hidden;
}

.guideFeatured_wrapper {
  height: 340px;
  width: 350px;
}

.guideFeatured_wrapper img {
  border-radius: 160px 20px 20px 160px;
  box-shadow: 0 20px 25px -5px rgb(0 0 0 / 10%),
    0 8px 10px -6px rgb(0 0 0 / 10%);
  height: 340px;
  width: 350px;
  object-fit: cover;
}

.guideContent_wrapper h1,
.guideContent_wrapper h2,
.guideContent_wrapper h3,
.guideContent_wrapper h4,
.guideContent_wrapper h5 {
  color: var(--secondary-text-color);
}

.guideContent_wrapper p {
  color: var(--primary-text-color);
}

@media (min-width: 440px) and (max-width: 767px) {
  .guideContent_wrapper h1,
  .guideContent_wrapper h2,
  .guideContent_wrapper h3,
  .guideContent_wrapper h4,
  .guideContent_wrapper h5,
  .guideContent_wrapper h6 {
    margin: 0 auto 2.5rem;
    text-align: center;
    width: 63%;
  }

  .guideContent_wrapper {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .guideFeatured_wrapper {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .guideFeatured_wrapper img {
    height: 80%;
    width: 90%;
  }

  .guideContent_wrapper {
    text-align: center !important;
  }

  .guideContent_wrapper h1,
  .guideContent_wrapper h2,
  .guideContent_wrapper h3,
  .guideContent_wrapper h4,
  .guideContent_wrapper h5,
  .guideContent_wrapper h6 {
    font-size: 30px;
    line-height: 36px;
  }

  .guideContent_wrapper p {
    font-size: 18px;
    line-height: 28px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .guideFeatured_wrapper {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .guideFeatured_wrapper img {
    height: 280px;
    width: 350px;
  }

  .guideContent_wrapper h1,
  .guideContent_wrapper h2,
  .guideContent_wrapper h3,
  .guideContent_wrapper h4,
  .guideContent_wrapper h5,
  .guideContent_wrapper h6 {
    width: 80%;
  }
}

@media (min-width: 1024px) and (max-width: 1340px) {
  .guideContent_wrapper h1,
  .guideContent_wrapper h2,
  .guideContent_wrapper h3,
  .guideContent_wrapper h4,
  .guideContent_wrapper h5,
  .guideContent_wrapper h6 {
    width: 70%;
  }
}

.accordion__item {
  background-color: #f6f8f9;
  border-radius: 12px;
  box-shadow: 0 4px 30px 0 rgb(54 54 54 / 5.9%);
  min-height: 80px;
  overflow: hidden;
}

.accordion_item__wrapper .panel {
  border-radius: 12px;
}

.accordion__item span {
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
}

.accordion__item:hover {
  cursor: pointer;
}

.accordion_item__wrapper {
  border: 1px solid #d5dfe2;
  border-radius: 12px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .accordion_item__wrapper {
    margin: 0.5rem 0;
  }
}

.accordion__header.active {
  background: #ecf0f2;
}

.accordion__header.active .accordionDownIcon {
  transform: rotateX(180deg);
}

.accordion__item .accordion__content {
  max-height: 0;
  overflow: hidden;
  padding: 0 25px;
  transition: 0.5s;
}

.accordion__content p {
  color: var(--primary-light-text-color);
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  padding: 15px 0;
}

.accordionIcon {
  height: 8px;
  min-width: 15px;
  transition: transform 0.3s ease;
}

.accordionIcon path {
  fill: var(--secondary-color);
}

.rotate-180 {
  transform: rotate(180deg);
}

.rotate-180 path {
  fill: var(--primary-color);
}

#faqContainer {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.panel {
  overflow: hidden;
  background-color: #F6F8F9;
  max-height: 0;
  padding: 0 1.25rem;
  transition: max-height 0.35s ease-out;
}

.panel p {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: black;
  padding-bottom: 1.25rem;
}

.pagesEditor h1,
.pagesEditor h2,
.pagesEditor h3,
.pagesEditor h4,
.pagesEditor h5,
.pagesEditor h6 {
  color: var(--secondary-text-color);
  font-size: 36px;
  font-weight: 800;
  line-height: 44px;
  margin-bottom: 1.75rem;
}

.pagesEditor p {
  color: var(--primary-light-text-color);
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

@media screen and (max-width: 440px) {
  .pagesEditor h1,
  .pagesEditor h2,
  .pagesEditor h3,
  .pagesEditor h4,
  .pagesEditor h5,
  .pagesEditor h6 {
    color: var(--secondary-text-color);
    font-size: 30px;
    font-weight: 800;
    line-height: 38px;
    margin-bottom: 1.75rem;
  }

  .pagesEditor p {
    color: var(--primary-light-text-color);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .pagesEditor h1,
  .pagesEditor h2,
  .pagesEditor h3,
  .pagesEditor h4,
  .pagesEditor h5,
  .pagesEditor h6 {
    color: var(--secondary-text-color);
    font-size: 33px;
    font-weight: 800;
    line-height: 44px;
    margin-bottom: 1.1rem;
  }

  .pagesEditor p {
    color: var(--primary-light-text-color);
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
  }
}

.classesPages,
#heroPages,
.pagesBanner,
.pagesBenefitCards,
.schedulePages {
  overflow: hidden;
}

.aboutImageWrapper
  > .heroPages_imageWrapper
  > .heroPages_imageBorderWrapper
  img,
.drop-inImageWrapper .heroPages_imageWrapper .heroPages_imageBorderWrapper img {
  border: 16.28px solid rgb(var(--tertiary-color-rgb), 0.3);
}

#heroPages {
  background: linear-gradient(
      0deg,
      rgb(var(--primary-color-rgb), 0.02),
      rgb(var(--primary-color-rgb), 0.02)
    ),
    linear-gradient(0deg, hsl(0deg 0% 100% / 67%), hsl(0deg 0% 100% / 67%));
}

.pageHomeHeroGrid {
  z-index: 5;
}
@media(min-width:1025px) {
	.heroPages_imageBorderWrapper {
  width: 450px;
  height: 450px;
  aspect-ratio: 1;
}
}
.heroPages_imageBorderWrapper {
  max-width: 450px;
  max-height: 450px;
  aspect-ratio: 1;
}

.heroPages_imageBorderWrapper img {
  border: 16.28px solid rgb(var(--secondary-color-rgb), 0.3);
  border-radius: 50%;
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.heroPages_wrapper h1,
.heroPages_wrapper h2,
.heroPages_wrapper h3,
.heroPages_wrapper h4,
.heroPages_wrapper h5,
.heroPages_wrapper h6 {
  color: var(--secondary-text-color);
  font-size: 48px;
  font-weight: 800;
  line-height: 58px;
  margin-bottom: 1rem;
}

.heroPages_wrapper p {
  color: var(--primary-light-text-color);
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

@media screen and (max-width: 1023px) {
  .heroPages_wrapper h1,
  .heroPages_wrapper h2,
  .heroPages_wrapper h3,
  .heroPages_wrapper h4,
  .heroPages_wrapper h5,
  .heroPages_wrapper h6 {
    color: var(--secondary-text-color);
    font-size: 42px;
    font-weight: 800;
    line-height: 52px;
    margin-bottom: 1rem;
  }

  .heroPages_wrapper p {
    color: var(--primary-light-text-color);
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
  }
}

@media screen and (min-width: 1024px) {
  .heroPages_wrapper {
    margin-right: 13%;
  }
}

@media screen and (max-width: 440px) {
  .heroPages_wrapper h1,
  .heroPages_wrapper h2,
  .heroPages_wrapper h3,
  .heroPages_wrapper h4,
  .heroPages_wrapper h5,
  .heroPages_wrapper h6 {
    font-size: 40px;
    line-height: 48px;
  }

  .heroPages_wrapper p {
    font-size: 16px;
    line-height: 24px;
  }
}

@media screen and (min-width: 1024px) {
  .heroPages_wrapper h1,
  .heroPages_wrapper h2,
  .heroPages_wrapper h3,
  .heroPages_wrapper h4,
  .heroPages_wrapper h5,
  .heroPages_wrapper h6 {
    width: 80%;
  }

  .heroPages_wrapper p {
    width: 90%;
  }

  .sports-performance-heroPages h1,
  .sports-performance-heroPages h2,
  .sports-performance-heroPages h3,
  .sports-performance-heroPages h4,
  .sports-performance-heroPages h5,
  .sports-performance-heroPages h6 {
    width: 100%;
  }
}

.pagesHeroPinkDeco {
  bottom: 0;
  left: 0;
  position: absolute;
  transform: scale(1.5);
}

.pagesHeroPinkDeco ellipse {
  fill: rgb(var(--primary-color-rgb), 0.2);
}

.pagesHeroPurpleDeco {
  position: absolute;
  right: 0;
  top: 0;
  transform: scale(1.5);
}

.pagesHeroPurpleDeco ellipse {
  fill: rgb(var(--secondary-color-rgb), 0.5);
}

@media screen and (max-width: 767px) {
  .heroPages_wrapper {
    text-align: center;
  }
}

#heroPages .pagesHeroPinkDeco {
  bottom: 0;
  left: 0;
  position: absolute;
}

#heroPages .pagesHeroPurpleDeco {
  position: absolute;
  right: 0;
  top: 0;
}

.drop-inHeroSection .pagesHeroPinkDeco,
.drop-inHeroSection .pagesHeroPinkDeco ellipse {
  fill: rgb(var(--tertiary-color-rgb), 0.5);
}

.aboutHeroSection .pagesHeroPinkDeco,
.aboutHeroSection .pagesHeroPinkDeco ellipse {
  fill: rgb(var(--secondary-color-rgb), 0.5);
}

.aboutHeroSection .pagesHeroPurpleDeco,
.aboutHeroSection .pagesHeroPurpleDeco ellipse {
  fill: rgb(var(--tertiary-color-rgb), 0.5);
}

.programHeroSection .pagesHeroPinkDeco,
.programHeroSection .pagesHeroPinkDeco ellipse {
  fill: rgb(var(--secondary-color-rgb), 0.7);
}

.programHeroSection .pagesHeroPurpleDeco,
.programHeroSection .pagesHeroPurpleDeco ellipse {
  fill: rgb(var(--primary-color-rgb), 0.3);
}

.programsHeroSection .pagesHeroPinkDeco,
.programsHeroSection .pagesHeroPinkDeco g ellipse {
  fill: rgb(var(--secondary-color-rgb), 0.5);
}

.programsHeroSection .pagesHeroPurpleDeco,
.programsHeroSection .pagesHeroPurpleDeco ellipse {
  fill: rgb(var(--primary-color-rgb), 0.3);
}

.pricingHeroSection .pagesHeroPinkDeco,
.pricingHeroSection .pagesHeroPinkDeco g ellipse {
  fill: rgb(var(--tertiary-color-rgb), 0.5);
}

.pricingHeroSection .pagesHeroPurpleDeco,
.pricingHeroSection .pagesHeroPurpleDeco ellipse {
  fill: rgb(var(--primary-color-rgb), 0.3);
}

.missionHeroSection .pagesHeroPinkDeco,
.missionHeroSection .pagesHeroPinkDeco g ellipse {
  fill: rgb(var(--secondary-color-rgb), 0.5);
}

.missionHeroSection .pagesHeroPurpleDeco,
.missionHeroSection .pagesHeroPurpleDeco ellipse {
  fill: rgb(var(--tertiary-color-rgb), 0.3);
}

.free-introHeroSection .pagesHeroPinkDeco,
.free-introHeroSection .pagesHeroPinkDeco g ellipse {
  fill: rgb(var(--tertiary-color-rgb), 0.5);
}

.free-introHeroSection .pagesHeroPurpleDeco,
.free-introHeroSection .pagesHeroPurpleDeco ellipse {
  fill: rgb(var(--primary-color-rgb), 0.3);
}

.cancellationHeroSection .pagesHeroPinkDeco,
.cancellationHeroSection .pagesHeroPinkDeco g ellipse {
  fill: rgb(var(--secondary-color-rgb), 0.5);
}

.cancellationHeroSection .pagesHeroPurpleDeco,
.cancellationHeroSection .pagesHeroPurpleDeco ellipse {
  fill: rgb(var(--primary-color-rgb), 0.3);
}

.free-introImageWrapper
  .heroPages_imageWrapper
  .heroPages_imageBorderWrapper
  img,
.missionImageWrapper .heroPages_imageWrapper .heroPages_imageBorderWrapper img {
  border: 16.28px solid rgb(var(--tertiary-color-rgb), 0.3);
}

.cancellationImageWrapper
  .heroPages_imageWrapper
  .heroPages_imageBorderWrapper
  img {
  border: 16.28px solid rgb(var(--secondary-color-rgb), 0.3);
}

.testimonialsHeroSection .pagesHeroPinkDeco,
.testimonialsHeroSection .pagesHeroPinkDeco g ellipse {
  fill: rgb(var(--tertiary-color-rgb), 0.5);
}

.testimonialsHeroSection .pagesHeroPurpleDeco,
.testimonialsHeroSection .pagesHeroPurpleDeco ellipse {
  fill: rgb(var(--secondary-color-rgb), 0.3);
}

.testimonials-heroPages h1,
.testimonials-heroPages h2,
.testimonials-heroPages h3,
.testimonials-heroPages h4,
.testimonials-heroPages h5,
.testimonials-heroPages h6 {
  width: 100%;
}

.privacy-policyHeroSection .pagesHeroPinkDeco,
.privacy-policyHeroSection .pagesHeroPinkDeco g ellipse {
  fill: rgb(var(--secondary-color-rgb), 0.5);
}

.privacy-policyHeroSection .pagesHeroPurpleDeco,
.privacy-policyHeroSection .pagesHeroPurpleDeco ellipse {
  fill: rgb(var(--tertiary-color-rgb), 0.3);
}

.nutritionImageWrapper
  .heroPages_imageWrapper
  .heroPages_imageBorderWrapper
  img {
  border: 16.28px solid rgb(var(--secondary-color-rgb), 0.3);
}

.nutritionHeroSection .pagesHeroPinkDeco,
.nutritionHeroSection .pagesHeroPinkDeco g ellipse {
  fill: rgb(var(--tertiary-color-rgb), 0.5);
}

.nutritionHeroSection .pagesHeroPurpleDeco,
.nutritionHeroSection .pagesHeroPurpleDeco ellipse {
  fill: rgb(var(--secondary-color-rgb), 0.3);
}

.personal-trainingImageWrapper
  .heroPages_imageWrapper
  .heroPages_imageBorderWrapper
  img {
  border: 16.28px solid rgb(var(--tertiary-color-rgb), 0.3);
}

.personal-trainingHeroSection .pagesHeroPinkDeco,
.personal-trainingHeroSection .pagesHeroPinkDeco g ellipse {
  fill: rgb(var(--secondary-color-rgb), 0.5);
}

.personal-trainingHeroSection .pagesHeroPurpleDeco,
.personal-trainingHeroSection .pagesHeroPurpleDeco ellipse {
  fill: rgb(var(--primary-color-rgb), 0.3);
}

.kids-programHeroSection .pagesHeroPinkDeco,
.kids-programHeroSection .pagesHeroPinkDeco g ellipse {
  fill: rgb(var(--tertiary-color-rgb), 0.5);
}

.kids-programHeroSection .pagesHeroPurpleDeco,
.kids-programHeroSection .pagesHeroPurpleDeco ellipse {
  fill: rgb(var(--secondary-color-rgb), 0.3);
}

.teen-programImageWrapper
  .heroPages_imageWrapper
  .heroPages_imageBorderWrapper
  img {
  border: 16.28px solid rgb(var(--tertiary-color-rgb), 0.3);
}

.teen-programHeroSection .pagesHeroPinkDeco,
.teen-programHeroSection .pagesHeroPinkDeco g ellipse {
  fill: rgb(var(--secondary-color-rgb), 0.5);
}

.teen-programHeroSection .pagesHeroPurpleDeco,
.teen-programHeroSection .pagesHeroPurpleDeco ellipse {
  fill: rgb(var(--primary-color-rgb), 0.3);
}

.sports-performanceImageWrapper
  .heroPages_imageWrapper
  .heroPages_imageBorderWrapper
  img {
  border: 16.28px solid rgb(var(--primary-color-rgb), 0.3);
}

.sports-performanceHeroSection .pagesHeroPinkDeco,
.sports-performanceHeroSection .pagesHeroPinkDeco g ellipse {
  fill: rgb(var(--tertiary-color-rgb), 0.5);
}

.sports-performanceHeroSection .pagesHeroPurpleDeco,
.sports-performanceHeroSection .pagesHeroPurpleDeco ellipse {
  fill: rgb(var(--secondary-color-rgb), 0.3);
}

.crossfitImageWrapper
  .heroPages_imageWrapper
  .heroPages_imageBorderWrapper
  img {
  border: 16.28px solid rgb(var(--tertiary-color-rgb), 0.3);
}

.crossfitHeroSection .pagesHeroPinkDeco,
.crossfitHeroSection .pagesHeroPinkDeco g ellipse {
  fill: rgb(var(--secondary-color-rgb), 0.5);
}

.crossfitHeroSection .pagesHeroPurpleDeco,
.crossfitHeroSection .pagesHeroPurpleDeco ellipse {
  fill: rgb(var(--primary-color-rgb), 0.3);
}

.small-group-personal-trainingImageWrapper
  .heroPages_imageWrapper
  .heroPages_imageBorderWrapper
  img {
  border: 16.28px solid rgb(var(--primary-color-rgb), 0.3);
}

.small-group-personal-trainingHeroSection .pagesHeroPinkDeco,
.small-group-personal-trainingHeroSection .pagesHeroPinkDeco g ellipse {
  fill: rgb(var(--secondary-color-rgb), 0.5);
}

.small-group-personal-trainingHeroSection .pagesHeroPurpleDeco,
.small-group-personal-trainingHeroSection .pagesHeroPurpleDeco ellipse {
  fill: rgb(var(--primary-color-rgb), 0.3);
}

.free-intro-nutritionImageWrapper
  .heroPages_imageWrapper
  .heroPages_imageBorderWrapper
  img {
  border: 16.28px solid rgb(var(--tertiary-color-rgb), 0.3);
}

.free-intro-nutritionHeroSection .pagesHeroPinkDeco,
.free-intro-nutritionHeroSection .pagesHeroPinkDeco g ellipse {
  fill: rgb(var(--secondary-color-rgb), 0.5);
}

.free-intro-nutritionHeroSection .pagesHeroPurpleDeco,
.free-intro-nutritionHeroSection .pagesHeroPurpleDeco ellipse {
  fill: rgb(var(--primary-color-rgb), 0.3);
}

@media screen and (min-width: 1024px) {
  .corporate-wellness-heroPages {
    margin-right: 5%;
  }

  .schdulePages_wrapper p {
    margin: 0 15%;
  }
}

.tableWrapper {
  box-shadow: 0 -1px 23px -1px rgb(0 0 0 / 10%);
}

thead tr th {
  padding: 25px 10px;
  width: 12.7%;
}

.dynamicTable th {
  color: var(--primary-light-text-color);
  font-size: 18px;
  font-weight: 500;
}

.scheduleTable thead:not(:first-of-type):hover,
.scheduleTable thead:nth-of-type(2n),
tr:not(:first-of-type):hover,
tr:nth-of-type(2n) {
  background-color: #fafafa;
}
.scheduleTable td {
    text-wrap: auto;
}
.daysTable th {
  color: var(--secondary-text-color);
}

.daysTable_wrapepr {
  border-bottom: 4px solid var(--secondary-text-color);
}

.schedulePagesPurpleDeco {
  left: -153px;
  position: absolute;
  scale: 0.5;
  top: -20%;
  z-index: -1;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .schedulePagesPurpleDeco {
    position: absolute;
    scale: 0.5;
    top: -20%;
    z-index: -1;
  }
}

@media screen and (max-width: 767px) {
  .schedulePagesPurpleDeco {
    display: none;
  }
}

.schedulePagesGreenDeco {
  bottom: 5%;
  position: absolute;
  right: 5%;
  z-index: -1;
}

.tableWrapper {
  overflow-x: auto;
}

table {
  border-collapse: collapse;
  width: 100%;
}

td,
th {
  text-align: left;
  white-space: nowrap;
}

.classesPages {
  background: linear-gradient(0deg, #f6f8f9, #f6f8f9),
    linear-gradient(0deg, hsl(0deg 0% 100% / 45%), hsl(0deg 0% 100% / 45%));
}

.classPageContent_wrapper h1,
.classPageContent_wrapper h2,
.classPageContent_wrapper h3,
.classPageContent_wrapper h4,
.classPageContent_wrapper h5,
.classPageContent_wrapper h6 {
  color: var(--secondary-text-color);
  font-size: 30px;
  font-weight: 800;
  line-height: 36px;
  margin-bottom: 16px;
}

.classPageContent_wrapper p {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.classPageFlexibleButton_wrapper button {
  background-color: var(--secondary-button-background-color);
  border-radius: 0.6rem;
  overflow: hidden;
  position: relative;
}

.classPageFlexibleButton_wrapper button::after,
.classPageFlexibleButton_wrapper button::before {
  border-radius: 50%;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 1px;
}

.classPageFlexibleButton_wrapper button::before {
  background: color-mix(
    in srgb,
    var(--secondary-button-background-color) 50%,
    rgb(0 0 0 / 43.8%) 55%
  );
  transition: 0.6s ease-in;
  transition-delay: 0.1s;
}

.classPageFlexibleButton_wrapper button::after {
  background: color-mix(
    in srgb,
    var(--secondary-button-background-color) 100%,
    rgb(0 0 0 / 59.6%) 15%
  );
  transition: 0.8s ease;
  transition-delay: 0.4s;
}

.classPageFlexibleButton_wrapper button:hover::after,
.classPageFlexibleButton_wrapper button:hover::before {
  transform: translate(-50%, -50%) scale(310);
}

.classPageFlexibleButton_wrapper button a {
  position: relative;
  z-index: 10;
  color: var(--secondary-button-text-color);
  font-size: 14px;
  font-weight: 800;
  padding: 0.7rem 1.5rem;
}

.classPageFlexibleButton_wrapper button a:hover {
  color: var(--secondary-button-text-color);
}

.classPage_flexibleContent__wrapper {
  box-shadow: 5px 0 31px -6px rgb(0 0 0 / 7.1%);
}

.classPageDecoration {
  position: absolute;
  top: 33%;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .classesPages_wrapper h1,
  .classesPages_wrapper h2,
  .classesPages_wrapper h3,
  .classesPages_wrapper h4,
  .classesPages_wrapper h5,
  .classesPages_wrapper h6 {
    margin-bottom: 0 !important;
  }

  .classPage_content__layout-0,
  .classPage_content__layout-10,
  .classPage_content__layout-12,
  .classPage_content__layout-14,
  .classPage_content__layout-16,
  .classPage_content__layout-18,
  .classPage_content__layout-2,
  .classPage_content__layout-20,
  .classPage_content__layout-4,
  .classPage_content__layout-6,
  .classPage_content__layout-8 {
    margin-left: 30%;
  }

  .classPage_content__layout-1,
  .classPage_content__layout-11,
  .classPage_content__layout-13,
  .classPage_content__layout-15,
  .classPage_content__layout-17,
  .classPage_content__layout-19,
  .classPage_content__layout-21,
  .classPage_content__layout-3,
  .classPage_content__layout-5,
  .classPage_content__layout-7,
  .classPage_content__layout-9 {
    margin-right: 30%;
  }

  .classImage_wrapper_layout-1,
  .classImage_wrapper_layout-11,
  .classImage_wrapper_layout-13,
  .classImage_wrapper_layout-15,
  .classImage_wrapper_layout-17,
  .classImage_wrapper_layout-19,
  .classImage_wrapper_layout-21,
  .classImage_wrapper_layout-3,
  .classImage_wrapper_layout-5,
  .classImage_wrapper_layout-7,
  .classImage_wrapper_layout-9 {
    order: 2;
  }
}

@media screen and (max-width: 767px) {
  .classPageContent {
    text-align: center !important;
  }
}

.imageContentWrapper_layout-1 img,
.imageContentWrapper_layout-11 img,
.imageContentWrapper_layout-13 img,
.imageContentWrapper_layout-15 img,
.imageContentWrapper_layout-17 img,
.imageContentWrapper_layout-19 img,
.imageContentWrapper_layout-21 img,
.imageContentWrapper_layout-3 img,
.imageContentWrapper_layout-5 img,
.imageContentWrapper_layout-7 img,
.imageContentWrapper_layout-9 img {
  border-radius: 160px 30px 30px 160px;
  box-shadow: 0 2.35px 65.89px 0 rgb(0 0 0 / 12.9%);
  height: 290px;
  left: -35%;
  max-width: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 350px;
  z-index: 10;
  display: block;
  object-fit: cover;
}

.classPage_image__wrapper .imageContentWrapper_layout-0 img,
.classPage_image__wrapper .imageContentWrapper_layout-10 img,
.classPage_image__wrapper .imageContentWrapper_layout-12 img,
.classPage_image__wrapper .imageContentWrapper_layout-14 img,
.classPage_image__wrapper .imageContentWrapper_layout-16 img,
.classPage_image__wrapper .imageContentWrapper_layout-18 img,
.classPage_image__wrapper .imageContentWrapper_layout-2 img,
.classPage_image__wrapper .imageContentWrapper_layout-20 img,
.classPage_image__wrapper .imageContentWrapper_layout-4 img,
.classPage_image__wrapper .imageContentWrapper_layout-6 img,
.classPage_image__wrapper .imageContentWrapper_layout-8 img {
  border-radius: 30px 160px 160px 30px;
  box-shadow: 0 2.35px 65.89px 0 rgb(0 0 0 / 12.9%);
  height: 290px;
  left: 135%;
  max-width: 350px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 350px;
  z-index: 10;
  object-fit: cover;
}

.classesRepeater_wrapper_grid
  .classPages_imageContent__coloredBackground_layout {
  height: 290px;
  max-width: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 350px;
  z-index: 5;
}

.classPages_imageContent__coloredBackground_layout-0,
.classPages_imageContent__coloredBackground_layout-12,
.classPages_imageContent__coloredBackground_layout-15,
.classPages_imageContent__coloredBackground_layout-18,
.classPages_imageContent__coloredBackground_layout-21,
.classPages_imageContent__coloredBackground_layout-3,
.classPages_imageContent__coloredBackground_layout-6,
.classPages_imageContent__coloredBackground_layout-9 {
  background-color: var(--primary-color);
}

.classPages_imageContent__coloredBackground_layout-1,
.classPages_imageContent__coloredBackground_layout-10,
.classPages_imageContent__coloredBackground_layout-13,
.classPages_imageContent__coloredBackground_layout-16,
.classPages_imageContent__coloredBackground_layout-19,
.classPages_imageContent__coloredBackground_layout-22,
.classPages_imageContent__coloredBackground_layout-4,
.classPages_imageContent__coloredBackground_layout-7 {
  background-color: var(--secondary-color);
}

.classPages_imageContent__coloredBackground_layout-11,
.classPages_imageContent__coloredBackground_layout-14,
.classPages_imageContent__coloredBackground_layout-19,
.classPages_imageContent__coloredBackground_layout-2,
.classPages_imageContent__coloredBackground_layout-21,
.classPages_imageContent__coloredBackground_layout-25,
.classPages_imageContent__coloredBackground_layout-5,
.classPages_imageContent__coloredBackground_layout-8 {
  background-color: var(--tertiary-color);
}

.classesRepeater_wrapper .imageContentWrapper {
  height: 290px;
  top: 50%;
  transform: translate(0%, -50%);
}

@media screen and (min-width: 768px) {
  .classesRepeater_wrapper_grid:nth-child(2n)
    .classPages_imageContent__coloredBackground_layout {
    border-radius: 160px 30px 30px 160px;
    left: -50%;
  }

  .classesRepeater_wrapper_grid:nth-child(2n + 1)
    .classPages_imageContent__coloredBackground_layout {
    border-radius: 30px 160px 160px 30px;
    left: 150%;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .classPage_image__wrapper {
    width: 290px;
  }

  .classesRepeater_wrapper_grid:nth-child(2n) .classPage_image__wrapper {
    width: 100%;
  }

  .classesRepeater_wrapper_grid:nth-child(2n) .imageContentWrapper {
    height: 290px;
    top: 50%;
    transform: translate(0, -50%);
    width: 290px;
    right: 0;
    position: absolute;
  }

  .classesRepeater_wrapper_grid
    .classPages_imageContent__coloredBackground_layout {
    border-radius: 160px 30px 30px 160px;
    height: 290px;
    max-width: none;
    position: absolute;
    width: 290px;
    z-index: -1;
  }

  .classesRepeater_wrapper_grid:nth-child(2n)
    .classPages_imageContent__coloredBackground_layout {
    border-radius: 160px 30px 30px 160px;
    left: -1rem;
    top: unset;
    transform: unset;
  }

  .classesRepeater_wrapper_grid:nth-child(2n) .imageContentWrapper img {
    height: 100% !important;
    width: 100% !important;
    top: unset !important;
    transform: unset !important;
    position: absolute;
    left: unset;
  }

  .classesRepeater_wrapper_grid:nth-child(2n + 1)
    .classPages_imageContent__coloredBackground_layout {
    border-radius: 30px 160px 160px 30px;
    left: 55%;
  }

  .imageContentWrapper_layout-0 img,
  .imageContentWrapper_layout-10 img,
  .imageContentWrapper_layout-12 img,
  .imageContentWrapper_layout-14 img,
  .imageContentWrapper_layout-16 img,
  .imageContentWrapper_layout-18 img,
  .imageContentWrapper_layout-2 img,
  .imageContentWrapper_layout-20 img,
  .imageContentWrapper_layout-4 img,
  .imageContentWrapper_layout-6 img,
  .imageContentWrapper_layout-8 img {
    height: 100% !important;
    width: 100% !important;
    top: unset !important;
    transform: unset !important;
    position: initial !important;
  }
}

@media screen and (max-width: 767px) {
  .classImage_wrapper {
    height: 200px;
    width: 500px;
  }

  .imageContentWrapper img {
    border-radius: 30px 160px 160px 30px;
    box-shadow: 0 2.35px 65.89px 0 rgb(0 0 0 / 12.9%);
    height: 250px !important;
    left: 55% !important;
    margin-top: 10%;
    max-width: none;
    position: absolute;
    top: 60% !important;
    transform: translate(-50%, -50%);
    width: 300px !important;
    z-index: 10;
  }

  .classPages_imageContent__coloredBackground_layout-0,
  .classPages_imageContent__coloredBackground_layout-12,
  .classPages_imageContent__coloredBackground_layout-15,
  .classPages_imageContent__coloredBackground_layout-18,
  .classPages_imageContent__coloredBackground_layout-21,
  .classPages_imageContent__coloredBackground_layout-3,
  .classPages_imageContent__coloredBackground_layout-6,
  .classPages_imageContent__coloredBackground_layout-9 {
    height: 250px !important;
    left: 60% !important;
    margin-top: 10%;
    top: 60% !important;
    transform: translate(-50%, -50%);
    width: 300px !important;
  }

  .classPages_imageContent__coloredBackground_layout-1,
  .classPages_imageContent__coloredBackground_layout-10,
  .classPages_imageContent__coloredBackground_layout-13,
  .classPages_imageContent__coloredBackground_layout-16,
  .classPages_imageContent__coloredBackground_layout-19,
  .classPages_imageContent__coloredBackground_layout-22,
  .classPages_imageContent__coloredBackground_layout-4,
  .classPages_imageContent__coloredBackground_layout-7 {
    border-radius: 30px 160px 160px 30px;
    height: 250px !important;
    left: 60% !important;
    margin-top: 10%;
    top: 60% !important;
    transform: translate(-50%, -50%);
    width: 300px !important;
  }

  .classPages_imageContent__coloredBackground_layout-11,
  .classPages_imageContent__coloredBackground_layout-14,
  .classPages_imageContent__coloredBackground_layout-19,
  .classPages_imageContent__coloredBackground_layout-2,
  .classPages_imageContent__coloredBackground_layout-21,
  .classPages_imageContent__coloredBackground_layout-25,
  .classPages_imageContent__coloredBackground_layout-5,
  .classPages_imageContent__coloredBackground_layout-8 {
    height: 250px !important;
    left: 60% !important;
    margin-top: 10%;
    top: 60% !important;
    transform: translate(-50%, -50%);
    width: 300px !important;
  }
}

@media screen and (max-width: 767px) {
  .classesRepeater_wrapper_grid
    .classPages_imageContent__coloredBackground_layout {
    border-radius: 30px 160px 160px 30px;
  }
}

@media (min-width: 490px) and (max-width: 550px) {
  .imageContentWrapper img {
    border-radius: 30px 160px 160px 30px;
    box-shadow: 0 2.35px 65.89px 0 rgb(0 0 0 / 12.9%);
    height: 250px !important;
    left: 45% !important;
    margin-top: 10%;
    max-width: none;
    position: absolute;
    top: 60% !important;
    transform: translate(-50%, -50%);
    width: 300px !important;
    z-index: 10;
  }

  .classPages_imageContent__coloredBackground_layout-0,
  .classPages_imageContent__coloredBackground_layout-12,
  .classPages_imageContent__coloredBackground_layout-15,
  .classPages_imageContent__coloredBackground_layout-18,
  .classPages_imageContent__coloredBackground_layout-21,
  .classPages_imageContent__coloredBackground_layout-3,
  .classPages_imageContent__coloredBackground_layout-6,
  .classPages_imageContent__coloredBackground_layout-9 {
    height: 250px !important;
    left: 50% !important;
    margin-top: 10%;
    top: 60% !important;
    transform: translate(-50%, -50%);
    width: 300px !important;
  }

  .classPages_imageContent__coloredBackground_layout-1,
  .classPages_imageContent__coloredBackground_layout-10,
  .classPages_imageContent__coloredBackground_layout-13,
  .classPages_imageContent__coloredBackground_layout-16,
  .classPages_imageContent__coloredBackground_layout-19,
  .classPages_imageContent__coloredBackground_layout-22,
  .classPages_imageContent__coloredBackground_layout-4,
  .classPages_imageContent__coloredBackground_layout-7 {
    border-radius: 30px 160px 160px 30px;
    height: 250px !important;
    left: 50% !important;
    margin-top: 10%;
    top: 60% !important;
    transform: translate(-50%, -50%);
    width: 300px !important;
  }

  .classPages_imageContent__coloredBackground_layout-11,
  .classPages_imageContent__coloredBackground_layout-14,
  .classPages_imageContent__coloredBackground_layout-19,
  .classPages_imageContent__coloredBackground_layout-2,
  .classPages_imageContent__coloredBackground_layout-21,
  .classPages_imageContent__coloredBackground_layout-25,
  .classPages_imageContent__coloredBackground_layout-5,
  .classPages_imageContent__coloredBackground_layout-8 {
    height: 250px !important;
    left: 50% !important;
    margin-top: 10%;
    top: 60% !important;
    transform: translate(-50%, -50%);
    width: 300px !important;
  }
}

@media screen and (max-width: 489px) {
  .classImage_wrapper {
    height: 200px;
    width: 300px;
    margin: 0 auto -100px;
  }

  .classesRepeater_wrapper .imageContentWrapper {
    height: 190px;
  }

  .classPage_image__wrapper .imageContentWrapper img {
    border-radius: 30px 160px 160px 30px;
    box-shadow: 0 2.35px 65.89px 0 rgb(0 0 0 / 12.9%);
    height: 190px !important;
    left: 0 !important;
    max-width: none;
    position: absolute;
    top: 0% !important;
    width: 260px !important;
    z-index: 10;
    margin: 0 auto;
    transform: unset;
    right: 0;
  }

  .classesRepeater_wrapper .classPages_imageContent__coloredBackground_layout {
    border-radius: 30px 160px 160px 30px;
    height: 190px !important;
    left: 0 !important;
    transform: unset !important;
    width: 260px !important;
    margin: 0 auto;
    right: -20px;
    top: 0 !important;
  }
}

.ctaBannerPage_content__wrapper h1,
.ctaBannerPage_content__wrapper h2,
.ctaBannerPage_content__wrapper h3,
.ctaBannerPage_content__wrapper h4,
.ctaBannerPage_content__wrapper h5,
.ctaBannerPage_content__wrapper h6 {
  font-size: 36px;
  line-height: 44px;
}

.pagesBanner {
  margin-top: -60px;
}

.ctaBannerPage_content__wrapper button,
.ctaBannerPage_content__wrapper h1,
.ctaBannerPage_content__wrapper h2,
.ctaBannerPage_content__wrapper h3,
.ctaBannerPage_content__wrapper h4,
.ctaBannerPage_content__wrapper h5,
.ctaBannerPage_content__wrapper h6,
.ctaBannerPage_content__wrapper p {
  position: relative;
  z-index: 15;
}

.corporate-wellnessBanner .bannerDecoration,
.online-training-2Banner .bannerDecoration {
  bottom: -20%;
  left: 3%;
  scale: 0.85;
  top: auto;
  transform: rotate(180deg);
  z-index: 10;
}

#pageBenefitCards {
  background: linear-gradient(180deg, #fff, #fafbfc);
}

.pagesBenefitCards_repeater__wrapper .h-fit {
  height: auto;
  display: flex;
  flex-direction: column;
}

.pagesBenefitCards_repeater__wrapper .benefitCard {
  min-height: 100%;
}

@media screen and (min-width: 768px) {
  .pagesBanner {
    margin-top: -100px;
  }
}

@media screen and (min-width: 1024px) {
  .pagesBanner {
    margin-top: -250px;
  }

  .page-template-default #pagesBanner {
    padding: 100px 0 0;
  }

  .page-id-42.page-template-default #pagesBanner {
    padding: 0;
  }

  section#pagesPricingCards {
    padding: 100px 0 100px;
  }

  .page-id-1170.page-template-default #pagesBanner {
    padding: 0;
  }

  .page-id-1170 #pagesProgramBenefits {
    padding: 100px 0 380px;
  }

  .pagesBenefitCards_wrapper p {
    margin-left: 20%;
    margin-right: 20%;
  }
}

@media screen and (max-width: 440px) {
  .pagesBenefitCards_wrapper h1,
  .pagesBenefitCards_wrapper h2,
  .pagesBenefitCards_wrapper h3,
  .pagesBenefitCards_wrapper h4,
  .pagesBenefitCards_wrapper h5,
  .pagesBenefitCards_wrapper h6 {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 440px) and (max-width: 767px) {
  .pagesBenefitCards_wrapper h1,
  .pagesBenefitCards_wrapper h2,
  .pagesBenefitCards_wrapper h3,
  .pagesBenefitCards_wrapper h4,
  .pagesBenefitCards_wrapper h5,
  .pagesBenefitCards_wrapper h6 {
    margin-left: 0;
    margin-right: 0;
  }
}

.benefitCard {
  box-shadow: 2px 4px 16px 0 rgb(0 0 0 / 7.1%);
  min-height: 450px;
}

@media (min-width: 440px) and (max-width: 767px) {
  .benefitCard {
    min-height: 250px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .benefitCard {
    min-height: 300px;
  }
}

@media (min-width: 1024px) and (max-width: 1210px) {
  .benefitCard {
    min-height: 530px;
  }
}

@media (min-width: 1024px) and (max-width: 1279px) {
  .pagesBenefitCards .pagesBenefitCards_repeater__wrapper .lg\:gap-14 {
    gap: 2rem;
  }
}

@media (min-width: 1210px) and (max-width: 1340px) {
  .benefitCard {
    min-height: 500px;
  }
}

.benefitCardNumber {
  min-height: 65px;
  min-width: 65px;
}

.benefitCardNumber,
.benefitNumber {
  align-items: center;
  border-radius: 50%;
  display: flex;
  justify-content: center;
}

.benefitNumber {
  color: #fff;
  font-size: 24px;
  font-weight: 800;
  height: 50px;
  width: 50px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .benefitCardNumber {
    min-height: 25px;
    min-width: 45px;
    padding: 5px;
  }

  .benefitCardNumber,
  .benefitNumber {
    align-items: center;
    border-radius: 50%;
    display: flex;
    justify-content: center;
  }

  .benefitNumber {
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    height: 40px;
    width: 45px;
  }
}

.benefitCardNumber01 .benefitNumber,
.benefitCardNumber04 .benefitNumber {
  background-color: var(--secondary-color);
}

.benefitCardNumber01 .benefitNumberShadow,
.benefitCardNumber04 .benefitNumberShadow {
  background-color: rgb(var(--secondary-color-rgb), 0.5);
  border-radius: 50%;
  z-index: -1;
}

.benefitCardNumber02 .benefitNumber,
.benefitCardNumber05 .benefitNumber {
  background-color: var(--primary-color);
}

.benefitCardNumber02 .benefitNumberShadow,
.benefitCardNumber05 .benefitNumberShadow {
  background-color: rgb(var(--primary-color-rgb), 0.5);
  border-radius: 50%;
  z-index: -1;
}

.benefitCardNumber03 .benefitNumber,
.benefitCardNumber06 .benefitNumber {
  background-color: var(--tertiary-color);
}

.benefitCardNumber03 .benefitNumberShadow,
.benefitCardNumber06 .benefitNumberShadow {
  background-color: rgb(var(--tertiary-color-rgb), 0.5);
  border-radius: 50%;
  z-index: -1;
}

.cardBorder01 {
  background: linear-gradient(
    221.96deg,
    var(--secondary-color) -13.86%,
    rgb(255 44 175 / 10%) 92.88%
  );
}

.cardBorder01,
.cardBorder02 {
  border-radius: 1.5rem;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.cardBorder02 {
  background: linear-gradient(
    221.96deg,
    var(--primary-color) -13.86%,
    rgb(255 44 175 / 10%) 92.88%
  );
}

.cardBorder03 {
  background: linear-gradient(
    221.96deg,
    var(--tertiary-color) -13.86%,
    rgb(255 44 175 / 10%) 92.88%
  );
  border-radius: 1.5rem;
}

.benefitCardsDeco,
.cardBorder03 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

@media screen and (min-width: 1024px) {
  .pagesTeamCards_wrapper p {
    margin: 0 20%;
  }
}

.coachesRepeater {
  border-radius: 20px;
  box-shadow: 0 4px 31px -6px rgb(0 0 0 / 7.1%);
}

.coachImage {
	width: 100%;
    height: 100%;
    max-width: 300px;
    max-height: 300px;
}

.coachImage img {
  border-radius: 50%;
  box-shadow: 0 2.35px 65.89px 0 rgb(0 0 0 / 12.9%);
}

.coachName {
  font-size: 24px;
  font-weight: 800;
  line-height: 32px;
}

.CoachPosition {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 1rem;
  margin-top: 0.25rem;
}

.coachBio {
  color: var(--primary-text-color);
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.coachBioWrapper p {
  margin-bottom: 20px;
}

.coachesPosition1,
.coachesPosition10,
.coachesPosition13,
.coachesPosition16,
.coachesPosition4,
.coachesPosition7,
.coachessPosition19 {
  color: var(--primary-color);
}

.coachesPosition11,
.coachesPosition14,
.coachesPosition17,
.coachesPosition2,
.coachesPosition20,
.coachesPosition5,
.coachesPosition8 {
  color: var(--tertiary-color);
}

.coachesPosition12,
.coachesPosition15,
.coachesPosition18,
.coachesPosition21,
.coachesPosition3,
.coachesPosition6,
.coachesPosition9 {
  color: var(--secondary-color);
}

@media screen and (min-width: 1024px) {
  .coachesRepeaterLayout10 .coachesGrid .coachImage_wrapper,
  .coachesRepeaterLayout12 .coachesGrid .coachImage_wrapper,
  .coachesRepeaterLayout14 .coachesGrid .coachImage_wrapper,
  .coachesRepeaterLayout16 .coachesGrid .coachImage_wrapper,
  .coachesRepeaterLayout18 .coachesGrid .coachImage_wrapper,
  .coachesRepeaterLayout2 .coachesGrid .coachImage_wrapper,
  .coachesRepeaterLayout20 .coachesGrid .coachImage_wrapper,
  .coachesRepeaterLayout22 .coachesGrid .coachImage_wrapper,
  .coachesRepeaterLayout24 .coachesGrid .coachImage_wrapper,
  .coachesRepeaterLayout26 .coachesGrid .coachImage_wrapper,
  .coachesRepeaterLayout28 .coachesGrid .coachImage_wrapper,
  .coachesRepeaterLayout30 .coachesGrid .coachImage_wrapper,
  .coachesRepeaterLayout4 .coachesGrid .coachImage_wrapper,
  .coachesRepeaterLayout6 .coachesGrid .coachImage_wrapper,
  .coachesRepeaterLayout8 .coachesGrid .coachImage_wrapper {
    order: 1;
  }
}

.coachCardBackgroundDeco {
  border-radius: 50%;
  z-index: -1;
}

.coachCardBackgroundDeco1,
.coachCardBackgroundDeco10,
.coachCardBackgroundDeco13,
.coachCardBackgroundDeco16,
.coachCardBackgroundDeco19,
.coachCardBackgroundDeco4,
.coachCardBackgroundDeco7 {
  background-color: var(--primary-color);
  right: 5%;
}

.coachCardBackgroundDeco11,
.coachCardBackgroundDeco14,
.coachCardBackgroundDeco17,
.coachCardBackgroundDeco2,
.coachCardBackgroundDeco20,
.coachCardBackgroundDeco5,
.coachCardBackgroundDeco8 {
  background-color: var(--tertiary-color);
  left: 5%;
}

.coachCardBackgroundDeco12,
.coachCardBackgroundDeco14,
.coachCardBackgroundDeco18,
.coachCardBackgroundDeco21,
.coachCardBackgroundDeco3,
.coachCardBackgroundDeco6,
.coachCardBackgroundDeco9 {
  background-color: var(--secondary-color);
  right: 5%;
}

.coachesDeco {
  left: 0;
  position: absolute;
  top: 45%;
  z-index: 1;
}
    /* Read More Styles */
.coachesRepeater .description-content {
        position: relative;
    }

.coachesRepeater .full-content {
        transition: max-height 0.5s ease-in-out;
        overflow: hidden;
    }

.coachesRepeater .truncated-content {
        max-height: 200px !important;
    }

    @media (max-width: 767px) {
.coachesRepeater .truncated-content {
            max-height: 365px !important;
        }
    }

.coachesRepeater .expanded-content {
        max-height: var(--full-height) !important;
    }

.coachesRepeater .read-more-overlay {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 80px;
        background: linear-gradient(to bottom, transparent, white);
        pointer-events: none;
        transition: opacity 0.5s ease-in-out;
    }

.coachesRepeater .read-more-overlay.hidden {
        opacity: 0;
    }

.coachesRepeater .read-more-btn {
        cursor: pointer;
        transition: all 0.3s ease;
    }

.coachesRepeater .read-more-btn:hover {
        opacity: 0.7;
    }


.twoColumnsPagesImageContentWrapper img, .twoColumnsPagesImageContentWrapperInverse img {
	width: 350px;
	height: 340px;
}

.twoColumnsPages_image__wrapper .twoColumnsPagesImageContentWrapper img {
  border-radius: 160px 20px 20px 160px;
  box-shadow: 0 2.7px 75.68px 0 rgb(0 0 0 / 12.9%);
}

.twoColumnsPages_image__wrapper .contentImageWrapper img {
  border-radius: 20px 160px 160px 20px;
  box-shadow: 0 2.7px 75.68px 0 rgb(0 0 0 / 12.9%);
}

.twoColumnsContent_wrapper h2 {
  font-size: 36px;
  font-weight: 800;
  line-height: 44px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .twoColumnsContent_wrapper h1,
  .twoColumnsContent_wrapper h2,
  .twoColumnsContent_wrapper h3,
  .twoColumnsContent_wrapper h4,
  .twoColumnsContent_wrapper h5,
  .twoColumnsContent_wrapper h6 {
    margin-bottom: 2rem;
  }

  .twoColumnsContent_wrapper p {
    font-size: 18px;
  }

  .twoColumnImageDeco {
    left: -110% !important;
    top: -5%;
  }
}

.twoColumnSectionDeco {
  left: 0;
  position: absolute;
  top: 0;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .twoColumnsContent_wrapper {
    text-align: center;
  }

  .coachCardDesc {
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .twoColumnSectionDeco {
    width: 360px;
  }
}

.twoColumnImageDeco {
  left: -70%;
  position: absolute;
  top: -10%;
  transform: scale(0.5);
  z-index: -1;
}

@media screen and (min-width: 1024px) {
  .embedCodePages_wrapper {
    margin-left: 20%;
    margin-right: 20%;
  }
}

.embedCodePagesSection {
  background: linear-gradient(180deg, #fff -3.42%, #f6f8f9 37.85%);
}

.embedCodePage_wrapper {
  box-shadow: 0 -11px 150px 0 rgb(0 0 0 / 7.1%);
}

.cancellation-embedCodePages {
  margin-left: 21%;
  margin-right: 21%;
}

.pagesProgramListings {
  overflow: hidden;
  background: linear-gradient(180deg, #fff, #f0f0f0);
}

.programListings_button__wrapper button {
  background-color: var(--secondary-button-background-color);
  border-radius: 0.5rem;
  overflow: hidden;
  position: relative;
}

.programListings_button__wrapper button::after,
.programListings_button__wrapper button::before {
  border-radius: 50%;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 1px;
}

.programListings_button__wrapper button::before {
  background: color-mix(
    in srgb,
    var(--secondary-button-background-color) 50%,
    rgb(0 0 0 / 43.8%) 55%
  );
  transition: 0.6s ease-in;
  transition-delay: 0.1s;
}

.programListings_button__wrapper button::after {
  background: color-mix(
    in srgb,
    var(--secondary-button-background-color) 100%,
    rgb(0 0 0 / 59.6%) 15%
  );
  transition: 0.8s ease;
  transition-delay: 0.4s;
}

.programListings_button__wrapper button:hover::after,
.programListings_button__wrapper button:hover::before {
  transform: translate(-50%, -50%) scale(310);
}

.programListings_button__wrapper button a {
  color: var(--secondary-button-text-color);
  font-size: 14px;
  font-weight: 800;
  line-height: 17.64px;
  padding: 1rem 1.5rem;
  position: relative;
  z-index: 10;
}

.programListings_button__wrapper button a:hover {
  color: var(--secondary-button-text-color);
}

.programListings_wrapper h1,
.programListings_wrapper h2,
.programListings_wrapper h3,
.programListings_wrapper h4,
.programListings_wrapper h5,
.programListings_wrapper h6 {
  color: var(--secondary-text-color);
  font-size: 30px;
  font-weight: 800;
  line-height: 36px;
  margin-bottom: 1rem;
}

.programListings_wrapper span {
  color: var(--primary-light-text-color);
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.programListings {
  box-shadow: 5px 0 31px -6px rgb(0 0 0 / 7.1%);
}

.programListing_image {
  height: 300px;
  width: 350px;
}

.programListing_image .programListinImage_wrapper {
  height: 100%;
  width: 100%;
}

.programListing_image .programListinImage_wrapper img {
  height: 100%;
  height: 300px;
  position: relative;
  width: 100%;
  width: 350px;
  z-index: 20;
}

@media screen and (max-width: 767px) {
  .embededCodeWrapper {
    padding: 0;
    margin-top: 2rem;
  }

  .cancellation-embedCodePages {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .programListing_image {
    height: 270px;
    width: 300px;
  }

  .programListing_image .programListinImage_wrapper {
    height: 100%;
    width: 100%;
  }

  .programListing_image .programListinImage_wrapper img {
    height: 100%;
    height: 270px;
    position: relative;
    width: 100%;
    width: 300px;
    z-index: 20;
  }
}

.programListing_image-1 .programListinImage_wrapper img,
.programListing_image-11 .programListinImage_wrapper img,
.programListing_image-13 .programListinImage_wrapper img,
.programListing_image-15 .programListinImage_wrapper img,
.programListing_image-17 .programListinImage_wrapper img,
.programListing_image-19 .programListinImage_wrapper img,
.programListing_image-21 .programListinImage_wrapper img,
.programListing_image-3 .programListinImage_wrapper img,
.programListing_image-5 .programListinImage_wrapper img,
.programListing_image-7 .programListinImage_wrapper img,
.programListing_image-9 .programListinImage_wrapper img {
  border-radius: 20px 160px 160px 20px;
}

.programListing_image__deco-1,
.programListing_image__deco-11,
.programListing_image__deco-13,
.programListing_image__deco-15,
.programListing_image__deco-17,
.programListing_image__deco-19,
.programListing_image__deco-21,
.programListing_image__deco-3,
.programListing_image__deco-5,
.programListing_image__deco-7,
.programListing_image__deco-9 {
  border-radius: 20px 160px 160px 20px;
  right: -5%;
  z-index: 10;
}

.programListing_image__deco-1,
.programListing_image__deco-10,
.programListing_image__deco-13,
.programListing_image__deco-16,
.programListing_image__deco-19,
.programListing_image__deco-23,
.programListing_image__deco-26,
.programListing_image__deco-29,
.programListing_image__deco-32,
.programListing_image__deco-4,
.programListing_image__deco-7 {
  background-color: var(--primary-color);
}

.programListing_image__deco-11,
.programListing_image__deco-14,
.programListing_image__deco-17,
.programListing_image__deco-2,
.programListing_image__deco-20,
.programListing_image__deco-24,
.programListing_image__deco-27,
.programListing_image__deco-30,
.programListing_image__deco-33,
.programListing_image__deco-5,
.programListing_image__deco-8 {
  background-color: var(--secondary-color);
}

.programListing_image__deco-12,
.programListing_image__deco-15,
.programListing_image__deco-18,
.programListing_image__deco-21,
.programListing_image__deco-25,
.programListing_image__deco-28,
.programListing_image__deco-3,
.programListing_image__deco-31,
.programListing_image__deco-34,
.programListing_image__deco-6,
.programListing_image__deco-9 {
  background-color: var(--tertiary-color);
}

.programListing_image-10 .programListinImage_wrapper img,
.programListing_image-12 .programListinImage_wrapper img,
.programListing_image-14 .programListinImage_wrapper img,
.programListing_image-16 .programListinImage_wrapper img,
.programListing_image-18 .programListinImage_wrapper img,
.programListing_image-2 .programListinImage_wrapper img,
.programListing_image-20 .programListinImage_wrapper img,
.programListing_image-22 .programListinImage_wrapper img,
.programListing_image-4 .programListinImage_wrapper img,
.programListing_image-6 .programListinImage_wrapper img,
.programListing_image-8 .programListinImage_wrapper img {
  border-radius: 160px 20px 20px 160px;
}

.programListing_image__deco-10,
.programListing_image__deco-12,
.programListing_image__deco-14,
.programListing_image__deco-16,
.programListing_image__deco-18,
.programListing_image__deco-2,
.programListing_image__deco-20,
.programListing_image__deco-22,
.programListing_image__deco-4,
.programListing_image__deco-6,
.programListing_image__deco-8 {
  border-radius: 160px 20px 20px 160px;
  left: -5%;
  z-index: 10;
}

.programListings {
  min-height: 370px;
  position: relative;
  z-index: 2;
}

.programListingsDeco {
  left: 0;
  position: absolute;
  top: 45%;
  transform: scale(1.8);
  z-index: 1;
}

.programListingsGrid {
  position: relative;
}

@media screen and (min-width: 768px) {
  .programListings_wrapper
    .programListingsGrid:nth-of-type(even)
    .programListing_image {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 2;
  }

  .programListings_wrapper
    .programListingsGrid:nth-of-type(even)
    .programListinImage_wrapper {
    left: unset !important;
  }

  .programListingsGrid-10 .programListings_featuredImage__wrapper,
  .programListingsGrid-12 .programListings_featuredImage__wrapper,
  .programListingsGrid-14 .programListings_featuredImage__wrapper,
  .programListingsGrid-16 .programListings_featuredImage__wrapper,
  .programListingsGrid-18 .programListings_featuredImage__wrapper,
  .programListingsGrid-2 .programListings_featuredImage__wrapper,
  .programListingsGrid-20 .programListings_featuredImage__wrapper,
  .programListingsGrid-22 .programListings_featuredImage__wrapper,
  .programListingsGrid-4 .programListings_featuredImage__wrapper,
  .programListingsGrid-6 .programListings_featuredImage__wrapper,
  .programListingsGrid-8 .programListings_featuredImage__wrapper {
    order: 2;
  }

  .programListingsGrid-1 .programListings_featuredImage__wrapper,
  .programListingsGrid-10 .programListings_content__wrapper,
  .programListingsGrid-11 .programListings_featuredImage__wrapper,
  .programListingsGrid-12 .programListings_content__wrapper,
  .programListingsGrid-13 .programListings_featuredImage__wrapper,
  .programListingsGrid-14 .programListings_content__wrapper,
  .programListingsGrid-15 .programListings_featuredImage__wrapper,
  .programListingsGrid-16 .programListings_content__wrapper,
  .programListingsGrid-17 .programListings_featuredImage__wrapper,
  .programListingsGrid-18 .programListings_content__wrapper,
  .programListingsGrid-19 .programListings_featuredImage__wrapper,
  .programListingsGrid-2 .programListings_content__wrapper,
  .programListingsGrid-20 .programListings_content__wrapper,
  .programListingsGrid-21 .programListings_featuredImage__wrapper,
  .programListingsGrid-22 .programListings_content__wrapper,
  .programListingsGrid-3 .programListings_featuredImage__wrapper,
  .programListingsGrid-4 .programListings_content__wrapper,
  .programListingsGrid-5 .programListings_featuredImage__wrapper,
  .programListingsGrid-6 .programListings_content__wrapper,
  .programListingsGrid-7 .programListings_featuredImage__wrapper,
  .programListingsGrid-8 .programListings_content__wrapper,
  .programListingsGrid-9 .programListings_featuredImage__wrapper {
    order: 1;
  }

  .programListingsGrid-1 .programListings_content__wrapper,
  .programListingsGrid-11 .programListings_content__wrapper,
  .programListingsGrid-13 .programListings_content__wrapper,
  .programListingsGrid-15 .programListings_content__wrapper,
  .programListingsGrid-17 .programListings_content__wrapper,
  .programListingsGrid-19 .programListings_content__wrapper,
  .programListingsGrid-21 .programListings_content__wrapper,
  .programListingsGrid-3 .programListings_content__wrapper,
  .programListingsGrid-5 .programListings_content__wrapper,
  .programListingsGrid-7 .programListings_content__wrapper,
  .programListingsGrid-9 .programListings_content__wrapper {
    order: 2;
  }

  .programListinImage_wrapper-10,
  .programListinImage_wrapper-12,
  .programListinImage_wrapper-14,
  .programListinImage_wrapper-16,
  .programListinImage_wrapper-18,
  .programListinImage_wrapper-2,
  .programListinImage_wrapper-20,
  .programListinImage_wrapper-22,
  .programListinImage_wrapper-4,
  .programListinImage_wrapper-6,
  .programListinImage_wrapper-8 {
    left: -55%;
    position: absolute;
    top: 0;
  }
}

@media (min-width: 1024px) {
  .programListingsGrid-10 .programListings_featuredImage__wrapper,
  .programListingsGrid-12 .programListings_featuredImage__wrapper,
  .programListingsGrid-14 .programListings_featuredImage__wrapper,
  .programListingsGrid-16 .programListings_featuredImage__wrapper,
  .programListingsGrid-18 .programListings_featuredImage__wrapper,
  .programListingsGrid-2 .programListings_featuredImage__wrapper,
  .programListingsGrid-20 .programListings_featuredImage__wrapper,
  .programListingsGrid-22 .programListings_featuredImage__wrapper,
  .programListingsGrid-4 .programListings_featuredImage__wrapper,
  .programListingsGrid-6 .programListings_featuredImage__wrapper,
  .programListingsGrid-8 .programListings_featuredImage__wrapper {
    order: 2;
  }

  .programListingsGrid-10 .programListings_content__wrapper,
  .programListingsGrid-12 .programListings_content__wrapper,
  .programListingsGrid-14 .programListings_content__wrapper,
  .programListingsGrid-16 .programListings_content__wrapper,
  .programListingsGrid-18 .programListings_content__wrapper,
  .programListingsGrid-2 .programListings_content__wrapper,
  .programListingsGrid-20 .programListings_content__wrapper,
  .programListingsGrid-22 .programListings_content__wrapper,
  .programListingsGrid-4 .programListings_content__wrapper,
  .programListingsGrid-6 .programListings_content__wrapper,
  .programListingsGrid-8 .programListings_content__wrapper {
    order: 1;
  }

  .programListingsGrid-10
    .programListings_content__wrapper
    .programListings_wrapper,
  .programListingsGrid-12
    .programListings_content__wrapper
    .programListings_wrapper,
  .programListingsGrid-14
    .programListings_content__wrapper
    .programListings_wrapper,
  .programListingsGrid-16
    .programListings_content__wrapper
    .programListings_wrapper,
  .programListingsGrid-18
    .programListings_content__wrapper
    .programListings_wrapper,
  .programListingsGrid-2
    .programListings_content__wrapper
    .programListings_wrapper,
  .programListingsGrid-20
    .programListings_content__wrapper
    .programListings_wrapper,
  .programListingsGrid-22
    .programListings_content__wrapper
    .programListings_wrapper,
  .programListingsGrid-4
    .programListings_content__wrapper
    .programListings_wrapper,
  .programListingsGrid-6
    .programListings_content__wrapper
    .programListings_wrapper,
  .programListingsGrid-8
    .programListings_content__wrapper
    .programListings_wrapper {
    margin-right: 27%;
  }

  .programListingsGrid-1 .programListings_featuredImage__wrapper,
  .programListingsGrid-11 .programListings_featuredImage__wrapper,
  .programListingsGrid-13 .programListings_featuredImage__wrapper,
  .programListingsGrid-15 .programListings_featuredImage__wrapper,
  .programListingsGrid-17 .programListings_featuredImage__wrapper,
  .programListingsGrid-19 .programListings_featuredImage__wrapper,
  .programListingsGrid-21 .programListings_featuredImage__wrapper,
  .programListingsGrid-3 .programListings_featuredImage__wrapper,
  .programListingsGrid-5 .programListings_featuredImage__wrapper,
  .programListingsGrid-7 .programListings_featuredImage__wrapper,
  .programListingsGrid-9 .programListings_featuredImage__wrapper {
    order: 1;
  }

  .programListingsGrid-1 .programListings_content__wrapper,
  .programListingsGrid-11 .programListings_content__wrapper,
  .programListingsGrid-13 .programListings_content__wrapper,
  .programListingsGrid-15 .programListings_content__wrapper,
  .programListingsGrid-17 .programListings_content__wrapper,
  .programListingsGrid-19 .programListings_content__wrapper,
  .programListingsGrid-21 .programListings_content__wrapper,
  .programListingsGrid-3 .programListings_content__wrapper,
  .programListingsGrid-5 .programListings_content__wrapper,
  .programListingsGrid-7 .programListings_content__wrapper,
  .programListingsGrid-9 .programListings_content__wrapper {
    order: 2;
  }

  .programListingsGrid-1
    .programListings_content__wrapper
    .programListings_wrapper,
  .programListingsGrid-11
    .programListings_content__wrapper
    .programListings_wrapper,
  .programListingsGrid-13
    .programListings_content__wrapper
    .programListings_wrapper,
  .programListingsGrid-15
    .programListings_content__wrapper
    .programListings_wrapper,
  .programListingsGrid-17
    .programListings_content__wrapper
    .programListings_wrapper,
  .programListingsGrid-19
    .programListings_content__wrapper
    .programListings_wrapper,
  .programListingsGrid-21
    .programListings_content__wrapper
    .programListings_wrapper,
  .programListingsGrid-3
    .programListings_content__wrapper
    .programListings_wrapper,
  .programListingsGrid-5
    .programListings_content__wrapper
    .programListings_wrapper,
  .programListingsGrid-7
    .programListings_content__wrapper
    .programListings_wrapper,
  .programListingsGrid-9
    .programListings_content__wrapper
    .programListings_wrapper {
    margin-left: 27%;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .programListingsGrid-10 .programListings_featuredImage__wrapper,
  .programListingsGrid-12 .programListings_featuredImage__wrapper,
  .programListingsGrid-14 .programListings_featuredImage__wrapper,
  .programListingsGrid-16 .programListings_featuredImage__wrapper,
  .programListingsGrid-18 .programListings_featuredImage__wrapper,
  .programListingsGrid-2 .programListings_featuredImage__wrapper,
  .programListingsGrid-20 .programListings_featuredImage__wrapper,
  .programListingsGrid-22 .programListings_featuredImage__wrapper,
  .programListingsGrid-4 .programListings_featuredImage__wrapper,
  .programListingsGrid-6 .programListings_featuredImage__wrapper,
  .programListingsGrid-8 .programListings_featuredImage__wrapper {
    order: 2;
  }

  .programListingsGrid-10 .programListings_content__wrapper,
  .programListingsGrid-12 .programListings_content__wrapper,
  .programListingsGrid-14 .programListings_content__wrapper,
  .programListingsGrid-16 .programListings_content__wrapper,
  .programListingsGrid-18 .programListings_content__wrapper,
  .programListingsGrid-2 .programListings_content__wrapper,
  .programListingsGrid-20 .programListings_content__wrapper,
  .programListingsGrid-22 .programListings_content__wrapper,
  .programListingsGrid-4 .programListings_content__wrapper,
  .programListingsGrid-6 .programListings_content__wrapper,
  .programListingsGrid-8 .programListings_content__wrapper {
    order: 1;
  }

  .programListingsGrid-10
    .programListings_content__wrapper
    .programListings_wrapper,
  .programListingsGrid-12
    .programListings_content__wrapper
    .programListings_wrapper,
  .programListingsGrid-14
    .programListings_content__wrapper
    .programListings_wrapper,
  .programListingsGrid-16
    .programListings_content__wrapper
    .programListings_wrapper,
  .programListingsGrid-18
    .programListings_content__wrapper
    .programListings_wrapper,
  .programListingsGrid-2
    .programListings_content__wrapper
    .programListings_wrapper,
  .programListingsGrid-20
    .programListings_content__wrapper
    .programListings_wrapper,
  .programListingsGrid-22
    .programListings_content__wrapper
    .programListings_wrapper,
  .programListingsGrid-4
    .programListings_content__wrapper
    .programListings_wrapper,
  .programListingsGrid-6
    .programListings_content__wrapper
    .programListings_wrapper,
  .programListingsGrid-8
    .programListings_content__wrapper
    .programListings_wrapper {
    margin-right: 35%;
  }

  .programListingsGrid-1 .programListings_featuredImage__wrapper,
  .programListingsGrid-11 .programListings_featuredImage__wrapper,
  .programListingsGrid-13 .programListings_featuredImage__wrapper,
  .programListingsGrid-15 .programListings_featuredImage__wrapper,
  .programListingsGrid-17 .programListings_featuredImage__wrapper,
  .programListingsGrid-19 .programListings_featuredImage__wrapper,
  .programListingsGrid-21 .programListings_featuredImage__wrapper,
  .programListingsGrid-3 .programListings_featuredImage__wrapper,
  .programListingsGrid-5 .programListings_featuredImage__wrapper,
  .programListingsGrid-7 .programListings_featuredImage__wrapper,
  .programListingsGrid-9 .programListings_featuredImage__wrapper {
    order: 1;
  }

  .programListingsGrid-1 .programListings_content__wrapper,
  .programListingsGrid-11 .programListings_content__wrapper,
  .programListingsGrid-13 .programListings_content__wrapper,
  .programListingsGrid-15 .programListings_content__wrapper,
  .programListingsGrid-17 .programListings_content__wrapper,
  .programListingsGrid-19 .programListings_content__wrapper,
  .programListingsGrid-21 .programListings_content__wrapper,
  .programListingsGrid-3 .programListings_content__wrapper,
  .programListingsGrid-5 .programListings_content__wrapper,
  .programListingsGrid-7 .programListings_content__wrapper,
  .programListingsGrid-9 .programListings_content__wrapper {
    order: 2;
  }

  .programListingsGrid-1
    .programListings_content__wrapper
    .programListings_wrapper,
  .programListingsGrid-11
    .programListings_content__wrapper
    .programListings_wrapper,
  .programListingsGrid-13
    .programListings_content__wrapper
    .programListings_wrapper,
  .programListingsGrid-15
    .programListings_content__wrapper
    .programListings_wrapper,
  .programListingsGrid-17
    .programListings_content__wrapper
    .programListings_wrapper,
  .programListingsGrid-19
    .programListings_content__wrapper
    .programListings_wrapper,
  .programListingsGrid-21
    .programListings_content__wrapper
    .programListings_wrapper,
  .programListingsGrid-3
    .programListings_content__wrapper
    .programListings_wrapper,
  .programListingsGrid-5
    .programListings_content__wrapper
    .programListings_wrapper,
  .programListingsGrid-7
    .programListings_content__wrapper
    .programListings_wrapper,
  .programListingsGrid-9
    .programListings_content__wrapper
    .programListings_wrapper {
    margin-left: 35%;
  }
}

@media screen and (max-width: 767px) {
  .programListings {
    margin-top: -120px;
    padding-top: 8rem;
  }

  .programListings_wrapper {
    text-align: center;
  }

  .programListinImage_wrapper img {
    height: 200px !important;
    width: 250px !important;
  }

  .programListing_image {
    height: 200px;
    width: 250px;
  }

  .programListinImage_wrapper,
  .programListing_image__deco {
    margin-top: 10%;
  }

  .programListings_featuredImage__wrapper {
    height: 250px;
  }
}

@media screen and (min-width: 768px) {
  .programListinImage_wrapper-10,
  .programListinImage_wrapper-12,
  .programListinImage_wrapper-14,
  .programListinImage_wrapper-16,
  .programListinImage_wrapper-18,
  .programListinImage_wrapper-2,
  .programListinImage_wrapper-20,
  .programListinImage_wrapper-22,
  .programListinImage_wrapper-4,
  .programListinImage_wrapper-6,
  .programListinImage_wrapper-8 {
    left: -75%;
    position: absolute;
    top: 0;
  }
}

@media screen and (max-width: 440px) {
  .programListing_image {
    height: 200px;
    width: 250px;
  }

  .programListinImage_wrapper img {
    height: 200px !important;
    width: 250px !important;
  }

  .programListings {
    padding-top: 8rem;
  }

  .programListings_wrapper h1,
  .programListings_wrapper h2,
  .programListings_wrapper h3,
  .programListings_wrapper h4,
  .programListings_wrapper h5,
  .programListings_wrapper h6 {
    color: var(--secondary-text-color);
    font-size: 24px;
    font-weight: 800;
    line-height: 30px;
    margin-bottom: 1rem;
  }

  .programListings_wrapper p {
    color: var(--primary-light-text-color);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
  }
}

.startedCards_card__wrapper {
  border-radius: 1.5rem;
  min-height: 400px;
}

.startedCards_title {
  color: var(--secondary-text-color);
  font-size: 24px;
  font-weight: 800;
  line-height: 32px;
}

.startedCards_description {
  color: var(--primary-light-text-color);
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

@media (max-width: 767px) {
  .startedCards_card__wrapper {
    min-height: 250px;
  }

  .startedCards_title {
    margin-bottom: 0;
  }
}

.startedCards_number__wrapper {
  background-color: #f6f6fc;
  border-radius: 50%;
  height: 75px;
  width: 75px;
}

.startedCards_number__wrapper span {
  font-size: 30px;
  font-weight: 800;
  line-height: 36px;
}

.startedCards_title__wrapper {
  min-height: 75px;
}

@media (min-width: 768px) and (max-width: 1210px) {
  .startedCards_number__wrapper {
    background-color: #f6f6fc;
    border-radius: 50%;
    height: 60px;
    margin-top: 0.5rem;
    width: 60px;
  }

  .startedCards_number__wrapper span {
    font-size: 24px;
    font-weight: 800;
    line-height: 32px;
  }
}

.startedCards_number__wrapper-1,
.startedCards_number__wrapper-4,
.startedCards_number__wrapper-7 {
  background-color: rgb(var(--secondary-color-rgb), 0.2);
  color: var(--secondary-color);
}

.startedCards_number__wrapper-2,
.startedCards_number__wrapper-5,
.startedCards_number__wrapper-8 {
  background-color: rgb(var(--primary-color-rgb), 0.2);
  color: var(--primary-color);
}

.startedCards_number__wrapper-3,
.startedCards_number__wrapper-6,
.startedCards_number__wrapper-9 {
  background-color: rgb(var(--tertiary-color-rgb), 0.2);
  color: var(--tertiary-color);
}

.outer {
  height: 100%;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 2px;
}

.inner {
  background: linear-gradient(180deg, grey 80%, hsl(0deg 0% 50% / 0%));
  height: 70%;
  position: absolute;
  right: 10%;
  top: 5%;
  width: 100%;
}

.outer-1 .inner,
.outer-4 .inner,
.outer-7 .inner {
  background: linear-gradient(
    to bottom,
    var(--secondary-color) 80%,
    hsl(0deg 0% 50% / 0%)
  );
}

.outer-2 .inner,
.outer-5 .inner,
.outer-8 .inner {
  background: linear-gradient(
    to bottom,
    var(--primary-color) 80%,
    hsl(0deg 0% 50% / 0%)
  );
}

.outer-3 .inner,
.outer-6 .inner,
.outer-9 .inner {
  background: linear-gradient(
    to bottom,
    var(--tertiary-color) 80%,
    hsl(0deg 0% 50% / 0%)
  );
}

.startedCards_card__wrapper-1,
.startedCards_card__wrapper-4,
.startedCards_card__wrapper-7 {
  box-shadow: 0 3px 15px 0 rgb(var(--secondary-color-rgb), 0.5);
}

.startedCards_card__wrapper-2,
.startedCards_card__wrapper-5,
.startedCards_card__wrapper-8 {
  box-shadow: 0 3px 15px 0 rgb(var(--primary-color-rgb), 0.5);
}

.startedCards_card__wrapper-3,
.startedCards_card__wrapper-6,
.startedCards_card__wrapper-9 {
  box-shadow: 0 3px 15px 0 rgb(var(--tertiary-color-rgb), 0.5);
}

.pagesWhatWeHelpWith {
  background: linear-gradient(0deg, #f6f8f9, #f6f8f9),
    linear-gradient(0deg, hsl(0deg 0% 100% / 45%), hsl(0deg 0% 100% / 45%));
}

.supportItemTitle {
  color: var(--primary-light-text-color);
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .supportItemTitle {
    color: var(--primary-light-text-color);
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
  }
}

.supportItemIcon path {
  fill: var(--tertiary-color);
}

@media screen and (max-width: 1023px) {
  .supportItemTitle {
    margin-bottom: 0;
  }

  .guideFeatured_wrapper {
    order: 2;
  }

  .whatWeHelpWithFeatured {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-bottom: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .pagesWhatWeHelpWith {
    text-align: center !important;
  }
}

@media screen and (max-width: 440px) {
  .supportItemTitle {
    font-size: 18px;
  }
}

.whatWeHelpWithFeatured img {
  border-radius: 160px 20px 20px 160px;
  box-shadow: 0 20px 25px -5px rgb(0 0 0 / 10%),
    0 8px 10px -6px rgb(0 0 0 / 10%);
  height: 340px;
  width: 350px;
}

@media screen and (max-width: 767px) {
  .whatWeHelpWithFeatured img {
    height: 250px;
    width: 250px;
  }
}

.pagesProgramBenefits {
  background: linear-gradient(180deg, #fff 33.03%, #f6f8f9 121.32%);
}

@media screen and (min-width: 1024px) {
  .programBenefits_wrapper {
    margin-left: 30%;
    margin-right: 30%;
  }
}

.benefitCard_number__wrapper {
  border-radius: 50%;
  height: 110px;
  min-width: 110px;
}

.benefitCard_number__wrapper .benefitCard_number_thickBackground {
  border-radius: 50%;
  height: 75px;
  width: 75px;
}

.benefitCard_number__wrapper .benefitCard_number_thickBackground span {
  color: #fff;
  font-size: 36px;
  font-weight: 800;
  line-height: 44px;
}

.benefitCardTitle {
  color: var(--primary-light-text-color);
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  margin-left: 1.5rem;
}

@media screen and (max-width: 1023px) {
  .benefitCardTitle {
    align-items: center;
    color: var(--primary-light-text-color);
    display: flex;
    font-size: 18px;
    font-weight: 600;
    justify-content: start;
    line-height: 22px;
    margin-left: 1rem;
    min-height: 64px;
  }

  .benefitDescription_wrapper p {
    font-size: 18px;
  }

  .benefitCard {
    min-height: 400px;
  }

  .benefitCard_number__wrapper {
    border-radius: 50%;
    height: 80px;
    min-width: 80px;
  }

  .benefitCard_number__wrapper .benefitCard_number_thickBackground {
    border-radius: 50%;
    height: 65px;
    width: 65px;
  }

  .benefitCard_number__wrapper .benefitCard_number_thickBackground span {
    color: #fff;
    font-size: 32px;
    font-weight: 800;
    line-height: 38px;
  }

  .benefitCard_content,
  .benefitCard_content__wrapper {
    min-height: 110px;
  }
}

.benefitCard_content__wrapper {
  border-radius: 50px 15px 15px 50px;
  border-width: 1px 1px 1px 0;
  box-shadow: 8px 6px 32px 0 rgb(0 0 0 / 5.9%);
  padding: 1px;
}

.benefitCardBorderDiv,
.benefitCard_content {
  border-radius: 50px 15px 15px 50px;
  padding: 7px 15px 7px 7px;
}

.benefitCardBorderDiv {
  z-index: -1;
}

.benefitCardBorderDiv-1,
.benefitCardBorderDiv-5 {
  background: linear-gradient(
    90deg,
    rgb(187 182 223 / 0%) 0,
    var(--secondary-color) 100%
  );
}

.benefitCardBorderDiv-2,
.benefitCardBorderDiv-6 {
  background: linear-gradient(
    90deg,
    rgb(187 182 223 / 0%) 0,
    rgb(var(--primary-color-rgb), 0.3) 100%
  );
}

.benefitCardBorderDiv-3,
.benefitCardBorderDiv-7 {
  background: linear-gradient(
    90deg,
    rgb(187 182 223 / 0%) 0,
    var(--tertiary-color) 100%
  );
}

.benefitCardBorderDiv-4,
.benefitCardBorderDiv-8 {
  background: linear-gradient(90deg, rgb(187 182 223 / 0%), #84a2ac);
}

.benefitCard_number__wrapper-1,
.benefitCard_number__wrapper-5 {
  background-color: rgb(var(--secondary-color-rgb), 0.2);
}

.benefitCard_number__wrapper-1 .benefitCard_number_thickBackground,
.benefitCard_number__wrapper-5 .benefitCard_number_thickBackground {
  background-color: rgb(var(--secondary-color-rgb), 1);
}

.benefitCard_number__wrapper-2,
.benefitCard_number__wrapper-6 {
  background-color: rgb(var(--primary-color-rgb), 0.2);
}

.benefitCard_number__wrapper-2 .benefitCard_number_thickBackground,
.benefitCard_number__wrapper-6 .benefitCard_number_thickBackground {
  background-color: rgb(var(--primary-color-rgb), 1);
}

.benefitCard_number__wrapper-3,
.benefitCard_number__wrapper-7 {
  background-color: rgb(var(--tertiary-color-rgb), 0.2);
}

.benefitCard_number__wrapper-3 .benefitCard_number_thickBackground,
.benefitCard_number__wrapper-7 .benefitCard_number_thickBackground {
  background-color: rgb(var(--tertiary-color-rgb), 1);
}

.benefitCard_number__wrapper-4,
.benefitCard_number__wrapper-8 {
  background-color: rgb(var(--secondary-color-rgb), 0.2);
}

.benefitCard_number__wrapper-4 .benefitCard_number_thickBackground,
.benefitCard_number__wrapper-8 .benefitCard_number_thickBackground {
  background-color: rgb(var(--secondary-color-rgb), 1);
}

@media screen and (min-width: 768px) {
  .benefitCard_content__wrapper-1 {
    order: 1;
  }

  .benefitCard_content__wrapper-2 {
    order: 3;
  }

  .benefitCard_content__wrapper-3 {
    order: 5;
  }

  .benefitCard_content__wrapper-4 {
    order: 7;
  }

  .benefitCard_content__wrapper-5 {
    order: 2;
  }

  .benefitCard_content__wrapper-6 {
    order: 4;
  }

  .benefitCard_content__wrapper-7 {
    order: 6;
  }

  .benefitCard_content__wrapper-8 {
    order: 8;
  }
}

.programBenefitsDeco {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.pagesPricingCards {
  background: linear-gradient(180deg, #fff 10.02%, #f6f8f9);
}

.packageName {
  color: var(--secondary-text-color);
  font-size: 36px;
  font-weight: 800;
  line-height: 44px;
  text-transform: uppercase;
}

.classesWrapper {
  font-size: 20px;
  font-weight: 800;
  line-height: 28px;
}

.classSpan {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.classesNumber {
  padding: 10px 37px;
}

.packageCard_topSection {
  background-color: rgb(var(--tertiary-color-rgb), 0.5);
  border-radius: 1.5rem;
  z-index: 20;
  overflow: hidden;
  position: relative;
}

.packagePrice {
  font-size: 48px;
  font-weight: 800;
  line-height: 56px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .packagePrice {
    font-size: 32px;
    line-height: 38px;
  }
}

.priceSuffix {
  color: var(--primary-light-text-color);
  font-size: 24px;
  font-weight: 500;
  line-height: 42px;
}

@media screen and (max-width: 1023px) {
  .packagePrice {
    font-size: 32px;
    line-height: 38px;
  }

  .priceSuffix {
    font-size: 18px;
    line-height: 32px;
  }
}

.packageFeatures_item {
  color: var(--primary-text-color);
  font-size: 20px;
  font-weight: 500;
  line-height: 38px;
}

@media screen and (max-width: 1279px) {
  .packageFeatures_item {
    font-size: 18px;
    line-height: 32px;
  }
}

.packageFeatureIcon {
  margin-right: 0.7rem;
  margin-top: 0.5rem;
  min-height: 25px;
  min-width: 25px;
}

.packageCard_wrapper {
  border-radius: 1.5rem;
  box-shadow: 0 16px 20px -9px rgb(0 0 0 / 9%);
  height: fit-content;
}

.packageCardContent_wrapper {
  padding: 1px;
}

.packageCard_bottomSection {
  border-radius: 0 0 1.5rem 1.5rem;
  margin-top: -5%;
}

.packageCardsBorderDiv {
  border-radius: 1.5rem;
  z-index: 1;
}

.packageCardBackground {
  background-color: #fff;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.packageCardTopSectionContent_wrapper {
  position: relative;
  z-index: 2;
}

.packageCardDescriptionWrapper {
  font-size: 16px;
  font-weight: 400;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .packageCard_bottomSection {
    min-height: 450px;
  }
}

@media screen and (min-width: 1024px) {
  .packageCard_bottomSection {
    min-height: 500px;
  }
}

.packageCardTopSectionContent_wrapper-1,
.packageCardTopSectionContent_wrapper-4 {
  background-color: rgb(var(--tertiary-color-rgb), 0.5);
}

.packageCardTopSectionContent_wrapper-2,
.packageCardTopSectionContent_wrapper-5 {
  background-color: rgb(var(--secondary-color-rgb), 0.5);
}

.packageCardTopSectionContent_wrapper-3,
.packageCardTopSectionContent_wrapper-6 {
  background-color: rgb(var(--primary-color-rgb), 0.5);
}

.packagePrice-1,
.packagePrice-4 {
  color: var(--tertiary-color);
}

.packagePrice-2,
.packagePrice-5 {
  color: var(--secondary-color);
}

.packagePrice-3,
.packagePrice-6 {
  color: var(--primary-color);
}

.packageFeatures-1 li svg path,
.packageFeatures-4 li svg path {
  fill: var(--tertiary-color);
}

.packageFeatures-2 li svg path,
.packageFeatures-5 li svg path {
  fill: var(--secondary-color);
}

.packageFeatures-3 li svg path,
.packageFeatures-6 li svg path {
  fill: var(--primary-color);
}

.packageCardsBorderDiv-1,
.packageCardsBorderDiv-4 {
  background: linear-gradient(
    209.35deg,
    rgb(132 162 172 / 10%) 31.34%,
    var(--tertiary-color) 103.91%
  );
}

.packageCardsBorderDiv-2,
.packageCardsBorderDiv-5 {
  background: linear-gradient(
    209.35deg,
    rgb(255 202 240 / 10%) 31.34%,
    var(--secondary-color) 103.91%
  );
}

.packageCardsBorderDiv-3,
.packageCardsBorderDiv-6 {
  background: linear-gradient(
    209.35deg,
    rgb(187 182 223 / 10%) 31.34%,
    var(--primary-color) 103.91%
  );
}

.packageCard_wrapper.highlighted {
  border: 2px solid gold;
  box-shadow: 0 10px 20px rgb(0 0 0 / 10%);
  transform: scale(1.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.packageCard_wrapper.highlighted:hover {
  box-shadow: 0 15px 25px rgb(0 0 0 / 20%);
  transform: scale(1.08);
}

.pagesJobListings {
  /* background: linear-gradient(180deg, #fff 2.35%, #fafbfc 83.93%); */
  overflow: hidden;
  background: linear-gradient(180deg, #fff 2.63%, #f6f8f9 112.89%);
}

.jobListingsGrid {
  background-color: #fff;
  border-radius: 40px;
  box-shadow: 18px 0 26px -16px rgb(0 0 0 / 11%);
}

.jobListinInfo_span {
  color: var(--secondary-text-color);
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

@media screen and (max-width: 440px) {
  .jobListinInfo_span {
    font-size: 16px;
  }
}

.contactType_wrapper,
.jobLocation_wrapper {
  border-radius: 50px;
}

.jobListingTitle {
  color: var(--secondary-text-color);
  font-size: 24px;
  font-weight: 800;
  line-height: 32px;
}

@media screen and (max-width: 1023px) {
  .jobListingContent_wrapper {
    border-radius: 40px;
  }
}

@media screen and (min-width: 768px) {
  .jobListingContent_wrapper {
    border-radius: 40px 40px 200px;
  }
}

.button-jobListing {
  align-items: center;
  background-color: var(--banner-button-background-color);
  display: flex;
  justify-content: center;
  overflow: hidden;
  position: relative;
  transition: color 0.3s ease;
}

.button-jobListing::after,
.button-jobListing::before {
  border-radius: 50%;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 1px;
}

.button-jobListing::before {
  background: color-mix(
    in srgb,
    var(--banner-button-background-color) 100%,
    hsl(0deg 0% 85% / 59.6%) 55%
  );
  transition: 0.6s ease-in;
  transition-delay: 0.1s;
}

.button-jobListing::after {
  background: color-mix(
    in srgb,
    var(--banner-button-background-color) 100%,
    rgb(0 0 0 / 59.6%) 45%
  );
  transition: 0.8s ease;
  transition-delay: 0.4s;
}

.button-jobListing:hover::after,
.button-jobListing:hover::before {
  transform: translate(-50%, -50%) scale(310);
}

.button-jobListing:hover svg {
  transform: translateX(5px);
  transition: transform 0.5s ease;
}

.button-jobListing a {
  position: relative;
  text-decoration: none;
  z-index: 10;
}

.button-jobListing a,
.button-jobListing a:hover {
  color: var(--banner-button-text-color);
}

.jobListingContent_wrapper-1,
.jobListingContent_wrapper-10,
.jobListingContent_wrapper-13,
.jobListingContent_wrapper-16,
.jobListingContent_wrapper-19,
.jobListingContent_wrapper-22,
.jobListingContent_wrapper-4,
.jobListingContent_wrapper-7 {
  background-color: rgb(var(--secondary-color-rgb), 0.2);
}

.jobListingContent_wrapper-11,
.jobListingContent_wrapper-14,
.jobListingContent_wrapper-17,
.jobListingContent_wrapper-2,
.jobListingContent_wrapper-20,
.jobListingContent_wrapper-23,
.jobListingContent_wrapper-5,
.jobListingContent_wrapper-8 {
  background-color: rgb(var(--tertiary-color-rgb), 0.2);
}

.jobListingContent_wrapper-12,
.jobListingContent_wrapper-15,
.jobListingContent_wrapper-18,
.jobListingContent_wrapper-21,
.jobListingContent_wrapper-24,
.jobListingContent_wrapper-3,
.jobListingContent_wrapper-6,
.jobListingContent_wrapper-9 {
  background-color: rgb(var(--primary-color-rgb), 0.2);
}

.jobListingButtonArrow-1 path,
.jobListingButtonArrow-10 path,
.jobListingButtonArrow-13 path,
.jobListingButtonArrow-16 path,
.jobListingButtonArrow-19 path,
.jobListingButtonArrow-22 path,
.jobListingButtonArrow-4 path,
.jobListingButtonArrow-7 path {
  fill: rgb(var(--secondary-color-rgb), 0.7);
}

.jobListingButtonArrow-11 path,
.jobListingButtonArrow-14 path,
.jobListingButtonArrow-17 path,
.jobListingButtonArrow-2 path,
.jobListingButtonArrow-20 path,
.jobListingButtonArrow-23 path,
.jobListingButtonArrow-5 path,
.jobListingButtonArrow-8 path {
  fill: rgb(var(--tertiary-color-rgb), 0.7);
}

.jobListingButtonArrow-12 path,
.jobListingButtonArrow-15 path,
.jobListingButtonArrow-18 path,
.jobListingButtonArrow-21 path,
.jobListingButtonArrow-24 path,
.jobListingButtonArrow-3 path,
.jobListingButtonArrow-6 path,
.jobListingButtonArrow-9 path {
  fill: rgb(var(--primary-color-rgb), 0.7);
}

.jobListinDeco {
  left: 0;
  position: absolute;
  top: 15%;
  z-index: 1;
}

.freeIntro_wrapper h1,
.freeIntro_wrapper h2,
.freeIntro_wrapper h3,
.freeIntro_wrapper h4,
.freeIntro_wrapper h5,
.freeIntro_wrapper h6 {
  color: var(--secondary-text-color);
}

.freeIntro_wrapper p {
  color: var(--primary-text-color);
}

.freeIntoDeco {
  left: 0;
  position: absolute;
  top: 0;
  z-index: 1;
}

.freeIntro_free-intro-social {
  height: 100vh;
}

@media screen and (max-width: 1023px) {
  .container-free-intro-social {
    align-items: center;
    display: flex;
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .freeIntro_wrapper {
    text-align: center;
  }

  .freeIntroSocial_header {
    position: relative;
  }
}

@media screen and (min-width: 1024px) {
  .freeIntro_free-intro-social {
    height: 100vh;
  }
}

.embeddedContentForm_wrapper div {
  margin-left: auto;
  margin-right: auto;
}

.video-placeholder {
  margin-top: 40px;
  padding-top: 56.25%;
  height: 0;
  position: relative;
}

.video-placeholder > :is(div, span, iframe) {
  max-width: 100% !important;
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.freeIntro_free-intro-social .freeIntoDeco {
  top: -40%;
}

.mainVideo_wrapper .main-video {
  border-radius: 30px;
  height: 0;
  max-width: 830px;
  overflow: hidden;
  padding-top: 55.9%;
  position: relative;
}

.mainVideo_wrapper iframe {
  max-width: 100% !important;
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.videoPlaylist_video__wrapper {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  width: 150px;
  flex-shrink: 0;
}

.videoPlaylist-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.videoPlaylist-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.videoPlaylistTitle {
  color: var(--secondary-text-color);
  font-size: 24px;
  font-weight: 800;
  line-height: 32px;
}

.mainVideoContent_wrapper {
  background: linear-gradient(
    180deg,
    #f0eff8 0,
    rgb(var(--primary-color-rgb), 0.1) 100%
  );
  border-radius: 30px;
  margin-left: auto;
  margin-top: -8%;
}

.mainVideoContent_title {
  color: var(--secondary-text-color);
  font-size: 30px;
  font-weight: 800;
  line-height: 36px;
}

@media screen and (max-width: 1023px) {
  .mainVideo_wrapper .main-video {
    max-width: 640px;
    margin: 0 auto;
    padding-top: 56.25%;
  }
}

@media screen and (max-width: 440px) {
  .mainVideoContent_title {
    font-size: 24px;
  }
}

.mainVideoContent_description {
  color: var(--secondary-text-color);
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

@media screen and (max-width: 440px) {
  .mainVideoContent_description {
    font-size: 16px;
  }
}

.playlist-item:hover {
  cursor: pointer;
}

@media screen and (min-width: 1024px) {
  /* .videoPlaylistGrid {
    height:600px
  } */
  .mainVideoContent_wrapper {
    margin-left: -5%;
    margin-top: -13%;
  }
}

@media screen and (max-width: 440px) {
  .mainVideoContent_wrapper {
    margin-top: -13%;
  }
}

.video-item {
  opacity: 0.5;
  transition: opacity 0.3s ease;
}

.video-item:hover {
  opacity: 1;
}

.video-item.active {
  opacity: 1;
}

.pageReviews_content h1,
.pageReviews_content h2,
.pageReviews_content h3,
.pageReviews_content h4,
.pageReviews_content h5,
.pageReviews_content h6 {
  color: var(--secondary-text-color);
  font-size: 36px;
  font-weight: 800;
  line-height: 44px;
}

.pageReviews_content p {
  color: var(--primary-text-color);
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.pageReviews {
  background: linear-gradient(0deg, #f6f8f9, #f6f8f9),
    linear-gradient(0deg, hsl(0deg 0% 100% / 45%), hsl(0deg 0% 100% / 45%));
}

.pagesTitleWithDescription_wrapper h1 {
  font-size: 36px;
  line-height: 44px;
}

.pagesTitleWithDescription_wrapper h1,
.pagesTitleWithDescription_wrapper h2 {
  color: var(--secondary-text-color);
  font-weight: 800;
  margin-bottom: 12px;
}

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

.pagesTitleWithDescription_wrapper h3 {
  color: var(--secondary-text-color);
  font-size: 24px;
  font-weight: 800;
  line-height: 32px;
  margin-bottom: 12px;
  margin-top: 40px;
}

.pagesTitleWithDescription_wrapper h4 {
  color: var(--secondary-text-color);
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 12px;
  margin-top: 40px;
}

.pagesTitleWithDescription_wrapper h5 {
  font-size: 18px;
  line-height: 26px;
}

.pagesTitleWithDescription_wrapper h5,
.pagesTitleWithDescription_wrapper h6 {
  color: var(--secondary-text-color);
  font-weight: 600;
  margin-bottom: 12px;
  margin-top: 40px;
}

.pagesTitleWithDescription_wrapper h6 {
  font-size: 16px;
  line-height: 24px;
}

.pagesTitleWithDescription_wrapper p {
  color: var(--primary-text-color);
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 12px;
}

.pagesTitleWithDescription_wrapper a {
  font-weight: 600;
}

.pagesTitleWithDescription_wrapper ul {
  list-style-type: none;
  margin: 0;
  padding-left: 0;
}

.pagesTitleWithDescription_wrapper ul li {
  align-items: flex-start;
  color: var(--primary-text-color);
  display: flex;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 10px;
  padding-left: 40px;
  position: relative;
}

.pagesTitleWithDescription_wrapper ul li::before {
  background: none;
  background-color: rgb(var(--primary-color-rgb), 0.7);
  content: "";
  display: inline-block;
  height: 10px;
  left: 20px;
  mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10'><circle cx='5' cy='5' r='5' fill='%23FF63CB'/></svg>")
    no-repeat center;
  position: absolute;
  top: 9px;
  width: 10px;
}

.imageBlockPages .container {
  z-index: 2;
  position: relative;
}

.imageBlockPages .coachesDeco {
  top: 20%;
}

.imageBlock_content__wrapper {
  max-width: 570px;
  min-height: 400px;
}

.imageBlock_content__wrapper img {
  border-radius: 1.5rem;
}

.imageBlock_content__wrapper h5 {
  color: var(--secondary-text-color);
  font-size: 32px;
  font-weight: 800;
  line-height: 38px;
}

.imageBlock_content__wrapper div {
  color: var(--primary-light-text-color);
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.imageBlock_content__wrapper button {
  margin-top: 1.5rem;
}

@media (max-width: 767px) {
  .imagesRepeater_wrapper {
    align-items: center;
    flex-direction: column;
  }
}

.blogHeroSection .pagesHeroPinkDeco,
.blogHeroSection .pagesHeroPinkDeco ellipse {
  fill: rgb(var(--secondary-color-rgb), 0.5);
}

.blogHeroSection .pagesHeroPurpleDeco,
.blogHeroSection .pagesHeroPurpleDeco ellipse {
  fill: rgb(var(--primary-color-rgb), 0.5);
}

.blogPostWrapper .blogPostImage_wrapper img {
  border-radius: 1.5rem;
}

#blogPosts {
  background: linear-gradient(180deg, #fff, #f6f8f9 108.83%);
}

@media screen and (min-width: 1024px) {
  #blogPosts {
    padding-bottom: 285px;
  }

  .blog-post .blogPostImage_wrapper {
    height: 420px;
    width: 100%;
    max-width: 380px;
  }

  .blogPostExcerpt p {
    color: var(--primary-text-color);
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  #blogPosts {
    padding-bottom: 260px;
  }
}

@media screen and (min-width: 1280px) {
  #blogPosts {
    padding-bottom: 325px;
  }
}

.blogPostTitle {
  color: var(--secondary-text-color);
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  margin-top: 0.7rem;
  min-height: 90px;
}

@media screen and (max-width: 767px) {
  #blogPosts {
    padding-bottom: 120px;
  }

  .blogPostTitle {
    font-size: 18px;
    line-height: 28px;
    min-height: auto;
  }
}

.blogPostCredentialsDate {
  margin-right: 0.8rem;
}

.blogPostCredentialsDate span {
  color: var(--tertiary-color);
  font-size: 13px;
  font-weight: 600;
  line-height: 28px;
  text-transform: uppercase;
}

.blogPostCredentialsPublisher span {
  color: var(--tertiary-color);
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
  margin-left: 10px;
}

.blogPostCredentialsDate span,
.blogPostCredentialsPublisher span {
  font-size: 13px;
}

.blogPostSingleCredentialsDate,
.blogPostSingleCredentialsPublisher,
.blogPostSingleCredentialsReadTime {
  padding: 0;
}

.blogPostSingleCredentialsReadTime {
  border-radius: 50px;
  padding: 15px 20px;
}

.bannerDecorationBlog {
  bottom: -20%;
  left: 3%;
  position: absolute;
  scale: 0.85;
  transform: rotate(180deg);
  z-index: 10;
}

.pagination .pagination-list {
  display: flex;
}

.pagination .pagination-list li {
  align-items: center;
  background-color: #ecf0f2;
  border-radius: 50%;
  display: flex;
  height: 38px;
  justify-content: center;
  margin-left: 6px;
  margin-right: 6px;
  width: 38px;
}

.pagination .pagination-list li .current {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 20px;
  font-weight: 700;
  height: 100%;
  justify-content: center;
  line-height: 30px;
  width: 100%;
}

.pagination .pagination-list .current-list {
  background-color: var(--secondary-text-color);
}

.pagination .pagination-list a {
  align-items: center;
  color: #afc2c9;
  display: flex;
  font-size: 20px;
  font-weight: 700;
  height: 100%;
  justify-content: center;
  line-height: 30px;
  width: 100%;
}

.pagination .pagination-list .page-numbers:hover {
  background-color: var(--secondary-text-color);
  border-radius: 50%;
  color: #fff;
}

.pagination .next-item,
.pagination .prev-item {
  display: none !important;
}

.blogPostSearchImage_wrapper img {
  border-radius: 1.5rem;
}

.blogPostSearchTitle {
  color: var(--secondary-text-color);
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  margin-top: 0.7rem;
}

.blogPostSearchCredentialsDate {
  background-color: rgb(var(--tertiary-color-rgb), 0.15);
  border: 1px solid var(--tertiary-color);
  border-radius: 40px;
  filter: brightness(95%);
  margin-right: 0.8rem;
  padding: 2px 15px;
}

.blogPostSearchCredentialsDate span {
  color: var(--tertiary-color);
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  text-transform: uppercase;
}

.blogPostSearchCredentialsPublisher {
  background-color: rgb(var(--tertiary-color-rgb), 0.2);
  border: 1px solid var(--tertiary-color);
  border-radius: 40px;
  filter: brightness(95%);
  padding: 2px 15px;
}

.blogPostSearchCredentialsPublisher span {
  color: var(--tertiary-color);
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  margin-left: 10px;
}

.blogPostSearchExcerpt p {
  color: var(--primary-text-color);
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

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

.screen-reader-text {
  color: var(--secondary-text-color);
  font-size: 30px;
  font-weight: 800;
  line-height: 38px;
  clip: auto;
  word-wrap: normal;
  clip-path: none;
  height: auto;
  margin: 0 2rem;
  overflow: visible;
  padding: 0;
  position: static;
  width: auto;
}

.search-field {
  height: 60px;
  padding: 0 20px;
  width: 700px;
  box-shadow: none;
  outline: none;
}

.not-found-results {
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  padding: 0;
  height: calc(100vh - 72px);
}

@media (min-width: 768px) and (max-width: 1023px) {
  .search-field {
    height: 60px;
    padding: 0 20px;
    width: 350px;
  }
}

@media (min-width: 1024px) and (max-width: 1210px) {
  .search-field {
    height: 60px;
    padding: 0 20px;
    width: 350px;
  }
}

@media (min-width: 1210px) and (max-width: 1340px) {
  .search-field {
    height: 60px;
    padding: 0 20px;
    width: 400px;
  }
}

@media screen and (max-width: 767px) {
  .search-field {
    height: 40px;
    padding: 0 20px;
    width: 200px;
  }

  .screen-reader-text {
    color: var(--secondary-text-color);
    font-size: 24px;
    font-weight: 800;
    line-height: 38px;
    margin-right: 1rem;
  }

  .not-found-results {
    padding: 0;
    margin-bottom: 40px;
  }
}

.searchFormWrapper {
  border: 2px solid #d5dfe2;
  border-radius: 1rem;
  box-sizing: border-box;
  overflow: hidden;
}

.bannerPost_content {
  margin-top: -20%;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .blogArchiveGrid {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(3, 1fr);
  }
}

.singlePostHeroContent_wrapper h1 {
  color: var(--secondary-text-color);
  font-size: 36px;
  font-weight: 800;
  line-height: 44px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .singlePostHeroContent_wrapper h1 {
    font-size: 32px;
    line-height: 40px;
  }
}

@media (min-width: 441px) and (max-width: 767px) {
  .singlePostHeroContent_wrapper h1 {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 440px) {
  .singlePostHeroContent_wrapper h1 {
    color: var(--secondary-text-color);
    font-size: 22px;
    line-height: 28px;
  }
}

.blogPostSingleCredentialsDate {
  border-radius: 50%;
  padding: 15px 20px;
}

.blogPostSingleCredentialsDate span {
  color: var(--primary-text-color);
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.blogPostSingleCredentialsPublisher {
  border-radius: 50px;
  padding: 15px 20px;
}

.blogPostSingleCredentialsPublisher span {
  color: var(--primary-text-color);
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.blogPostSingleCredentialsReadTime span,
.blogPostSingleCredentialsReadTime span p {
  color: var(--primary-text-color);
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.blogPostSingleCredentialsReadTime span p {
  text-align: center;
  text-transform: uppercase;
}

.blogPostCredentials_wrapper {
  gap: 5px;
}

.singleContentBeforeCoverage {
  background-color: rgb(var(--secondary-color-rgb), 0.3);
  border-radius: 40px 40px 100px 100px;
}

.coverageDiv {
  border-radius: 40px 40px 100px 100px;
  z-index: -1;
}

.singlePostHeroFeaturedImage_wrapper img {
  border-radius: 100px 100px 0 0;
}

.singlePostHeroCredentials_wrapper {
  gap: 12px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .singlePostHeroContent_wrapper {
    margin-top: -15%;
  }

  .singlePostHeroFeaturedImage_wrapper img {
    border-radius: 100px;
  }
}

@media screen and (max-width: 767px) {
  .singlePostHeroContent_wrapper {
    margin-top: -18%;
  }

  div.singlePostHeroCredentials_wrapper {
    gap: 3px 12px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .singlePostHeroCredentials_wrapper > div {
    flex: 0 0 auto;
  }

  .singlePostHeroCredentials_wrapper > div:last-child {
    flex: 1 1 100%;
    justify-content: center;
  }
}

@media screen and (max-width: 1023px) {
  .singlePostHeroFeaturedImage_wrapper,
  .singlePostHeroFeaturedImage_wrapper img {
    width: 100%;
  }
}

@media screen and (min-width: 1024px) {
  .singlePostHeroFeaturedImage_wrapper {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }

  .singlePostHeroFeaturedImage_wrapper img {
    border-radius: 0 40px 40px 0;
  }

  .singlePostHeroContent_wrapper {
    border-radius: 40px 250px 250px 40px;
    height: 450px;
  }

  .singleContentBeforeCoverage {
    background-color: rgb(var(--secondary-color-rgb), 0.3);
    border-radius: 40px 250px 250px 40px;
  }

  .singlePostHeroContent_wrapper h1 {
    width: 70%;
  }

  .coverageDiv {
    border-radius: 40px 250px 250px 40px;
    z-index: -1;
  }
}

.singlePostContent_wrapper p {
  color: var(--primary-text-color);
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 1rem;
  margin-top: 0.5rem;
}

.singlePostContent_wrapper h1,
.singlePostContent_wrapper h2 {
  color: #000;
  font-size: 30px;
  font-weight: 800;
  line-height: 36px;
  margin-bottom: 1.75rem;
  margin-top: 3rem;
}

.singlePostContent_wrapper h3 {
  color: var(--secondary-text-color);
  font-size: 24px;
  font-weight: 800;
  line-height: 32px;
}

.singlePostContent_wrapper h4 {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}

.singlePostContent_wrapper h5 {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.singlePostContent_wrapper h6 {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

.singlePostContent_wrapper ul {
  list-style-type: none;
  margin: 1rem 0;
  padding-left: 0;
}

.singlePostContent_wrapper ul li {
  align-items: flex-start;
  color: var(--primary-text-color);
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 10px;
  padding-left: 22px;
  position: relative;
}

.singlePostContent_wrapper ul li::before {
  background: none;
  background-color: rgb(var(--primary-color-rgb), 0.7);
  content: "";
  display: inline-block;
  height: 10px;
  left: 4px;
  mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10'><circle cx='5' cy='5' r='5' fill='%23FF63CB'/></svg>")
    no-repeat center;
  position: absolute;
  top: 9px;
  width: 10px;
}

#blogSingle {
  background: linear-gradient(180deg, #fff, #f6f8f9 108.83%);
  padding-bottom: 150px;
}

@media screen and (min-width: 768px) {
  #blogSingle {
    background: linear-gradient(180deg, #fff, #f6f8f9 108.83%);
    padding-bottom: 200px;
  }
}

@media screen and (min-width: 1024px) {
  #blogSingle {
    background: linear-gradient(180deg, #fff, #f6f8f9 108.83%);
    padding-bottom: 350px;
  }
}

html {
  scroll-behavior: smooth;
}

.header-fixed {
  background-color: #fff;
  box-shadow: 0 1px 5px rgb(0 0 0 / 5%);
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 45;
}

.no-scroll {
  height: 100%;
  overflow: hidden;
}

#form-popup.hidden {
  display: none;
}

#form-popup.active {
  display: flex;
}

#form-popup {
  align-items: center;
  background-color: rgb(0 0 0 / 50%);
  display: none;
  inset: 0;
  justify-content: center;
  position: fixed;
  z-index: 50;
}

#form-popup > div {
  padding: 0;
  justify-content: center;
  display: flex;
  flex-direction: column;
  max-height: calc(100vh - 40px);
  overflow: hidden;
  -ms-overflow-y: visible;
}

/* GDPR notifications */

body .notification:not(:last-child) {
  margin-bottom: 0;
}

.notification {
  position: fixed;
  bottom: 0;
  width: 100%;
  border-radius: 0;
  padding: 1.25rem 2.5rem 1.25rem 1.5rem;
  font-size: 14px;
  z-index: 99;
  background-color: #fff;
  border-top: 1px solid #e9e9e9;
}

#cookie-law-info-again {
  display: none;
  font-size: 13px;
  background-color: rgb(255 255 255);
  color: rgb(51 51 51);
  position: fixed;
  font-family: inherit;
  width: auto;
  bottom: 0;
  right: 100px;
  margin: 0;
  padding: 10px;
  text-align: center;
  cursor: pointer;
  box-shadow: rgb(22 22 22 / 18%) 0 0 5px 2px;
}

#cookie-law-info-again .delete {
  position: absolute;
  right: -10px;
  top: -10px;
}

.notification > .delete {
  right: 0.5rem;
  position: absolute;
  top: 0.5rem;
}

.delete {
  -webkit-touch-callout: none;
  user-select: none;
  appearance: none;
  background: rgb(213 223 226);
  border: none;
  border-radius: 9999px;
  cursor: pointer;
  pointer-events: auto;
  display: inline-block;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 0;
  height: 20px;
  max-height: 20px;
  max-width: 20px;
  min-height: 20px;
  min-width: 20px;
  outline: 0;
  position: relative;
  vertical-align: top;
  width: 20px;
}

.delete::after,
.delete::before {
  background-color: #fff;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform-origin: center center;
}

.delete::before {
  height: 2px;
  width: 50%;
}

.delete::after {
  height: 50%;
  width: 2px;
}

.privacy-content a {
  font-weight: 600;
}

.privacy-content-form {
  text-align: center;
  font-size: 12px;
  position: relative;
  color: var(--primary-text-color);
}

#dynamicFooterNotice ~ .privacy-content-form {
  margin-top: 30px;
}

.privacy-content-form a {
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .notification {
    padding: 10px 20px;
  }

  #cookie-law-info-again {
    width: 100%;
    bottom: 0;
    right: 0;
    left: 0;
    max-width: 170px;
    margin: 0 auto;
    z-index: 10;
  }

  .modal-card .modal-close {
    right: 0;
    top: 0;
    border-radius: 0;
  }

  .privacy-content-form {
    padding: 0 0 50px;
  }
}

@media (min-width: 768px) {
  #form-popup > div {
    min-height: 500px;
    min-width: 570px;
  }
}

@media (max-width: 440px) {
  #form-popup > div {
    min-height: 350px;
    min-width: 150px;
  }
}

@media (min-width: 440px) and (max-width: 767px) {
  #form-popup > div {
    min-height: 450px;
    min-width: 250px;
  }
}

.page-id-1420 img.headerLogo {
  max-width: 120px;
}

@media (min-width: 768px) {
  .md\:order-2 {
    order: 2;
  }

  .md\:order-last {
    order: 9999;
  }

  .md\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .md\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .md\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .md\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .md\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .md\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .md\:m-2 {
    margin: 0.5rem;
  }

  .md\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .md\:mx-7 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .md\:my-0 {
    margin-bottom: 0;
    margin-top: 0;
  }

  .md\:my-16 {
    margin-bottom: 4rem;
    margin-top: 4rem;
  }

  .md\:my-auto {
    margin-bottom: auto;
    margin-top: auto;
  }

  .md\:mb-0 {
    margin-bottom: 0;
  }

  .md\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .md\:mb-6 {
    margin-bottom: 3rem;
  }

  .md\:mr-4 {
    margin-right: 1rem;
  }

  .md\:mt-0 {
    margin-top: 0;
  }

  .md\:mt-3 {
    margin-top: 0.75rem;
  }

  .md\:mt-5 {
    margin-top: 1.25rem;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .md\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .md\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .md\:gap-14 {
    gap: 3.5rem;
  }

  .md\:gap-3 {
    gap: 0.75rem;
  }

  .md\:gap-4 {
    gap: 1rem;
  }

  .md\:p-10 {
    padding: 2.5rem;
  }

  .md\:p-12 {
    padding: 3rem;
  }

  .md\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .md\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .md\:py-14 {
    padding-bottom: 3.5rem;
    padding-top: 3.5rem;
  }

  .md\:py-4 {
    padding-bottom: 1rem;
    padding-top: 1rem;
  }

  .md\:pb-0 {
    padding-bottom: 0;
  }

  .md\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .md\:pl-14 {
    padding-left: 3.5rem;
  }

  .md\:pr-14 {
    padding-right: 3.5rem;
  }

  .md\:pr-7 {
    padding-right: 1.75rem;
  }

  .md\:pt-0 {
    padding-top: 0;
  }

  .md\:pt-8 {
    padding-top: 2rem;
  }

  .md\:pt-24 {
    padding-top: 6rem;
  }
}

@media (min-width: 768px) {
  .md\:-mt-24 {
    margin-top: -6rem;
  }

  .md\:order-first {
    order: -9999;
  }

  .md\:text-start {
    text-align: start;
  }

  .md\:justify-start {
    justify-content: start;
  }
}

@media (min-width: 1024px) {
  .lg\:right-5 {
    right: 1.25rem;
  }

  .lg\:top-5 {
    top: 1.25rem;
  }

  .lg\:order-1 {
    order: 1;
  }

  .lg\:order-2 {
    order: 2;
  }

  .lg\:order-first {
    order: -9999;
  }

  .lg\:order-last {
    order: 9999;
  }

  .lg\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .lg\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .lg\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .lg\:mx-14 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .lg\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .lg\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .lg\:mx-7 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .lg\:my-0 {
    margin-bottom: 0;
    margin-top: 0;
  }

  .lg\:my-14 {
    margin-bottom: 3.5rem;
    margin-top: 3.5rem;
  }

  .lg\:my-20 {
    margin-bottom: 5rem;
    margin-top: 5rem;
  }

  .lg\:my-24 {
    margin-bottom: 6rem;
    margin-top: 6rem;
  }

  .lg\:-mt-14 {
    margin-top: -3.5rem;
  }

  .lg\:mb-0 {
    margin-bottom: 0;
  }

  .lg\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .lg\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .lg\:mb-12 {
    margin-bottom: 3rem;
  }

  .lg\:mb-20 {
    margin-bottom: 5rem;
  }

  .lg\:mb-24 {
    margin-bottom: 6rem;
  }

  .lg\:mt-0 {
    margin-top: 0;
  }

  .lg\:mt-10 {
    margin-top: 2.5rem;
  }

  .lg\:mt-20 {
    margin-top: 5rem;
  }

  .lg\:mt-24 {
    margin-top: 6rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-\[90vh\] {
    /* height:90vh; */
    min-height: 90vh;
  }

  .lg\:w-\[48\%\] {
    width: 48%;
  }

  .lg\:w-\[65\%\] {
    width: 65%;
  }

  .lg\:max-w-\[35\.625rem\] {
    max-width: 35.625rem;
  }

  .lg\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .paged .lg\:grid-cols-12 {
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem 2rem;
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .lg\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:justify-start {
    justify-content: flex-start;
  }

  .lg\:justify-end {
    justify-content: flex-end;
  }

  .lg\:gap-10 {
    gap: 2.5rem;
  }

  .lg\:gap-14 {
    gap: 3.5rem;
  }

  .lg\:gap-32 {
    gap: 8rem;
  }

  .lg\:gap-4 {
    gap: 1rem;
  }

  .lg\:gap-5 {
    gap: 1.25rem;
  }

  .lg\:p-20 {
    padding: 5rem;
  }

  .lg\:p-7 {
    padding: 1.75rem;
  }

  .lg\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .lg\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .lg\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .lg\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .lg\:py-0 {
    padding-bottom: 0;
    padding-top: 0;
  }

  .lg\:py-10 {
    padding-bottom: 2.5rem;
    padding-top: 2.5rem;
  }

  .lg\:py-24 {
    padding-bottom: 6rem;
    padding-top: 6rem;
  }

  .lg\:py-5 {
    padding-bottom: 1.25rem;
    padding-top: 1.25rem;
  }

  .lg\:pb-0 {
    padding-bottom: 0;
  }

  .lg\:pt-32 {
    padding-top: 8rem;
  }

  .lg\:text-start {
    text-align: start;
  }
}

@media (min-width: 1280px) {
  .elg\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }
}
/*lead magnet underline*/
#homeGuide .underlinePrimaryDecoration::after {
	height:1.30rem;
	top:25px;
}

/*Gallery block*/
.gallery-section .gallery-wrapper img {
    object-fit: cover;
    border-radius: 8px;
    width: 100%;
    height: 300px;
}

.gallery-section .column {
    padding: 0px;
}
.gallery-section .columns {
    gap: 30px;
    position: relative;
    z-index: 2;
    flex-wrap: wrap;
    justify-content: center;
}
.gallery-section .gallery-block {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
	justify-content:center;
}
.gallery-section .column.is-4 {
    flex: 0 0 calc((100% - 10px) / 3) !important;
    max-width: calc((100% - 60px) / 3);
    box-sizing: border-box;
}
.gallery-section .gallery-item {
    flex: 0 0 calc((100% - 60px) / 3);
    max-width: calc((100% - 60px) / 3);
    box-sizing: border-box;
}
.gallery-section .button {
    margin-top: 30px;
}
.gallery-section .gallery-description {
    margin-top: 20px;
}
.gallery-section .gallery-description p {
    margin-bottom: 0px;
}
@media(max-width:1024px) {
    .gallery-section .ast-container {
        flex-direction: row;
    }
}

@media(max-width:768px) {
    .gallery-section .ast-container {
        flex-direction: column;
        text-align: center;
    }
    .gallery-section .column.is-4 {
        max-width: 100%;
        margin-top: 50px;
    }
	.gallery-section .gallery-description {
		margin-top:0px;
	}
}

/* Gallery lightbox*/
.gallery-section .modal.gallery-lightbox {
    z-index: 100000 !important;
    position: fixed;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
}
.gallery-section .modal-background {
    position: absolute;
    inset: 0;
    background: rgb(0 0 0 / 50%);
}
.gallery-section .button {
    border: none !important;
}
.gallery-section :where(h2, h3, h4, p, a, strong) {
    color: #1D1D1C !important;
}
.gallery-section .modal-content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    width: auto;
    max-width: 92vw;
    overflow: visible;
}

.gallery-section .lightbox-image-wrapper {
    position: relative;
    display: inline-block;
    max-width: 92vw;
}

.gallery-section .lightbox-image-wrapper img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 90vh;
    box-shadow: 0 8px 30px rgba(0, 0, 0, .4);
    border-radius: 8px;
}

.gallery-section .lightbox-close {
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 1;
    background: transparent;
    color: var(--primary-color);
    width: 27px;
    height: 26px;
    border: none;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery-section .lightbox-close:hover {
    color: #fff;
}

.gallery-section .glb-nav {
    position: absolute;
    width: 20px;
    height: 20px;
    stroke: #000;
    stroke-width: 3;
    fill: none;
}

.gallery-section .glb-prev {
    left: -60px;
    top: 50%;
    transform: translateY(-50%);
    width: 35px;
    height: 35px;
    background-color: var(--primary-color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    cursor: pointer;
    transition: background 0.3s ease;
    user-select: none;
    padding-top: 0px;
    z-index: 10;
    border: none;
    border-radius: 50%;
}
.gallery-section .glb-next {
    right: -60px;
    top: 50%;
    transform: translateY(-50%);
    width: 35px;
    height: 35px;
    background-color: var(--primary-color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    cursor: pointer;
    transition: background 0.3s ease;
    user-select: none;
    padding-top: 0px;
    z-index: 10;
    border: none;
    border-radius: 50%;
}
.gallery-section .glb-nav svg {
    width: 18px;
    height: auto;
    pointer-events: none;
}
.gallery-load-more {
    position: relative;
    overflow: hidden;
}

.gallery-load-more::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background-color: var(--primary-color);
    transition: width 0.3s ease;
}

.gallery-load-more:hover::after {
    width: 100%;
}
@media (min-width: 769px) {
    .gallery-section .modal-content,
    .gallery-section .lightbox-image-wrapper {
        max-width: 90vw;
    }
}
@media(max-width:1024px) {
    .gallery-section .glb-prev {
        left: 10px;
    }
    .gallery-section .glb-next {
        right: 10px;
    }
}
@media(max-width:768px) {
    .gallery-section .glb-prev {
        left: 5px;
        width: 32px;
        height: 32px;
    }
    .gallery-section .glb-next {
        right: 5px;
        width: 32px;
        height: 32px;
    }
    .gallery-section .glb-nav svg {
        width: 16px;
    }
}

/* Desktop Gallery Styles */
.gallery-item-hidden {
    display: none!important;
}

.gallery-load-more-wrapper {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.gallery-item.fade-in {
    animation: fadeInUp 0.6s ease forwards;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Mobile Horizontal Scroll Gallery */
.gallery-scroll-container {
    position: relative;
    width: 100%;
    margin-top: 30px;
}

.gallery-scroll {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    gap: 20px;
    -webkit-overflow-scrolling: touch;
}

.gallery-scroll::-webkit-scrollbar {
    display: none;
}

.gallery-scroll {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.gallery-scroll-item {
    flex: 0 0 280px;
    height: auto;
}

.gallery-scroll .gallery-wrapper {
    overflow: visible;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    width: 100%;
    height: auto;
    border-radius: 12px;
    background: white;
}

.gallery-scroll .gallery-image {
    position: relative;
    width: 100%;
    height: 220px;
    overflow: hidden;
    border-radius: 12px 12px 0 0;
}

.gallery-scroll .gallery-image a {
    display: block;
    width: 100%;
    height: 100%;
}

.gallery-scroll .gallery-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Mobile gallery description styling */
.gallery-scroll .mobile-gallery-desc {
    padding: 15px !important;
    background: white !important;
    min-height: 60px !important;
    display: block !important;
    border-radius: 0 0 12px 12px;
}

.gallery-scroll .mobile-gallery-desc * {
    color: #1D1D1C !important;
    margin: 0 !important;
}

.gallery-scroll .mobile-gallery-desc p {
    font-size: 14px !important;
    line-height: 1.6 !important;
    margin-bottom: 0 !important;
}

.gallery-scroll .mobile-gallery-desc h3,
.gallery-scroll .mobile-gallery-desc h4 {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin-bottom: 8px !important;
}

.gallery-progress-bar {
    width: 100%;
    height: 4px;
    background: #f2f2f2;
    border-radius: 2px;
    margin-top: 30px;
    position: relative;
    overflow: visible;
}

.gallery-section .gallery-progress {
    height: 100%;
    background: var(--primary-color, #007bff) !important;
    border-radius: 2px;
    transition: width 0.1s ease;
    display: block;
}

.gallery-swipe-hint {
    position: absolute;
    right: 0;
    top: -30px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(0, 0, 0, 0.6);
    font-size: 12px !important;
    font-weight: 500;
    opacity: 1;
    transition: opacity 0.3s ease;
}

.gallery-swipe-hint.hidden {
    opacity: 0;
}

.swipe-arrow {
    animation: swipeHint 2s ease-in-out infinite;
    color: var(--primary-color, #007bff);
}

@keyframes swipeHint {
    0%, 100% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(4px);
    }
}

/* Responsive visibility */
@media (min-width: 769px) {
    .is-hidden-tablet {
        display: none !important;
    }
    .gallery-swipe-hint {
        display: none;
    }
}

@media (max-width: 768px) {
    .is-hidden-mobile {
        display: none !important;
    }
}

/* Modal active state */
.gallery-lightbox.is-active {
    display: flex !important;
}

/* Force-hide hidden gallery items on desktop */
.gallery-section .gallery-block .gallery-item.gallery-item-hidden {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}
	.galleryButton_wrapper {
		display:flex;
justify-content:center;
	}
	.galleryButton_wrapper a{
		color:#fff!important;
	}


/* ===================================
   CUSTOM STYLES
   =================================== */

/* Hero section brush underline*/
.homeEditorContent_wrapper > h2 > .underlinePrimaryDecoration::after {
	mask-size:contain !important;
	height:2rem !important;
	bottom:-0.5rem !important;
}

/*hero h1 color*/
.homeEditorContent h1 span {
	color:var(--primary-color) !important;
}

/*3 steps headline left aligned*/
@media(min-width:1025px) {
	.homeSteps h2 {
		text-align:left !important;
	}
}

/*Programs section homepage brush underline*/
.underlineTertiaryDecoration::after {
	mask-size:contain !important;
	height:2rem !important;
	bottom:-1rem !important;
}

/*Home bottom CTA*/
.homeBanner .banner_content > div {
	max-width:620px !important;
}

/*Lead magnet underline brush*/
#homeGuide .underlinePrimaryDecoration::after {
	mask-size:contain !important;
	height:2rem !important;
	bottom:-0.5rem !important;
}

/* Equipment/Facilities brush underline */ 
.twoColumnPages .underlinePrimaryDecoration::after, .twoColumnPages .underlineTertiaryDecoration::after {
	mask-size:contain !important;
	height:2rem !important;
	bottom:-1rem !important;
}

/* Pricing brush underline */ 
#pricing .underlineSecondaryDecoration::after {
	mask-size:contain !important;
	height:1.8rem !important;
	bottom:-1rem !important;
}

/* blog button margin */ 
.banner_content .bannerButton_wrapper {
	margin-top:20px !important;
}

/* Bottom CTA brush underline */ 
.homeBanner .underlineSecondaryDecoration::after {
	mask-size:contain !important;
}

/* Popup brush underline */ 
#form-popup .underlinePrimaryDecoration::after, #form-popup .underlineSecondaryDecoration::after, #form-popup .underlineTertiaryDecoration::after {
	mask-size:contain !important;
	height:1.5rem !important;
	bottom:-0.7rem !important;
}