:root {
  --dark-slate-blue: #005ca9;
  --midnight-blue: #0d173d;
  --grey: #797979;
  --white: white;
  --tomato: #fc643f;
  --dark-slate-blue-2: #2f417c;
  --black: black;
  --powder-blue: #bfebf3;
  --misty-rose: #fdece8;
  --snow: #fff6f4;
  --ghost-white: #f2f6ff;
}

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

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

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

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

.body {
  color: var(--dark-slate-blue);
  cursor: default;
  font-family: AttackIO, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  transition: none;
}

.h1 {
  color: #fff;
  text-align: center;
  font-size: 68px;
  font-weight: 900;
  line-height: 56px;
}

.h3 {
  color: #fff;
  margin-bottom: 33px;
  font-size: 34px;
  font-weight: 600;
  line-height: 40px;
}

.h3.txt-center {
  color: #fff;
  text-align: center;
  margin-top: 36px;
  margin-bottom: 41px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Poppins, sans-serif;
}

.h3.dark {
  color: var(--midnight-blue);
  font-family: Poppins, sans-serif;
}

.paragraph {
  color: #fff;
  font-weight: 400;
  line-height: 30px;
}

.paragraph.subhead {
  margin-bottom: -30px;
}

.paragraph.heading-center.footer {
  padding-left: 97px;
  padding-right: 97px;
}

.paragraph.dark {
  color: var(--grey);
  text-align: left;
  font-family: Poppins, sans-serif;
}

.paragraph.dark.centre {
  text-align: center;
  font-size: 24px;
}

.button-text {
  font-weight: 700;
}

.button {
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 0;
  margin-top: 0;
  margin-left: 10px;
  margin-right: 10px;
  padding: 11px 26px;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  transition: all .275s ease-in-out;
}

.button:hover {
  background-color: var(--dark-slate-blue);
  color: var(--white);
  box-shadow: -1px 11px 19px -6px rgba(19, 57, 150, .39);
}

.button.alt {
  background-color: var(--tomato);
}

.button.alt:hover {
  background-color: var(--dark-slate-blue);
}

.button.alt.last-child {
  margin-left: 15px;
}

.button.alt.no-mg {
  background-color: var(--midnight-blue);
  margin-top: 0;
}

.button.alt.no-mg:hover {
  box-shadow: none;
}

.button-icon {
  background-color: var(--dark-slate-blue);
  color: var(--white);
  border-radius: 10px;
  padding: 16px 43px;
  display: inline-block;
}

.button-icon.button {
  background-color: var(--midnight-blue);
  cursor: pointer;
  border-radius: 0;
  font-family: Poppins, sans-serif;
  text-decoration: none;
}

.button-icon.button.last-child {
  background-color: var(--midnight-blue);
  margin-left: 15px;
  text-decoration: none;
}

.text-block {
  padding-left: 0;
  font-weight: 600;
  display: inline-block;
}

.app-feature-card {
  text-align: center;
  cursor: crosshair;
  background-color: rgba(255, 255, 255, .13);
  border-radius: 20px;
  padding: 29px 36px;
  transition: all .275s ease-in-out;
}

.app-feature-card:hover {
  background-color: rgba(255, 255, 255, .11);
  border: 1px solid #fff;
}

.feature-label {
  color: #fff;
  font-weight: 600;
}

.feature-icon {
  margin-bottom: 13px;
}

.section {
  clear: right;
  background-color: var(--white);
  padding-top: 0;
  padding-bottom: 50px;
  overflow: hidden;
}

.section.alt {
  background-color: var(--midnight-blue);
}

.section.footer {
  text-align: center;
  padding-top: 96px;
  padding-bottom: 0;
}

.section.intro {
  margin-top: -52px;
  padding-top: 103px;
  padding-bottom: 103px;
  overflow: hidden;
}

.section._3 {
  padding-top: 71px;
  padding-bottom: 67px;
}

.section.last-child {
  padding-bottom: 100px;
}

.section.et {
  padding-bottom: 111px;
}

