:root {
  --black: #000;
  --paragraph: #8492a6;
  --white: white;
  --bright-gold: #f0d87c;
  --mini-titles-text-links: #6045e0;
  --gold-dark: #ad861f;
  --gold-light: #cda95d;
  --headings: #3c4858;
  --alice-blue: #eff3fa;
  --footer-tint: #141414;
  --nav-gray: #999;
  --box-shadow-1: #0003;
  --paragraph-2: #737e8f;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

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

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

@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 {
  background-color: var(--black);
  color: var(--paragraph);
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}

h1 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 21px;
  font-family: Roboto, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 36px;
}

h2 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 38px;
}

h3 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

h6 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
}

p {
  color: #ffffffc2;
  margin-bottom: 10px;
  font-size: 17.5px;
  font-weight: 500;
}

a {
  color: var(--bright-gold);
  cursor: pointer;
  text-decoration: underline;
}

li {
  color: #ffffffc2;
  margin-bottom: 10px;
  font-weight: 500;
}

img {
  border: .4px #000;
  max-width: 100%;
  display: inline-block;
}

blockquote {
  color: var(--white);
  text-align: center;
  border-left: 1px #000;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-family: Roboto, sans-serif;
  font-size: 27px;
  font-style: italic;
  font-weight: 300;
  line-height: 45px;
}

