:root {
  --gold: gold;
  --red: red;
  --tomato: #ff6b5c;
  --white: #fff;
  --hb: #20214e;
  --neon-green: #0f3;
  --light-blue: #7dfff7;
  --black: #000;
  --yellow-highlight: #fff200;
  --white-4: rgba(255, 255, 255, .04);
  --white-12: rgba(255, 255, 255, .12);
  --purple: #cc01ff;
}

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

.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 {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

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

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

a {
  text-decoration: none;
}

.page_code_wrap {
  display: none;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav_btn_wrap {
  z-index: 3;
  display: none;
  position: relative;
}

.home_img_wrap {
  background-color: #11112a;
  position: relative;
  overflow: hidden;
}

.charts_img_wrap--ca1-br1 {
  overflow: hidden;
}

.stats_section--vb1 {
  padding-top: 40px;
}

.stats_title_wrap--gp1-5-pb2 {
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.list-grid {
  width: 100%;
  height: auto;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
  align-content: stretch;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.feature-wrap {
  align-items: flex-start;
  display: flex;
}

.check_icon {
  width: 24px;
  height: 24px;
  color: #09d369;
  justify-content: center;
  align-items: center;
  margin-right: 2%;
  display: flex;
}

.check_icon.pulsing-outline {
  border-radius: 50%;
}

.check_icon.gold_outline_pulse {
  color: var(--gold);
  border-radius: 50%;
}

.check_icon.pulsing-outline-red {
  color: var(--red);
  border-radius: 50%;
}

.list_item_text--tw1 {
  text-align: left;
  font-size: 1.2rem;
  line-height: 1.2;
}

.orange_span {
  color: var(--tomato);
  -webkit-text-stroke-color: var(--tomato);
}

.about_title--tw1--fs3 {
  text-align: center;
  margin-bottom: .75rem;
}

.about_right {
  width: auto;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.about_right.is--bw1-pd2-br2-mt2 {
  background-color: var(--white);
  background-color: #fff;
}

.about_right.is--bw1-pd2-br2-mt2.animate-up {
  background-color: var(--hb);
  color: var(--white);
}

.about_left--ph1 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2rem 0;
  display: flex;
}

.about_contain--mw2-vt1-vb1 {
  padding-left: 48px;
  padding-right: 48px;
}

.subheading_dot {
  width: 1rem;
  height: 1rem;
  background-color: var(--neon-green);
  color: var(--neon-green);
  border-radius: 50%;
  flex: none;
}

.subheading_dot.pulsing-outline {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.about_list {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
}

.about_content {
  width: 100%;
  text-align: center;
}

.subheading_main--tw1--fw1-fs4 {
  text-align: center;
}

.header_button-wrap--mt2 {
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.main_title--tw1 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.light_blue_span {
  color: var(--light-blue);
}

.main_list_wrapper {
  margin-top: 32px;
  position: relative;
}

.main_list_wrapper.is--flex {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.main_list_wrapper.animate-up.is--full, .main_p_wrap {
  width: 100%;
}

.main_p_wrap.animate-up.is--hero-mw2 {
  margin-left: auto;
  margin-right: auto;
}

.main_p_wrap.animate-up.is--hero-mw2-line-pt1-mt1 {
  border-top: 1px solid rgba(255, 255, 255, .36);
  margin-left: auto;
  margin-right: auto;
}

.main_p_wrap.is--episode--mt3-pl2 {
  max-width: none;
  border-left: 6px solid var(--tomato);
  color: var(--hb);
  margin-left: auto;
  margin-right: auto;
}

.main_p_wrap.noan.is--hero-mw2 {
  margin-left: auto;
  margin-right: auto;
}

.main_p_wrap.noan.is--hero-mw2-line-pt1-mt1 {
  border-top: 1px solid rgba(255, 255, 255, .36);
  margin-left: auto;
  margin-right: auto;
}

.main_p_wrap.noan.is--hero-mw2 {
  margin-left: auto;
  margin-right: auto;
}

.main_p_wrap.noan.is--hero-mw2-line-pt1-mt1 {
  border-top: 1px solid rgba(255, 255, 255, .36);
  margin-left: auto;
  margin-right: auto;
}

.list_image_wrapper--br1 {
  width: 100%;
  object-fit: cover;
  position: relative;
}

.arrow-absolute {
  position: absolute;
  top: -12%;
  bottom: auto;
  left: 50%;
  right: 0%;
  transform: rotate(34deg);
}

.arrow-absolute.is--2 {
  z-index: 0;
  top: 30%;
  left: 86%;
}

.arrow-absolute.is--3 {
  left: 35%;
  transform: rotate(74deg);
}

.arrow-absolute.is--green {
  z-index: -1;
  filter: brightness(200%) hue-rotate(101deg);
  top: -18%;
}

.image_grid_wrapper--gd1-cd3-mt1 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.image_grid_wrapper--gd1-cd3-mt1.animate-up {
  display: none;
}

.product_image_wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.services_item_link {
  min-height: 20rem;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: #fff;
  background-color: rgba(255, 255, 255, 0);
  background-image: linear-gradient(rgba(82, 82, 82, .14), rgba(0, 0, 0, .53) 67%);
  border-radius: .375rem;
  flex-direction: column;
  justify-content: flex-end;
  padding: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.services_item_svg {
  width: 3rem;
  margin-left: auto;
  display: none;
  position: relative;
}

.services_item_title--fs5-fc2 {
  margin-bottom: .5rem;
}

.services_item_content {
  position: relative;
}

.services_item_img--ca1 {
  z-index: -1;
  opacity: .54;
  object-fit: cover;
  display: block;
}

.services_wrap {
  margin-left: auto;
  margin-right: auto;
}

.services_item_list--gd1-ct2-gp1 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-columns: 1fr;
}

.green_block_span--pd0-25-br1 {
  background-color: var(--neon-green);
  color: var(--black);
  padding-left: 7px;
  padding-right: 7px;
}

.section {
  padding-top: 20px;
  padding-bottom: 20px;
}

.section.blue {
  background-image: linear-gradient(#20214d, #313379);
}

.footer_text--fc2 {
  color: #fff;
}

.footer_contain--gp2-gv4 {
  max-width: none;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 4rem;
  display: flex;
}

.footer_link_wrap--gp2 {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.heavy-logo {
  width: 20rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image {
  width: 3rem;
}

.footer_link_item--lm0-1-fs7 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.footer_wrap--vt1 {
  text-align: center;
  padding-bottom: 0;
}

.gold_span {
  color: var(--gold);
}

.product_border_wrapper--bw1-br1-pd2 {
  border: 1px solid var(--gold);
  background-image: linear-gradient(rgba(32, 33, 78, .77), rgba(32, 33, 78, .77)), url('../images/sky_1sky.webp');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.product_title--tw1--fw1-fs4-mt2-mb2 {
  text-align: center;
}

.button-submit {
  width: 100%;
  color: var(--black);
  text-align: center;
  background-color: #b32411;
  background-image: linear-gradient(#f6dea0, #f1c350);
  border: 1px solid #000;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  text-decoration: none;
  display: flex;
  box-shadow: 0 9px 12px rgba(0, 0, 0, .2);
}

.submit-button {
  font-size: 17px;
  display: none;
}

.hero_title--mb1-tw1-mt1.is--fs3 {
  text-transform: capitalize;
}

.hero_form_wrapper--pd1 {
  z-index: 2;
  width: 100%;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: rgba(233, 234, 246, .1);
  background-image: linear-gradient(268deg, rgba(231, 231, 231, 0) 68%, rgba(255, 255, 255, .18));
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  box-shadow: inset 1px 0 rgba(255, 255, 255, .49), inset 0 2px rgba(255, 255, 255, .12);
}

.hero_logo_image--mt1-mb1 {
  width: 20%;
}

.hero_wrap--pv1 {
  min-height: auto;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.hero_wrap--pv1.sm0-2 {
  background-color: rgba(32, 33, 77, 0);
}

.video_container {
  width: 72%;
  padding-right: 1.5rem;
}

.intro_text_heading_background--tw1 {
  -webkit-text-fill-color: transparent;
  background-image: url('../images/gold-gradient_1gold-gradient.webp');
  background-position: 50%;
  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
}

.disclaimer_text--fs7-2 {
  text-align: left;
}

.video {
  height: auto;
  border-radius: 21px;
}

.hero-arrow-down {
  z-index: 4;
  position: absolute;
  top: -12%;
  bottom: auto;
  left: 64%;
  right: 0%;
  transform: rotate(-61deg);
}

.form_button_text--fs7-fw3-lh2-tw1 {
  color: var(--hb);
}

.checkbox {
  width: 28px;
  height: 28px;
  background-color: #fefefe;
  border: 1px solid #c3c4d7;
  border-radius: 6px;
  margin-right: 13px;
}

.checkbox.w--redirected-checked {
  background-color: #f33b20;
  background-size: contain;
}

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

.intro_text_wrapper {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.text-field {
  height: auto;
  min-height: 52px;
  color: #b5b5b5;
  background-color: #fefefe;
  border: 1px solid #c3c4d7;
  border-radius: 10px;
  padding: 14px;
  font-weight: 500;
}

.intro_text_line {
  width: 50%;
  height: 2px;
  background-color: #f5c647;
}

.hero_form_video_wrapper--mw2-mt3 {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.hero_calendar_content--mt2-mb2 {
  width: 45em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text_box_label {
  color: var(--tomato);
  font-weight: 600;
  line-height: 1;
}

.form_title-fs6-lh4-br1-pd0-5-tw1 {
  width: 100%;
  background-color: #20214d;
  background-image: linear-gradient(86deg, var(--hb) 29%, rgba(137, 138, 182, .31));
  color: #fff;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, .36);
}

.home_img_base {
  width: 100%;
  height: 100%;
  opacity: .27;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.about_left--ph1-mw2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem 0;
  display: flex;
}

.green_span-2 {
  color: #0f3;
}

.calendar_button_link--pd1-bw2-br1 {
  border: 1px solid #0f3;
  flex-direction: column;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.calendar_button_link--pd1-bw2-br1.pulsing-outline {
  background-color: var(--hb);
}

.subheading_main--tw1--fw1-fs4-2.is--mt2-mb2-lh2 {
  text-align: center;
}

.subheading_main--tw1--fw1-fs4-2.is--mt2-mb2-lh2.is--center {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.subheading_main--tw1--fw1-fs4-2.is--mt2-mb2-lh2.is--center.is--white {
  color: var(--white);
}

.red_block_span--br1-pd0-25 {
  background-color: var(--red);
}

.toxic_grid_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.arrow_icon_main {
  width: 1.5rem;
  height: 1.5rem;
  color: var(--hb);
  justify-content: center;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.text_box_field {
  color: #20214d;
  text-align: left;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.1428rem;
  font-weight: 600;
  line-height: 1;
  display: flex;
}

.glowing_orb {
  z-index: 0;
  width: 10rem;
  height: 10rem;
  background-color: var(--yellow-highlight);
  filter: blur(20px);
  border-radius: 50%;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  margin: auto;
  display: flex;
  position: absolute;
}

.glowing_orb.pulsing-outline {
  width: 60%;
  height: 60%;
  background-color: var(--tomato);
  filter: none;
  flex: 0 auto;
  display: none;
}

.hero_form_outer {
  width: 37%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.form_title_wrapper {
  position: relative;
}

.video_text--mt1-br1-tw1 {
  background-color: var(--light-blue);
  color: var(--black);
}

.yellow_block_span-br1-pd0-25 {
  background-color: var(--yellow-highlight);
}

.callout_grid--br1-pd1-mt1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.callout_grid--br1-pd1-mt1.cm0-1 {
  color: var(--white);
  overflow: visible;
  box-shadow: 2px 4px 14px rgba(0, 0, 0, .2);
}

.callout_image_wrapper--br1 {
  overflow: hidden;
}

.callout_text_wrapper {
  color: var(--black);
}

.lineup_image_wrapper--br1-ph1 {
  background-color: var(--tomato);
}

.episode_text_wrapper--pd1-br1 {
  border: 1px solid rgba(255, 107, 92, .33);
}

.product_title--tw1--fw1-fs4-mt-mb2 {
  text-align: center;
}

.logo_contain--pv1 {
  background-color: var(--hb);
  border-bottom: 1px solid rgba(255, 255, 255, .24);
  padding-left: 48px;
  padding-right: 48px;
}

.logo_list--gd1-cd1-bw1-br1-pd1 {
  align-items: start;
}

.logo_list--gd1-cd1-bw1-br1-pd1.animate-up.is--center {
  border: 1px solid gold;
  align-items: center;
}

.logo_list--gd1-cd1-bw1-br1-pd1.animate-up.is--center.is--sm0-1 {
  width: 100%;
  height: 100%;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: rgba(242, 240, 238, 0);
  border-style: none;
  border-color: #cc01ff;
  align-content: start;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.logo_list--gd1-cd1-bw1-br1-pd1.is--center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo_inner {
  justify-content: center;
  align-items: center;
  margin: auto;
  display: flex;
}

.logo_images--br1 {
  width: 6rem;
  aspect-ratio: 1 / 1;
  opacity: .75;
  object-fit: contain;
}

.logo_images--br1.is--alt {
  filter: invert();
}

.logo_images--br1.is--small {
  width: 6rem;
  flex: none;
}

.logo_grid-mt1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.quote_right--cd8-gp2-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.quote_text--fc2-tt2-fw3.is--hide {
  display: none;
}

.news_item_list--gp1-5 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.quote_right--cd8-gp2 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.news_title_wrap--gp1-5-pb2 {
  text-align: center;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.quote_list--gd1-cd12-gv4-gh3-mt2-bw1-br1-pd1 {
  align-items: start;
}

.quote_right--cd8-gp2-3, .quote_right--cd8-gp2-4 {
  width: 90%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.logo_text_line {
  width: 50%;
  height: 2px;
  background-color: var(--white);
}

.logo_text_heading_background--fs6-tw1 {
  color: var(--white);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.logo_text_heading_wrapper, .subheading_main--tw1--fw1-fs4-3, .subheading_main--tw1--fw1-fs4-3.is--mt2-mb2-lh2 {
  text-align: center;
}

.intro_right--cd7-gp2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.main_home_img_wrap {
  position: relative;
  overflow: hidden;
}

.expert_outer--br1-cm0-1-pd1 {
  background-color: #1d1d1d;
  box-shadow: 0 40px 40px -5px rgba(0, 0, 0, .54);
}

.expert_image_mask--br1 {
  width: 100%;
  padding-top: 0%;
  position: relative;
  overflow: hidden;
}

.cards-imagexpert_image--br1 {
  width: 100%;
  height: auto;
  max-width: none;
  object-fit: contain;
  object-position: 50% 50%;
  margin-top: auto;
  margin-bottom: auto;
  position: static;
  top: 20%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.name_text--mt1 {
  color: var(--tomato);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.7rem;
  font-weight: 600;
}

.expert_text--mt1 {
  font-family: Lato, sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.1;
}

.episode_top_wrapper--br1 {
  width: 70%;
  height: 25rem;
  background-color: var(--white);
  background-image: linear-gradient(rgba(32, 33, 78, .46), rgba(32, 33, 78, .46)), url('../images/sky_1sky.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.episode_title_wrapper-pd1 {
  width: 100%;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.episode_title--tw1--fw1 {
  color: var(--white);
  text-align: left;
  font-size: 3.1rem;
}

.episode_screen_wrapper {
  z-index: 3;
  width: 92%;
  background-image: none;
  margin-top: -1.56rem;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: auto;
  bottom: -58%;
  left: 0%;
  right: 0%;
}

.ep_screen_image {
  width: 100%;
}

.episode_title_left {
  width: 5rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.episode_number--tw1--fw1-fs3-mt-mb2 {
  color: var(--hb);
  text-align: center;
}

.episode_title--tw1--fw1-mb2 {
  color: var(--white);
  text-align: left;
  font-size: 2.2rem;
}

.ep_text_wrapper-pd1-br1 {
  width: 60%;
  background-color: var(--white);
  background-image: none;
  margin-top: 114px;
  margin-right: 0;
  position: relative;
}

.episode_item_main_flex {
  width: 100%;
  justify-content: center;
  display: flex;
}

.episode_layout_width {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.episode_number_wrapper {
  width: 6rem;
  height: 6rem;
  background-color: var(--tomato);
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: -3%;
  bottom: auto;
  left: auto;
  right: -3%;
  box-shadow: 7px 8px 20px rgba(0, 0, 0, .38);
}

.sponsor_wrap {
  background-color: #fff;
}

.sponsor_contain--pv2-mw2 {
  background-color: rgba(32, 33, 78, 0);
  border-bottom: 1px solid rgba(255, 255, 255, .24);
  padding-left: 48px;
  padding-right: 48px;
}

.sponsor_grid-mt1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.sponsor_grid-mt1.is--super {
  grid-template-columns: 1fr 1fr 1fr;
}

.sponsor_grid-mt1.is--premium {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.sponsor_list--gd1-cd1-br1-pd0-25 {
  align-items: start;
}

.sponsor_list--gd1-cd1-br1-pd0-25.animate-up.is--center {
  border: 1px solid gold;
  align-items: center;
}

.sponsor_list--gd1-cd1-br1-pd0-25.animate-up.is--center.is--sm0-1 {
  width: 100%;
  height: 100%;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: rgba(242, 240, 238, 0);
  border-style: none;
  border-color: #cc01ff;
  align-content: start;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.sponsor_list--gd1-cd1-br1-pd0-25.is--center {
  background-color: var(--white);
}

.sponsor_image {
  width: 90%;
  aspect-ratio: 1 / 1;
  opacity: 1;
  object-fit: contain;
}

.sponsor_image.is--alt {
  filter: invert();
}

.sponsor_image.is--small {
  width: 6rem;
  flex: none;
}

.sponsor_image.is--invert {
  filter: invert();
}

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

.sponsor_title_wrapper {
  width: 100%;
  text-align: center;
}

.sponsor_title--tw1 {
  color: var(--hb);
  text-align: center;
  margin-bottom: .75rem;
}

.clock-label {
  color: #fff;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-right: -5px;
}

.clock-label.is-small {
  letter-spacing: 0;
  margin-top: 0;
  font-size: 12px;
  line-height: 10px;
}

.clock-number {
  font-family: Open Sans, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.3;
}

.clock-number.is--small {
  font-size: 2.5rem;
}

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

.box {
  width: auto;
  height: auto;
  color: #ff3434;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
  line-height: 20px;
  display: flex;
}

.box.is--small {
  padding-bottom: 0;
  padding-left: .7rem;
  padding-right: .7rem;
}

.sponsor_sub_wrap--mt2 {
  text-align: center;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sponsor_tier_title--fs5 {
  color: var(--hb);
}

.super_list--gd1-cd1-br1-pd0-25 {
  align-items: start;
}

.super_list--gd1-cd1-br1-pd0-25.animate-up.is--center {
  border: 1px solid gold;
  align-items: center;
}

.super_list--gd1-cd1-br1-pd0-25.animate-up.is--center.is--sm0-1 {
  width: 100%;
  height: 100%;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: rgba(242, 240, 238, 0);
  border-style: none;
  border-color: #cc01ff;
  align-content: start;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.super_list--gd1-cd1-br1-pd0-25.is--center {
  background-color: var(--white);
}

.underline_span {
  text-decoration: underline;
}

@media screen and (max-width: 991px) {
  .nav_btn_wrap {
    display: block;
  }

  .list-grid {
    font-size: 1rem;
  }

  .check_icon.pulsing-outline-red {
    color: var(--red);
  }

  .list_item_text--tw1 {
    font-size: 1.3rem;
  }

  .about_left--ph1 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .main_p_wrap {
    z-index: 5;
    position: relative;
  }

  .arrow-absolute.is--3 {
    left: 49%;
  }

  .services_item_img--ca1 {
    object-fit: cover;
  }

  .heavy-logo {
    width: 10rem;
  }

  .button-submit {
    margin-left: auto;
    margin-right: auto;
  }

  .hero_form_wrapper--pd1 {
    width: 100%;
    margin-left: 0%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .video_container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
  }

  .hero-arrow-down {
    z-index: 2;
    top: -11%;
  }

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

  .form {
    padding-right: 0;
  }

  .text-field {
    min-height: 30px;
  }

  .hero_form_video_wrapper--mw2-mt3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .hero_calendar_content--mt2-mb2 {
    width: auto;
  }

  .text_box_label {
    font-size: .8rem;
  }

  .home_img_base {
    height: 100%;
  }

  .about_left--ph1-mw2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text_box_field {
    align-items: center;
    margin-top: 7px;
    margin-bottom: 7px;
    display: flex;
  }

  .hero_form_outer {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .logo_list--gd1-cd1-bw1-br1-pd1.animate-up.is--center.is--sm0-1 {
    flex-direction: column;
  }

  .logo_inner {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .logo_images--br1 {
    width: 5rem;
    margin-left: auto;
    margin-right: auto;
  }

  .logo_images--br1.is--alt, .logo_images--br1.is--small {
    width: 5rem;
  }

  .quote_left--cd4-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .speaker_quote_image--br1 {
    width: 100%;
  }

  .quote_right--cd8-gp2-3 {
    margin-top: 1rem;
  }

  .quote_left--cd4-3 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .quote_right--cd8-gp2-4 {
    margin-top: 1rem;
  }

  .quote_left--cd4-4, .quote_left--cd4-5 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .name_text--mt1 {
    font-size: 2.19rem;
  }

  .episode_top_wrapper--br1 {
    width: 80%;
    height: 21rem;
    justify-content: flex-start;
  }

  .episode_title--tw1--fw1 {
    font-size: 2.3rem;
  }

  .episode_screen_wrapper {
    width: 100%;
    bottom: -59%;
  }

  .episode_title_left {
    margin-top: 2rem;
  }

  .episode_title_right {
    margin-top: 2rem;
    margin-left: 2rem;
  }

  .episode_title--tw1--fw1-mb2 {
    font-size: 1.9rem;
  }

  .ep_text_wrapper-pd1-br1 {
    width: 70%;
  }

  .episode_layout_width {
    width: 100%;
  }

  .sponsor_list--gd1-cd1-br1-pd0-25.animate-up.is--center.is--sm0-1 {
    flex-direction: column;
  }

  .sponsor_image {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .sponsor_image.is--alt, .sponsor_image.is--small {
    width: 5rem;
  }

  .sponsor_image_wrapper {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .super_list--gd1-cd1-br1-pd0-25.animate-up.is--center.is--sm0-1 {
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .header_button-wrap--mt2 {
    width: 100%;
  }

  .main_list_wrapper.is--flex {
    flex-direction: column;
  }

  .arrow-absolute.is--3 {
    top: -5%;
    left: 76%;
  }

  .footer_text--fc2 {
    margin-top: 2rem;
  }

  .footer_contain--gp2-gv4 {
    flex-direction: column;
    justify-content: center;
  }

  .heavy-logo {
    width: 12rem;
  }

  .footer_logo_wrap {
    display: none;
  }

  .button-submit {
    align-self: center;
    padding-top: 1.4rem;
    padding-bottom: 1.4rem;
  }

  .hero_form_wrapper--pd1 {
    width: auto;
  }

  .hero_logo_image--mt1-mb1 {
    width: 50%;
  }

  .intro_text_heading_background--tw1 {
    font-size: 1.2rem;
  }

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

  .hero_form_video_wrapper--mw2-mt3 {
    flex-direction: column;
  }

  .hero_calendar_content--mt2-mb2 {
    width: auto;
  }

  .calendar_button_link--pd1-bw2-br1 {
    margin-left: 0;
  }

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

  .callout_grid--br1-pd1-mt1.cm0-1 {
    grid-template-columns: 1fr;
  }

  .callout_image_wrapper--br1 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .logo_images--br1, .logo_images--br1.is--alt, .logo_images--br1.is--small {
    width: 3rem;
  }

  .logo_grid-mt1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .episode_top_wrapper--br1 {
    height: 17rem;
  }

  .episode_title--tw1--fw1-mb2 {
    font-size: 1.6rem;
  }

  .ep_text_wrapper-pd1-br1 {
    width: 80%;
  }

  .episode_item_main_flex {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .episode_number_wrapper {
    width: 4rem;
    height: 4rem;
  }

  .sponsor_grid-mt1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .sponsor_image {
    width: 90%;
  }

  .sponsor_image.is--alt, .sponsor_image.is--small {
    width: 3rem;
  }

  .clock-number.is--small {
    font-size: 2rem;
  }

  .js-clock.is--hide {
    margin-top: 3.7rem;
  }
}

@media screen and (max-width: 479px) {
  .hero_text.is--mt1 {
    font-size: 1.2rem;
  }

  .hero_text.is--mt1.animate-up {
    font-size: 1rem;
  }

  .list-grid {
    margin-top: 0;
  }

  .feature-wrap {
    align-items: center;
  }

  .about_right.is--bw1-pd2-br2-mt2 {
    width: 100%;
    width: 100%;
  }

  .about_contain--mw2-vt1-vb1 {
    padding-left: .8rem;
    padding-right: .8rem;
  }

  .about_content, .header_button-wrap--mt2 {
    width: 100%;
  }

  .arrow-absolute {
    width: 35px;
    bottom: -88%;
    right: 45%;
  }

  .arrow-absolute.is--2 {
    top: 38%;
    bottom: -76%;
  }

  .arrow-absolute.is--3 {
    top: -9%;
    left: 86%;
  }

  .arrow-absolute.is--green {
    top: -10%;
    bottom: -76%;
  }

  .section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .button-submit {
    width: 100%;
    background-image: linear-gradient(#f6dea0, #f1c350), linear-gradient(to right, #f23a20 2.29%, #bc1700 97.07%);
    border: 1px solid #000;
    justify-content: center;
  }

  .hero_logo_image--mt1-mb1 {
    width: 50%;
  }

  .intro_text_heading_background--tw1 {
    font-size: .9rem;
  }

  .text-field {
    font-size: 12px;
  }

  .hero_calendar_content--mt2-mb2 {
    width: 100%;
  }

  .text_box_label {
    font-size: .8rem;
    line-height: 1.25rem;
  }

  .home_img_base {
    width: 200%;
    height: 100%;
    max-width: none;
  }

  .red_block_span--br1-pd0-25 {
    color: var(--white);
  }

  .hero_form_outer, .hero_form_outer.animate-up {
    width: 100%;
  }

  .p_balance--tw1, .video_text--mt1-br1-tw1 {
    font-size: 1.2rem;
  }

  .callout_image_wrapper--br1 {
    object-fit: cover;
  }

  .callout_image {
    width: 100%;
    object-fit: cover;
  }

  .logo_contain--pv1 {
    padding-left: .8rem;
    padding-right: .8rem;
  }

  .logo_images--br1 {
    width: 4rem;
  }

  .logo_images--br1.is--small {
    width: 2.5rem;
  }

  .episode_top_wrapper--br1 {
    padding-right: 1rem;
  }

  .episode_title--tw1--fw1 {
    font-size: 2rem;
  }

  .episode_screen_wrapper {
    bottom: -46%;
  }

  .episode_screen_wrapper.animate-up {
    bottom: -58%;
  }

  .episode_title_left {
    width: 3.5rem;
  }

  .episode_title_right {
    margin-top: 1rem;
    margin-left: 1rem;
  }

  .episode_item_main_flex {
    width: 100%;
  }

  .sponsor_contain--pv2-mw2 {
    padding-left: .8rem;
    padding-right: .8rem;
  }

  .sponsor_image {
    width: 90%;
  }

  .sponsor_image.is--small {
    width: 2.5rem;
  }

  .sponsor_title_wrapper {
    width: 100%;
  }

  .clock-number {
    font-size: 1.9rem;
  }

  .clock-number.is--small {
    font-size: 1.3rem;
    line-height: .9;
  }

  .js-clock {
    flex-wrap: wrap;
    display: flex;
  }

  .js-clock.is--hide {
    margin-top: 2.7rem;
    margin-left: 0;
    font-size: 1em;
    display: flex;
  }

  .box {
    margin-bottom: 10px;
  }

  .box.is--small {
    margin-bottom: 0;
  }
}

#w-node-_896a952e-ff9d-0719-9f3c-47488024d658-cc4c3045 {
  align-self: auto;
}

@media screen and (max-width: 767px) {
  #w-node-_19d7aa66-e810-d4f2-de16-0e8077a2dc2b-cc4c3045, #w-node-_0ee74c61-65f2-4680-9dac-9ff1f633616e-cc4c3045, #w-node-bb5618eb-d4e1-eb23-d85b-8ada9ec94618-cc4c3045, #w-node-_57d71aea-5575-6532-764d-0ec5a066b08b-cc4c3045, #w-node-e1972a06-13ac-51bc-2d21-efadb2fa5b17-cc4c3045, #w-node-_375adb7e-4259-ea22-5c8f-842537147c75-cc4c3045, #w-node-_747f3dd0-ced6-a117-a10d-fae02f33477c-cc4c3045, #w-node-_19686538-1f01-cfa1-a82f-33daece263dd-cc4c3045, #w-node-_95fb93a9-123a-4c94-d0a4-9a28661a1ce0-cc4c3045, #w-node-c390fb2e-7799-4898-e68a-ad36d9af1879-cc4c3045 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


