:root {
  --white: white;
  --scs-teal: #62f4e9;
  --midnight-blue: #08202f;
  --teal-on-white: #3ad6ca;
  --chocolate: #b46e43;
  --dark-teal: #337972;
  --alert: #e5f462;
  --new-midnight: #020c13;
  --white-smoke: #f1f1f1;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

.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: #000;
  letter-spacing: .125em;
  background-color: #f1f1f1;
  font-family: futura-pt, sans-serif;
  font-size: 1.2vw;
  line-height: 1;
}

h1 {
  line-height: 1.2;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 2.4em;
  font-weight: 700;
  line-height: 1;
}

h3 {
  margin-top: 1em;
  margin-bottom: .5em;
  font-size: 1.4em;
  font-weight: 700;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
}

p {
  margin-bottom: 1em;
  font-weight: 300;
}

a {
  color: #2a2c2c;
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 1em;
  font-size: 1.3em;
  line-height: 1.5;
  list-style-type: disc;
}

li {
  margin-bottom: .5em;
  line-height: 1.2;
  list-style-type: square;
}

img {
  object-fit: cover;
}

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

.hm-nav {
  z-index: 1000;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  position: static;
}

.hm-nav.is--internal {
  background-color: var(--white);
  position: static;
}

.hm-nav__wrap {
  width: 100%;
  background-color: #08111f;
  justify-content: space-between;
  align-items: center;
  padding: 0 1.9em;
  display: flex;
}

