html, body {
  background-color: #fdf1ed !important;
}

body {
  flex-direction: column;
  display: flex;
}
body .c-hero-section {
  width: 100%;
  height: auto;
  min-height: 100vh;
}
body .c-hero-section__wrapper {
  height: 100vh;
  padding: 10px;
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 720px) {
  body .c-hero-section__wrapper {
    height: auto;
    flex-direction: column;
  }
}
body .c-hero-poster {
  border-radius: 15px;
  background-image: url("../images/hero-poster.png");
  background-position: 50% 100%;
  background-size: cover;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  flex: 1;
}
@media screen and (max-width: 720px) {
  body .c-hero-poster {
    min-height: 500px;
  }
}
body .c-hero-poster a {
  max-width: 55%;
}
body .c-hero-poster a > img {
  max-width: 100%;
  height: auto;
}
body .c-hero-content {
  flex: 3;
  display: flex;
  flex-direction: column;
}
body .c-hero-main-menu {
  display: flex;
  flex-direction: row;
  justify-content: center;
  text-align: center;
  margin-left: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 720px) {
  body .c-hero-main-menu {
    flex-direction: column;
  }
}
body .c-hero-main-menu a {
  color: #e9855d;
  letter-spacing: 1px;
  font-family: "DM Serif Display", sans-serif;
  font-size: 2.3em;
  text-decoration: underline;
  flex: 1;
  font-weight: 700;
  line-height: 44px;
}
@media screen and (max-height: 600px) {
  body .c-hero-main-menu a {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 720px) {
  body .c-hero-main-menu a {
    font-size: 1.4em;
  }
}
body .c-hero-main-menu__left {
  flex: 3;
  display: flex;
  flex-direction: column;
}
body .c-hero-main-menu__left-wrapper {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 720px) {
  body .c-hero-main-menu__left-wrapper {
    order: 2;
  }
}
body .c-hero-main-menu__about-me {
  flex: 1;
  padding: 30px;
}
body .c-hero-main-menu__my-approach {
  flex: 1;
  padding: 30px;
}
body .c-hero-main-menu__tagline {
  padding: 30px;
  color: #4c4343;
  text-align: left;
  overflow-wrap: anywhere;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "DM Sans", sans-serif;
  font-size: 1.9em;
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (max-height: 600px) {
  body .c-hero-main-menu__tagline {
    font-size: 1.3em;
  }
}
@media screen and (max-width: 720px) {
  body .c-hero-main-menu__tagline {
    padding-bottom: 0;
    text-align: center;
  }
}
body .c-hero-main-menu__book-a-session {
  flex: 1;
  padding: 30px;
  background-image: url("../images/simple-form.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  border-radius: 15px;
}
body .c-hero-main-menu__book-a-session a {
  color: white;
}
body .c-hero-master-section {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  height: auto;
}
body .c-hero-video-wrapper {
  flex-grow: 1;
  margin-left: 10px;
}
body .c-hero-video-viewport {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #4c4343;
  border-radius: 15px;
}
@media screen and (max-width: 720px) {
  body .c-hero-video-viewport {
    height: 500px;
  }
}
body .c-hero-video-viewport > video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-position: 50%;
  background-size: cover;
  margin: auto;
  position: absolute;
  top: -100%;
  bottom: -100%;
  left: -100%;
  right: -100%;
}
@media screen and (max-width: 720px) {
  body .c-hero-video-viewport > video {
    position: unset;
  }
}
body .c-hero-secondary-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  padding: 10px;
  margin-top: 20px;
  flex-direction: row;
}
@media screen and (max-width: 720px) {
  body .c-hero-secondary-menu {
    flex-direction: column;
  }
}
body .c-hero-secondary-menu a {
  color: #e9855d;
  font-family: "DM Sans", sans-serif;
  font-size: 1.1em;
  font-weight: 600;
}
body .c-hero-secondary-menu > div {
  flex: 1;
  flex-basis: auto;
  text-align: center;
}
body .c-about {
  display: flex;
  flex-direction: row;
  min-width: 0;
}
@media screen and (max-width: 720px) {
  body .c-about {
    flex-direction: column;
  }
}
body .c-about > div:first-child {
  flex: 1;
  align-content: center;
  flex-basis: 40%;
}
body .c-about > div:last-child {
  flex: 1;
  flex-basis: 60%;
}
body .c-about__wrapper {
  width: 80%;
  text-align: center;
  margin: 0 auto 15px auto;
}
body .c-about__wrapper img {
  max-width: 17%;
}
body .c-about__heading {
  color: #4c4343;
  text-align: center;
  font-family: "DM Serif Display", sans-serif;
  font-size: 1.7em;
  line-height: 1.2;
  margin-bottom: 10px;
}
body .c-about__copy {
  color: #4c4343;
  text-align: center;
  letter-spacing: 0.25px;
  font-family: DM Sans, sans-serif;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.4;
  display: block;
  margin-bottom: 10px;
}
body .c-about__side-image {
  width: 100%;
  height: 30em;
  border-radius: 15px;
  background-image: url("../images/humanoid.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-position: 75% 49%;
}
body .c-approach {
  display: flex;
  flex-direction: row;
  min-width: 0;
}
@media screen and (max-width: 720px) {
  body .c-approach {
    flex-direction: column;
    flex-flow: column-reverse;
  }
}
body .c-approach > div:first-child {
  flex: 1;
  flex-basis: 60%;
}
body .c-approach > div:last-child {
  flex: 1;
  align-content: center;
  flex-basis: 40%;
}
body .c-approach__wrapper {
  width: 80%;
  text-align: center;
  margin: 0 auto 15px auto;
}
body .c-approach__wrapper img {
  max-width: 17%;
}
body .c-approach__heading {
  color: #4c4343;
  text-align: center;
  font-family: "DM Serif Display", sans-serif;
  font-size: 1.7em;
  line-height: 1.2;
  margin-bottom: 10px;
}
body .c-approach__copy {
  color: #4c4343;
  text-align: center;
  letter-spacing: 0.25px;
  font-family: DM Sans, sans-serif;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.4;
  display: block;
  margin-bottom: 10px;
}
body .c-approach__side-image {
  width: 100%;
  height: 30em;
  border-radius: 15px;
  background-image: url("../images/meeting.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-position: 75% 49%;
}
body .c-button-default {
  display: inline-block;
  cursor: pointer;
  padding: 9px 15px;
  width: auto;
  float: none;
  background-color: #e9855d;
  color: #fdf1ed;
  text-align: center;
  border-radius: 10px;
  margin-top: 10px;
  font-family: "DM Sans", sans-serif;
  font-size: 1rem;
  font-weight: 900;
}
body .c-find-me {
  display: flex;
  flex-direction: row;
  min-width: 0;
}
@media screen and (max-width: 1024px) {
  body .c-find-me {
    flex-direction: column;
  }
}
body .c-find-me > div {
  flex: 1;
  align-content: center;
  flex-basis: 25%;
}
body .c-booking {
  width: 70%;
  text-align: center;
  margin: 0 auto 15px auto;
}
body .c-booking img {
  max-width: 17%;
}
body .c-booking__heading {
  color: #4c4343;
  text-align: center;
  font-family: "DM Serif Display", sans-serif;
  font-size: 1.7em;
  line-height: 1.2;
  margin-bottom: 10px;
}
body .c-booking__copy {
  color: #4c4343;
  text-align: center;
  letter-spacing: 0.25px;
  font-family: DM Sans, sans-serif;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.4;
  display: block;
  margin-bottom: 10px;
}
body .c-booking__side-image {
  height: 100%;
  border-radius: 15px;
  background-image: url("../images/taking-notes.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-position: 75% 49%;
}
@media screen and (max-width: 1024px) {
  body .c-booking__side-image {
    width: 100%;
    height: 250px;
    margin-bottom: 20px;
  }
}
body .c-exploring {
  width: 70%;
  text-align: center;
  margin: 0 auto 15px auto;
}
body .c-exploring img {
  max-width: 17%;
}
body .c-exploring__heading {
  color: #4c4343;
  text-align: center;
  font-family: "DM Serif Display", sans-serif;
  font-size: 1.7em;
  line-height: 1.2;
  margin-bottom: 10px;
}
body .c-exploring__copy {
  color: #4c4343;
  text-align: center;
  letter-spacing: 0.25px;
  font-family: DM Sans, sans-serif;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.4;
  display: block;
  margin-bottom: 10px;
}
body .c-exploring__side-image {
  height: 100%;
  border-radius: 15px;
  background-image: url("../images/mountains.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-position: 75% 49%;
}
@media screen and (max-width: 1024px) {
  body .c-exploring__side-image {
    width: 100%;
    height: 250px;
    margin-bottom: 20px;
  }
}
body .c-testimonials__wrapper {
  width: 75%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  body .c-testimonials__wrapper {
    width: 90%;
  }
}
body .c-testimonials__title {
  color: #4c4343;
  text-align: center;
  margin-bottom: 4%;
  font-family: DM Serif Display, sans-serif;
  font-size: 3rem;
}
body .c-testimonials__item {
  color: #4c4343;
}
body .c-testimonials__item p {
  width: 60%;
  margin: 10px auto;
  text-align: center;
}
body .c-testimonials__item__text {
  font-family: "DM Sans", sans-serif;
  font-size: 1.3em;
  font-style: italic;
  font-weight: 400;
  line-height: 30px;
}
@media screen and (max-width: 768px) {
  body .c-testimonials__item__text {
    font-size: 1.1em;
  }
}
body .c-testimonials__item__author {
  text-align: center;
  margin-bottom: -10px;
  font-family: "DM Sans", sans-serif;
  font-size: 1.2rem;
  font-style: italic;
  font-weight: 700;
  line-height: 23px;
}
body .c-footer {
  display: flex;
  background-color: #4c4343;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  justify-content: center;
  align-items: center;
  margin-top: 5%;
}
@media screen and (max-width: 720px) {
  body .c-footer {
    flex-direction: column;
  }
}
body .c-footer img {
  max-width: 65%;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  body .c-footer img {
    margin-bottom: 40px;
  }
}
body .c-footer > div {
  flex: 1;
  text-align: center;
  display: flex;
}
@media screen and (max-width: 720px) {
  body .c-footer > div {
    margin-bottom: 10px;
  }
}
body .c-footer a {
  color: #e9855d;
  letter-spacing: 1px;
  font-family: "DM Serif Display", sans-serif;
  font-size: 1.5em;
  text-decoration: underline;
  flex: 1;
  font-weight: 700;
}
@media screen and (max-height: 600px) {
  body .c-footer a {
    font-size: 1.2em;
  }
}
body .c-footer__social {
  display: flex;
}
@media screen and (max-width: 1024px) {
  body .c-footer__social {
    margin-top: 30px;
  }
}
body .c-footer__social div {
  flex: 1;
}
body .c-footer__social div a {
  line-height: unset;
  display: block;
  height: 21px;
  margin: 5px;
}
body .c-hero-section--minimal {
  width: 100%;
  height: auto;
}
body .c-hero-section--minimal__wrapper {
  padding: 10px;
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 720px) {
  body .c-hero-section--minimal__wrapper {
    height: auto;
    flex-direction: column;
  }
}
body .c-hero-section--minimal__logo {
  justify-content: center;
  align-items: flex-start;
  display: flex;
  flex: 1;
}
body .c-hero-section--minimal__logo a {
  max-width: 55%;
}
body .c-hero-section--minimal__logo a > img {
  max-width: 100%;
  height: auto;
}
body .c-hero-section--minimal__content {
  flex: 3;
  display: flex;
  flex-direction: column;
}
body .c-hero-section--minimal__main-menu {
  display: flex;
  flex-direction: row;
  justify-content: center;
  text-align: center;
  margin-left: 10px;
  margin-bottom: 10px;
  flex-grow: 1;
}
@media screen and (max-width: 720px) {
  body .c-hero-section--minimal__main-menu {
    flex-direction: column;
  }
}
body .c-hero-section--minimal__main-menu a {
  color: #e9855d;
  letter-spacing: 1px;
  font-family: "DM Serif Display", sans-serif;
  font-size: 2.3em;
  text-decoration: underline;
  flex: 1;
  font-weight: 700;
  line-height: 44px;
}
@media screen and (max-height: 600px) {
  body .c-hero-section--minimal__main-menu a {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 720px) {
  body .c-hero-section--minimal__main-menu a {
    font-size: 1.4em;
  }
}
body .c-hero-section--minimal__main-menu__left {
  flex: 3;
  display: flex;
  flex-direction: column;
}
body .c-hero-section--minimal__main-menu__left-wrapper {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 720px) {
  body .c-hero-section--minimal__main-menu__left-wrapper {
    order: 2;
  }
}
body .c-hero-section--minimal__main-menu__left-wrapper div {
  flex: 1;
  padding: 30px;
}
body .c-hero-section--minimal__main-menu__book-a-session {
  flex: 1;
  padding: 30px;
  background-image: url("../images/simple-form.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  border-radius: 15px;
}
body .c-hero-section--minimal__main-menu__book-a-session a {
  color: white;
}
body .c-bio__tagline div {
  margin: 0 auto;
  width: 50%;
  border-bottom: 2px solid #4c4343;
  color: #4c4343;
  text-align: left;
  align-self: auto;
  font-family: DM Sans, sans-serif;
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 700;
  line-height: 39px;
  padding-bottom: 40px;
}
@media screen and (max-width: 960px) {
  body .c-bio__tagline div {
    width: 90%;
  }
}
body .c-bio__history div {
  margin: 0 auto;
  width: 50%;
}
body .c-bio__history div p {
  color: #4c4343;
  margin-bottom: 20px;
  letter-spacing: 0.25px;
  font-family: DM Sans, sans-serif;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.4;
  display: block;
}
@media screen and (max-width: 960px) {
  body .c-bio__history div {
    width: 90%;
  }
}
body .c-certifications > div {
  width: 70%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  body .c-certifications > div {
    width: 100%;
  }
}
body .c-certifications__title {
  color: #4c4343;
  font-size: 38px;
  text-align: center;
  font-family: DM Serif Display, sans-serif;
  line-height: 1;
}
body .c-certifications__authorities {
  display: flex;
}
@media screen and (max-width: 768px) {
  body .c-certifications__authorities {
    flex-direction: column;
  }
}
body .c-certifications__authorities > div {
  margin-top: 50px;
  flex: 1;
  display: flex;
  align-content: center;
  justify-content: start;
  flex-direction: column;
  text-align: center;
}
body .c-certifications__authorities > div img {
  max-width: 52px;
  border-radius: 10px;
  margin: 0 auto 10px;
}
body .c-certifications__authorities > div p {
  color: #4c4343;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-weight: 700;
}
body .c-certifications__authorities > div a {
  color: #e9855d !important;
  text-decoration: underline;
}

/*# sourceMappingURL=common.css.map */
