:root {
  --color-primary: #161c2d !important;
  --color-secondary: #0096c1 !important;
  --color-text-dark: #222222 !important;
  --color-text-light: #ffffff !important;
  --color-background-dark: #1b1b1a !important;
  --color-background-light: #fbfafa !important;
  --font-heading: "Plus Jakarta Sans" !important;
  --font-body: "DM Sans" !important;
  --font-ui: "Inter", sans-serif !important;
}

body {
  margin: 0;
  font-family: var(--font-body);
  background-color: var(--color-text-light);
  color: var(--color-text-dark);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

* {
  box-sizing: border-box;
}

.page-wrapper {
  max-width: 1440px;
  margin: 0 auto;
  overflow: hidden;
}

.container:not(header .container) {
  width: 100%;
  max-width: 1190px;
  margin: 0 auto;
}

a {
  text-decoration: none;
  color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}
p {
  margin-bottom: 1rem;
}
p:last-child {
  margin-bottom: 0;
}

.text_transform_none {
  text-transform: none !important;
}
.no_letter_spacing {
  letter-spacing: normal;
}
hr {
  border-top: 1px solid #e6e9ea;
  margin: 30px 0;
}
.mb_10 {
  margin-bottom: 10px;
}
.mb_15 {
  margin-bottom: 15px;
}
.mb_20 {
  margin-bottom: 20px;
}
.mb_30 {
  margin-bottom: 30px;
}
.mb_40 {
  margin-bottom: 40px;
}
.mb_50 {
  margin-bottom: 50px;
}
.mb_60 {
  margin-bottom: 60px;
}
.mb_70 {
  margin-bottom: 70px;
}

.mt_10 {
  margin-top: 10px;
}
.mt_15 {
  margin-top: 15px;
}
.mt_20 {
  margin-top: 20px;
}
.mt_30 {
  margin-top: 30px;
}
.mt_40 {
  margin-top: 40px;
}
.mt_50 {
  margin-top: 50px;
}
.mt_60 {
  margin-top: 60px;
}
.mt_70 {
  margin-top: 70px;
}
.fs_13,
.fs_13 p {
  font-size: 13px;
}
.fs_14,
.fs_14 p {
  font-size: 14px;
}
.fs_16,
.fs_16 p {
  font-size: 16px;
}
.fs_18,
.fs_18 p {
  font-size: 18px;
}
.fs_21,
.fs_21 p {
  font-size: 21px;
}

.fs_22,
.fs_22 p {
  font-size: 22px;
}

.fs_26,
.fs_26 p {
  font-size: 26px;
}
.fs_30,
.fs_30 p {
  font-size: 30px;
}

.fs_36,
.fs_36 p {
  font-size: 36px;
}

.fs_75 {
  font-size: 75px;
}
@media (max-width: 767px) {
  .fs_36,
  .fs_36 p {
    font-size: 26px;
  }
}
.border_radius_18 {
  border-radius: 18px;
}
.border_radius_20 {
  border-radius: 20px;
}
.border_radius_24 {
  border-radius: 24px;
}
.border_radius_34 {
  border-radius: 34px;
}

.fw_500 {
  font-weight: 500;
}
.fw_700 {
  font-weight: 700;
}
.cmn_padd {
  padding: 80px 0;
}
.bg_light {
  background-color: var(--color-background-light);
}
.text-white-light,
.text-white-light p {
  color: #f2f2f2 !important;
}
.text-white-dull,
.text-white-dull p {
  color: #cacaca;
}
.text-left {
  text-align: left;
}

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 19px 25px;
  border-radius: 0;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
  cursor: pointer;
  transition: all 0.3s ease;
  gap: 8px;
}

.btn.transparent_btn {
  border: 0;
  background: none !important;
}

.btn.btn--secondary.transparent_btn:hover {
  color: var(--color-primary) !important;
}

.btn.btn--secondary.transparent_btn:hover img {
  filter: unset;
}

.btn--primary {
  background-color: var(--color-primary);
  color: var(--color-text-light);
  border: 1px solid var(--color-primary);
  box-shadow: 0px 0px 15px 0px rgba(209, 45, 44, 0.69);
}

