@font-face {
  font-family: Comfortaa Variablefont Wght;
  src: url('../fonts/Comfortaa-VariableFont_wght.ttf') format("truetype");
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat Variablefont Wght;
  src: url('../fonts/Montserrat-VariableFont_wght.ttf') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: "Seenonim V 1";
  src: url('../fonts/seenonim-v1.otf') format("opentype"), url('../fonts/seenonim-v1.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --red: #6b2430;
  --white: white;
  --yellow: ivory;
  --black: #060606;
  --grey: #7d7d7d;
  --blue: #2d3fe1;
  --black-light: #424242;
  --green: #24c36b;
  --bg: #dbd6c0;
  --gray-light: #5e5d5a;
}

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

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

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

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

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

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

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

.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;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.1;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.1;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.1;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.18rem;
  font-weight: 500;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
}

p {
  margin-bottom: 0;
}

a {
  text-decoration: underline;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

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

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.text-24 {
  font-family: Comfortaa Variablefont Wght, Arial, sans-serif;
  font-size: 1.7rem;
  font-weight: 600;
}

.h2 {
  color: var(--red);
  text-align: center;
  font-family: Comfortaa Variablefont Wght, Arial, sans-serif;
  font-size: 3rem;
  font-weight: 700;
}

.h2.size-1 {
  font-size: 1rem;
}

.h2.size-2 {
  font-size: 2rem;
}

.h2.size-3 {
  font-size: 3rem;
}

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

.h2.size-5 {
  font-size: 5rem;
}

.h2.margin-bottom._40px.light {
  color: var(--white);
}

.h2.aling-left {
  text-align: left;
}

.footer__grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: grid;
}

.text-14 {
  font-size: .88rem;
}

.h3 {
  color: var(--red);
  text-align: center;
  font-family: Comfortaa Variablefont Wght, Arial, sans-serif;
  font-size: 2.3rem;
  font-weight: 700;
}

.h3.size-1 {
  font-size: 1rem;
}

.h3.size-2 {
  font-size: 2rem;
}

.h3.size-1-5 {
  font-size: 1.5rem;
}

.h3.size-3 {
  font-size: 3rem;
}

.h3.size-0-75 {
  font-size: .75rem;
}

.h3.aking-left {
  text-align: left;
}

.footer__link {
  color: #1a1b1f;
  padding-top: .31rem;
  padding-bottom: .31rem;
  font-size: 1.25rem;
  font-weight: 500;
  text-decoration: none;
}

.footer__link:hover {
  color: #1a1b1fbf;
}

.footer {
  background-color: #e7e3d4;
  padding-top: 3.13em;
  padding-bottom: 3em;
  position: relative;
}

.footer_brand {
  width: 3rem;
}

.navbar__menu-link {
  flex-direction: column;
  display: flex;
}