.wrapper {
  z-index: 1;
  width: 95%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.wrapper.hero {
  width: 100%;
  max-width: 100%;
  height: 700px;
}

.wrapper.hero.sub {
  height: 400px;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-top: 65px;
}

.downloads {
  text-align: center;
  margin-top: 24px;
}

.navbar {
  background-color: var(--midnight-blue);
  color: #fff;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 19px;
  padding-bottom: 19px;
  display: flex;
}

.brand {
  margin-top: 34px;
}

.brand.w--current {
  margin-top: 0;
}

.header {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/white-pulse.png'), linear-gradient(114deg, #0d0aa3, #5d1e66 52%, #630002);
  background-position: -40% 90%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding: 116px 163px 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.headimg {
  filter: brightness(200%);
  position: absolute;
  top: -19%;
  bottom: auto;
  left: -10%;
  right: auto;
}

.headimg._2 {
  top: auto;
  bottom: -12%;
  left: auto;
  right: -5%;
}

._2-col-img-grid {
  grid-template-rows: auto;
  justify-content: center;
  align-items: center;
  justify-items: center;
}

._2-col-img-grid.last-child {
  margin-bottom: 80px;
}

._2-col-img-grid.ft {
  margin-top: 50px;
  margin-bottom: 50px;
}

.feature-image {
  z-index: 1;
  width: 450px;
  margin-top: -24px;
  margin-bottom: -84px;
  position: relative;
}

.feature-image.right {
  width: 360px;
  margin-top: 29px;
  margin-left: -93px;
}

.feature-image.oter {
  z-index: -1;
  position: absolute;
  left: 72px;
}

.feature-image.oter.oter-2 {
  z-index: -2;
  width: 390px;
}

.feature-dec {
  padding-right: 100px;
}

.feature-dec.left {
  margin-left: 104px;
  padding-right: 0;
}

.feature-dec.right {
  z-index: 0;
  margin-left: -28px;
  padding-right: 149px;
  position: relative;
}

.heading-center {
  text-align: center;
  margin-bottom: 47px;
  padding-left: 285px;
  padding-right: 285px;
}

.heading-center.footer {
  padding-left: 193px;
  padding-right: 193px;
}

.ft-icon {
  margin-bottom: 14px;
}

.more-features {
  grid-template-rows: auto;
  margin-top: 37px;
  padding-right: 65px;
}

.slider {
  background-color: rgba(0, 0, 0, 0);
  height: 630px;
}

.left-arrow, .right-arrow {
  display: none;
}

.image {
  width: 370px;
  margin-left: auto;
  margin-right: auto;
}

.mask {
  height: 640px;
}

.slide {
  margin-left: 61px;
}

.image-2 {
  width: 250px;
}

.div-block {
  border-top: 1px solid #eee;
  margin-top: 82px;
  padding-top: 6px;
  padding-bottom: 0;
}

.div-block-2 {
  height: 20px;
}

.form {
  background-color: #f2f6ff;
  border-radius: 10px;
  align-items: center;
  padding: 0 8px;
  display: flex;
}

.form-block {
  padding-left: 77px;
  padding-right: 77px;
}

.text-field {
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  margin-top: 11px;
  padding-top: 29px;
  padding-bottom: 29px;
}

.text-field::placeholder {
  color: var(--dark-slate-blue);
  font-size: 18px;
}

.social {
  margin-top: 34px;
}

.image-3 {
  z-index: 0;
  object-fit: cover;
  margin-top: -177px;
  position: relative;
}

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

.div-block-3 {
  text-align: center;
  margin-left: -121px;
}

.image-4 {
  width: 300px;
  display: inline-block;
}

.nav-link-2 {
  color: #096ad0;
  cursor: pointer;
  padding: 16px 20px 18px;
  font-size: 15px;
  line-height: 24px;
  transition: opacity .15s;
  position: relative;
}

.nav-link-2:hover {
  opacity: 1;
  color: #096ad0;
}

.nav-link-2.w--current {
  color: #096ad0;
  font-weight: 700;
  transition-property: none;
}

.nav-link-2.full-opacity {
  opacity: 1;
  color: #fff;
  font-family: AttackIO, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.bold-text {
  font-family: Poppins, sans-serif;
  line-height: 75px;
}

.bold-text-2 {
  color: #fff;
  font-family: Poppins, sans-serif;
  text-decoration: none;
}

.hero-without-image {
  background-color: var(--white);
  border-bottom: 1px solid #e4ebf3;
  padding: 0 30px;
  position: relative;
}

.hero-without-image.casting {
  padding-top: 0;
  padding-bottom: 23px;
  position: static;
}

.container {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.team-slider {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper {
  background-color: rgba(0, 0, 0, 0);
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two {
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.early-boxes {
  width: 100%;
  margin-top: 28px;
  margin-bottom: 0;
}

.early-boxes.last {
  margin-bottom: 59px;
}

.early-box {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 6px 0;
  display: flex;
}

.hero-heading-left {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

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

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-2 {
  margin-bottom: 24px;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.shadow-two {
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.bold-text-3 {
  font-family: Poppins, sans-serif;
}

.feature-title {
  color: var(--midnight-blue);
  font-size: 21px;
}

.heading {
  text-align: center;
  font-family: Poppins, sans-serif;
}

.feature-box {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 400px;
  padding: 24px;
  display: flex;
  box-shadow: 0 0 11px 8px rgba(0, 0, 0, .08);
}

.menu-link {
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
}

.blurb-text {
  color: #000;
  overflow-wrap: normal;
  object-fit: fill;
  padding-top: 17px;
  padding-bottom: 22px;
  font-size: 1.125rem;
  line-height: 1.5;
  display: block;
  position: static;
  overflow: visible;
}

.cta-white {
  z-index: 20;
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 45px;
  margin-top: 0;
  margin-right: 1rem;
  padding: 12px 15px;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta-white:hover {
  background-position: 95%;
  text-decoration: none;
}

.schools-image {
  background-image: url('../images/THE-LUME-Melbourne-Plan-Your-Visit-Opening-Hours.jpg');
  background-position: 50%;
  background-size: cover;
  width: 45%;
  min-height: 450px;
  display: flex;
}

.schools-image.well2 {
  background-image: url('../images/happy-trainee.jpeg');
}

.schools-image.hp2 {
  background-image: url('../images/exercise-on-wheels.jpeg');
  background-position: 50% 0;
}

.schools-image.hiw1 {
  background-image: url('../images/woman-yoga.jpeg');
  background-position: 30%;
  justify-content: center;
  align-items: center;
}

.schools-image.hp1 {
  background-image: url('../images/medium-shot-man-doing-fitness-with-vr-glasses.jpeg');
}

.schools-image.mkit {
  background-image: url('../images/media-kit-cover.png');
  background-position: 50% 100%;
  background-size: 100%;
  justify-content: center;
  align-items: center;
  height: 600px;
  min-height: 600px;
}

.rd-h2-titles {
  color: #000;
  text-transform: none;
  margin-top: .1rem;
  margin-bottom: .1rem;
  font-size: 2rem;
  font-weight: 700;
}

.rd-experience-text-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 45%;
  display: flex;
}

.dual-wrappers {
  flex-direction: row;
  justify-content: space-between;
  width: 80rem;
  max-width: 80rem;
  height: 500px;
  margin: 82px auto;
  display: flex;
}

.dual-wrappers.box-info-wellness, .dual-wrappers.media-kit {
  max-width: 1000px;
  height: 600px;
}

.button-hover-circle-2 {
  z-index: 5;
  background-color: #fff;
  border-radius: 100%;
  width: 125%;
  height: 400%;
  position: absolute;
  top: auto;
  bottom: -400%;
  left: -16px;
  right: auto;
}

.button-hover-circle-2.dark {
  background-color: #000;
}

.black-arrow {
  z-index: 20;
  height: 17px;
  padding-left: 0;
  font-size: 0;
  position: relative;
}

.black-arrow:hover {
  padding-left: 0;
}

.button-text-5 {
  z-index: 20;
  letter-spacing: 0;
  padding-right: 12px;
  font-size: 1rem;
  text-decoration: none;
  position: relative;
}

.button-text-5:hover, .button-text-5:focus {
  text-decoration: none;
}

.button-text-5:focus-visible {
  text-decoration: none;
}

.button-text-5[data-wf-focus-visible] {
  text-decoration: none;
}

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

.button4 {
  z-index: 1;
  grid-column-gap: 1em;
  border-radius: 99px;
  justify-content: flex-start;
  align-items: center;
  height: 3.5em;
  padding-right: 1.75em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button4_circle {
  z-index: 1;
  background-color: #c9f054;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  width: 3.5em;
  height: 100%;
  display: flex;
  position: relative;
}

.button4_text {
  z-index: 1;
  position: relative;
}

.button4_bg {
  z-index: 0;
  background-color: #c9f054;
  border-radius: 99px;
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.button-line-fill {
  box-shadow: none;
  color: #f5f5f5;
  padding-left: 0;
  padding-right: 0;
  font-size: .9rem;
  font-weight: 300;
  line-height: 22px;
  text-decoration: none;
  transition: none;
  position: relative;
}

.button-line-fill:hover {
  box-shadow: none;
}

.button-line {
  background-color: #7e7e7e;
  width: 100%;
  height: 1px;
  margin-top: 4px;
  position: relative;
}

.button-line.smaller {
  background-color: rgba(255, 255, 255, .19);
}

.button-line-absolute {
  z-index: 1;
  background-color: #feed9e;
  width: 100%;
  height: 1px;
  position: absolute;
}

.button-line-absolute.smaller {
  background-color: #17a2f8;
  height: 1px;
}

.text-block-2 {
  padding-left: 15px;
  padding-right: 15px;
  font-family: Poppins, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
}

.button-wrap {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 14px;
  display: flex;
}

.button-wrap.left {
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
}

.button-wrap.body {
  padding-top: 11px;
  padding-bottom: 11px;
}

.button-wrap.cta {
  padding-left: 0;
}

.primary-btn {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #000;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #eff3f6;
  border-radius: 100px;
  grid-template-rows: auto;
  grid-template-columns: 24px 1fr 24px;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 46px;
  margin-right: 10px;
  padding: 0;
  font-size: .7rem;
  line-height: 1.3em;
  text-decoration: none;
  display: grid;
  position: relative;
}

.primary-btn.gradient {
  color: #fff;
  background-image: linear-gradient(208deg, #1288fe, #8b1eff);
  border-color: rgba(255, 255, 255, .3);
}

.solid-button-outline-2 {
  border: 1px solid #cfdae2;
  border-radius: 100px;
  width: 100px;
  margin: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.solid-button-outline-2.light {
  border-color: #fff;
}

.solid-button-outline-2.right {
  top: 0%;
  bottom: 0%;
  left: -74px;
  right: auto;
}

.solid-button-outline-2.middle {
  border-left-style: none;
  border-right-style: none;
  border-radius: 0;
  width: 100%;
}

.primary-btn-txt {
  z-index: 10;
  padding-left: 4px;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  position: relative;
}

.button-hover-outline {
  border-radius: 0;
  justify-content: flex-end;
  margin: -1px;
  padding: 0;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.button-hover-outline.right {
  width: 110%;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.brand-nav {
  width: 300px;
  height: auto;
  margin-top: -6px;
  position: absolute;
}

.html-embed {
  width: 100%;
}

.paragraph-light {
  color: rgba(255, 255, 255, .5);
  font-family: Poppins, sans-serif;
  font-size: 15px;
}

.footer-centre {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-link-white {
  color: #fff;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: opacity .2s;
  display: block;
}

.footer-link-white:hover {
  opacity: .5;
}

.container-3 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.footer-link-wrap {
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 50px;
  margin-bottom: 40px;
  display: flex;
}

.social-link {
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  padding: 10px;
  display: flex;
}

.footer-07 {
  background-color: #1e2833;
  padding: 67px 3%;
}

.logo {
  margin-bottom: 32px;
}

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

.text-rights-light {
  color: rgba(255, 255, 255, .5);
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.line {
  background-color: #1c1e1f;
  width: 100%;
  height: 1px;
}

.nav__content {
  text-align: center;
  width: 100%;
  position: fixed;
  top: 50%;
}

.nav__list-item {
  margin-right: 3vw;
  display: inline-block;
  position: relative;
}

.nav__list-item.last {
  margin-right: 0;
}

.line-wrap {
  width: 100%;
  height: 1px;
  position: absolute;
  overflow: hidden;
}

.nav__list {
  z-index: 99;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  position: relative;
}

.menu-icon__line {
  background-color: #fff;
  width: 31px;
  height: 2px;
  margin-bottom: 4px;
}

.menu-icon__line.left {
  width: 16px;
}

.menu-icon__line.right {
  float: right;
  width: 15px;
}

.menu-button-2 {
  z-index: 2;
  float: left;
  width: 50px;
  height: 50px;
  padding: 10px;
  position: fixed;
  top: 4vw;
  left: 5vw;
}

.menu-button-2.w--open {
  z-index: 2;
  background-color: rgba(0, 0, 0, 0);
  position: fixed;
  top: 4vw;
  left: 5vw;
}

.menu-icon {
  z-index: 2;
  cursor: pointer;
  width: 50px;
  height: 50px;
  padding: 10px;
  position: fixed;
  top: 4vw;
  left: 5vw;
}

.nav {
  z-index: 1;
  background-color: #fff;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
}

.link {
  color: #131314;
  font-family: Exo, sans-serif;
  font-size: 2.8vw;
  font-weight: 200;
  line-height: 2.8vw;
  text-decoration: none;
  display: block;
}

.nav-bg {
  background-color: rgba(149, 155, 158, .63);
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mobile-nav {
  background-color: rgba(0, 0, 0, 0);
  width: 100vw;
  display: none;
  position: fixed;
}

.logo-mob {
  display: none;
}

.product-sample {
  width: 80rem;
  max-width: 1000px;
  height: auto;
  margin-bottom: 82px;
  margin-left: auto;
  margin-right: auto;
}

.download-icon {
  width: 90px;
  height: 90px;
  transform: rotate(90deg);
}

@media screen and (max-width: 991px) {
  .h1, .h3.txt-center {
    margin-top: 0;
  }

  .section {
    flex-flow: column;
    display: flex;
  }

  .section.intro {
    margin-top: -13px;
  }

  .section.last-child {
    padding-bottom: 17px;
  }

  .wrapper {
    width: 100%;
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrapper.hero {
    height: auto;
    margin-top: -44px;
    padding-top: 0;
  }

  .wrapper.hero.sub {
    height: auto;
    margin-top: 0;
  }

  .navbar {
    text-align: center;
    display: none;
  }

  .brand.w--current {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .header {
    background-position: 100% 90%, 0 0;
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    height: 40vh;
    padding: 0 100px 22px;
    display: flex;
  }

  .headimg {
    top: -45%;
    left: -14%;
  }

  .headimg._2 {
    bottom: -26%;
    right: -11%;
  }

  .feature-image.right {
    margin-left: -62px;
  }

  .feature-image.oter {
    width: 350px;
    display: none;
    left: 37px;
  }

  .feature-dec.left {
    margin-left: 38px;
  }

  .feature-dec.right {
    padding-right: 32px;
  }

  .heading-center {
    margin-bottom: 74px;
    padding-left: 88px;
    padding-right: 88px;
  }

  .heading-center.footer {
    padding-left: 45px;
    padding-right: 45px;
  }

  .more-features {
    padding-right: 0;
  }

  .slider {
    height: 540px;
  }

  .image {
    width: 430px;
  }

  .mask {
    height: 540px;
  }

  .slide {
    margin-left: 0;
  }

  .image-3 {
    margin-top: -120px;
  }

  .menu-button {
    display: none;
  }

  .nav-menu {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 90px;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .nav-link-2 {
    text-align: center;
    background-color: #fff;
    flex: 1;
    padding-top: 24px;
    padding-bottom: 24px;
    display: block;
  }

  .bold-text {
    font-size: 45px;
    line-height: 30px;
  }

  .bold-text-2 {
    font-size: 21px;
  }

  .hero-without-image.casting {
    position: static;
  }

  .container {
    max-width: 728px;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .container-2 {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .cta-white {
    justify-content: center;
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }

  .schools-image {
    width: 100%;
    height: 400px;
  }

  .schools-image.mkit {
    color: var(--white);
    background-position: 50% 0;
    background-repeat: no-repeat;
    width: 250px;
    height: 400px;
    min-height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .rd-experience-text-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 35px;
    padding-top: 15px;
  }

  .dual-wrappers {
    flex-direction: column-reverse;
    width: 90%;
    max-width: 90%;
    height: auto;
  }

  .dual-wrappers.box-info-wellness {
    flex-direction: column;
    height: auto;
  }

  .dual-wrappers.media-kit {
    flex-direction: column;
    height: auto;
    margin-top: 0;
  }

  .button-line.smaller.mob, .button-line-absolute {
    display: none;
  }

  .text-block-2.mob {
    padding-top: 33px;
    padding-bottom: 33px;
    font-size: 2.5rem;
  }

  .brand-nav.w--current {
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .footer-07 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav__content {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .menu-button-2 {
    padding-top: 0;
    position: absolute;
    top: 6vw;
    left: 6vw;
  }

  .menu-icon {
    margin-top: -30px;
    top: 6vw;
    left: 6vw;
  }

  .nav {
    background-color: var(--midnight-blue);
    display: none;
  }

  .link {
    font-size: 3.4vw;
    line-height: 3.4vw;
  }

  .mobile-nav {
    background-color: var(--midnight-blue);
    width: 100%;
    height: 70px;
    display: block;
  }

  .logo-mob {
    width: 130px;
    height: 130px;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

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

  .container-4 {
    flex-flow: row;
    justify-content: space-between;
    align-items: baseline;
    height: 70px;
    display: block;
    position: static;
  }

  .logo-mobile {
    margin-top: 8px;
  }

  .menu-button-3 {
    background-color: var(--midnight-blue);
    margin-top: 4px;
  }

  .menu-button-3.w--open {
    background-color: rgba(255, 255, 255, 0);
  }

  .nav-menu-2 {
    background-color: #01002f;
  }

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

  .mobile-links {
    color: var(--white);
    text-align: right;
    font-family: Poppins, sans-serif;
    font-size: 24px;
    font-weight: 700;
  }

  .brand-2 {
    padding-right: 0;
  }

  .product-sample {
    width: 90%;
  }

  .image-5 {
    width: 100%;
    max-width: 100%;
  }

  .download-icon {
    width: 60px;
    height: 60px;
  }
}

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

  .h3.txt-center {
    padding-left: 15px;
    padding-right: 15px;
    line-height: 25px;
  }

  .paragraph.heading-center.footer {
    padding-left: 6px;
    padding-right: 6px;
  }

  .paragraph.dark.centre {
    font-size: 21px;
  }

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

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

  .headimg {
    left: -39%;
  }

  .headimg._2 {
    width: 210px;
    bottom: -16%;
    right: -11%;
  }

  ._2-col-img-grid {
    text-align: center;
    display: block;
  }

  .feature-image {
    width: 310px;
  }

  .feature-image.right {
    width: 350px;
    margin-left: 0;
  }

  .feature-image.right.b {
    margin-bottom: -26px;
  }

  .feature-image.oter {
    left: 88px;
  }

  .feature-image.oter.oter-2 {
    left: 174px;
  }

  .feature-dec.left, .feature-dec.right {
    margin-left: 0;
    padding-left: 57px;
    padding-right: 57px;
  }

  .heading-center {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-center.footer {
    padding-left: 31px;
    padding-right: 31px;
  }

  .ft-icon {
    width: 50px;
    margin-bottom: -11px;
  }

  .slider {
    text-align: center;
    height: 540px;
    margin-bottom: 45px;
    margin-left: auto;
    margin-right: auto;
  }

  .image {
    width: 360px;
  }

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

  .form-block {
    padding-left: 11px;
    padding-right: 11px;
  }

  .div-block-3, .div-block-4 {
    text-align: center;
  }

  .bold-text {
    font-size: 35px;
  }

  .bold-text-2 {
    font-size: 18px;
    line-height: 15px;
  }

  .hero-without-image {
    padding: 60px 15px;
  }

  .hero-without-image.casting {
    position: static;
  }

  .team-slider, .hero-heading-left {
    padding: 60px 15px;
  }

  .blurb-text {
    width: 100%;
    font-size: 1rem;
  }

  .cta-white {
    justify-content: center;
  }

  .schools-image.mkit {
    color: var(--white);
    background-position: 50%;
    background-repeat: no-repeat;
    width: 250px;
    height: 400px;
    min-height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .rd-experience-text-wrapper {
    justify-content: center;
    align-items: center;
  }

  .dual-wrappers {
    width: 95%;
    max-width: 95%;
  }

  .dual-wrappers.box-info-wellness, .dual-wrappers.media-kit {
    height: auto;
  }

  .nav__content {
    top: 35%;
  }

  .nav__list-item {
    margin-bottom: 5vh;
  }

  .nav__list {
    flex-direction: column;
    align-items: flex-start;
    margin-left: 10vw;
  }

  .menu-button-2, .menu-icon {
    top: 10vw;
    left: 8vw;
  }

  .link {
    font-size: 6vw;
    line-height: 6vw;
  }
}

@media screen and (max-width: 479px) {
  .h1 {
    font-size: 50px;
    line-height: 30px;
  }

  .h3 {
    margin-top: 42px;
  }

  .h3.txt-center {
    font-size: 23px;
    line-height: 30px;
  }

  .h3.dark {
    text-align: center;
    margin-top: 0;
  }

  .paragraph.heading-center.footer {
    padding-left: 14px;
    padding-right: 14px;
  }

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

  .paragraph.dark.centre {
    font-size: 21px;
  }

  .button.alt.no-mg {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 77px;
    padding-right: 77px;
    display: block;
  }

  .button-icon.button {
    margin-bottom: 19px;
    margin-left: 39px;
    margin-right: 39px;
    padding-left: 53px;
    padding-right: 53px;
    display: block;
  }

  .button-icon.button.last-child {
    margin-left: 39px;
    margin-right: 39px;
  }

  .app-feature-card {
    margin-bottom: 29px;
    margin-left: 31px;
    margin-right: 31px;
    padding-left: 28px;
    padding-right: 28px;
  }

  .section {
    padding-bottom: 0;
    position: static;
  }

  .section.intro {
    overflow: hidden;
  }

  .wrapper.hero {
    padding-left: 10px;
    padding-right: 10px;
  }

  .wrapper.hero.sub {
    height: 80vh;
    display: block;
  }

  .header {
    background-position: 70% 70%, 0 0;
    justify-content: flex-end;
    align-items: center;
    height: 80vh;
    margin-bottom: 24px;
    padding-left: 21px;
    padding-right: 21px;
  }

  .headimg {
    width: 230px;
    top: -11%;
    left: -24%;
  }

  .headimg._2 {
    bottom: -20%;
  }

  .feature-image {
    margin-top: -38px;
  }

  .feature-image.oter {
    width: 280px;
    left: -9px;
  }

  .feature-image.oter.oter-2 {
    left: 105px;
  }

  .feature-dec.left, .feature-dec.right {
    padding-left: 11px;
    padding-right: 11px;
  }

  .heading-center.footer {
    padding-left: 0;
    padding-right: 0;
  }

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

  .slider {
    height: 530px;
  }

  .image {
    width: 530px;
  }

  .mask {
    height: 560px;
  }

  .form {
    text-align: center;
    padding-bottom: 10px;
    display: block;
  }

  .form-block {
    margin-top: -23px;
  }

  .text-field {
    text-align: center;
    border-bottom-style: solid;
    border-bottom-color: #d4e0fc;
    margin-bottom: 28px;
    padding-top: 38px;
    padding-bottom: 39px;
  }

  .image-3 {
    margin-top: -50px;
  }

  .bold-text {
    font-size: 30px;
  }

  .bold-text-2 {
    font-size: 16px;
  }

  .hero-without-image {
    height: auto;
    padding-top: 0;
  }

  .hero-without-image.casting {
    display: block;
    position: static;
  }

  .container {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .container-2 {
    max-width: none;
  }

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

  .cta-white {
    justify-content: center;
    align-self: center;
    width: 100%;
    max-width: 100%;
    margin-top: 0;
    margin-bottom: .3rem;
    margin-right: 0;
  }

  .schools-image {
    height: 250px;
  }

  .schools-image.hp1 {
    background-position: 20%;
    margin-top: 22px;
  }

  .schools-image.mkit {
    background-position: 50% 0;
    background-repeat: no-repeat;
    width: 250px;
    height: 400px;
    min-height: 450px;
    margin-top: 37px;
  }

  .rd-h2-titles {
    font-size: 1.5rem;
  }

  .rd-experience-text-wrapper {
    justify-content: center;
    align-items: center;
    margin-top: 14px;
    margin-bottom: 0;
    padding-bottom: 0;
    display: flex;
    position: relative;
  }

  .dual-wrappers {
    margin-top: 30px;
  }

  .dual-wrappers.box-info-wellness {
    height: auto;
    margin-top: 0;
    margin-bottom: 21px;
  }

  .dual-wrappers.media-kit {
    justify-content: space-between;
    align-items: center;
    height: auto;
    margin-top: 0;
    margin-bottom: 21px;
  }

  .button-wrap {
    flex-direction: column;
    grid-auto-flow: row;
  }

  .footer-07 {
    padding-top: 47px;
  }

  .footer-wrapper {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .text-rights-light {
    font-size: 13px;
  }

  .menu-button-2, .menu-icon {
    top: 10vw;
    left: 6vw;
  }

  .link {
    font-size: 7vw;
    line-height: 7vw;
  }

  .logo-mobile {
    margin-top: 16px;
    padding-right: 0;
  }

  .mobile-links:focus {
    color: var(--dark-slate-blue-2);
  }

  .brand-2 {
    width: 180px;
    display: block;
  }

  .download-icon {
    width: 60px;
    height: 60px;
  }

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

  .section-2 {
    padding-left: 7px;
    padding-right: 7px;
  }
}

#w-node-_004b1f08-5fd9-6988-466a-856060c44c16-f4e3bda9 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_004b1f08-5fd9-6988-466a-856060c44c18-f4e3bda9 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_004b1f08-5fd9-6988-466a-856060c44c1a-f4e3bda9 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-_004b1f08-5fd9-6988-466a-856060c44c1c-f4e3bda9, #w-node-_86065475-61f5-3aa3-d29f-324cd95cd8b1-d95cd88e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_86065475-61f5-3aa3-d29f-324cd95cd8b3-d95cd88e {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_86065475-61f5-3aa3-d29f-324cd95cd8b5-d95cd88e {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-_86065475-61f5-3aa3-d29f-324cd95cd8b7-d95cd88e, #w-node-ffd14ed5-2f0e-5d5c-8f05-4b2a0994db3f-2481c386 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ffd14ed5-2f0e-5d5c-8f05-4b2a0994db41-2481c386 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ffd14ed5-2f0e-5d5c-8f05-4b2a0994db43-2481c386 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-ffd14ed5-2f0e-5d5c-8f05-4b2a0994db45-2481c386, #w-node-_37bde813-6e6d-1d5c-e7ce-feeefa9c09be-2c45cc66 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_37bde813-6e6d-1d5c-e7ce-feeefa9c09c0-2c45cc66 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_37bde813-6e6d-1d5c-e7ce-feeefa9c09c2-2c45cc66 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-_37bde813-6e6d-1d5c-e7ce-feeefa9c09c4-2c45cc66 {
  grid-area: 1 / 2 / 2 / 3;
}


@font-face {
  font-family: 'AttackIO';
  src: url('../fonts/SF-Pro-Display-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'AttackIO';
  src: url('../fonts/SF-Pro-Display-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'AttackIO';
  src: url('../fonts/SF-Pro-Display-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'AttackIO';
  src: url('../fonts/SF-Pro-Display-Heavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'AttackIO';
  src: url('../fonts/SF-Pro-Display-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'AttackIO';
  src: url('../fonts/SF-Pro-Display-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}