.btn--primary:hover {
  background-color: #a72423;
  color: var(--color-text-light) !important;
}

.btn--secondary {
  background-color: transparent;
  color: var(--color-primary);
  border: 1px solid var(--color-primary);
}

.btn--secondary:hover {
  background-color: var(--color-primary);
  color: var(--color-text-light) !important;
}

.btn--secondary:hover img {
  filter: invert(1) brightness(10);
}
.btn--secondary.text-white img {
  filter: unset;
}
.btn--secondary-white {
  background-color: transparent;
  color: var(--color-text-light);
  border: 1px solid var(--color-text-light);
}

.btn--secondary-white:hover {
  background-color: var(--color-text-light);
  color: var(--color-primary);
}
.nectar-button {
  text-decoration: none !important;
}
.nectar-button.large.regular.cst_secondary_btn {
  background: var(--color-primary) !important;
}
.section-title {
  font-family: var(--font-heading);
  font-size: 40px;
  font-weight: 700;
  color: var(--color-primary);
  text-align: center;
  letter-spacing: -0.05em;
  line-height: 1.3;
}

.section-subtitle {
  font-family: var(--font-body);
  font-size: 38px;
  font-weight: 400;
  color: #242424;
  text-align: center;
  letter-spacing: -0.76px;
  line-height: 1.2;
}
.bg_light_clay {
  background: var(--color-background-light);
}
.checktick-list ul {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}

.checktick-list li {
  position: relative;
  padding-left: 36px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.5;
}

.checktick-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 2px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid var(--color-primary);
  color: var(--color-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
}
.checktick-list.is_red li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 24px;
  height: 24px;
  background-image: url("/wp-content/uploads/2025/07/lets-icons_check-fill.svg");
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: center;
  border: 0;
}
.object-fit-cover {
  object-fit: cover;
}

.red_content_card {
  padding: 58px 40px;
  border-radius: 20px;
  background: linear-gradient(to top left, #24465b 50%, #071033 100%);
}
.red_content_card p {
  color: #cacaca;
  font-size: 16px;
}
.red_content_card .checktick-list.is_red ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 20px;
}

.red_content_card .checktick-list.is_red li {
  color: #cacaca;
  font-size: 14px;
}

.red_content_card.second_card .checktick-list.is_red ul {
  display: block;
}
.red_content_card .checktick-list li::before {
  border-color: var(--color-primary);
  color: var(--color-primary);
}
.red_white_gradient {
  padding: 18px 20px;
  text-align: center;
  color: var(--color-primary);
  background: linear-gradient(
    90deg,
    rgba(209, 45, 45, 0.16) 0%,
    rgba(255, 255, 255, 0.16) 120.82%
  );
  border-top: 1px solid #d12d2d;
}
.content_wrap ul {
  padding-left: 18px;
  margin: 10px 0;
  list-style: disc;
}
.content_wrap ul {
  padding-left: 18px;
  margin: 10px 0;
}

.content_wrap li {
  margin-bottom: 8px;
  line-height: 1.5;
}

.content_wrap ul ul {
  margin-top: 6px;
}
/* Responsive */
@media (max-width: 991px) {
  .red_content_card {
    padding: 30px;
  }
  h1 br,
  h2 br,
  h3 br {
    display: none;
  }
}
@media (max-width: 767px) {
  .fs_75,
  h1.fs_75 {
    font-size: 50px !important;
  }
  .red_content_card .checktick-list.is_red ul {
    grid-template-columns: 1fr;
  }
}

