@font-face {
  font-family: Menlo;
  src: url('../fonts/Menlo-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Menlo;
  src: url('../fonts/Menlo-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gza;
  src: url('../fonts/Gza-SemiBoldItalic.ttf') format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Tandelle;
  src: url('../fonts/Tandelle-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Tandelle;
  src: url('../fonts/Tandelle-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

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

:root {
  --text: #20365a;
  --white-smoke: #f9f7f4;
  --white: white;
  --blue: #c5f80d;
  --dark-bg: #17171a;
  --orange: #f39371;
}

.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-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

body {
  color: #333;
  max-width: 100vw;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 150%;
}

h1 {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: gin, sans-serif;
  font-size: 77px;
  font-weight: 700;
  line-height: 90%;
  text-decoration: none;
}

h2 {
  color: var(--text);
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Tandelle, sans-serif;
  font-size: 98px;
  font-weight: 700;
  line-height: 83.5%;
}

h3 {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Tandelle, sans-serif;
  font-size: 66px;
  font-weight: 700;
  line-height: 83.5%;
}

h4 {
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Menlo, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Apercu, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 100%;
}

p {
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 160%;
}

.homepage-hero {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  text-transform: uppercase;
  background-image: linear-gradient(#051f33c7 13%, #3d2722b3), url('../images/Shane-Martin-Kit-Email.jpeg'), url('../images/Hero-BG.jpg');
  background-position: 0 0, 50% 47%, 0 0;
  background-size: auto, 174%, auto;
  border-radius: 35px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  min-height: 95vh;
  margin: 0 9px 9px;
  padding-top: 0;
  padding-left: 0;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 67px 51px #3f3f3f17;
}

.nav_link {
  color: var(--white-smoke);
  text-transform: none;
  cursor: pointer;
  border-bottom: 0 solid #fff;
  margin-left: 10px;
  margin-right: 10px;
  padding: 5px;
  font-family: Inconsolata, monospace;
  font-weight: 400;
  text-decoration: none;
  transition: color .2s;
}

.nav_link.w--current {
  letter-spacing: 0;
  border-bottom: 2px solid #fff;
  font-weight: 700;
  text-decoration: none;
}

.nav_link.hude {
  display: none;
}

.nav_wrap {
  text-align: right;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.navbar {
  z-index: 10;
  background-color: #0000;
  align-items: center;
  width: 100%;
  margin-bottom: -100px;
  padding: 16px 40px;
  display: flex;
  position: absolute;
}

.hero-wrap {
  z-index: 3;
  flex-direction: column;
  max-width: 80%;
  padding-top: 24px;
  display: flex;
  position: relative;
}

.hero-accent {
  color: #fff;
  text-align: center;
  letter-spacing: 5px;
  margin-bottom: 0;
  font-family: Gza, sans-serif;
  font-size: 3.3vw;
  line-height: 72%;
}

.hero-accent.into {
  padding-left: 32px;
  font-size: 2vw;
}

.hero-accent._404-page {
  color: #66a3fe;
  letter-spacing: 0;
  text-transform: none;
  font-family: Menlo, sans-serif;
  font-size: 22px;
}

.hero-heading {
  opacity: 1;
  color: var(--white);
  text-align: center;
  flex: 1;
  font-family: gin, sans-serif;
  font-size: 13vw;
  line-height: 100%;
}

.hero-heading.hero-success {
  text-align: right;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(268.7deg, #275cf6, #519bf8);
  -webkit-background-clip: text;
  background-clip: text;
  margin-left: 12px;
}

.hero-heading._404-page {
  color: #20365a;
  text-align: center;
  font-size: 114px;
}

.hero-heading.hero-looking {
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(268deg, #275cf6, #519bf8);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 114px;
  line-height: 78%;
}

.hero-wrap-lower {
  justify-content: center;
  align-items: center;
  margin-top: -16px;
  display: flex;
}

.close-popup {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 50px;
  height: 50px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: absolute;
  inset: 50px 50px auto auto;
}

.play-icon {
  border-top: 10px solid #0000;
  border-bottom: 10px solid #0000;
  border-left: 15px solid #fff;
  width: 0;
  height: 0;
}

.play-icon.play_icon_mini {
  border-top-width: 10px;
  border-bottom-width: 10px;
  border-left-width: 14px;
}

.video-wrap {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 80vw;
  height: 50vh;
  display: flex;
}

.play-btn {
  z-index: 10;
  border-radius: 500px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 117px;
  height: 150px;
  display: flex;
}

.course-video-popup {
  z-index: 999;
  background-color: #161525f2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.play-button-ring {
  z-index: 1;
  border: 1px solid var(--blue);
  border-radius: 100%;
  width: 70px;
  height: 70px;
  position: absolute;
  inset: 11% 6% 10% 11%;
}

.play-button-ring.play-button-ring--blue {
  border-color: #66a3fe;
}

.close-line {
  background-color: #fff;
  height: 2px;
}

.close-line._5-b-m {
  margin-bottom: 5px;
}

.close-line._5-b-m.t-line {
  transform: translate(0, 3.5px)rotate(45deg);
}

.close-line.b-line {
  transform: translate(0, -3.5px)rotate(-45deg);
}

.play-button {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  -webkit-text-fill-color: inherit;
  background-color: #ffffff30;
  background-clip: border-box;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  padding: 18px 20px 18px 28px;
  display: flex;
  position: relative;
}

.play-button.play-button--blue {
  background-color: #66a3fe61;
}

.hero-bottom {
  z-index: 3;
  border-radius: 35px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 16px 48px 28px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.social-links {
  grid-column-gap: 7.2px;
  grid-row-gap: 7.2px;
  justify-content: flex-end;
  align-items: flex-start;
  width: 126px;
  display: flex;
}

.social-links.left {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
}

.vectors-wrapper-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 14.1301px;
  height: 14.13px;
  display: flex;
}

.social-link {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  cursor: pointer;
  background-color: #fdfdfd0d;
  border: 1px solid #fff;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  text-decoration: none;
  transition: border-color .2s, background-color .2s;
  display: flex;
  position: relative;
}

.social-link:hover {
  border-color: var(--white);
  background-color: #ffffff42;
}

.vectors-wrapper-7 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 9.00001px;
  height: 14.4px;
  display: flex;
}

.vectors-wrapper-8 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 14.4px;
  height: 11.7px;
  display: flex;
}

.cta-badge {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  background-color: #fff;
  border-radius: 19px;
  justify-content: flex-start;
  align-items: center;
  width: 147px;
  padding: 7px 4px 7px 9px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.cta-badge:hover {
  width: 160px;
}

.cta-badge.book_cta_corner {
  position: absolute;
  inset: 20px 20px auto auto;
}

.circle {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: .2;
  mix-blend-mode: normal;
  object-fit: cover;
  background-color: #ac4747;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 21px;
  height: 21px;
  display: flex;
}

.accent-menlo {
  color: #161525;
  letter-spacing: .1em;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: Menlo, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.accent-menlo.accent--lightblue {
  color: var(--white-smoke);
}

.vertical-grid {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 100%;
  grid-template-columns: .35fr 1fr 1fr 1fr 1fr 1fr .35fr;
  grid-auto-columns: .25fr;
  width: 100%;
  height: 100%;
  max-height: 100%;
  display: grid;
  position: absolute;
  inset: 0% auto 0 0%;
}

.vertical-grid.vertical-grid--lightbulbs {
  grid-template-rows: 100%;
  grid-template-columns: .35fr 1fr 3fr 1fr .35fr;
  grid-auto-columns: .35fr;
  grid-auto-flow: row;
}

.vertical-grid.vertical-grid--whitebg {
  grid-template-columns: .35fr 1fr 2.5fr 1fr .35fr;
}

.line_vert {
  box-shadow: none;
  border-right: 1px solid #ffffff1f;
}

.line_vert.line_hidden {
  border: 0 solid #000;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

.line_vert.line_vert--course {
  border-right-color: #0000000d;
}

.line_vert.line_vert--course.line--404 {
  border-right-color: #00000026;
}

.line_vert.line_course--hidden {
  border-right-width: 0;
}

.line_vert.line_course--hidden.line--404 {
  border-right-color: #00000026;
}

.line_vert.line_vert--course--gray {
  border-right-color: #0000000d;
}

.line_vert.line_vert--course--gray.line--404 {
  border-right-color: #00000026;
}

.line_vert.page-load-line {
  background-color: var(--dark-bg);
  box-shadow: none;
  border: 1px solid #e2e2e2;
  border-right-style: none;
}

.line_vert.page-load-line.line--2, .line_vert.page-load-line.line--3, .line_vert.page-load-line.line--4, .line_vert.page-load-line.line--5 {
  border-bottom-style: none;
  border-left-color: #333336;
  border-right-width: 0;
}

.line_vert.page-load-line.line--6 {
  box-shadow: none;
  border-bottom-style: none;
  border-left-color: #333336;
  border-right-width: 0;
}

.line_vert.page-load-line.line--7 {
  border-bottom-style: none;
  border-left-width: 1px;
  border-left-color: #333336;
}

.line_vert.page-load-line.left {
  border-bottom-style: none;
}

.container {
  z-index: 2;
  padding-left: 7%;
  padding-right: 7%;
  position: relative;
}

.container.container--course_about {
  z-index: 3;
  max-width: 657px;
  padding-bottom: 150px;
  padding-left: 0%;
  padding-right: 0%;
}

.container.container--404 {
  z-index: 5;
  padding: 100px 4% 200px;
}

.container.container--hero {
  z-index: 3;
}

.container.container--testimonial-headline {
  padding-bottom: 64px;
}

.container.container--faq {
  z-index: 5;
}

.container.container--course_breakdown {
  background-image: url('../images/dash-border-top-1.svg');
  background-position: 50% 100%;
  background-repeat: repeat-x;
  background-size: auto;
}

.newsletter-course {
  background-color: #fff;
  width: 100%;
}

.newsletter-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 6.2rem;
  padding-left: 3%;
  display: flex;
}

.newsetter-headline {
  color: var(--dark-bg);
  text-align: center;
  letter-spacing: -2px;
  -webkit-text-fill-color: transparent;
  background-image: radial-gradient(circle, #3a3939, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  width: 900px;
  max-width: 1000px;
  margin-top: 24px;
  margin-bottom: 24px;
  font-family: bely, sans-serif;
  font-size: 47px;
  font-weight: 500;
  line-height: 131%;
}

.newsletter-emphasis {
  text-align: center;
  text-transform: none;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(257.91deg, #ffaa87, #f75900);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Apercu, sans-serif;
  font-weight: 700;
}

.email-input_wrapper {
  border-radius: 1px;
  min-width: 617px;
  margin-top: 16px;
  position: relative;
}

.form-wrapper {
  z-index: 2;
  margin-bottom: 0;
  position: relative;
}

.email-input_form {
  background-color: #fff;
  border: 1px solid #202023;
  border-radius: 2px;
  align-items: center;
  height: 78px;
  margin-bottom: 0;
  padding: .5rem;
  display: flex;
}

.email-input_form-field {
  border: 1px solid #fff;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.email-input_form-field:active, .email-input_form-field:focus {
  border-color: #fff;
}

.form_submit-button {
  color: #0e0e0e;
  background-image: url('../images/md-arrow-right.svg'), linear-gradient(225deg, #ffaa87, #f75900);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  background-attachment: scroll, scroll;
  border-radius: 2px;
  width: 80px;
  height: 60px;
  padding: 16px 44px;
  font-weight: 700;
}

.cta-shadow {
  background-image: linear-gradient(to right, #f9d8c5, #fae7de);
  border: 1px solid #000;
  border-radius: 2px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: auto -11px -11px auto;
}

.cta-shadow.bright_shadow {
  background-image: linear-gradient(to right, #f9d8c5, #fdd9d6);
  border-color: #202023;
}

.course-box {
  grid-column-gap: 5%;
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  width: 100%;
  margin-bottom: 100px;
  padding: 8% 5% 10%;
  display: flex;
  box-shadow: 0 0 132px #baa1462b;
}

.course_inner {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  max-width: 470px;
  display: flex;
}

._3-videos-wrap {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 176px;
  margin-bottom: 48px;
  display: flex;
  position: relative;
}

.course-headline {
  color: var(--text);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
}

.course_user_wrap {
  border-top: 1px solid #ededed;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 30px;
  padding-top: 24px;
  display: flex;
}

.course_user_wrap.course_user_wrap--short {
  border: 0 solid #000;
  max-width: 420px;
  margin-top: 48px;
  padding-top: 0;
}

.course_cta_wrap {
  display: inline-block;
  position: relative;
}

.course_cta-_btn {
  z-index: 2;
  letter-spacing: 0;
  white-space: nowrap;
  background-image: url('../images/CTA-arrow-1.svg'), linear-gradient(225deg, #ffaa87, #f75900);
  background-position: 93% 54%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  background-attachment: scroll, scroll;
  border: 1px solid #202023;
  border-radius: 2px;
  padding: 16px 74px 16px 24px;
  font-family: Menlo, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  position: relative;
}

.user_img {
  max-width: 45px;
  margin-right: -16px;
}

.user_imgs {
  grid-column-gap: 0px;
  justify-content: flex-end;
  margin-top: 8px;
  display: flex;
}

.user_count_circle {
  z-index: 2;
  background-color: #f9f0d1;
  border: 3px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  display: flex;
  position: relative;
}

.user_count {
  color: #161525;
  text-align: center;
  margin-bottom: 0;
  margin-left: -3px;
  padding-top: 1px;
  font-family: Menlo, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1px;
}

.course-left-accent {
  color: #20365a;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-weight: 700;
}

.accent_text {
  color: #20365a;
  text-align: left;
  white-space: nowrap;
  border-bottom: 2px solid #f09474;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 140%;
  text-decoration: none;
}

.accent_text.book_link {
  color: #fff;
  padding-bottom: 2px;
  font-size: 16px;
  transition: all .2s;
  display: inline-block;
}

.accent_text.book_link:hover {
  transform: translate(0, -4px);
}

.course-left-highlights {
  grid-column-gap: 24px;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
  display: flex;
}

.course_3_thumbnail {
  display: block;
}

.course_3_thumbnail.thumbnail_side {
  z-index: 1;
  filter: brightness(65%);
  height: 85%;
  position: relative;
  box-shadow: -2px 10px 10px #0003;
}

.course_3_thumbnail.thumbnail_side.thumbnail_left {
  margin-left: 0;
  margin-right: -225px;
}

.course_3_thumbnail.thumbnail_side.thumbnail_right {
  margin-left: -225px;
}

.course_inner_wrap {
  grid-column-gap: 32px;
  justify-content: space-between;
  width: 100%;
  max-width: 1060px;
  display: flex;
}

.course_3_play_btn {
  z-index: 3;
  background-color: #66a3fe;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  padding-left: 4px;
  display: flex;
  position: absolute;
  inset: 35% auto auto 43%;
}

.testimonial-carousel {
  background-color: #f9f8f4;
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.book-cta {
  z-index: 3;
  background-image: url('../images/Homepage-Course-BG.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 120px;
  padding-bottom: 240px;
  display: flex;
  position: relative;
}

.book-wrap {
  background-image: url('../images/Book-CTA-BG.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  justify-content: space-between;
  width: 100%;
  max-width: 1440px;
  margin-left: 4%;
  margin-right: 4%;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.book_left {
  flex: none;
  justify-content: center;
  min-width: 50%;
  max-width: 500px;
  position: relative;
}

.book_right {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 650px;
  padding-left: 3%;
  padding-right: 5%;
  display: flex;
}

.book_cta_img {
  perspective-origin: 0 100%;
  max-width: 540px;
  max-height: 164%;
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
  top: -120px;
  left: 8%;
}

.book_headline {
  color: #fff;
  text-transform: none;
  font-family: Inter, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 100%;
}

.book_review_count {
  color: #fff;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 140%;
}

.book_review {
  grid-column-gap: 16px;
  display: flex;
}

.book_desc {
  color: #fff;
  margin-top: 28px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
}

.book-container {
  justify-content: center;
  width: 100%;
  max-width: 1440px;
  display: flex;
}

.book_cta_wrap {
  grid-column-gap: 24px;
  margin-top: 90px;
  display: flex;
}

.contact-section-1 {
  z-index: 3;
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  background-color: #17171a;
  background-image: linear-gradient(to bottom, #18191be3, #18191be3), url('../images/669ebf75d94a827d6cc178b1_Background-pattern.svg'), radial-gradient(circle farthest-corner at 50% 50%, #18191b 38%, var(--dark-bg));
  outline-offset: 0px;
  -webkit-text-fill-color: inherit;
  background-position: 0 0, 50% 0, 0 0;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, 171%, auto;
  background-clip: border-box;
  border-bottom: 1px solid #464646;
  border-radius: 35px 35px 0 0;
  outline: 3px #333;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin: 9px 0 0;
  padding: 80px 9px;
  display: flex;
  position: relative;
}

.course_container {
  max-width: 1440px;
  padding-left: 0%;
  padding-right: 0%;
}

.testimonial_pagination {
  background-color: #f2c5b2;
  border-radius: 100px;
  width: 41px;
  height: 6px;
  padding: 0;
}

.testimonial_pagination.w--current {
  background-color: #fff;
  border-radius: 100px;
}

.tabs-menu {
  grid-column-gap: 10px;
  display: flex;
  position: absolute;
  bottom: 10%;
}

.testimonial_featured_content {
  color: #fff;
  max-width: 575px;
  padding-top: 28px;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 160%;
}

.testimonial-_tabs {
  width: 100%;
  position: relative;
}

.testimonial_component {
  grid-column-gap: 5%;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.testimonial_right {
  border-radius: 10px;
  max-width: 390px;
}

.testimonial_right.feature_testimonial_headshot {
  position: relative;
  overflow: visible;
}

.testimonial_left {
  margin-top: 10%;
}

.featured-badge {
  background-color: #fff;
  background-image: url('../images/black-circle.svg');
  background-position: 6px;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 20px;
  align-items: center;
  height: 30px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 48px;
  padding-right: 18px;
  line-height: 225%;
  display: inline-block;
}

.testimonial_headshot {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 4px #0000000f, 0 4px 6px #0000001a;
}

.course_left_headline {
  color: var(--text);
  margin-top: 0;
}

.featured_tab_content {
  overflow: visible;
}

.testimonial_name {
  color: #fff;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 24px;
}

.testimonial_location {
  color: #fff;
  text-align: center;
  font-family: Menlo, sans-serif;
  font-size: 16px;
}

.testimonial_info_wrap {
  width: 100%;
  padding: 24px;
  position: absolute;
  inset: auto auto 0%;
}

.highlight_span {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(268.7deg, #275cf6 10%, #519bf8);
  -webkit-background-clip: text;
  background-clip: text;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: none;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.course-hero {
  z-index: 2;
  -webkit-text-fill-color: inherit;
  background-image: url('../images/Course-Hero-BG-1.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-clip: border-box;
  width: 100%;
  padding-top: 100px;
  position: relative;
}

.course-headine {
  color: #20365a;
  text-align: center;
  max-width: 540px;
  margin-top: 16px;
}

.white {
  color: #fff;
}

.course-accent {
  color: #cfe1ff;
  text-align: center;
  letter-spacing: .1rem;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Menlo, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 175%;
}

.course_hero_content {
  flex-direction: column;
  flex: 0 auto;
  align-items: center;
  width: 100%;
  margin-top: 80px;
  margin-bottom: 80px;
  display: flex;
}

.course_hero_video {
  cursor: pointer;
  background-image: url('../images/course-video-placeholder-2.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 600px;
  margin-bottom: -100px;
  display: flex;
  box-shadow: 0 2px 4px #0000000f, 0 4px 6px #0000001a;
}

.course-about {
  background-image: url('../images/course-about-BG.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  margin-top: -168px;
  padding-top: 315px;
  display: flex;
  position: relative;
}

.user_lightbulb {
  box-shadow: none;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-top: 285px;
  margin-left: -30px;
  display: flex;
}

.user_lightbulb.lightbulb--1 {
  box-shadow: none;
  border-style: none;
  margin-top: 200px;
  position: relative;
}

.user_lightbulb.lightbulb--2 {
  margin-top: 350px;
}

.user_lightbulb.lightbulb--3 {
  margin-top: 135px;
}

.user_lightbulb.lightbulb--4 {
  margin-top: 430px;
}

.user_lightbulb_img {
  z-index: 2;
  border: 2px solid #66a3fe80;
  border-radius: 100px;
  width: 50px;
  height: 50px;
  position: absolute;
  box-shadow: 0 0 6px #1170ff5e;
}

.course_about_headline {
  margin-bottom: 24px;
}

.lightbulbs-container {
  z-index: 4;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: .35fr .35fr minmax(484px, 5fr) .35fr .35fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 50%;
  margin-top: 270px;
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
}

.lightbulbs-container.pricing-lightbulbs-container {
  height: 100%;
  margin-top: 0;
}

.lightbulb {
  border: 1.28px solid #f7f5ed;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  width: 77px;
  height: 77px;
  display: flex;
  position: absolute;
  box-shadow: 0 0 9px 3px #b2b2b25c;
}

.lightbulb.lightbulb--2 {
  width: 102px;
  height: 102px;
  top: 378px;
  left: 5%;
}

.lightbulb.lightbulb--2.pricing-lightbulb {
  width: 95px;
  height: 95px;
  top: 430px;
  left: 12%;
}

.lightbulb.lightbulb--3 {
  width: 106px;
  height: 106px;
  top: 140px;
  right: 5%;
}

.lightbulb.lightbulb--3.pricing-lightbulb {
  width: 115px;
  height: 115px;
  top: auto;
  bottom: 140px;
}

.lightbulb.lightbulb--4 {
  width: 66px;
  height: 66px;
  top: 440px;
  right: 4%;
}

.lightbulb.lightbulb--4.pricing-lightbulb {
  width: 66px;
  height: 66px;
  top: 300px;
}

.lightbulb.lightbulb--1 {
  top: 150px;
  left: 4%;
}

.lightbulb.lightbulb--1.pricing-lightbulb {
  width: 75px;
  height: 75px;
  top: 180px;
}

.lightbulb_img {
  border-radius: 500px;
  width: 86%;
  height: 86%;
  box-shadow: 0 0 7.66px #ffbc115e;
}

.course-breakdown {
  background-color: var(--white-smoke);
  margin-top: -150px;
  padding-top: 210px;
  display: block;
}

.course-features {
  background-image: url('../images/course-3-features-BG.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  justify-content: space-between;
  max-width: 1440px;
  margin-bottom: -64px;
  margin-left: 7%;
  margin-right: 7%;
  padding: 80px 2%;
  display: flex;
  position: relative;
  left: 0;
}

.course-feature-box {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 33.33%;
  padding: 16px 32px 8px;
  display: flex;
}

.course-feature-box.course-feature-box--mid {
  border-left: 1px solid #ffffff40;
  border-right: 1px solid #ffffff40;
  width: 38%;
  padding-left: 32px;
  padding-right: 32px;
}

.course-feature-box.course-feature-box--first {
  margin-right: -32px;
  padding-left: 0;
}

.course-feature-box.course-feature-box--last {
  margin-left: -32px;
  padding-right: 0;
}

.course_feature_text {
  color: #fff;
  text-align: center;
  width: 100%;
  margin-top: 16px;
  font-size: 16px;
  font-weight: 500;
}

.course_feature_img {
  max-width: 254px;
  padding-bottom: 4px;
}

.h1-top {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Tandelle, sans-serif;
  font-size: 7.5vw;
  font-weight: 700;
  line-height: 101%;
}

.paragraph-wrapper {
  overflow: hidden;
}

.left-side {
  z-index: 5;
  grid-row-gap: 25px;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 7%;
  position: relative;
}

.newsletter__input {
  color: #69858b;
  border: 1px solid #202023;
  border-radius: 1.77px;
  height: 70px;
  margin-bottom: 0;
  padding: 0 0 0 35px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 150%;
  position: relative;
}

.newsletter__input:focus, .newsletter__input:focus-visible, .newsletter__input[data-wf-focus-visible] {
  color: #000;
}

.newsletter__privacy {
  z-index: 10;
  margin-top: 25px;
  padding-bottom: 49px;
  position: relative;
}

.text-span {
  color: #20365a;
  line-height: 101%;
  overflow: hidden;
}

.h1-wrapper {
  flex-direction: column;
  display: flex;
}

.h1-bottom {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Tandelle, sans-serif;
  font-size: 7.5vw;
  line-height: 78%;
  overflow: hidden;
}

.submit-button-2 {
  z-index: auto;
  cursor: pointer;
  background-color: #f09474;
  background-image: url('../images/white-right-arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 4px;
  width: 80px;
  height: 60px;
  margin-top: 5px;
  margin-right: 5px;
  transition: all .25s ease-in-out;
  position: absolute;
  top: 0;
  right: 0;
}

.submit-button-2:hover {
  transform: translate(0, -2px);
}

.submit-button-2:active {
  transform: translate(0, 1px);
}

.newletter__hero--wrapper {
  justify-content: space-between;
  width: 100%;
  display: flex;
  position: static;
}

.shadow-form {
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: #376aa8;
  border: 1px solid #202023;
  border-radius: 1.77px;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -11px;
  right: -11px;
}

.form {
  position: relative;
}

.newsletter__opt-in {
  max-width: 47vw;
  margin-top: 20px;
  position: relative;
  overflow: visible;
}

.hero {
  z-index: 2;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: space-around;
  align-items: stretch;
  width: 100%;
  padding-top: 100px;
  display: flex;
  position: relative;
}

.hero.newsletter {
  z-index: 1;
  box-shadow: none;
  z-index: 1;
  box-shadow: none;
  background-image: url('../images/Newsletter_Hero-BG-min.png');
  background-position: 0 0;
  background-size: cover;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  padding-bottom: 0;
  position: relative;
}

.right-side {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  position: relative;
}

.paragraph-3 {
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Menlo, sans-serif;
  font-size: 1.2vw;
  font-weight: 700;
  line-height: 2.2vw;
}

.image-10 {
  width: 35vw;
  min-width: 30vw;
  max-width: 35vw;
  margin-top: 2vw;
  margin-bottom: -4vw;
}

.clip-path-2 {
  z-index: 5;
  background-image: url('../images/Newsletter__Hero--clippath.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 12vw;
  position: absolute;
  inset: auto 0% 0%;
}

.blog-content {
  z-index: 1;
  background-color: #fff;
  position: relative;
}

.featured_image-wrapper {
  justify-content: center;
  margin-top: 6.5vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.featured_img {
  border-radius: 10px;
  flex: 1;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.article__content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 6%;
  display: flex;
}

.article__content-wrapper.after_cta {
  margin-top: 20%;
}

.recommend-for-you {
  z-index: 1;
  background-color: #f9f7f4;
  flex-direction: column;
  align-items: center;
  padding-top: 95px;
  padding-bottom: 120px;
  position: relative;
}

.recommended {
  align-items: center;
  width: 100%;
  display: flex;
}

.article__line {
  perspective-origin: 0%;
  transform-origin: 0%;
  background-color: #cbd5e0;
  flex: 1;
  width: 76%;
  height: 1px;
  margin-left: 16px;
}

.recommened_colection_wrap {
  grid-column-gap: 32px;
  margin-top: 32px;
}

.recomended_list {
  grid-column-gap: 24px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  justify-content: space-between;
  align-items: stretch;
  display: grid;
}

.recommended_item {
  flex-direction: row;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.white-arrow {
  z-index: 2;
  width: 22px;
  display: inline-block;
  position: absolute;
  inset: 10px 0 auto 15px;
}

.footer__bottom--right {
  grid-column-gap: 50px;
  display: flex;
}

.link {
  color: #fff;
  font-family: Menlo, sans-serif;
  text-decoration: none;
}

.contact_social_links {
  margin-left: 0;
  display: flex;
}

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

.footer_social_link {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 35px;
  text-decoration: none;
  display: flex;
}

.footer_social_link.twitter {
  background-image: url('../images/blue-twitter.svg');
  background-position: 50% 49%;
  background-repeat: no-repeat;
  background-size: 14px;
}

.footer_social_link.linkin {
  background-image: url('../images/blue-linkIn.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 14px;
}

.footer_social_link.facebook {
  background-image: url('../images/blue-facebook.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 14px 14px;
}

.footer_social_link.instagram {
  background-image: url('../images/instagram-icon-social-gradient.svg');
  background-position: 51% 51%;
  background-repeat: no-repeat;
  background-size: 15.5px;
  background-attachment: scroll;
}

.footer-component {
  grid-template: "." 1fr
                 "." 160px
                 / .7fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-items: stretch;
  display: grid;
  position: sticky;
}

.text-field {
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 2.77px;
  width: 25vw;
  height: 50px;
  padding-left: 25px;
  display: inline;
}

.text-field:focus, .text-field:focus-visible, .text-field[data-wf-focus-visible] {
  color: #fff;
}

.footer__right-side {
  grid-column-gap: 16px;
  grid-row-gap: 35px;
  border-bottom: 1px solid #423e3e;
  grid-template-rows: auto auto;
  grid-template-columns: .5fr .5fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  width: 100%;
  padding-top: 110px;
  padding-bottom: 110px;
  padding-left: 10vw;
  display: grid;
}

.footer__left-side {
  grid-row-gap: 11px;
  border-right: 1px solid #423e3e;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 65px;
  display: flex;
}

.footer_form {
  grid-column-gap: 55px;
  align-items: center;
  display: flex;
}

.logo {
  margin-top: 85px;
}

.footer__bottom--left {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  display: flex;
}

.contact_info {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.footer__newsletter_form {
  justify-content: center;
  align-items: center;
  margin-top: 55px;
  margin-bottom: 55px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.footer__privacy {
  color: #fff;
  font-family: Menlo, sans-serif;
  text-decoration: none;
  display: none;
}

.phone {
  grid-column-gap: 15px;
  display: flex;
}

.brand-link.w--current {
  color: var(--white);
  text-decoration: none;
}

.footer {
  background-color: #18191b;
  position: sticky;
  bottom: 0;
}

.location {
  grid-column-gap: 15px;
  color: #fff;
  padding-bottom: 16px;
  font-family: Menlo, sans-serif;
  display: flex;
}

.footer__newsletter-opt-in {
  display: flex;
  position: relative;
}

.submit-btn {
  z-index: 5;
  background-color: #fff;
  border-radius: 3.5px;
  align-self: auto;
  width: 50px;
  height: 37px;
}

.contact {
  z-index: 5;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 60px;
  display: flex;
  position: relative;
}

.footer__terms {
  color: #fff;
  font-family: Menlo, sans-serif;
  text-decoration: none;
  display: none;
}

.copyright {
  direction: ltr;
  color: #fff;
  font-family: Menlo, sans-serif;
  display: inline;
}

.footer__bottom {
  background-image: none;
  border-top: 1px solid #423e3e;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.gradient-blue-arrow {
  z-index: 5;
  width: 24px;
  position: absolute;
  inset: 7px 0 auto 15px;
}

.button {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  inset: 6px 6px auto auto;
  overflow: hidden;
}

.mail {
  grid-column-gap: 15px;
  align-items: center;
  display: flex;
}

.field-label {
  color: #fff;
  font-family: Menlo, sans-serif;
  font-weight: 700;
}

.footer-link {
  color: #fff;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-family: Menlo, sans-serif;
  font-weight: 700;
  text-decoration: none;
  transition: color .2s ease-in-out;
}

.footer-link:hover {
  color: #2e8bff;
}

.footer-link.w--current {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #275cf6, #519bf8);
  -webkit-background-clip: text;
  background-clip: text;
}

.header-block {
  z-index: 5;
  margin-top: 6vw;
  position: relative;
}

.heading_accent {
  grid-column-gap: 1.1vw;
  text-transform: none;
  justify-content: center;
  align-items: center;
  margin-bottom: 1vw;
  font-family: Menlo, sans-serif;
  font-size: 1.5vw;
  font-weight: 700;
  display: flex;
}

.article__clip-path {
  z-index: 0;
  object-fit: cover;
  background-image: url('../images/Article__Hero-clip-path.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 70vw;
  position: absolute;
  inset: 0%;
}

.text-block-10 {
  color: #66a3fe;
}

.heading_bottom {
  margin-left: 20%;
  margin-right: 20%;
}

.article_heading {
  color: #20365a;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Tandelle, sans-serif;
  font-size: 12vw;
  line-height: 89%;
}

.text-block-9 {
  color: #20365a;
}

.article__rich_content {
  color: var(--text);
  max-width: 600px;
  margin-bottom: 70px;
}

.blog_recommendation {
  color: var(--blue);
  padding-right: 5px;
}

.recommended_blog_img {
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
  height: 80%;
}

.recommended_blog_headline {
  color: #20365a;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 1.5vw;
  margin-bottom: .5vw;
  font-family: Apercu, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 2.3vw;
  text-decoration: none;
  transition: color .2s;
  display: inline-block;
}

.recommended_blog_headline:hover {
  color: var(--blue);
}

.recommended_blog_date {
  font-family: Menlo, sans-serif;
  font-weight: 400;
}

.hero-wrap-8 {
  z-index: 2;
  flex-direction: column;
  align-items: stretch;
  width: 45vw;
  max-width: 45vw;
  margin-top: 5vw;
  display: flex;
  position: relative;
}

.paragraph-9 {
  z-index: 5;
  text-transform: none;
  margin-bottom: 0;
  margin-left: 0;
  font-family: Menlo, sans-serif;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  position: relative;
  left: 0;
  right: 0;
  overflow: visible;
}

.newsletters-section {
  z-index: 1;
  background-color: var(--white-smoke);
  padding-top: 64px;
  padding-bottom: 128px;
  position: relative;
}

.latest_tag {
  grid-column-gap: 15px;
  background-color: #f9f8f4;
  align-items: center;
  display: flex;
}

.blue-circle {
  align-self: stretch;
  width: 1.7vw;
}

.latest_tag_text {
  letter-spacing: .1em;
  text-transform: uppercase;
  font-family: Menlo, sans-serif;
  font-size: 1.2vw;
  font-weight: 700;
}

.line {
  border: .4px solid #0009;
  align-self: center;
  height: 1.2vw;
}

.collection-list-wrapper {
  flex-direction: column;
  margin-top: 32px;
  padding-bottom: 120px;
}

.collection-item {
  flex-direction: column;
}

.blog-wrapper {
  grid-column-gap: 35px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #4c484833;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: minmax(200px, 360px) 1.5fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  display: grid;
}

.blog_img {
  border-radius: 5px;
  flex: 0 auto;
  width: 100%;
  max-width: 342px;
}

.content-wrapper {
  color: #20365a;
  flex-direction: column;
  flex: 1;
  width: 100%;
  max-width: 100%;
  padding-right: 15%;
  font-family: Tandelle, sans-serif;
  font-weight: 700;
  display: flex;
}

.blog-date {
  text-align: center;
  background-color: #f094744d;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 32px;
  display: flex;
}

.date {
  z-index: 2;
  color: #8a4b37;
  font-family: Menlo, sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.blog-title {
  color: var(--text);
  text-transform: none;
  margin-top: 24px;
  padding-bottom: 2px;
  font-family: Apercu, sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  transition: color .2s;
}

.blog_desc {
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 175%;
  text-decoration: none;
}

.privacy_caption_link {
  color: #333;
  border-bottom: 2px solid #e9692a;
  text-decoration: none;
  display: inline-block;
}

.breakdown_sticky_container {
  display: flex;
  position: relative;
}

.breakdown_text {
  background-image: url('../images/Dash_border.svg');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 100vh;
  padding-right: 0;
  display: flex;
  position: sticky;
  top: -64px;
}

.breakdown_modules {
  width: 50%;
  padding-top: 134px;
  padding-bottom: 13vh;
}

.breakdown_paragraph {
  margin-right: 24px;
  padding-top: 12px;
}

.breakdown_text_wrap {
  max-width: 505px;
}

.breakdown_module {
  border-style: solid;
  border-width: 4px 1px 1px;
  border-color: var(--blue) #d4d2cf #d4d2cf;
  background-color: var(--white);
  border-radius: 5px;
  min-height: 338px;
  margin-bottom: 48px;
  margin-left: 42px;
  padding: 48px 44px;
  position: relative;
  overflow: visible;
}

.breakdown_anchor {
  position: absolute;
  top: 50%;
  left: -48px;
}

.breakdown_module_accent {
  color: var(--blue);
  font-size: 16px;
}

.breakdown_module_headline {
  color: var(--text);
  margin-top: 12px;
  margin-bottom: 0;
}

.breakdown_module_desc {
  margin-top: 80px;
}

.course-page {
  background-color: var(--white-smoke);
}

.carousel_headline {
  margin-top: 0;
  margin-bottom: 0;
}

.pricing {
  z-index: 1;
  background-image: url('../images/pricing-BG-min.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  align-items: center;
  padding-top: 160px;
  padding-bottom: 160px;
  display: flex;
  position: relative;
}

.pricing_headline {
  color: #fff;
  text-align: center;
  max-width: 730px;
}

.pricing_btn {
  z-index: 1;
  border: 1px solid var(--orange);
  background-color: #f3937133;
  background-image: url('../images/CTA-arrow-1.svg');
  background-position: 93%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 500px;
  width: 290px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 24px;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
  transition: background-color .2s;
  position: relative;
}

.pricing_btn:hover {
  background-color: #f393714d;
}

.pricing__content-container {
  z-index: 5;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.pricing_cta--wrapper {
  background-image: linear-gradient(268deg, #f6a32729 11%, #f8515129);
  border: 2px solid #f393710a;
  border-radius: 500px;
  margin-top: 80px;
  position: relative;
}

.link-block {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.offers {
  z-index: 5;
  background-color: #3c7cf7;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 60px;
  padding-left: 7%;
  padding-right: 7%;
  font-weight: 700;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.heading {
  color: var(--white);
  font-size: 18px;
  line-height: 31px;
}

.offer {
  grid-column-gap: 18px;
  background-color: var(--white);
  border-radius: 500px;
  padding-left: 8px;
  padding-right: 14px;
  display: flex;
}

.offers-container {
  grid-column-gap: 18px;
  display: flex;
}

.faq {
  z-index: 3;
  background-color: var(--white-smoke);
  padding: 132px 12% 100px;
  position: relative;
}

.faq-line {
  background-color: #20365a;
  width: 100%;
  height: 4px;
  margin-top: 70px;
}

.faq-question {
  justify-content: space-between;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.heading-4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 30px;
}

.faq-answer {
  width: 90%;
  max-width: 90%;
  margin-top: 30px;
  margin-bottom: 0;
  padding-left: 25px;
  padding-right: 25px;
  display: none;
}

.faq_item {
  cursor: pointer;
  border-bottom: 1px solid #c8cada;
  padding-top: 45px;
  padding-bottom: 45px;
  position: relative;
}

.faq_accordions {
  margin-bottom: 60px;
}

.button_wrap {
  justify-content: center;
  display: flex;
}

.image-24 {
  display: block;
  position: absolute;
  inset: auto 25px auto auto;
}

.image-25 {
  display: none;
  position: absolute;
  inset: 55px 25px auto auto;
}

.faq-headline {
  text-align: center;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

._404-button {
  grid-column-gap: 15px;
  color: #f7fafc;
  background-color: #20365a;
  border-radius: 55px;
  align-items: center;
  padding: 10px 25px;
  font-family: Menlo, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.text-block-11 {
  text-transform: uppercase;
}

._404-button-wrapper {
  border: 1px solid #20365a;
  border-radius: 55px;
  max-width: 162px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  padding: 5px;
}

._404-hero {
  z-index: 2;
  background-color: var(--white-smoke);
  justify-content: center;
  align-items: center;
  min-height: 99vh;
  padding-top: 100px;
  display: flex;
  position: relative;
}

.global-footer {
  z-index: -2;
  margin-top: -100vh;
  position: relative;
}

.spacer {
  height: 100vh;
}

.play-btn-wrap {
  z-index: 2;
  justify-content: center;
  display: flex;
}

.navigation_cta_wrap {
  justify-content: center;
  align-items: center;
  width: 136px;
  height: 49px;
  margin-left: 45px;
  display: flex;
  position: relative;
}

.navigation_cta_wrap.dark {
  width: auto;
  margin-left: 0;
}

.navigation_cta {
  z-index: 1;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  text-transform: uppercase;
  background-color: #ffffff36;
  border: 1px solid #fff;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0;
  font-family: Menlo, sans-serif;
  font-size: 10px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
  position: relative;
}

.navigation_cta:hover {
  background-color: #ffffff24;
}

.navigation_cta.dark {
  border-width: 2px;
  border-color: var(--blue);
  color: var(--dark-bg);
  background-color: #c5f80d69;
  width: auto;
  padding-left: 22px;
  padding-right: 22px;
}

.navigation_cta.black {
  border: 2px none var(--blue);
  color: var(--white);
  background-color: #17171a;
  width: auto;
  padding-left: 22px;
  padding-right: 22px;
}

.navigation_cta_ring {
  border: 1px solid #fff;
  border-radius: 500px;
  width: 153px;
  height: 45px;
  position: absolute;
}

.navigation_cta_ring.navigation_cta_ring--inner {
  z-index: 0;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: #ffffff12;
  transition: background-color .2s;
  display: none;
}

.grainy-gif {
  opacity: .08;
  mix-blend-mode: lighten;
  background-image: url('../images/Grain.gif');
  background-position: 0 0;
  background-size: auto;
  border-radius: 44px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.course_videos_wrap {
  z-index: 2;
  max-width: 70%;
  position: relative;
}

.social-link-wrap {
  display: flex;
}

.play_now {
  color: #fff;
  font-family: Menlo, sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  display: block;
  position: absolute;
  right: -90%;
}

.lightbulb_glow {
  background-color: #66a3fe5c;
  border-radius: 100px;
  width: 50px;
  height: 50px;
  position: absolute;
}

.page-load-overlay {
  z-index: 999;
  width: 100vw;
  height: 100vh;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.page-load-logo {
  z-index: 3;
  opacity: 0;
  width: 200px;
  position: relative;
  left: 0;
  transform: translate(0, 48px);
}

.page-load-wrap {
  background-color: #1e1e25bf;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.slider-pill_img {
  object-fit: cover;
  background-color: #24202224;
  border-radius: 100vw;
  width: 100%;
  margin-bottom: 2em;
  padding-top: 138%;
  position: relative;
  overflow: hidden;
}

.slider-pill_photo {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform .35s;
  position: absolute;
  inset: 0%;
}

.testimonial_expand {
  z-index: 9;
  background-image: url('../images/Plus-icon.svg'), linear-gradient(286deg, #275cf6, #519bf8);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  border-radius: 500px;
  width: 53px;
  height: 53px;
  position: absolute;
  bottom: 15%;
  right: 0;
  box-shadow: 0 9px 9px #0000000a, 18px 0 23px #00000014;
}

.hero_bg_video {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.hero_bg_overlay {
  z-index: 1;
  opacity: .73;
  mix-blend-mode: multiply;
  background-image: none;
  position: absolute;
  inset: 0%;
}

.testimonial_popup_highlighted_content {
  color: var(--text);
  border-top: 2px solid #0000000d;
  border-bottom: 2px solid #0000000d;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 24px;
  padding-bottom: 24px;
  font-family: Apercu, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.testimonial_popup_content {
  color: var(--text);
  padding-bottom: 0%;
  font-family: Apercu, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.testimonial-carousel-slider-holder {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.testimonial-carousel-swiper {
  width: 100%;
  margin-bottom: 48px;
}

.swiper-wrapper {
  flex: none;
  display: block;
}

.swiper-wrapper.pop-up-list {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.swiper-wrapper.testimonial_collection_wrap {
  align-items: center;
  display: flex;
}

.swiper-slide {
  flex: none;
}

.swiper-slide.testimonials-swiper-slide {
  justify-content: flex-start;
  align-items: center;
  width: 23%;
  height: 100%;
  display: flex;
  position: relative;
}

.swiper-slide.pop-up-slide {
  width: 100%;
  height: 460px;
  transition: height .4s cubic-bezier(.25, .46, .45, .94);
}

.pop-up-slider-overlay {
  z-index: 9999;
  background-color: #161525fa;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: hidden;
  transform: scale(0);
}

.pop-up-pagination {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 30px;
  display: flex;
}

.pop-up-swiper-holder {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.slider-button-light-left {
  color: #7e3d5d;
  text-align: center;
  cursor: pointer;
  background-color: #fff3f01a;
  background-image: url('../images/Group-2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px 14px;
  border-radius: 50%;
  flex: none;
  width: 56px;
  height: 56px;
  padding: 12px;
  font-size: 0;
  font-weight: 400;
  line-height: 1em;
  transition: background-position .15s cubic-bezier(.47, 0, .745, .715), background-color .2s, color .2s;
}

.slider-button-light-left:hover {
  color: #fff;
  background-color: #ffd5ca33;
  background-position: 40%;
}

.slider-button-light-left:active {
  background-color: #ffd5ca4d;
}

.slider-button-light-right {
  color: #7e3d5d;
  text-align: center;
  cursor: pointer;
  background-color: #fff3f01a;
  background-image: url('../images/Group-3.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px 14px;
  border-radius: 100px;
  flex: none;
  width: 56px;
  height: 56px;
  padding: 12px;
  font-size: 0;
  font-weight: 400;
  line-height: 1em;
  transition: background-position .15s cubic-bezier(.47, 0, .745, .715), background-color .2s, color .2s;
}

.slider-button-light-right:hover {
  color: #fff;
  background-color: #ffd5ca33;
  background-position: 60%;
}

.slider-button-light-right:active {
  background-color: #ffd5ca4d;
}

.pop-up-swiper-close-button {
  z-index: 99999999;
  cursor: pointer;
  background-color: #ffffff1a;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  display: flex;
  position: absolute;
  inset: 30px 30px auto auto;
}

.container--carousel {
  width: 100%;
  max-width: 1328px;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
}

.container--carousel.grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.container--carousel.grid.pop-up-grid {
  z-index: 2;
}

.pop-up-swiper-buttons {
  justify-content: space-between;
  align-items: center;
  width: 412px;
  display: flex;
}

.pop-up-swiper {
  align-items: center;
  width: 100%;
  height: 580px;
  margin-bottom: 48px;
  padding-top: 60px;
  display: flex;
}

.pop-up-close-button-line {
  background-color: #fff;
  flex: none;
  width: 24px;
  height: 2px;
}

.pop-up-close-button-line.left-line {
  position: absolute;
  transform: rotate(-45deg);
}

.pop-up-close-button-line.right-line {
  position: absolute;
  transform: rotate(45deg);
}

.slide-content {
  cursor: pointer;
  border-radius: 12px;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.pop-up-item-content {
  background-color: var(--white-smoke);
  border-radius: 12px;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding: 8% 10%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.pop-up-slide-info {
  color: #fff;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 24px;
  display: block;
  position: relative;
}

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

.pop-up-slider-overlay-trigger {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.text-field-inform {
  background-color: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 7px;
  height: 48px;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 15px;
  font-size: 16px;
  line-height: 22px;
}

.text-field-inform:active {
  color: #3b2ae5;
  border-color: #dbdbdb;
}

.text-field-inform.bigger {
  height: auto;
  min-height: 140px;
}

.button-3 {
  text-transform: none;
  background-color: #3b2ae5;
  border-radius: 0;
  padding: 13px 22px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  transition: all .2s;
}

.button-3:hover {
  opacity: .8;
}

.button-3.in-form {
  background-color: var(--text);
  text-align: center;
  border-radius: 5px;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
}

.form-spacer {
  flex: 0 auto;
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
}

.content-wrap-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  max-width: 650px;
  padding-bottom: 32px;
  padding-right: 40px;
  display: flex;
}

.contact_desc {
  color: #fff;
  padding-bottom: 32px;
  padding-right: 15%;
  font-size: 16px;
  line-height: 160%;
}

._2-questions-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.contact-text {
  color: #fff;
  margin-bottom: 1px;
  text-decoration: none;
}

.contact-method {
  color: var(--text);
  align-items: center;
  margin-right: 32px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.contact-method:hover {
  opacity: .8;
}

.contact-method.no-link:hover {
  opacity: 1;
}

.contact-method-wrap {
  align-items: center;
  margin-top: 20px;
  margin-right: 20px;
  display: flex;
}

.form-block-03 {
  background-color: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 10px;
  width: 50%;
  min-width: 550px;
  margin-bottom: 0;
  padding: 32px;
}

.contact-icon {
  background-color: var(--text);
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  margin-right: 10px;
  padding: 4px;
  display: flex;
}

.contact-section {
  z-index: 2;
  background-image: url('../images/Newsletter_Hero-BG-min.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 10vw;
  padding-bottom: 10vw;
  position: relative;
}

.contact_form_wrap {
  justify-content: space-between;
  display: flex;
  overflow: hidden;
}

.contact_headline {
  color: #fff;
  margin-top: 0;
  line-height: 90%;
}

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

.footer_newsletter_message {
  color: #fff;
}

.field-label-2 {
  display: none;
}

.success_submission_box {
  z-index: 3;
  background-color: var(--white);
  border: 1px solid #000;
  border-radius: 3px;
  position: relative;
}

.kerning_fix {
  letter-spacing: -1px;
}

.blog_wrapper_link {
  text-decoration: none;
}

.pagination_blog {
  margin-top: 48px;
  font-family: Menlo, sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.previous {
  border-color: var(--blue);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: #3170ba0d;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 150px;
  padding: 16px 28px;
  text-decoration: none;
  display: flex;
}

.previous:hover {
  background-color: #3170ba1f;
}

.next {
  border-color: var(--blue);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: #3170ba0d;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 150px;
  padding: 16px 28px;
  text-decoration: none;
  display: flex;
}

.next:hover {
  background-color: #3170ba1f;
}

.text_pagination {
  color: var(--blue);
  text-decoration: none;
}

.icon_pagination {
  color: var(--blue);
  margin-top: -3px;
  margin-left: 6px;
}

.icon_pagination.icon--prev {
  margin-top: -2px;
  margin-left: 0;
  margin-right: 6px;
}

.video {
  max-width: 70%;
  height: 600px;
  max-height: 600px;
  margin-left: auto;
  margin-right: auto;
}

.heading-5 {
  font-size: 26px;
}

.heading-6 {
  color: var(--blue);
  margin-top: 0;
  margin-bottom: 0;
  font-family: gin, sans-serif;
  font-size: 30px;
}

.text-span-2 {
  border-bottom: 3px solid var(--blue);
  color: var(--blue);
  border-radius: 0;
}

.h2 {
  z-index: 1;
  color: var(--white);
  letter-spacing: -.01em;
  text-transform: none;
  border: 1px #e31715;
  margin-top: 0;
  margin-bottom: 0;
  font-family: bely, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 134%;
  text-decoration: none;
  position: relative;
}

.tagline-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.frame-3 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 600px;
  padding: 47px .3rem;
  text-decoration: none;
  display: flex;
}

.text-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.column-6 {
  z-index: 3;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.portfolio-block {
  z-index: -1;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  color: var(--dark-bg);
  border: 1px solid #19191929;
  border-left: 0 #19191929;
  border-right: 0 #19191929;
  grid-template-rows: auto;
  grid-template-columns: minmax(70%, 1fr) 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center stretch;
  width: 100%;
  padding: 28px 3.8rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.portfolio-block.top {
  border-top-style: solid;
  border-top-width: 1px;
}

.tagline-wrapper-2 {
  background-color: #e31715;
  border-radius: 44px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 58px;
  padding: 13px 20px;
  text-decoration: none;
  display: flex;
}

.container-6 {
  grid-row-gap: 140px;
  border: 0 solid #fff;
  border-bottom-width: 1px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  min-height: auto;
  padding-top: 44px;
  padding-bottom: 44px;
  text-decoration: none;
  display: flex;
}

.action-image {
  object-fit: cover;
  border-radius: 7px;
}

.action-image._1 {
  border-radius: 3px;
  display: inline-flex;
}

.column-7 {
  z-index: 1;
  grid-row-gap: 32px;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  text-decoration: none;
  display: flex;
  position: relative;
}

.section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  display: flex;
}

.tag-container {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: wrap;
  display: flex;
}

.tag-container.new {
  justify-content: space-between;
  align-items: center;
}

.tag {
  border: 1px solid #000;
  border-radius: 400px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.tag.active {
  background-color: var(--dark-bg);
  color: var(--white);
  border-radius: 400px;
  padding-left: 17px;
  padding-right: 17px;
  display: flex;
  position: relative;
}

.heading-7, .heading-8 {
  font-size: 9px;
  font-weight: 400;
}

.heading-8.new {
  margin-top: 0;
  margin-bottom: 0;
}

.heading-9 {
  color: var(--dark-bg);
  line-height: 77%;
  text-decoration: none;
}

.heading-10 {
  z-index: 99;
  color: var(--white-smoke);
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--dark-bg);
  display: flex;
  position: relative;
}

.body {
  padding-top: 9px;
}

.bh-hover {
  z-index: 0;
  pointer-events: none;
  background-color: #35cee5;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.bh-hover.micro, .bh-hover.pocketsized, .bh-hover.lmcm, .bh-hover.pb-2 {
  background-color: var(--white-smoke);
}

.new-portfolio-block {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: var(--white);
  color: var(--dark-bg);
  border-top: 1px solid #d6d5d5;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 4.8rem 3rem;
  text-decoration: none;
  display: grid;
  position: relative;
  overflow: hidden;
}

.new-portfolio-block.lmcm {
  border-bottom: 1px solid #b8b8b8;
}

.new-portfolio-block.paperboy-2 {
  grid-template-rows: auto;
}

.heading-11 {
  color: var(--dark-bg);
}

.checkbox {
  background-color: #f5f5f5;
  border: 1px solid #00000040;
  flex: none;
  width: 16px;
  height: 16px;
  margin: 0;
}

.checkbox.w--redirected-checked {
  box-shadow: none;
  background-color: #140e0e;
  background-image: url('../images/svgexport-1.svg');
  background-position: 50%;
  background-size: 12px;
}

.checkbox.w--redirected-focus, .checkbox.w--redirected-focus-visible {
  box-shadow: none;
  border-style: solid;
  border-color: #140e0e;
}

.links {
  color: #140e0e;
  line-height: 140%;
}

.heading-12 {
  color: var(--white-smoke);
  text-transform: uppercase;
  font-family: gin, sans-serif;
  font-size: 28px;
  line-height: 33px;
}

.cta_button {
  background-color: var(--blue);
  color: var(--dark-bg);
  cursor: pointer;
  border: 1px solid #0000;
  border-radius: 5px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 14px 18px;
  font-family: gin, sans-serif;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
  transition: all .2s ease-out;
  display: flex;
}

.cta_button:hover {
  background-color: var(--white);
  color: var(--dark-bg);
  border-style: none;
  border-color: #140e0e;
  transform: scale(1.1);
}

.field-dropdown-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: none;
}

.radio-button-field {
  display: none;
}

.field-label-3 {
  color: var(--white-smoke);
  margin-bottom: 0;
  font-weight: 400;
  line-height: 120%;
}

.success-message {
  background-color: #f6f6ee12;
  min-height: 300px;
}

.div-block-4 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 300px;
  min-height: 100%;
  display: flex;
}

.required {
  color: var(--blue);
}

.field-text-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.hero__form {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  outline-offset: 0px;
  background-color: #ffffff0f;
  border: 1px solid #000;
  border-radius: 3px;
  outline: 1px #919191;
  width: 600px;
}

.form-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #0000;
  border-radius: 0;
  flex-flow: column;
  padding: 44px;
  display: flex;
}

.code-embed-3 {
  display: none;
}

.checkbox-wrap {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.dropdown {
  color: #ffffff;
  border: 1px solid #0000;
  border-radius: 12px;
  width: 100%;
  height: 56px;
  margin-bottom: 0;
  padding: 18px;
  font-weight: 500;
  line-height: 140%;
}

.dropdown:focus {
  border-color: #140e0e;
}

.dropdown:focus-visible, .dropdown[data-wf-focus-visible] {
  border-style: solid;
  border-color: #140e0e;
}

.checkbox-field {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.text-area-field {
  color: #ffffff;
  background-color: #f5f5f524;
  border: 1px solid #f5f5f552;
  border-radius: 5px;
  min-height: 150px;
  margin-bottom: 0;
  padding: 18px;
  line-height: 140%;
  transition: all .25s ease-out;
}

.text-area-field:hover {
  border-color: var(--blue);
}

.text-area-field:active {
  color: var(--white);
}

.text-area-field:focus {
  border-color: var(--blue);
  color: var(--white-smoke);
  box-shadow: 0 0 0 5px #c5f80d40;
}

.text-area-field:focus-visible, .text-area-field[data-wf-focus-visible] {
  border-color: var(--blue);
}

.text-area-field::placeholder {
  color: #a4a4a4;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
}

.text-area-field:lang(en) {
  color: var(--white-smoke);
}

.field-input-box {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-6 {
  color: #fff;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.text-6.color-dark {
  font-size: 13px;
}

.text-field-2 {
  color: #ffffff;
  background-color: #f5f5f53d;
  border: 1px solid #f5f5f52e;
  border-radius: 4px;
  height: 56px;
  margin-bottom: 0;
  padding: 18px;
  line-height: 140%;
  transition: all .25s ease-out;
}

.text-field-2:hover {
  outline-color: var(--blue);
  outline-offset: 0px;
  outline-width: 1px;
  outline-style: solid;
}

.text-field-2:active {
  border-style: none;
}

.text-field-2:focus {
  border-width: 1px;
  border-color: var(--blue);
  box-shadow: 0 0 0 5px #c6f80f36;
}

.text-field-2:focus-visible, .text-field-2[data-wf-focus-visible] {
  border-style: none;
  border-color: var(--blue);
  color: var(--white);
  box-shadow: 0 0 0 5px #c5f80d40;
}

.text-field-2::placeholder {
  color: #a4a4a4;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
}

.field-input-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.content-style-13 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: var(--white);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.tagline {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.h1 {
  text-align: center;
  letter-spacing: -.01em;
  text-transform: uppercase;
  border: 1px #e31715;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 70px;
  font-weight: 400;
  line-height: 105%;
  text-decoration: none;
}

.h1.cream {
  color: #f6f6ee;
  width: 100%;
}

.text-7 {
  color: #fff;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.heading-13 {
  margin-top: 0;
  font-family: gin, sans-serif;
}

.shane-speaking-video-bg {
  z-index: 0;
  opacity: 1;
  border-radius: 20px;
  position: relative;
}

.video-overlay-grain {
  z-index: 3;
  opacity: .05;
  background-image: url('../images/Grain.gif');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 100%;
  position: absolute;
}

.video-overlay {
  z-index: 1;
  opacity: .63;
  background-image: linear-gradient(#0000005c, #0a0a0a 0%, #0a0a0a80);
  background-size: auto;
  width: 100%;
  height: 100%;
  position: absolute;
}

.heading-14 {
  font-family: gin, sans-serif;
  font-size: 51px;
}

.follow-circle {
  z-index: 2;
  pointer-events: none;
  cursor: auto;
  background-color: #c5f80d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  position: absolute;
  inset: -19% -11% auto auto;
}

.follower-text {
  color: #2b2828;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 7px;
}

.twitter-container {
  position: relative;
}

.small-circle {
  background-color: var(--blue);
  border-radius: 50%;
  width: 25px;
  height: 25px;
}

.cta-badge {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: var(--dark-bg);
  width: auto;
  padding: 4px 18px 4px 4px;
}

.cta-badge:hover {
  -webkit-backdrop-filter: blur(13px);
  backdrop-filter: blur(13px);
  color: var(--white);
  background-color: #ffffff7d;
  width: auto;
  padding-right: 29px;
}

.heading-15 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
}

.heading-16 {
  font-family: gin, sans-serif;
}

.code-embed-4 {
  z-index: 99;
  position: relative;
}

.div-block-5 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  display: flex;
}

.error-message {
  background-color: var(--blue);
  border-radius: 6px;
  padding-left: 23px;
  padding-right: 23px;
}

.stacking-cards__item {
  color: #fff;
  border-top-left-radius: 1em;
  border-top-right-radius: 1em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  margin-top: -1em;
  padding-top: 5em;
  padding-bottom: 5em;
  display: flex;
  position: relative;
}

.stacking-cards__item.is--green {
  background-color: #1a261e;
}

.stacking-cards__item.is--purple {
  background-color: #544a58;
}

.stacking-cards__item.is--brown {
  background-color: #62594c;
}

.stacking-cards__item.is--red {
  background-color: #1f1715;
}

.stacking-cards__item.is--blue {
  background-color: #1a232e;
}

.stacking-cards__collection {
  width: 100%;
}

.stacking-cards__list {
  flex-flow: column;
  display: flex;
}

.stacking-card__heading-faded {
  opacity: .5;
}

.stacking-cards__item-h {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 10vw;
  font-weight: 700;
  line-height: .9;
}

.stacking-cards__item-img {
  z-index: 0;
  aspect-ratio: auto;
  object-fit: cover;
  border-radius: .75em;
  width: 30vw;
  height: 400px;
  margin-top: -1vw;
  position: relative;
}

.stacking-card__top-span {
  font-size: 1em;
  font-weight: 500;
}

.stacking-cards__item-top {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: absolute;
  top: 2.5em;
  left: 2.5em;
  right: 2.5em;
}

.div-block-6 {
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tag-copy {
  border: 1px solid #000;
  border-radius: 400px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.tag-copy.active {
  color: var(--white);
  background-color: #ffffff1c;
  border-style: none;
  border-color: #fff;
  border-radius: 400px;
  justify-content: center;
  align-items: center;
  padding: 6px 11px;
  display: flex;
  position: relative;
}

.btn-group {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  justify-content: center;
  font-size: 2em;
  display: flex;
}

.btn-bubble-arrow {
  z-index: 9;
  border-radius: 10em;
  justify-content: center;
  align-items: center;
  font-size: 1em;
  text-decoration: none;
  display: flex;
  position: relative;
  top: -29px;
}

.btn-bubble-arrow__arrow {
  color: #131313;
  background-color: #358dff;
  border-radius: 10em;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  display: flex;
  position: relative;
}

.btn-bubble-arrow__arrow.is--duplicate {
  z-index: 2;
  background-color: #efeeec;
  width: 2em;
  height: 2em;
  position: absolute;
  right: 0;
}

.btn-bubble-arrow__arrow-svg {
  width: 40%;
}

.btn-bubble-arrow__content {
  background-color: var(--dark-bg);
  color: #efeeec;
  border-radius: 10em;
  justify-content: center;
  align-items: center;
  height: 2.7em;
  padding-left: 2em;
  padding-right: 2em;
  font-size: .8em;
  display: flex;
  position: relative;
}

.btn-bubble-arrow__content-text {
  font-size: .6em;
  line-height: 1;
}

@media screen and (min-width: 1440px) {
  .homepage-hero {
    min-height: 90vh;
  }

  .hero-heading {
    font-size: 13vw;
  }
}

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

  h2 {
    font-size: 85px;
  }

  h3 {
    font-size: 56px;
  }

  h5 {
    font-size: 32px;
  }

  .homepage-hero {
    justify-content: center;
    align-items: center;
    min-height: 70vh;
  }

  .nav_link {
    padding-left: 10px;
  }

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

  .hero-wrap {
    max-width: 100%;
  }

  .hero-heading {
    font-size: 14vw;
  }

  .hero-heading.hero-success {
    font-size: 16vw;
  }

  .hero-heading._404-page, .hero-heading.hero-looking {
    font-size: 97px;
  }

  .hero-wrap-lower {
    margin-top: -20px;
  }

  .play-btn {
    margin-top: 5vh;
  }

  .play-button-ring {
    width: 80px;
    height: 80px;
  }

  .play-button {
    width: 100px;
    height: 100px;
  }

  .hero-bottom {
    padding-left: 5%;
    padding-right: 5%;
  }

  .cta-badge.book_cta_corner {
    inset: 20px 20px auto auto;
  }

  .vertical-grid {
    grid-template-rows: 100%;
    grid-template-columns: .25fr 1fr 2.5fr 1fr .25fr;
  }

  .vertical-grid.page-load-grid {
    grid-template-columns: .25fr 1fr 2.5fr 1fr .25fr;
  }

  .line_vert.line_course--hidden {
    border-right-width: 1px;
    border-right-color: #ffffff38;
  }

  .line_vert.line_vert--course--gray {
    border-right-color: #0000000d;
  }

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

  .container.container--404 {
    padding-top: 140px;
    padding-bottom: 230px;
  }

  .newsletter-wrap {
    padding: 16px 7% 120px;
  }

  .newsetter-headline {
    width: auto;
    max-width: none;
  }

  .email-input_wrapper {
    min-width: 560px;
  }

  .email-input_form {
    height: 72px;
  }

  .form_submit-button {
    height: 55px;
  }

  .course_inner {
    align-items: center;
    max-width: none;
  }

  .course_inner.course-inner--bottom {
    border-top: 1px solid #ededed;
    margin-top: 48px;
    padding-top: 48px;
  }

  ._3-videos-wrap {
    justify-content: center;
  }

  .course_user_wrap {
    margin-top: 32px;
    padding-top: 28px;
  }

  .course_user_wrap.course_user_wrap--short {
    flex-flow: column wrap;
    justify-content: space-between;
    align-items: flex-start;
    height: 140px;
  }

  .course-left-accent {
    font-size: 14px;
  }

  .course-left-highlights {
    justify-content: center;
    margin-top: -4px;
  }

  .course_3_thumbnail {
    max-width: 100%;
  }

  .course_inner_wrap {
    flex-direction: column;
  }

  .course_3_play_btn {
    left: 45%;
  }

  .book-cta {
    padding-bottom: 120px;
  }

  .book-wrap {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    flex-direction: column;
    max-width: 100%;
  }

  .book_left {
    justify-content: center;
    max-width: none;
    display: flex;
  }

  .book_right {
    width: 100%;
    max-width: none;
    margin-left: 0%;
    margin-right: 0%;
    padding-top: 32px;
    padding-left: 10%;
    padding-right: 10%;
  }

  .book_cta_img {
    position: relative;
    top: 0;
    left: -24px;
  }

  .book_cta_wrap {
    margin-top: 64px;
  }

  .testimonial_featured_content {
    padding-top: 20px;
    font-size: 20px;
  }

  .testimonial_right.feature_testimonial_headshot {
    max-width: 300px;
  }

  .testimonial_left {
    margin-top: 5%;
  }

  .testimonial_name {
    font-size: 22px;
  }

  .course-headine {
    padding-left: 38px;
    padding-right: 38px;
  }

  .course-accent {
    font-size: 16px;
  }

  .course_hero_video {
    min-height: 390px;
  }

  .user_lightbulb.lightbulb--2 {
    margin-top: 390px;
    margin-left: -20px;
  }

  .user_lightbulb.lightbulb--3 {
    margin-top: 104px;
    margin-left: -45px;
  }

  .user_lightbulb.lightbulb--4 {
    margin-left: -60px;
    display: none;
  }

  .course_about_headline {
    padding-right: 15%;
  }

  .lightbulb.lightbulb--2 {
    display: none;
    top: 493px;
  }

  .lightbulb.lightbulb--3 {
    width: 90px;
    height: 90px;
    top: 40px;
    right: 3%;
  }

  .lightbulb.lightbulb--3.pricing-lightbulb {
    width: 90px;
    height: 90px;
    bottom: 114px;
    right: 4%;
  }

  .lightbulb.lightbulb--4 {
    width: 100px;
    height: 100px;
    top: 410px;
  }

  .lightbulb.lightbulb--4.pricing-lightbulb {
    top: 67px;
    right: 13%;
  }

  .lightbulb.lightbulb--1 {
    top: -50px;
    left: 2%;
  }

  .lightbulb.lightbulb--1.pricing-lightbulb {
    top: 368px;
    left: 4%;
  }

  .course-features {
    margin-left: 2%;
    margin-right: 2%;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .course-feature-box.course-feature-box--mid {
    width: 40%;
  }

  .course_feature_text {
    font-size: 14px;
  }

  .course_feature_img {
    height: 70px;
  }

  .left-side {
    max-width: 60%;
  }

  .newsletter__input {
    height: 55px;
    padding-left: 2.6vw;
    font-size: 1.7vw;
  }

  .submit-button-2 {
    border-radius: 3px;
    width: 60px;
    height: 44px;
    margin-top: 5px;
  }

  .shadow-form {
    bottom: -8px;
    right: -8px;
  }

  .newsletter__opt-in {
    position: relative;
  }

  .paragraph-3 {
    font-size: 14px;
    line-height: 140%;
  }

  .image-10 {
    width: 40vw;
    max-width: 40vw;
  }

  .article__content-wrapper {
    width: 100%;
  }

  .article__line {
    width: 69%;
  }

  .recommened_colection_wrap {
    flex-direction: row;
    margin-top: 30px;
  }

  .recomended_list {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    display: grid;
    position: relative;
  }

  .recommended_item {
    flex-direction: row;
  }

  .contact_social_links {
    border-right-style: none;
    margin-top: 12px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer_social_link {
    justify-content: center;
    width: 40px;
    height: 40px;
    margin-right: 20px;
  }

  .footer-component {
    grid-template-rows: 140px .75fr .75fr;
    grid-template-areas: "."
                         "."
                         ".";
  }

  .text-field {
    width: 39vw;
  }

  .footer__right-side {
    grid-row-gap: 25px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: start;
    padding-top: 64px;
    padding-bottom: 64px;
    padding-left: 8%;
  }

  .footer__left-side {
    grid-column-gap: 25px;
    grid-row-gap: 0px;
    border-top: 1px solid #423e3e;
    border-bottom: 1px solid #423e3e;
    border-right-style: none;
    border-right-width: 0;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding: 8%;
  }

  .footer_form {
    justify-content: space-between;
    width: 100%;
  }

  .logo {
    margin-top: 0;
  }

  .contact_info {
    grid-row-gap: 15px;
    align-items: flex-start;
  }

  .footer__newsletter_form {
    justify-content: space-between;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 8%;
    padding-right: 8%;
  }

  .footer__privacy {
    font-size: 1.6vw;
  }

  .contact {
    align-items: flex-start;
    margin-bottom: 0;
  }

  .footer__terms {
    font-size: 1.6vw;
  }

  .copyright {
    font-size: 1.5vw;
  }

  .footer__bottom {
    padding-left: 40px;
    padding-right: 40px;
  }

  .image-21 {
    width: 1.8vw;
  }

  .heading_accent {
    font-size: 1.8vw;
  }

  .article__clip-path {
    height: 80vw;
  }

  .recommended_blog_img {
    border-radius: 5px;
  }

  .recommended_blog_headline {
    letter-spacing: 0;
    text-transform: none;
    margin-top: 24px;
    margin-bottom: 1.9vw;
    font-size: 22px;
  }

  .recommended_blog_date {
    font-size: 14px;
    line-height: 100%;
  }

  .hero-wrap-8 {
    margin-top: 7vw;
  }

  .blue-circle {
    width: 2vw;
  }

  .latest_tag_text {
    font-size: 1.5vw;
  }

  .line {
    height: 1.5vw;
  }

  .collection-list-wrapper {
    margin-top: 30px;
    padding-bottom: 0;
  }

  .blog-wrapper {
    grid-column-gap: 42px;
    grid-row-gap: 0px;
    grid-template-columns: minmax(200px, 285px) 1.5fr;
    height: auto;
    margin-top: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .blog_img {
    width: 100%;
    max-width: 100%;
  }

  .content-wrapper {
    margin-top: 2vw;
    padding-right: 0%;
  }

  .blog-title {
    margin-top: 16px;
    padding-bottom: 10px;
    font-size: 22px;
    line-height: 30px;
  }

  .blog_desc {
    font-size: 16px;
    line-height: 160%;
  }

  .breakdown_text {
    width: 45%;
    margin-bottom: 87px;
    padding-top: 141px;
  }

  .breakdown_modules {
    width: 58%;
  }

  .breakdown_paragraph {
    font-size: 14px;
  }

  .breakdown_headline {
    font-size: 80px;
  }

  .breakdown_text_wrap {
    padding-right: 32px;
  }

  .breakdown_module {
    margin-bottom: 32px;
    margin-left: 32px;
    padding: 32px;
  }

  .breakdown_anchor {
    width: 39px;
    left: -39px;
  }

  .breakdown_module_accent {
    margin-bottom: 0;
    font-size: 16px;
  }

  .breakdown_module_headline {
    margin-top: 10px;
  }

  .pricing {
    padding-left: 10%;
    padding-right: 10%;
  }

  .offers {
    height: 70px;
  }

  .heading {
    display: none;
  }

  .offers-container {
    grid-column-gap: 24px;
    justify-content: center;
    width: 100%;
  }

  .faq {
    padding-left: 6%;
    padding-right: 6%;
  }

  .image-26 {
    height: 80px;
  }

  .navigation_cta_wrap {
    margin-left: 16px;
  }

  .grainy-gif {
    opacity: .06;
  }

  .course_videos_wrap {
    justify-content: center;
    display: flex;
  }

  .page-load-overlay {
    display: flex;
  }

  .slider-pill_img {
    padding-top: 148%;
  }

  .testimonial_popup_highlighted_content {
    font-size: 20px;
  }

  .container--carousel.grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .content-wrap-left {
    width: 100%;
    padding: 100px 0 48px;
  }

  .contact_desc {
    padding-right: 0%;
  }

  .form-block-03 {
    width: 100%;
    margin-top: 20px;
  }

  .contact_form_wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .form-block--newsletter {
    z-index: 1;
    position: relative;
  }

  .success_submission {
    color: var(--text);
    text-transform: none;
    font-family: Inter, sans-serif;
    font-weight: 500;
  }

  .success_submission_box {
    background-color: var(--white);
    width: 100%;
  }

  .h2 {
    font-size: 1.4rem;
  }

  .frame-3 {
    padding-top: 16px;
    padding-bottom: 0;
  }

  .action-image, .action-image._1 {
    width: 100%;
  }

  .heading-10 {
    display: flex;
  }

  .bh-hover {
    pointer-events: none;
  }

  .new-portfolio-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .heading-12 {
    width: 100%;
  }

  .cta_button {
    padding: 10px 16px;
  }

  .cta_button:hover {
    transform: scale(1.05);
  }

  .required {
    color: var(--blue);
  }

  .hero__form {
    width: 100%;
    max-width: 600px;
  }

  .form-2 {
    padding: 40px 36px 48px;
  }

  .checkbox-field {
    justify-content: space-between;
    align-items: center;
  }

  .text-6 {
    font-size: 1.2rem;
  }

  .content-style-13 {
    grid-row-gap: 18px;
  }

  .h1, .h1.cream {
    font-size: 44px;
  }

  .text-7 {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 70px;
  }

  h5 {
    font-size: 30px;
  }

  .homepage-hero {
    padding-top: 100px;
  }

  .nav_link {
    display: none;
  }

  .navbar {
    border-bottom: 1.5px solid #0000;
    margin-bottom: -100px;
    display: flex;
  }

  .hero-accent {
    font-size: 3.7vw;
  }

  .hero-accent._404-page {
    font-size: 18px;
  }

  .hero-heading._404-page, .hero-heading.hero-looking {
    font-size: 74px;
  }

  .play-btn {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .play-button-ring {
    transform-origin: 50%;
    width: 14vw;
    height: 14vw;
    margin-top: 1.5vw;
    margin-left: 1.5vw;
    top: 0%;
    left: 0%;
    transform: none;
  }

  .play-button {
    width: 17vw;
    height: 17vw;
  }

  .vertical-grid {
    grid-template-columns: .25fr 1fr 1fr 1fr .25fr;
  }

  .vertical-grid.vertical-grid--whitebg {
    grid-template-rows: auto;
    grid-auto-rows: 0;
  }

  .vertical-grid.page-load-grid {
    grid-template-columns: .25fr 1fr 1fr 1fr .25fr;
  }

  .vertical-grid.vertical-grid--newsletter {
    justify-items: center;
  }

  .line_vert.line_course--hidden {
    border-right-color: #ffffff38;
  }

  .line_vert.page-load-line.line--2, .line_vert.page-load-line.line--3 {
    border-left-color: #333336;
  }

  .line_vert.page-load-line.left {
    border-left-style: none;
  }

  .container {
    padding-left: 7%;
    padding-right: 7%;
  }

  .container.container--course_about {
    padding-left: 10%;
    padding-right: 10%;
  }

  .newsletter-wrap {
    padding-left: 0%;
    padding-right: 0%;
  }

  .newsetter-headline {
    font-size: 6vw;
  }

  .email-input_wrapper {
    min-width: 90%;
  }

  .course-box {
    margin-bottom: 64px;
    padding: 15% 10%;
  }

  .course_user_wrap {
    grid-column-gap: 35px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .course_user_wrap.course_user_wrap--short {
    flex-direction: row;
  }

  .course_cta-_btn {
    font-size: 16px;
  }

  .course_3_thumbnail {
    max-width: 100%;
  }

  .course_3_thumbnail.thumbnail_side.thumbnail_left {
    width: 60%;
    height: auto;
    margin-right: -32vw;
  }

  .course_3_thumbnail.thumbnail_side.thumbnail_right {
    width: 60%;
    height: auto;
    margin-left: -32vw;
  }

  .course_3_play_btn {
    top: 35%;
    left: 44%;
  }

  .book-wrap {
    margin-left: 8%;
    margin-right: 8%;
    padding-bottom: 60px;
  }

  .book_cta_img {
    max-width: 370px;
  }

  .book_headline {
    margin-bottom: 15px;
    font-size: 41px;
  }

  .contact-section-1 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .course_container {
    padding-left: 8%;
    padding-right: 8%;
  }

  .tabs-menu {
    bottom: -7%;
  }

  .testimonial_featured_content {
    padding-bottom: 32px;
  }

  .testimonial_component {
    grid-row-gap: 20px;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .testimonial_right.feature_testimonial_headshot {
    max-width: 60%;
  }

  .course_left_headline {
    text-align: center;
    font-size: 9vw;
  }

  .testimonial_name {
    font-size: 20px;
  }

  .testimonial_location {
    font-size: 14px;
  }

  .course-headine {
    padding-left: 0;
  }

  .course_hero_video {
    background-position: 50%;
    background-size: cover;
    min-height: 310px;
  }

  .user_lightbulb {
    width: 50px;
    height: 50px;
  }

  .user_lightbulb.lightbulb--1 {
    width: 50px;
    height: 50px;
    margin-top: 138px;
  }

  .user_lightbulb.lightbulb--2 {
    width: 50px;
    height: 50px;
    margin-left: 41px;
  }

  .user_lightbulb.lightbulb--3 {
    display: none;
  }

  .user_lightbulb_img {
    width: 40px;
    height: 40px;
  }

  .lightbulb.lightbulb--3, .lightbulb.lightbulb--3.pricing-lightbulb {
    width: 80px;
    height: 80px;
  }

  .lightbulb.lightbulb--4 {
    width: 80px;
    height: 80px;
    top: auto;
    bottom: -51px;
  }

  .lightbulb.lightbulb--1 {
    width: 64px;
    height: 64px;
  }

  .lightbulb.lightbulb--1.pricing-lightbulb {
    width: 60px;
    height: 60px;
  }

  .course_feature_img {
    height: 64px;
  }

  .h1-top {
    font-size: 13vw;
  }

  .left-side {
    max-width: 100%;
    padding-left: 8%;
  }

  .newsletter__input {
    height: 48px;
    font-size: 2vw;
  }

  .newsletter__privacy {
    white-space: nowrap;
    flex-direction: column;
    align-items: flex-start;
    height: 45px;
    margin-top: 2vw;
    display: inline-block;
  }

  .h1-bottom {
    font-size: 12vw;
  }

  .submit-button-2 {
    width: 43px;
    height: 37px;
    margin-top: 5px;
    padding-left: 31px;
    padding-right: 16px;
  }

  .newletter__hero--wrapper {
    flex-direction: column;
    margin-bottom: 0;
  }

  .newsletter__opt-in {
    max-width: 80vw;
  }

  .hero.newsletter {
    justify-content: space-between;
    min-height: 110vh;
    padding-bottom: 150px;
  }

  .right-side {
    justify-content: center;
    display: flex;
  }

  .paragraph-3 {
    text-transform: none;
    margin-top: 16px;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
  }

  .image-10 {
    width: 80vw;
    max-width: 100vw;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: -2vw;
  }

  .clip-path-2 {
    background-position: 50% 0;
    background-repeat: no-repeat;
    height: 13vw;
  }

  .article__line {
    width: 67%;
  }

  .recomended_list {
    grid-row-gap: 45px;
  }

  .white-arrow {
    width: 17px;
  }

  .footer__bottom--right {
    grid-column-gap: 40px;
    justify-content: center;
    width: 100%;
    padding-top: 10px;
  }

  .link {
    font-size: 2.4vw;
  }

  .contact_social_links {
    margin-top: 7px;
  }

  .contact_social_links.social_links--mobile-nav {
    margin-top: 24px;
    margin-left: 9%;
  }

  .text-block-2 {
    font-size: 2.2vw;
  }

  .footer-component {
    position: static;
  }

  .text-field {
    width: 39vw;
    height: 45px;
    padding-left: 15px;
    font-size: 2.5vw;
  }

  .footer__right-side {
    grid-column-gap: 30px;
    grid-template-columns: .65fr 1fr 1fr;
  }

  .footer__left-side {
    grid-column-gap: 9vw;
  }

  .logo {
    width: 35vw;
    max-width: none;
  }

  .footer__bottom--left {
    justify-content: center;
    width: 100%;
    padding-bottom: 8px;
  }

  .contact_info {
    grid-row-gap: 2.5vw;
  }

  .footer__privacy {
    font-size: 2.5vw;
  }

  .phone {
    grid-column-gap: 10px;
  }

  .footer {
    position: relative;
  }

  .location {
    grid-column-gap: 8px;
    align-items: flex-start;
  }

  .submit-btn {
    width: 45px;
    height: 34px;
  }

  .footer__terms, .copyright {
    font-size: 2.5vw;
  }

  .footer__bottom {
    flex-direction: column-reverse;
    justify-content: space-between;
    height: 80px;
  }

  .gradient-blue-arrow {
    width: 20px;
    left: 14px;
  }

  .button {
    top: 5px;
  }

  .mail {
    grid-column-gap: 10px;
  }

  .field-label {
    font-size: 2.5vw;
  }

  .image-21 {
    width: 2.8vw;
  }

  .heading_accent {
    margin-bottom: .5vw;
    font-size: 2.2vw;
  }

  .article__clip-path {
    height: 97vw;
  }

  .article_heading {
    font-size: 12vw;
    line-height: 12vw;
  }

  .blog_recommendation {
    font-size: 16px;
  }

  .recommended_blog_headline {
    margin-top: 15px;
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 24px;
  }

  .recommended_blog_date {
    font-size: 12px;
    line-height: 0;
  }

  .hero-wrap-8 {
    width: 80vw;
    max-width: 100vw;
    margin-top: 4.5vw;
  }

  .paragraph-9 {
    white-space: normal;
    margin-top: 12px;
    font-size: 13px;
  }

  .blue-circle {
    width: 2.5vw;
  }

  .latest_tag_text {
    font-size: 1.7vw;
  }

  .line {
    height: 1.7vw;
  }

  .collection-list-wrapper {
    margin-top: 0;
    padding-bottom: 0;
  }

  .blog-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1.5fr;
    align-items: center;
    margin-top: 8px;
  }

  .content-wrapper {
    margin-top: 5vw;
  }

  .blog-date {
    width: 80px;
    height: 32px;
  }

  .date {
    font-size: 13px;
  }

  .blog-title {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 24px;
  }

  .blog_desc {
    font-size: 16px;
    line-height: 160%;
  }

  .mobile_nav {
    z-index: 1;
    border: .3px solid #20365a26;
    border-radius: 500px;
    justify-content: center;
    align-items: center;
    width: 52px;
    max-width: 60px;
    height: 52px;
    max-height: 60px;
    margin-left: 16px;
    padding: 0;
    display: flex;
    position: relative;
    overflow: visible;
  }

  .hamburger_btn {
    z-index: 2;
    border: 1px solid var(--white);
    border-radius: 500px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 41px;
    height: 41px;
    margin: 5px;
    display: flex;
    position: relative;
  }

  .breakdown_sticky_container {
    flex-direction: column;
  }

  .breakdown_text {
    width: 100%;
    height: auto;
    margin-bottom: 0;
    padding-top: 25%;
    padding-bottom: 15%;
  }

  .breakdown_modules {
    z-index: 2;
    background-color: var(--white-smoke);
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
  }

  .breakdown_module {
    margin-left: 0;
  }

  .breakdown_anchor {
    display: none;
  }

  .breakdown_module_accent {
    font-size: 14px;
  }

  .breakdown_module_headline {
    margin-top: 8px;
  }

  .pricing {
    padding: 140px 7% 200px;
  }

  .pricing_btn {
    width: 260px;
  }

  .pricing_cta--wrapper {
    margin-top: 64px;
  }

  .offers {
    grid-column-gap: 0px;
    justify-content: center;
    padding-left: 0%;
    padding-right: 0%;
  }

  .offers-container {
    grid-column-gap: 6px;
  }

  .faq {
    padding-left: 8%;
    padding-right: 8%;
  }

  .faq-question {
    justify-content: space-between;
    align-items: center;
    padding-left: 16px;
    padding-right: 16px;
  }

  .image-25 {
    top: 60px;
  }

  .text-block-11 {
    font-size: 14px;
  }

  ._404-button-wrapper {
    margin-top: 50px;
  }

  .image-28 {
    width: 16px;
  }

  ._404-hero {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
  }

  .mobile_menu_bg {
    z-index: 0;
    border-radius: 5000px;
    width: 100%;
    height: 100%;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .mobile_menu {
    z-index: 1;
    width: 100%;
    height: 100vh;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
  }

  .mobile_menu_links {
    flex-direction: column;
    flex: 1;
    padding-top: 1.75vh;
    padding-bottom: 2vh;
    display: flex;
  }

  .mobile_menu_link {
    color: #fff;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 10%;
    font-family: Apercu, sans-serif;
    font-size: 30px;
    font-weight: 400;
    text-decoration: none;
  }

  .mobile_menu_link:hover {
    color: #2e8bff;
  }

  .mobile_menu_link.w--current {
    background-image: linear-gradient(to bottom, #519bf8, var(--blue));
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
  }

  .mobile_menu_wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-rows: minmax(min-content, 94px) 3fr minmax(90px, .75fr) minmax(90px, .75fr) minmax(11px, 11px);
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 100vw;
    max-width: 100vw;
    height: 100vh;
    max-height: 100vh;
    display: grid;
  }

  .mobile_menu_border {
    background-image: linear-gradient(77deg, #275cf6 15%, #519bf8 90%);
    width: 100%;
  }

  .mobile_menu_cta {
    border-top: 1px solid #423e3e;
    align-items: center;
    display: flex;
  }

  .mobile_menu_btn {
    background-color: #0000;
    background-image: url('../images/external-link-icon-md.svg');
    background-position: 84%;
    background-repeat: no-repeat;
    background-size: auto;
    padding: 32px 20% 32px 10%;
    font-family: Apercu, sans-serif;
    font-size: 30px;
  }

  .brand--mobile {
    border-bottom: 1px solid #423e3e;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 32px;
  }

  .hamburger_stroke {
    background-color: #fff;
    border-radius: 20px;
    width: 16px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .hamburger_stroke.hamburger_stroke--1 {
    transform: translate(0, -3px);
  }

  .hamburger_stroke.hamburger_stroke--3 {
    transform: translate(0, 3px);
  }

  .course_videos_wrap {
    max-width: 100%;
  }

  .testimonial-carousel-swiper {
    margin-bottom: 32px;
  }

  .swiper-slide.testimonials-swiper-slide {
    height: 320px;
  }

  .swiper-slide.pop-up-slide {
    height: 350px;
  }

  .slider-button-light-left, .slider-button-light-right {
    background-size: 16px;
    width: 48px;
    height: 48px;
  }

  .container--carousel {
    padding-left: 12px;
    padding-right: 12px;
  }

  .container--carousel.grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .pop-up-swiper-buttons {
    display: none;
  }

  .slide-content {
    flex: none;
  }

  .pop-up-item-content {
    background-image: none;
    padding: 32px;
  }

  .testimonial_popup_title {
    margin-top: 0;
  }

  .content-wrap-left {
    padding-left: 0;
    padding-right: 0;
  }

  .contact-text {
    font-weight: 400;
  }

  .form-block-03 {
    min-width: 0;
  }

  .column-6 {
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
  }

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

  .column-7 {
    height: 300px;
    overflow: hidden;
  }

  .heading-10 {
    font-size: 56px;
  }

  .hero__form {
    width: 100%;
  }

  .checkbox-field {
    justify-content: space-between;
    align-items: flex-start;
  }

  .h1 {
    font-size: 4rem;
  }

  .video-overlay-grain, .video-overlay {
    inset: 0% auto auto 0%;
  }

  .heading-14 {
    margin-top: 0;
  }

  .heading-17 {
    font-size: 77px;
  }
}

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

  h2 {
    font-size: 60px;
  }

  h3 {
    font-size: 42px;
  }

  .homepage-hero {
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    height: 95vh;
    min-height: 0;
    padding-top: 0;
    overflow: hidden;
  }

  .nav_logo {
    filter: invert();
    width: 100px;
    font-size: 0;
  }

  .hero-wrap {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 64px 0% 32px;
  }

  .hero-accent {
    margin-bottom: -8px;
    font-size: 4vw;
  }

  .hero-accent.into {
    letter-spacing: 1px;
    padding-left: 0;
    font-size: 3vw;
    line-height: 102%;
  }

  .hero-accent._404-page {
    font-size: 4.5vw;
    line-height: 100%;
  }

  .hero-heading {
    letter-spacing: -3px;
    margin-left: 0;
    font-size: 3.8rem;
  }

  .hero-heading.hero-success {
    margin-left: 0;
    font-size: 17vw;
  }

  .hero-heading._404-page {
    margin-top: 20px;
    margin-left: 0;
    font-size: 13.2vw;
  }

  .hero-heading.hero-looking {
    margin-left: 0;
    font-size: 13.2vw;
  }

  .video-wrap {
    width: 96vw;
    height: 60vh;
  }

  .play-btn {
    margin-top: 0;
    margin-bottom: 0;
  }

  .play-button-ring {
    width: 20vw;
    height: 20vw;
    margin: 2vw 0 0 2vw;
  }

  .play-button {
    justify-content: center;
    align-items: center;
    width: 24vw;
    height: 24vw;
  }

  .hero-bottom {
    margin-top: 100px;
  }

  .cta-badge {
    grid-column-gap: 13px;
    width: 130px;
    padding-right: 0;
  }

  .circle {
    width: 20px;
    height: 20px;
  }

  .accent-menlo {
    font-size: 13px;
  }

  .vertical-grid {
    grid-template-columns: .25fr 1fr 1fr .25fr;
  }

  .vertical-grid.vertical-grid--whitebg {
    grid-template-columns: .35fr 1fr 2fr 1fr .35fr;
  }

  .vertical-grid.page-load-grid {
    grid-template-columns: .25fr 1fr 1fr .25fr;
  }

  .line_vert.page-load-line.line--5, .line_vert.page-load-line.line--6, .line_vert.page-load-line.line--7 {
    display: none;
  }

  .line_vert.page-load-line.left {
    border-left-style: none;
  }

  .container {
    padding-left: 8%;
    padding-right: 8%;
  }

  .container.container--404 {
    padding-bottom: 150px;
  }

  .container.container--hero {
    padding-left: 0%;
    padding-right: 0%;
  }

  .newsletter-wrap {
    padding-bottom: 71px;
  }

  .newsetter-headline {
    letter-spacing: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 7vw;
  }

  .email-input_form {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 55px;
    padding: .5rem .25rem .5rem .5rem;
  }

  .email-input_form-field {
    text-align: left;
    background-color: #0000;
    border-style: none;
    padding-left: 0;
    padding-right: 0;
    font-size: 14.5px;
  }

  .email-input_form-field:active {
    border: 2px solid #000;
  }

  .form_submit-button {
    width: 78px;
    height: 43px;
    padding: 0;
  }

  .course-box {
    padding-bottom: 20%;
    padding-left: 12%;
    padding-right: 12%;
  }

  .course_inner.course-inner--bottom {
    margin-top: 32px;
    padding-top: 32px;
  }

  ._3-videos-wrap {
    margin-bottom: 10px;
  }

  .course-headline {
    font-size: 19px;
  }

  .course_user_wrap {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    flex-flow: column wrap;
    align-items: flex-start;
  }

  .course_cta_wrap {
    width: 75%;
    margin-right: 10px;
  }

  .course_cta-_btn {
    width: 100%;
    padding-left: 14px;
    padding-right: 65px;
    font-size: 14px;
  }

  .user_img {
    max-width: 40px;
    max-height: 40px;
  }

  .user_imgs {
    display: flex;
  }

  .user_count_circle {
    width: 40px;
    height: 40px;
  }

  .accent_text {
    white-space: nowrap;
    margin-top: 5px;
    font-size: 12.5px;
  }

  .accent_text.book_link {
    font-size: 16px;
  }

  .course-left-highlights {
    margin-top: 0;
  }

  .course_3_thumbnail {
    max-width: 75%;
  }

  .course_3_thumbnail.thumbnail_side.thumbnail_left {
    height: auto;
    max-height: 40%;
    margin-right: -65vw;
  }

  .course_3_thumbnail.thumbnail_side.thumbnail_right {
    height: auto;
    max-height: 40%;
    margin-left: -65vw;
  }

  .course_3_play_btn {
    width: 35px;
    height: 35px;
    left: 27vw;
  }

  .book-wrap {
    margin-left: 5%;
    margin-right: 5%;
    padding-top: 100px;
  }

  .book_right {
    padding-left: 12%;
    padding-right: 12%;
  }

  .book_cta_img {
    max-width: 220px;
    left: -10px;
  }

  .book_headline {
    font-size: 7.5vw;
  }

  .book_review_count {
    text-align: left;
    white-space: nowrap;
  }

  .book_cta_wrap {
    grid-row-gap: 10px;
    flex-wrap: wrap;
    align-content: flex-start;
    margin-top: 40px;
  }

  .contact-section-1 {
    background-image: linear-gradient(to bottom, #00000073, #00000073), radial-gradient(circle farthest-corner at 50% 50%, #18191b 38%, var(--dark-bg));
    background-position: 0 0, 0 0;
    border-radius: 20px 20px 0 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 64px 28px 30px;
  }

  .testimonial_featured_content {
    font-size: 18px;
  }

  .testimonial_component {
    flex-direction: column-reverse;
  }

  .testimonial_right.feature_testimonial_headshot {
    max-width: 100%;
  }

  .testimonial_left {
    margin-top: 32px;
    margin-bottom: 48px;
  }

  .featured-badge {
    letter-spacing: .05em;
    font-size: 14px;
  }

  .testimonial_headshot {
    max-width: 100%;
  }

  .course_left_headline {
    font-size: 13vw;
  }

  .testimonial_name {
    font-size: 20px;
  }

  .testimonial_location {
    font-size: 14px;
  }

  .highlight_span {
    display: block;
  }

  .course-headine {
    margin-top: 10px;
    padding-right: 0;
    font-size: 58px;
  }

  .white {
    display: inline-block;
  }

  .course-accent {
    font-size: 13px;
  }

  .course_hero_content {
    padding-left: 8%;
    padding-right: 8%;
  }

  .course_hero_video {
    border-radius: 0;
    width: 100vw;
    min-height: 230px;
  }

  .user_lightbulb {
    margin-top: 300px;
    margin-left: -9vw;
  }

  .user_lightbulb.lightbulb--1 {
    margin-top: 110px;
    margin-left: -2.5vw;
  }

  .user_lightbulb.lightbulb--2 {
    margin-top: 320px;
    margin-left: -20.5vw;
  }

  .user_lightbulb.lightbulb--3 {
    margin-left: -113px;
  }

  .course_about_headline {
    font-size: 22px;
    line-height: 110%;
  }

  .lightbulbs-container {
    height: 50%;
  }

  .lightbulb.lightbulb--3 {
    width: 60px;
    height: 60px;
    top: 60px;
  }

  .lightbulb.lightbulb--3.pricing-lightbulb {
    width: 60px;
    height: 60px;
    right: 7%;
  }

  .lightbulb.lightbulb--4 {
    width: 70px;
    height: 70px;
    top: auto;
    bottom: 65px;
  }

  .lightbulb.lightbulb--4.pricing-lightbulb {
    left: 10%;
    right: auto;
  }

  .lightbulb.lightbulb--1 {
    width: 70px;
    height: 70px;
  }

  .lightbulb.lightbulb--1.pricing-lightbulb {
    width: 55px;
    height: 55px;
    display: none;
    top: 409px;
  }

  .course-features {
    grid-row-gap: 30px;
    background-position: 73%;
    border-radius: 0;
    flex-direction: column;
    align-items: center;
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 10%;
    padding-right: 10%;
  }

  .course-feature-box.course-feature-box--mid {
    border-style: solid none;
    border-top-width: 1px;
    border-top-color: #ffffff40;
    border-bottom-width: 1px;
    border-bottom-color: #ffffff40;
    width: 100%;
    padding: 32px 0 16px;
  }

  .course-feature-box.course-feature-box--first {
    width: 100%;
    margin-right: 0;
    padding-right: 0;
  }

  .course-feature-box.course-feature-box--last {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
  }

  .h1-top {
    font-size: 14vw;
  }

  .left-side {
    max-width: 100%;
  }

  .newsletter__input {
    width: 100%;
    max-width: none;
    padding-left: 4vw;
    font-size: 2.8vw;
  }

  .newsletter__privacy {
    margin-top: 10px;
  }

  .h1-bottom {
    font-size: 14vw;
  }

  .submit-button-2 {
    margin-right: 5px;
  }

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

  .shadow-form {
    border-radius: 1.5px;
    width: 100%;
    max-width: none;
  }

  .form {
    width: 100%;
  }

  .newsletter__opt-in {
    width: 80%;
    max-width: 100vw;
    margin-top: 30px;
  }

  .hero.newsletter {
    background-position: 0%;
    background-repeat: repeat;
    background-size: cover;
    background-attachment: scroll;
  }

  .right-side {
    align-self: center;
  }

  .paragraph-3 {
    margin-top: 10px;
    font-size: 10.5px;
    line-height: 130%;
  }

  .image-10 {
    white-space: nowrap;
    width: 27em;
    min-width: 0;
    max-width: none;
    margin-top: 0;
    margin-bottom: -55px;
    margin-left: 15px;
  }

  .clip-path-2 {
    height: 190px;
  }

  .article__content-wrapper {
    align-items: center;
    width: 100%;
    margin-top: 5vw;
    margin-left: auto;
    margin-right: auto;
  }

  .recommend-for-you {
    padding-top: 50px;
    padding-bottom: 70px;
  }

  .article__line {
    width: 36%;
  }

  .recommened_colection_wrap {
    height: 100%;
    margin-top: 20px;
  }

  .recomended_list {
    grid-column-gap: 0px;
    grid-template-columns: 1fr;
  }

  .recommended_item {
    width: 100%;
  }

  .white-arrow {
    display: none;
  }

  .footer__bottom--right {
    grid-column-gap: 10px;
    background-color: #161525;
    border-top: 1px solid #423e3e;
    justify-content: space-between;
    padding: 20px 8% 21px;
    display: none;
  }

  .link, .text-block-2 {
    font-size: 14px;
  }

  .footer-component {
    grid-template-rows: 140px .75fr;
  }

  .text-field {
    width: 100%;
    padding-left: 20px;
    font-size: 3.5vw;
  }

  .footer__right-side {
    grid-column-gap: 20px;
    grid-row-gap: 28px;
    grid-template-rows: auto auto auto;
    grid-template-columns: .75fr 1fr;
    grid-auto-flow: column;
    padding-top: 60px;
    padding-bottom: 76px;
    display: none;
  }

  .footer__left-side {
    grid-column-gap: 0vw;
    grid-row-gap: 0px;
    flex-direction: column;
    justify-content: center;
    padding-top: 14%;
    padding-bottom: 12%;
  }

  .footer_form {
    grid-column-gap: 0px;
    grid-row-gap: 5px;
    flex-direction: column;
    align-items: flex-start;
  }

  .logo {
    width: 80%;
  }

  .footer__bottom--left {
    grid-column-gap: 8px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .contact_info {
    grid-row-gap: 3.5vw;
    padding-top: 16px;
  }

  .image-20, .image-17 {
    width: 5.4vw;
  }

  .footer__newsletter_form {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .footer__privacy {
    font-size: 14px;
  }

  .footer {
    background-color: #0d0d0e;
    position: relative;
  }

  .footer__newsletter-opt-in {
    width: 100%;
  }

  .all-rights-reserved {
    display: none;
  }

  .contact {
    height: auto;
  }

  .footer__terms, .copyright {
    font-size: 14px;
  }

  .footer__bottom {
    align-items: flex-start;
    height: auto;
    padding-left: 0;
    padding-right: 0%;
  }

  .field-label {
    font-size: 4vw;
  }

  .footer-link {
    font-size: 15px;
    transition: all .3s ease-in-out;
  }

  .footer-link:hover {
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to right, #275cf6, #519bf8);
    -webkit-background-clip: text;
    background-clip: text;
  }

  .image-21 {
    width: 15px;
  }

  .image-16 {
    width: 5.4vw;
  }

  .heading_accent {
    font-size: 3.8vw;
    line-height: 15px;
  }

  .article__clip-path {
    height: 123vw;
  }

  .heading_bottom {
    margin-left: 12%;
    margin-right: 12%;
  }

  .article_heading {
    font-size: 17vw;
    line-height: 17vw;
  }

  .article__rich_content {
    font-size: 80px;
  }

  .blog_recommendation {
    font-size: 15px;
  }

  .recommended_blog_img {
    width: 100%;
  }

  .recommended_blog_headline {
    margin-bottom: 3.5vw;
    font-size: 17px;
    line-height: 25px;
  }

  .recommended_blog_date {
    font-size: 12px;
  }

  .hero-wrap-8 {
    flex-wrap: nowrap;
    width: 85%;
    max-width: none;
  }

  .paragraph-9 {
    width: 100%;
    font-size: 13px;
  }

  .newsletters-section {
    padding-bottom: 80px;
  }

  .latest_tag {
    grid-column-gap: 10px;
  }

  .blue-circle {
    width: 2.7vw;
  }

  .latest_tag_text {
    font-size: 12px;
  }

  .line {
    height: 2.5vw;
  }

  .collection-list-wrapper {
    margin-top: 5px;
  }

  .blog-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 15px;
    flex-direction: column;
    display: flex;
  }

  .blog_img {
    width: 100%;
  }

  .content-wrapper {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .date {
    font-size: 13px;
  }

  .blog-title {
    margin-top: 3.3vw;
    margin-bottom: 10px;
  }

  .blog_desc {
    width: 90%;
    margin-top: -8px;
    font-size: 15px;
  }

  .hamburger_btn {
    flex-direction: column;
  }

  .breakdown_paragraph {
    margin-right: 0;
  }

  .breakdown_module {
    padding-left: 25px;
    padding-right: 25px;
  }

  .breakdown_module_desc {
    margin-top: 60px;
    font-size: 14px;
  }

  .pricing_headline {
    width: 100vw;
    max-width: none;
    padding-left: 0%;
    padding-right: 0%;
    font-size: 46px;
  }

  .pricing_btn {
    width: 220px;
    font-size: 16px;
  }

  .pricing_cta--wrapper {
    margin-top: 40px;
  }

  .offers {
    background-color: #0000;
    height: 150px;
  }

  .offer {
    grid-column-gap: 10px;
    padding-left: 5px;
    padding-right: 10px;
  }

  .offers-container {
    grid-column-gap: 20px;
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 6%;
  }

  .faq {
    padding-top: 100px;
    padding-left: 7%;
    padding-right: 7%;
  }

  .faq-line {
    margin-top: 50px;
  }

  .faq-question {
    padding-left: 10px;
    padding-right: 0;
  }

  .heading-4 {
    max-width: 60vw;
    font-size: 15px;
    line-height: 130%;
  }

  .faq-answer {
    width: 100%;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .faq_item {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .image-24 {
    width: 22px;
    right: 10px;
  }

  .image-25 {
    width: 22px;
    top: 50px;
    right: 10px;
  }

  .faq-headline {
    font-size: 18.5vw;
    line-height: 100%;
  }

  .course_intro {
    font-size: 15px;
  }

  .image-27 {
    width: 110px;
  }

  .paragraph-12 {
    font-size: 14px;
  }

  ._404-button {
    font-size: 12px;
  }

  ._404-button-wrapper {
    max-width: 153px;
  }

  .image-28 {
    width: 15px;
  }

  ._404-hero {
    min-height: 0;
  }

  .mobile_menu_bg {
    border-radius: 50%;
    padding-bottom: 0;
    padding-right: 0;
  }

  .mobile_menu {
    display: none;
  }

  .mobile_menu_links {
    flex-direction: column;
    padding-top: 32px;
    padding-bottom: 32px;
    display: flex;
    position: relative;
  }

  .mobile_menu_link {
    transition: color .2s ease-in-out;
  }

  .mobile_menu_link:hover {
    color: #2e8bff;
  }

  .mobile_menu_link.w--current {
    background-color: var(--blue);
    -webkit-text-fill-color: transparent;
    background-image: none;
    -webkit-background-clip: text;
    background-clip: text;
  }

  .mobile_menu_link.w--current:hover, .mobile_menu_link.w--current:focus {
    background-color: var(--blue);
    background-image: none;
  }

  .mobile_menu_wrap {
    flex-direction: column;
    grid-template-rows: .75fr 3.75fr 1fr 1fr minmax(11px, 12px);
  }

  .mobile_menu_border {
    background-color: var(--blue);
    background-image: none;
  }

  .mobile_menu_btn {
    background-position: 100%;
    padding-right: 42px;
    font-family: gin, sans-serif;
  }

  .brand--mobile {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 32px;
  }

  .navigation_cta_wrap {
    display: none;
  }

  .navigation_cta_wrap.dark {
    display: flex;
  }

  .play_now {
    font-size: 16px;
    display: none;
    right: -100%;
  }

  .page-load-overlay {
    display: none;
  }

  .swiper-slide.pop-up-slide {
    height: 227px;
  }

  .pop-up-swiper-buttons {
    display: none;
  }

  .pop-up-item-content {
    padding: 21px;
  }

  .contact_desc {
    padding-bottom: 48px;
    line-height: 150%;
  }

  ._2-questions-wrap {
    flex-direction: column;
  }

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

  .contact-method-wrap {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 0;
  }

  .form-block-03 {
    width: 100%;
    max-width: 100%;
    padding: 20px;
  }

  .contact-icon {
    min-width: 22px;
    min-height: 22px;
  }

  .h2 {
    font-size: 1.1rem;
  }

  .frame-3 {
    grid-row-gap: 0px;
  }

  .tag-container {
    flex-flow: wrap;
    width: 100%;
  }

  .heading-10 {
    font-size: 42px;
  }

  .new-portfolio-block {
    padding: 2.1rem 1.1rem;
  }

  .new-portfolio-block.microagency {
    padding-bottom: .25rem;
  }

  .cta_button {
    background-color: var(--blue);
    color: var(--dark-bg);
    width: 100%;
    padding: 14px 18px;
    font-family: gin, sans-serif;
    font-size: 14px;
  }

  .hero__form {
    border: 1px solid #aa7c7c00;
  }

  .form-2 {
    border: 1px solid #0000;
    padding: 32px 20px 40px;
  }

  .checkbox-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .field-input-box {
    width: 100%;
  }

  .text-6 {
    font-size: 16px;
    line-height: 140%;
  }

  .text-field-2:focus {
    box-shadow: 0 0 0 5px #c6f80f36;
  }

  .field-input-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .content-style-13 {
    grid-row-gap: 16px;
  }

  .h1 {
    font-size: 36px;
  }

  .h1.cream {
    font-size: 36px;
    line-height: 1.1em;
  }

  .text-7 {
    font-size: 16px;
    line-height: 140%;
  }

  .shane-speaking-video-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .video-overlay-grain, .video-overlay {
    border-radius: 20px;
  }

  .heading-17 {
    font-size: 52px;
  }

  .div-block-5 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: column;
    margin-top: 25px;
  }
}

#w-node-d703552c-77f0-981a-3131-53bede9a9854-de9a9850 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-d703552c-77f0-981a-3131-53bede9a986e-de9a9850 {
  place-self: center;
}

#w-node-d703552c-77f0-981a-3131-53bede9a986f-de9a9850, #w-node-d703552c-77f0-981a-3131-53bede9a9871-de9a9850, #w-node-d703552c-77f0-981a-3131-53bede9a9873-de9a9850 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d703552c-77f0-981a-3131-53bede9a9877-de9a9850 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d703552c-77f0-981a-3131-53bede9a9879-de9a9850, #w-node-d703552c-77f0-981a-3131-53bede9a987b-de9a9850 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_381af93e-b998-30df-d2e1-89272664cf0d-894b519b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-aa0eb7b3-20f1-b5dd-5629-7e17e1fd9763-894b519b {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_1fd2e819-4b63-0e9a-88ad-c89433a00b37-894b519b, #w-node-aa1bfcd5-3d7c-2949-3f34-c61a628e36bf-894b519b {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-fee12fa1-e13f-2e58-fac3-39460c4f04c8-894b519b {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-_8f3d90ab-36b0-316d-9db7-c44fa775f2c3-894b519b {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_1ab1eb46-4df3-e08e-2b24-8b195f07f3c9-894b519b {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-_983ae332-d71e-1bd7-2223-ac284c5225c2-894b519b {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_983ae332-d71e-1bd7-2223-ac284c5225c4-894b519b {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-_5defb5a2-ca16-2939-475b-77d0978a1cf9-978a1cf2 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_5defb5a2-ca16-2939-475b-77d0978a1d0a-978a1cf2 {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-c53192a4-febe-951f-78ac-3f2d453e9d03-894b519c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-d703552c-77f0-981a-3131-53bede9a9854-de9a9850 {
    grid-area: 2 / 1 / 2 / 3;
  }

  #w-node-d703552c-77f0-981a-3131-53bede9a986e-de9a9850 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-d703552c-77f0-981a-3131-53bede9a987b-de9a9850 {
    grid-area: 1 / 1 / 2 / 3;
    align-self: center;
  }

  #w-node-_5defb5a2-ca16-2939-475b-77d0978a1d0a-978a1cf2 {
    grid-column: 2 / 12;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_25d39dcf-7146-ef9d-d452-b3828541ba0c-8541b9f6 {
    align-self: center;
  }

  #w-node-_25d39dcf-7146-ef9d-d452-b3828541ba1e-8541b9f6, #w-node-_25d39dcf-7146-ef9d-d452-b3828541ba21-8541b9f6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8a9af099-382f-7cb3-ded9-9753fe246551-894b5199, #w-node-_8a9af099-382f-7cb3-ded9-9753fe246552-894b5199, #w-node-_8a9af099-382f-7cb3-ded9-9753fe246554-894b5199 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_5defb5a2-ca16-2939-475b-77d0978a1cf9-978a1cf2 {
    grid-column: span 6 / span 6;
  }

  #w-node-_5defb5a2-ca16-2939-475b-77d0978a1d0a-978a1cf2 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d703552c-77f0-981a-3131-53bede9a986e-de9a9850 {
    grid-area: 3 / 1 / 4 / 3;
    place-self: center;
  }

  #w-node-d703552c-77f0-981a-3131-53bede9a9877-de9a9850 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-d703552c-77f0-981a-3131-53bede9a987b-de9a9850, #w-node-_25d39dcf-7146-ef9d-d452-b3828541ba0a-8541b9f6, #w-node-_25d39dcf-7146-ef9d-d452-b3828541ba0c-8541b9f6 {
    align-self: center;
  }

  #w-node-_25d39dcf-7146-ef9d-d452-b3828541ba1f-8541b9f6, #w-node-_25d39dcf-7146-ef9d-d452-b3828541ba22-8541b9f6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Menlo';
  src: url('../fonts/Menlo-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Menlo';
  src: url('../fonts/Menlo-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gza';
  src: url('../fonts/Gza-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Tandelle';
  src: url('../fonts/Tandelle-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tandelle';
  src: url('../fonts/Tandelle-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Apercu';
  src: url('../fonts/Apercu-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Apercu';
  src: url('../fonts/Apercu-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}