/*
@font-face {
	font-family: 'victor-serif';
	src: url('https://cdn2.fullfocus.co/fonts/victor/VictorSerif-40Regular.woff2') format('woff2'),
		 url('https://cdn2.fullfocus.co/fonts/victor/VictorSerif-40Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'victor-serif';
	src: url('https://cdn2.fullfocus.co/fonts/victor/VictorSerif-45RegularItalic.woff2') format('woff2'),
		 url('https://cdn2.fullfocus.co/fonts/victor/VictorSerif-45RegularItalic.woff') format('woff');
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'victor-serif';
	src: url('https://cdn2.fullfocus.co/fonts/victor/VictorSerif-60Regular.woff2') format('woff2'),
		 url('https://cdn2.fullfocus.co/fonts/victor/VictorSerif-60Regular.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'victor-serif';
	src: url('https://cdn2.fullfocus.co/fonts/victor/VictorSerif-65RegularItalic.woff2') format('woff2'),
		 url('https://cdn2.fullfocus.co/fonts/victor/VictorSerif-65RegularItalic.woff') format('woff');
	font-weight: 600;
	font-style: italic;
	font-display: swap;
}
*/
#page {
  background: #fff;
  overflow: hidden;
}

.announcement-no #page,
.announcement-yes #page {
  margin-top: 0;
}

#top {
  display: none;
}

body {
  color: #1C1919;
  -webkit-font-smoothing: antialiased;
  font-size: 22px;
}
body p,
body ul,
body ol {
  font-family: europa, sans-serif;
  font-weight: normal;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 1.5;
}
@media (max-width: 991px) {
  body p,
  body ul,
  body ol {
    font-size: 16px;
  }
}
body p li,
body ul li,
body ol li {
  margin-bottom: 25px;
}
body p {
  margin-bottom: 30px;
}
body #page a:not(.btn) {
  color: #000;
  padding-bottom: 2px;
  border-bottom: 2px solid #ccaf8e;
  text-decoration: none;
}
body #page a:not(.btn):hover {
  color: black;
  border-color: black;
}
body h2 {
  font-family: europa, serif;
  font-weight: bold;
  text-transform: none;
  letter-spacing: 0;
  font-size: 75px;
  line-height: 1.2;
  color: #1c1919;
}
body h2.sans-serif {
  font-family: europa, sans-serif;
  font-weight: bold;
  font-size: 75px;
  line-height: 1.1;
  color: #1c1919;
}
@media (max-width: 991px) {
  body h2 {
    font-size: 50px;
  }
}
body h3 {
  font-family: europa, sans-serif;
  font-weight: normal;
  font-size: 32px;
  letter-spacing: 0;
  line-height: 1.1;
}
@media screen and (max-width: 991px) {
  body h3 {
    font-size: 24px;
  }
}
body h4 {
  font-family: europa, sans-serif;
  font-size: 19px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 30px;
  text-transform: uppercase;
}
body h5 {
  font-family: europa, sans-serif;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 28px;
  font-weight: bold;
  text-transform: uppercase;
}
body .btn {
  font-family: europa, sans-serif;
  font-size: 16px;
  letter-spacing: 0.25em;
  line-height: 24px;
  text-transform: uppercase;
  padding: 18px 32px;
  border-radius: 100px !important;
  border: 0px;
  margin: 0 12px;
}
body .btn:first-child {
  margin-left: 0;
}
body .btn:last-child {
  margin-right: 0;
}
@media screen and (max-width: 551px) {
  body .btn {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 2rem;
    display: inline-block;
    padding: 18px 26px;
  }
}
body .btn.btn-gold {
  background: #ccaf8e;
  color: black;
  border: 2px solid #ccaf8e;
}
body .btn.btn-gold:hover {
  background: black;
  color: white;
  border: 2px solid black;
}
body .btn-dark {
  background-color: #9cb5c9;
  color: #1C1919;
}
body .btn-light {
  background-color: #fff;
  color: #1C1919;
}
body .bg-dark {
  background: #1C1919;
}
body .gform_wrapper .gform_footer input[type=submit] {
  background-color: #9cb5c9;
  border-color: #9cb5c9;
  color: #1C1919;
}