/* CSS from section:hero */
.hero-section {
  background: linear-gradient(to top left, #24465b 50%, #071033 100%);
  color: var(--color-text-light);
  position: relative;
}

.hero-section__container {
  display: flex;
  align-items: center;
  min-height: 560px;
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 118px;
}

.hero-section__content {
  flex: 1;
  max-width: 607px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 64px 0;
  padding-right: 20px;
}

.hero-section__content h2 {
  font-size: 20px;
  line-height: 20px;
  color: #ffffff;
  font-family: "Manrope";
}

.hero-section__title {
  font-family: var(--font-heading);
  font-size: 50px;
  line-height: 1.3;
  font-weight: 700;
  color: var(--color-text-light);
  letter-spacing: -0.05em;
}

.hero-section__subtitle {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 26px;
  max-width: 452px;
  color: #fff !important;
}

.hero-section__buttons {
  display: flex;
  gap: 12px;
  margin-top: 3px;
}

.hero-section__image-wrapper {
  flex: 1;
  align-self: flex-end;
  max-width: 45%;
  position: absolute;
  right: 0;
  width: 100%;
  top: 0;
  height: 100%;
}

.hero-section__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top_bar_full_width {
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 50px 0;
}

.top_bar_full_width .sub_heading {
  color: #ffffff;
  max-width: 1045px;
  margin: 0 auto;
}

/* CSS from section:partners */
.partners-section {
  padding: 50px 0;
  background-color: var(--color-text-light);
}

.partners-section .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}

.partners-section__title {
  font-family: var(--font-heading);
  font-size: 30px;
  line-height: 38px;
  color: #000000;
  font-weight: 400;
  text-align: center;
}

.partners-section__logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  width: 100%;
}

.partner-logo {
  height: 95px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.partner-logo img {
  max-height: 75px;
  width: auto;
  filter: grayscale(100%);
  transition: all 0.3s ease;
}

/*============================
Responsive Css
=============================*/

@media (max-width: 1600px) {
}

@media (max-width: 1350px) {
  .container {
    padding-inline: 20px;
  }

  .hero-section__image-wrapper {
    max-width: 40%;
  }
}

@media (max-width: 1199px) {
  .hero-section__container {
    padding-left: 35px;
  }
}

@media (max-width: 1024px) {
  .hero-section__container {
    padding: 0 20px;
    text-align: center;
    align-items: center;
    justify-content: center;
  }

  .hero-section__content {
    align-items: center;
    z-index: 1;
    padding-right: 0;
  }

  .hero-section__title {
    font-size: 35px;
  }

  .hero-section__buttons {
    width: 100%;
    max-width: 470px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .hero-section__image-wrapper {
    max-width: 100%;
    align-self: center;
    opacity: 0.1;
  }

  .text-overlay__title {
    font-size: 48px;
  }

  .text-overlay__body {
    font-size: 30px;
  }

  .card-large {
    grid-column: span 1;
  }
}

@media (max-width: 991px) {
}

@media (max-width: 767px) {
  .section-title {
    font-size: 32px;
    text-align: center !important;
  }

  .section-subtitle {
    text-align: center !important;
    font-size: 25px;
  }

  .news-logos img {
    height: auto;
    max-height: 30px;
  }
}

@media (max-width: 575px) {
  .btn {
    padding: 19px 10px;
  }
  .hero-section__buttons {
    flex-direction: column;
  }
  .partners-section__logos {
    gap: 10px;
    justify-content: center;
  }

  .partner-logo {
    height: auto;
  }

  .partner-logo img {
    max-height: 40px;
  }
}

/*** 1st section ********/
.problems-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 60px;
  align-items: center;
}
.problems-section .subheading {
  max-width: 520px;
}
.problems-section .image_wrap img {
  max-height: 380px;
}

/* Responsive */
@media (max-width: 991px) {
  .problems-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .problems-section .problems-content {
    order: 1;
  }
}

/*** 2nd section ********/
.why-proof-grid {
  display: grid;
  grid-template-columns: 450px 1fr;
  gap: 14px 20px;
}

.why-proof-section .image_wrap img {
  max-height: 455px;
  object-position: top;
}

/* Responsive */
@media (max-width: 991px) {
  .why-proof-grid {
    grid-template-columns: 1fr;
  }
  .why-proof-section .red_content_card.second_card {
    order: 1;
  }
}

/*** 3rd section ********/
.two-ways-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.two-ways-grid h3 {
  color: var(--color-primary);
}
.two-ways-grid .image_wrap img {
  max-height: 257px;
  object-position: top;
}
.two-ways-section .red_white_gradient {
  padding: 15px 130px;
}
/* Responsive */
@media (max-width: 991px) {
  .two-ways-grid {
    grid-template-columns: 1fr;
  }
  .two-ways-section .red_white_gradient {
    padding: 15px 20px;
  }
}

/*** 4rth section ********/
.why-different-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.why-different-card {
  padding: 75px 32px;
  background: #ffffff;
  border: 1px solid #c6c6c6;
  box-shadow: 0px 0px 15px 0px #d12d2c1f;
}

/* Responsive */
@media (max-width: 991px) {
  .why-different-grid {
    grid-template-columns: 1fr;
  }

  .why-different-card {
    padding: 30px;
  }
}

/*** 5th section ********/
.partner-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5px;
}