.footer__list {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer__list.aling-right {
  justify-content: flex-start;
  align-items: flex-end;
}

.text-22 {
  font-size: 1.38rem;
}

.text-20 {
  font-size: 1.25rem;
}

.text-20._w-600 {
  font-weight: 600;
}

.h1 {
  font-family: Comforter, Arial, sans-serif;
}

.h1.size-5 {
  font-size: 5rem;
}

.h1.size-4 {
  font-size: 4rem;
}

.h1.size-3 {
  font-size: 3rem;
}

.h1.size-2 {
  font-size: 2rem;
}

.h1.size-1 {
  font-size: 1rem;
}

.btn {
  background-color: var(--red);
  color: #fff;
  border-radius: 1.25rem;
  justify-content: center;
  align-items: center;
  height: 4rem;
  min-height: 4rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  font-family: Comfortaa Variablefont Wght, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.btn.light {
  background-color: var(--yellow);
  color: var(--black);
  font-weight: 700;
}

.text-18 {
  font-size: 1.13rem;
}

.hero {
  background-color: #ded9cd;
  background-image: url('../images/bg-desk.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  min-height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-12 {
  font-size: .75rem;
}

.footer__social-list {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.btn-3 {
  color: #fff;
  background-color: #e98f8f00;
  border: 1px solid #e0ded8;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  height: 3.38em;
  padding-left: 2.13em;
  padding-right: 2.13em;
  transition: all .4s;
  display: flex;
  position: relative;
}

.box-heading {
  width: 100%;
  max-width: 70rem;
  margin-top: 4rem;
  margin-left: auto;
  margin-right: auto;
}

.grid-color-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.bg-grey {
  background-color: var(--grey);
}

.bg-reb {
  background-color: var(--red);
}

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

.bg-blue {
  background-color: var(--blue);
}

.div-block-37369 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.bg-black {
  background-color: var(--black-light);
}

.color-div-block {
  z-index: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  height: 100%;
  display: grid;
  position: relative;
}

.ontainer-style {
  z-index: 2;
  grid-column-gap: 1.88rem;
  grid-row-gap: 1.88rem;
  background-color: var(--yellow);
  flex-flow: column;
  width: 100%;
  max-width: 70rem;
  margin-left: auto;
  margin-right: auto;
  padding: 5rem;
  display: flex;
  position: relative;
}

.color-div-container {
  width: 15rem;
  height: 12rem;
}

.darkest-label {
  color: #f7f7f7;
  background-color: #262626;
  border-radius: 2px;
  padding-left: .5rem;
  padding-right: .5rem;
  font-size: .75rem;
  line-height: 1.5rem;
  display: inline-flex;
}

.bg-green {
  background-color: var(--green);
}

.text-30 {
  font-size: 1.88rem;
}

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

.t-color-red {
  color: var(--red);
}

.t-color-green {
  color: var(--green);
}

.t-color-grey {
  color: var(--black-light);
}

.t-color-white {
  color: var(--white);
}

.w500 {
  font-weight: 500;
}

.w600 {
  font-weight: 600;
}

.w700 {
  font-weight: 700;
}

.w800 {
  font-weight: 800;
}

.w900 {
  font-weight: 900;
}

.rich-text ol, .rich-text ul {
  margin-bottom: .63rem;
  padding-left: 2.5rem;
}

.rich-text h1, .rich-text h2, .rich-text h3 {
  margin-top: 1.25rem;
  margin-bottom: .63rem;
}

.rich-text h4, .rich-text h5, .rich-text h6 {
  margin-top: .63rem;
  margin-bottom: .63rem;
}

.rich-text p {
  margin-bottom: .63rem;
}

.wrapper-style {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  display: flex;
}

.body {
  background-color: var(--bg);
  color: var(--black-light);
  text-align: left;
  font-family: Montserrat Variablefont Wght, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.3;
}

.pop-app__wrapper {
  z-index: 5;
  color: #fff;
  background-color: #191919;
  border-radius: .25rem;
  width: 60rem;
  padding: 5.5rem 6.94rem;
  position: relative;
}

.closs-arrow {
  z-index: 5;
  cursor: pointer;
  background-color: #fff;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  width: 1.88rem;
  height: 1.88rem;
  transition: all .3s;
  display: flex;
  position: absolute;
  inset: 1rem 1rem auto auto;
}

.closs-arrow:hover {
  transform: scale(1.04);
}

.div-block-37360 {
  background-color: #01040b;
  width: 60%;
  height: .13rem;
  transform: rotate(45deg);
}

.div-block-37360._2 {
  position: absolute;
  transform: rotate(-45deg);
}

.pop-app__clos {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.pop-app {
  z-index: 100;
  background-color: #0003;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.text-26 {
  font-family: "Seenonim V 1", Arial, sans-serif;
  font-size: 1.63rem;
}

.form-block {
  width: 100%;
  margin-bottom: 0;
  position: relative;
}

.form {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.form-imput-wrapper {
  grid-column-gap: .31rem;
  grid-row-gap: .31rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.form-imput-wrapper.horizont {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: row;
  display: flex;
}

.success {
  border-radius: .63rem;
}

.success-message {
  background-color: #ddd0;
  padding: 0;
}

.success-message-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.text-field {
  z-index: 1;
  background-color: #fff;
  border: 1px solid #fff0;
  border-radius: .5rem;
  height: 3rem;
  margin-bottom: 0;
  padding: .5rem 1rem;
  font-size: 1rem;
  position: relative;
}

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

.text-field::placeholder {
  color: #a2a2a2;
}

.text-field.textarea {
  width: 100%;
  min-width: 10rem;
  max-width: 100%;
  height: 10rem;
  min-height: 10rem;
  max-height: 10rem;
}

.textarea, .field-label {
  margin-bottom: 0;
}

.fs-selectcustom_dropdown {
  z-index: 1;
  width: 100%;
}

.fs-selectcustom_dropdown-toggle {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: .75rem 0 .75rem 1.1rem;
  display: flex;
  overflow: clip;
}

.fs-selectcustom_dropdown-toggle.text-field {
  color: #a2a2a2;
}

.fs-selectcustom_dropdown-list {
  background-color: #fff;
  border-radius: .5rem;
  margin-top: 1rem;
  padding: .5rem 1rem;
  box-shadow: 0 2px 20px #0000001a;
}

.fs-selectcustom_dropdown-list.w--open {
  background-color: #fafafa;
  padding-left: 1rem;
}

.select-field {
  color: #111;
  border-radius: .25rem;
  display: none;
  position: absolute;
  top: -3.5rem;
  right: -20rem;
  overflow: hidden;
}

.fs-selectcustom_link {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: #111;
  border: 1px solid #fff0;
  border-radius: .75rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: .25rem;
  margin-bottom: .25rem;
  padding: .75rem 1rem .75rem 1.1rem;
  text-decoration: none;
  transition: background-color .3s, all .2s, box-shadow .2s, color .2s;
  display: flex;
}

.fs-selectcustom_link:hover {
  background-color: #00000008;
}

.fs-selectcustom_link:focus {
  background-color: #0000000f;
}

.fs-selectcustom_link:visited {
  background-color: #00000008;
}

.fs-selectcustom_link.w--current {
  color: #fff;
  background-color: #6e30f7;
}

.fs-selectcustom_link.helper {
  color: #262626;
  background-color: #f3f3f300;
  border-style: none;
  border-radius: .5rem;
}

.fs-selectcustom_link.helper:hover, .fs-selectcustom_link.helper:visited {
  background-color: #00000008;
}

.fs-selectcustom_clear {
  width: 1rem;
  line-height: 0;
}

.text-28 {
  font-family: Montserrat Variablefont Wght, Arial, sans-serif;
  font-size: 1.75rem;
}

.text-28.w700 {
  font-weight: 700;
}

.checkbox-label {
  margin-bottom: 0;
}

.checkbox-field {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.heckbox {
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
  min-height: 1.5rem;
  box-shadow: none;
  border: 1px solid #6c6c6c;
  border-radius: .3rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .63rem;
}

.heckbox.w--redirected-checked {
  background-color: #fff;
  background-image: url('../images/mingcute_check-fill.svg');
  background-position: 50%;
  background-size: 60% 60%;
  border-style: solid;
  border-color: #707070;
  box-shadow: 0 0 #0000;
}

.heckbox.w--redirected-focus {
  box-shadow: 0 0 #0000;
}

.radio-button-label {
  margin-bottom: 0;
}

.radio-button {
  width: 1.5rem;
  height: 1.5rem;
  box-shadow: none;
  border: .06rem solid #7c7c7c;
  border-radius: 10rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .63rem;
}

.radio-button.w--redirected-checked {
  background-color: #000;
  border: .4rem solid #fff;
  box-shadow: 0 0 #0000;
}

.radio-button.w--redirected-focus {
  box-shadow: 0 0 #0000;
}

.radio-button-field {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.list-blok-content {
  padding: 2em;
}

.faq_answers {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  max-width: 660px;
  margin-top: .75rem;
  display: flex;
}

.heading-style-h4 {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.75rem;
}

.dropdown-list {
  background-color: #fff0;
  display: block;
  position: static;
  overflow: hidden;
}

.faq_icon {
  transition: all .4s;
}

.container {
  z-index: 2;
  width: 100%;
  max-width: 110rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: relative;
}

.faq_components {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  width: 100%;
  margin-top: 4rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: sticky;
  top: 0;
}

.image-drop-arrow {
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 4em;
}

.dropdown-toggle {
  white-space: pre-wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 2rem 4rem 2rem 2rem;
  line-height: 110%;
  display: flex;
}

.text-color-gray {
  color: #607080;
}

.text-color-gray.w--current {
  font-weight: 700;
}

.faq_heading {
  grid-column-gap: 1rem;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.icon-32 {
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.faq_accordion {
  box-shadow: none;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #d5dce0;
  border-radius: 16px;
  padding: 2rem;
}

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

.faq_body {
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  transition: all .4s;
  display: flex;
  overflow: hidden;
}

.video-card-about {
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  padding-right: 0;
  position: absolute;
  inset: 0%;
}

.video-card-about.video {
  z-index: 1;
  object-fit: cover;
  inset: 0%;
}

.div-block-37370 {
  height: 30rem;
  position: relative;
}

.plyr_embed {
  width: 100%;
  height: 100%;
  position: relative;
}

.plyr_cover-button {
  z-index: 2;
  color: #000;
  background-color: #fff;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 6rem;
  min-width: 6rem;
  height: 6rem;
  display: flex;
  position: absolute;
}

.plyr_pause-trigger {
  display: none;
}

.plyr_cover {
  z-index: 2;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: opacity .4s;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.plyr_component {
  width: 100%;
  position: relative;
}

.sp-icon {
  width: 26.7857%;
}

.plyr_cover-img {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform .4s;
  position: absolute;
  inset: 0%;
}

.marquee {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.marquee-content {
  grid-column-gap: 1.25rem;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  min-width: 100%;
  display: flex;
}

.marquee-box {
  background-color: #1c1c1c;
  border-radius: 1.25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 7.81rem;
  font-weight: 600;
  display: flex;
}

.marquee-im {
  width: 100%;
  height: 7.8rem;
}

.list {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  flex-flow: column;
  margin-bottom: 0;
  padding-left: 1.88rem;
  display: flex;
}

.list.liter {
  list-style-type: lower-alpha;
}

.list.number {
  list-style-type: decimal;
}

.slide-nav {
  display: none;
}

.right-arrow {
  justify-content: center;
  align-items: center;
  width: 7%;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.svg {
  width: 3rem;
  height: 3rem;
}

.svg.rotate {
  transform: rotate(180deg);
}

.lift-arrow {
  justify-content: center;
  align-items: center;
  width: 7%;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.lightbox-link {
  width: 100%;
  height: 30rem;
}

.mask {
  width: 100%;
}

.slider {
  height: auto;
}

.tab-link {
  background-color: #ddd0;
  padding: .25rem 1.25rem;
}

.tab-link.w--current {
  background-color: #fff;
}

.tab-pane-wrapper {
  width: 100%;
  padding: 1.25rem 1.25rem 1.25rem 0;
}

.flax-center {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.width-100 {
  width: 100%;
}

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

.caps {
  text-transform: uppercase;
}

.height-100 {
  height: 100%;
}

.none {
  display: none;
}

.margin-top._10px {
  margin-top: .63rem;
}

.margin-top._20px {
  margin-top: 1.25rem;
}

.margin-top._30px {
  margin-top: 1.88rem;
}

.margin-top._40px {
  margin-top: 2.5rem;
}

.margin-top._50px {
  margin-top: 3.13rem;
}

.margin-top._60px {
  margin-top: 3.75rem;
}

.margin-top._70px {
  margin-top: 4.38rem;
}

.margin-top._80px {
  margin-top: 5rem;
}

.margin-top._90px {
  margin-top: 5.63rem;
}

.margin-top._100px {
  margin-top: 6.25rem;
}

.margin-bottom._10px {
  margin-bottom: .63rem;
}

.margin-bottom._20px {
  margin-bottom: 1.25rem;
}

.margin-bottom._30px {
  margin-bottom: 1.88rem;
}

.margin-bottom._40px {
  margin-bottom: 2.5rem;
}

.margin-bottom._50px {
  margin-bottom: 3.13rem;
}

.margin-bottom._60px {
  margin-bottom: 3.75rem;
}

.margin-bottom._70px {
  margin-bottom: 4.38rem;
}

.margin-bottom._80px {
  margin-bottom: 5rem;
}

.margin-bottom._90px {
  margin-bottom: 5.63rem;
}

.margin-bottom._100px {
  margin-bottom: 6.25rem;
}

.w400 {
  font-weight: 400;
}

.w300 {
  font-weight: 300;
}

.underline {
  text-decoration: underline;
}

.paddin-bottom._10px {
  padding-bottom: .63rem;
}

.paddin-bottom._20px {
  padding-bottom: 1.25rem;
}

.paddin-bottom._30px {
  padding-bottom: 1.88rem;
}

.paddin-bottom._40px {
  padding-bottom: 2.5rem;
}

.paddin-bottom._50px {
  padding-bottom: 3.13rem;
}

.paddin-bottom._60px {
  padding-bottom: 3.75rem;
}

.paddin-bottom._70px {
  padding-bottom: 4.38rem;
}

.paddin-bottom._80px {
  padding-bottom: 5rem;
}

.paddin-bottom._90px {
  padding-bottom: 5.63rem;
}

.paddin-bottom._100px {
  padding-bottom: 6.25rem;
}

.padding-top._10px {
  padding-top: .63rem;
}

.padding-top._20px {
  padding-top: 1.25rem;
}

.padding-top._30px {
  padding-top: 1.88rem;
}

.padding-top._40px {
  padding-top: 2.5rem;
}

.padding-top._50px {
  padding-top: 3.13rem;
}

.padding-top._60px {
  padding-top: 3.75rem;
}

.padding-top._70px {
  padding-top: 4.38rem;
}

.padding-top._80px {
  padding-top: 5rem;
}

.padding-top._90px {
  padding-top: 5.63rem;
}

.padding-top._100px {
  padding-top: 6.25rem;
}

.overflow-clip {
  overflow: clip;
}

.bg-yellow {
  background-color: var(--yellow);
}

.code-embed {
  height: 3rem;
  margin-bottom: 0;
}

.code-embed-2 {
  width: 100%;
  height: 100%;
  position: relative;
}

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

.div-block-37371 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
}

.hero__stage {
  position: relative;
}

.hero__nav {
  z-index: 4;
  grid-template-rows: auto;
  grid-template-columns: 2.5rem 1fr;
  align-items: center;
  width: 100%;
  min-height: 2.5rem;
  display: flex;
  position: absolute;
  top: 1.125rem;
  left: 0;
  right: 0;
}

.hero__logo-link {
  color: #424242;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  min-width: 2.5rem;
  height: 2.5rem;
  text-decoration: none;
  display: flex;
}

.hero__logo-link.w--current {
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
}

.hero__logo-mark {
  font-family: Comforter, cursive;
  font-size: 1.375rem;
  line-height: 1;
  transform: rotate(4deg);
}

.hero__nav-links {
  grid-column-gap: 2.1875rem;
  grid-row-gap: 2.1875rem;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero__copy {
  z-index: 3;
  width: 100%;
  padding-top: 5rem;
  position: relative;
}

.hero__eyebrow {
  width: 21rem;
  color: var(--black-light);
  letter-spacing: -.015em;
  margin-bottom: 3.125rem;
  font-family: Comfortaa Variablefont Wght, Arial, sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.05;
}

.hero__title {
  color: var(--black-light);
  margin-top: 0;
  margin-bottom: .4375rem;
  font-family: Comforter, Arial, sans-serif;
  font-size: 18rem;
  font-weight: 400;
  line-height: 1.095;
}

.hero__lead {
  color: #424242;
  letter-spacing: -.01em;
  width: 27rem;
  margin-bottom: 2.8125rem;
  margin-left: .25rem;
  font-family: Comfortaa Variablefont Wght, Arial, sans-serif;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.23;
}

.hero__person {
  z-index: 2;
  width: 100vh;
  max-width: none;
  height: auto;
  position: absolute;
  inset: auto 0% 0% auto;
}

.course-statement-section {
  background-color: #ebe7dc;
  padding-top: 10rem;
  padding-bottom: 10rem;
  position: relative;
  overflow: hidden;
}

.course-statement-section.bg-bordo {
  background-color: var(--red);
  color: var(--yellow);
}

.course-statement {
  grid-column-gap: 4rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: .9fr 1.1fr 1fr;
  display: grid;
}

.div-block-37373 {
  width: 5px;
  height: 5px;
}

.course-statement__number {
  color: #7b2635;
  font-family: Comforter, Arial, sans-serif;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1;
}

.course-included-section {
  background-color: #f4f1e8;
  padding-top: 6.5rem;
  padding-bottom: 7rem;
  overflow: hidden;
}

.course-included {
  width: 100%;
  display: block;
}

.course-included__benefits {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 2.75rem;
  display: grid;
}

.course-included__benefit {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--yellow);
  text-align: center;
  border-radius: .63rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem 2rem 2.5rem;
  display: flex;
  box-shadow: 0 .6rem 2rem #574f4014;
}

.course-included__plus {
  color: var(--black-light);
  text-align: center;
  margin-top: 4rem;
  margin-bottom: 2rem;
  font-family: Comforter, Arial, sans-serif;
  font-size: 6rem;
  font-weight: 700;
  line-height: 1;
}

.course-included__topics {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
}

.div-block-37374 {
  background-color: #c8c1a5;
  width: 50%;
  height: .13rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.image {
  width: 1.88rem;
  height: 1.88rem;
}

.course-author-section {
  background-color: #ded9cd;
  padding-top: 6.5rem;
  padding-bottom: 7rem;
  overflow: hidden;
}

.course-author {
  grid-column-gap: 4.5rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1.2fr;
  place-items: center start;
  display: grid;
}

.course-author__media {
  background-color: #eeeadd;
  border-radius: .5rem;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
  overflow: hidden;
}

.course-author__image {
  border-radius: .63rem;
  width: 100%;
  height: auto;
  display: block;
}

.course-author__copy {
  max-width: 42rem;
}

.course-author__kicker {
  color: var(--black);
  text-transform: uppercase;
  margin-bottom: .75rem;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.3;
}

.course-author__text {
  color: #5e5d5a;
  max-width: 39rem;
  margin-top: 1.25rem;
  margin-bottom: 1.75rem;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.62;
}

.hero__nav-link-1 {
  color: var(--black-light);
  justify-content: flex-start;
  align-items: center;
  font-family: Montserrat Variablefont Wght, Arial, sans-serif;
  font-size: 1.13rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.hero__nav-link-1:hover {
  color: var(--black);
}

.div-block-37376 {
  display: flex;
}

.course-access-section {
  background-color: var(--red);
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  position: relative;
  overflow: hidden;
}

.course-access {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 58rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-37377 {
  display: flex;
}

.section-9 {
  background-color: #dcd7c6;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.image-2 {
  z-index: 1;
  opacity: .65;
  object-fit: cover;
  position: absolute;
  inset: 0%;
}

.fit {
  color: #5e5d5a;
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.fit__intro {
  grid-row-gap: 1.125rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 62%;
  margin-bottom: 5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fit__grid {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 2.125rem;
  display: grid;
}

.course-included__benefit-icon {
  width: 8rem;
  height: 8rem;
}

.statement-cta__copy {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.statement-cta__lead {
  color: #fffaf2;
  text-align: center;
  width: 100%;
  max-width: 42rem;
  margin: 0 auto 2rem;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.55;
}

.fit__items {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  background-color: var(--yellow);
  border-radius: .63rem;
  justify-content: flex-start;
  align-items: center;
  padding: 1.88rem;
  font-size: 1.25rem;
  font-weight: 500;
  display: flex;
}

.div-block-37378 {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.course-statement__cards {
  grid-column-gap: .63rem;
  grid-row-gap: .63rem;
  flex-flow: column;
  display: flex;
}

.text-span {
  font-family: "Seenonim V 1", Arial, sans-serif;
}

.course-include__topic {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  background-color: var(--yellow);
  border-radius: .63rem;
  justify-content: flex-start;
  align-items: center;
  padding: 1.88rem;
  font-size: 1.25rem;
  font-weight: 600;
  display: flex;
}

.image-3 {
  width: 5rem;
  height: 5rem;
}

.course-program-section {
  background-color: #f4f1e8;
  padding-top: 6.5rem;
  padding-bottom: 7rem;
  overflow: hidden;
}

.course-program {
  grid-row-gap: 2.5rem;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.course-program__grid {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: grid;
}

.course-program__week {
  grid-row-gap: 1.25rem;
  background-color: var(--yellow);
  border-radius: .63rem;
  flex-direction: column;
  padding: 2.5rem 1.5rem;
  display: flex;
}

.course-program__week-head {
  grid-row-gap: .5rem;
  flex-direction: column;
  display: flex;
}

.course-program__list {
  grid-row-gap: .75rem;
  flex-direction: column;
  display: flex;
}

.course-program__lesson {
  grid-column-gap: 1rem;
  background-color: #f9f5e7;
  border-radius: .63rem;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  align-items: start;
  padding: 1rem;
  display: grid;
}

.course-program__number-wrap {
  background-image: url('../images/Frame-214.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  padding-top: .19rem;
  font-family: Comforter, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: .8;
  display: flex;
  position: relative;
}

.course-program__lesson-copy {
  grid-row-gap: .66rem;
  flex-direction: column;
  display: flex;
}

.course-program__webinar {
  grid-row-gap: .5rem;
  background-color: #f3efdc;
  border-radius: .63rem;
  flex-direction: column;
  margin-top: 1.25rem;
  padding: 1.25rem;
  display: flex;
}

.course-pricing-section {
  background-color: #dcd7c6;
  padding-top: 6.5rem;
  padding-bottom: 7rem;
  overflow: hidden;
}

.course-pricing {
  grid-row-gap: 2.5rem;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.course-pricing__grid {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: grid;
}

.course-pricing__card {
  grid-row-gap: 1.25rem;
  background-color: var(--yellow);
  border-radius: .63rem;
  flex-direction: column;
  min-height: 100%;
  padding: 2.5rem;
  display: flex;
  position: relative;
}

.course-pricing__card-wide {
  grid-column: span 2 / span 2;
}

.course-pricing__list {
  grid-row-gap: .625rem;
  flex-direction: column;
  max-width: 58%;
  display: flex;
}

.course-pricing__list-item {
  grid-column-gap: .625rem;
  grid-template-rows: auto;
  grid-template-columns: 1.25rem 1fr;
  align-items: start;
  font-weight: 500;
  display: grid;
}

.course-pricing__bottom {
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: auto;
  display: flex;
}

.course-pricing__price {
  grid-column-gap: .75rem;
  grid-row-gap: .25rem;
  flex-wrap: wrap;
  align-items: baseline;
  margin-top: 1.25rem;
  display: flex;
}

.text-block-59 {
  color: var(--red);
  font-size: 1.5rem;
  font-weight: 600;
  text-decoration: line-through;
}

.image-5 {
  opacity: .05;
  width: auto;
  height: 13rem;
  position: absolute;
  inset: 2.65rem 6.81% auto auto;
}

.div-block-37379 {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: .63rem;
  display: flex;
}

.div-block-37381 {
  grid-column-gap: 1.88rem;
  grid-row-gap: 1.88rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 57%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-60 {
  font-family: Comfortaa Variablefont Wght, Arial, sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
}

.text-block-61 {
  color: var(--red);
  font-family: "Seenonim V 1", Arial, sans-serif;
  font-size: 10rem;
  line-height: 1;
}

.div-block-37382 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-37383 {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.course-section {
  background-color: #f4f1e8;
  background-image: url('../images/bg-foo.webp');
  background-position: 0 80%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 6.5rem;
  padding-bottom: 7rem;
  position: relative;
  overflow: visible;
}

.footer__person {
  z-index: 2;
  width: 40rem;
  max-width: none;
  height: auto;
  position: absolute;
  inset: auto 1% 0% auto;
}

@media screen and (min-width: 1280px) {
  .h2 {
    color: var(--red);
    font-size: 3rem;
  }

  .h2.margin-bottom._40px.light {
    color: var(--yellow);
  }

  .hero {
    background-image: url('../images/bg-desk.webp');
  }

  .fs-selectcustom_dropdown {
    background-color: #00000005;
    border-color: #d1d1d1;
    border-radius: .75rem;
  }

  .fs-selectcustom_dropdown-list.w--open {
    background-color: #fafafa;
  }

  .select-field {
    display: none;
  }

  .course-statement-section {
    background-color: #dcd7c6;
  }
}

@media screen and (max-width: 991px) {
  .navbar__menu-link {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .hero {
    min-height: 70rem;
  }

  .ontainer-style {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .pop-app__wrapper {
    padding: 2.5rem 2rem;
  }

  .select-field {
    display: none;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .text-color-gray {
    white-space: nowrap;
  }

  .faq_heading {
    width: 100%;
  }

  .video-card-about.video {
    margin-left: 2px;
  }

  .marquee-box {
    text-align: center;
    width: 10rem;
    height: 5rem;
  }

  .hero__stage {
    min-height: 50rem;
  }

  .hero__logo-link {
    margin-left: 0;
  }

  .hero__nav-links {
    display: none;
  }

  .hero__copy {
    width: 50%;
    margin-left: 0;
    padding-top: 9rem;
  }

  .hero__person {
    width: 70vh;
    right: -1rem;
  }

  .course-statement-section {
    padding-top: 5rem;
    padding-bottom: 5.5rem;
  }

  .course-statement {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .course-included-section {
    padding-top: 5.25rem;
    padding-bottom: 5.75rem;
  }

  .course-included__benefits {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .course-included__topics {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .course-author-section {
    padding-top: 5.25rem;
    padding-bottom: 5.75rem;
  }

  .course-author {
    grid-column-gap: 2.5rem;
    grid-template-columns: .9fr 1.1fr;
  }

  .course-author__media {
    min-height: 28rem;
  }

  .course-program-section {
    padding-top: 5rem;
    padding-bottom: 5.5rem;
  }

  .course-program__grid {
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .course-pricing-section {
    padding-top: 5rem;
    padding-bottom: 5.5rem;
  }

  .course-pricing__grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr;
  }

  .course-section {
    padding-top: 5rem;
    padding-bottom: 5.5rem;
  }

  .footer__person {
    right: -1rem;
  }
}

@media screen and (max-width: 767px) {
  .footer__grid {
    flex-direction: column;
    align-items: center;
  }

  .footer__link:hover {
    color: #1a1b1fbf;
  }

  .footer__social-link {
    margin-left: 20px;
  }

  .footer__list {
    align-items: center;
  }

  .hero {
    background-image: url('../images/bg.png');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 55.875rem;
  }

  .footer__social-list {
    margin-top: 20px;
    margin-left: -20px;
  }

  .pop-app__wrapper {
    width: 90%;
  }

  .heading-style-h4 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .container {
    padding-left: 1.625rem;
    padding-right: 1rem;
  }

  .plyr_cover-button {
    font-size: .8em;
  }

  .hero__stage {
    min-height: 55.875rem;
  }

  .hero__copy {
    width: 100%;
    padding-top: 6.625rem;
  }

  .hero__eyebrow {
    margin-bottom: 1.625rem;
    font-size: 1.125rem;
  }

  .hero__title {
    width: 21.75rem;
    max-width: none;
    margin-bottom: 1.625rem;
    font-size: 9rem;
    line-height: 1.0417;
  }

  .hero__lead {
    width: 100%;
    margin-bottom: 2.625rem;
    font-size: 1.25rem;
    line-height: 1.2;
  }

  .hero__person {
    width: 18.1875rem;
    bottom: 0;
    left: 2.3125rem;
    right: auto;
  }

  .course-included-section {
    padding-top: 4rem;
    padding-bottom: 4.5rem;
  }

  .course-included__benefits {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    margin-bottom: 2rem;
  }

  .course-included__benefit {
    min-height: 8.5rem;
  }

  .course-included__topics {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .course-author-section {
    padding-top: 4rem;
    padding-bottom: 4.5rem;
  }

  .course-author {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .course-author__media {
    min-height: 25rem;
  }

  .course-author__text {
    font-size: .9375rem;
  }

  .fit__grid {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 30rem;
    margin-left: auto;
    margin-right: auto;
  }

  .course-program-section {
    padding-top: 4rem;
    padding-bottom: 4.5rem;
  }

  .course-program__week {
    padding: 1rem;
  }

  .course-program__lesson {
    grid-column-gap: .75rem;
    grid-template-columns: 2.5rem 1fr;
    padding: .875rem;
  }

  .course-pricing-section {
    padding-top: 4rem;
    padding-bottom: 4.5rem;
  }

  .course-pricing__grid {
    grid-template-columns: 1fr;
  }

  .course-pricing__card-wide {
    grid-column: span 1 / span 1;
  }

  .course-section {
    padding-top: 4rem;
    padding-bottom: 4.5rem;
  }

  .footer__person {
    width: 18.1875rem;
    bottom: 0;
    left: 2.3125rem;
    right: auto;
  }
}

@media screen and (max-width: 479px) {
  .text-24 {
    font-size: 1.25rem;
  }

  .h2 {
    font-size: 1.88rem;
  }

  .h2.margin-bottom._60px {
    margin-bottom: 1.88rem;
  }

  .footer__grid {
    grid-template-columns: 1fr;
  }

  .h3 {
    font-size: 1.5rem;
  }

  .footer__link {
    font-size: 1rem;
    text-decoration: underline;
  }

  .footer__list {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer__list.aling-right {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .text-22, .text-20 {
    font-size: 1.13rem;
  }

  .btn {
    width: 100%;
    height: 3.5rem;
    min-height: 3.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 1rem;
  }

  .text-18 {
    font-size: 1rem;
  }

  .hero {
    min-height: 52rem;
  }

  .pop-app__wrapper {
    padding: 2rem 1.5rem;
  }

  .fs-selectcustom_dropdown {
    width: 100%;
  }

  .container {
    padding-left: 1.25rem;
    padding-right: 1rem;
  }

  .faq_accordion {
    padding: 1rem;
  }

  .plyr_cover-button {
    font-size: .7em;
  }

  .hero__stage {
    min-height: 42rem;
    padding-top: 1.32rem;
  }

  .hero__logo-link {
    width: 2rem;
    min-width: 2rem;
    height: 2rem;
  }

  .hero__copy {
    padding-top: 0;
  }

  .hero__eyebrow {
    width: 16rem;
  }

  .hero__title {
    width: 21rem;
    font-size: 8rem;
  }

  .hero__person {
    width: 20rem;
    left: 1.75rem;
  }

  .course-statement-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .course-statement-section.bg-bordo {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .course-statement__number {
    font-size: 3.5rem;
  }

  .course-included-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .course-included__plus {
    margin-top: 2rem;
    font-size: 4rem;
    line-height: .5;
  }

  .course-included__topics {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .image {
    width: 1.5rem;
    height: 1.5rem;
  }

  .course-author-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .course-author__media {
    min-height: 16rem;
  }

  .section-9 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .image-2 {
    opacity: 1;
  }

  .fit__intro {
    width: 100%;
  }

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

  .course-included__benefit-icon {
    width: 6rem;
    height: 6rem;
  }

  .statement-cta__lead {
    font-size: 1.13rem;
    line-height: 1.4;
  }

  .fit__items {
    text-align: left;
    min-height: 4.7rem;
    padding: 1rem 1.25rem;
    font-size: 1rem;
  }

  .div-block-37378 {
    width: 100%;
  }

  .course-include__topic {
    padding: 1rem;
    font-size: 1rem;
  }

  .image-3 {
    width: 3.5rem;
    height: 3.5rem;
  }

  .course-program-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .course-program__week {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .course-program__lesson {
    grid-template-columns: auto;
  }

  .course-program__number-wrap {
    width: 3.5rem;
    height: 3.5rem;
    margin-bottom: -2.38rem;
    margin-left: auto;
  }

  .course-program__webinar {
    margin-top: .5rem;
  }

  .course-pricing-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .course-pricing__card {
    padding: 1.5rem;
  }

  .course-pricing__list {
    max-width: 100%;
  }

  .div-block-37379 {
    margin-bottom: 0;
  }

  .div-block-37380 {
    width: 80%;
  }

  .div-block-37381 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 100%;
  }

  .text-block-60 {
    font-size: 1.25rem;
  }

  .text-block-61 {
    margin-bottom: -.69rem;
    font-size: 4rem;
  }

  .div-block-37382 {
    grid-template-columns: 1fr .5fr;
  }

  .course-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
    overflow: hidden;
  }

  .footer__person {
    width: 18rem;
    left: auto;
    right: -5.6rem;
  }
}

#w-node-_7cf5c6ec-de90-3c49-d3d4-40640c8d2a10-e0815f5a, #w-node-e821dc16-0698-5447-b526-8bdbe6d28028-e0815f5a, #w-node-_33a98f12-b89e-bcef-52c4-02e503ba649f-e0815f5a, #w-node-_33a98f12-b89e-bcef-52c4-02e503ba64a9-e0815f5a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_730ee9c8-4e7a-9d79-e1fa-982def4dfeec-e0815f66, #w-node-_45b34b72-a54e-ef3f-c304-4eeb04e10bf4-e0815f66 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 479px) {
  #w-node-d3009a28-5d1a-8508-3834-7b5f61289b4e-e0815f5a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Comfortaa Variablefont Wght';
  src: url('../fonts/Comfortaa-VariableFont_wght.ttf') format('truetype');
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat Variablefont Wght';
  src: url('../fonts/Montserrat-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Comforter';
  src: url('../fonts/Comforter-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Seenonim V 1';
  src: url('../fonts/seenonim-v1.otf') format('opentype'), url('../fonts/seenonim-v1.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}