figcaption {
  background-color: var(--paragraph);
  color: #fff;
  text-align: center;
  border-radius: 3px;
  margin: 5px 11px 31px;
  padding: 7px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 100;
  line-height: 14px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.hero-section {
  background-image: url('../images/Hero-bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 915px;
  padding-top: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-section.small {
  background-image: url('../images/Bg-11.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  height: 400px;
  min-height: 0;
  padding-top: 62px;
}

.hero-section.about {
  background-image: linear-gradient(#0000009c, #0000009c), url('../images/Hero-4.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  height: 400px;
  min-height: 0;
  padding-top: 0;
}

.hero-section.services {
  background-image: linear-gradient(#0000007a, #0000007a), url('../images/img-10.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  height: 400px;
  min-height: 0;
  padding-top: 0;
}

.hero-section.contact {
  background-image: linear-gradient(#0000007a, #0000007a), url('../images/img.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  height: 400px;
  min-height: 0;
  padding-top: 0;
}

.hero-section.blog {
  background-image: linear-gradient(#0000007a, #0000007a), url('../images/120759184_m.jpg');
  background-position: 0 0, 50% 59%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  height: 400px;
  min-height: 0;
  padding-top: 0;
}

.hero-section.medium {
  background-position: 50%;
  background-attachment: scroll;
  height: 700px;
  min-height: 0;
}

.hero-section.contact {
  filter: grayscale();
  background-image: linear-gradient(#000000a3, #000000a3), url('../images/imgi_3_photo-1686771416282-3888ddaf249b.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  height: 400px;
  min-height: 0;
  padding-top: 0;
}

.hero-section.download {
  background-image: linear-gradient(#0000009e, #0000009e), url('../images/No-Money-Millionaire-Paperback-scaled.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  height: 400px;
  min-height: 0;
  padding-top: 0;
}

.hero-section.press, .hero-section.privacy-policy, .hero-section.terms-disclaimers, .hero-section.affiliate-disclosure {
  background-image: linear-gradient(#0000007a, #0000007a), url('../images/imgi_12_Detroit-Skyline-scaled.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  height: 400px;
  min-height: 0;
  padding-top: 0;
}

.hero-section.videos {
  background-image: linear-gradient(#0000008c, #0000008c), url('../images/220077468_m.jpg');
  background-position: 0 0, 50% 70%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  height: 400px;
  min-height: 0;
  padding-top: 0;
}

.hero-section.podcast {
  background-image: linear-gradient(#0000007a, #0000007a), url('../images/110184002_m.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  height: 400px;
  min-height: 0;
  padding-top: 0;
}

.hero-section.press-kit {
  background-image: linear-gradient(#000000ad, #000000ad), url('../images/255973833_m.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  height: 400px;
  min-height: 0;
  padding-top: 0;
}

.hero-section.investorcoach {
  background-image: linear-gradient(#0000009c, #0000009c), url('../images/Hero-4.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  height: 400px;
  min-height: 0;
  padding-top: 0;
}

.hero-section.thankyou {
  background-image: linear-gradient(#0000009c, #0000009c), url('../images/260507118_m.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  height: 400px;
  min-height: 0;
  padding-top: 0;
}

.hero-section.lead {
  background-image: linear-gradient(#000000a8, #000000a8), url('../images/No-Money-Millionaire-Paperback-scaled.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  height: 400px;
  min-height: 0;
  padding-top: 0;
}

.content-wrapper {
  flex: 1;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  display: block;
  position: relative;
}

.content-wrapper.flex-center {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.content-wrapper.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.content-wrapper.flex-full-height {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.content-wrapper.flex-full-height.t-wide {
  align-items: stretch;
}

.header-box.center-no-border {
  text-align: center;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.header-box.center-no-border.testimonials {
  width: 54%;
}

.header-box.center-no-border.press {
  width: 70%;
}

.header-box.center-no-border.contact {
  width: 60%;
}

.header-box.center-no-border._100 {
  text-align: left;
  width: 100%;
}

.header-box.center-no-border.assurance {
  width: 70%;
}

.header-box.center-no-border.thank-you {
  width: 75%;
}

.heading-1.large {
  color: #fff;
  font-size: 47px;
  font-weight: 700;
  line-height: 59px;
}

.heading-1.hero {
  color: #fff;
  margin-bottom: 15px;
  font-size: 52px;
  font-weight: 700;
  line-height: 62px;
}

.heading-1.large-and-white {
  color: #fff;
  font-size: 33px;
  line-height: 48px;
}

.button-3 {
  border: 1px solid var(--mini-titles-text-links);
  color: var(--mini-titles-text-links);
  text-align: center;
  background-color: #0000;
  border-radius: 3px;
  min-width: 130px;
  height: 45px;
  margin-top: 10px;
  padding-top: 16px;
  font-size: 15px;
  font-weight: 300;
  line-height: 15px;
  transition: background-color .2s, color .2s;
}

.button-3:hover {
  color: #fff;
  background-image: linear-gradient(#7461d4, #5e4eae);
}

.mini-title-link {
  border: 1px solid var(--mini-titles-text-links);
  color: var(--mini-titles-text-links);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 3px;
  margin-bottom: 10px;
  padding: 6px 5px 4px 6px;
  font-family: Montserrat, sans-serif;
  font-size: 9.5px;
  font-weight: 400;
  line-height: 9.5px;
  text-decoration: none;
  display: inline-block;
}

.mini-title-1 {
  color: var(--mini-titles-text-links);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 10px;
}

.mini-title-3 {
  color: var(--gold-dark);
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 16px;
}

.mini-title-3.white {
  color: var(--gold-light);
}

.mini-title-3.gold {
  color: var(--gold-light);
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(103deg, #ebbf3c, #f4d569 42%, #f8de79);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 27px;
  font-weight: 700;
  line-height: 42px;
}

.mini-title-3.gold.smaller {
  font-size: 20px;
  line-height: 27px;
}

.mini-title-3.gold.sign {
  color: var(--bright-gold);
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  font-size: 19px;
}

.button-5 {
  border: 1px solid var(--mini-titles-text-links);
  color: var(--mini-titles-text-links);
  text-align: center;
  background-color: #0000;
  border-radius: 55px;
  min-width: 130px;
  height: 45px;
  margin-top: 10px;
  padding-top: 15px;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 15px;
  transition: background-color .4s, color .4s;
}

.button-5:hover {
  color: #fff;
  background-image: linear-gradient(#5e4eae, #5e4eae);
}

.button-2 {
  text-align: center;
  background-color: #0000;
  background-image: linear-gradient(#7461d4, #5e4eae);
  border-radius: 55px;
  min-width: 130px;
  height: 45px;
  margin-top: 10px;
  padding-top: 16px;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 100;
  line-height: 15px;
  transition: background-color .4s;
}

.button-2:hover {
  background-image: linear-gradient(#5e4eae, #5e4eae);
}

.button-2.t-bold {
  background-image: linear-gradient(180deg, var(--gold-light), var(--gold-dark));
  font-weight: 300;
}

.button-2.t-bold:hover {
  background-image: linear-gradient(180deg, var(--gold-dark), var(--gold-dark));
}

.small-bottom-border {
  margin-bottom: 20px;
}

.small-bottom-border.bg {
  background-image: url('../images/Hero-bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 15px;
  padding-bottom: 15px;
}

.mini-title-4 {
  border-bottom: 1px solid var(--mini-titles-text-links);
  color: var(--mini-titles-text-links);
  margin-bottom: 15px;
  padding-bottom: 2px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 15px;
  text-decoration: none;
  display: inline-block;
}

.button-4 {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(#7461d4, #5e4eae);
  border-radius: 3px;
  min-width: 130px;
  height: 45px;
  margin-top: 10px;
  padding-top: 16px;
  font-size: 15px;
  line-height: 15px;
  transition: background-color .4s, color .2s;
}

.button-4:hover {
  background-image: linear-gradient(#5e4eae, #5e4eae);
}

.rich-text-block {
  text-align: justify;
}

.rich-text-block img {
  margin-bottom: 20px;
}

.ordered-list {
  color: var(--paragraph);
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 100;
  line-height: 30px;
}

.button-1 {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #0000;
  border: 2px solid #fff;
  border-radius: 55px;
  min-width: 130px;
  height: 45px;
  margin-top: 10px;
  padding-top: 14px;
  padding-left: 15px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 15px;
  text-decoration: none;
  transition: background-color .2s, color .2s;
}

.button-1:hover {
  color: #1b1b1b;
  background-color: #fff;
}

.button-1.white {
  background-color: var(--white);
  color: var(--headings);
}

.button-1.white:hover {
  color: var(--white);
  background-color: #fff0;
}

.mini-title-2 {
  border: 1px solid var(--mini-titles-text-links);
  color: var(--mini-titles-text-links);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 3px;
  margin-bottom: 15px;
  padding: 6px 5px 4px 6px;
  font-family: Montserrat, sans-serif;
  font-size: 9.5px;
  font-weight: 500;
  line-height: 9.5px;
  display: inline-block;
}

.mini-title-2.add-large {
  border-color: var(--gold-dark);
  color: var(--gold-dark);
  font-size: 12.5px;
  font-weight: 400;
}

.mini-title-2.white {
  border-color: var(--white);
  color: #fff;
}

.content-section {
  background-color: var(--black);
  padding-top: 90px;
  position: relative;
  overflow: hidden;
}

.content-section.bottom-padding {
  padding-bottom: 90px;
}

.content-section.bottom-padding.tint {
  background-color: var(--alice-blue);
  background-color: #eff3fa;
}

.content-section.bottom-padding.extra {
  background-color: var(--black);
  padding-bottom: 100px;
}

.content-section.bottom-padding.extra.tint {
  background-color: var(--footer-tint);
}

.content-section.bottom-padding.footer-tint {
  background-color: #141414;
}

.content-section.bottom-padding.assurance {
  background-color: var(--gold-dark);
  padding-bottom: 80px;
}

.content-section.add-bottom-pad {
  background-color: var(--white);
  padding-bottom: 30px;
}

.style-guide-box {
  margin-bottom: 60px;
}

.dropdown-toggle {
  background-color: #fff;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-right: 34px;
  font-size: 15px;
  font-weight: 300;
  transition: background-color .2s;
}

.dropdown-toggle:hover, .dropdown-toggle.w--open {
  background-color: #e7eaf0;
}

.navlink {
  color: var(--nav-gray);
  letter-spacing: .4px;
  padding: 27px 20px;
  font-size: 17px;
  font-weight: 500;
  transition: background-color .2s;
}

.navlink:hover {
  background-color: #e7eaf024;
}

.navlink.w--current {
  background-color: #6045e0;
  background-image: linear-gradient(180deg, var(--gold-light), var(--gold-dark));
  color: var(--white);
}

.dropdown-link {
  background-color: var(--white);
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 15px;
  transition: padding .2s, background-color .2s;
}

.dropdown-link:hover {
  background-color: #d9dde6;
  padding-left: 25px;
}

.dropdown-link.w--current {
  color: #3c4858;
  background-color: #d9dde6;
}

.dropdown-icon {
  color: #8492a6;
  margin-top: 25px;
  font-size: 12px;
  transform: rotate(-90deg);
}

.brand {
  justify-content: center;
  align-items: center;
  transition: opacity .35s;
  display: flex;
}

.brand:hover {
  opacity: .8;
}

.line-2 {
  background-color: #6c7788;
  width: 18px;
  height: 2px;
  margin-bottom: 3px;
}

.inline-block {
  display: inline-block;
}

.line-3 {
  background-color: #6c7788;
  width: 18px;
  height: 2px;
}

.navbar-1 {
  z-index: 100;
  background-color: #000;
  border-bottom: 1px solid #ffffff3b;
  top: 0;
  left: 0;
  right: 0;
}

.notice-bar {
  z-index: 100;
  background-color: #1b1b1b;
  flex-wrap: nowrap;
  width: 100%;
  display: block;
  position: relative;
}

.notice-box {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.notice-text-box {
  width: 90%;
  padding-left: 25px;
}

.notice-text {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 9.5px;
  font-weight: 300;
  line-height: 15px;
}

.mini-close {
  text-align: right;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 45px;
  margin-right: 25px;
  display: flex;
}

.navigation {
  z-index: 10000;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}

.social-icon {
  border: 2px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  margin-right: 15px;
  transition: background-color .2s;
  display: flex;
}

.social-icon:hover {
  background-color: #fff;
}

.social-icon.instagram {
  background-image: url('../images/002-logo-de-instagram.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 13px;
}

.social-icon.instagram:hover {
  background-image: url('../images/Instagram-gray.svg');
}

.social-icon.linkedin {
  background-image: url('../images/004-logo-linkedin.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 13px;
}

.social-icon.linkedin:hover {
  background-image: url('../images/Linkedin-gray.svg');
}

.social-icon.twitter {
  background-image: url('../images/003-simbolo-de-twitter.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 13px;
}

.social-icon.twitter:hover {
  background-image: url('../images/Twitter-gray.svg');
}

.social-icon.facebook {
  background-image: url('../images/001-facebook-logo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 13px;
  justify-content: center;
  align-items: center;
}

.social-icon.facebook:hover {
  background-image: url('../images/Faceboo-gray.svg');
}

.social-icon.discord {
  background-image: url('../images/discord.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 22px;
}

.social-icon.discord:hover {
  background-image: url('../images/discord-1.png');
}

.social-icon.telegram {
  background-image: url('../images/telegram-1.png');
  background-position: 35%;
  background-repeat: no-repeat;
  background-size: auto 20px;
}

.social-icon.telegram:hover {
  background-image: url('../images/telegram.png');
}

.social-icon.yelp {
  background-image: url('../images/yelp2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 23px;
}

.social-icon.yelp:hover {
  background-image: url('../images/yelp-2.png');
}

.social-icon.pinterest {
  background-image: url('../images/pinterest.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 23px;
}

.social-icon.pinterest:hover {
  background-image: url('../images/pinterest-2.png');
}

.social-icon.google {
  background-image: url('../images/google.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 15px;
}

.social-icon.google:hover {
  background-image: url('../images/google-1.png');
  background-size: auto 15px;
}

.social-icon.threads {
  background-image: url('../images/icon-threads.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 15px;
}

.social-icon.threads:hover {
  background-image: url('../images/threads-gray.svg');
  background-size: auto 15px;
}

.social-icon.houzz {
  background-image: url('../images/houzz-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 23px;
}

.social-icon.houzz:hover {
  background-image: url('../images/houzz-1.png');
}

.social-icon.youtube {
  background-image: url('../images/youtube-2.png');
  background-position: 50% 64%;
  background-repeat: no-repeat;
  background-size: auto 20px;
}

.social-icon.youtube:hover {
  background-image: url('../images/001-youtube.png');
}

.social-icon.tiktok {
  background-image: url('../images/tik-tok.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 13px;
}

.social-icon.tiktok:hover {
  background-image: url('../images/tik-tok-1.png');
}

.social-icon.snapchat {
  background-image: url('../images/snapchat-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 20px;
}

.social-icon.snapchat:hover {
  background-image: url('../images/snapchat.png');
}

.social-icon.twitterx {
  background-image: url('../images/new-twitter.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 13px;
}

.social-icon.twitterx:hover {
  background-image: url('../images/twitter.png');
  background-size: auto 15px;
}

.social-icon.spotify {
  background-image: url('../images/social.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 30px;
}

.social-icon.spotify:hover {
  background-image: url('../images/social-1.png');
}

.social-icon.capt {
  background-image: url('../images/cap-logo_1g2c24x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 20px;
}

.social-icon.capt:hover {
  background-image: url('../images/black-cap-logo_1g2c24x.png');
}

.social-icon.apple {
  background-image: url('../images/Apple-Podcast-Logo--Streamline-Logos-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 18px;
}

.social-icon.apple:hover {
  background-image: url('../images/Apple-Podcast-Logo--Streamline-Logos-3.png');
  background-size: auto 19px;
}

.display-none {
  display: none;
}

.hero-text-box.center-text {
  text-align: left;
  width: 60%;
  margin-top: -40px;
  padding-left: 0;
  padding-right: 20px;
}

.social-icons-box {
  position: absolute;
  bottom: 0;
  left: 0;
}

.social-icons-box.hero {
  margin-bottom: 60px;
  margin-left: 25px;
  display: flex;
}

.hero-section-slider {
  background-color: #fff;
  min-height: 700px;
  display: flex;
  position: relative;
}

.hero-slide-arrow {
  opacity: .6;
  transition: opacity .2s;
}

.hero-slide-arrow:hover {
  opacity: .9;
}

.hero-slide-arrow.hide {
  display: none;
}

.paragraph.white {
  color: #fff;
}

.paragraph.white.bot {
  margin-bottom: 20px;
}

.paragraph.regular {
  font-weight: 400;
}

.mask {
  width: 100%;
}

.anchor-menu {
  background-color: var(--black);
  border-bottom: 1px solid #b1c2dbcc;
  height: 57px;
}

.anchor-menu-box {
  text-align: center;
  justify-content: center;
  position: relative;
}

.anchor-menu-link {
  z-index: 10;
  color: var(--white);
  cursor: pointer;
  margin-right: 50px;
  padding: 15px 5px 10px;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
  position: relative;
  top: 1px;
}

.anchor-menu-link:hover {
  border-bottom: 1px solid var(--gold-dark);
}

.anchor-menu-link.no-left-border {
  margin-right: 0;
}

.intro-text-box {
  text-align: center;
  flex: 1;
  width: 71%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.mini-title-5 {
  color: #6045e0;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 16px;
}

.intro-icon {
  margin-bottom: 20px;
}

.intro-feature {
  text-align: center;
  border-top: 1px #b1c2dbcc;
  border-bottom: 1px #b1c2dbcc;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 30%;
  padding: 0 40px;
  display: flex;
}

.intro-feature._25 {
  border-top-style: none;
  border-bottom-style: none;
  justify-content: flex-start;
  align-items: center;
  width: 22%;
  padding: 0 16px;
}

.intro-feature-2 {
  text-align: center;
  border-top: 1px #b1c2dbcc;
  border-bottom: 1px #b1c2dbcc;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 30%;
  padding: 0 40px;
  display: flex;
}

.intro-feature-2._25 {
  border-top-style: none;
  border-bottom-style: none;
  justify-content: flex-start;
  align-items: center;
  width: 22%;
  padding: 0 20px;
}

.intro-feature-3 {
  text-align: center;
  border-top: 1px #b1c2dbcc;
  border-bottom: 1px #b1c2dbcc;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 30%;
  padding: 0 4%;
  display: flex;
}

.intro-feature-3._22 {
  border-top-style: none;
  border-bottom-style: none;
  justify-content: flex-start;
  align-items: center;
  width: 22%;
  padding: 0 20px;
}

.intro-features-text {
  color: var(--white);
  margin-bottom: 11px;
  font-size: 22px;
  font-weight: 400;
  line-height: 33px;
}

.intro-features-box {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 65px;
  display: flex;
}

.paragraph-3 {
  color: #a4a7a9;
}

.bottom-separation {
  border-bottom: 1px solid #b1c2dbcc;
  padding-bottom: 60px;
}

.bottom-separation.top-border {
  margin-top: 60px;
}

.bottom-separation.top-border.add-no-line {
  border-bottom-style: none;
}

.bottom-separation.half-padding {
  margin-bottom: 60px;
  padding-bottom: 30px;
}

.bottom-separation.half-padding.no-line {
  border-bottom-style: none;
  padding-bottom: 0;
}

.bottom-separation.half-padding.line2 {
  margin-bottom: 86px;
}

.bottom-separation.no-bot {
  border-bottom-style: none;
  padding-bottom: 0;
}

.mobile-bottom-border {
  border-style: solid;
  border-radius: 4px;
  box-shadow: 0 2px 7px #14142b0f;
}

.flex-wrapper {
  flex-flow: wrap;
  width: 100%;
  display: flex;
  position: relative;
}

.flex-wrapper.footer {
  justify-content: space-between;
  align-items: center;
}

.flex-wrapper.vertical-centered {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.flex-wrapper.space-between {
  justify-content: space-between;
}

._55-percent-column {
  width: 55%;
  position: relative;
}

._55-percent-column.flex-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.mobile-top-border {
  box-shadow: 0 2px 7px 0 var(--box-shadow-1);
  border-style: solid;
  border-radius: 4px;
  margin-top: 15px;
}

.mobile-top-border.no-desk {
  margin-top: 0;
}

.text-content {
  width: 83%;
}

.text-content.right-padding {
  padding-right: 20px;
}

.text-content.left-padding {
  padding-left: 20px;
}

.text-link {
  color: var(--gold-dark);
  font-size: 15px;
  font-weight: 300;
  transition: opacity .2s;
}

.text-link:hover {
  opacity: .8;
}

._45-percent-column {
  width: 45%;
}

._45-percent-column.flex-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

._50-percent-column {
  width: 50%;
  position: relative;
}

._50-percent-column.flex-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.inter-section {
  background-image: linear-gradient(#00000080, #00000080), url('../images/ChatGPT-Image-Apr-16_-2025-at-10_39_20-AM.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  overflow: hidden;
}

.clients-inter-box {
  text-align: center;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.clients-inter-box.add-newsletter {
  width: 65%;
}

.mini-contact-us-box {
  text-align: center;
  border-top: 1px solid #b1c2dbcc;
  border-bottom: 1px solid #b1c2dbcc;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 72%;
  padding: 35px 40px 40px;
  display: flex;
}

.address {
  text-align: center;
  background-color: #fffffff2;
  width: 63%;
  padding: 35px 50px 20px;
  text-decoration: none;
}

.address-box {
  background-image: url('../images/No-Money-Millionaire-Slide-1.webp');
  background-position: 50% 40%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 55%;
  height: 500px;
  display: flex;
}

.contact-icon {
  margin-bottom: 10px;
}

.email-address {
  color: #6d6d6d;
  margin-bottom: 10px;
  font-weight: 500;
  text-decoration: none;
}

.footer-notice-text {
  color: #fff;
  letter-spacing: .5px;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
}

.footer-social-links {
  flex-wrap: wrap;
  margin-top: 15px;
  display: flex;
}

.footer-social-links.no-top-border {
  margin-top: 0;
}

.footer-link {
  color: #fff;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
  text-decoration: none;
  transition: color .2s;
  display: block;
}

.footer-link:hover {
  color: #aaa;
}

.footer-link.w--current {
  text-decoration: underline;
}

.footer-link.horizontal {
  margin-bottom: 0;
  margin-right: 25px;
}

.footer-link.horizontal.t-last {
  margin-right: 0;
}

.footer-link.horizontal.t-mobile-nav-center {
  font-weight: 500;
}

.logo-footer {
  transition: opacity .4s;
}

.logo-footer:hover {
  opacity: .8;
}

.footer-section {
  background-color: var(--footer-tint);
  padding-top: 60px;
  padding-bottom: 40px;
}

.footer-notice-text-box {
  flex: 1;
  padding-right: 10px;
}

.menu-horizontal {
  text-align: center;
  flex-wrap: wrap;
  display: flex;
}

.back-to-top-text {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-right: 10px;
  font-size: 10px;
  font-weight: 500;
  line-height: 10px;
  display: inline;
}

.footer-notice-link {
  color: #fff;
}

.footer-social-icon {
  border: 2px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  margin-right: 15px;
  transition: background-color .2s;
  display: flex;
}

.footer-social-icon:hover {
  background-color: #fff;
}

.footer-social-icon.facebook {
  background-image: url('../images/Face-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 13px;
}

.footer-social-icon.facebook:hover {
  background-image: url('../images/Faceboo-gray.svg');
}

.footer-social-icon.instagram {
  background-image: url('../images/002-logo-de-instagram.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 13px;
}

.footer-social-icon.instagram:hover {
  background-image: url('../images/Instagram-gray.svg');
}

.footer-social-icon.linkedin {
  background-image: url('../images/004-logo-linkedin.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 13px;
}

.footer-social-icon.linkedin:hover {
  background-image: url('../images/Linkedin-gray.svg');
}

.footer-social-icon.twitter {
  background-image: url('../images/003-simbolo-de-twitter.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 13px;
}

.footer-social-icon.twitter:hover {
  background-image: url('../images/Twitter-gray.svg');
}

.footer-social-icon.t-last {
  margin-right: 0;
}

.footer-social-icon.t-last.linkedin.right {
  margin-right: 15px;
}

.footer-notice {
  border-top: 1px solid #464754;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 6px;
  padding-top: 30px;
  display: flex;
}

.back-to-top-link {
  font-weight: 400;
  text-decoration: none;
  display: inline;
}

.form-6-button {
  background-image: linear-gradient(180deg, var(--gold-light), var(--gold-dark));
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 33.33%;
  height: 70px;
  padding-top: 11px;
  font-size: 16px;
  font-weight: 500;
  transition: background-color .2s;
}

.form-6-button:hover {
  background-image: linear-gradient(to bottom, var(--gold-dark), var(--gold-dark));
}

.form-6 {
  flex-flow: wrap;
  max-width: 510px;
  margin-top: 20px;
  display: flex;
}

.form-6-input {
  border: 1px solid #b1c2dbcc;
  width: 33.33%;
  height: 70px;
  padding-left: 33px;
}

.form-6-input:focus {
  border: 1px solid #1989ee;
}

.form-6-input::placeholder {
  color: var(--black);
  font-weight: 500;
}

.form-6-input.name {
  border-style: solid;
  border-width: 1px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.form-6-input.email {
  border-style: solid none;
  border-color: #b1c2dbcc;
  border-left-width: 1px;
}

.form-6-input.email:focus {
  border-style: solid;
  border-color: #1989ee;
  padding-left: 32px;
}

.error-message {
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}

.error-message.max-width {
  max-width: 510px;
}

.success-message {
  background-color: #0000;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}

.success-message.add-white {
  border: 1px solid var(--white);
  color: var(--white);
  font-weight: 500;
}

.success-message.color {
  background-image: linear-gradient(180deg, var(--gold-light), var(--gold-dark));
  color: var(--white);
  font-weight: 700;
}

.add-slide-1 {
  background-color: var(--black);
  background-image: url('../images/David-Webb-Hero-Photo.webp');
  background-position: 96% 100%;
  background-repeat: no-repeat;
  background-size: auto 98%;
}

.add-slide-2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Hero-bg.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.add-slide-3 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/img.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.add-nav-logo {
  height: 70px;
  margin-top: 8px;
  margin-bottom: 8px;
}

.add-logo-footer {
  height: 80px;
}

.top-and-bottom-border {
  margin-top: 15px;
}

._66-percent-column {
  width: 66%;
}

._66-percent-column.flex {
  flex-wrap: wrap;
  display: flex;
}

._66-percent-column._100 {
  width: 100%;
}

.more-line-height {
  line-height: 50px;
}

.utility-section {
  border-bottom: 1px solid #b1c2dbcc;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 60px;
  padding-bottom: 50px;
  display: flex;
}

.utility-section.no-top-padding {
  padding-top: 0;
}

.utility-section.no-top-padding.blogs {
  flex-direction: column;
  padding-bottom: 0;
}

.utility-section.no-top-padding.no-line {
  border-bottom-style: none;
  padding-bottom: 0;
}

.utility-section.no-pad-or-lines {
  border-bottom-style: none;
  padding-top: 0;
  padding-bottom: 0;
}

.utility-section.no-pad-or-lines.bot {
  margin-bottom: 60px;
}

.utility-section.kit {
  flex-flow: column;
  width: 100%;
}

._30-percent-column {
  width: 30%;
  position: relative;
}

._40-percent-column {
  width: 40%;
}

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

.center-content.top-border {
  width: 100%;
  margin-top: 40px;
}

.center-content.top-border.testimonial {
  margin-top: 60px;
}

._45-percent-column-special {
  width: 45%;
}

.map {
  height: 540px;
}

.submit-button-2 {
  background-image: linear-gradient(180deg, var(--gold-light), var(--gold-dark));
  color: #fff;
  text-align: center;
  border-radius: 3px;
  min-width: 130px;
  height: 45px;
  padding-top: 13px;
  font-size: 15px;
  font-weight: 500;
  line-height: 15px;
  transition: background-color .4s, color .2s;
}

.submit-button-2:hover {
  background-image: linear-gradient(to bottom, var(--gold-dark), var(--gold-dark));
}

._50-percent-column-special {
  width: 50%;
  position: relative;
}

.form-1-input {
  background-image: url('../images/_1+.png');
  background-position: 15px;
  background-repeat: no-repeat;
  background-size: 9px;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #b1c2dbcc;
  border-radius: 3px;
  height: 55px;
  margin-bottom: 60px;
  padding-left: 40px;
  font-weight: 300;
}

.form-1-input::placeholder {
  color: var(--paragraph-2);
  font-weight: 500;
}

.form-1-input.message {
  background-image: none;
  border-style: solid;
  border-color: #b1c2dbcc;
  margin-bottom: 30px;
  padding-top: 15px;
  padding-bottom: 60px;
  padding-left: 15px;
}

.form-1-input.message:focus {
  border-color: #3898ec;
}

.form-1-input._30 {
  margin-bottom: 30px;
}

.form-1-input._31 {
  width: 31%;
}

.form-1-input._48 {
  width: 48%;
}

._56-percent-column {
  width: 56%;
}

._46-percent-column {
  width: 44%;
}

.bottom-border {
  margin-bottom: 15px;
}

.dropdown-list {
  background-color: var(--white);
}

.div-block--contact-item {
  background-image: url('../images/ChatGPT-Image-Apr-16_-2025-at-10_39_20-AM.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 540px;
}

.div-block--contact-item.book {
  background-image: url('../images/No-Money-Millionaire-Paperback-scaled.webp');
  border-radius: 4px;
}

.map-in-div {
  height: 100%;
}

.post-preview-box {
  padding-right: 20px;
}

.post-preview-box.top-padding {
  margin-top: 18px;
}

.box-details {
  border-top: 1px solid #b1c2dbcc;
  border-bottom: 1px solid #b1c2dbcc;
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.box-details.small {
  border-top-style: none;
  border-bottom-style: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}

.post-preview-image-3 {
  flex-direction: column;
  margin-bottom: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.inline-link {
  color: #6045e0;
}

.inline-link.small {
  font-size: 15px;
  font-weight: 300;
}

.div-block--blog-post {
  width: 95%;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.absolute-hover {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.title-link {
  color: var(--headings);
  font-size: 22px;
  line-height: 30px;
  text-decoration: none;
  transition: opacity .2s;
}

.title-link:hover {
  opacity: .85;
}

.hover-box {
  background-image: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.hover-box.overflow-hidden {
  background-image: url('../images/120759184_m.jpg');
  background-position: 50%;
  background-size: cover;
  height: 250px;
  transition: box-shadow .3s;
  overflow: hidden;
}

.hover-box.overflow-hidden:hover {
  box-shadow: 7px 7px 33px #00000036;
}

.hover-box.overflow-hidden.blog1 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.inline-text-2 {
  margin-right: 4px;
  font-size: 15px;
  font-weight: 300;
}

.heading-2 {
  color: #3c4858;
  margin-top: 0;
  font-family: Roboto, sans-serif;
  font-size: 38px;
  font-weight: 100;
  line-height: 44px;
}

.content-wrapper-2 {
  color: #8492a6;
  flex: 1;
  max-width: 1190px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  display: block;
  position: relative;
}

.box-details-2 {
  border-top: 1px solid #bbc9dd;
  border-bottom: 1px solid #bbc9dd;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.box-details-2.no-second-line {
  border-bottom-style: none;
  justify-content: flex-end;
}

.inline-link-2 {
  color: #000;
}

.inline-link-2.small {
  font-size: 15px;
  font-weight: 300;
}

.inline-text {
  margin-right: 4px;
  font-size: 15px;
}

.slide-nav {
  border-bottom: 1px solid #b1c2dbcc;
  display: block;
  position: relative;
}

.slide {
  background-color: #fff;
}

.slide.tint {
  background-color: #eff3fa;
}

.button-6 {
  text-align: center;
  background-color: #0000;
  background-image: linear-gradient(#7461d4, #5e4eae);
  border-radius: 55px;
  min-width: 130px;
  height: 45px;
  margin-top: 10px;
  padding-top: 16px;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 100;
  line-height: 15px;
  transition: background-color .4s;
}

.button-6:hover {
  background-image: linear-gradient(#5e4eae, #5e4eae);
}

.button-6.t-bold {
  font-weight: 300;
}

.slider-arrow {
  cursor: pointer;
  background-image: url('../images/Slider-Arrow_Right_1Slider Arrow_Right.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 18px;
  transition: opacity .2s;
}

.slider-arrow.left {
  background-image: url('../images/Slider-Arrow_Left_1Slider Arrow_Left.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 18px;
}

.block-quote {
  font-size: 20px;
  line-height: 40px;
}

.content-wrapper-3 {
  flex: 1;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  display: block;
  position: relative;
}

.testimonial-text-box {
  text-align: center;
  width: 68%;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-text-box._1 {
  margin-top: 9px;
}

.mini-title-6 {
  color: #5d8a81;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 10px;
}

.text-dark {
  color: #303643;
}

.text-dark.bold {
  font-weight: 500;
}

.top-border {
  margin-top: 20px;
}

._2-testimonial-left {
  border-right: 1px solid #c4cbd7;
  width: 28%;
  padding-top: 10px;
  padding-bottom: 15px;
  padding-right: 30px;
}

.paragraph-2 {
  font-family: Roboto, sans-serif;
}

.paragraph-2.medium {
  font-size: 16px;
  line-height: 24.5px;
}

.text-small {
  font-size: 14px;
  line-height: 16px;
}

.bottom-border-2 {
  width: 100%;
  margin-bottom: 20px;
  display: inline-block;
}

.bottom-border-2.small {
  width: 100%;
  margin-bottom: 10px;
}

._2-testimonial-right {
  flex: 1;
  padding-top: 10px;
  padding-bottom: 15px;
  padding-left: 50px;
}

.testimonial-box {
  border: 1px solid #c4cbd7;
  border-radius: 5px;
  flex-wrap: wrap;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 40px;
  display: flex;
}

.star {
  margin-right: 3px;
}

.testimonial-pic {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 125px;
  border: 3px solid #ffffffb3;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 10px;
}

.testimonial-pic._1 {
  filter: brightness(170%);
  background-image: url('../images/pamtemp.png');
  background-size: 57px;
}

.testimonial-person {
  flex-wrap: wrap;
  display: flex;
}

.gallery-image {
  background-image: url('../images/120759184_m.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 240px;
}

.no-top {
  padding-top: 0;
}

.nav-hide {
  display: none;
}

.image-logo-1 {
  max-width: 80%;
  max-height: 120px;
}

.image-logo-3 {
  height: 119px;
}

.heading-2-white {
  color: var(--white);
}

.white-rich p, .white-rich li {
  color: #e9e9e9;
}

.text--disclaimer {
  color: #ffffff78;
  margin-top: 69px;
  font-size: 15px;
  font-style: italic;
  font-weight: 500;
}

.text--disclaimer.date {
  margin-top: -4px;
}

.div--logo {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px 11px;
  display: flex;
}

.image-full {
  width: 100%;
}

.testimonial-text-block {
  text-align: center;
  width: 65%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.testimonial-pic-2 {
  background-image: url('../images/NMM-Logo-Rendered-Straight.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  width: 52px;
  height: 52px;
}

.slider-arrow-2 {
  color: #ccc;
}

.slide-nav-2 {
  position: relative;
}

.testimonial-bg {
  border: 1px solid var(--gold-light);
  background-color: var(--black);
  background-image: url('../images/NMM-Logo-Rendered-Straight.webp');
  background-position: 0 0;
  background-size: auto;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.testimonial-slider {
  background-color: #fff;
  height: auto;
}

.testimonial-slider.trans {
  background-color: #0000;
}

.mini-title-7 {
  color: #6045e0;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 10px;
}

.mini-title-7.white {
  color: #fff;
  font-size: 11px;
}

.text-block {
  color: #3c4858;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 27px;
  font-style: italic;
  line-height: 45px;
}

.text-block.white {
  color: #fff;
  font-weight: 500;
}

.btn-primary {
  color: #fff;
  text-align: center;
  background-color: #6c72ff;
  border-radius: 4px;
  justify-content: center;
  padding: 8px;
  font-weight: 500;
  line-height: 1.167em;
  text-decoration: none;
  transition: background-color .3s, color .3s;
}

.btn-primary:hover {
  color: #fff;
  background-color: #212c4d;
}

.btn-primary.large {
  background-color: var(--gold-dark);
  background-image: linear-gradient(180deg, var(--gold-light), var(--gold-dark));
  margin-top: 10px;
  padding: 14px;
  font-size: 18px;
  line-height: 1.125em;
  transition: all .3s, background-color .3s, color .3s;
}

.btn-primary.large:hover {
  background-image: linear-gradient(180deg, var(--gold-dark), var(--gold-dark));
  transform: translate(0, -2px);
  box-shadow: 0 2px 5px #0000007d;
}

.btn-primary.large.top {
  margin-top: 14px;
}

.btn-primary.large.download {
  padding-left: 19px;
}

.btn-primary.large.right {
  margin-right: 7px;
}

.btn-primary.large.submit {
  width: 100%;
  margin-top: -20px;
}

.btn-primary.large.right-and-left {
  margin-left: 7px;
  margin-right: 7px;
}

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

.btn-icon-right.max-h-16px {
  margin-left: 6px;
}

.btn-icon-right.max-h-16px.small {
  height: 26px;
}

.div-block--top {
  margin-top: 18px;
}

.div-block--top.hero {
  margin-top: 28px;
}

.div-block--top.bottom-spacing {
  margin-bottom: 64px;
}

.image-section {
  background-image: url('../images/Photo-5.jpg');
  background-position: 50%;
  background-size: cover;
}

.image-section.avatars {
  background-image: url('../images/No-Money-Millionaire-Paperback-scaled.webp');
  background-position: 50% 67%;
  background-size: contain;
  background-attachment: fixed;
}

.image-section-overlay {
  color: #fff;
  background-color: #2c2e31b3;
  width: 100%;
  height: 100%;
  padding-top: 145px;
  padding-bottom: 105px;
}

.image-section-overlay.dark {
  background-color: #ad861fe8;
  padding-top: 115px;
  padding-bottom: 185px;
}

.container {
  position: relative;
}

.image-section-overlay-block {
  color: #fff;
  text-align: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-section-overlay-block._5-steps {
  width: 80%;
}

.image-section-overlay-title {
  font-size: 36px;
  font-weight: 400;
  line-height: 41px;
}

.image-section-overlay-title.subtitle {
  width: 70%;
  margin: 30px auto 10px;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  display: block;
}

.video-lightbox-button {
  text-align: center;
  background-color: #5ec045;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 14px;
  padding-left: 2px;
  transition: transform .2s;
  display: block;
  position: absolute;
  top: 53%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
}

.video-lightbox-button:hover {
  transform: translate(0, -50%)scale(1.2);
  box-shadow: 0 0 13px #00000080;
}

.video-lightbox {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  box-shadow: 0 0 23px #0000004d;
}

.video-lightbox.large {
  margin-top: -200px;
}

.video-lightbox-icon {
  height: 25px;
}

.section {
  background-color: var(--black);
  padding-top: 80px;
  padding-bottom: 100px;
  position: relative;
}

.video-lightbox-overlay {
  background-color: #0003;
  width: 100%;
  height: 100%;
  position: relative;
}

.video-lightbox-block {
  background-image: url('../images/Photo-8.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 4px;
  height: 400px;
  overflow: hidden;
}

.video-lightbox-block.large {
  background-image: url('../images/r-5steps.jpg');
  height: 500px;
}

.image-3 {
  border-width: .4px;
}

.image-4 {
  border-style: none;
}

.review-master {
  flex-flow: column;
  width: 100%;
  padding-right: 5px;
  display: flex;
}

.review-stars {
  margin-bottom: 25px;
}

.image-star {
  height: 31px;
  margin-right: 3px;
}

.small-section-title {
  opacity: .6;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 600;
}

.client-logo {
  opacity: .3;
  height: 50px;
  transition: opacity .2s;
}

.client-logo:hover {
  opacity: 1;
}

.section-title-wrapper {
  text-align: center;
  width: 60%;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section-title-wrapper.small-title {
  margin-bottom: 30px;
}

.section-title-wrapper.small-title.application {
  width: 64%;
  margin-bottom: 50px;
}

.logo-column {
  text-align: center;
}

.section-2 {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section-2.tint {
  background-color: #f5f5f5;
}

.div-block--logo-wrapper {
  width: 31%;
}

.div-block-2 {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.mission {
  background-color: var(--footer-tint);
  text-align: center;
  background-image: linear-gradient(#0000005e, #0000005e), url('../images/imgi_12_Detroit-Skyline-scaled.webp');
  background-position: 0 0, 50%;
  background-size: auto, auto;
  border-radius: 6px;
  margin-top: 80px;
  padding: 40px;
}

.video-lightbox-button-2 {
  text-align: center;
  background-color: #5ec045;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  padding-left: 2px;
  transition: transform .2s;
  display: block;
  position: absolute;
  top: 53%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
}

.video-lightbox-button-2:hover {
  transform: translate(0, -50%)scale(1.2);
  box-shadow: 0 0 13px #00000080;
}

.image-hero {
  background-color: #0f1011;
  background-image: url('../images/Photo-2.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.image-hero.busines-2 {
  background-image: url('../images/imgi_12_Detroit-Skyline-scaled.webp');
  background-position: 50% 100%;
  background-size: cover;
}

.video-lightbox-image-block {
  background-image: linear-gradient(#0000001a, #0000001a), url('../images/Photo-6.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.video-lightbox-image-block.hero {
  text-align: center;
  background-image: url('../images/Photo-7.jpg');
  background-position: 50%;
  background-size: cover;
}

.button {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #1f6fff;
  border-radius: 3px;
  margin-top: 20px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 12px;
  font-weight: 600;
  transition: background-color .2s, background-position .2s, color .2s, border .2s, box-shadow .2s;
}

.button:hover {
  color: #fff;
  background-color: #0b4fc9;
  box-shadow: 0 8px 16px 4px #0000004d;
}

.button.outline {
  background-color: #0000;
  border: 1px solid #fff;
}

.overall-hero-description {
  opacity: .71;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  font-size: 19px;
  font-weight: 300;
  line-height: 24px;
  display: block;
}

.full-hero-content-block {
  text-align: center;
  width: 80%;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.overall-video-lightbox {
  background-image: url('../images/No-Money-Millionaire-Paperback-scaled.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 4px;
  width: 100%;
  height: 230px;
  display: block;
  overflow: hidden;
  box-shadow: 0 10px 40px #0000004d;
}

.overall-video-lightbox.large-hero {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  width: 90%;
  height: 330px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.overall-video-lightbox.book {
  border-radius: 6px;
  width: 90%;
  height: 900px;
  margin-left: auto;
  margin-right: auto;
}

.hero-block-overlay {
  color: #fff;
  background-color: #00000040;
  padding-top: 270px;
  padding-bottom: 250px;
}

.hero-block-overlay.business-2 {
  background-color: #202020d9;
  padding-top: 60px;
  padding-bottom: 80px;
}

.overall-hero-title {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 41px;
  font-weight: 700;
}

.h2-bottom {
  margin-bottom: 30px;
}

.paragraph-4.regular {
  color: var(--white);
  font-weight: 700;
}

.div--content-type {
  margin-bottom: 30px;
}

.radio-button-field {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.radio-button-label {
  color: var(--white);
  margin-bottom: 0;
}

.radio-button {
  margin-top: 0;
  margin-right: 7px;
}

.videos {
  border-radius: 6px;
  margin-bottom: 12px;
}

.quick-stack-2 {
  padding-left: 0;
  padding-right: 0;
}

.video-content {
  width: 100%;
}

.long-feature-block {
  margin-top: 25px;
  padding-bottom: 1px;
  padding-left: 65px;
  padding-right: 20px;
  position: relative;
}

.left-feature-icon {
  height: 36px;
  margin-top: 5px;
  position: absolute;
  top: 0;
  left: 0;
}

.long-feature-title {
  color: var(--white);
  margin-bottom: 8px;
  font-size: 19px;
}

.description-paragraph {
  color: #ffffffc2;
  font-size: 14px;
  line-height: 22px;
}

.thank-you-e-mail {
  font-size: 15px;
}

.form-2-input {
  color: #9eafc7;
  background-image: url('../images/_1+.png');
  background-position: 15px;
  background-repeat: no-repeat;
  background-size: 9px;
  border-style: solid;
  border-color: #b1c2dbcc;
  border-bottom-width: 1px;
  width: 31%;
  height: 55px;
  margin-bottom: 30px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 35px;
  font-weight: 300;
}

.form-2-input.message {
  background-image: none;
  width: 100%;
  padding: 15px 15px 80px;
}

.submit-button-3 {
  background-image: linear-gradient(#7461d4, #5e4eae);
  border-radius: 55px;
  min-width: 130px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  font-size: 15px;
  transition: background-color .3s;
  display: block;
}

.submit-button-3:hover {
  background-image: linear-gradient(#7461d4, #7461d4);
}

.div-full {
  width: 100%;
}

.form {
  color: #ffffff78;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
}

.form.date {
  margin-top: -4px;
}

.div--check-wrapper {
  width: 48%;
}

.div--check-wrapper.bot {
  margin-bottom: 20px;
}

.checkbox {
  margin-top: 6px;
}

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

html.w-mod-js [data-ix="move-up-on-load"], html.w-mod-js [data-ix="move-up-on-load-2"], html.w-mod-js [data-ix="move-up-on-load-3"], html.w-mod-js [data-ix="move-up-on-load-4"] {
  opacity: 0;
  transform: translate(0, 40px);
}

@media screen and (max-width: 991px) {
  .header-box.center-no-border, .header-box.center-no-border.testimonials, .header-box.center-no-border.press, .header-box.center-no-border.contact {
    width: 85%;
  }

  .menu-button {
    height: 60px;
    padding-top: 24px;
  }

  .menu-button.w--open {
    background-color: #ffffff2e;
  }

  .dropdown-toggle {
    background-color: #fff;
  }

  .line-2, .line-3 {
    background-color: var(--white);
  }

  .hero-section-slider {
    min-height: 825px;
  }

  .intro-feature._25, .intro-feature-2._25, .intro-feature-3._22 {
    width: 48%;
  }

  .flex-wrapper.mobile-center {
    justify-content: center;
    align-items: center;
  }

  .flex-wrapper.footer {
    flex-direction: column;
  }

  .text-content {
    width: 100%;
  }

  .text-content.left-padding {
    padding-left: 20px;
  }

  .clients-inter-box, .address {
    width: 80%;
  }

  .logo-footer, .menu-horizontal {
    margin-bottom: 30px;
  }

  .footer-social-icon {
    margin-bottom: 15px;
  }

  .add-slide-1 {
    background-position: 100% 100%;
    background-size: auto 70%;
  }

  .nav-menu {
    background-color: #000000eb;
    padding-bottom: 0;
  }

  ._50-percent-column-special {
    width: 50%;
  }

  ._50-percent-column-special.bottom-border {
    margin-bottom: 30px;
  }

  .hover-box.overflow-hidden {
    height: 180px;
  }

  .block-quote {
    font-size: 18px;
  }

  .image-section-overlay {
    padding: 90px 45px;
  }

  .image-section-overlay.dark {
    padding-top: 80px;
    padding-bottom: 190px;
  }

  .image-section-overlay-block {
    width: 90%;
  }

  .section {
    padding: 45px;
  }

  .video-lightbox-block.large {
    height: 270px;
  }

  .client-logo {
    height: 40px;
  }

  .section-title-wrapper {
    width: 85%;
    margin-bottom: 40px;
  }

  .section-title-wrapper.small-title.application {
    width: 85%;
  }

  .section-2 {
    padding: 45px;
  }

  .overall-hero-description {
    width: 80%;
  }

  .full-hero-content-block {
    width: 100%;
    margin-bottom: 50px;
  }

  .overall-video-lightbox.book {
    height: 600px;
  }

  .hero-block-overlay {
    padding: 170px 45px 140px;
  }

  .hero-block-overlay.business-2 {
    padding-left: 45px;
    padding-right: 45px;
  }

  .overall-hero-title {
    font-size: 41px;
    line-height: 53px;
  }
}

@media screen and (max-width: 767px) {
  .hero-section.about, .hero-section.services, .hero-section.blog {
    height: 300px;
  }

  .hero-section.medium {
    height: 400px;
  }

  .hero-section.contact, .hero-section.download, .hero-section.press, .hero-section.privacy-policy, .hero-section.terms-disclaimers, .hero-section.affiliate-disclosure, .hero-section.videos, .hero-section.podcast, .hero-section.press-kit, .hero-section.investorcoach, .hero-section.thankyou, .hero-section.lead {
    height: 300px;
  }

  .header-box.center-no-border.testimonials, .header-box.center-no-border.press, .header-box.center-no-border.contact {
    width: 100%;
  }

  .header-box.center-no-border.assurance, .header-box.center-no-border.thank-you {
    width: 85%;
  }

  .heading-1.hero {
    font-size: 36px;
    line-height: 49px;
  }

  .heading-1.large-and-white.add-newsletter-text {
    font-size: 33px;
    line-height: 43px;
  }

  .rich-text-block {
    text-align: left;
  }

  .content-section {
    padding-top: 60px;
  }

  .content-section.bottom-padding {
    padding-bottom: 60px;
  }

  .content-section.bottom-padding.assurance {
    padding-bottom: 50px;
  }

  .navlink {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brand {
    padding-left: 0;
  }

  .hero-text-box.center-text {
    width: 100%;
    margin-top: -382px;
  }

  .social-icons-box.hero {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-bottom: 60px;
  }

  .hero-section-slider {
    min-height: 880px;
  }

  .hero-slide-arrow {
    display: none;
  }

  .intro-text-box {
    width: 100%;
  }

  .intro-feature, .intro-feature-2 {
    border-bottom-style: none;
    width: 80%;
  }

  .intro-feature-3 {
    width: 80%;
  }

  .intro-features-box {
    justify-content: center;
    align-items: center;
  }

  .mobile-bottom-border {
    margin-bottom: 30px;
  }

  .mobile-bottom-border.mobile-top {
    margin-top: 30px;
    margin-bottom: 0;
  }

  .flex-wrapper.mobile-center {
    justify-content: center;
    align-items: center;
  }

  .flex-wrapper.mobile-center.flip {
    flex-flow: wrap-reverse;
  }

  ._55-percent-column {
    width: 100%;
  }

  .mobile-top-border {
    margin-top: 30px;
  }

  .text-content.right-padding {
    padding-right: 0;
  }

  .text-content.left-padding {
    padding-left: 0;
  }

  ._45-percent-column, ._50-percent-column {
    width: 100%;
  }

  .clients-inter-box {
    width: 90%;
  }

  .clients-inter-box.add-newsletter {
    width: 100%;
  }

  .mini-contact-us-box {
    width: 80%;
  }

  .address-box {
    width: 199%;
    height: 360px;
    margin-bottom: 50px;
  }

  .footer-link.horizontal {
    margin-bottom: 15px;
  }

  .menu-horizontal {
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
  }

  .error-message {
    width: 80%;
  }

  .error-message.max-width {
    width: auto;
  }

  ._66-percent-column, ._30-percent-column, ._40-percent-column, ._45-percent-column-special {
    width: 100%;
  }

  .map {
    height: 360px;
  }

  ._50-percent-column-special {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .form-1-input._48 {
    width: 100%;
    margin-bottom: 30px;
  }

  ._56-percent-column, ._46-percent-column {
    width: 100%;
  }

  .div-block--contact-item {
    height: 400px;
  }

  .post-preview-box {
    margin-top: 20px;
    padding-right: 0;
  }

  .div-block--blog-post {
    width: 100%;
  }

  .hover-box.overflow-hidden {
    height: 280px;
  }

  ._2-testimonial-left {
    width: 32%;
  }

  .testimonial-pic {
    margin-bottom: 10px;
  }

  .gallery-image {
    height: 320px;
  }

  .image-2 {
    margin-bottom: 16px;
  }

  .btn-primary.large.submit {
    margin-top: 0;
  }

  .image-section-overlay {
    padding: 60px 25px;
  }

  .image-section-overlay.dark {
    padding-top: 60px;
  }

  .image-section-overlay-block {
    width: 90%;
  }

  .image-section-overlay-title {
    font-size: 30px;
    line-height: 36px;
  }

  .image-section-overlay-title.subtitle {
    width: 100%;
    margin-top: 20px;
  }

  .section {
    padding: 25px;
  }

  .video-lightbox-block {
    height: 260px;
  }

  .video-lightbox-block.large {
    height: 250px;
  }

  .section-title-wrapper {
    width: 95%;
    margin-bottom: 40px;
  }

  .section-title-wrapper.small-title {
    margin-bottom: 19px;
  }

  .section-title-wrapper.small-title.application {
    width: 100%;
  }

  .logo-column {
    padding-bottom: 3px;
    padding-left: 0;
    padding-right: 0;
  }

  .section-2 {
    padding: 25px;
  }

  .div-block--logo-wrapper {
    width: 49%;
    margin-bottom: 10px;
  }

  .div-block-2 {
    flex-flow: wrap;
  }

  .overall-hero-description {
    width: 90%;
  }

  .overall-video-lightbox.large-hero {
    height: 210px;
  }

  .overall-video-lightbox.book {
    height: 480px;
  }

  .hero-block-overlay {
    padding-top: 120px;
    padding-bottom: 90px;
  }

  .overall-hero-title {
    font-size: 30px;
    line-height: 33px;
  }

  .div--check-wrapper {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .hero-section.about, .hero-section.services {
    height: 300px;
  }

  .hero-section.blog {
    height: 300px;
    padding-top: 0;
  }

  .hero-section.medium, .hero-section.contact, .hero-section.download, .hero-section.press, .hero-section.privacy-policy, .hero-section.terms-disclaimers, .hero-section.affiliate-disclosure, .hero-section.videos, .hero-section.podcast, .hero-section.press-kit, .hero-section.investorcoach, .hero-section.thankyou, .hero-section.lead {
    height: 300px;
  }

  .header-box {
    text-align: center;
  }

  .header-box.center-no-border, .header-box.center-no-border.assurance, .header-box.center-no-border.thank-you {
    width: 100%;
  }

  .heading-1.large {
    font-size: 36px;
    line-height: 45px;
  }

  .heading-1.hero {
    font-size: 32px;
    line-height: 41px;
  }

  .heading-1.large-and-white.add-newsletter-text {
    font-size: 23px;
    line-height: 36px;
  }

  .hero-text-box.center-text {
    padding-left: 0;
    padding-right: 0;
  }

  .social-icons-box.hero {
    margin-bottom: 40px;
  }

  .hero-section-slider {
    min-height: 900px;
  }

  .anchor-menu {
    height: auto;
  }

  .anchor-menu-link {
    width: 100%;
    margin-right: 0;
  }

  .intro-feature {
    width: 100%;
    max-width: 100%;
  }

  .intro-feature._25 {
    width: 100%;
  }

  .intro-feature-2 {
    width: 100%;
    max-width: 100%;
  }

  .intro-feature-2._25 {
    width: 100%;
  }

  .intro-feature-3 {
    width: 100%;
    max-width: 100%;
  }

  .intro-feature-3._22, ._55-percent-column, ._45-percent-column, ._50-percent-column, .clients-inter-box, .mini-contact-us-box {
    width: 100%;
  }

  .address {
    padding-left: 20px;
    padding-right: 20px;
  }

  .address-box {
    width: 100%;
    height: 280px;
  }

  .footer-link.horizontal {
    margin-bottom: 15px;
  }

  .footer-link.horizontal.t-mobile-nav-center {
    margin-right: 0;
  }

  .footer-notice-text-box {
    flex: 0 auto;
    width: 100%;
    margin-bottom: 30px;
  }

  .menu-horizontal {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .menu-horizontal.t-mobile-center {
    align-items: center;
  }

  .footer-notice {
    margin-top: 12px;
  }

  .back-to-top-link {
    width: 100%;
  }

  .form-6-button {
    border-radius: 3px;
    width: 100%;
  }

  .form-6-input.name {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    width: 100%;
  }

  .form-6-input.email {
    border-left-style: solid;
    border-right-style: solid;
    width: 100%;
  }

  .add-slide-1 {
    background-position: 50% 100%;
    background-size: auto 50%;
  }

  .add-nav-logo {
    height: 47px;
  }

  .add-logo-footer {
    height: 60px;
  }

  ._45-percent-column-special {
    width: 100%;
  }

  .map {
    height: 280px;
  }

  ._50-percent-column-special {
    width: 100%;
  }

  .div-block--contact-item {
    height: 300px;
  }

  .box-details {
    width: 100%;
  }

  .div-block--blog-post {
    margin-bottom: 35px;
  }

  .hover-box.overflow-hidden {
    height: 180px;
  }

  .content-wrapper-2 {
    padding-bottom: 0;
  }

  .box-details-2 {
    width: 100%;
  }

  ._2-testimonial-left {
    border-bottom: 1px solid #c4cbd7;
    border-right-style: none;
    width: 100%;
    margin-bottom: 25px;
  }

  ._2-testimonial-right {
    padding-left: 0;
  }

  .testimonial-box {
    padding: 10px 20px;
  }

  .testimonial-pic {
    margin-bottom: 0;
  }

  .gallery-image {
    height: 160px;
  }

  .no-top {
    padding-left: 0;
    padding-right: 0;
  }

  .quick-stack {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial-text-block {
    width: 100%;
  }

  .image {
    margin-bottom: 20px;
  }

  .image-section-overlay {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .image-section-overlay.dark {
    padding-top: 30px;
  }

  .image-section-overlay-block {
    width: 100%;
  }

  .image-section-overlay-title {
    font-size: 24px;
    font-weight: 300;
    line-height: 29px;
  }

  .image-section-overlay-title.subtitle {
    width: 100%;
    margin-top: 16px;
    font-size: 14px;
    line-height: 23px;
  }

  .video-lightbox-button {
    width: 50px;
    height: 50px;
    padding-top: 13px;
  }

  .video-lightbox.large {
    margin-top: -193px;
  }

  .video-lightbox-icon {
    height: 20px;
  }

  .section {
    padding: 25px;
  }

  .video-lightbox-block {
    height: 170px;
  }

  .video-lightbox-block.large {
    height: 180px;
  }

  .small-section-title {
    font-size: 11px;
    line-height: 21px;
  }

  .client-logo {
    height: 28px;
  }

  .section-title-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }

  .logo-column {
    padding-left: 5px;
    padding-right: 5px;
  }

  .section-2 {
    padding: 25px;
  }

  .div-block--logo-wrapper {
    width: 100%;
  }

  .video-lightbox-button-2 {
    width: 50px;
    height: 50px;
    padding-top: 13px;
  }

  .button {
    margin-top: 10px;
    padding-left: 19px;
    padding-right: 19px;
    font-size: 11px;
    line-height: 21px;
  }

  .overall-hero-description {
    font-size: 14px;
    line-height: 22px;
  }

  .full-hero-content-block {
    margin-bottom: 30px;
  }

  .overall-video-lightbox {
    height: 140px;
  }

  .overall-video-lightbox.large-hero {
    height: 130px;
  }

  .overall-video-lightbox.book {
    height: 260px;
  }

  .hero-block-overlay {
    padding: 90px 25px 40px;
  }

  .hero-block-overlay.business-2 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .overall-hero-title {
    font-size: 27px;
    line-height: 31px;
  }

  .long-feature-block {
    padding-left: 55px;
    padding-right: 10px;
  }

  .long-feature-title {
    margin-bottom: 7px;
  }

  .description-paragraph {
    font-size: 12px;
    line-height: 19px;
  }

  .form-2-input {
    width: 100%;
  }
}

#w-node-_8b332c1b-5dbd-21ec-1ccd-48aab8be863e-e2d46f70, #w-node-d5bcd169-fdf0-02ee-5849-68cf038b5b07-b26e9e11 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-c3a30434-6a63-c807-373b-0e73a842cd73-62e327ec, #w-node-d6356d95-76e4-c886-1a1e-d3900582c826-62e327ec, #w-node-_843fe716-e951-a9c3-a598-92689880f23c-62e327ec, #w-node-f05d4448-a8c4-5e82-c47c-705762edbd9c-62e327ec {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

@media screen and (max-width: 767px) {
  #w-node-c3a30434-6a63-c807-373b-0e73a842cd73-62e327ec, #w-node-d6356d95-76e4-c886-1a1e-d3900582c826-62e327ec, #w-node-_843fe716-e951-a9c3-a598-92689880f23c-62e327ec, #w-node-f05d4448-a8c4-5e82-c47c-705762edbd9c-62e327ec {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d5bcd169-fdf0-02ee-5849-68cf038b5b07-b26e9e11, #w-node-c3a30434-6a63-c807-373b-0e73a842cd73-62e327ec, #w-node-d6356d95-76e4-c886-1a1e-d3900582c826-62e327ec, #w-node-_843fe716-e951-a9c3-a598-92689880f23c-62e327ec, #w-node-f05d4448-a8c4-5e82-c47c-705762edbd9c-62e327ec {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