.partner-card {
  background: #ffffff;
  border-radius: 34px;
  padding: 28px 20px;
  text-align: center;
  border: 1px solid #e8e8e8;
  box-shadow: 0px 2px 100px 0px #00000012;
}

.partner-card .icon_wrap img {
  width: 54px;
  height: auto;
}

/* Responsive */
@media (max-width: 991px) {
  .partner-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .partner-grid {
    grid-template-columns: 1fr;
  }
}

/*** 6th section ********/

/* ===============================
   WHAT SETS PREMIER SECTION
================================ */

/* OUTER BOX */
.what-sets-box {
  background: #ffffff;
  border: 1px solid #c6c6c6;
  border-radius: 24px;
  padding: 29px;
  box-shadow: 0px 0px 15px 0px rgba(209, 45, 44, 0.12);
}

/* TOP GRID */
.what-sets-grid {
  display: grid;
  grid-template-columns: 386px 1fr;
  gap: 40px;
  align-items: center;
}
.what-sets-grid .image_wrap img {
  height: 448px;
}
.what-sets-grid .checktick-list ul {
  max-width: 370px;
}
/* ICON GRID */
.what-sets-icons-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-top: 40px;
  margin-left: -20px;
}

/* ICON CARD */
.icon-info-card {
  padding: 20px 24px;
  text-align: left;
}

/* ICON */
.icon-info-card .icon_wrap img {
  width: 54px;
  height: auto;
}

/* VERTICAL DIVIDER */
.icon-info-card:not(:last-child) {
  border-right: 1px solid #fff1f1;
}

@media (max-width: 991px) {
  .what-sets-box {
    padding: 30px;
  }

  .what-sets-grid {
    grid-template-columns: 1fr;
  }

  .what-sets-icons-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  /* Reset & reapply dividers for 2-column */
  .icon-info-card {
    border-right: none;
  }

  .icon-info-card:nth-child(odd) {
    border-right: 1px solid #fff1f1;
  }
}

@media (max-width: 575px) {
  .what-sets-icons-grid {
    grid-template-columns: 1fr;
  }

  .icon-info-card {
    border-right: none !important;
    border-bottom: 1px solid #fff1f1;
  }

  .icon-info-card:last-child {
    border-bottom: 0;
  }
}

/* ===============================
   Red CTA SECTION
================================ */

/* ===============================
   CTA SECTION
================================ */

