:root {
  --pitch-black: #000;
  --black--15: #00000026;
  --black--70: #000000b3;
  --salmon: #c45864;
  --stark-white: #fff;
  --eggshell-dark: #ebe5d5;
  --pepper: #111010;
  --eggshell: #fefbf2;
  --gray: #747474;
  --eggshell-darker: #b9af90;
  --bright-pink: #f28ff7;
  --black--33: #00000054;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: var(--pitch-black);
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  line-height: 200%;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: proxima-nova, sans-serif;
  font-size: 7rem;
  font-weight: 900;
  line-height: 100%;
}

h2 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: proxima-nova, sans-serif;
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 100%;
}

h3 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 100%;
}

p {
  margin-bottom: .9rem;
  font-family: proxima-nova, sans-serif;
  font-size: .9rem;
  line-height: 200%;
}

li {
  font-size: .9rem;
}

img {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: inline-block;
}

.hero-section {
  background-color: var(--pitch-black);
  height: 100vh;
}

.media-background {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.grid-video {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.bio-section {
  border-top: 1px solid var(--pitch-black);
}

.container {
  z-index: 5;
  max-width: 1280px;
  padding: 100px 4rem;
  position: relative;
}

.container.hero-alt {
  height: 100%;
}

.container.very-tall-alt {
  padding-top: 200px;
  padding-bottom: 200px;
}

.container._100height {
  height: 100%;
}

.content-block-1 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  display: flex;
}

.two-by-block {
  width: 50%;
  min-height: 300px;
}

.two-by-block.media-block {
  aspect-ratio: 3 / 4;
  background-color: var(--black--15);
  border-radius: 1rem;
  overflow: hidden;
}

.two-by-block.media-block.bar-and-circle {
  border-radius: 0;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.two-by-block.media-block.contact-alt-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.two-by-block.text-block {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: center;
  font-weight: 400;
  display: flex;
}

.two-by-block.text-block.contact-text-alt {
  justify-content: flex-start;
}

.heading {
  font-weight: 400;
}

.hero-content {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.hero-header {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  align-items: center;
  max-width: 600px;
  display: flex;
}

.big-heading {
  font-size: 4rem;
}

.dim {
  z-index: 2;
  background-color: var(--black--70);
  position: absolute;
  inset: 0%;
}

.subtitle {
  color: var(--salmon);
  font-size: .875rem;
  line-height: 150%;
}

.block-header {
  flex-flow: column;
}

.block-header.bh--center {
  align-items: center;
  display: flex;
}

.block-body.contact-alt {
  margin-top: 2rem;
}

.heading-2 {
  margin-bottom: 1rem;
}

.button {
  background-color: var(--salmon);
  color: var(--stark-white);
  border-radius: 1rem;
  padding: 1rem 1.5rem;
  text-decoration: none;
  display: inline-block;
}

.button.purchase-alt {
  margin-top: 2rem;
}

.button.btn--icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: inline-flex;
}

.button.btn--icon.glm-btn {
  margin-top: 1rem;
}

.button.btn-secondary {
  background-color: var(--stark-white);
  color: var(--salmon);
}

.community-section {
  border-top: 1px solid var(--eggshell-dark);
  background-color: #f3eac126;
}

.bac-bar {
  z-index: 1;
  border-radius: 1rem;
  width: 75%;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.bac-circle {
  z-index: 3;
  aspect-ratio: 1;
  background-color: var(--salmon);
  border-radius: 100%;
  width: 75%;
  margin-bottom: 3rem;
  position: absolute;
  overflow: hidden;
}

.footer-section {
  background-color: var(--pepper);
}

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

.footer-logo-text {
  color: var(--salmon);
  text-align: center;
}

.type-section.dark-type {
  background-color: var(--pitch-black);
}

.type-content {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  display: flex;
}

.type-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.text-color-white {
  color: var(--stark-white);
}

.text-color-white.hero-headiing {
  text-align: center;
}

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

.text-color-salmon.footer-heading-alt {
  text-align: center;
}

.text-color-salmon.hero-sub {
  text-align: right;
  margin-top: -2rem;
  font-family: Sanderyna, sans-serif;
  font-size: 5rem;
  line-height: 100%;
}

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

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

._40p-block {
  width: 40%;
  min-height: 300px;
}

._40p-block.media-block {
  aspect-ratio: 3 / 4;
  border-radius: 1rem;
  overflow: hidden;
}

._40p-block.media-block.two-thirds-alt {
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

._40p-block.text-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  font-weight: 400;
  display: flex;
}

._60p-block {
  width: 60%;
  min-height: 300px;
}

._60p-block.media-block {
  aspect-ratio: 3 / 4;
  border-radius: 1rem;
  overflow: hidden;
}

._60p-block.media-block.two-thirds-alt {
  border-radius: 0;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  position: relative;
}

._60p-block.text-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  font-weight: 400;
  display: flex;
}

.heading-4 {
  font-size: 2.5rem;
}

.girl-like-me-section {
  background-color: var(--salmon);
  background-image: radial-gradient(circle farthest-corner at 100% 100%, #831622, var(--salmon));
  height: 75vh;
  position: relative;
}

.content-block-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.content-block-2.glm-alt {
  justify-content: center;
  width: 60vw;
  min-width: 600px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.big-h2 {
  font-size: 4rem;
}

.big-h2.text-color-white {
  -webkit-text-fill-color: transparent;
  background-image: radial-gradient(circle at 100% 100%, #ffbebe, #fff 46%);
  -webkit-background-clip: text;
  background-clip: text;
}

.video-wrapper {
  aspect-ratio: 16 / 9;
  background-color: var(--black--15);
  border-radius: 1rem;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.video-lightbox {
  z-index: 2;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.play-icon {
  color: var(--stark-white);
  width: 3rem;
}

.body {
  font-family: proxima-nova, sans-serif;
}

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

.txt-align-left {
  text-align: left;
}

.txt-align-right {
  text-align: right;
}

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

.signature {
  margin-top: 4rem;
  padding-bottom: 2rem;
  font-family: Sanderyna, sans-serif;
  font-size: 4vw;
}

.services-section {
  border-top: 1px solid var(--pitch-black);
}

.services-list {
  grid-column-gap: 1.4rem;
  grid-row-gap: 1.4rem;
  flex-flow: column;
  margin-top: 1rem;
  display: flex;
}

.services-item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  align-items: flex-start;
  display: flex;
}

.services-icon {
  aspect-ratio: 1;
  background-color: var(--eggshell-dark);
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  width: 3.7rem;
  display: flex;
}

.services-item-body {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  flex: 1;
  padding-top: .5rem;
  display: flex;
}

.si-icon {
  color: #b9af90;
  width: 1.4rem;
  height: 1.4rem;
}

.no-margin {
  margin: 0;
}

.no-margin.line-hgt-small {
  color: var(--gray);
}

.no-margin.line-hgt-small.txt-small.si-copy {
  padding-right: .7rem;
}

.no-margin.si-price {
  color: var(--gray);
  padding-right: 1rem;
  font-size: 1rem;
}

.line-hgt-small {
  line-height: 150%;
}

.txt-small {
  font-size: .8rem;
}

.si-header {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

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

.nav {
  background-color: #0000;
  position: absolute;
  inset: 0% 0% auto;
}

.menu-link {
  color: var(--stark-white);
  text-transform: lowercase;
  font-size: .9rem;
}

.planner-section {
  border-top: 1px solid var(--eggshell-dark);
}

.btn-icon {
  width: 1.5rem;
}

.salmon-tint {
  filter: hue-rotate(336deg);
}

.path {
  color: var(--eggshell-darker);
}

.contact-section {
  border-top: 1px solid var(--eggshell-dark);
}

.contact-heading {
  font-size: 6vw;
}

.contact-casmere {
  color: var(--salmon);
  text-align: left;
  margin-top: -1rem;
  padding-left: 10rem;
  font-family: Sanderyna, sans-serif;
  font-size: 5rem;
}

.contact-demo-txt {
  text-align: center;
}

.speaking-section {
  background-color: var(--salmon);
  background-image: radial-gradient(circle farthest-corner at 100% 100%, #831622, var(--salmon));
  height: 90vh;
  position: relative;
}

.hero-actions {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.speaking-img {
  object-position: 0% 50%;
}

.credit-row {
  background-color: var(--pitch-black);
  justify-content: center;
  padding: 1rem;
  display: flex;
}

.credit-text {
  color: var(--gray);
}

.credit-link {
  color: var(--eggshell-dark);
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 5rem;
  }

  h2 {
    font-size: 3rem;
  }

  h3 {
    font-size: 1.15rem;
  }

  p {
    font-size: .825rem;
  }

  .content-block-1 {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .two-by-block.media-block {
    aspect-ratio: auto;
  }

  .big-heading, .footer-logo-text, .heading-3 {
    font-size: 5rem;
  }

  .text-color-salmon.hero-sub {
    font-size: 3.6rem;
  }

  ._40p-block.media-block, ._60p-block.media-block {
    aspect-ratio: auto;
  }

  .signature {
    margin-top: 2rem;
    margin-left: auto;
    margin-right: auto;
  }

  .services-item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .services-item-body {
    padding-top: .25rem;
  }

  .no-margin.line-hgt-small.txt-small.si-copy {
    padding-right: 0;
  }

  .contact-heading {
    font-size: 8vw;
  }

  .contact-casmere {
    padding-left: 7rem;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 3.75rem;
  }

  h3 {
    font-size: 1.1rem;
  }

  .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .container.very-tall-alt {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .content-block-1 {
    flex-flow: column;
  }

  .content-block-1.reverse-on-mbl {
    flex-flow: column-reverse;
  }

  .two-by-block {
    width: auto;
  }

  .two-by-block.media-block {
    height: 300px;
  }

  .two-by-block.media-block.bar-and-circle {
    min-height: 50vh;
  }

  .bac-circle {
    width: 66%;
    margin-bottom: 0;
  }

  .footer-logo-text {
    font-size: 4rem;
  }

  .text-color-white.hero-headiing {
    font-size: 5rem;
  }

  .text-color-salmon.hero-sub {
    font-size: 3.5rem;
  }

  ._40p-block {
    width: auto;
  }

  ._40p-block.media-block.two-thirds-alt {
    min-height: 50vh;
  }

  ._60p-block {
    width: auto;
  }

  ._60p-block.media-block.two-thirds-alt {
    min-height: 50vh;
  }

  .content-block-2.glm-alt {
    width: auto;
    min-width: 0;
  }

  .big-h2.text-color-white.glm-heading {
    text-align: center;
  }

  .signature {
    text-align: center;
    padding-bottom: 0;
    font-size: 8vw;
  }

  .services-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .story-img {
    object-position: 50% 0%;
  }

  .menu-icon {
    color: var(--stark-white);
  }

  .heading-5 {
    font-size: 1.1rem;
  }

  .contact-heading {
    text-align: center;
    font-size: 14vw;
  }

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

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  .hero-section {
    position: relative;
  }

  .bac-bar {
    width: 80%;
  }

  .bac-circle {
    width: 66%;
    margin-top: 4rem;
  }

  .contact-heading {
    font-size: 16vw;
  }

  .contact-casmere {
    font-size: 4rem;
  }
}


@font-face {
  font-family: 'Sanderyna';
  src: url('../fonts/Sanderyna.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}