.mh-checklist {
  padding: 0;
}
.mh-checklist > li {
  padding: 0;
  position: relative;
  list-style-type: none;
  background: url("../../img/page-specific/mastermind-michael/checkmark.png") no-repeat 0px 10px;
  background-size: 20px;
  padding-left: 30px;
  background-position-y: 6px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .mh-checklist > li {
    background-size: 18px;
    background-position-y: 5px;
  }
}

.mh-section {
  padding: 160px 0;
  background: #f7f7f5;
}
@media (max-width: 1199px) {
  .mh-section {
    padding: 80px 0;
  }
}

.mh-dark-section {
  background: #1C1919;
  color: #F2ECDF;
}
.mh-dark-section__title {
  color: #9CB5C9;
  font-size: 85px;
  max-width: 970px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4rem;
}
@media (max-width: 1199px) {
  .mh-dark-section__title {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .mh-dark-section__title {
    font-size: 42px;
    margin-bottom: 2rem;
  }
}

.mh-coach-hero {
  background-image: url("../../img/page-specific/mastermind-michael/atf-background2.webp");
  background-color: #f7f7f5;
  background-size: cover;
  background-position: bottom left;
  min-height: 785px;
}
.mh-coach-hero .logo {
  display: block;
  margin-bottom: 40px;
  border-bottom: 0 !important;
}
.mh-coach-hero .logo img {
  width: 400px;
  height: auto;
  max-width: 80%;
}
.mh-coach-hero .mh-coach-hero-present {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #F2ECDF;
  letter-spacing: 4px;
  margin-top: 0;
  display: block;
}
.mh-coach-hero .main-img {
  display: block;
  margin-left: auto;
}
.mh-coach-hero > .container {
  padding-top: 100px;
  padding-left: 10px;
  padding-right: 10px;
}
.mh-coach-hero h1 {
  font-family: europa, serif;
  font-weight: bold;
  line-height: 1.2;
  font-size: 60px;
  color: #fff;
  margin-top: 0px;
  margin-bottom: 20px;
}
@media (max-width: 1400px) {
  .mh-coach-hero h1 {
    font-size: 50px;
    margin-top: 0px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1199px) {
  .mh-coach-hero h1 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .mh-coach-hero h1 {
    margin-top: 0px;
  }
}
.mh-coach-hero h4 {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 1.5;
  text-align: left;
  color: #fff;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
@media (max-width: 1199px) {
  .mh-coach-hero h4 {
    font-size: 18px;
    max-width: 320px;
  }
}
.mh-coach-hero p {
  font-weight: normal;
  font-size: 22px;
  letter-spacing: 0;
  line-height: 1.636363;
  color: #e5d9cc;
  margin-bottom: 17px;
  padding-right: 1rem;
}
@media (max-width: 1400px) {
  .mh-coach-hero p {
    font-size: 20px;
    line-height: 1.5;
  }
}
.mh-coach-hero .mh-coach-hero-text {
  min-height: 80vh;
}
@media (max-width: 1199px) {
  .mh-coach-hero {
    min-height: auto;
  }
  .mh-coach-hero > .container {
    padding-top: 90px;
    padding-bottom: 40px;
  }
  .mh-coach-hero .mh-coach-hero-present {
    font-size: 18px;
  }
  .mh-coach-hero p {
    font-size: 1rem;
  }
  .mh-coach-hero .mh-coach-hero-text {
    min-height: 70vh;
  }
  .mh-coach-hero .main-img {
    max-width: 400px;
    margin: auto;
    display: block;
    position: relative;
    z-index: 1;
  }
}
@media (max-width: 991px) {
  .mh-coach-hero > .container {
    padding-top: 122px;
    padding-bottom: 30px;
  }
  .mh-coach-hero .mh-coach-hero-present {
    font-size: 16px;
  }
  .mh-coach-hero .main-img {
    max-width: 100%;
    padding-left: 10px;
  }
}
@media (max-width: 767px) {
  .mh-coach-hero {
    background-position: bottom right;
  }
  .mh-coach-hero > .container {
    padding-top: 80px;
  }
  .mh-coach-hero .logo {
    /*margin: auto;*/
  }
  .mh-coach-hero .main-img {
    padding-left: 0;
  }
  .mh-coach-hero .left-col {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.mh-short-intro {
  background: #f7f7f5;
  color: #1C1919;
  padding: 160px 0 100px;
}
.mh-short-intro__title {
  color: #252F41;
  font-size: 60px;
  max-width: 900px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.mh-short-intro__text {
  color: #1C1919;
  max-width: 910px;
  margin: 60px auto 100px;
  font-size: 20px;
  line-height: 1.636;
  text-align: left;
}
.mh-short-intro__text .leading-text {
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
  color: #9cb5c9;
  letter-spacing: 5px;
}
@media (max-width: 991px) {
  .mh-short-intro {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .mh-short-intro__title {
    font-size: 36px;
  }
  .mh-short-intro__text {
    font-size: 16px;
    text-align: left;
  }
}

.mh-intro2 {
  background: linear-gradient(#252f41 0%, #5b7285 50.25%, #6e7c78 100%);
  color: #fff;
  padding: 160px 0 500px;
}
.mh-intro2__title {
  color: #fff;
  font-size: 60px;
  max-width: 900px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.mh-intro2__subtitle {
  color: #fff;
  font-family: europa, sans-serif;
  line-height: 1.5;
  font-weight: bold;
  text-transform: none;
  font-size: 32px;
  letter-spacing: 0;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  margin-bottom: 50px;
  max-width: 700px;
  text-align: center;
}
.mh-intro2__subtitle span {
  position: relative;
  display: inline-block;
}
.mh-intro2__subtitle span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px; /* Adjust to align with text */
  width: 100%;
  height: 12px; /* Thickness of the underline */
  background-image: url("../../img/page-specific/mastermind-mhm/underline-rust.svg"); /* Use a transparent PNG */
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.mh-intro2__text {
  color: #fff;
  max-width: 910px;
  margin: 60px auto 0;
  font-size: 20px;
  line-height: 1.636;
  text-align: left;
}
.mh-intro2__text .leading-text {
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
  color: #9cb5c9;
  letter-spacing: 5px;
}
@media (max-width: 991px) {
  .mh-intro2 {
    padding-top: 50px;
    padding-bottom: 550px;
  }
  .mh-intro2__title {
    font-size: 36px;
  }
  .mh-intro2__subtitle {
    font-size: 24px;
  }
  .mh-intro2__text {
    font-size: 16px;
    text-align: left;
  }
}

.mh-video {
  background: #e8e5df;
  color: #1C1919;
  padding: 160px 0;
}

.mh-bio {
  background: #f7f7f5;
  color: #1C1919;
  padding: 200px 0 120px 0;
  position: relative;
  z-index: 0;
}
.mh-bio .container {
  position: relative;
  z-index: 1;
  margin-top: -600px;
}
.mh-bio__title {
  color: #252F41;
  font-size: 52px;
  max-width: 910px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
  padding: 0 10px;
}
.mh-bio__title span {
  position: relative;
  display: inline-block;
}
.mh-bio__title span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px; /* Adjust to align with text */
  width: 100%;
  height: 12px; /* Thickness of the underline */
  background-image: url("../../img/page-specific/mastermind-mhm/underline-white.svg"); /* Use a transparent PNG */
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.mh-bio__text {
  color: #1C1919;
  font-size: 22px;
  line-height: 1.6;
  text-align: left;
  padding: 60px 0px;
  margin: 0 auto;
  max-width: 910px;
}
.mh-bio__text .leading-text {
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
  color: #9cb5c9;
  letter-spacing: 5px;
}
.mh-bio__image {
  width: 1100px;
  max-width: 95%;
  height: auto;
  margin: 0 auto;
}
.mh-bio__card {
  background: #ebe8e3;
  border-radius: 53px;
  text-align: left;
  overflow: hidden;
  padding-top: 80px;
}
.mh-bio__card__left {
  background: url(../../img/page-specific/mastermind-mhm/mhm-family.jpg) center center no-repeat;
  background-size: cover;
  min-height: 500px;
}
.mh-bio__emphasized {
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-weight: 700;
}
@media (max-width: 991px) {
  .mh-bio {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .mh-bio__title {
    font-size: 30px;
  }
  .mh-bio__subtitle {
    font-size: 24px;
  }
  .mh-bio__text {
    font-size: 16px;
    text-align: left;
    padding: 40px 20px 10px;
  }
}

.mh-bio2 {
  background: #f7f7f5;
  color: #1C1919;
  padding: 0px 0 80px;
}
.mh-bio2__title {
  color: #252F41;
  font-size: 60px;
  max-width: 900px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.mh-bio2__image img {
  max-width: 1000px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.mh-bio2__text {
  color: #1C1919;
  max-width: 910px;
  margin: 60px auto 0px;
  font-size: 20px;
  line-height: 1.636;
  text-align: left;
}
.mh-bio2__text .leading-text {
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
  color: #9cb5c9;
  letter-spacing: 5px;
}
@media (max-width: 991px) {
  .mh-bio2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .mh-bio2__title {
    font-size: 36px;
  }
  .mh-bio2__text {
    font-size: 16px;
    text-align: left;
  }
}

.mh-welcome {
  background: url(../../img/page-specific/mastermind-michael/bg-businesslab.jpg) center center no-repeat;
  background-size: cover;
  color: #fff;
  padding: 160px 0;
}
.mh-welcome__title {
  color: #fff;
  font-size: 60px;
  max-width: 821px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.mh-welcome__subtitle {
  font-size: 20px;
  letter-spacing: 0.2em;
  line-height: 1.1;
  text-align: center;
  color: #fff;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.55);
}
.mh-welcome__logo img {
  max-width: 600px;
  width: 100%;
  height: auto;
  margin: 0px auto;
}
.mh-welcome__text {
  color: #fff;
  font-size: 22px;
  line-height: 1.6;
  text-align: center;
  padding: 0px 60px 0px;
}
@media (max-width: 991px) {
  .mh-welcome {
    padding-top: 50px;
    padding-bottom: 50px;
    background-position: right center;
  }
  .mh-welcome__title {
    font-size: 36px;
  }
  .mh-welcome__subtitle {
    font-size: 18px;
  }
  .mh-welcome__text {
    font-size: 16px;
    text-align: left;
    padding: 0;
  }
}

.mh-testimonial {
  padding: 100px 0;
}
.mh-testimonial__left {
  text-align: center;
}
.mh-testimonial__left img {
  max-width: 350px;
  height: auto;
  width: 100%;
}
.mh-testimonial__paragraph {
  font-family: europa, sans-serif;
  line-height: 1.4;
  font-weight: 700;
  color: #252F41;
  margin: 0px auto 18px;
  text-transform: none;
  font-size: 32px;
  letter-spacing: 0;
}
.mh-testimonial__sep {
  color: #5B7285;
  width: 20px;
  height: 2px !important;
  opacity: 1;
}
.mh-testimonial__author {
  color: #5B7285;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: none;
  letter-spacing: 0.05em;
}
.mh-testimonial__jobtitle {
  color: #1C1919;
  font-size: 14px;
  display: block;
  margin-top: 10px;
  font-weight: 400;
}
@media (max-width: 991px) {
  .mh-testimonial .container {
    max-width: 100%;
  }
  .mh-testimonial__left img {
    margin-bottom: 20px;
    max-width: 200px;
  }
  .mh-testimonial__paragraph {
    font-size: 24px;
  }
  .mh-testimonial__author {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .mh-testimonial {
    padding: 60px 0 40px;
  }
  .mh-testimonial__right {
    text-align: center;
  }
  .mh-testimonial__sep {
    margin: 20px auto;
  }
}

.mh-get {
  background-color: #ebe8e3;
  padding: 160px 0;
}
.mh-get__title {
  color: #252F41;
  font-size: 42px;
  max-width: 821px;
  text-align: left;
  margin-top: 20px;
  line-height: 1.2;
}
.mh-get__text {
  color: #1C1919;
}
@media (max-width: 991px) {
  .mh-get {
    padding-top: 50px;
    padding-bottom: 50px;
    background-position: left center;
  }
  .mh-get__title {
    font-size: 36px;
  }
  .mh-get__subtitle {
    font-size: 24px;
  }
  .mh-get__text {
    font-size: 16px;
    text-align: left;
    padding: 0;
  }
}

.mh-path {
  background: url(../../img/page-specific/mastermind-michael/michael-desk.jpg?v=2) center center no-repeat #f7f7f5;
  background-size: cover;
  padding: 160px 0;
}
.mh-path__title {
  color: #fff;
  font-size: 60px;
  max-width: 821px;
  text-align: left;
  margin-top: 60px;
}
.mh-path__text {
  color: #fff;
}
.mh-path__spots {
  color: #fff;
}
.mh-path__card {
  position: relative;
  padding: 3rem 3.5rem 1rem 3.5rem;
  background: #fff;
  height: 100%;
  border-radius: 53px;
}
.mh-path__card__title {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.2;
  margin: 20px 0;
}
.mh-path__card__decoration-text {
  color: #5B7285;
  text-transform: uppercase;
  text-align: left;
  font-size: 18px;
  letter-spacing: 3.6px;
  font-weight: 700;
}
@media (max-width: 1199px) {
  .mh-path__card p {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .mh-path {
    padding-top: 50px;
    padding-bottom: 50px;
    background-position: center center;
  }
  .mh-path .container {
    max-width: 100%;
  }
  .mh-path__title {
    font-size: 36px;
  }
  .mh-path__subtitle {
    font-size: 24px;
  }
  .mh-path__text {
    font-size: 16px;
    text-align: left;
    padding: 0;
  }
  .mh-path__card {
    padding: 20px 30px;
  }
  .mh-path__card__title {
    font-size: 22px;
    margin: 10px 0;
  }
}
@media (max-width: 767px) {
  .mh-path {
    padding-top: 0;
    background-image: none;
    background-color: #5B7285;
  }
  .mh-path__title {
    text-align: center;
  }
  .mh-path__toprow {
    background: url(../../img/page-specific/mastermind-michael/michael-desk-mobile.jpg?v=2) center top no-repeat;
    background-size: cover;
    padding-top: 350px;
    padding-bottom: 40px;
  }
  .mh-path__desktopbutton {
    display: none;
  }
  .mh-path__card {
    background: none;
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
  }
  .mh-path__card__decoration-text {
    color: #9CB5C9;
  }
}

.mh-receive {
  background: #f7f7f5;
  padding: 100px 0 0;
}

.mh-for {
  background-color: #ebe8e3;
  padding: 160px 0;
}
.mh-for__title {
  color: #252F41;
  font-size: 60px;
  max-width: 821px;
  text-align: left;
  margin-top: 0;
}
.mh-for__text {
  color: #1C1919;
}
.mh-for__right {
  text-align: right;
}
.mh-for__image {
  border-radius: 53px;
  max-width: 550px;
  width: 100%;
  height: auto;
}
@media (max-width: 991px) {
  .mh-for {
    padding-top: 50px;
    padding-bottom: 50px;
    background-position: left center;
  }
  .mh-for__title {
    font-size: 36px;
  }
  .mh-for__subtitle {
    font-size: 24px;
  }
  .mh-for__text {
    font-size: 16px;
    text-align: left;
    padding: 0;
  }
  .mh-for__right {
    text-align: center;
    margin-top: 20px;
  }
}

.mh-limited {
  background: url(../../img/page-specific/mastermind-michael/bg-limited.jpg?v=2) center center no-repeat #1C1919;
  background-size: cover;
  color: #fff;
  padding: 160px 0;
}
.mh-limited__title {
  color: #fff;
  font-size: 60px;
  max-width: 910px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
}
.mh-limited__title span {
  position: relative;
  display: inline-block;
}
.mh-limited__title span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px; /* Adjust to align with text */
  width: 100%;
  height: 12px; /* Thickness of the underline */
  background-image: url("../../img/page-specific/mastermind-mhm/underline-rust.svg"); /* Use a transparent PNG */
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.mh-limited__text {
  color: #fff;
  max-width: 910px;
  margin: 2rem auto 0;
  font-size: 22px;
  line-height: 1.636;
  text-align: center;
}
.mh-limited__text .leading-text {
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
  color: #9cb5c9;
  letter-spacing: 5px;
}
@media (max-width: 991px) {
  .mh-limited {
    padding-top: 50px;
    padding-bottom: 50px;
    background-position: left center;
  }
  .mh-limited__title {
    font-size: 36px;
  }
  .mh-limited__subtitle {
    font-size: 24px;
  }
  .mh-limited__text {
    font-size: 16px;
    text-align: left;
    padding: 0;
  }
}

.mh-couldbe {
  background: linear-gradient(#252f41 0%, #5b7285 50.25%, #6e7c78 100%);
  color: #fff;
  padding: 160px 0 60px;
}
.mh-couldbe__title {
  color: #fff;
  font-size: 60px;
  max-width: 721px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}
.mh-couldbe__subtitle {
  color: #fff;
  font-family: europa, sans-serif;
  line-height: 1.4;
  font-weight: 400;
  text-transform: none;
  font-size: 32px;
  letter-spacing: 0;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 40px;
  text-align: center;
}
.mh-couldbe__subtitle span {
  position: relative;
  display: inline-block;
}
.mh-couldbe__subtitle span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px; /* Adjust to align with text */
  width: 100%;
  height: 12px; /* Thickness of the underline */
  background-image: url("../../img/page-specific/mastermind-mhm/underline-white.svg"); /* Use a transparent PNG */
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.mh-couldbe__text {
  color: #fff;
  font-size: 22px;
  line-height: 1.6;
  text-align: center;
  padding: 40px 0px 10px;
  max-width: 910px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .mh-couldbe {
    padding-top: 50px;
    padding-bottom: 50px;
    background-position: left center;
  }
  .mh-couldbe__title {
    font-size: 36px;
    margin-bottom: 20px;
  }
  .mh-couldbe__subtitle {
    font-size: 24px;
  }
  .mh-couldbe__text {
    font-size: 16px;
    text-align: left;
    padding: 0;
  }
}

.mh-deidra {
  background-color: #eae8e3;
  color: #1C1919;
  padding: 160px 0;
}
.mh-deidra__title {
  color: #252F41;
  font-size: 60px;
  max-width: 910px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
}
.mh-deidra__title span {
  position: relative;
  display: inline-block;
}
.mh-deidra__title span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px; /* Adjust to align with text */
  width: 100%;
  height: 12px; /* Thickness of the underline */
  background-image: url("../../img/page-specific/mastermind-mhm/underline-rust.svg"); /* Use a transparent PNG */
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.mh-deidra__text {
  color: #1C1919;
  max-width: 910px;
  margin: 2rem auto 0;
  font-size: 22px;
  line-height: 1.636;
  text-align: center;
}
.mh-deidra__text .leading-text {
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
  color: #9cb5c9;
  letter-spacing: 5px;
}
@media (max-width: 991px) {
  .mh-deidra {
    padding-top: 50px;
    padding-bottom: 50px;
    background-position: left center;
  }
  .mh-deidra__title {
    font-size: 36px;
  }
  .mh-deidra__subtitle {
    font-size: 24px;
  }
  .mh-deidra__text {
    font-size: 16px;
    text-align: left;
    padding: 0;
  }
}

.mh-contact {
  padding: 100px 0;
  text-align: center;
}
.mh-contact__title {
  font-family: europa, sans-serif;
  font-size: 42px;
  margin-top: 30px;
  letter-spacing: 0;
  text-align: center;
  font-weight: bold;
  display: block;
  text-transform: none;
}
.mh-contact__form {
  max-width: 800px;
  margin: auto;
  text-align: left;
}
@media (max-width: 1199px) {
  .mh-contact__title {
    font-size: 25px;
    letter-spacing: 5px;
  }
}

.mh-coach-about {
  background: url("../../img/mh/win-at-work-and-succeed-at-life.jpeg") no-repeat;
  background-size: cover;
  padding: 175px 0 100px;
  position: relative;
  text-align: center;
}
.mh-coach-about__content {
  color: #F2ECDF;
  max-width: 1190px;
  margin: auto;
}
.mh-coach-about__title {
  font-family: europa, sans-serif;
  line-height: 1.25;
  font-weight: 700;
  color: #F2ECDF;
  margin: 0px auto 18px;
  text-transform: uppercase;
  font-size: 28px;
  letter-spacing: 10px;
}
.mh-coach-about__icon {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(50%);
}
@media (max-width: 1199px) {
  .mh-coach-about {
    padding: 60px 0;
  }
  .mh-coach-about__title {
    margin: 2rem auto 1rem;
  }
  .mh-coach-about__icon {
    max-width: 80px;
  }
}
@media (max-width: 767px) {
  .mh-coach-about__title {
    letter-spacing: 4px;
  }
}

.mh-coach-audiences {
  padding: 35px 0 15px;
  background: #EBE8E3;
}
.mh-coach-audiences__title {
  max-width: 570px;
  letter-spacing: 1.7px;
}
.mh-coach-audiences__left {
  padding: 120px 0 90px 10px;
  color: #1C1919;
}
.mh-coach-audiences__left p {
  font-size: 22px;
  letter-spacing: 0;
}
.mh-coach-audiences__main-text {
  padding-right: 2rem;
  margin-top: 45px;
}
.mh-coach-audiences ul {
  padding-left: 0;
}
@media (max-width: 1199px) {
  .mh-coach-audiences ul {
    padding-left: 0;
  }
}
.mh-coach-audiences ul li {
  background-position-y: 5px;
  padding: 0;
  position: relative;
  list-style-type: none;
  background-image: url("data:image/svg+xml,%3Csvg id='CheckMark' xmlns='http://www.w3.org/2000/svg' width='28.872' height='28.872' viewBox='0 0 28.872 28.872'%3E%3Cpath id='Path_231' data-name='Path 231' d='M311.065,386.7A14.436,14.436,0,1,0,325.5,401.133,14.436,14.436,0,0,0,311.065,386.7Zm0,26.948a12.51,12.51,0,0,1,0-25.021v0a12.531,12.531,0,0,1,12.509,12.512v0A12.512,12.512,0,0,1,311.062,413.645Z' transform='translate(-296.629 -386.697)' fill='%235b7285'/%3E%3Cpath id='Path_232' data-name='Path 232' d='M313.228,392.8l-7.25,7.808-3.291-3.552a.882.882,0,0,0-1.31,0,1.052,1.052,0,0,0,0,1.413l3.946,4.256a.9.9,0,0,0,.654.292h0a.9.9,0,0,0,.652-.291l7.926-8.537a1.056,1.056,0,0,0-.022-1.412A.882.882,0,0,0,313.228,392.8Z' transform='translate(-292.381 -383.33)' fill='%235b7285'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 27px;
  padding-left: 2.5rem;
  margin-bottom: 40px;
  font-size: 22px;
}
@media (max-width: 1199px) {
  .mh-coach-audiences {
    padding-top: 70px;
  }
  .mh-coach-audiences__main-text {
    margin-top: 2rem;
    padding-right: 0;
  }
  .mh-coach-audiences__left {
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 30px;
  }
  .mh-coach-audiences__left p {
    font-size: 1rem;
  }
  .mh-coach-audiences__left ul li {
    font-size: 1rem;
  }
  .mh-coach-audiences__title {
    font-size: 28px;
    letter-spacing: 4px;
  }
  .mh-coach-audiences img {
    max-width: 300px;
    margin: auto;
    display: block;
  }
}
@media (max-width: 767px) {
  .mh-coach-audiences__title {
    font-size: 40px;
    letter-spacing: 3px;
  }
  .mh-coach-audiences img {
    max-width: 100%;
  }
}

.mh-coach-intro {
  background-color: #EBE8E3;
  padding: 0 0 110px;
}
.mh-coach-intro .container {
  border-top: 1px solid #000;
  padding-top: 100px;
}
@media (max-width: 1199px) {
  .mh-coach-intro .container {
    padding-top: 40px;
  }
}
.mh-coach-intro h2 {
  color: #252F41;
  font-size: 85px;
  margin-bottom: 20px;
}
.mh-coach-intro .intro-image {
  width: 480px;
  height: auto;
  border-top-left-radius: 1000px;
  border-top-right-radius: 1000px;
}
@media (max-width: 991px) {
  .mh-coach-intro .intro-image {
    width: 80%;
    max-width: 350px;
    padding: 0 0 40px 0;
    float: none;
    margin: 0 auto;
    display: block;
  }
}
.mh-coach-intro__right {
  padding-top: 1rem;
  padding-left: 110px;
}
.mh-coach-intro__paragraph {
  font-size: 22px;
  letter-spacing: 0;
  line-height: 1.636363;
}
@media (max-width: 1199px) {
  .mh-coach-intro {
    padding-bottom: 80px;
  }
  .mh-coach-intro h2 {
    font-size: 50px;
  }
  .mh-coach-intro__right {
    padding-left: 16px;
    padding-right: 16px;
  }
  .mh-coach-intro__paragraph {
    font-size: 1rem;
  }
}

.mh-benefits {
  background: #f7f7f5;
  padding-top: 160px;
}
.mh-benefits__title {
  max-width: 800px;
  letter-spacing: 1.7px;
  font-size: 85px;
  margin-bottom: 70px;
}
@media (max-width: 1199px) {
  .mh-benefits {
    padding-top: 80px;
  }
  .mh-benefits__title {
    font-size: 50px;
    margin-bottom: 3rem;
  }
}

.mh-benefits-card {
  position: relative;
  padding: 3rem 3.5rem 1rem 3.5rem;
  background: #fff;
  height: 100%;
}
.mh-benefits-card__title {
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
}
.mh-benefits-card__decoration-text {
  background: #5B7285;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  height: 100%;
  text-transform: uppercase;
  text-align: center;
  font-size: 18px;
  letter-spacing: 3.6px;
  font-weight: 700;
}
@media (max-width: 1199px) {
  .mh-benefits-card p {
    margin-bottom: 0;
  }
}

.mh-cta {
  padding: 100px 0;
}
.mh-cta__text {
  max-width: 985px;
  margin: auto;
  text-align: center;
}
@media (max-width: 1199px) {
  .mh-cta__text {
    font-size: 20px;
  }
}

.marquee {
  --gap: 1rem;
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: var(--gap);
}
.marquee ul,
.marquee li {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}
.marquee__content {
  flex-shrink: 0;
  display: flex;
  justify-content: space-around;
  min-width: 100%;
  gap: var(--gap);
  animation: scroll 60s linear infinite;
}

.fade-in {
  opacity: 0;
}

.animate {
  opacity: 0;
  animation: fade-in 1s ease-in-out forwards;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - var(--gap)));
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
    transform: translate(0, 0);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
body .gform_wrapper .gform_footer input[type=submit] {
  border-radius: 100px !important;
  margin: auto;
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  content: "";
  display: block;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

/* Overriding container size */
@media only screen and (min-width: 1600px) {
  .container {
    max-width: 1440px;
  }
}
/* Modal
----------------------------------------------------- */
body.modal-open {
  overflow: hidden;
}

.modal-backdrop {
  background-color: rgba(0, 0, 0, 0.9);
}

.modal-backdrop.show {
  opacity: 0.9;
}

#coaching-form-modal .modal-header {
  display: flex;
}
#coaching-form-modal .modal-content {
  border: 0;
  border-radius: 0;
}
@media (max-width: 991px) {
  #coaching-form-modal .modal-content {
    padding-left: 0;
    padding-right: 0;
    padding: 40px 0px !important;
  }
}

/*# sourceMappingURL=michael-hyatt-mastermind2.css.map */