.cta-section {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.cta-overlay {
  padding: 100px 0;
  background: linear-gradient(to top left, #24465b 50%, #071033 100%);
  opacity: 0.95;
}
.cta-content {
  max-width: 720px;
  margin: 0 auto;
}

.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
.red_cta_section .btn--secondary-white {
  border-color: var(--color-primary);
}

/* Layout 2 - Desktop */

.cta-split-section .cta-split-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.cta-split-section .cta-content,
.cta-split-section .cta-image {
  flex: 1;
}

.cta-split-section .cta-image img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Responsive */

@media (max-width: 992px) {
  .cta-split-section .cta-split-grid {
    gap: 30px;
  }
}

/* ============================= */
/* Mobile */
/* ============================= */

@media (max-width: 767px) {
  .cta-split-section .cta-split-grid {
    flex-direction: column;
    text-align: center;
    gap: 25px;
  }

  .cta-split-section .cta-content {
    order: 1;
  }

  .cta-split-section .cta-image {
    order: 2;
  }

  .cta-split-section .cta-buttons {
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
  }
}

@media (max-width: 767px) {
  .cta-overlay {
    padding: 70px 0;
  }

  .cta-buttons {
    flex-direction: column;
    align-items: center;
  }
}

/* ============================= */
/* Section Wrapper  section-with-subsections*/
/* ============================= */

.section-with-subsections {
  padding: 80px 0;
}

.section-with-subsections__title {
  text-align: center;
}

/* ============================= */
/* Grid Layout */
/* ============================= */

.section-with-subsections__grid {
  display: grid;
  grid-template-columns: repeat(1fr);
  gap: 40px;
}

/* ============================= */
/* Card */
/* ============================= */

.section-with-subsections__item {
  padding: 30px;
  background: #fff;
  border-radius: 12px;
  border-left: 5px solid var(--primaryColor);
  box-shadow: 0 0 10px #f3f3f3;
}

.section-with-subsections__subtitle {
  margin-bottom: 15px;
}

.section-with-subsections__content p {
  margin-bottom: 15px;
}

/* ============================= */
/* Bullet Styling */
/* ============================= */

.section-with-subsections__content ul {
  padding-left: 20px;
  margin-top: 10px;
}

.section-with-subsections__content li {
  margin-bottom: 8px;
}

/* ============================= */
/* Tablet */
/* ============================= */

@media (max-width: 992px) {
  .section-with-subsections__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ============================= */
/* Mobile */
/* ============================= */

@media (max-width: 768px) {
  .section-with-subsections {
    padding: 60px 0;
  }

  .section-with-subsections__grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .section-with-subsections__item {
    padding: 20px;
  }
}

/******  /premier-retreat/  ******/
.square_check_list ul {
  list-style: none;
  margin: 0;
}

.square_check_list li {
  position: relative;
  padding-left: 38px;
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 500;
  list-style: none;
}

.square_check_list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 25px;
  height: 25px;
  background: var(--color-secondary);
}

/* check mark made with CSS */
.square_check_list li::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 8px;
  width: 16px;
  height: 7px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}
.cst_mdn_perf {
  padding-top: 120px;
}
.cst_mdn_perf .first_col .content {
  max-width: 350px;
  padding-left: 20px;
}

.cst_mdn_perf .second_col .content {
  padding-left: 100px;
  position: relative;
}

.cst_mdn_perf .second_col .content:before {
  content: "";
  width: 1px;
  height: 255px;
  background: var(--color-primary);
  position: absolute;
  left: 0;
  opacity: 0.2;
}

.dotted_cta_wrapper .cta_box {
  padding: 40px;
  border-radius: 20px;
  text-align: center;
  background: radial-gradient(
    106.63% 114.09% at 9.79% -2.97%,
    #24465b 0%,
    #071033 100%
  );
  position: relative;
  max-width: calc(100% - 40px);
  margin: 0px auto;
  width: 100%;
}

.dotted_cta_wrapper .cta_box:before {
  content: "";
  background: url(/wp-content/uploads/2026/03/dashed_border-1.png) no-repeat
    scroll center;
  background-size: 100% 100%;
  width: calc(100% + 40px);
  height: calc(100% + 20px);
  position: absolute;
  top: -10px;
  bottom: 0;
  left: -20px;
  right: 0;
}
.dotted_cta_wrapper .content {
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.cst_self_section {
  padding-bottom: 120px;
}
.cst_self_section .img_wrap {
  height: 100%;
}

.cst_self_section .img_wrap img {
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
}

.self-list ul {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
}
.cst_self_section .self-list ul {
  max-width: 460px;
}
.self-list li {
  position: relative;
  padding: 20px 20px 20px 55px;
  margin-bottom: 10px;
  border-radius: 8px;
  color: #fff;
  list-style: none;
  background: radial-gradient(
    106.63% 114.09% at 9.79% -2.97%,
    #24465b 0%,
    #071033 100%
  );
}

/* white circle */

.self-list li::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 50%;
  width: 20px;
  height: 20px;
  background: var(--color-secondary);
  border-radius: 50%;
  transform: translateY(-50%);
}

/* css check */

.self-list li::after {
  content: "";
  position: absolute;
  left: 23px;
  top: 50%;
  width: 9px;
  height: 4px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: translateY(-60%) rotate(-45deg);
}

.cst_self_section .self-notes ul {
  line-height: 1.8;
  list-style: disc;
  padding-left: 20px;
}
.cst_self_section .content_wrap {
  padding-left: 40px;
  padding-top: 20px;
}

/* list */
.cst_retreat_who .container {
  max-width: 830px;
}
.cst_retreat_who .who_card_row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 100px;
  position: relative;
}
.cst_retreat_who .who_card_row:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 108%;
  left: 50%;
  background: #ededed;
}
.cst_retreat_who .who-card {
  background: radial-gradient(
    106.63% 114.09% at 9.79% -2.97%,
    #24465b 0%,
    #071033 100%
  );
  border-radius: 10px;
  padding: 30px 60px 30px 30px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  min-height: 378px;
}
.cst_retreat_who .who-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.cst_retreat_who .who-card li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  margin-bottom: 25px;
  font-size: 17px;
  line-height: 1.4;
  font-weight: 700;
  list-style: none;
}
.cst_retreat_who .who-card li:last-child {
  margin-bottom: 0;
}
/* numbered circle */

