:root {
  --text-secondary: #6b6359;
  --charcoal: #3a3631;
  --bg-cream: #f5f1e8;
  --text-primary: #2b2622;
  --white: white;
  --sand: #e8dcc8;
  --stone: #c9b8a0;
}

.navbar14_logo-link {
  padding-left: 0;
}

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

.container-large._72rem {
  max-width: 72rem;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-small {
  margin-bottom: 1rem;
}

.margin-bottom.margin-small.med {
  margin-bottom: 1.5rem;
}

.margin-bottom.margin-xxlarge {
  margin: 0 0 4rem;
}

.margin-bottom.margin-medium {
  margin-bottom: 2rem;
}

.margin-top {
  margin: 1rem 0 0;
}

.margin-top.margin-medium {
  margin-top: 2rem;
}

.margin-top.margin-large {
  margin-top: 3rem;
}

.navbar14_logo {
  max-height: 3rem;
}

.text-size-medium-3 {
  color: #1f1b15;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
}

.text-size-medium-3.white {
  color: #fff;
}

.text-size-medium-3.white.hidden {
  display: none;
}

.button-group-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-group-2.is-center {
  justify-content: center;
  align-items: center;
}

.cta-button {
  text-align: center;
  border-style: solid;
  border-width: 1px;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.cta-button.is-secondary {
  color: #0e0e0e;
  letter-spacing: .4px;
  background-color: #a4b9c4;
  border-style: solid;
  border-color: #a4b9c4;
  border-radius: 6px;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.2;
  transition: all .2s ease-in-out;
}

.cta-button.is-secondary:hover {
  background-color: #9db2bd;
  transform: scale(1.02);
}

.cta-button.is-secondary.new {
  border-color: var(--text-secondary);
  background-color: var(--charcoal);
  box-shadow: none;
  color: var(--bg-cream);
  font-family: Archivo, sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1;
}

.cta-button.is-secondary.new:hover {
  transform: scale(1.03);
  box-shadow: 0 2px 10px #8828e4b3;
}

.cta-button.is-secondary.new.small {
  padding: .5rem 1.5rem;
  font-size: 1rem;
}

.cta-button.is-secondary.new.large {
  border-color: #524c45;
  padding: .875rem 2.25rem;
  font-size: 1.25rem;
  transition-duration: .3s;
  box-shadow: inset 0 -3px #2e2b27, inset 0 2px #524c45, 0 0 4px #0000000d;
}

.cta-button.is-secondary.new.large:hover {
  transform: scale(1.02);
  box-shadow: 0 2px 12px #c9b8a0a8, inset 0 -3px #2e2b27, inset 0 2px #524c45, 0 0 4px #0000000d;
}

.heading-style-h5 {
  color: var(--text-secondary);
  margin-top: 0;
  font-family: Archivo, sans-serif;
  font-size: 1.35rem;
  font-weight: 400;
  line-height: 1.4;
}

.heading-style-h5.white {
  color: #fff;
  font-size: 2rem;
  font-weight: 400;
}

.heading-style-h5.white.medium {
  color: var(--text-secondary);
  font-family: Archivo, sans-serif;
  font-size: 1.35rem;
  font-weight: 400;
  line-height: 1.2;
}

.heading-style-h5.balance {
  font-size: 1.425rem;
}

.navbar14_component {
  background-color: #0000;
  align-items: center;
  margin-top: 1.5rem;
  margin-left: 5%;
  margin-right: 5%;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar14_component.delete-this-class {
  margin-top: 0;
  display: block;
  position: relative;
}

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

.header28_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.heading-style-h1 {
  color: #1f1b15;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.2;
}

.heading-style-h1.white {
  color: #f5f5f5;
  text-align: center;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 500;
}

.heading-style-h1.white._4-5rem {
  color: var(--charcoal);
  letter-spacing: -.03em;
  font-family: Crimson Pro, sans-serif;
  font-size: 4.5rem;
  font-weight: 600;
  line-height: 1;
}

.light-blue-text {
  color: #a4b9c4;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#8828e4, #b550f9);
  -webkit-background-clip: text;
  background-clip: text;
}

.light-blue-text.lighter {
  background-image: linear-gradient(#942bf7, #bc5efc);
}

.navbar14_link {
  color: var(--text-primary);
  letter-spacing: .2px;
  padding: .5rem 1rem;
  font-size: 1rem;
  font-weight: 500;
  transition: all .3s;
}

.navbar14_link:hover {
  color: #b550f9;
}

.header28_lightbox-2 {
  z-index: 5;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.navbar14_menu-link-wrapper {
  display: flex;
}

.hero-vsl-wrapper {
  margin-bottom: -14rem;
}

.text-align-center {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.html-embed-3 {
  border-radius: 0;
  height: 100%;
}

.navbar14_menu {
  align-items: center;
  display: flex;
  position: static;
}

.section_header28 {
  background-image: none;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
  padding-top: 1.5rem;
}

.video-overlay-layer-3 {
  z-index: 1;
  background-color: #0000;
  border-radius: 20px;
  position: absolute;
  inset: 0%;
}

.navbar14_container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: #ffffff1f;
  background-image: none;
  border: 1px solid #ffffff14;
  border-radius: .75rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  height: auto;
  min-height: 4.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  display: none;
}

.navbar14_menu-button {
  padding: 0;
}

.padding-section-large {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.padding-section-large.half-bottom {
  padding-bottom: 3rem;
}

.padding-section-large.extra-top-vsl {
  padding-top: 14rem;
  padding-bottom: 7rem;
}

.hero-vsl-outer {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: #fff3;
  border: 1px solid #fff3;
  border-radius: 1.25rem;
  padding: .5rem;
  box-shadow: 0 2px 5px #0003;
}

.navbar14_button-wrapper {
  grid-column-gap: 1rem;
  justify-content: center;
  align-items: center;
  margin-left: 2rem;
  display: flex;
}

.max-width-large {
  width: 100%;
  max-width: 54rem;
}

.max-width-large._48rem {
  text-align: left;
  max-width: 54rem;
}

.section_layout16 {
  background-image: none;
  background-size: auto;
}

.section_layout16.purple {
  background-image: url('../images/ChatGPT-Image-Apr-22-2025-03_01_34-PM_1ChatGPT Image Apr 22, 2025, 03_01_34 PM.webp'), url('../images/svgexport-1-3.svg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: cover, auto;
}

.section_layout16.purple.fade-in {
  background-image: none;
}

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

.bold-text.white {
  color: #fff;
}

.larger-text {
  font-size: 1.375rem;
  font-weight: 500;
}

.text-size-medium {
  color: var(--text-primary);
  letter-spacing: .12px;
  margin-bottom: 0;
  font-family: Archivo, sans-serif;
  font-size: 1.15rem;
  font-weight: 400;
  line-height: 1.8;
}

.layout16_item-icon-wrapper {
  flex: none;
  align-self: center;
  margin-right: 1rem;
}

.icon-embed-xsmall {
  color: #3330;
  background-image: linear-gradient(#8828e4, #b550f9);
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: .875rem;
  height: .875rem;
  display: flex;
}

.layout16_item-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.layout16_item {
  display: flex;
}

.layout16_item.wrapped {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: #ffffff0a;
  border: 1px solid #ffffff14;
  border-radius: .75rem;
  align-self: center;
  padding: 1rem;
  transition: all .3s;
  box-shadow: 0 2px 12px #8828e41a;
}

.layout16_item.wrapped:hover {
  transform: translate(0, -2px);
  box-shadow: 0 2px 20px #8828e433;
}

.paragraph-2 {
  color: #1f1b15;
  letter-spacing: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  line-height: 1.2;
}

.paragraph-2.white {
  color: #e6e6e6;
}

.content7_component {
  justify-content: center;
  align-items: center;
  display: flex;
}

.body {
  background-color: var(--bg-cream);
  background-image: url('../images/noise-texture-8perc.png');
  background-position: 0 0;
  background-size: 32px;
}

.center-nav {
  justify-content: center;
  align-items: center;
  min-height: 3rem;
  display: flex;
}

.logo-text {
  letter-spacing: -.02em;
  font-family: Crimson Pro, sans-serif;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1;
}

.youtube {
  display: none;
}

@media screen and (max-width: 991px) {
  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .navbar14_component {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5%;
    padding-right: 5%;
  }

  .menu-icon2_line-middle {
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .header28_lightbox-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .heading-style-h1 {
    font-size: 3.25rem;
  }

  .navbar14_link {
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .navbar14_menu-link-wrapper {
    border-style: none solid solid;
    border-width: 1px;
    flex-direction: column;
    width: 100%;
    padding: 2rem;
  }

  .menu-icon2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar14_menu {
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    justify-content: center;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
    position: absolute;
    overflow: auto;
  }

  .navbar14_menu-button {
    padding: 0;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .menu-icon1_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon2_line-bottom {
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar14_button-wrapper {
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: stretch;
    margin-top: 1rem;
    margin-left: 0;
  }

  .menu-icon2_line-top {
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-size-medium-3 {
    font-size: 1rem;
  }

  .heading-style-h5 {
    font-size: 1.25rem;
  }

  .navbar14_component {
    margin-top: 1.25rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .heading-style-h1.white._4-5rem {
    font-size: 3.5rem;
  }

  .navbar14_menu-link-wrapper {
    padding: 1.25rem;
  }

  .navbar14_container {
    min-height: 4rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .padding-section-large.extra-top-vsl {
    padding-top: 9rem;
  }

  .text-size-medium {
    font-size: 1rem;
  }
}

@media screen and (max-width: 479px) {
  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h1, .heading-style-h1.white {
    font-size: 2rem;
  }

  .heading-style-h1.white._4-5rem {
    font-size: 3rem;
  }

  .hero-vsl-wrapper {
    margin-bottom: 0;
  }

  .padding-section-large.extra-top-vsl {
    padding-top: 0;
  }

  .content7_component {
    padding-left: 4px;
    padding-right: 4px;
  }
}