.hm-nav__wrap.is--interior {
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

.hm-nav__img-logo.is--interior {
  width: 300px;
}

.footer {
  background-color: #001024;
}

.footer__flex-wrap {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 68px 4vw;
  display: flex;
}

.image-7 {
  display: block;
}

.footer__link-email {
  color: #62f4e9;
  padding: 4px 15px;
  font-family: futura-pt, sans-serif;
  font-size: 18px;
  text-decoration: none;
}

.footer__link-social {
  padding: 4px;
}

.footer__link-logo {
  padding: 17px;
}

.hm-nav__menu {
  z-index: 1000;
  background-color: rgba(0, 29, 48, .98);
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hm-menu__links-wrap {
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 6vh;
  display: flex;
}

.hm-menu__nav-link {
  width: 20em;
  color: #62f4e9;
  text-align: center;
  letter-spacing: .125em;
  text-transform: uppercase;
  margin: 1vh 0;
  padding: 0 14px;
  font-family: futura-pt, sans-serif;
  font-size: 2.5em;
  font-weight: 600;
  transition: color .2s;
}

.hm-menu__nav-link:hover {
  color: #fff;
}

.hm-menu__nav-link.w--current {
  color: var(--white);
}

.hm-menu__nav-link.is--cta {
  border: 1px solid var(--scs-teal);
  color: var(--scs-teal);
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../bbw-images/rtarrw-teal_1rtarrw-teal.png');
  background-position: 93%;
  background-repeat: no-repeat;
  background-size: 25px;
  margin-right: 1.6em;
  padding: 18px 71px 18px 40px;
  font-size: 18px;
  font-weight: 600;
  transition: background-position .2s cubic-bezier(.215, .61, .355, 1);
}

.hm-menu__nav-link.is--cta:hover {
  background-position: 95%;
}

.hm-menu__nav-link.is--cta.is_interior {
  color: #fff;
  background-color: #222;
  background-image: url('../bbw-images/rt-arrow-wht_1rt arrow wht.png');
  background-position: 85%;
  background-size: 26px;
}

.hm-menu__nav-link.is--cta.is_interior:hover {
  color: #fff;
  background-color: #58dbd1;
  background-position: 90%;
}

.hm-menu__nav-link.is-interior {
  color: #222;
}

.hm-menu__nav-link.is-interior:hover {
  color: #58dbd1;
}

.hm-menu__nav-link.is--navbtn {
  width: auto;
  border: 1px solid var(--scs-teal);
  color: var(--scs-teal);
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../bbw-images/rtarrw-teal_1rtarrw-teal.png');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: 25px;
  padding: 18px 6em;
  font-size: 18px;
  font-weight: 600;
  transition: background-position .2s cubic-bezier(.215, .61, .355, 1);
}

.hm-menu__nav-link.is--navbtn:hover {
  background-position: 95%;
}

.hm-menu__nav-link.is--inactive {
  display: none;
}

.hm-menu__nav-link.is--teal {
  border: 1px solid var(--scs-teal);
  background-color: var(--scs-teal);
  color: var(--midnight-blue);
  background-image: url('../bbw-images/rtarrw-midnight_1rtarrw-midnight.png');
  background-position: 93%;
  background-repeat: no-repeat;
  background-size: 25px;
  margin-right: 1.6em;
  padding: 18px 71px 18px 40px;
  font-size: 18px;
  font-weight: 600;
  transition: background-position .2s cubic-bezier(.215, .61, .355, 1);
}

.hm-menu__nav-link.is--teal:hover {
  background-position: 95%;
}

.hm-menu__mbl-btn {
  z-index: 1001;
  filter: brightness(98%);
}

.hm-menu__mbl-btn.w--open {
  background-color: rgba(0, 0, 0, 0);
}

.hm-menu__social-link {
  width: 24px;
  height: 24px;
  margin-left: 6px;
  margin-right: 6px;
  padding-top: 18px;
  padding-bottom: 18px;
}

.hm-menu__social-link:hover {
  background-position: 50% -56px;
}

.hm-menu__social-link.is--fb {
  background-image: url('../bbw-images/SCS_FB.png');
  background-position: 0 6px;
  background-repeat: no-repeat;
  background-size: 24px;
}

.hm-menu__social-link.is--fb:hover {
  background-position: 0 -56px;
}

.hm-menu__social-link.is--fb.is_interior {
  background-position: 0 -26px;
}

.hm-menu__social-link.is--fb.is_interior:hover {
  background-position: 0 6px;
}

.hm-menu__social-link.is--li {
  background-image: url('../bbw-images/SCS_LI.png');
  background-position: 0 6px;
  background-repeat: no-repeat;
  background-size: 24px;
}

.hm-menu__social-link.is--li:hover {
  background-position: 0 -56px;
}

.hm-menu__social-link.is--li.interior {
  background-position: 0 -26px;
}

.hm-menu__social-link.is--li.interior:hover {
  background-position: 0 6px;
}

.hm-menu__social-link.is--insta {
  background-image: url('../bbw-images/SCS_INSTA.png');
  background-position: 0 6px;
  background-repeat: no-repeat;
  background-size: 24px;
}

.hm-menu__social-link.is--insta:hover {
  background-position: 0 -56px;
}

.hm-menu__social-link.is--insta.interior {
  background-position: 0 -26px;
}

.hm-menu__social-link.is--insta.interior:hover {
  background-position: 0 6px;
}

.hm-menu__social-wrap {
  margin-top: 24px;
  display: flex;
}

.nav__wrap {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 24px 5vw 12px;
  display: flex;
}

.nav {
  z-index: 2;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  display: flex;
}

.content__text {
  margin-bottom: 24px;
  font-family: futura-pt, sans-serif;
  font-size: 24px;
  line-height: 1.1em;
}

.content__text.is--testimonial {
  z-index: 3;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 24px;
  font-size: 30px;
  font-weight: 600;
  position: absolute;
}

.content__text.is--bene {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 500;
}

.brand {
  width: 30vw;
}

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

.content__cta-btn {
  min-width: 270px;
  color: #333;
  text-transform: uppercase;
  background-color: #fff;
  background-image: url('../bbw-images/noun_Right-Arrow_3465431.svg');
  background-position: 92%;
  background-repeat: no-repeat;
  background-size: 70px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 18px 80px 18px 24px;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2em;
  text-decoration: none;
  transition: background-position .2s, background-color .2s;
}

.content__cta-btn:hover {
  background-position: 96%;
}

.content__cta-btn.w--current {
  color: #333;
}

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

.div-block-52 {
  height: 30px;
  border: 1px solid #000;
  align-items: center;
  display: flex;
}

.footer__signup-field {
  width: 150px;
  height: 30px;
  background-color: #fff;
  border: 0 solid #000;
  margin-bottom: 0;
  margin-right: 4px;
}

.footer__signup-field::-ms-input-placeholder {
  color: #b3b3b3;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
}

.footer__signup-field::placeholder {
  color: #b3b3b3;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
}

.footer__signup-btn {
  height: 30px;
  color: #fff;
  letter-spacing: .04em;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #62f4e9;
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: futura-pt, sans-serif;
  font-size: 12px;
  font-weight: 700;
  transition: background-color .2s, color .2s;
}

.footer__signup-btn:hover {
  color: #333;
  background-color: #62f4e9;
  border: 1px solid #62f4e9;
}

.footer__signup-label {
  color: #62f4e9;
  letter-spacing: .04em;
  text-transform: uppercase;
  font-family: futura-pt, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.footer__flex-signup {
  flex: 1;
  display: flex;
}

.footer__flex-social {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.brand-2 {
  flex: 1;
  margin-right: 36px;
  padding-bottom: 6px;
}

.brand-2.w--current {
  width: 200px;
  flex: 0 auto;
}

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

.testimonials {
  background-color: #62f4e9;
  padding-top: 36px;
  padding-bottom: 36px;
}

.slider {
  z-index: 2;
  background-color: rgba(0, 0, 0, 0);
}

.presenters__content {
  max-width: 1366px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 95px;
  padding-right: 95px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.testimonial__quote {
  text-align: center;
  font-family: futura-pt, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.1em;
}

.testimonial__quote.is--bene {
  color: #fdeaea;
  text-transform: uppercase;
  font-weight: 500;
}

.icon {
  color: #383838;
  font-size: .5em;
}

.slide-nav {
  font-size: 7px;
}

.testimonial__byline {
  text-align: center;
  margin-top: 24px;
  font-family: futura-pt, sans-serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 600;
  line-height: 1.2em;
}

.text-span-4 {
  text-transform: uppercase;
}

.benefactor {
  background-image: linear-gradient(rgba(0, 16, 36, .59), rgba(0, 16, 36, .59)), url('../bbw-images/01.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.container {
  max-width: 1366px;
  flex-direction: column;
  justify-content: space-between;
  padding: 96px 69px;
  display: flex;
}

.image-17.is--interior {
  filter: brightness(90%);
}

.link-block-5 {
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.image-18 {
  width: 40em;
}

.formats__item {
  cursor: pointer;
  position: relative;
}

.hide {
  display: none;
}

.link-block-9 {
  position: relative;
  overflow: hidden;
}

.content-wrapper {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  margin-top: 6em;
  margin-bottom: 3em;
  padding-left: 3em;
  padding-right: 3em;
  display: flex;
  position: relative;
}

.content-wrapper.centered {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 1em;
  display: flex;
}

.section {
  border-style: solid solid none;
  border-width: 3em;
  border-color: var(--white);
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 3em;
  padding-bottom: 3em;
  display: flex;
  position: relative;
}

.section.footer-2 {
  background-color: #231f20;
  border-style: solid;
}

.h2 {
  text-align: center;
  letter-spacing: .125em;
  text-transform: uppercase;
  font-family: alternate-gothic-no-1-d, sans-serif;
  font-weight: 400;
  line-height: 1em;
}

.h3 {
  text-align: center;
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 1.22em;
  font-weight: 700;
  line-height: 1;
}

.h3.footer-heading {
  color: var(--white);
  margin-top: 1.7em;
  margin-bottom: .5em;
  font-family: adelle-sans, sans-serif;
  font-size: 1.2em;
  font-weight: 600;
}

.global-button {
  background-color: var(--scs-teal);
  color: #383838;
  text-align: center;
  letter-spacing: .15em;
  text-transform: uppercase;
  padding: 1em 2em;
  font-size: 1.4em;
  font-weight: 700;
  display: flex;
}

.global-button.newsletter {
  background-color: var(--white);
  margin-top: .75em;
}

.global-button.sm {
  background-color: var(--scs-teal);
  font-size: 1.25em;
  display: flex;
}

.global-button.sm.sesh-on {
  display: flex;
}

.global-button.sm.sesh-off {
  display: none;
}

.global-button.is--innav {
  margin-top: 1em;
  margin-bottom: 1em;
  font-family: futura-pt, sans-serif;
  font-size: .35em;
}

.superhero-link-block {
  cursor: pointer;
  flex-direction: column;
  font-size: 1em;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-103 {
  height: 3em;
  background-color: var(--scs-teal);
  align-items: center;
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-field {
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-bottom: 2px dotted #999;
  padding-bottom: 16px;
  font-size: 1.5em;
}

.text-field:focus-visible {
  color: var(--white);
}

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

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

.form-block {
  width: 50em;
  margin-top: 1.6em;
}

.field-label {
  text-align: center;
  margin-bottom: .8em;
  font-family: futura-pt, sans-serif;
  font-size: 1.75em;
  font-weight: 400;
}

.link-9 {
  color: var(--white);
  font-size: 18px;
  text-decoration: none;
}

.text-block-27 {
  color: var(--white);
  margin-top: 12px;
  font-size: 12px;
  line-height: 1.5;
  display: none;
}

.link-10 {
  color: var(--white);
  text-decoration: none;
}

.link-block-12 {
  padding: 15px 12px;
}

.sliding-nav {
  z-index: 996;
  width: 100%;
  background-color: #fff;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  display: flex;
  position: fixed;
  transform: none;
  box-shadow: 0 11px 19px rgba(0, 0, 0, .06);
}

.nav-wrapper {
  z-index: 4;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-left: 3em;
  margin-right: 3em;
  padding: 0 3em;
  display: flex;
  position: relative;
}

.nav-date {
  width: 20em;
  margin-right: 2em;
}

.parallax-img-wrapper {
  height: 40em;
  background-color: #383838;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.horiz-item-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-left: 1.5em;
  margin-right: 4em;
  display: flex;
}

.nav-logo {
  height: 7.5em;
}

.video {
  z-index: 1003;
  justify-content: center;
  align-items: center;
  padding-left: 10%;
  padding-right: 10%;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.stop-video {
  z-index: 4;
  background-color: rgba(0, 0, 0, .86);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.vid__player {
  z-index: 5;
  width: 100%;
  position: relative;
}

.teaser {
  height: 0;
  padding-top: 56.25%;
  position: relative;
}

.nav-section {
  z-index: 997;
  letter-spacing: .25em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 3em 6em 6em;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hamburger-anim {
  width: 3.4em;
}

.menu-btn {
  z-index: 999999;
  flex-direction: row;
  display: flex;
  position: absolute;
  top: 7em;
  bottom: auto;
  left: auto;
  right: 4.9em;
}

.menu-btn.is--inslidingnav {
  margin-top: 0;
  margin-left: 2em;
  margin-right: 0;
  position: static;
}

.menu-btn.hm {
  filter: brightness(0%) invert();
}

.mbl-nav-links {
  z-index: 997;
  text-transform: uppercase;
  flex-direction: column;
  align-items: flex-start;
  margin-top: .6em;
  font-family: alternate-gothic-no-1-d, sans-serif;
  font-size: 5em;
  text-decoration: none;
  display: flex;
  position: relative;
}

.nav-link {
  color: #000;
  padding: .1em;
  text-decoration: none;
  transition: color .2s cubic-bezier(.25, .46, .45, .94);
  position: relative;
}

.nav-link:hover {
  color: var(--white);
}

.div-block-122 {
  z-index: 996;
  background-image: linear-gradient(45deg, var(--chocolate), var(--scs-teal));
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

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

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

.link-5 {
  z-index: 1;
  height: 34px;
  color: #333;
  letter-spacing: -.0125em;
  background-image: url('../bbw-images/noun-down-1453453-333333_1noun-down-1453453-333333.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 0;
  border: 1px solid #dbe0df;
  border-radius: 36px;
  align-items: center;
  margin-bottom: 12px;
  margin-right: 7px;
  padding: 8px 20px;
  font-family: futura-pt, sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.link-5:hover {
  color: #000;
  border-color: #000;
}

.link-block-17 {
  padding: 1em;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.button-5-copy {
  background-color: var(--scs-teal);
  color: #383838;
  letter-spacing: .15em;
  text-transform: uppercase;
  padding-top: .125em;
  padding-right: 1.5em;
  font-size: 1.3vw;
  font-weight: 700;
  display: inline-block;
}

.section-3 {
  display: none;
}

.bb-quote-byline-wrap {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.bb-quote-wrap {
  margin-bottom: 0;
  padding-left: 30px;
}

.menu-btn-nextsmmt {
  z-index: 999999;
  filter: brightness(0%) invert();
  flex-direction: row;
  display: flex;
  position: absolute;
  top: 3.9em;
  bottom: auto;
  left: auto;
  right: 4.9em;
}

.c-faq-item {
  cursor: pointer;
  border-top: 1px solid rgba(255, 255, 255, .5);
  font-size: 1.2em;
}

.labrep-topic-h2 {
  letter-spacing: .2em;
  text-transform: uppercase;
  white-space: nowrap;
  background-image: url('../bbw-images/Icon-Labs.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 1.3em;
  margin-top: 0;
  margin-bottom: 8px;
  padding-top: .5em;
  padding-bottom: .5em;
  padding-left: 2em;
  font-family: alternate-gothic-no-1-d, sans-serif;
  font-size: 2em;
  font-weight: 400;
  line-height: 1;
}

.labrep-topic-h2-wrapper {
  color: var(--white);
  background-color: #2a2c2c;
  flex-direction: column;
  align-items: flex-start;
  padding: 1.5em 3em;
  display: flex;
}

.labrep-topic-subhead {
  font-size: 1.4em;
  font-weight: 500;
  line-height: 1.3;
}

.labrep-leader-box {
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: stretch;
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
}

.labrep-leader-box.dimmler {
  color: var(--white);
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .29)), url('../bbw-images/dimmler.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.button-5-copy {
  background-color: var(--scs-teal);
  color: #383838;
  letter-spacing: .05em;
  text-transform: uppercase;
  padding-top: .125em;
  font-family: alternate-gothic-no-1-d, sans-serif;
  font-size: 1.3em;
  font-weight: 400;
  display: inline-block;
  position: absolute;
}

.superhero-link-block-copy {
  cursor: pointer;
  flex-direction: column;
  font-size: 1em;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.heading-22 {
  letter-spacing: .125em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .95em;
  font-weight: 400;
  line-height: 1.3em;
}

.text-span-17 {
  text-transform: uppercase;
}

.heading-23 {
  letter-spacing: .175em;
  text-transform: uppercase;
  margin-top: 0;
  font-family: alternate-gothic-no-1-d, sans-serif;
  font-size: 1.75em;
  font-weight: 400;
}

.bb-txt-bold {
  font-weight: 700;
}

.bb-quote-byline {
  text-align: center;
  letter-spacing: .125em;
  font-size: 1rem;
  line-height: 1.5;
}

.bb-quote-txt {
  text-align: left;
  border-left-style: none;
  margin-bottom: 20px;
  padding: .5em 2.5em .5em 0;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
  position: relative;
}

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

.bb-topics-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

._2col-h2 {
  width: 43%;
  letter-spacing: .05em;
  text-transform: uppercase;
  flex: 0 auto;
  margin: 0 .7em 0 1.9em;
  font-family: futura-pt, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: .95;
}

.bb-topics-grid {
  z-index: 1;
  grid-column-gap: 25px;
  grid-row-gap: 12px;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 50px;
  padding-bottom: 50px;
  display: grid;
  position: relative;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.bb-topics-intro {
  z-index: 1;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.section-4 {
  background-color: #e4e3d3;
  padding: 5em;
}

._2col-txt {
  letter-spacing: .025em;
  flex: 1;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-right: 5.6em;
  font-size: 1.3rem;
  line-height: 1.2;
}

.heading-24 {
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: adelle-sans-condensed, sans-serif;
  font-size: 2em;
  line-height: .95;
  transform: translate(0);
}

.heading-24.is--teal {
  color: #62f4e9;
  font-weight: 700;
}

.image-86 {
  filter: grayscale() brightness(200%);
}

.text-block-69 {
  text-align: left;
  font-family: adelle-sans-condensed, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.3;
}

.text-block-70 {
  align-self: stretch;
  font-family: adelle-sans-condensed, sans-serif;
  font-size: 4em;
  font-weight: 400;
}

.card_wrapper {
  height: 24em;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.card_component {
  filter: grayscale();
  perspective: 1000px;
  cursor: pointer;
  justify-content: center;
  align-items: center;
}

.card_side {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  color: #fff;
  background-color: #141314;
  border: 1px solid #191819;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 1rem;
  display: grid;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
  transform: none;
}

.card_side.is-back {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  transform-style: preserve-3d;
  background-color: #231f20;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 1.9rem;
  display: grid;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.card_side.is-front {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #231f20;
  background-image: url('../bbw-images/noun-flip-771246-62F4E9_1noun-flip-771246-62F4E9.png');
  background-position: 97% 97%;
  background-repeat: no-repeat;
  background-size: 20px 21px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.bb-hero {
  background-image: url('../bbw-images/Hero-BG.jpg');
  background-position: 50% 80%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2em;
  display: flex;
}

.bb-hero-container {
  color: #fff;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-left: 3em;
  padding-right: 3em;
  display: flex;
  position: relative;
}

.bb-hero-flex-block {
  flex-direction: column;
  align-items: center;
}

.div-block-235 {
  max-width: 1300px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-236 {
  width: 20em;
  justify-content: flex-end;
  align-items: center;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
}

.div-block-237 {
  width: 25em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.bb-body {
  font-family: adelle-sans, sans-serif;
  font-weight: 100;
}

.div-block-237-copy {
  width: 20em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-9 {
  color: #000;
  text-align: center;
  letter-spacing: .25em;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #f1b825;
  border-radius: .5em;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  padding: .7em 2em;
  font-size: 1.3em;
  font-weight: 700;
  display: flex;
}

.button-9.is--public {
  display: block;
}

.image-91 {
  width: 20em;
}

.image-92 {
  padding-top: 2em;
  padding-bottom: 2em;
}

.heading-26 {
  margin-top: .4em;
  font-size: 2em;
  font-weight: 300;
}

.text-block-72 {
  color: #fff;
  white-space: pre;
  margin-bottom: 1em;
}

.bb-announcement-txt {
  color: var(--white);
  text-transform: uppercase;
  align-items: center;
  margin: 2em 0 0 9em;
  padding-right: 8.2em;
  font-size: 1.18em;
  font-weight: 300;
  line-height: 1.5;
  display: block;
}

.bb-nnouncement-h3 {
  float: left;
  color: #fff;
  text-align: center;
  letter-spacing: .125em;
  text-transform: uppercase;
  white-space: pre-line;
  border: 1px solid rgba(241, 184, 37, .5);
  justify-content: center;
  align-items: center;
  margin: 0 1.1em 0 4em;
  padding: .6em 1.5em;
  font-weight: 600;
  line-height: 1;
  display: block;
}

.bb-announcement-container {
  flex-direction: row;
  flex: 1;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 1em 7.5em;
  display: block;
}

.div-block-236-copy {
  width: 20em;
  justify-content: flex-start;
  align-items: center;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
}

.announcement-section {
  flex-direction: column;
  padding: 2rem;
}

.announcement-section.is--black {
  background-color: #000;
}

.announcement-section.is--partner-event {
  background-color: #000;
  padding-top: 2.2rem;
  padding-bottom: 2.2rem;
}

.bb-section {
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 5em;
  display: flex;
}

.bb-section.is--section2 {
  background-color: #c36532;
  background-image: url('../bbw-images/Circle-bg-right.png'), url('../bbw-images/Circles-bg-left.png');
  background-position: 100%, 0%;
  background-repeat: no-repeat, no-repeat;
  background-size: 3.5em, 7.5em;
}

.bb-section.is--section3 {
  padding: 0;
}

.bb-section.is--quote {
  background-color: #0d395e;
  padding-top: 1.7em;
  padding-bottom: 1.7em;
}

.bb-section.is--topics {
  background-color: #f4b824;
}

.bb-section.is--history-and-space {
  background-color: #faefd5;
}

.bb-section-heading {
  width: 27.5em;
  padding: 1em 2.5em 1em 0;
}

.bb-section-heading.is--jstfy-center {
  text-align: center;
  padding-right: 0;
}

.bb-section-txt {
  letter-spacing: .02em;
  flex: 1;
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 1.5em;
  font-weight: 300;
  line-height: 1.3;
}

.bb-section-txt.is-jstfy-center {
  text-align: center;
}

.bb-container {
  color: #fff;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-bottom: 2em;
  padding-left: 3em;
  padding-right: 3em;
  display: flex;
  position: relative;
}

.bb-container.is--on-lightbg {
  color: #000;
}

.bb-container.is--vert {
  flex-direction: column;
}

.bb-container.is--form {
  max-width: 1300px;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
}

.flex-block-12 {
  flex: 1;
  margin-right: 4em;
}

.bb-section-h3 {
  letter-spacing: .25em;
  text-transform: uppercase;
  padding: 1em 0;
  font-size: 1.5em;
}

.flex-block-13 {
  flex-direction: column;
}

.flex-block-15.is--flipped {
  flex-direction: row-reverse;
}

.paragraph-5 {
  font-size: 1.4em;
  line-height: 1.4;
}

.image-94 {
  margin-top: 0;
}

.is--display-hidden {
  display: none;
}

.flex-block-15-copy {
  padding-top: 2em;
  padding-bottom: 2em;
}

.flex-block-15-copy.is--box-1 {
  background-image: url('/ebeans/bbw-images/UNIQUE-EXPERIENCE.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 35em;
}

.flex-block-15-copy.is--box-2 {
  background-image: url('/ebeans/bbw-images/DESIGN-FOR-IMPACT.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 35em;
}

.flex-block-12-copy {
  flex: 1;
  margin-right: 0;
}

.flex-block-12-copy.is--jstfy-right {
  margin-right: 0;
  padding-right: 29em;
}

.flex-block-12-copy.is--jstfy-left {
  padding-left: 29em;
}

.image-95 {
  display: inline;
}

.flex-block-16 {
  align-items: center;
}

.text-block-73 {
  color: #696969;
  letter-spacing: 0;
  padding: .6em;
  font-weight: 600;
}

.link-block-21 {
  padding: .6em;
}

.paragraph-6 {
  text-align: center;
  letter-spacing: 0;
  margin-top: 2.4em;
  margin-bottom: 2.4em;
  font-size: 1em;
  line-height: 1.5;
}

.bb-sec2-left-container {
  flex-direction: column;
  flex: 1;
  align-items: flex-end;
  margin-right: 2em;
  padding-top: 0;
  display: flex;
}

.bb-sec2-right-container {
  flex: 1;
  padding-top: 0;
  position: relative;
}

.bb-cta-h2 {
  text-align: center;
  letter-spacing: .25em;
  text-transform: uppercase;
  margin-bottom: .5em;
}

.m23-form-block {
  align-self: stretch;
}

.form-note-txt {
  letter-spacing: .125em;
  font-size: 1.2em;
}

.feb24-section {
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5em;
  display: flex;
}

.feb24-section.is--formbg {
  background-image: url('../bbw-images/feb24-form-bg.jpg');
  background-position: 50%;
  background-size: cover;
}

.btn-submit {
  color: #fff;
  text-align: center;
  letter-spacing: .125em;
  text-transform: uppercase;
  background-color: #000;
  margin: 1em .5em;
  padding: 1em 2em;
  font-size: 1rem;
  font-weight: 500;
}

.m23-form-col {
  flex: 1;
  padding-left: .5em;
  padding-right: .5em;
}

.m23-form-container {
  width: 66.67%;
  flex-direction: column;
  align-items: flex-start;
  margin: 2.5em -.5em;
  padding-left: .5em;
  padding-right: .5em;
  display: flex;
  position: relative;
}

.m23-sec5-h2 {
  color: #231f20;
  text-align: center;
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-bottom: .5em;
  font-size: 4em;
}

.m23-form-label {
  letter-spacing: .025em;
  text-transform: uppercase;
  margin-bottom: .5em;
  font-size: 1.3em;
  font-weight: 500;
}

.bb-cta-radio-label {
  letter-spacing: .025em;
}

.flex-block-3 {
  justify-content: center;
}

.m23-form-line {
  align-self: stretch;
  margin-top: 1em;
  margin-bottom: .3em;
  display: flex;
}

.form-intro-text {
  letter-spacing: .025em;
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 2em;
  line-height: 1.4;
}

.m23-form-txt-field {
  height: 3em;
  font-size: 16px;
}

.radio-button-2 {
  width: 1em;
  height: 1em;
  margin-right: 10px;
}

.feb24-container {
  width: 100%;
  height: 100%;
  color: #fff;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 2.5em 7.25em;
  display: flex;
  position: relative;
}

.feb24-container.is--form {
  color: #000;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  align-items: flex-start;
}

.bb-cta-form-block {
  align-self: stretch;
}

.bb-cta-form-container {
  width: 66.67%;
  flex-direction: column;
  align-items: flex-start;
  margin: 2.5em -.5em;
  padding-left: .5em;
  padding-right: .5em;
  display: flex;
  position: relative;
}

.m23-form-line-copy {
  align-self: stretch;
  margin-top: 1em;
  margin-bottom: .3em;
  display: flex;
}

.bb-cta-form-col {
  flex: 1;
  margin-bottom: 0;
  padding-left: .5em;
  padding-right: .5em;
}

.m23-form-label-copy {
  letter-spacing: .025em;
  text-transform: uppercase;
  margin-bottom: .5em;
  font-size: 1.3em;
  font-weight: 500;
}

.bb-cta-form-label {
  letter-spacing: .025em;
  text-transform: uppercase;
  margin-bottom: .8em;
  font-weight: 500;
}

.bb-cta-form-txt-field {
  height: 3em;
}

.bb-cta-form-line {
  align-self: stretch;
  margin-top: 1em;
  margin-bottom: .3em;
  display: flex;
}

.submit-button {
  color: #000;
  text-align: center;
  letter-spacing: .25em;
  text-transform: uppercase;
  background-color: #f1b825;
  border-radius: .5em;
  margin: 1.5em .5em;
  padding: .7em 2em;
  font-size: .9em;
  font-weight: 700;
}

.eventbright-btn.is--public {
  display: none;
}

.radio-button-field {
  align-items: baseline;
  display: flex;
}

.text-block-72-copy {
  color: #fff;
  white-space: nowrap;
  margin-bottom: 1em;
  font-size: 1.5em;
}

.div-block-238 {
  justify-content: center;
  align-items: center;
  margin-right: 1em;
  display: flex;
}

.div-block-239 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.text-block-74 {
  color: #fff;
  white-space: nowrap;
  font-size: 1em;
}

.partner-logo, .scs-logo {
  width: 12em;
}

.link-block-22 {
  margin-left: 1.5em;
  margin-right: 1.5em;
}

@media screen and (min-width: 1280px) {
  .container {
    margin-left: auto;
    margin-right: auto;
  }

  .content-wrapper {
    z-index: 3;
    margin-bottom: 5.5em;
    font-size: .9vw;
    position: relative;
  }

  .nav-wrapper {
    z-index: 4;
    position: relative;
  }

  .video {
    position: fixed;
  }

  .mbl-nav-links {
    margin-top: 1em;
  }

  .nav-link {
    font-size: 100px;
  }

  .link-5 {
    align-items: center;
  }

  .labrep-topic-h2 {
    padding-right: 3em;
  }

  ._2col-h2 {
    font-size: 2em;
  }

  .bb-topics-grid {
    font-size: .65vw;
  }

  .bb-topics-intro {
    top: 9.2em;
  }

  ._2col-txt {
    font-size: 1.2em;
  }

  .heading-24 {
    font-size: 3.25em;
  }

  .text-block-69 {
    font-size: 1.4rem;
  }

  .text-block-70 {
    font-size: 8em;
  }

  .card_wrapper {
    height: 48em;
  }

  .card_side.is-back {
    transform: rotateX(0)rotateY(180deg)rotateZ(0);
  }

  .bb-announcement-txt {
    padding-right: 0;
  }

  .announcement-section.is--partner-event {
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
  }
}

@media screen and (max-width: 991px) {
  p {
    font-size: 2em;
  }

  li {
    font-size: 1.5em;
  }

  .footer__flex-wrap {
    flex-direction: column;
  }

  .hm-menu__nav-link.is--cta {
    width: auto;
  }

  .hm-menu__nav-link.is--cta.is_interior {
    margin-right: 0;
  }

  .hm-menu__nav-link.is-interior:hover {
    color: #fff;
  }

  .hm-menu__nav-link.is--teal {
    width: auto;
  }

  .hm-menu__social-link.is--fb.is_interior:hover, .hm-menu__social-link.is--li.interior:hover, .hm-menu__social-link.is--insta.interior:hover {
    background-position: 0 -56px;
  }

  .nav__wrap {
    padding-top: 22px;
  }

  .content__text {
    font-size: 3vw;
  }

  .content__text.is--testimonial {
    margin-bottom: 16px;
  }

  .content__text.is--bene {
    font-size: 24px;
  }

  .brand {
    width: 45vw;
  }

  .content__cta-btn {
    text-align: center;
    letter-spacing: 0;
    margin-top: 3px;
    margin-bottom: 3px;
  }

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

  .footer__flex-signup {
    flex: 0 auto;
    margin-bottom: 48px;
  }

  .image-14 {
    width: 40px;
  }

  .presenters__content {
    padding-left: 59px;
    padding-right: 59px;
  }

  .testimonial__quote.is--bene {
    font-size: 18px;
  }

  .left-arrow-2 {
    width: 36px;
  }

  .section {
    display: flex;
  }

  .global-button {
    font-size: 1.75em;
  }

  .div-block-103 {
    height: 3em;
  }

  .sliding-nav {
    display: none;
  }

  .parallax-img-wrapper {
    height: 50em;
  }

  .nav-logo {
    height: 10em;
  }

  .menu-btn {
    top: 8.4em;
  }

  .mbl-nav-links {
    font-size: 7.5em;
  }

  .button-5-copy {
    font-size: 1.6vw;
  }

  .menu-btn-nextsmmt {
    top: 5.3em;
  }

  .heading-22 {
    font-size: 1.2em;
  }

  ._2col-h2 {
    margin-left: 0;
  }

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

  ._2col-txt {
    margin-right: 0;
  }

  .text-block-70 {
    font-size: 10em;
  }

  .card_side {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    padding: 1rem;
  }

  .bb-announcement-txt {
    font-size: 1.125em;
  }

  .announcement-section.is--partner-event {
    padding-top: 1.9rem;
    padding-bottom: 1.9rem;
  }

  .flex-block-12 {
    justify-content: center;
  }

  .flex-block-15, .flex-block-15-copy {
    align-items: stretch;
  }

  .flex-block-12-copy {
    justify-content: center;
  }

  .paragraph-6 {
    font-size: 1.2em;
  }

  .form-note-txt {
    font-size: 1.5em;
  }

  .btn-submit {
    margin-left: 0;
    margin-right: 0;
    font-size: .75rem;
  }

  .bb-cta-radio-label {
    font-size: 1.5em;
  }

  .m23-form-txt-field {
    height: 2.5em;
  }

  .radio-button-2 {
    width: 1.3em;
    height: 1.3em;
    margin-right: 5px;
  }

  .feb24-container {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .bb-cta-form-txt-field {
    height: 2.5em;
  }

  .submit-button {
    font-size: 1.3em;
  }

  .text-block-74 {
    font-size: 1.2em;
  }

  .partner-logo {
    width: 14em;
  }

  .scs-logo {
    width: 12em;
  }
}

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

  p, li {
    font-size: 18px;
  }

  .hm-nav__wrap {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .hm-menu__nav-link.is--cta {
    margin-right: .8em;
    padding: 10px 51px 10px 20px;
    font-size: 16px;
  }

  .hm-menu__nav-link.is--cta:hover {
    background-position: 100%;
  }

  .hm-menu__nav-link.is--navbtn {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
  }

  .hm-menu__nav-link.is--navbtn:hover {
    background-position: 100%;
  }

  .hm-menu__nav-link.is--teal {
    width: auto;
    background-size: 16px;
    margin-right: .6em;
    padding: 10px 40px;
    font-size: 16px;
  }

  .nav__wrap {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .content__text {
    font-size: 4vw;
  }

  .content__text.is--bene {
    font-size: 18px;
  }

  .content__cta-btn {
    font-size: 24px;
  }

  .brand-2 {
    flex: 1;
    margin-right: 15px;
  }

  .image-14 {
    width: 30px;
  }

  .testimonial__quote {
    font-size: 18px;
  }

  .testimonial__quote.is--bene {
    font-size: 16px;
  }

  .testimonial__byline {
    font-size: 14px;
  }

  .container {
    padding: 49px 3em;
  }

  .right-arrow {
    width: 36px;
  }

  .h2 {
    font-size: 4em;
  }

  .h3 {
    font-size: 2em;
  }

  .global-button.sm {
    font-size: 1.75em;
  }

  .div-block-103 {
    font-size: 1.2em;
  }

  .text-field, .field-label {
    font-size: 14px;
  }

  .nav-date {
    width: 24em;
  }

  .parallax-img-wrapper {
    height: 65em;
  }

  .horiz-item-wrapper {
    margin-right: 4.4em;
  }

  .hamburger-anim {
    width: 4em;
  }

  .menu-btn {
    top: 8em;
  }

  .button-5-copy {
    font-size: 2vw;
  }

  .bb-quote-wrap {
    padding-left: 0;
    font-size: 1rem;
  }

  .c-faq-item {
    font-size: 2em;
  }

  .labrep-topic-h2 {
    font-size: 4em;
  }

  .labrep-topic-h2-wrapper {
    padding-bottom: 3em;
  }

  .labrep-topic-subhead {
    font-size: 3em;
  }

  .labrep-leader-box {
    font-size: 1.2em;
  }

  .button-5-copy {
    letter-spacing: .025em;
    font-size: 1.5em;
  }

  .heading-22 {
    font-size: 1em;
    line-height: .75;
  }

  .heading-23 {
    font-size: 2em;
  }

  .bb-quote-byline {
    font-size: .75rem;
  }

  .bb-quote-txt {
    padding-left: 0;
    padding-right: 0;
    font-size: 1rem;
  }

  .bb-topics-wrapper {
    flex-direction: column;
    align-items: stretch;
    font-size: 2em;
  }

  ._2col-h2 {
    width: 100%;
    font-size: 2rem;
  }

  .bb-topics-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
  }

  .bb-topics-intro {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    top: 3.9em;
  }

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

  .text-block-70 {
    font-size: 7em;
  }

  .card_side.is-back {
    transform: rotateX(0)rotateY(180deg)rotateZ(0);
  }

  .bb-hero {
    padding: 3em;
  }

  .bb-hero-container {
    align-items: center;
  }

  .div-block-236 {
    padding-left: 3em;
    padding-right: 3em;
  }

  .div-block-237 {
    padding-top: 5.3em;
    padding-bottom: 5.3em;
  }

  .button-9 {
    font-size: 2em;
  }

  .image-91, .image-93 {
    width: auto;
  }

  .bb-announcement-txt {
    padding-right: 3.4em;
    font-size: 1.35em;
  }

  .bb-nnouncement-h3 {
    margin-right: 1.3em;
    font-size: 1.7em;
  }

  .bb-announcement-container {
    align-items: center;
    padding-right: 6em;
  }

  .div-block-236-copy {
    padding-left: 3em;
    padding-right: 3em;
  }

  .announcement-section.is--partner-event {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
  }

  .bb-section-heading {
    width: 55em;
  }

  .bb-section-heading.is--jstfy-center {
    font-size: 2rem;
  }

  .bb-section-txt, .bb-section-txt.is-jstfy-center {
    font-size: 1.25rem;
  }

  .bb-container {
    flex-direction: column;
    padding-top: 0;
    padding-left: 4.4em;
    padding-right: 4.4em;
  }

  .flex-block-12 {
    margin-right: 0;
    padding-top: 0;
  }

  .bb-section-h3 {
    font-size: 1.5rem;
  }

  .flex-block-15, .flex-block-15.is--flipped {
    flex-direction: column;
  }

  .paragraph-5 {
    font-size: 2.4em;
  }

  .image-94 {
    margin-top: 2em;
  }

  .flex-block-15-copy {
    flex-direction: column;
  }

  .flex-block-12-copy {
    margin-right: 0;
    padding-top: 0;
  }

  .paragraph-6 {
    font-size: 1.7em;
  }

  .bb-sec2-right-container {
    border-top-left-radius: 10em;
    margin-top: 3.6em;
  }

  .bb-cta-h2 {
    font-size: 5em;
  }

  .form-note-txt {
    font-size: 2.25em;
  }

  .m23-form-container {
    width: 100%;
  }

  .m23-sec5-h2 {
    font-size: 5em;
  }

  .m23-form-label {
    font-size: 2.25em;
  }

  .bb-cta-radio-label {
    font-size: 16px;
  }

  .form-intro-text {
    font-size: 4em;
  }

  .m23-form-txt-field {
    height: 2em;
  }

  .radio-button-2 {
    width: 12px;
    height: 12px;
  }

  .feb24-container {
    flex-direction: column;
  }

  .bb-cta-form-container {
    width: 100%;
  }

  .bb-cta-form-col {
    margin-bottom: 2.4em;
  }

  .m23-form-label-copy, .bb-cta-form-label {
    font-size: 2.25em;
  }

  .bb-cta-form-txt-field {
    height: 2em;
  }
}

@media screen and (max-width: 479px) {
  .hm-nav__img-logo {
    width: 45vw;
  }

  .hm-menu__links-wrap {
    padding-left: 21px;
    padding-right: 21px;
  }

  .hm-menu__nav-link {
    font-size: 6em;
  }

  .hm-menu__nav-link.is--cta {
    font-size: 16px;
    display: none;
  }

  .hm-menu__nav-link.is--cta.is_interior {
    font-size: 16px;
  }

  .hm-menu__nav-link.is-interior {
    font-size: 30px;
  }

  .hm-menu__nav-link.is--navbtn {
    padding-left: 5.3em;
    padding-right: 5.3em;
    font-size: 16px;
  }

  .hm-menu__nav-link.is--teal {
    font-size: 16px;
    display: none;
  }

  .hm-menu__mbl-btn {
    padding: 10px;
  }

  .content__text {
    text-align: left;
    font-size: 20px;
  }

  .content__text.is--testimonial {
    font-size: 16px;
  }

  .content__text.is--bene {
    font-size: 14px;
  }

  .brand {
    width: 70vw;
  }

  .content__cta-btn {
    min-width: auto;
    text-align: left;
    font-size: 18px;
  }

  .brand-2 {
    margin-right: 19px;
  }

  .testimonial__quote {
    font-size: 16px;
  }

  .testimonial__quote.is--bene {
    font-size: 12px;
  }

  .image-17 {
    width: 30px;
  }

  .content-wrapper {
    margin-top: 9.5em;
  }

  .h2 {
    font-size: 7.6em;
  }

  .h3 {
    font-size: 3em;
  }

  .global-button {
    font-size: 3.5em;
  }

  .global-button.sm {
    font-size: 2.5em;
  }

  .global-button.sm.sesh-on, .global-button.sm.sesh-on.w--current {
    display: none;
  }

  .div-block-103 {
    font-size: 2.5em;
    display: none;
  }

  .form {
    align-items: stretch;
  }

  .nav-wrapper {
    padding-right: 11.5em;
  }

  .nav-date {
    display: none;
  }

  .parallax-img-wrapper {
    height: 120em;
  }

  .nav-logo {
    height: 17.5em;
  }

  .hamburger-anim {
    width: 10em;
  }

  .mbl-nav-links {
    font-size: 12.5em;
  }

  .button-5-copy {
    font-size: 3.5vw;
  }

  .menu-btn-nextsmmt {
    top: 5em;
    right: 5.2em;
  }

  .labrep-topic-h2 {
    padding-right: 0;
    font-size: 5.5em;
  }

  .labrep-leader-box {
    font-size: 2.5em;
  }

  .heading-22 {
    font-size: 2em;
  }

  .text-span-17 {
    font-size: .75em;
    line-height: 1.5;
  }

  .heading-23 {
    color: var(--scs-teal);
    letter-spacing: .025em;
    font-size: 2em;
    line-height: 1em;
  }

  .bb-quote-byline {
    font-size: .8em;
  }

  .bb-quote-txt {
    font-size: 1.25rem;
  }

  .bb-topics-wrapper {
    font-size: 3em;
  }

  ._2col-h2 {
    font-size: 2em;
  }

  .bb-topics-grid {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  ._2col-txt {
    font-size: 18px;
    line-height: 1.2;
  }

  .heading-24 {
    font-size: 1rem;
  }

  .text-block-69 {
    font-size: .75rem;
  }

  .text-block-70 {
    font-size: 3em;
  }

  .card_wrapper {
    height: 16em;
  }

  .card_side.is-back {
    transform: rotateX(0)rotateY(180deg)rotateZ(0);
  }

  .card_side.is-front {
    grid-row-gap: 0rem;
  }

  .bb-hero {
    background-position: 65%;
  }

  .bb-hero-container {
    width: 100%;
    flex: 0 auto;
  }

  .div-block-235 {
    flex-direction: column;
    align-items: center;
    margin-top: 5.9em;
    margin-bottom: 5.9em;
  }

  .div-block-236 {
    width: 40em;
  }

  .div-block-237 {
    width: 60em;
    margin-top: 0;
  }

  .div-block-237-copy {
    width: 100%;
  }

  .button-9, .heading-26 {
    font-size: 5em;
  }

  .text-block-72 {
    font-size: 3.2vw;
  }

  .bb-announcement-txt {
    letter-spacing: .125em;
    text-transform: uppercase;
    margin-top: 2.4em;
    margin-left: 1.8em;
    padding-right: 1.7em;
    font-size: 2.25em;
    display: block;
  }

  .bb-nnouncement-h3 {
    float: left;
    white-space: nowrap;
    margin-top: .6em;
    margin-left: 0;
    margin-right: 1em;
    padding: 1.1em 1.2em .7em;
    font-size: 3em;
    display: block;
  }

  .bb-announcement-container {
    padding-left: 0;
    padding-right: 5.3em;
    display: block;
  }

  .div-block-236-copy {
    width: 50em;
  }

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

  .announcement-section.is--black {
    padding-bottom: 1.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .announcement-section.is--partner-event {
    padding-top: 4.6em;
    padding-bottom: 4.6em;
  }

  .bb-section.is--quote {
    padding-top: 10em;
    padding-bottom: 10em;
  }

  .bb-section-heading {
    width: 60em;
  }

  .bb-section-txt {
    font-size: 16px;
  }

  .bb-container {
    width: 100%;
    flex: 0 auto;
  }

  .paragraph-5 {
    font-size: 16px;
  }

  .flex-block-15-copy.is--box-1, .flex-block-15-copy.is--box-2 {
    background-position: 50% 100%;
    background-size: contain;
    padding-bottom: 58.2em;
  }

  .flex-block-12-copy.is--jstfy-right {
    text-align: left;
    align-items: flex-start;
    padding-right: 0;
  }

  .flex-block-12-copy.is--jstfy-left {
    align-items: flex-start;
    padding-left: 0;
  }

  .paragraph-6 {
    white-space: break-spaces;
    font-size: 12px;
  }

  .form-note-txt {
    letter-spacing: .05em;
    font-size: 3em;
  }

  .btn-submit {
    width: 100%;
  }

  .m23-form-label {
    font-size: 4em;
  }

  .m23-form-line, .m23-form-line-copy {
    flex-direction: column;
  }

  .m23-form-label-copy, .bb-cta-form-label {
    font-size: 4em;
  }

  .bb-cta-form-line {
    flex-direction: column;
  }

  .submit-button {
    margin-left: auto;
    margin-right: auto;
    font-size: 5em;
  }

  .text-block-72-copy {
    font-size: 3.2vw;
  }

  .div-block-238 {
    justify-content: center;
    align-items: flex-start;
    margin-right: 3em;
  }

  .div-block-239 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .div-block-239.is--left {
    margin-right: 1.8em;
    padding-right: 1.5em;
  }

  .text-block-74 {
    margin-top: .5em;
    font-size: 2em;
  }

  .partner-logo {
    width: 30em;
  }

  .scs-logo {
    width: 25em;
    margin-top: 1.1em;
  }

  .link-block-22 {
    margin-left: 0;
    margin-right: 2em;
  }
}

#w-node-_8725ce02-4920-8837-d7f3-99fe244a950b-f3ae9168 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
  justify-self: stretch;
}

#w-node-_8725ce02-4920-8837-d7f3-99fe244a950c-f3ae9168 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: end;
}

#w-node-_8725ce02-4920-8837-d7f3-99fe244a9511-f3ae9168 {
  grid-area: 1 / 1 / 2 / 5;
  align-self: start;
}

#w-node-_8725ce02-4920-8837-d7f3-99fe244a9513-f3ae9168 {
  grid-area: 2 / 1 / 3 / 5;
  align-self: end;
}

#w-node-_6beca975-420f-449c-5cf4-6c4750eba73c-f3ae9168 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
  justify-self: stretch;
}

#w-node-_6beca975-420f-449c-5cf4-6c4750eba73d-f3ae9168 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: end;
}

#w-node-_6beca975-420f-449c-5cf4-6c4750eba742-f3ae9168 {
  grid-area: 1 / 1 / 2 / 5;
  align-self: start;
}

#w-node-_6beca975-420f-449c-5cf4-6c4750eba744-f3ae9168 {
  grid-area: 2 / 1 / 3 / 5;
  align-self: end;
}

#w-node-_37451a6f-d6d4-1066-a6a2-5649d4249eca-f3ae9168 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
  justify-self: stretch;
}

#w-node-_37451a6f-d6d4-1066-a6a2-5649d4249ecb-f3ae9168 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: end;
}

#w-node-_37451a6f-d6d4-1066-a6a2-5649d4249ed0-f3ae9168 {
  grid-area: 1 / 1 / 2 / 5;
  align-self: start;
}

#w-node-_37451a6f-d6d4-1066-a6a2-5649d4249ed2-f3ae9168 {
  grid-area: 2 / 1 / 3 / 5;
  align-self: end;
}

#w-node-_06f34972-6743-f0f2-ca27-f15936bcfdee-f3ae9168 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
  justify-self: stretch;
}

#w-node-_06f34972-6743-f0f2-ca27-f15936bcfdef-f3ae9168 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: end;
}

#w-node-_06f34972-6743-f0f2-ca27-f15936bcfdf4-f3ae9168 {
  grid-area: 1 / 1 / 2 / 5;
  align-self: start;
}

#w-node-_06f34972-6743-f0f2-ca27-f15936bcfdf6-f3ae9168 {
  grid-area: 2 / 1 / 3 / 5;
  align-self: end;
}

#w-node-_8725ce02-4920-8837-d7f3-99fe244a950b-23ae48e5 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
  justify-self: stretch;
}

#w-node-_8725ce02-4920-8837-d7f3-99fe244a950c-23ae48e5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: end;
}

#w-node-_8725ce02-4920-8837-d7f3-99fe244a9511-23ae48e5 {
  grid-area: 1 / 1 / 2 / 5;
  align-self: start;
}

#w-node-_8725ce02-4920-8837-d7f3-99fe244a9513-23ae48e5 {
  grid-area: 2 / 1 / 3 / 5;
  align-self: end;
}

#w-node-_6beca975-420f-449c-5cf4-6c4750eba73c-23ae48e5 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
  justify-self: stretch;
}

#w-node-_6beca975-420f-449c-5cf4-6c4750eba73d-23ae48e5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: end;
}

#w-node-_6beca975-420f-449c-5cf4-6c4750eba742-23ae48e5 {
  grid-area: 1 / 1 / 2 / 5;
  align-self: start;
}

#w-node-_6beca975-420f-449c-5cf4-6c4750eba744-23ae48e5 {
  grid-area: 2 / 1 / 3 / 5;
  align-self: end;
}

#w-node-_37451a6f-d6d4-1066-a6a2-5649d4249eca-23ae48e5 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
  justify-self: stretch;
}

#w-node-_37451a6f-d6d4-1066-a6a2-5649d4249ecb-23ae48e5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: end;
}

#w-node-_37451a6f-d6d4-1066-a6a2-5649d4249ed0-23ae48e5 {
  grid-area: 1 / 1 / 2 / 5;
  align-self: start;
}

#w-node-_37451a6f-d6d4-1066-a6a2-5649d4249ed2-23ae48e5 {
  grid-area: 2 / 1 / 3 / 5;
  align-self: end;
}

#w-node-_06f34972-6743-f0f2-ca27-f15936bcfdee-23ae48e5 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
  justify-self: stretch;
}

#w-node-_06f34972-6743-f0f2-ca27-f15936bcfdef-23ae48e5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: end;
}

#w-node-_06f34972-6743-f0f2-ca27-f15936bcfdf4-23ae48e5 {
  grid-area: 1 / 1 / 2 / 5;
  align-self: start;
}

#w-node-_06f34972-6743-f0f2-ca27-f15936bcfdf6-23ae48e5 {
  grid-area: 2 / 1 / 3 / 5;
  align-self: end;
}