.cst_retreat_who .who-card li span {
  min-width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #fff;
  color: var(--color-primary);
  font-size: 14px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-heading);
}
.cst_retreat_structure {
  padding: 120px 0;
}
.cst_retreat_structure .content_wrap {
  padding-left: 40px;
  padding-top: 20px;
}

.cst_retreat_prg .row_wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 15px;
}

.cst_retreat_prg .program-card {
  background: #fff;
  padding: 35px 20px;
  border-radius: 12px;
  height: 100%;
  position: relative;
  box-shadow: 0px 5px 12.7px 0px #0000000d;
  border: 1px solid #ebebeb;
  min-height: 480px;
}
.cst_retreat_prg .program-title {
  letter-spacing: -1px;
}
/* active card */

.cst_retreat_prg .program-card:hover {
  background: radial-gradient(
    106.63% 114.09% at 9.79% -2.97%,
    #24465b 0%,
    #071033 100%
  );
  color: #fff;
}

/* number circle */

.cst_retreat_prg .number {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  margin-bottom: 20px;
  font-family: var(--font-heading);
  font-weight: bold;
}

.cst_retreat_prg .program-card:hover .number {
  background: #fff;
  color: var(--color-primary);
}

/* list */

.cst_retreat_prg .program-card ul {
  list-style: disc;
  margin-left: 20px;
}

.cst_retreat_prg .program-card:hover ul,
.cst_retreat_prg .program-card:hover ul li,
.cst_retreat_prg .program-card:hover .content,
.cst_retreat_prg .program-card:hover p {
  color: #fff;
}

.cst_retreat_prg .program-card li {
  margin-bottom: 6px;
}

.cst_retreat_prg .program-card p,
.cst_retreat_prg .program-card li {
  color: #868686;
}
.cst_retreat_prg .content {
  margin-bottom: 20px;
}

.cst_retreat_prg .content p {
  line-height: 1.4;
}

/* left panel */

.cst_retreat_program_outcomes .outcomes-menu {
  background: radial-gradient(
    106.63% 114.09% at 9.79% -2.97%,
    #24465b 0%,
    #071033 100%
  );
  padding: 40px;
  border-radius: 12px;
  color: #fff;
  height: 100%;
}

.cst_retreat_program_outcomes .outcome-item {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 22px;
  padding: 10px 0;
  cursor: pointer;
}

.cst_retreat_program_outcomes .number {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
}

.cst_retreat_program_outcomes .active .number {
  background: var(--color-secondary);
  border-color: var(--color-secondary);
}

.cst_retreat_program_outcomes .divider {
  height: 1px;
  background: #fff;
  opacity: 0.4;
  margin: 18px 0;
}

/* right panel */

.cst_retreat_program_outcomes .outcome-content {
  border: 1px solid #e3e3e3;
  padding: 60px 40px 110px 40px;
  border-radius: 0px 10px 10px 0px;
  background: #fff;
  margin: 25px 0;
  min-height: 500px;
}
.cst_retreat_program_outcomes .outcome-content ul {
  padding-left: 20px;
  list-style: disc;
  margin-left: 30px;
}
.cst_retreat_program_outcomes .outcome-content,
.cst_retreat_program_outcomes .outcome-content p,
.cst_retreat_program_outcomes .outcome-content li {
  font-size: 22px;
  color: #333333;
  line-height: 1.3;
  font-weight: 500;
}
.cst_retreat_program_outcomes .tab-pane {
  display: none;
}

.cst_retreat_program_outcomes .tab-pane.active {
  display: block;
}
.cst_retreat_program_outcomes .row {
  margin-left: 0;
  margin-right: 0;
}

.cst_retreat_program_outcomes .row > [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}

/* CSS from section:cta */
.cta-section {
  padding: 80px 0;
}

.cta-card {
  border-radius: 24px;
  padding: 60px 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  min-height: 427px;
  justify-content: center;
}

.cta-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top left, #24465b73, #071033);
  z-index: 1;
}

.cta-card > * {
  position: relative;
  z-index: 1;
}

.cta-card__title {
  font-family: var(--font-heading);
  font-size: 45px;
  color: var(--color-text-light);
  max-width: 780px;
  line-height: 1.2;
}

.cta-card__text {
  font-size: 16px;
  line-height: 1.375;
  color: #cacaca;
  max-width: 600px;
  margin-bottom: 10px;
}

.cta-card .video__wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.cta-card .video__wrap video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.full_video_cta .cta-card__title {
  margin: 0 auto;
  max-width: 825px;
}
.full_video_cta .cta-card__text {
  margin: 20px auto 30px;
}
.full_video_cta .cta-card {
  border-radius: 0;
}
.full_video_cta .cta-card {
  border-radius: 0;
  min-height: 376px;
}
@media (max-width: 767px) {
  .cst_retreat_who .who_card_row,
  .cst_retreat_prg .row_wrap {
    grid-template-columns: 1fr;
  }
  .cst_retreat_who .who_card_row:before,
  .cst_mdn_perf .second_col .content:before,
  .dotted_cta_wrapper .cta_box:before {
    display: none;
  }
  .cst_retreat_structure .content_wrap,
  .cst_self_section .content_wrap {
    padding-left: 0;
  }
  .cst_mdn_perf .second_col .content {
    padding-left: 0;
  }
  .cst_mdn_perf .second_col {
    margin-top: 2rem;
  }
  .dotted_cta_wrapper .cta_box {
    padding: 45px 15px;
    max-width: 100%;
  }
  .cst_retreat_program_outcomes .outcome-content,
  .cst_retreat_program_outcomes .outcome-content p,
  .cst_retreat_program_outcomes .outcome-content li {
    font-size: 18px;
  }
  .cst_retreat_program_outcomes .outcome-content {
    padding: 20px;
    border-radius: 15px;
  }

  .dotted_cta_wrapper {
    padding-bottom: 0;
  }

  .cst_retreat_prg {
    padding-bottom: 0;
  }

  .cst_retreat_program_outcomes {
    padding-bottom: 0;
  }
  .cst_retreat_program_outcomes .outcomes-menu {
    padding: 20px;
  }
  .cst_retreat_program_outcomes .outcome-item {
    font-size: 18px;
    padding: 5px 0;
  }
  .cst_mdn_perf {
    padding-top: 80px;
  }

  .cst_self_section {
    padding-bottom: 80px;
  }

  .cst_retreat_structure {
    padding: 80px 0;
  }
  .cst_mdn_perf .first_col .content {
    padding-left: 0;
  }
  .cst_retreat_who .sub_title br {
    display: none;
  }
  .cst_retreat_prg .program-card {
    min-height: unset;
  }
  .cta-card__title {
    font-size: 35px;
  }
}
