@font-face {
  font-family: Durno;
  src: url('../fonts/Durno-Bold.eot') format("embedded-opentype"), url('../fonts/Durno-Bold.woff') format("woff"), url('../fonts/Durno-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: fallback;
}

@font-face {
  font-family: Durno;
  src: url('../fonts/Durno-Medium.eot') format("embedded-opentype"), url('../fonts/Durno-Medium.woff') format("woff"), url('../fonts/Durno-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: fallback;
}

:root {
  --black-2: #191919;
  --black: black;
  --white-smoke: #f1f1f1;
  --royal-blue: #2176ff;
  --white: white;
}

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

body {
  color: #333;
  max-width: 100vw;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  overflow: visible;
}

h1 {
  color: #111;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: #111;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Durno, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  color: #111;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
}

h4 {
  color: #111;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  color: #111;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  color: #111;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  color: #111;
  margin-bottom: 10px;
  font-family: Helvetica neue;
  font-weight: 300;
}

li {
  color: #111;
  font-family: Helvetica neue;
}

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

label {
  color: var(--black-2);
  margin-bottom: 5px;
  font-family: Durno, sans-serif;
  font-size: 12px;
  font-weight: 500;
  display: block;
}

strong {
  text-transform: none;
  font-family: Durno, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

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

.headline-8-col {
  text-align: center;
  width: 620px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.headline-6-col {
  width: 460px;
  margin-bottom: 50px;
  position: relative;
}

.headline-6-col.headline-6-col__align-center {
  text-align: center;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.headline-6-col.headline-6-col__align-center.headline-6-col__no-padding {
  margin-bottom: 0;
}

.headline-6-col.headline-6-col__align-center.headline-6-col__no-padding.headline-absolute.headline-2 {
  display: none;
}

.headline-6-col.headline-6-col__align-center.headline-6-col__no-padding.headline-absolute {
  display: none;
  position: absolute;
  top: -7vh;
  left: 0;
  right: 0;
}

.headline-6-col.headline-6-col__align-center.headline-6-col__no-padding.headline-absolute.headline-2 {
  display: block;
  position: static;
}

._7-col {
  width: 540px;
  margin-right: 20px;
  display: inline-block;
}

._5-col {
  width: 380px;
  margin-right: 20px;
  display: inline-block;
}

._5-col._5-col-last {
  margin-right: 0;
}

._5-col._5-col-last._5-col-sticky {
  flex-direction: column;
  display: flex;
  position: static;
}

.text-16 {
  margin-top: 5px;
  font-family: Helvetica neue;
  font-size: 16px;
  line-height: 26px;
  display: inline-block;
}

.text-16.text-16-60.text-16__align-left {
  opacity: 1;
  color: #111c;
  line-height: 28px;
  display: block;
}

.text-16.text-16-60.text-16__padding-bottom {
  opacity: .8;
  color: var(--black-2);
  margin-bottom: 28px;
  font-family: Tt Interphases;
  font-size: 15.5px;
  font-style: normal;
  font-weight: 400;
}

.text-16.text-16-60.text-16__404 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.text-16.text-16__white {
  color: #fff;
  letter-spacing: .25px;
  font-weight: 300;
}

.text-16.text-16-80 {
  color: #111c;
  font-family: Tt Interphases;
  font-style: normal;
  font-weight: 300;
  line-height: 25px;
}

.text-16.text-16-60 {
  opacity: .6;
  color: #111;
  font-family: Helvetica neue;
  font-weight: 300;
}

.text-16.text-16-60.text-16__padding-bottom {
  opacity: .8;
  color: #111;
  text-align: left;
  margin-bottom: 28px;
  font-style: normal;
  overflow: visible;
}

._2-col {
  width: 140px;
  margin-right: 20px;
  display: inline-block;
}

._2-col._2-col__custom-2 {
  margin-right: 0;
}

.btn-big {
  float: none;
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #202022;
  border: 1px solid #202022;
  border-radius: 2px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 16px 35px;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  line-height: 26px;
  text-decoration: none;
  transition: background-color .2s, border-color .2s;
  display: inline-block;
}

.btn-big:hover {
  color: #fff;
  background-color: #252929;
  border-color: #252929;
  transform: none;
}

.btn-big:active {
  transform: none;
}

.btn {
  float: none;
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #202022;
  border: 1px solid #202022;
  border-radius: 2px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 11px 25px;
  font-family: Oswald, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  transition: background-color .2s, border-color .2s;
  display: inline-block;
}

.btn:hover {
  color: #fff;
  background-color: #252929;
  border-style: solid;
  border-color: #252929;
  transform: none;
}

.btn:active {
  transform: none;
}

.btn.btn-outline-light {
  color: #111212;
  background-color: #0000;
  border: 1px solid #e5e5e5;
  font-family: Oswald, sans-serif;
  font-weight: 400;
}

.btn.btn-outline-light:hover {
  border-color: #d1d1d1;
}

.btn.btn-full-width {
  width: 100%;
  max-width: 300px;
  height: 40px;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.btn.btn-full-width.btn-sidebar-wrap {
  height: 41px;
  margin-top: 20px;
  margin-bottom: 0;
  font-weight: 400;
}

.btn.btn__form {
  border-radius: .5rem;
  margin-top: 4px;
  margin-bottom: 0;
}

.btn.btn-admin {
  width: 100%;
}

.btn.btn-footer {
  background-color: #3096fa;
  border-style: solid;
  border-color: #3096fa;
}

._6-col {
  width: 550px;
  margin-right: 20px;
  display: inline-block;
  position: relative;
}

._6-col._6-col__last {
  margin-right: 0;
}

._3-col {
  width: 300px;
  margin-right: 20px;
  display: inline-block;
}

._3-col._3-col-last {
  width: 350px;
  margin-right: 0;
}

.tagline {
  opacity: .6;
  color: var(--black-2);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.tagline.tagline__align-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
  display: block;
}

.tagline.tagline-price {
  opacity: 1;
  text-align: center;
  letter-spacing: .5px;
  margin-bottom: 5px;
  font-size: 11px;
  font-weight: 400;
}

.tagline.tagline__price-term {
  opacity: 1;
  color: #7d8082;
  text-align: center;
  letter-spacing: .5px;
  text-transform: none;
  margin-top: 6px;
  font-size: 11px;
  font-weight: 300;
}

.h1-jumbo {
  color: #111;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: Oswald, sans-serif;
  font-size: 54px;
  font-weight: 800;
  line-height: 70px;
}

.h1-jumbo.h1-jumbo__white {
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 52px;
  font-weight: 500;
  line-height: 64px;
}

.h1-jumbo.h1-jumbo__white.h1-jumbo__align-center {
  letter-spacing: 1px;
  font-size: 46px;
  font-weight: 500;
  line-height: 58px;
}

.wrap {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.wrap.w80-50-center {
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 50px;
  display: block;
}

.wrap._w-custom.wrap-nav {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.wrap._w-custom.wrap100-100 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.wrap._w-custom.w0-80 {
  background-color: #fff;
  padding-bottom: 80px;
  position: relative;
}

.wrap._w-custom.w60-60 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.wrap._w-custom._w-60 {
  padding-top: 0;
  padding-bottom: 0;
}

.wrap._w-custom._w-featured-logos {
  width: auto;
  max-width: 1200px;
  margin-left: -20px;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.wrap.w50-spcbetween {
  justify-content: space-between;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.wrap.w40-center {
  align-items: center;
  width: 100%;
  max-width: 1200px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.wrap.w40-center._w-extra-padding-btm {
  padding-top: 40px;
  padding-bottom: 300px;
}

.wrap.w80-50-start {
  align-items: flex-start;
  padding-top: 80px;
  padding-bottom: 50px;
  display: flex;
}

.wrap.w80-50-start.wrap-flex {
  justify-content: flex-start;
  align-items: stretch;
}

.wrap.w50-80 {
  padding-top: 50px;
  padding-bottom: 80px;
}

.wrap.w80-20 {
  padding-top: 80px;
  padding-bottom: 20px;
}

.wrap.wrap-admin {
  width: 300px;
}

.wrap.w80-80 {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.wrap.w80-80.slide-1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.wrap.w60-0 {
  padding-top: 60px;
}

.text-14 {
  color: #111;
  font-family: Helvetica neue;
  line-height: 24px;
}

.text-14.text-14-60 {
  opacity: .6;
  font-family: Tt Interphases;
  font-size: 16px;
}

.text-14.text-14-60.text-14__custom {
  opacity: 1;
  color: #7d8082;
  flex: 0 auto;
  margin-bottom: 0;
}

.text-14.text-14-60 {
  opacity: .6;
  color: #111;
  font-size: 14px;
  font-weight: 300;
}

.text-14.text-14__sidebar {
  opacity: .8;
}

.text-14.text-14-80 {
  opacity: .8;
  margin-bottom: 16px;
  line-height: 22px;
}

.text-14._003 {
  opacity: .6;
  font-family: Tt Interphases;
  font-size: 15px;
  font-weight: 300;
}

.text-14._003.text-14__custom {
  opacity: 1;
  color: #7d8082;
  flex: 0 auto;
  margin-bottom: 0;
}

.as-seen {
  padding: 50px 50px 0;
  display: block;
  position: relative;
}

.as-seen.section-medium {
  background-image: radial-gradient(circle, #0006, #fff0), url('../images/ae-bg1.jpg');
  background-position: 0 0, 50% 33%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.as-seen.section-medium.section-medium__events {
  background-image: linear-gradient(#202022, #202022), radial-gradient(circle, #0006, #fff0), url('../images/58f51b63a3317d4a02132479_race_2413_photo_39660674.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
}

.as-seen.section-medium.section-medium__about {
  background-image: linear-gradient(#202022, #202022), radial-gradient(circle, #0006, #fff0), url('../images/f44c85bc955818c9d366d12c21a79a5dfc5cf626-upload_09l-1732-editjpg_00579297c0387e1317c34d8630c23931_6621.png');
  background-position: 0 0, 0 0, 50% 36%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
}

.as-seen.section-bg__white {
  background-color: #fff;
  margin-top: 21px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.as-seen.section__bg-grey {
  background-color: #f7f7f7;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.as-seen.section__bg-grey.section__overflow-hidden {
  overflow: hidden;
}

.as-seen.section-nav {
  z-index: 1000;
  background-color: #fff;
  border-bottom: 1px solid #e5e5e5;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: 68px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.as-seen.section-404 {
  background-color: #f7f7f7;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0;
  overflow: hidden;
}

.as-seen.section-fh {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 80vh;
  min-height: 80vh;
  display: flex;
}

.as-seen.section-fh.section-fh_align-top {
  justify-content: flex-start;
}

.as-seen.section-bg {
  background-image: linear-gradient(#fff, #fff0), url('../images/cover6.png');
  background-position: 0 0, 50% 115%;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
}

.as-seen.formsec {
  background-color: #f7f7f7;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.as-seen.formsec.section__overflow-hidden {
  overflow: hidden;
}

.text-20 {
  opacity: 1;
  color: #111;
  font-family: Helvetica neue;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.text-20.text-20__500 {
  text-align: left;
  font-weight: 500;
}

.link-light {
  opacity: .6;
  color: #111;
  cursor: pointer;
  font-family: Helvetica neue;
  line-height: 24px;
  text-decoration: none;
  transition: color .4s, opacity .4s;
}

.link-light:hover {
  opacity: 1;
  color: #111212;
  transform: none;
}

.link-light:active {
  opacity: .9;
  transform: none;
}

.link-light.nav-link {
  opacity: 1;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-right: 36px;
  font-family: Oswald, sans-serif;
  font-weight: 500;
  text-decoration: none;
  transition-property: none;
}

.link-light.nav-link.nav-link__last {
  font-family: Oswald, sans-serif;
}

.nav {
  background-color: #0000;
  width: 100%;
}

.nav-logo-wrap {
  align-items: center;
}

.nav-inner-wrap {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.nav-inner-wrap.nav-inner-wrap__no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

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

.form-error {
  background-color: #0000;
  border-radius: 4px;
  padding: 0;
}

.form-block {
  color: #111212;
  background-color: #fff;
  border-radius: 8px;
  align-items: center;
  height: 520px;
  display: flex;
  box-shadow: 0 1px 8px #1112121a;
}

.form-block.form-block__border {
  box-shadow: none;
  border: 1px solid #e5e5e5;
  border-radius: 0;
  height: auto;
}

.form-error__text {
  color: #fa3402;
  font-family: Helvetica neue;
  font-weight: 300;
  display: inline-block;
}

.form-success {
  background-color: #0000;
  padding-top: 0;
}

.form-success__text {
  color: #111;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Durno, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.cta-form__btn-wrap {
  flex-direction: column;
  display: flex;
}

.divider-small {
  color: #d1d1d1;
  background-color: #d2d2d2;
  width: 30px;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 20px;
}

.icon-checkmark {
  margin-top: 9px;
  margin-right: 12px;
}

.cta-form__list-item {
  align-items: flex-start;
  display: flex;
}

.cta-form__list-wrap {
  margin-top: 25px;
  margin-bottom: 10px;
}

.section-footer {
  color: #fff;
  background-color: #111212;
  position: relative;
}

.footer-wrap {
  border-top: 1px solid #ffffff0f;
}

.footer__social-item {
  margin-right: 20px;
}

.footer__social-item.home-footer-socicon-wrap-last {
  margin-right: 0;
}

.footer__social-item.home-footer-socicon-wrap-last.coach-card__sub-footer {
  flex: 0 auto;
}

.footer__social-item.coach-card__sub-footer {
  opacity: .8;
  align-items: center;
  display: flex;
}

.footer__social-img {
  opacity: .6;
}

.footer__social-img:hover {
  opacity: 1;
}

.footer__social-img:active {
  opacity: .85;
}

.tabs-menu {
  z-index: 1;
  background-color: #fff;
  border-bottom: 1px solid #e5e5e5;
  justify-content: center;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

.avatar {
  background-image: url('../images/default-placeholder.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 100%;
  width: 120px;
  height: 120px;
}

.avatar.avatar__border {
  background-image: url('../images/aussie-fit00026.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 4px solid #fff;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 130px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  box-shadow: 0 0 0 2px #e5e5e51f;
}

.accordion-item {
  border-bottom: 1px solid #ddd;
}

.accordion-item__trigger {
  color: #111;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
  position: relative;
}

.accordion-item__content {
  overflow: hidden;
}

.accordion-link {
  cursor: pointer;
  margin-top: 14px;
  margin-bottom: 14px;
  font-family: Helvetica neue;
  font-weight: 500;
}

.row {
  background-color: #fff;
  border-top: 1px #d3d3d3;
  border-bottom: 1px solid #e5e5e5;
  align-items: center;
  width: 100%;
  padding: 22px 20px 20px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
  position: relative;
}

.row:hover {
  background-color: #f7f7f7;
}

.row-item__time {
  color: #7d8082;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
}

.row-item__content {
  color: #202022;
  flex: 1;
}

.row-item__secondary-content {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 60px;
  margin-left: 40px;
  display: flex;
}

.btn-custom {
  background-color: #202022;
  width: 100%;
  max-width: 300px;
  height: 40px;
  margin-top: 10px;
  margin-bottom: 20px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.btn-custom:hover {
  background-color: #252929;
}

.btn-custom.btn-custom__download {
  border-radius: 2px;
  height: 41px;
  margin-top: 20px;
  margin-bottom: 0;
}

.btn-custom__text-wrap {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  display: flex;
}

.text__btn-custom-center {
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
}

.icon-download {
  background-color: #ffffff1f;
  background-image: url('../images/download-shape.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 14px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  flex: none;
  width: 43px;
  height: 100%;
  display: inline-block;
}

.tab-menu__link {
  color: #111;
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #0000;
  border-bottom: 2px solid #0000;
  padding-top: 22px;
  padding-bottom: 20px;
  font-family: Oswald, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
}

.tab-menu__link.w--current {
  color: #111;
  background-color: #0000;
  border-bottom-color: #111;
  font-weight: 400;
  text-decoration: none;
}

.text-18.row-title.row-title__divider {
  margin-left: 4px;
  margin-right: 4px;
}

.text-18.row-title {
  color: #111;
  letter-spacing: .3px;
  text-transform: uppercase;
  margin-top: 16px;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.text-18.row-title.row-title__footer {
  margin-top: 0;
  margin-right: 20px;
}

.columns-custom__c1 {
  padding-left: 0;
  padding-right: 15px;
}

.row-item__price-block {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 40px;
  display: flex;
}

.text__price-block {
  color: #111;
  text-align: center;
  letter-spacing: .3px;
  font-family: Helvetica neue;
  font-size: 14px;
  font-weight: 400;
}

.text__price-block.dollar-sign {
  margin-right: 1px;
}

.row-item__cta {
  opacity: 0;
  background-color: #fff;
  background-image: linear-gradient(#ffffff7a, #ffffff7a), url('../images/external-icon.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 12px 12px;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 40px;
  font-size: 14px;
  transition: border-color .2s;
  display: flex;
  position: absolute;
  right: 90px;
}

.row-item__cta:hover {
  background-image: linear-gradient(#ffffff61, #ffffff61), url('../images/external-icon.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 12px 12px;
  border-color: #e5e5e5;
}

.columns-custom__c2 {
  padding-left: 15px;
  padding-right: 0;
}

.sidebar {
  float: right;
  border: 1px solid #e5e5e5;
  border-radius: 0;
  width: 100%;
  position: relative;
}

.sidebar__title-wrap {
  background-color: #f7f7f7;
  border-bottom: 1px #e5e5e5;
  width: 100%;
  padding: 16px 20px;
  position: relative;
}

.h3__sidebar-title {
  color: #111;
  letter-spacing: .3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.side-bar__wrap-content {
  background-color: #f7f7f7;
  padding: 0 20px 20px;
}

.row-item__meta {
  align-items: center;
  height: 24px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
  position: relative;
}

.icon-clock {
  background-image: linear-gradient(#fff6, #fff6), url('../images/clock-icon.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 15px;
  width: 15px;
  height: 15px;
}

.text__row-meta {
  opacity: .6;
  color: #111;
  margin-left: 6px;
  font-family: Helvetica neue;
  line-height: 20px;
}

.text__row-meta.text__row-meta-am-pm {
  margin-left: 3px;
}

.columns-custom {
  margin-top: 20px;
}

.form-column__one {
  padding-left: 0;
  padding-right: 15px;
}

.form-column__one.form-column__double, .form-column__two {
  padding-left: 15px;
  padding-right: 0;
}

.form-field {
  color: #111;
  border: 1px solid #e5e5e5;
  border-radius: 0;
  width: 100%;
  height: 54px;
  margin-bottom: 27px;
  padding-left: 16px;
  padding-right: 16px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  transition: border-color .2s;
}

.form-field:hover {
  border-color: #e5e5e5;
  font-family: Tt Interphases;
  font-size: 15px;
}

.form-field:focus {
  color: #111;
  border-color: #7d8082;
  font-family: Tt Interphases;
  font-size: 15px;
}

.form-field::placeholder {
  color: #d1d1d1;
  font-family: Tt Interphases;
  font-size: 15px;
  font-weight: 400;
}

.form-block__outer-wrap {
  width: 100%;
  height: 100%;
  padding: 30px;
}

.select-wrap {
  cursor: default;
  align-items: center;
  height: 48px;
  display: flex;
}

.h3-custom {
  letter-spacing: .25px;
  text-transform: uppercase;
  margin-top: 24px;
  margin-bottom: 20px;
  font-family: Durno, sans-serif;
  font-size: 20px;
}

.h3-custom.h3-custom__form-title-first {
  margin-top: 0;
  font-family: Durno, sans-serif;
  font-size: 20px;
}

.select-field {
  color: var(--black-2);
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 0;
  height: 48px;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.select-field:focus {
  background-image: none;
  border-color: #7d8082;
}

.h2__align-center {
  text-align: center;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 34px;
  font-weight: 500;
}

.h2__align-center.h2__insta {
  font-size: 28px;
  line-height: 32px;
}

.form-success__check-wrap {
  width: 100px;
  padding-bottom: 19px;
  display: inline-block;
}

.nav-wrap {
  position: absolute;
  inset: 0% 0% auto;
}

.top-padding {
  background-color: #0000;
  width: 100vw;
  height: 68px;
}

.accordion-arrow {
  opacity: .8;
  margin-right: 5px;
  position: absolute;
  right: 0;
}

.callout-block {
  background-color: #fff;
  border: 1px #e5e5e5;
  border-left: 4px solid #e5e5e5;
  margin-top: 36px;
  margin-bottom: 36px;
  padding: 8px 18px 8px 8px;
}

.callout-block.callout-block__quote {
  border-left: 3px solid #202022e6;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-left: 20px;
}

.callout-block.callout-block__list {
  border-left-style: none;
  margin-top: 12px;
}

.h2-align__left {
  margin-top: 40px;
  font-size: 26px;
  font-weight: 500;
}

.list-item {
  opacity: 1;
  color: #111c;
  text-transform: none;
  font-family: Helvetica neue;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  list-style-type: disc;
}

.text__inline-link {
  opacity: 1;
  color: #111;
  border-bottom: 1px solid #202022;
  padding-bottom: 2px;
  font-weight: 300;
  text-decoration: none;
  transition: border-color .2s, color .2s;
}

.text__inline-link:hover {
  color: #111;
  border-bottom-style: solid;
  border-bottom-color: #202022;
  font-weight: 300;
}

.unordered-list {
  margin-bottom: 0;
  padding-left: 20px;
  list-style-type: square;
}

.coach-card__header-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.coach-card__stats-block {
  background-color: #0000;
  justify-content: space-between;
  width: 100%;
  max-width: 340px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 28px;
  display: flex;
  position: relative;
}

.coach-card__stats-item {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.stats-card__stat {
  color: #111;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.stats-card__stat-title {
  color: #7d8082;
  letter-spacing: .5px;
  font-family: Helvetica neue;
  font-size: 13px;
  font-weight: 300;
}

.text-14__grey {
  color: #7d8082;
  margin-top: 4px;
  font-family: Helvetica neue;
  font-size: 14px;
  font-weight: 300;
}

.coach-card__footer {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  margin-top: 0;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.hero-wrap.hero-wrap__home {
  background-image: linear-gradient(#202022, #202022);
  justify-content: center;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
  position: relative;
}

.featured-logo__inner-wrap {
  grid-column-gap: 0px;
  opacity: 1;
  text-align: left;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.featured-logo__outer-wrap {
  justify-content: space-between;
  width: 100%;
  display: block;
  position: relative;
}

.logo-wrap {
  filter: grayscale();
  text-align: center;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 0;
}

.logo-wrap.bigger {
  width: auto;
}

.content-block, .content-block.content-block__no-padding {
  padding-right: 0;
}

.content-image__1 {
  background-image: url('../images/aussie-fit00031.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2px;
  height: 380px;
  margin-bottom: 20px;
}

.content-image__2 {
  background-image: url('../images/aussie-fit00013.jpeg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2px;
  height: 200px;
}

.content-image__3 {
  background-image: url('../images/aussie-fit00020.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2px;
  height: 500px;
}

.h2-20-50 {
  margin-bottom: 50px;
  font-family: Oswald, sans-serif;
}

.icon-info {
  background-color: #ebbe50;
  border-radius: 100%;
  flex: none;
  width: 8px;
  height: 8px;
  margin-right: 8px;
  position: relative;
}

.sub-cta__content {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 30px;
  display: flex;
  position: static;
}

.pricing-block {
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: auto;
  margin: 40px auto;
  display: flex;
}

.sub-cta__content-wrap {
  background-color: #f7f7f7;
  border: 1px #e5e5e5;
  border-radius: 0;
  margin-top: 16px;
  padding: 16px 24px;
  position: relative;
}

.cta-form {
  text-align: left;
  background-color: #fff;
  border: 1px #1112120f;
  border-radius: 8px;
  padding: 2px 30px 30px;
}

.coach-card {
  background-color: #f7f7f7;
  border: 1px solid #e5e5e5;
  margin-left: 32px;
  padding-top: 24px;
  padding-bottom: 100px;
  position: relative;
}

.video-block {
  margin-top: 40px;
  margin-bottom: 40px;
}

.text__inline-link-underline {
  color: #7d8082;
  transition: color .2s;
}

.text__inline-link-underline:hover {
  color: #111;
}

.h2-30-20 {
  width: 240px;
  margin-top: 30px;
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
}

.h2-30-20.h2-xl {
  letter-spacing: 1px;
  width: 470px;
  margin: 0 auto 10px;
  font-family: Oswald, sans-serif;
  font-size: 42px;
  line-height: 54px;
  display: block;
}

.text__inline-xl {
  float: left;
  color: #111;
  margin-top: 6px;
  margin-right: 6px;
  font-family: Oswald, sans-serif;
  font-size: 52px;
  font-weight: 500;
  line-height: 50px;
}

.h2__price {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Helvetica neue;
  font-size: 48px;
  font-weight: 500;
  line-height: 42px;
}

.price-block {
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text__dollar {
  color: #111;
  margin-top: 4px;
  margin-left: -4px;
  margin-right: 2px;
  font-family: Helvetica neue;
  font-size: 18px;
  font-weight: 400;
}

.tabs-content {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.coach-card__divider {
  background-color: #e5e5e5;
  height: 1px;
  margin: 24px 24px -20px;
  position: relative;
}

.sticky-footer__buffer, .sticky-footer {
  display: none;
}

.coach-card__social-block {
  justify-content: center;
  width: 100%;
  height: 60px;
  display: flex;
  position: absolute;
  bottom: -60px;
  left: 0;
  right: 0;
}

.instagram-embed {
  width: 940px;
  height: 345px;
  margin-top: 60px;
  position: relative;
}

.instagram-embed__cover {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 940px;
  height: 345px;
  display: flex;
  position: absolute;
  inset: 0;
}

.open-menu-bg {
  z-index: 100;
  background-color: #1116;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0;
}

.drag-pan__text {
  color: #7d8082;
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Helvetica neue;
  font-size: 12px;
  display: block;
  position: relative;
}

.drag-pan-block {
  justify-content: center;
  align-items: center;
  display: none;
  position: relative;
  bottom: 46px;
}

.pan-arrow.pan-arrow__left {
  opacity: .5;
  background-image: url('../images/left-arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
}

.pan-arrow.pan-arrow__right {
  opacity: .5;
  background-image: url('../images/left-arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  transform: rotate(180deg);
}

.btn-instagram {
  background-image: url('../images/instagram-button-rounded.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 125px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.exit-loader__wrap {
  z-index: 998;
  opacity: 1;
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100vw;
  height: 70px;
  display: block;
  position: absolute;
  inset: 0;
}

.wrap__admin-page {
  background-color: #f7f7f7;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
  position: fixed;
  inset: 0;
  overflow: hidden;
}

.wrap__utility-page {
  text-align: center;
  background-color: #0000;
  border: 1px #e5e5e5;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 10px 30px 20px;
  display: flex;
}

.exit-loader__line {
  background-color: #000;
  width: 100vw;
  height: 1px;
  position: relative;
  top: 68px;
  transform: translate(-100vw);
}

.h2-utility {
  margin-bottom: 0;
  font-size: 36px;
}

.support-block {
  justify-content: space-around;
  align-items: center;
  padding-top: 120px;
  display: flex;
}

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

.h3-support {
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 14px;
  font-size: 18px;
}

.text-13 {
  color: #111;
  letter-spacing: .2px;
  font-family: Helvetica neue;
  font-size: 12px;
}

.text-13.text-13-60 {
  opacity: .6;
  font-size: 13px;
  font-weight: 300;
}

.block-quote {
  opacity: .9;
  color: #111;
  padding-left: 0;
  font-family: Playfair display;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  line-height: 34px;
}

.block-quote__author {
  color: #111;
  letter-spacing: 0;
  text-transform: none;
  padding-top: 16px;
  font-family: Helvetica neue;
  font-size: 16px;
  font-weight: 500;
}

.error-message__admin-login {
  background-color: #fa3402e6;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
}

.error-message__text {
  color: #fff;
  letter-spacing: .25px;
  font-family: Helvetica neue;
  font-size: 12px;
  font-weight: 300;
}

.wrap-testimonials__inner {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-left: 2px solid #202022;
  border-radius: 2px;
  padding: 30px;
}

.testimonials__author-wrap {
  align-items: center;
  width: 80%;
  margin-top: 30px;
  margin-bottom: 0;
  display: flex;
}

.testimonials__author-img {
  border-radius: 100%;
  flex: none;
  width: 50px;
  height: 50px;
  overflow: hidden;
}

.testimonials__author-meta {
  margin-left: 16px;
}

.author-meta__name {
  color: #111;
  font-family: Helvetica neue;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.author-meta__role {
  color: #7d8082;
  font-family: Helvetica neue;
  font-size: 13px;
  font-weight: 300;
  line-height: 22px;
}

.wrap__outer-align-top {
  justify-content: center;
  align-items: flex-start;
  margin-top: 40px;
  display: flex;
}

.author-meta__social {
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 50px;
  margin-right: 5px;
  display: flex;
  position: absolute;
  bottom: 30px;
  right: 30px;
}

.testimonial-social-icon {
  opacity: .5;
  margin-left: 12px;
}

.collection-testimonial__box {
  margin-left: -10px;
  margin-right: -10px;
}

.collection-testimonial__box-item {
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.row-title__block {
  align-items: center;
  display: flex;
}

.row-item__time-block {
  flex: none;
  align-items: center;
  width: 70px;
  display: flex;
}

.pre-loader__wrap {
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100px;
  margin-top: 10px;
  margin-left: 20px;
  display: none;
  position: absolute;
}

.row-item__start-end-wrap {
  align-items: center;
  display: flex;
}

.center-point {
  z-index: 10;
  background-color: #000;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin-top: -40px;
  display: flex;
  position: absolute;
}

.arrow {
  background-image: url('../images/arrow-long-left.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: none;
  width: 40px;
  height: 20px;
}

.arrow.arrow-l {
  opacity: .5;
  width: 45px;
  height: 30px;
}

.arrow.arrow-r {
  opacity: .5;
  background-image: url('../images/arrow-long-right.svg');
  width: 45px;
  height: 30px;
}

.app-wrap {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  justify-content: flex-end;
  align-items: center;
  width: 20vw;
  height: 60vh;
  display: block;
  position: relative;
}

.app-wrap.app-wrap-2 {
  display: none;
}

.app-wrap.app-wrap-3 {
  flex-direction: column;
  justify-content: center;
  width: 30vw;
  height: 70vh;
  display: flex;
}

.app-wrap.app-wrap-3.app-first {
  align-items: flex-end;
}

.app-wrap.app-wrap-3.app-last {
  align-items: flex-start;
}

.data-wrapper {
  border: 1px #000;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80vh;
  display: flex;
  position: relative;
}

.data-block {
  background-color: #d2d8db;
  border-radius: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 40px;
  padding-left: 15px;
  padding-right: 15px;
  display: inline-block;
  position: absolute;
}

.data-block.data-block__12 {
  top: 20%;
  left: 26%;
}

.data-block.data-block__2 {
  bottom: 15%;
  left: 45%;
}

.data-block.data-block__3 {
  bottom: 27%;
  right: 9%;
}

.data-block.data-block__5 {
  bottom: 64%;
  left: 0%;
}

.data-block.data-block__4 {
  bottom: 30%;
  left: 10%;
}

.data-block.data-block__1 {
  right: -1%;
}

.data-block.data-block__8 {
  top: 22%;
  left: 80%;
}

.data-block.data-block__6 {
  bottom: 60%;
  left: 49%;
}

.data-block.data-block__7 {
  top: 57%;
}

.data-block.data-block__9 {
  right: 64%;
}

.data-block__text {
  color: #000;
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 40px;
}

.arrow-animation__wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 10vw;
  height: 10vh;
  display: flex;
  position: absolute;
  right: 5vw;
}

.complexity-block {
  width: 50%;
  display: block;
}

.complexity-block.complexity-block__a {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 80vh;
  max-height: 80vh;
  display: flex;
  position: relative;
}

.complexity-block.complexity-block__b {
  float: right;
  float: right;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
  align-items: center;
  height: 80vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.metron-logo {
  background-image: url('../images/metron-png.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 60px;
  width: 60px;
  height: 60px;
}

.wrap-2 {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.wrap-2._w-custom.wrap-fw {
  flex: none;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  height: 80vh;
  margin-top: 0;
  margin-bottom: 80px;
  display: flex;
}

.wrap-2._w-custom.wrap-fw._w-flex {
  justify-content: space-between;
  padding-top: 40px;
}

.highlights-list {
  border-left: 2px #d1d1d1;
  margin-bottom: 39px;
  list-style: square;
}

.highlights-list.last1 {
  margin-bottom: 0;
}

.highlights-list.per {
  margin-top: 20px;
  margin-bottom: 0;
}

.highlights-list__item {
  opacity: .8;
  margin-bottom: 12px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5rem;
}

.highlights-list__item.last {
  margin-bottom: 0;
}

.highlight-list__wrap {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

.highlight-list__wrap.hi {
  margin-bottom: 18px;
}

.section-sticky__wrap {
  width: 100%;
  height: 600vh;
  position: relative;
}

.sticky {
  z-index: 1;
  background-color: #fff;
  align-items: center;
  height: 100vh;
  display: block;
  position: relative;
  inset: 0;
  overflow: hidden;
}

.sticky__inner-wrap {
  align-items: flex-end;
  width: 500vw;
  height: 100vh;
  display: flex;
  position: relative;
}

.sticky__inner-section {
  width: 90vw;
  height: 80vh;
  margin-left: 5vw;
  position: relative;
}

.sticky__inner-section.s1, .sticky__inner-section.s2, .sticky__inner-section.s3 {
  background-color: #0000;
  height: 85vh;
  padding-bottom: 80px;
}

.sticky__inner-section.s4, .sticky__inner-section.s5 {
  height: 85vh;
  padding-bottom: 80px;
}

.sticky-section__title-wrap {
  width: 100vw;
  padding-top: 30px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.inline-quote {
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #0000;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}

.h2-0-30 {
  margin-top: 0;
  margin-bottom: 30px;
}

.slide-content {
  text-align: center;
  width: 80%;
  height: 40vh;
  margin-left: 5%;
}

.slide-content.slide-content__vertical {
  text-align: center;
  width: 80%;
  height: 40vh;
  margin-left: 0%;
}

.results-sub-title {
  text-align: center;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.gradient-overlay-2 {
  background-image: linear-gradient(to right, #25a1d52e, #fff0 23%);
  flex: none;
  width: 100%;
  height: 80vh;
  display: block;
  position: absolute;
}

.div-block {
  align-items: flex-start;
  display: flex;
}

.sticky-footer__home {
  z-index: 999;
  background-color: #fff;
  border-top: 1px solid #e5e5e5;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 80px;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: 2px 2px 12px 7px #2020224d;
}

.text-span {
  color: #3096fa;
}

.background-video__home {
  background-image: linear-gradient(#00000080, #00000080), url('../images/151016_WRLD_RUN_TERT_CHARGWOOL.jpg'), linear-gradient(#00000080, #00000080), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 100%, 0 0, 0 0;
  background-size: auto, cover, auto, 125px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

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

.empty-state, .empty-state-2 {
  background-color: #ffffff21;
}

.slide-img__1 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('../images/pyramid.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: 125px, contain;
  width: 100%;
  height: 100%;
  position: relative;
}

.slide-img__2 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('../images/Max-Effort.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: 125px, contain;
  width: 100%;
  height: 100%;
  position: relative;
}

.slide-img__3, .slide-img__4 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: 125px;
  width: 100%;
  height: 100%;
  position: relative;
}

.background-video {
  z-index: 0;
  display: none;
  position: absolute;
  overflow: visible;
}

.div-block-2 {
  width: 200px;
  height: 264px;
  margin-top: 134px;
  margin-left: 0;
  display: block;
  position: absolute;
  overflow: visible;
}

.html-embed {
  position: absolute;
}

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

.div-block-3 {
  z-index: 999;
  background-image: url('../images/iPhone_X.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 216px;
  height: 440px;
  display: flex;
  position: absolute;
}

.html-embed-2 {
  margin-top: 3px;
  position: absolute;
}

.div-block-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 296px;
  height: 440px;
  display: flex;
  position: relative;
}

.div-block-5 {
  padding-top: 18px;
}

.column {
  padding-right: 0;
}

.column-2, .column-3 {
  padding-left: 0;
}

.column-4 {
  justify-content: flex-end;
  align-items: center;
  padding-right: 0;
  display: flex;
}

.slide-img__5 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: 125px;
  width: 100%;
  height: 100%;
  position: relative;
}

.you {
  background-image: none;
  width: 70px;
  height: 70px;
}

.text-16-center {
  margin-top: 5px;
  font-family: Helvetica neue;
  font-size: 16px;
  line-height: 26px;
  display: inline-block;
}

.text-16-center.text-16-60 {
  opacity: .6;
  color: #111;
  font-family: Helvetica neue;
  font-weight: 300;
}

.text-16-center.text-16-60.text-16__padding-bottom {
  opacity: .8;
  color: #111;
  text-align: center;
  opacity: .8;
  text-align: left;
  opacity: .8;
  text-align: center;
  margin-bottom: 28px;
  font-style: normal;
  overflow: visible;
}

.columns-8 {
  padding-top: 22px;
}

.metron-logo-2 {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  display: flex;
}

.image-178-copy {
  border-radius: 10px;
}

.tagline-2 {
  opacity: .6;
  color: #111;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Helvetica neue;
  font-size: 12px;
}

.ios-run {
  border-radius: 10px;
  box-shadow: 1px 1px 10px 2px #b9b9b9d4;
}

.image-178 {
  border-radius: 10px;
}

.paragraph-60-copy {
  text-align: center;
  margin-top: 14px;
  font-size: 14px;
}

.gradient-overlay-3 {
  background-image: linear-gradient(to right, #25a1d52e, #fff0 23%);
  flex: none;
  width: 100%;
  height: 80vh;
  display: block;
  position: absolute;
}

.tabs-menu-4 {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.ios-strength {
  border-radius: 10px;
  box-shadow: 1px 1px 10px 2px #b9b9b9d4;
}

.div-block-469 {
  padding-bottom: 15px;
  padding-left: 160px;
  padding-right: 160px;
}

.app-wrap-2 {
  background-image: none;
  justify-content: flex-end;
  align-items: center;
  width: 20vw;
  height: 60vh;
  margin-top: 40px;
  display: none;
  position: relative;
}

.bold-text-22 {
  font-weight: 400;
}

.div-block-483 {
  width: 20px;
}

.div-block-6 {
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.left-point-2 {
  z-index: 10;
  background-color: #000;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  display: flex;
  position: absolute;
  left: 28%;
}

.video {
  clear: none;
  flex: 0 auto;
  justify-content: center;
  width: 65%;
  display: block;
  position: relative;
  overflow: visible;
}

.div-block-474 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.android-strength {
  border-radius: 10px;
  box-shadow: 1px 1px 10px 2px #b9b9b9d4;
}

.container-12377 {
  padding-top: 35px;
  padding-bottom: 50px;
  position: relative;
}

.android-run {
  border-radius: 10px;
  box-shadow: 1px 1px 10px 2px #b9b9b9d4;
}

.div-block-473 {
  justify-content: space-around;
  display: block;
}

.div-block-473.hide {
  display: none;
}

.arrow-animation__wrap-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 10vw;
  height: 10vh;
  display: flex;
  position: absolute;
  right: 5vw;
}

.column-5 {
  padding: 10px;
}

.xoutline {
  text-align: center;
  text-transform: none;
  background-image: linear-gradient(#fff, #fff);
  border: 1px solid #82817d38;
  border-radius: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  margin-left: 0;
  margin-right: 10px;
  padding: 11px 25px;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  display: inline-block;
  position: static;
  box-shadow: 2px 2px 5px #b9b9b954, 0 0 6px #fff;
}

.xoutline:hover {
  color: #ed1c24;
  border-color: #ed1c24;
  box-shadow: 5px 5px 22px #b9b9b97d;
}

.xoutline.w--current {
  color: #fa3402;
  background-image: linear-gradient(#f7f7f7, #f7f7f7);
  border-color: #fa3402;
  font-weight: 700;
}

.xoutline-ll {
  text-align: center;
  text-transform: none;
  background-image: linear-gradient(#fff, #fff);
  border: 1px solid #82817d38;
  border-radius: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  margin-left: 0;
  margin-right: 10px;
  padding: 11px 25px;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  display: inline-block;
  position: static;
  box-shadow: 2px 2px 5px #b9b9b954, 0 0 6px #fff;
}

.xoutline-ll:hover {
  color: #fff;
  background-image: linear-gradient(#3096fa, #3096fa);
  border-color: #3096fa;
  font-weight: 700;
  box-shadow: 5px 5px 22px #b9b9b97d;
}

.xoutline-ll.w--current {
  color: #3096fa;
  background-image: linear-gradient(#f7f7f7, #f7f7f7);
  border-color: #3096fa;
  font-weight: 700;
}

.container-12-copy {
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  height: 100%;
  padding-top: 85px;
  padding-bottom: 25px;
  display: flex;
}

.hiw-title {
  z-index: 20;
  color: #fff;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 31px;
  font-weight: 400;
  position: relative;
  bottom: 0;
}

.hiw-title.hiw1-title {
  color: #000;
  margin-top: 3px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 31px;
  font-weight: 400;
}

.hiw-title.hiw1-title.margin5 {
  margin-top: 20px;
  padding-bottom: 21px;
}

.image-180 {
  padding-bottom: 19px;
}

.columns-10 {
  display: none;
}

.para-copy {
  margin-bottom: 5px;
  font-size: 14px;
}

.column-148 {
  display: flex;
}

.paragraph-64 {
  color: #fff;
  text-align: left;
  margin-top: 2px;
  line-height: 15px;
  display: block;
}

.paragraph-64._2 {
  text-align: left;
  text-shadow: none;
  display: block;
}

.section-101 {
  background-color: #fff;
  height: 500px;
}

.x-471-rigth {
  text-align: center;
  background-image: linear-gradient(#3399b0d6, #3399b0d6), url('../images/bg4.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 500px;
  height: 250px;
  margin-top: 0;
  padding: 25px 45px;
  text-decoration: none;
  display: flex;
}

.x-471-rigth._1 {
  background-image: linear-gradient(#4178968a, #4178968a), url('../images/bg1.png');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  box-shadow: -2px 0 12px #b9b9b9;
}

.x-471-rigth._5 {
  background-image: linear-gradient(#5178787a, #5178787a), url('../images/bg3.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.x-471-rigth._6 {
  background-image: linear-gradient(#41789666, #41789666), url('../images/bg1.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.x-471-rigth._2 {
  background-image: linear-gradient(#2d3d4ab8, #2d3d4ab8), url('../images/bg6.png');
  background-position: 0 0, 100% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.x-471-rigth._3 {
  background-image: url('../images/bg5.png'), linear-gradient(#519b51, #519b51);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
}

.x-471-rigth._4 {
  background-image: linear-gradient(#43191796, #43191796), url('../images/bg2.png');
  background-position: 0 0, 100% 100%;
  background-size: auto, cover;
}

.div-block-26 {
  text-align: center;
}

.div-block-27-copy {
  text-align: center;
  flex: none;
  padding: 0 200px;
}

.xtxt14blackleft {
  color: #272727;
  text-align: left;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

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

.image-21 {
  text-align: left;
  max-width: 30%;
  position: relative;
  right: 0;
}

.button {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #4978d6;
  background-image: url('../images/Icon-arrow-right.png');
  background-position: 115%;
  background-repeat: no-repeat;
  background-size: auto 12px;
  border: 2px solid #4978d6;
  border-radius: 3px;
  margin-top: 11px;
  padding: 4px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 28px;
  text-decoration: none;
  transition: background-position .35s, background-color .3s, border .3s, padding .2s;
  display: inline-block;
}

.button:hover {
  background-color: #ef413b;
  background-position: 91%;
  border-color: #ef413b;
  padding-left: 10px;
  padding-right: 30px;
}

.button.red {
  background-color: #ef413b;
  border-color: #ef413b;
  margin-top: 0;
  margin-right: 8px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.button.red {
  background-color: #ef413b;
  border-color: #ef413b;
  margin-top: 0;
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.button.red:hover {
  background-color: #db302a;
  border-color: #db302a;
}

.button.red._3 {
  width: 250px;
  margin-left: 2.5px;
  margin-right: 2.5px;
}

.bold-text-23 {
  color: #f7f8f9;
}

.section-104 {
  background-image: linear-gradient(#fff, #fff);
}

.text-block-42-copy {
  color: #435555;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  display: inline;
}

.div-block-486 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.para-copy-2 {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 14px;
}

.div-block-496-copy {
  justify-content: center;
  margin-top: 28px;
  display: flex;
}

.div-a1-2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: grid;
}

.div-block-496 {
  justify-content: center;
  margin-top: 8px;
  display: flex;
}

.container-12378 {
  display: block;
}

.section-107 {
  background-image: linear-gradient(#fff, #fff);
  padding-bottom: 50px;
}

.section-69 {
  background-color: #fff;
}

.youtube-2 {
  display: block;
}

.div-block-497 {
  cursor: pointer;
  background-image: url('../images/thumbnails-chooseexperience.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.div-block-27-copy-2 {
  text-align: center;
  flex: none;
  padding-left: 200px;
  padding-right: 200px;
}

.div-block-490 {
  text-align: right;
}

.text-span-2 {
  color: #3096fa;
}

.image-181 {
  padding-right: 15px;
}

.slide-img__3-2 {
  background-image: none;
  width: 100%;
  height: 100%;
  position: relative;
}

.slide-img__2-2 {
  background-image: none;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.icon-2 {
  color: #3096fa;
}

.slide-img__4-2 {
  background-image: none;
  width: 100%;
  height: 100%;
  position: relative;
}

.section-405 {
  margin-bottom: 100px;
  display: block;
}

.section-405.hide {
  display: block;
}

.slide-img__1-2 {
  background-image: none;
  width: 100%;
  height: 100%;
  position: relative;
}

.slide-nav {
  color: #fa3402;
  padding-top: 22px;
}

.slider {
  background-color: #0000;
  height: 650px;
  margin-top: 30px;
}

.container {
  text-align: center;
  margin-top: 27px;
}

.div-block-498 {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.ios-strength-2 {
  border-radius: 10px;
  box-shadow: 1px 1px 5px 2px #b9b9b9d4;
}

.youtube-3 {
  width: 100%;
}

.background-video-2 {
  display: none;
}

.image-182 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: 125px;
}

.ths01-slide-nav {
  display: none;
}

.ths01-feature-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.ths01-text-content {
  z-index: 1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 93px;
  display: flex;
  position: relative;
}

.ths01-cta-button {
  background-color: var(--black-2);
  color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  height: 60px;
  padding-left: 70px;
  padding-right: 25px;
  font-family: Durno, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .25s ease-in-out;
  display: flex;
  position: relative;
}

.ths01-cta-button:hover {
  background-color: #bc5d37;
}

.ths01-feature-text {
  color: #6b6b6b;
  margin-top: 5px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.ths01-slide-image-wrapper {
  float: right;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 700px;
  min-height: 100vh;
  display: flex;
}

.ths01-feature-details {
  margin-left: 15px;
}

.ths01-slide-image {
  object-fit: cover;
  width: 100%;
  max-width: 700px;
  min-height: 100vh;
}

.ths01-slide {
  padding-right: 70px;
}

.ths01-slide-timer-bar {
  background-color: #ec7545;
  border-radius: 20px;
  width: 3px;
  height: 50px;
}

.ths01-slide-change-wrapper {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 70px;
  padding-bottom: 40px;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.ths01-wrapper {
  z-index: 3;
  margin-left: 0;
  margin-right: auto;
  position: relative;
}

.ths01-check-icon {
  filter: grayscale();
  background-image: url('../images/4ths_01_ico_check.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  border: 2px solid #221f204d;
  border-radius: 100%;
  width: 60px;
  height: 60px;
}

.ths01-features-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  display: grid;
}

.ths01-slider {
  z-index: 1;
  background-color: #0000;
  min-height: 100vh;
  margin-left: 0;
  padding-left: 0;
  position: relative;
  inset: 0%;
}

.ths01-slide-timer-wrapper {
  background-color: #221f201a;
  border-radius: 20px;
  width: 3px;
  height: 300px;
}

.ths01-slide-number-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  display: flex;
  transform: rotate(90deg);
}

.ths01-paragraph {
  color: var(--black-2);
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Tt Interphases;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

.ths01-slider-arrow-wrapper {
  background-color: #ec7545;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

.ths01-slider-left-arrow {
  border: 2px solid #ec7545;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  font-size: 14px;
  display: flex;
  inset: auto 160px 20px auto;
}

.ths01-current-slide-number {
  color: #000;
  font-family: Durno, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

.ths01-slider-right-arrow {
  border: 2px solid #ec7545;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  font-size: 14px;
  display: flex;
  inset: auto 90px 20px auto;
}

.ths01-heading-h1 {
  color: #191919;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Durno, sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 60px;
}

.ths01-button-icon {
  filter: grayscale();
  background-color: #fff;
  background-image: url('../images/3ths_01_ico_clock.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 25px 25px;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  margin-right: 10px;
  position: absolute;
  inset: 7.5px auto auto 7.5px;
}

.ths01-hero-section {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.ths01-feature-text-bold {
  color: #221f20;
  margin-bottom: 0;
  font-family: Durno, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.ths01-side-nav {
  z-index: 3;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 70px;
  padding-top: 102px;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
}

.ths01-social {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.ths01-social-text {
  color: #d6d6d6;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  transform: rotate(90deg);
}

.ths01-divider {
  background-color: #221f2033;
  width: 2px;
  height: 100px;
  margin-top: 35px;
  margin-bottom: 18px;
}

.ths01-social-links-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.ths01-social-link {
  border: 2px solid #b1aaac80;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-bottom: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.ths01-social-icon {
  width: 16px;
}

.ths01-social-icon.hover {
  position: absolute;
}

.div-block-499 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-4 {
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 35px;
  font-weight: 500;
  line-height: 28px;
}

.image-183 {
  margin-top: -6px;
  margin-left: 11px;
}

.teacher-history {
  justify-content: space-between;
  display: flex;
}

.text-size-large {
  font-family: Durno, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}

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

.section-about.about {
  background-color: #f1f1f152;
}

.section-about.sarah {
  padding-top: 165px;
}

.history-item-content {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

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

.page-padding {
  width: 100%;
  padding-left: 50px;
  padding-right: 50px;
}

.history-image {
  width: 50%;
  margin-top: -4rem;
  margin-left: 5rem;
  padding-top: 4rem;
  padding-bottom: 0;
  position: sticky;
  top: 0;
}

.heading-medium {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
}

.history-image-wrapper {
  z-index: 10;
  border-radius: .5rem;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.history-image-wrapper.no {
  height: auto;
  min-height: 700px;
  position: sticky;
  top: 125px;
}

.text-size-regular {
  color: var(--black-2);
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-small {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.history-content {
  flex: 1;
  padding-top: 0;
  padding-bottom: 0;
}

.text-size-tiny {
  color: var(--black-2);
  margin-bottom: 11px;
  font-family: Durno, sans-serif;
  font-size: 25px;
  font-weight: 500;
}

.list-item-2 {
  border-top: 1px solid #e4eff3;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 30px 0;
  display: flex;
}

.list-item-2.none {
  border-top-style: none;
}

.history-list {
  border-bottom: 1px solid #e4eff3;
  flex-direction: column;
  margin-top: 33px;
  display: flex;
}

.image-full {
  z-index: 1;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  max-height: 100%;
  position: absolute;
  inset: 0%;
}

.image-full.no-effect {
  height: 700px;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.new {
  margin-top: 5px;
  font-family: Helvetica neue;
  font-size: 16px;
  line-height: 26px;
  display: inline-block;
}

.new.text-16-60.text-16__align-left {
  opacity: 1;
  color: #111c;
  line-height: 28px;
  display: block;
}

.new.text-16-60.text-16__padding-bottom {
  opacity: .8;
  color: var(--black-2);
  margin-bottom: 28px;
  font-family: Tt Interphases;
  font-size: 15.5px;
  font-style: normal;
  font-weight: 400;
}

.new.text-16-60.text-16__404 {
  margin-top: 10px;
  margin-bottom: 20px;
}

.new.text-16-60.text-new {
  opacity: .8;
  color: var(--black-2);
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6rem;
}

.new.text-16-60.text-new.mo {
  color: var(--black);
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 16px;
}

.new.text-16-60.normal {
  opacity: .8;
  color: var(--black-2);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
}

.new.text-16-60.white-ser {
  opacity: .8;
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}

.new.text-16-60.white-ser.mo {
  color: var(--black);
  margin-bottom: 0;
  font-size: 17px;
}

.new.text-16__white {
  color: #fff;
  letter-spacing: .25px;
  font-weight: 300;
}

.new.text-16-80 {
  color: #111c;
  font-family: Tt Interphases;
  font-style: normal;
  font-weight: 300;
  line-height: 25px;
}

.new.text-16-60 {
  opacity: .6;
  color: #111;
  font-family: Helvetica neue;
  font-weight: 300;
}

.new.text-16-60.text-16__padding-bottom {
  opacity: .8;
  color: #111;
  text-align: left;
  margin-bottom: 28px;
  font-style: normal;
  overflow: visible;
}

.bold-text-24 {
  line-height: 20px;
}

.scroll-link {
  z-index: 10;
  border: 1px solid #e4eff3;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
  margin-top: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-size-large-2 {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.6;
}

.how-to-item {
  flex-direction: column;
  max-width: 25rem;
  display: flex;
}

.heading-xlarge {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Durno, sans-serif;
  font-size: 45px;
  font-weight: 500;
  line-height: 1.25;
}

.heading-small {
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 1.4;
}

.scroll-link-icons {
  z-index: 20;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: .875rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.max-width-small {
  width: 100%;
  max-width: none;
}

.overlay {
  z-index: 2;
  background-color: #0f131666;
  position: absolute;
  inset: 0%;
}

.overlay.light-overlay {
  background-color: #0f131612;
}

.cohort-hero-top {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: space-between;
  width: 50%;
  margin-left: 0;
  margin-right: 4rem;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.cohort-hero-top.right0side {
  margin-left: 0;
  margin-right: 4rem;
}

.cohort-hero-image {
  z-index: 10;
  border-radius: .5rem;
  width: 100%;
  height: 100%;
  min-height: 25vw;
  position: relative;
  overflow: hidden;
}

.cohort-hero-image.vertical {
  min-height: 600px;
}

.button-background {
  background-color: #3f8ef1;
  border-radius: 100%;
  width: 100%;
  min-width: 4.5rem;
  height: 175%;
  display: none;
  position: absolute;
  inset: auto;
}

.icon-small {
  justify-content: center;
  align-items: center;
  height: .875rem;
}

.cohort-intro {
  max-width: none;
}

.cohort-hero-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.page-padding-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.link-icon-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.section-services-2 {
  z-index: 10;
  border-bottom: 1px solid #e4eff3;
  margin-bottom: 100px;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.section-services-2.gray {
  background-color: #f1f1f15e;
  border-bottom-style: none;
  margin-bottom: 0;
}

.section-services-2.personalized {
  background-color: #f1f1f14a;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 50px;
  padding-right: 50px;
}

.how-to-component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  justify-items: stretch;
  display: grid;
}

.hero-scroll-link {
  margin-top: auto;
}

.text-size-tiny-2 {
  font-size: .75rem;
}

.image-full-2 {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.cohort-hero-intro {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  max-width: none;
  min-height: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
  position: sticky;
  top: 0;
}

.body {
  background-color: #fff;
}

.button-text {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  margin-top: 3px;
  padding: 0;
  font-family: Durno, sans-serif;
  font-weight: 500;
}

.all-cohorts-info {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
}

.button-text-wrapper {
  z-index: 10;
  flex-direction: column;
  height: 1.5rem;
  line-height: 1.5;
  display: flex;
  position: relative;
  overflow: hidden;
}

.heading-large {
  font-size: 3.25rem;
  font-weight: 500;
  line-height: 1.35;
}

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

.button-2 {
  z-index: 10;
  color: #000;
  text-align: center;
  background-color: #e2ebf0;
  border: 1px #d1dfe4;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  min-width: 8rem;
  padding: .875rem 1.875rem;
  font-family: Durno, sans-serif;
  font-size: .875rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.tag-category {
  letter-spacing: 2px;
  text-transform: uppercase;
  border-bottom: 1px solid #e4eff3;
  padding-bottom: .2rem;
  font-size: .75rem;
}

.tag-category.large-tag {
  letter-spacing: 1px;
  font-size: 1rem;
}

.all-cohorts-image-wrapper {
  z-index: 10;
  border-radius: .5rem;
  width: 50%;
  min-height: 25vw;
  margin-left: 0;
  margin-right: 4rem;
  position: relative;
  overflow: hidden;
}

.all-cohorts-image-wrapper.none {
  margin-left: 4rem;
  margin-right: 0;
}

.section-services-1 {
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto 0;
  padding: 100px 50px;
  display: flex;
}

.section-services-1:nth-child(2n) {
  flex-direction: row-reverse;
}

.price-text {
  letter-spacing: .5px;
  margin-left: .5rem;
  padding-bottom: .2rem;
  font-size: .875rem;
}

.underline-link {
  color: #fff;
  align-items: center;
  height: 1.85rem;
  text-decoration: none;
  display: flex;
}

.underline-link.dark {
  color: #000;
}

.arrow-icon-wrapper {
  justify-content: flex-end;
  align-items: center;
  width: .9rem;
  margin-left: .875rem;
  padding-top: 2px;
  display: flex;
  overflow: hidden;
}

.arrow-icon {
  z-index: 10;
  opacity: 1;
  filter: none;
  width: .875rem;
  position: relative;
}

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

.padding-horizontal {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.padding-horizontal.padding-medium {
  padding-left: 50px;
  padding-right: 50px;
}

.text-size-large-3 {
  font-size: 1.4rem;
  line-height: 1.45;
}

.text-size-large-3.text-align-center {
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}

.text-size-large-3.text-align-center.text-color-white {
  color: #fff;
  font-family: Durno, sans-serif;
  font-weight: 500;
}

.button-3 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #2e313a;
  border-radius: .5rem;
  padding: .75rem 1.05rem .75rem 1.15rem;
  font-family: Durno, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  text-decoration: none;
}

.button-3.is-form-submit {
  background-color: #0b0c0f;
  border-style: none;
  width: 100%;
  margin-top: 1rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.footer-block {
  flex-direction: column;
  display: flex;
}

.footer-link {
  color: #fff;
  font-family: Durno, sans-serif;
  font-weight: 500;
  text-decoration: none;
  transition: opacity .2s ease-in;
}

.footer-link:hover {
  opacity: .57;
}

.padding-vertical-2 {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical-2.padding-huge {
  padding-top: 100px;
  padding-bottom: 100px;
}

.padding-vertical-2.padding-huge.thanks {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 90vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.text-size-xsmall {
  font-size: .8rem;
}

.text-style-link {
  color: #000;
  text-decoration: none;
}

.text-style-link.light {
  color: #fff;
}

.footer-intro {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 500px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-bottom {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-top: 1px solid #2e313a;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 3rem 0;
  display: grid;
}

.footer-menu {
  grid-column-gap: 2.625rem;
  grid-row-gap: 2.625rem;
  justify-content: space-between;
  display: flex;
}

.grid-large {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(2rem, 1fr) minmax(auto, 96rem) minmax(2rem, 1fr);
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.hover-text.bottom-hover-text {
  position: absolute;
  inset: auto 0% -100%;
}

.section-footer1 {
  background-color: #000;
}

.text-size-tiny-3 {
  font-size: .7rem;
}

.text-size-tiny-3.text-style-allcaps {
  text-transform: uppercase;
}

.text-size-tiny-3.text-style-allcaps.text-color-white {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 11px;
  font-weight: 400;
}

.form_message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.work-spacer {
  z-index: 20;
  background-color: #0b0c0f;
  height: 2rem;
  position: sticky;
  top: 0;
  bottom: 0;
}

.work-spacer.work-top-spacer {
  height: 5.625rem;
}

.contact-base {
  z-index: 100;
  flex-direction: column;
  width: 100%;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 6rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.form-dual-input {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  justify-content: space-between;
  display: flex;
}

.about-hero {
  z-index: 5;
  position: relative;
}

.form-input {
  background-color: #0000;
  border: 1px solid #e7eeee;
  min-height: 3.5rem;
  margin-bottom: .5rem;
  padding: .625rem 1.25rem;
  font-size: 1rem;
}

.form-input.is-text-area {
  min-height: 8rem;
  padding-top: .875rem;
}

.form-block-2 {
  background-color: #fff;
  flex-direction: column;
  flex: 1;
  margin-bottom: 0;
  padding: 1.5rem 3rem 3rem;
  display: flex;
}

.form-block-2.radius-regular {
  padding-top: 0;
}

.contact-intro {
  text-align: center;
  width: 100%;
  max-width: 25rem;
  margin-left: auto;
  margin-right: auto;
}

.form-field-wrapper {
  margin-bottom: 1rem;
}

.about-hero-left {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: .65fr auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  display: flex;
}

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

.form_message-success {
  padding: 1.25rem;
}

.form-label {
  font-size: .875rem;
  font-weight: 400;
}

.contact-text {
  text-align: center;
  width: 100%;
  max-width: 25rem;
  margin-bottom: 39px;
  margin-left: auto;
  margin-right: auto;
}

.text-size-small {
  font-size: .975rem;
  line-height: 1.35;
}

.text-size-small.new {
  font-family: Durno, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.text-size-small.right {
  margin-top: 2px;
  font-size: 12px;
}

.home-banner_credit {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  align-items: center;
  display: flex;
}

.home-banner_nav {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid #e7eeee;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.slider-arrow {
  grid-column-gap: .35rem;
  grid-row-gap: .25rem;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-family: Durno, sans-serif;
  font-size: 10px;
  font-weight: 500;
  display: flex;
}

.slider-arrow.swiper-prev {
  border-right: 1px solid #e7eeee;
}

.home-banner_content {
  z-index: 3;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: #fff;
  border-radius: .625rem;
  flex-direction: column;
  width: 100%;
  max-width: 35rem;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-banner_content.slider-component {
  background-color: #fff;
}

.hover-arrow.left {
  position: absolute;
  inset: 0% auto 0% -100%;
}

.hover-arrow.right {
  position: absolute;
  inset: 0% -100% 0% auto;
}

.home-banner_slide {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 2.5rem;
  display: flex;
}

.home-banner_slide.swiper-slide {
  padding-top: 30px;
  padding-bottom: 30px;
}

.image-fill {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  min-width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.home-banner_slider {
  cursor: grab;
  display: flex;
}

.icon-1x1-tiny {
  justify-content: center;
  align-items: center;
  width: .9rem;
  height: .9rem;
  display: flex;
  overflow: hidden;
}

.home-banner_bkg {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.home-banner_avatar {
  border-radius: .4rem;
  width: 3rem;
  height: 3rem;
  position: relative;
  overflow: hidden;
}

.overlay-2 {
  background-color: #0b0c0f26;
  position: absolute;
  inset: 0%;
}

.overlay-2.light-overlay {
  background-color: #0000;
}

.slider-arrow_text {
  padding-bottom: 0;
}

.home-banner_com {
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 80vh;
  padding-top: 16rem;
  padding-bottom: 16rem;
  padding-left: 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.hover-link-wrapper {
  z-index: 100;
  opacity: 1;
  justify-content: center;
  align-items: center;
  width: 148px;
  height: 148px;
  padding: 24px;
  display: flex;
  position: absolute;
  inset: auto 0 2vw auto;
}

.hover-link {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #fff0;
  border: 1px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 11px;
  text-decoration: none;
  display: flex;
}

.stripe-wrapper {
  z-index: 5;
  justify-content: center;
  width: 100vw;
  min-width: 100vw;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: absolute;
  inset: 0% auto;
}

.logos-headline {
  color: #6e7488;
  align-items: center;
  padding-bottom: 27px;
  display: flex;
}

.hero-background-image {
  background-image: url('../images/aussie-fit00023.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.hero-background-image.contact-background {
  background-image: url('../images/Space007.jpeg');
}

.hero-background-image.nds {
  background-image: url('../images/aussie-fit00030.jpeg');
  background-position: 50% 0;
}

.image-overlay {
  z-index: 1;
  background-color: #090b194d;
  position: absolute;
  inset: 0%;
}

.image-overlay.dark-overylay {
  background-color: #090b1973;
}

.image-overlay.gradient {
  background-color: #090b1900;
  background-image: linear-gradient(#0000, #000000d4);
}

.contact-hero {
  z-index: 10;
  color: #fff;
  justify-content: center;
  min-height: 650px;
  padding-top: 100px;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.contact-hero.large {
  min-height: 750px;
}

.xxl-heading {
  letter-spacing: -.05em;
  margin-right: 1px;
  font-size: 78px;
}

.xxl-heading.two {
  color: #fff;
  font-family: Durno, sans-serif;
  font-size: 60px;
  font-weight: 700;
}

.xxl-heading.one {
  color: #fff;
  letter-spacing: 0;
  font-family: Durno, sans-serif;
  font-size: 60px;
}

.horizontal-line {
  background-color: #e2e7f1;
  flex: 1;
  height: 1px;
  margin-left: 18px;
}

.horizontal-line.white {
  background-color: #ffffff1f;
}

.inner-page-hero-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 0;
  display: grid;
}

.wrapper {
  z-index: 10;
  align-self: flex-end;
  width: 100%;
  max-width: 1200px;
  position: relative;
}

.wrapper.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.wrapper.c {
  margin-left: auto;
  margin-right: auto;
}

.background-cover {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.subtitle {
  z-index: 10;
  color: #090b19;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-family: Durno, sans-serif;
  font-size: 12px;
  font-weight: 700;
  position: relative;
}

.subtitle.white {
  color: #fff;
}

.subtitle.small {
  font-size: 12px;
}

.clip-2 {
  position: relative;
  overflow: hidden;
}

.pin-stripe {
  background-color: #f3f6fc;
  width: 1px;
}

.pin-stripe.white {
  background-color: #ffffff1f;
}

.stripe-container {
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
}

.section-form {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 120px 5vw;
  display: flex;
  position: relative;
}

.section-form.no-verticle-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.banner-items {
  background-color: var(--white-smoke);
  white-space: nowrap;
  align-items: center;
  height: 120px;
  display: flex;
  overflow: hidden;
}

.page-info-ribbon {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.dark-dot {
  background-color: #090b19;
  border-radius: 100px;
  width: 4px;
  min-width: 4px;
  height: 4px;
  min-height: 4px;
  margin-left: 6px;
  margin-right: 10px;
}

.page-info {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f3f6fc;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 120px;
  display: grid;
  overflow: hidden;
}

.banner-scrolling-wrapper {
  background-color: var(--white-smoke);
  width: 100%;
  height: 100%;
}

.scrolling-text {
  background-color: var(--white-smoke);
  align-items: center;
  height: 100%;
  display: flex;
}

.form-2 {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.project-description {
  grid-column-gap: 24px;
  grid-row-gap: 60px;
  color: #090b19;
  background-color: #f3f6fc;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 80px 60px;
  display: grid;
  position: relative;
}

.project-description.top-grey-border {
  background-color: var(--white-smoke);
  border-top: 1px solid #e2e7f1;
  align-items: start;
  padding: 50px;
}

.success-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  background-color: #ffffffd9;
  border: 1px solid #e2e7f1;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  min-height: 340px;
  padding: 60px;
  display: flex;
}

.section-407 {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 120px 5vw;
  display: flex;
  position: relative;
}

.section-407.no-top-padding {
  padding: 0 50px 60px;
}

.service-menu-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid #f3f6fc;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.body-display {
  color: var(--black);
  font-family: Tt Interphases;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
}

.list-item-text {
  font-weight: 400;
}

.field-label {
  color: #000;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-family: Durno, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.list-heading-wrapper {
  grid-column-gap: 7px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  padding-left: 24px;
  display: grid;
}

.field-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-features {
  padding-top: 50px;
}

.sticky-services-menu {
  grid-column-gap: 0px;
  grid-row-gap: 24px;
  white-space: nowrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: sticky;
  top: 100px;
  overflow: hidden;
}

.utility-message {
  background-color: #0000;
  height: 100%;
  margin-top: auto;
  padding: 0;
}

.list-item-arrow {
  width: 18px;
  min-width: 18px;
}

.project-description-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.error-message {
  color: #090b19;
  background-color: #e2e7f1;
  margin-top: 0;
  padding: 12px 18px;
}

.text-field {
  background-color: #ffffffa6;
  border: 1px solid #e2e7f1;
  border-radius: 2px;
  min-height: 54px;
  margin-bottom: 0;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 18px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
}

.text-field:focus {
  background-color: #fff;
  border-color: #d4ddee;
}

.text-field::placeholder {
  color: #6e7488;
}

.text-field.large {
  min-height: 140px;
}

.menu-list-item {
  grid-column-gap: 18px;
  grid-row-gap: 16px;
  color: var(--black);
  letter-spacing: -.03em;
  white-space: normal;
  border-top: 1px #f3f6fc;
  border-bottom: 1px solid #f3f6fc;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  padding: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.25em;
  text-decoration: none;
  transition: padding .4s cubic-bezier(.25, .46, .45, .94), color .4s cubic-bezier(.25, .46, .45, .94);
  display: grid;
}

.menu-list-item:hover {
  color: #090b19;
}

.menu-list-item.w--current {
  color: #090b19;
  padding-left: 36px;
}

.submit-button {
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #090b19;
  border-radius: .5rem;
  min-width: 160px;
  padding: 16px 32px;
  font-family: Durno, sans-serif;
  font-size: 13px;
  font-weight: 500;
  transition: background-color .2s ease-in;
}

.submit-button:hover {
  background-color: var(--royal-blue);
}

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

.hero-column-background {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.column-images {
  z-index: 15;
  border-radius: .5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-hero-mask {
  margin-left: 0;
}

.button-text-2 {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: 1.5rem;
  min-height: 1.5rem;
  padding: 0;
  font-weight: 400;
  line-height: 1.7;
}

.home-hero-slide-right {
  width: 65%;
  padding: 0 0 1rem 60px;
}

.clip-3 {
  overflow: hidden;
}

.home-hero-slide-images {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  min-height: 60vh;
  display: grid;
}

.sec-home {
  margin-top: 0;
  padding: 130px 50px 24px;
}

.home-hero-slide-content {
  justify-content: space-between;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.home-hero-slide-strip {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: .9fr 1fr 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-hero-slide-strip.reverse-hero-strip {
  grid-template-rows: 1fr 1fr .9fr;
}

.slider-home-hero {
  background-color: #ddd0;
  height: auto;
  padding-left: 0;
}

.slide-nav-hero {
  align-items: flex-end;
  width: 4rem;
  margin-left: -6px;
  font-size: 6px;
  display: none;
  inset: auto auto 3rem 0%;
}

.page-padding-grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(3.5rem, 1fr) minmax(auto, 96rem) minmax(3.5rem, 1fr);
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.hero-column-image {
  z-index: 10;
  width: 100%;
  position: relative;
}

.button-4 {
  z-index: 10;
  color: #000;
  text-align: center;
  background-color: #e2ebf0;
  border: 1px #d1dfe4;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  min-width: 8rem;
  padding: .875rem 1.875rem;
  font-size: .875rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-hero-slide-arrow {
  display: none;
  inset: auto auto 0% 0%;
}

.home-hero-slide-left {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  max-width: none;
  margin-bottom: 0;
  margin-right: 0;
  padding: 0 0 3rem;
  display: flex;
}

.hero-heading {
  z-index: 10;
  position: relative;
}

.div-block-500 {
  padding-bottom: 19px;
}

.newsec {
  z-index: 10;
  border-radius: .5rem;
  width: 50%;
  min-height: 25vw;
  margin-left: 0;
  margin-right: 4rem;
  position: relative;
  overflow: hidden;
}

.newsec.none {
  margin-left: 4rem;
  margin-right: 0;
}

.global-nav-container {
  z-index: 9999;
  color: #fff;
  background-image: linear-gradient(#000000e0, #000000e0);
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  display: flex;
  position: fixed;
  top: 30px;
  left: 0;
  right: 0;
}

.contact-link {
  color: #fff;
  font-family: Open Sans, sans-serif;
  text-decoration: none;
  transition: color .2s;
}

.contact-link:hover {
  color: #ffffffa6;
}

.contact-box {
  border-left: 1px solid #ffffff24;
  align-self: stretch;
  align-items: center;
  padding-left: 12.5px;
  padding-right: 12.5px;
  font-family: Tt Interphases;
  font-size: 13px;
  font-weight: 400;
  display: inline-block;
}

.mobile-nav-text {
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
}

.mobile-nav-button {
  float: right;
  justify-content: center;
  align-items: center;
  display: flex;
}

.mobile-nav-button.w--open {
  background-color: #593988;
  padding-top: 20px;
  padding-bottom: 20px;
}

.nav-button {
  background-color: #0000;
  font-size: 16px;
  font-weight: 400;
  transition: color .45s;
}

.nav-button:hover {
  color: #593988;
}

.nav-logo-container {
  align-items: center;
  display: flex;
}

.logo-2 {
  width: 65px;
  margin-right: 15px;
}

.nav-button-container {
  display: inline-block;
}

.mobile-nav-icon {
  color: #fff;
}

.logo-3 {
  margin-right: 15px;
}

.nav-button-underline {
  background-color: #fff;
  width: 100%;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.global-contact-bar {
  z-index: 999;
  color: #fff;
  background-image: linear-gradient(#000000e0, #000000e0);
  border-bottom: 1px solid #ffffff24;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  height: 30px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.mobile-nav {
  z-index: 9999;
  background-color: #0b0711;
  padding-top: 10px;
  padding-bottom: 10px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.mobile-nav-menu {
  color: #fff;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.social-link {
  width: 15px;
  margin-bottom: 3px;
  margin-right: 5px;
}

.social-link.link {
  width: 18px;
}

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

.navbar-wrapper {
  justify-content: center;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.button-text-3 {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: 1.5rem;
  min-height: 1.5rem;
  padding: 0;
  font-weight: 400;
  line-height: 1.7;
}

.nav-menu-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  display: flex;
}

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

.page-padding-2 {
  width: 100%;
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.navbar-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-end;
  padding-left: 20px;
  display: flex;
}

.navbar-component {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-between;
  height: 100%;
  display: grid;
}

.show-tablet {
  display: none;
}

.nav-link-2 {
  color: var(--black-2);
  align-items: center;
  height: 100%;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.nav-link-2.w--current {
  color: var(--black-2);
}

.button-5 {
  z-index: 10;
  color: #000;
  text-align: center;
  background-color: #e2ebf0;
  border: 1px #d1dfe4;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  min-width: 8rem;
  padding: .875rem 1.875rem;
  font-size: .875rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-5.nav-button {
  min-width: auto;
  padding: .75rem 1.75rem;
}

.brand {
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 7rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  display: flex;
}

.navbar-right-links {
  grid-column-gap: 2.25rem;
  grid-row-gap: 2.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.navbar {
  background-color: #fff;
  justify-content: center;
  align-items: stretch;
  height: 4rem;
  margin-top: 30px;
  display: flex;
  position: fixed;
  inset: 0 0% auto;
  box-shadow: 0 0 20px #0000000d;
}

.nav-menu {
  justify-content: flex-start;
  display: flex;
}

.video-link {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #000;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.video-link:hover {
  opacity: 1;
  color: #7300de;
}

.content-wrap-1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.benefit-block-1 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border-radius: .5rem;
  align-items: center;
  margin-top: 20px;
  margin-right: -27px;
  padding: 10px 15px;
  font-size: 18px;
  font-weight: 800;
  display: flex;
  box-shadow: 0 15px 20px #00000026;
}

.hero-image-block {
  background-image: url('../images/aussie-fit00011.jpeg');
  background-position: 80%;
  background-size: cover;
  border: 1px #000;
  border-radius: 20px;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 500px;
  display: flex;
  box-shadow: 0 10px 20px #0000000d;
}

._1-2-grid {
  grid-column-gap: 50px;
  grid-template-rows: auto;
  align-items: center;
  width: 100%;
}

.paragraph {
  color: #181818e6;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}

.tb-logo {
  filter: grayscale();
  width: 100px;
  transition: all .2s;
}

.tb-logo:hover {
  filter: grayscale(0%);
}

.main-container {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.icon-3 {
  color: var(--royal-blue);
  -webkit-text-stroke-color: #9e79c0;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.icon-3.tp {
  margin-top: 2px;
}

.trusted-by-wrap {
  grid-column-gap: 10px;
  align-items: center;
  margin-top: 35px;
  display: flex;
}

.button-6 {
  color: #fff;
  background-color: #000;
  border: 1px #000;
  border-radius: .5rem;
  padding: 10px 20px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  transition: all .2s;
}

.button-6:hover {
  background-color: var(--royal-blue);
  opacity: 1;
  color: #fff;
}

.trusted-by-text {
  margin-right: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.button-wrap {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.purple-span {
  color: #7300de;
}

.main-section {
  flex-direction: column;
  align-items: center;
  margin-top: 88px;
  padding: 100px 5%;
  display: flex;
}

.h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Durno, sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 1.2;
}

.text-block {
  font-family: Durno, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.div-block-501 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.form-block-3 {
  margin-bottom: 0;
}

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

.heading-5 {
  font-family: Durno, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.nav-animation, .hamburger {
  width: 12%;
  margin-bottom: 8%;
  margin-left: 6%;
  margin-right: 6%;
}

.form-sec {
  padding: 50px 50px 0;
  display: block;
  position: relative;
}

.form-sec.section-medium {
  background-image: radial-gradient(circle, #0006, #fff0), url('../images/ae-bg1.jpg');
  background-position: 0 0, 50% 33%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.form-sec.section-medium.section-medium__events {
  background-image: linear-gradient(#202022, #202022), radial-gradient(circle, #0006, #fff0), url('../images/58f51b63a3317d4a02132479_race_2413_photo_39660674.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
}

.form-sec.section-medium.section-medium__about {
  background-image: linear-gradient(#202022, #202022), radial-gradient(circle, #0006, #fff0), url('../images/f44c85bc955818c9d366d12c21a79a5dfc5cf626-upload_09l-1732-editjpg_00579297c0387e1317c34d8630c23931_6621.png');
  background-position: 0 0, 0 0, 50% 36%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
}

.form-sec.section-bg__white {
  background-color: #fff;
  margin-top: 91px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.form-sec.section__bg-grey {
  background-color: #f7f7f7;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.form-sec.section__bg-grey.section__overflow-hidden {
  overflow: hidden;
}

.form-sec.section-nav {
  z-index: 1000;
  background-color: #fff;
  border-bottom: 1px solid #e5e5e5;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: 68px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.form-sec.section-404 {
  background-color: #f7f7f7;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0;
  overflow: hidden;
}

.form-sec.section-fh {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 80vh;
  min-height: 80vh;
  display: flex;
}

.form-sec.section-fh.section-fh_align-top {
  justify-content: flex-start;
}

.form-sec.section-bg {
  background-image: linear-gradient(#fff, #fff0), url('../images/cover6.png');
  background-position: 0 0, 50% 115%;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
}

.form-sec.formsec {
  background-color: #f7f7f7;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.form-sec.formsec.section__overflow-hidden {
  overflow: hidden;
}

._00038 {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

._00038.w80-50-center {
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 50px;
  display: block;
}

._00038._w-custom.wrap-nav {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

._00038._w-custom.wrap100-100 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

._00038._w-custom.w0-80 {
  background-color: #fff;
  padding-bottom: 80px;
  position: relative;
}

._00038._w-custom.w60-60 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

._00038._w-custom._w-60 {
  padding-top: 0;
  padding-bottom: 0;
}

._00038._w-custom._w-featured-logos {
  width: auto;
  max-width: 1200px;
  margin-left: -20px;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

._00038.w50-spcbetween {
  justify-content: space-between;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

._00038.w40-center {
  align-items: center;
  width: 100%;
  max-width: 1200px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

._00038.w40-center._w-extra-padding-btm {
  padding-top: 40px;
  padding-bottom: 300px;
}

._00038.w80-50-start {
  align-items: flex-start;
  padding-top: 80px;
  padding-bottom: 50px;
  display: flex;
}

._00038.w80-50-start.wrap-flex {
  justify-content: flex-start;
  align-items: stretch;
}

._00038.w50-80 {
  padding-top: 50px;
  padding-bottom: 80px;
}

._00038.w80-20 {
  padding-top: 80px;
  padding-bottom: 20px;
}

._00038.wrap-admin {
  width: 300px;
}

._00038.w80-80 {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

._00038.w80-80.slide-1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

._00038.w60-0 {
  padding-top: 60px;
}

.sec001 {
  color: #111212;
  background-color: #fff;
  border-radius: 8px;
  align-items: center;
  height: 520px;
  display: flex;
  box-shadow: 0 1px 8px #1112121a;
}

.sec001.form-block__border {
  box-shadow: none;
  border: 1px solid #e5e5e5;
  border-radius: 0;
  height: auto;
}

.sec002 {
  width: 100%;
  height: 100%;
  padding: 30px;
}

.sec003 {
  margin-bottom: 0;
}

.one-class {
  padding: 50px 50px 0;
  display: block;
  position: relative;
}

.one-class.section-medium {
  background-image: radial-gradient(circle, #0006, #fff0), url('../images/ae-bg1.jpg');
  background-position: 0 0, 50% 33%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.one-class.section-medium.section-medium__events {
  background-image: linear-gradient(#202022, #202022), radial-gradient(circle, #0006, #fff0), url('../images/58f51b63a3317d4a02132479_race_2413_photo_39660674.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
}

.one-class.section-medium.section-medium__about {
  background-image: linear-gradient(#202022, #202022), radial-gradient(circle, #0006, #fff0), url('../images/f44c85bc955818c9d366d12c21a79a5dfc5cf626-upload_09l-1732-editjpg_00579297c0387e1317c34d8630c23931_6621.png');
  background-position: 0 0, 0 0, 50% 36%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
}

.one-class.section-bg__white {
  background-color: #fff;
  margin-top: 95px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.one-class.section__bg-grey {
  background-color: #f7f7f7;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.one-class.section__bg-grey.section__overflow-hidden {
  overflow: hidden;
}

.one-class.section-nav {
  z-index: 1000;
  background-color: #fff;
  border-bottom: 1px solid #e5e5e5;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: 68px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.one-class.section-404 {
  background-color: #f7f7f7;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0;
  overflow: hidden;
}

.one-class.section-fh {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 80vh;
  min-height: 80vh;
  display: flex;
}

.one-class.section-fh.section-fh_align-top {
  justify-content: flex-start;
}

.one-class.section-bg {
  background-image: linear-gradient(#fff, #fff0), url('../images/cover6.png');
  background-position: 0 0, 50% 115%;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
}

.one-class.formsec {
  background-color: #f7f7f7;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.one-class.formsec.section__overflow-hidden {
  overflow: hidden;
}

.thanks {
  background-color: #000;
}

.text-span-3 {
  font-size: 14px;
}

@media screen and (max-width: 991px) {
  body {
    overflow: visible;
  }

  h2 {
    font-family: Oswald, sans-serif;
  }

  .headline-8-col {
    text-align: center;
    width: auto;
  }

  .headline-6-col {
    text-align: center;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .headline-6-col.headline-6-col__align-center.headline-6-col__no-padding {
    width: 80%;
  }

  .headline-6-col.headline-6-col__align-center.headline-6-col__no-padding.headline-absolute {
    width: 80%;
    margin-bottom: 0;
    top: -9vh;
    right: 15vw;
  }

  .headline-6-col.headline-6-col__align-center.headline-6-col__no-padding.headline-absolute.headline-2 {
    right: 0;
  }

  .headline-6-col.headline-6-col__align-center.h-horizontal-scroll {
    margin-top: 30px;
    margin-bottom: 0;
  }

  ._7-col, ._5-col {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .text-16.text-16-60.text-16__align-left {
    text-align: left;
    line-height: 26px;
  }

  .text-16.text-16__white {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .text-16.text-16__list-item {
    font-size: 14px;
  }

  .text-16.text-16-60 {
    width: 100%;
  }

  ._2-col {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .btn-big, .btn.btn-outline-light {
    font-family: Oswald, sans-serif;
  }

  .btn.btn-full-width {
    width: 300px;
    max-width: none;
    font-weight: 400;
  }

  .btn.btn-full-width.btn-sidebar-wrap {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .btn.btn__sticky-footer {
    width: 100%;
    max-width: 645px;
    height: 48px;
    padding-top: 11px;
    padding-bottom: 9px;
    font-size: 14px;
    line-height: 24px;
    text-decoration: none;
    display: block;
  }

  ._6-col {
    flex: 0 auto;
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  ._3-col {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .h1-jumbo.h1-jumbo__white.h1-jumbo__align-center {
    font-size: 46px;
    line-height: 60px;
  }

  .wrap {
    width: 645px;
  }

  .wrap.w80-50-center {
    text-align: center;
    flex-direction: column;
  }

  .wrap._w-custom.wrap-nav {
    background-color: #fff;
    width: 100%;
    padding: 0;
    display: block;
  }

  .wrap._w-custom.wrap100-100 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .wrap._w-custom.w0-80 {
    width: 100vw;
  }

  .wrap._w-custom._w-featured-logos {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .wrap.w50-spcbetween {
    flex-direction: column;
    justify-content: center;
  }

  .wrap.w40-center {
    text-align: center;
    flex-direction: column;
  }

  .wrap.w40-center._w-extra-padding-btm {
    padding-bottom: 170px;
  }

  .wrap.w80-50-start {
    flex-direction: column;
  }

  .wrap.w80-50-start.wrap-flex {
    flex-direction: column-reverse;
  }

  .wrap.w50-80.wrap-fullwidth-mobile {
    padding-top: 30px;
  }

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

  .text-14.text-14-80 {
    margin-bottom: 14px;
  }

  .as-seen.section-bg__white {
    margin-top: 13px;
  }

  .as-seen.section__bg-grey {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .as-seen.section-nav {
    border-bottom-width: 1px;
    height: 68px;
    position: absolute;
  }

  .as-seen.section-fh.section-fh-4 {
    height: 240vh;
  }

  .as-seen.formsec {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .link-light.nav-link {
    font-family: Oswald, sans-serif;
  }

  .nav-btn {
    background-color: #0000;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 30px;
    padding: 0;
    display: block;
  }

  .nav-btn:active {
    background-color: #0000;
  }

  .nav-btn.w--open {
    background-color: #0000;
    margin-right: 30px;
  }

  .nav-logo-wrap {
    flex: none;
    justify-content: space-between;
    align-items: center;
    margin-left: 30px;
    display: inline-block;
  }

  .nav-inner-wrap {
    flex-direction: row;
    padding-top: 29px;
    padding-bottom: 29px;
  }

  .nav-inner-wrap.nav-inner-wrap__no-padding {
    height: 68px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav1-menuicon-dark {
    position: relative;
  }

  .nav-menu-wrap {
    background-color: #fff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 30px;
    display: flex;
    box-shadow: 0 1px 3px #1112120f;
  }

  .form-block {
    flex-direction: column;
    height: auto;
  }

  .form-success {
    padding-bottom: 30px;
  }

  .divider-small {
    margin-left: 0;
    margin-right: auto;
    display: block;
  }

  .divider-small.divider-small__cta-block {
    margin-left: 0;
  }

  .cta-form__list-wrap {
    text-align: left;
  }

  .footer-logo__wrap {
    margin-bottom: 10px;
  }

  .section-footer {
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .footer__social-wrap {
    margin-top: 20px;
  }

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

  .avatar.avatar__border {
    background-position: 50% 0;
    background-repeat: no-repeat;
  }

  .accordion-item__content {
    overflow: hidden;
  }

  .accordion-link {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .row {
    flex-wrap: wrap;
    padding: 18px 16px 16px;
  }

  .row:hover {
    background-color: #fff;
  }

  .row-item__time {
    color: #7d8082;
    font-family: Oswald, sans-serif;
  }

  .row-item__secondary-content {
    justify-content: flex-start;
    width: 100%;
    margin-top: 6px;
    margin-bottom: 8px;
    margin-left: 70px;
  }

  .btn-custom.btn-custom__download {
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .text-18.row-title {
    margin-top: 8px;
  }

  .columns-custom__c1 {
    padding-right: 0;
  }

  .row-item__cta {
    opacity: 1;
    display: none;
    left: 158px;
  }

  .columns-custom__c2 {
    padding-left: 0;
  }

  .sidebar {
    margin-top: 40px;
  }

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

  .form-column__one {
    padding-right: 0;
  }

  .form-column__one.form-column__double {
    margin-bottom: 22px;
    padding-left: 0;
  }

  .form-field {
    font-size: 16px;
  }

  .form-block__outer-wrap {
    padding-bottom: 30px;
  }

  .select-field {
    font-size: 16px;
  }

  .h2__align-center {
    font-family: Durno, sans-serif;
    font-size: 35px;
    font-weight: 500;
  }

  .nav-wrap {
    border-bottom: 1px #000;
    height: 68px;
  }

  .top-padding {
    border-bottom: 1px solid #e5e5e5;
    height: 69px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }

  .callout-block.callout-block__quote {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .h2-align__left, .list-item {
    text-align: left;
  }

  .coach-card__stats-block {
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .coach-card__footer {
    z-index: 999;
    background-color: #0000;
    border-top: 1px #e5e5e5;
    height: 92px;
    padding-left: 6px;
    padding-right: 6px;
    display: flex;
    position: relative;
  }

  .coach-card__footer.footer-absolute {
    z-index: 1;
  }

  .featured-logo__inner-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .featured-logo__outer-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .logo-wrap {
    width: 76px;
  }

  .content-block {
    text-align: left;
    margin-bottom: 30px;
    padding-right: 0;
  }

  .content-image__2 {
    display: none;
  }

  .content-image__3 {
    background-position: 50% 0;
  }

  .h2-20-50 {
    font-family: Oswald, sans-serif;
  }

  .icon-info {
    display: block;
  }

  .pricing-block {
    margin-bottom: 10px;
  }

  .coach-card {
    margin-left: 0;
    padding-bottom: 24px;
  }

  .h2-30-20, .h2-30-20.h2-xl {
    font-family: Oswald, sans-serif;
  }

  .text__inline-xl {
    line-height: 46px;
  }

  .h2__price {
    font-size: 42px;
  }

  .tabs-content {
    max-width: 645px;
  }

  .coach-card__divider {
    display: none;
  }

  .sticky-footer__buffer {
    height: 92px;
    display: block;
    position: relative;
  }

  .sticky-footer {
    z-index: 999;
    background-color: #fff;
    border-top: 1px solid #e5e5e5;
    width: 100vw;
    height: 92px;
    padding-left: 16px;
    padding-right: 16px;
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .nav-icon-block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin-top: 2px;
    display: flex;
  }

  .burger-line {
    transform-origin: 0%;
    background-color: #202022;
    width: 22px;
    height: 2px;
  }

  .burger-line.burger-line__center {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .coach-card__social-block {
    display: none;
  }

  .instagram-embed {
    float: none;
    align-items: center;
    width: 645px;
    height: 345px;
    margin-top: 30px;
    display: flex;
    overflow: scroll;
  }

  .instagram-embed__cover {
    width: 940px;
    height: 345px;
    position: absolute;
  }

  .drag-pan__text {
    padding-left: 5px;
    padding-right: 5px;
    display: block;
    bottom: 0;
  }

  .drag-pan-block {
    opacity: .7;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
    bottom: 46px;
  }

  .pan-arrow {
    opacity: .5;
    background-image: url('../images/left-arrow.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 14px;
    height: 14px;
    position: relative;
  }

  .pan-arrow.pan-arrow__right {
    transform: rotate(180deg);
  }

  .btn-instagram {
    background-image: url('../images/instagram-button-rounded.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 125px;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .exit-loader__wrap, .exit-loader__line {
    display: none;
  }

  .block-quote, .block-quote__author {
    text-align: left;
  }

  .testimonials__author-wrap {
    width: 100%;
  }

  .wrap__outer-align-top {
    flex-wrap: wrap;
    margin-top: 0;
  }

  .author-meta__social {
    display: none;
  }

  .center-point {
    width: 100px;
    height: 100px;
  }

  .arrow.arrow-l {
    width: 45px;
    height: 26px;
  }

  .arrow.arrow-r {
    height: 26px;
  }

  .app-wrap {
    width: 37.5vw;
    margin-top: 0;
    margin-left: 0;
    position: relative;
    right: 5vw;
  }

  .app-wrap.app-wrap-3 {
    width: 100vw;
    right: 0;
  }

  .app-wrap.app-wrap-3.app-first {
    flex-direction: column;
    align-items: center;
    width: 100vw;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    right: 0;
  }

  .app-wrap.app-wrap-3.app-last {
    align-items: center;
  }

  .data-block.data-block__9, .data-block.data-block__12, .data-block.data-block__2, .data-block.data-block__3, .data-block.data-block__5, .data-block.data-block__4, .data-block.data-block__1 {
    transform: scale(.8);
  }

  .data-block.data-block__8 {
    left: 66%;
    transform: scale(.8);
  }

  .data-block.data-block__7, .data-block.data-block__6, .data-block.data-block__6, .data-block.data-block__7 {
    transform: scale(.8);
  }

  .data-block.data-block__9 {
    right: 54%;
    transform: scale(.8);
  }

  .arrow-animation__wrap {
    width: 6vw;
    right: 8vw;
  }

  .metron-logo {
    background-size: 50px;
    width: 50px;
    height: 50px;
  }

  .wrap-2 {
    width: 645px;
  }

  .wrap-2._w-custom.wrap-fw._w-flex {
    flex-flow: wrap;
    flex: 0 auto;
    justify-content: center;
    height: 240vh;
    position: static;
  }

  .highlights-list {
    text-align: left;
    margin-bottom: 26px;
  }

  .highlights-list__item {
    font-size: 16px;
  }

  .highlight-list__wrap {
    display: block;
  }

  .sticky-section__title-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    display: flex;
  }

  .slide-content.slide-content__vertical {
    text-align: center;
    width: 80%;
    height: 30vh;
  }

  .results-sub-title {
    width: 80%;
  }

  .gradient-overlay-2 {
    display: block;
  }

  .you {
    background-size: contain;
    width: 50px;
    height: 50px;
  }

  .text-16-center.text-16-60 {
    width: 100%;
  }

  .text-16-center.text-16-60.text-16__padding-bottom {
    font-size: 12px;
  }

  .heading-3 {
    font-size: 23px;
    line-height: 30px;
  }

  .metron-logo-2 {
    background-size: contain;
    width: 50px;
    height: 50px;
  }

  .gradient-overlay-3 {
    display: block;
  }

  .div-block-469 {
    padding-left: 115px;
    padding-right: 115px;
  }

  .app-wrap-2 {
    width: 37.5vw;
    margin-top: 60px;
    margin-left: 0;
    position: relative;
    right: 5vw;
  }

  .left-point-2 {
    width: 100px;
    height: 100px;
    left: 16%;
  }

  .div-block-474 {
    margin-bottom: 48px;
  }

  .div-block-473 {
    flex-direction: column;
  }

  .arrow-animation__wrap-2 {
    right: 8vw;
  }

  .hiw-title {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 22px;
    font-weight: 400;
  }

  .hiw-title.hiw1-title {
    margin-bottom: 0;
    font-size: 22px;
    line-height: 33px;
  }

  .x-471-rigth {
    flex: 0 auto;
    align-items: center;
  }

  .x-471-rigth._1 {
    padding-left: 45px;
    padding-right: 45px;
  }

  .div-block-27-copy {
    padding-left: 26px;
    padding-right: 26px;
  }

  .button.red {
    margin-top: 0;
  }

  .div-block-497 {
    align-items: center;
    width: auto;
  }

  .div-block-27-copy-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 26px;
    padding-right: 26px;
    display: flex;
  }

  .slide-nav {
    padding-top: 50px;
  }

  .slider {
    padding-left: 58px;
    padding-right: 58px;
  }

  .div-block-498 {
    margin-bottom: 48px;
  }

  .teacher-history {
    flex-direction: column-reverse;
  }

  .section-about.about {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section-about.sarah {
    padding-top: 150px;
    padding-bottom: 57px;
  }

  .history-item-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .history-image {
    width: 100%;
    margin-top: 0;
    margin-bottom: 42px;
    margin-left: 0;
    padding-top: 0;
  }

  .history-image.home, .history-image.new {
    position: static;
  }

  .heading-medium {
    font-family: Durno, sans-serif;
  }

  .history-image-wrapper {
    height: 400px;
  }

  .history-image-wrapper.no {
    text-align: center;
    min-height: 500px;
    margin-left: auto;
    margin-right: auto;
    position: static;
    top: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .history-list {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .image-full {
    min-height: 400px;
    overflow: hidden;
  }

  .image-full.no-effect {
    border-radius: .5rem;
    width: 80%;
    height: 500px;
    min-height: 0;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .new.text-16-60.text-16__align-left {
    text-align: left;
    line-height: 26px;
  }

  .new.text-16-60.text-new, .new.text-16-60.text-new.mo, .new.text-16-60.normal, .new.text-16-60.white-ser {
    font-size: 16px;
  }

  .new.text-16__white {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .new.text-16__list-item {
    font-size: 14px;
  }

  .new.text-16-60 {
    width: 100%;
  }

  .heading-xlarge {
    font-size: 3.5rem;
  }

  .cohort-hero-top {
    width: 100%;
    padding-top: 0;
  }

  .cohort-hero-top.right0side {
    margin-top: 30px;
    margin-right: 0;
    padding-left: 50px;
    padding-right: 50px;
  }

  .cohort-hero-image {
    min-height: 75vw;
  }

  .cohort-hero-image.vertical {
    object-fit: cover;
    object-position: 50% 0%;
    min-height: 500px;
  }

  .cohort-hero-wrapper {
    flex-direction: column-reverse;
  }

  .page-padding-grid {
    grid-template-columns: minmax(3rem, 1fr) minmax(auto, 96rem) minmax(3rem, 1fr);
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .section-services-2.personalized {
    padding: 50px 0;
  }

  .how-to-component {
    grid-template-columns: auto auto;
  }

  .image-full-2 {
    object-position: 50% 40%;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
  }

  .cohort-hero-intro {
    min-height: auto;
    margin-left: 0;
    padding-top: 0;
    padding-left: 3rem;
    padding-right: 3rem;
    position: relative;
    top: auto;
  }

  .all-cohorts-info {
    margin-top: 43px;
    margin-left: 0;
    padding-bottom: 0;
  }

  .all-cohorts-image-wrapper {
    width: 100%;
    height: 75vw;
  }

  .section-services-1 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    padding: 50px;
  }

  .section-services-1:nth-child(2n) {
    flex-direction: column;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-vertical-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical-2.padding-huge {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .footer-intro {
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-bottom {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
  }

  .footer-menu {
    padding-bottom: 2rem;
  }

  .grid-large {
    grid-template-columns: minmax(1rem, 1fr) minmax(auto, 104rem) minmax(1rem, 1fr);
  }

  .work-spacer {
    height: 4vh;
    display: none;
  }

  .form-block-2 {
    padding: 1.5rem 1.5rem 2.5rem;
  }

  .about-hero-left {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-rows: auto auto;
    min-height: auto;
    padding-top: 5rem;
    padding-bottom: 2rem;
  }

  .home-banner_content {
    max-width: 70vw;
  }

  .image-fill {
    object-position: 50% 50%;
  }

  .home-banner_com {
    align-items: center;
    min-height: 0;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-right: 100px;
  }

  .contact-hero {
    min-height: 550px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .xxl-heading {
    font-size: 64px;
  }

  .horizontal-line.white {
    display: none;
  }

  .inner-page-hero-wrapper {
    grid-template-columns: 2fr 1fr;
  }

  .section-form {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-form.no-verticle-padding {
    padding-left: 50px;
    padding-right: 50px;
  }

  .page-info-ribbon {
    grid-template-columns: 1fr;
  }

  .page-info {
    overflow: auto;
  }

  .project-description {
    padding: 36px 24px;
  }

  .section-407 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .project-features {
    padding-top: 0;
  }

  .sticky-services-menu {
    position: relative;
    top: 0;
  }

  .project-description-wrapper {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .home-hero-mask {
    margin-left: 0;
  }

  .home-hero-slide-right {
    width: 100%;
    height: 110vw;
    padding-left: 1rem;
  }

  .home-hero-slide-content {
    flex-direction: column;
    min-height: auto;
  }

  .slider-home-hero {
    padding-left: 0;
  }

  .slide-nav-hero {
    align-items: flex-start;
    width: 5rem;
    margin-bottom: 2rem;
    padding-top: 0;
    padding-right: 1rem;
    display: none;
    inset: auto 0 110vw auto;
  }

  .page-padding-grid-2 {
    grid-template-columns: minmax(3rem, 1fr) minmax(auto, 96rem) minmax(3rem, 1fr);
  }

  .home-hero-slide-arrow {
    justify-content: flex-end;
    align-items: center;
    width: 2.25rem;
    height: 2rem;
    margin-bottom: 5rem;
    padding-left: 1rem;
    padding-right: 0;
    display: flex;
    bottom: 110vw;
    left: auto;
    right: 6rem;
  }

  .home-hero-slide-arrow.right-hero-arrow {
    left: auto;
    right: 3rem;
  }

  .home-hero-slide-left {
    margin-bottom: auto;
    padding-top: 3rem;
    padding-bottom: 4rem;
    padding-left: 3rem;
  }

  .newsec {
    width: 100%;
    height: 75vw;
  }

  .newsec.none {
    width: 100%;
    height: auto;
    min-height: 500px;
    margin-left: 0;
  }

  .nav-menu-list {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    text-align: right;
    flex-direction: column;
    grid-auto-flow: row;
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .page-padding-2 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .navbar-right {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    align-items: center;
  }

  .navbar-component {
    grid-template-columns: auto 1fr;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .show-tablet {
    display: block;
  }

  .nav-link-2 {
    text-align: right;
    justify-content: flex-end;
    align-items: center;
    padding: 15px 3rem;
  }

  .nav-link-2.high {
    background-color: var(--royal-blue);
    color: #fff;
    font-family: Durno, sans-serif;
    font-size: 14px;
    font-weight: 500;
  }

  .menu-button {
    justify-content: center;
    align-items: center;
    padding: 0 0 0 1rem;
    display: flex;
  }

  .menu-button.w--open {
    background-color: #c8c8c800;
  }

  .brand {
    padding-left: 0;
  }

  .navbar-right-links {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    display: none;
  }

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

  .nav-menu {
    text-align: right;
    background-color: #fff;
    border-top: 1px solid #e4eff3;
    border-bottom: 1px solid #e4eff3;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
  }

  .hero-image-block {
    background-position: 50%;
    min-height: 500px;
  }

  ._1-2-grid {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .paragraph {
    font-size: 16px;
  }

  .trusted-by-wrap {
    margin-top: 20px;
  }

  .button-6 {
    font-size: 16px;
  }

  .main-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .h1 {
    font-size: 40px;
  }

  .div-block-501 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .nav-animation {
    width: auto;
    margin-bottom: 0%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .hamburger {
    width: 100%;
    height: 30px;
    margin-bottom: 0%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .hamburger.home {
    margin-top: -80px;
  }

  .form-sec.section__bg-grey {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .form-sec.section-nav {
    border-bottom-width: 1px;
    height: 68px;
    position: absolute;
  }

  .form-sec.section-fh.section-fh-4 {
    height: 240vh;
  }

  .form-sec.formsec {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  ._00038 {
    width: 645px;
  }

  ._00038.w80-50-center {
    text-align: center;
    flex-direction: column;
  }

  ._00038._w-custom.wrap-nav {
    background-color: #fff;
    width: 100%;
    padding: 0;
    display: block;
  }

  ._00038._w-custom.wrap100-100 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  ._00038._w-custom.w0-80 {
    width: 100vw;
  }

  ._00038._w-custom._w-60 {
    width: 100%;
  }

  ._00038._w-custom._w-featured-logos {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  ._00038.w50-spcbetween {
    flex-direction: column;
    justify-content: center;
  }

  ._00038.w40-center {
    text-align: center;
    flex-direction: column;
  }

  ._00038.w40-center._w-extra-padding-btm {
    padding-bottom: 170px;
  }

  ._00038.w80-50-start {
    flex-direction: column;
  }

  ._00038.w80-50-start.wrap-flex {
    flex-direction: column-reverse;
  }

  ._00038.w50-80.wrap-fullwidth-mobile {
    padding-top: 30px;
  }

  .sec001 {
    flex-direction: column;
    height: auto;
  }

  .sec002 {
    padding-bottom: 30px;
  }

  .one-class.section-bg__white {
    margin-top: 87px;
  }

  .one-class.section__bg-grey {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .one-class.section-nav {
    border-bottom-width: 1px;
    height: 68px;
    position: absolute;
  }

  .one-class.section-fh.section-fh-4 {
    height: 240vh;
  }

  .one-class.formsec {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-family: Oswald, sans-serif;
  }

  .headline-6-col.headline-6-col__align-center.headline-6-col__no-padding {
    width: 90%;
  }

  .headline-6-col.headline-6-col__align-center.headline-6-col__no-padding.headline-absolute {
    width: 100%;
  }

  .text-16.text-16-60.cta-sub-title, .text-16.text-16-60.text-16__404 {
    font-size: 15px;
  }

  .btn-big, .btn.btn-outline-light {
    font-family: Oswald, sans-serif;
  }

  .btn.btn-full-width {
    width: 300px;
    font-weight: 400;
  }

  .btn.btn__form {
    width: 100%;
  }

  ._6-col {
    margin-right: 0;
  }

  .h1-jumbo {
    font-size: 44px;
    line-height: 56px;
  }

  .h1-jumbo.h1-jumbo__white, .h1-jumbo.h1-jumbo__white.h1-jumbo__align-center {
    font-size: 42px;
    line-height: 56px;
  }

  .wrap {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrap._w-custom.w0-80 {
    padding-left: 0;
    padding-right: 0;
  }

  .wrap._w-custom._w-60 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .wrap._w-custom._w-featured-logos {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .wrap.w40-center._w-extra-padding-btm {
    padding-bottom: 110px;
  }

  .wrap.w50-80.wrap-fullwidth-mobile {
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrap.w80-80.slide-1 {
    flex-flow: wrap;
  }

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

  .as-seen.section__bg-grey, .as-seen.formsec {
    padding: 30px;
  }

  .text-20.text-20__500 {
    font-weight: 400;
  }

  .link-light.nav-link {
    font-family: Oswald, sans-serif;
  }

  .nav {
    z-index: 10;
  }

  .nav-btn {
    margin-top: -4px;
    padding: 0;
  }

  .nav-btn.w--open {
    margin-top: -4px;
  }

  .nav-logo-wrap {
    margin-left: 24px;
    display: inline-block;
  }

  .form-success {
    padding-bottom: 30px;
  }

  .footer__social-wrap {
    margin-top: 20px;
  }

  .row-item__time {
    font-size: 18px;
  }

  .row-item__secondary-content {
    margin-left: 74px;
  }

  .columns-custom__c1 {
    padding-right: 0;
  }

  .columns-custom__c2 {
    padding-left: 0;
  }

  .sidebar {
    margin-top: 40px;
  }

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

  .side-bar__wrap-content {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .form-column__one {
    padding-right: 0;
  }

  .form-column__one.form-column__double, .form-column__two {
    padding-left: 0;
  }

  .select-wrap {
    margin-bottom: 15px;
    padding-bottom: 0;
  }

  .select-field {
    margin-top: 0;
  }

  .h2__align-center {
    font-size: 30px;
  }

  .callout-block.callout-block__quote {
    border-left-style: none;
    padding-left: 18px;
  }

  .logo-wrap {
    width: 66px;
  }

  .content-block {
    margin-bottom: 0;
  }

  .content-image__3 {
    background-position: 50% 0;
  }

  .h2-20-50 {
    font-family: Oswald, sans-serif;
  }

  .cta-form {
    padding-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .coach-card {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .h2-30-20, .h2-30-20.h2-xl {
    font-family: Oswald, sans-serif;
  }

  .h2__price {
    font-size: 44px;
  }

  .text__dollar {
    margin-left: -3px;
  }

  .tabs-content {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-icon-block {
    margin-top: 6px;
    margin-right: -10px;
  }

  .instagram-embed {
    width: 100%;
  }

  .h2-utility {
    font-size: 34px;
  }

  .block-quote {
    text-align: center;
    font-size: 18px;
    line-height: 32px;
  }

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

  .testimonials__author-wrap {
    width: 80%;
  }

  .author-meta__social {
    display: flex;
  }

  .row-item__time-block {
    width: 74px;
  }

  .center-point {
    width: 80px;
    height: 80px;
  }

  .arrow.arrow-l, .arrow.arrow-r {
    width: 25px;
    height: 16px;
  }

  .app-wrap {
    width: 50vw;
    right: 8vw;
  }

  .app-wrap.app-wrap-2 {
    display: none;
  }

  .data-block.data-block__12, .data-block.data-block__2 {
    transform: scale(.7);
  }

  .data-block.data-block__3 {
    right: -12%;
    transform: scale(.7);
  }

  .data-block.data-block__5 {
    transform: scale(.7);
  }

  .data-block.data-block__4 {
    bottom: 22%;
    transform: scale(.7);
  }

  .data-block.data-block__1 {
    top: 49%;
    transform: scale(.7);
  }

  .data-block.data-block__8 {
    top: 27%;
    left: 56%;
    transform: scale(.7);
  }

  .data-block.data-block__6 {
    bottom: 56%;
    left: 31%;
    transform: scale(.7);
  }

  .data-block.data-block__7 {
    top: 58%;
    transform: scale(.7);
  }

  .data-block.data-block__9 {
    right: 44%;
    transform: scale(.7);
  }

  .arrow-animation__wrap {
    align-items: flex-end;
    width: 8vw;
    height: 8vh;
    right: 8vw;
  }

  .metron-logo {
    background-size: 40px;
    width: 40px;
    height: 40px;
  }

  .wrap-2 {
    flex: 0 auto;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrap-2._w-custom.wrap-fw {
    padding-left: 0;
    padding-right: 0;
  }

  .highlight-list__wrap {
    width: 100%;
  }

  .sticky__inner-section.s1, .sticky__inner-section.s2, .sticky__inner-section.s3 {
    width: 100vw;
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .sticky__inner-section.s4, .sticky__inner-section.s5 {
    width: 100vw;
    height: 85vh;
    margin-left: 0;
    padding-bottom: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .sticky-section__title-wrap {
    padding-top: 0;
  }

  .slide-content {
    width: 100%;
    margin-left: 0%;
  }

  .slide-content.slide-content__vertical {
    height: 25vh;
  }

  .results-sub-title {
    width: 90%;
  }

  .div-block {
    flex-wrap: wrap;
  }

  .slide-img__1, .slide-img__2, .slide-img__3, .slide-img__4, .slide-img__5 {
    flex: none;
    width: 100%;
    height: 50%;
  }

  .you, .metron-logo-2 {
    background-size: contain;
    width: 40px;
    height: 40px;
  }

  .div-block-469 {
    padding-left: 28px;
    padding-right: 28px;
  }

  .app-wrap-2 {
    width: 50vw;
    right: 8vw;
  }

  .left-point-2 {
    width: 80px;
    height: 80px;
  }

  .container-12377 {
    padding-top: 5px;
  }

  .arrow-animation__wrap-2 {
    width: 8vw;
    right: 8vw;
  }

  .xoutline, .xoutline-ll {
    margin-bottom: 23px;
  }

  .hiw-title {
    font-size: 18px;
    line-height: 25px;
  }

  .hiw-title.hiw1-title {
    font-size: 18px;
  }

  .hiw-title.hiw1-title.margin5 {
    padding-bottom: 5px;
  }

  .para-copy {
    line-height: 18px;
  }

  .x-471-rigth {
    padding-left: 22px;
    padding-right: 22px;
  }

  .div-block-27-copy {
    padding-left: 5%;
    padding-right: 5%;
  }

  .xtxt14blackleft {
    font-size: 12px;
    line-height: 18px;
  }

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

  .button {
    margin-top: 2px;
    line-height: 25px;
  }

  .button.red {
    margin-top: 0;
  }

  .para-copy-2 {
    line-height: 18px;
  }

  .div-block-27-copy-2 {
    margin-top: 5px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .slide-img__3-2, .slide-img__2-2, .slide-img__4-2, .slide-img__1-2 {
    flex: none;
    width: 100%;
    height: 50%;
  }

  .ios-strength-2 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .teacher-history {
    flex-direction: column;
  }

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

  .section-about.sarah {
    padding-top: 136px;
    padding-bottom: 9px;
  }

  .page-padding {
    padding-left: 30px;
    padding-right: 30px;
  }

  .history-image {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
  }

  .history-image.home {
    margin-top: 30px;
  }

  .heading-medium {
    font-size: 30px;
  }

  .history-image-wrapper {
    min-height: 500px;
  }

  .history-image-wrapper.no {
    margin-top: 38px;
  }

  .text-size-regular {
    font-size: 16px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .history-content {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .list-item-2 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .image-full {
    min-height: 500px;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .new.text-16-60.cta-sub-title, .new.text-16-60.text-16__404 {
    font-size: 15px;
  }

  .text-size-large-2 {
    font-size: 1.25rem;
  }

  .heading-xlarge {
    font-size: 3rem;
  }

  .heading-small {
    font-size: 1.75rem;
  }

  .cohort-hero-top {
    width: 100%;
    padding-top: 0;
  }

  .cohort-hero-top.right0side {
    padding-left: 30px;
    padding-right: 30px;
  }

  .cohort-hero-wrapper {
    flex-direction: column-reverse;
  }

  .page-padding-grid {
    grid-template-columns: minmax(1.25rem, 1fr) minmax(auto, 96rem) minmax(1.25rem, 1fr);
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .how-to-component {
    grid-template-columns: auto;
  }

  .image-full-2.hi {
    object-position: 100% 50%;
  }

  .cohort-hero-intro {
    min-height: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .all-cohorts-info {
    padding: 0;
  }

  .heading-large {
    font-size: 2.5rem;
  }

  .all-cohorts-image-wrapper {
    height: 90vw;
    min-height: 50vh;
  }

  .section-services-1 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-horizontal.padding-medium {
    padding-left: 30px;
    padding-right: 30px;
  }

  .text-size-large-3 {
    font-size: 1.25rem;
  }

  .text-size-large-3.text-align-center {
    font-size: 16px;
  }

  .padding-vertical-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical-2.padding-huge {
    padding-left: 30px;
    padding-right: 30px;
  }

  .footer-intro {
    width: auto;
  }

  .footer-bottom {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
    padding-top: 50px;
    padding-bottom: 30px;
  }

  .footer-menu {
    flex-direction: column;
    align-items: center;
    padding-top: 0;
    padding-bottom: 1.7rem;
  }

  .form-dual-input {
    grid-column-gap: .2rem;
    grid-row-gap: .2rem;
    flex-direction: column;
    justify-content: flex-start;
  }

  .form-label {
    margin-bottom: .4rem;
  }

  .slider-arrow {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .home-banner_content {
    max-width: 80vw;
  }

  .home-banner_slide.swiper-slide {
    padding: 1rem;
  }

  .home-banner_com {
    justify-content: center;
    padding: 100px 30px;
  }

  .hover-link-wrapper {
    display: none;
  }

  .contact-hero {
    min-height: 400px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .contact-hero.large {
    min-height: 600px;
  }

  .xxl-heading {
    font-size: 54px;
  }

  .section-form {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-form.no-verticle-padding {
    padding-left: 30px;
    padding-right: 30px;
  }

  .banner-items {
    height: 80px;
  }

  .page-info {
    height: auto;
  }

  .project-description {
    grid-row-gap: 36px;
    grid-template-columns: 1fr;
  }

  .project-description.top-grey-border {
    padding: 30px;
  }

  .section-407 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-407.no-top-padding {
    padding-bottom: 42px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .field-wrapper {
    grid-template-columns: 1fr;
  }

  .list-item-arrow {
    width: 14px;
    min-width: 14px;
  }

  .menu-list-item {
    grid-template-columns: auto 1fr;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 16px;
  }

  .home-hero-slide-right {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .page-padding-grid-2 {
    grid-template-columns: minmax(1.25rem, 1fr) minmax(auto, 96rem) minmax(1.25rem, 1fr);
  }

  .home-hero-slide-arrow {
    margin-bottom: 4rem;
    right: 4rem;
  }

  .home-hero-slide-arrow.right-hero-arrow {
    right: 1.5rem;
  }

  .home-hero-slide-left {
    margin-right: 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .div-block-500 {
    padding-bottom: 0;
  }

  .newsec {
    height: 90vw;
    min-height: 50vh;
  }

  .mobile-nav-text.w--current {
    color: #593988;
    display: block;
  }

  .logo-2 {
    width: 45px;
  }

  .mobile-nav {
    top: 30px;
  }

  .nav-menu-list {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .page-padding-2 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .navbar-component {
    grid-template-columns: auto 1fr;
  }

  .nav-link-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .brand {
    align-items: flex-start;
    padding-left: 0;
  }

  .navbar-right-links {
    display: none;
  }

  .menu-button-icon {
    width: 1.75rem;
  }

  .benefit-block-1 {
    margin-right: 20px;
  }

  ._1-2-grid {
    grid-row-gap: 28px;
  }

  .main-section {
    margin-top: 77px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .h1 {
    font-size: 30px;
  }

  .nav-animation, .hamburger {
    width: 100%;
    margin-bottom: 0%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .form-sec.section__bg-grey, .form-sec.formsec {
    padding: 30px;
  }

  ._00038 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  ._00038._w-custom.w0-80 {
    padding-left: 0;
    padding-right: 0;
  }

  ._00038._w-custom._w-60 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  ._00038._w-custom._w-featured-logos {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  ._00038.w40-center._w-extra-padding-btm {
    padding-bottom: 110px;
  }

  ._00038.w50-80.wrap-fullwidth-mobile {
    padding-left: 20px;
    padding-right: 20px;
  }

  ._00038.w80-80.slide-1 {
    flex-flow: wrap;
  }

  .one-class.section__bg-grey, .one-class.formsec {
    padding: 30px;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-family: Oswald, sans-serif;
  }

  .headline-6-col.headline-6-col__align-center.headline-6-col__no-padding {
    width: 100%;
  }

  .headline-6-col.headline-6-col__align-center.headline-6-col__no-padding.headline-absolute {
    width: 150%;
    display: none;
  }

  .headline-6-col.headline-6-col__align-center.headline-6-col__no-padding.headline-absolute.headline-2 {
    margin-bottom: 20px;
    display: block;
    position: relative;
    top: 5vh;
  }

  .headline-6-col.headline-6-col__align-center.headline-6-col__no-padding.headline-absolute {
    display: none;
  }

  .headline-6-col.headline-6-col__align-center.headline-6-col__no-padding.headline-absolute.headline-2 {
    width: 100%;
    margin-bottom: 20px;
    display: block;
    position: relative;
    top: 5vh;
  }

  .headline-6-col.headline-6-col__align-center.h-horizontal-scroll {
    max-width: 80%;
  }

  .text-16.text-16-60, .text-16.text-16-60.text-16__align-left, .text-16.text-16-60.text-16__padding-bottom {
    font-size: 14px;
    line-height: 24px;
  }

  .text-16.text-16-60.cta-sub-title {
    font-size: 14px;
  }

  .text-16.text-16-60.text-16__404 {
    font-size: 14px;
    line-height: 24px;
  }

  .text-16.text-16__white {
    width: 100%;
    font-size: 14px;
    line-height: 22px;
  }

  .text-16.text-16__list-item {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 24px;
  }

  .text-16.text-16-80, .text-16.text-16-60, .text-16.text-16-60.text-16__padding-bottom {
    font-size: 14px;
    line-height: 24px;
  }

  ._2-col._2-col__custom-1 {
    margin-left: -16px;
  }

  ._2-col._2-col__custom-2 {
    margin-right: -16px;
  }

  .btn-big {
    text-align: center;
    padding: 14px 25px;
    font-family: Oswald, sans-serif;
    display: block;
  }

  .btn {
    text-align: center;
    display: block;
  }

  .btn.btn-outline-light {
    font-family: Oswald, sans-serif;
  }

  .btn.btn-full-width {
    width: 100%;
    margin-bottom: 0;
    font-weight: 400;
  }

  .btn.btn-full-width.btn-sidebar-wrap {
    width: 100%;
  }

  .btn.btn__form {
    letter-spacing: 1px;
    margin-top: 0;
  }

  .btn.btn__sticky-footer {
    width: 100%;
    height: 48px;
    padding-top: 11px;
    padding-bottom: 9px;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    text-decoration: none;
  }

  .btn.btn-footer {
    flex: none;
    padding-left: 18px;
    padding-right: 18px;
  }

  .btn.btn-footer.tab {
    margin-top: 0;
    margin-bottom: 0;
  }

  .tagline {
    text-align: left;
  }

  .tagline.tagline-price {
    letter-spacing: 1px;
    font-size: 10px;
  }

  .tagline.tagline__price-term {
    font-size: 10px;
  }

  .h1-jumbo {
    font-size: 40px;
  }

  .h1-jumbo.h1-jumbo__white, .h1-jumbo.h1-jumbo__white.h1-jumbo__align-center {
    font-size: 38px;
    line-height: 52px;
  }

  .wrap.w80-50-center {
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrap._w-custom.w0-80 {
    padding-left: 0;
    padding-right: 0;
  }

  .wrap._w-custom.w60-60 {
    padding: 30px 0;
  }

  .wrap._w-custom._w-60 {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .wrap._w-custom._w-featured-logos {
    padding-top: 50px;
    padding-bottom: 10px;
  }

  .wrap.w50-80.wrap-fullwidth-mobile {
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrap.w80-80 {
    padding-bottom: 60px;
  }

  .wrap.w80-80.slide-1 {
    align-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .text-14.text-14-60.text-14__custom {
    text-align: left;
    font-size: 12px;
  }

  .text-14.text-14-80 {
    font-size: 13px;
  }

  .text-14._003.text-14__custom {
    text-align: left;
    font-size: 12px;
  }

  .as-seen.section-bg__white {
    padding: 0 30px;
  }

  .as-seen.section-fh.section-fh_align-top {
    height: 90vh;
  }

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

  .link-light.nav-link {
    margin-top: 8px;
    margin-bottom: 14px;
    margin-right: 0;
    font-family: Oswald, sans-serif;
    display: block;
  }

  .link-light.nav-link.nav-link__last {
    margin-bottom: 30px;
  }

  .nav-logo-wrap {
    margin-left: 18px;
  }

  .nav-menu-wrap {
    flex-direction: column;
  }

  .divider-small.divider-small__cta-block {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .icon-checkmark {
    width: 16px;
    max-width: 100%;
    margin-top: 9px;
    margin-right: 8px;
  }

  .tabs-menu {
    justify-content: center;
  }

  .avatar.avatar__border {
    height: 130px;
  }

  .accordion-link {
    font-size: 16px;
  }

  .row {
    flex-direction: column;
    align-items: flex-start;
    padding: 32px 20px;
  }

  .row-item__time {
    margin-bottom: 4px;
    font-size: 16px;
  }

  .row-item__secondary-content {
    margin-bottom: 0;
    margin-left: 0;
  }

  .tab-menu__link {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 13px;
  }

  .text-18.row-title.row-title__footer {
    margin-right: 0;
    font-size: 16px;
  }

  .text-18.row-title {
    margin-top: 4px;
  }

  .text-18.row-title.row-title__footer {
    flex: 0 auto;
    margin-right: 0;
    font-size: 16px;
  }

  .row-item__meta {
    margin-top: 8px;
    margin-bottom: 5px;
  }

  .form-block__outer-wrap {
    padding-top: 20px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .select-wrap {
    margin-bottom: 5px;
  }

  .h3-custom {
    font-size: 16px;
  }

  .h3-custom.h3-custom__form-title-first {
    margin-top: 6px;
    font-size: 16px;
  }

  .h2__align-center {
    text-align: center;
    font-size: 24px;
  }

  .h2-align__left {
    font-size: 20px;
    line-height: 24px;
  }

  .list-item {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 24px;
    list-style-type: square;
  }

  .unordered-list {
    margin-top: 8px;
    padding-left: 10px;
  }

  .coach-card__stats-block {
    padding-left: 8px;
    padding-right: 8px;
  }

  .coach-card__footer {
    height: 92px;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 6px;
    padding-right: 6px;
  }

  .featured-logo__inner-wrap {
    flex-wrap: wrap;
    justify-content: center;
  }

  .logo-wrap {
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    width: 25%;
    margin-bottom: 40px;
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
  }

  .content-image__1, .content-image__3 {
    height: 300px;
  }

  .h2-20-50 {
    font-family: Oswald, sans-serif;
  }

  .pricing-block {
    width: 100%;
    margin-bottom: 20px;
  }

  .sub-cta__content-wrap {
    padding-left: 16px;
    padding-right: 16px;
  }

  .cta-form {
    border-style: none;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .coach-card {
    padding: 0 12px;
  }

  .h2-30-20 {
    font-family: Oswald, sans-serif;
  }

  .h2-30-20.h2-xl {
    width: 100%;
    font-family: Oswald, sans-serif;
    font-size: 36px;
    line-height: 48px;
  }

  .text__inline-xl {
    font-size: 48px;
    line-height: 44px;
  }

  .h2__price {
    font-size: 38px;
    line-height: 38px;
  }

  .text__dollar {
    margin-left: -2px;
    font-size: 16px;
  }

  .tabs-content {
    padding-left: 16px;
    padding-right: 16px;
  }

  .sticky-footer__buffer {
    height: 92px;
  }

  .sticky-footer {
    z-index: 999;
    background-color: #fff;
    border-top: 1px solid #e5e5e5;
    width: 100vw;
    height: 92px;
    padding-left: 16px;
    padding-right: 16px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .nav-icon-block {
    margin-right: -15px;
  }

  .drag-pan__text {
    font-size: 10px;
  }

  .pan-arrow.pan-arrow__left, .pan-arrow.pan-arrow__right {
    width: 12px;
    height: 12px;
  }

  .h2-utility {
    font-size: 30px;
  }

  .block-quote {
    font-size: 18px;
  }

  .block-quote__author {
    padding-top: 20px;
  }

  .wrap-testimonials__inner {
    padding: 20px;
  }

  .testimonials__author-wrap {
    width: 100%;
    margin-top: 20px;
  }

  .author-meta__name {
    font-size: 15px;
  }

  .author-meta__role {
    font-size: 12px;
  }

  .author-meta__social {
    display: none;
  }

  .app-wrap {
    width: 47vw;
    right: 29vw;
  }

  .app-wrap.app-wrap-2 {
    width: 90vw;
    display: block;
    right: 0;
  }

  .data-block.data-block__12 {
    left: 16%;
    transform: scale(.6);
  }

  .data-block.data-block__2 {
    display: none;
    transform: scale(.6);
  }

  .data-block.data-block__3 {
    display: none;
    right: 18%;
    transform: scale(.6);
  }

  .data-block.data-block__5 {
    left: -10%;
    transform: scale(.6);
  }

  .data-block.data-block__4 {
    left: -20%;
    transform: scale(.6);
  }

  .data-block.data-block__1 {
    right: -23%;
    transform: scale(.6);
  }

  .data-block.data-block__8 {
    display: none;
    left: 29%;
    transform: scale(.6);
  }

  .data-block.data-block__6 {
    bottom: 53%;
    left: -21%;
    transform: scale(.6);
  }

  .data-block.data-block__7 {
    right: 9%;
    transform: scale(.6);
  }

  .data-block.data-block__9 {
    display: none;
    top: 44%;
    right: 14%;
    transform: scale(.6);
  }

  .arrow-animation__wrap {
    display: none;
    right: 16vw;
  }

  .complexity-block.complexity-block__a {
    width: 50%;
  }

  .complexity-block.complexity-block__b {
    border-top: 1px #f7f7f7;
    border-bottom: 1px #f7f7f7;
    border-top-left-radius: 0%;
    border-bottom-left-radius: 0%;
    height: 60vh;
    overflow: hidden;
  }

  .wrap-2._w-custom.wrap-fw {
    padding-right: 0;
  }

  .highlights-list {
    padding-left: 20px;
  }

  .highlights-list__item {
    font-size: 15px;
    line-height: 24px;
  }

  .highlight-list__wrap {
    padding-left: 12px;
  }

  .sticky__inner-section.s1, .sticky__inner-section.s2, .sticky__inner-section.s3 {
    padding-bottom: 90px;
  }

  .sticky-section__title-wrap {
    padding-top: 0;
  }

  .slide-content.slide-content__vertical, .results-sub-title {
    width: 100%;
  }

  .gradient-overlay-2 {
    background-image: linear-gradient(to right, #fff, #fff0 19%);
  }

  .sticky-footer__home {
    flex-direction: column;
    height: 100px;
    padding-bottom: 0;
    padding-left: 12px;
    padding-right: 12px;
  }

  .background-video__home {
    background-image: linear-gradient(#00000080, #00000080), url('../images/151016_WRLD_RUN_TERT_CHARGWOOL.jpg'), linear-gradient(#0000, #0000), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0, 35%, 0 0, 0 0;
    background-size: auto, cover, auto, 125px;
  }

  .h2__horizontal-slider {
    margin-top: 0;
    font-size: 24px;
    line-height: 32px;
  }

  .slide-img__1, .slide-img__2, .slide-img__3, .slide-img__4 {
    height: 60%;
  }

  .div-block-4 {
    left: 0;
  }

  .div-block-4.fiv-block-4-4 {
    left: -20vw;
  }

  .slide-img__5 {
    height: 60%;
  }

  .you {
    background-size: contain;
  }

  .text-16-center.text-16-60, .text-16-center.text-16-60.text-16__padding-bottom, .text-16-center.text-16-60.text-16__padding-bottom {
    font-size: 14px;
    line-height: 24px;
  }

  .metron-logo-2 {
    background-size: contain;
  }

  .ios-run {
    width: auto;
  }

  .gradient-overlay-3 {
    background-image: linear-gradient(to right, #fff, #fff0 19%);
  }

  .ios-strength {
    width: auto;
  }

  .div-block-469 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-2 {
    font-size: 24px;
  }

  .app-wrap-2 {
    flex-direction: row;
    align-items: center;
    width: 47vw;
    right: 29vw;
  }

  .left-point-2 {
    left: 1%;
  }

  .video {
    display: none;
  }

  .android-strength, .android-run {
    width: auto;
  }

  .arrow-animation__wrap-2 {
    right: 16vw;
  }

  .hiw-title {
    margin-top: 0;
    font-weight: 400;
  }

  .hiw-title.hiw1-title {
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
  }

  .hiw-title.hiw1-title.margin5 {
    text-align: center;
    text-align: center;
    margin-bottom: 4px;
    padding-bottom: 0;
    line-height: 20px;
  }

  .para-copy {
    margin-top: 20px;
  }

  .paragraph-64 {
    font-size: 14px;
  }

  .x-471-rigth {
    width: auto;
  }

  .xtxt14blackleft {
    text-align: left;
    font-size: 16px;
    line-height: 18px;
  }

  .xtxt14blackleft.mid {
    margin-bottom: 10px;
  }

  .button.red {
    margin-top: 10px;
    font-size: 12px;
  }

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

  .div-block-486 {
    flex-direction: column;
    align-items: stretch;
  }

  .para-copy-2 {
    margin-top: 20px;
  }

  .div-a1-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: minmax(50%, 1fr) minmax(50%, 1fr);
    grid-auto-columns: 1fr;
    place-content: stretch;
    place-items: center stretch;
    display: flex;
  }

  .div-block-496 {
    flex-direction: column;
  }

  .div-block-497 {
    width: 300px;
    margin-top: 5px;
  }

  .div-block-490 {
    text-align: center;
    flex: 1;
    justify-content: center;
    padding-top: 10px;
    display: block;
  }

  .image-181 {
    text-align: center;
    display: inline-block;
  }

  .slide-img__3-2, .slide-img__2-2 {
    height: 40%;
  }

  .icon-2 {
    display: none;
  }

  .slide-img__4-2, .slide-img__1-2 {
    height: 40%;
  }

  .slide-nav {
    padding-top: 0;
  }

  .slider {
    height: 550px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .ios-strength-2 {
    width: auto;
  }

  .heading-4 {
    font-size: 30px;
  }

  .section-about.about {
    padding-top: 50px;
  }

  .section-about.sarah {
    padding-top: 125px;
    padding-bottom: 0;
  }

  .history-image.home {
    margin-bottom: 0;
  }

  .heading-medium {
    text-align: left;
    font-size: 30px;
  }

  .history-image-wrapper.none00 {
    height: 300px;
    min-height: 300px;
  }

  .text-size-regular {
    font-size: 15px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-size-tiny {
    line-height: 30px;
  }

  .image-full.no-effect {
    width: 100%;
  }

  .image-full.new-pic {
    object-position: 50% 50%;
    min-height: 300px;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .new.text-16-60, .new.text-16-60.text-16__align-left, .new.text-16-60.text-16__padding-bottom {
    font-size: 14px;
    line-height: 24px;
  }

  .new.text-16-60.cta-sub-title {
    font-size: 14px;
  }

  .new.text-16-60.text-16__404 {
    font-size: 14px;
    line-height: 24px;
  }

  .new.text-16-60.text-new {
    margin-top: 0;
    font-size: 15px;
    line-height: 24px;
  }

  .new.text-16-60.text-new.mo {
    text-align: left;
    font-size: 15px;
  }

  .new.text-16-60.normal {
    font-size: 14px;
    line-height: 24px;
  }

  .new.text-16-60.white-ser {
    font-size: 15px;
    line-height: 24px;
  }

  .new.text-16__white {
    width: 100%;
    font-size: 14px;
    line-height: 22px;
  }

  .new.text-16__list-item {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 24px;
  }

  .new.text-16-80, .new.text-16-60, .new.text-16-60.text-16__padding-bottom {
    font-size: 14px;
    line-height: 24px;
  }

  .cohort-hero-image.vertical {
    min-height: 400px;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .section-services-2.personalized {
    padding-top: 30px;
    padding-bottom: 0;
  }

  .image-full-2 {
    position: static;
  }

  .image-full-2.hi {
    max-height: 300px;
  }

  .cohort-hero-intro {
    text-align: center;
    justify-items: center;
  }

  .section-services-1 {
    padding-top: 30px;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-size-large-3.text-align-center {
    font-size: 15px;
  }

  .padding-vertical-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical-2.padding-huge.thanks {
    padding-top: 26px;
  }

  .footer-intro {
    max-width: 20rem;
  }

  .footer-bottom {
    padding-bottom: 19px;
  }

  .footer-menu {
    flex-wrap: nowrap;
  }

  .about-hero-left {
    padding-bottom: 0;
  }

  .home-banner_content {
    max-width: 85vw;
  }

  .image-fill.hi {
    display: none;
  }

  .home-banner_com {
    background-color: #1f1f1f;
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .logos-headline {
    flex-direction: row;
    align-items: center;
  }

  .hero-background-image.nds {
    background-position: 50%;
  }

  .image-overlay.gradient {
    background-image: linear-gradient(#0000004d 12%, #000);
  }

  .contact-hero {
    min-height: 450px;
    padding-top: 89px;
  }

  .contact-hero.large {
    min-height: 400px;
  }

  .xxl-heading {
    font-size: 48px;
  }

  .xxl-heading.two {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 45px;
  }

  .xxl-heading.one {
    letter-spacing: 0;
    font-size: 30px;
  }

  .horizontal-line {
    width: 100%;
    min-height: 1px;
    margin-top: 0;
    margin-left: 6px;
  }

  .horizontal-line.white {
    margin-top: 0;
  }

  .inner-page-hero-wrapper {
    grid-row-gap: 60px;
  }

  .section-form {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .project-description {
    grid-row-gap: 24px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .project-description.top-grey-border {
    padding-bottom: 17px;
  }

  .success-wrapper {
    padding: 11px;
  }

  .section-407 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .service-menu-list {
    grid-auto-rows: 1fr;
  }

  .list-heading-wrapper {
    grid-template-columns: auto 1fr;
    width: 100%;
    padding-left: 18px;
  }

  .text-field, .text-field.large {
    width: 100%;
  }

  .menu-list-item {
    grid-template-columns: auto 1fr;
    padding-left: 18px;
    padding-right: 18px;
  }

  .home-hero-slide-arrow {
    margin-bottom: 2rem;
    padding-left: 1rem;
    padding-right: 0;
    right: 4rem;
  }

  .home-hero-slide-arrow.right-hero-arrow {
    right: 1.5rem;
  }

  .home-hero-slide-left {
    padding-bottom: 5.5rem;
  }

  .newsec.none {
    min-height: 0;
  }

  .contact-link {
    font-size: 11px;
  }

  .contact-box {
    padding-left: 6.5px;
    padding-right: 6.5px;
  }

  .mobile-nav-button {
    padding-top: 19px;
    padding-bottom: 15px;
  }

  .global-contact-bar {
    padding-left: 10px;
    padding-right: 10px;
  }

  .page-padding-2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .navbar-right {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
  }

  .brand {
    align-items: flex-start;
  }

  .brand.w--current {
    align-items: flex-start;
    min-width: 0;
  }

  .video-link {
    font-size: 4vw;
  }

  .benefit-block-1 {
    font-size: 4.5vw;
  }

  .hero-image-block {
    border-radius: .5rem;
    justify-content: flex-start;
    align-items: flex-end;
    min-height: 300px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  ._1-2-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .paragraph {
    font-size: 15px;
  }

  .trusted-by-wrap {
    margin-top: 0;
  }

  .button-6 {
    font-size: 16px;
  }

  .button-wrap {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 0;
  }

  .main-section {
    padding-bottom: 0;
  }

  .h1 {
    font-size: 30px;
  }

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

  .anchor1, .anchor2 {
    height: 0;
    padding-top: 50px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .form-sec.section-bg__white {
    padding: 0 30px;
  }

  .form-sec.section-fh.section-fh_align-top {
    height: 90vh;
  }

  ._00038.w80-50-center {
    padding-left: 20px;
    padding-right: 20px;
  }

  ._00038._w-custom.w0-80 {
    padding-left: 0;
    padding-right: 0;
  }

  ._00038._w-custom.w60-60 {
    padding: 30px 0;
  }

  ._00038._w-custom._w-60 {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  ._00038._w-custom._w-featured-logos {
    padding-top: 50px;
    padding-bottom: 10px;
  }

  ._00038.w50-80.wrap-fullwidth-mobile {
    padding-left: 20px;
    padding-right: 20px;
  }

  ._00038.w80-80 {
    padding-bottom: 60px;
  }

  ._00038.w80-80.slide-1 {
    align-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .sec002 {
    padding-top: 20px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .one-class.section-bg__white {
    padding: 0 30px;
  }

  .one-class.section-fh.section-fh_align-top {
    height: 90vh;
  }
}

#w-node-_7d8ffb65-6cc9-e058-9a70-434db5dc0add-f3f8df0a, #w-node-_7d8ffb65-6cc9-e058-9a70-434db5dc0af0-f3f8df0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9f489135-4e38-a791-db97-342290ca55cd-f3f8df0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-d53e7d36-ec39-5a56-d1da-d2a014ee9658-f3f8df0a {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-d53e7d36-ec39-5a56-d1da-d2a014ee965a-f3f8df0a, #w-node-d38c3026-acdf-cafb-86ad-57861f3c793f-f3f8df0a, #w-node-d38c3026-acdf-cafb-86ad-57861f3c7948-f3f8df0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d80c017-9fc6-7158-768d-4e618ef9f08d-f3f8df0a {
  align-self: start;
}

#w-node-_1d80c017-9fc6-7158-768d-4e618ef9f08f-f3f8df0a {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center start;
}

#w-node-_1d80c017-9fc6-7158-768d-4e618ef9f096-f3f8df0a {
  grid-area: 3 / 1 / 4 / 3;
  align-self: end;
}

#w-node-_7ab5f510-71bb-375a-c099-09b04eefe5a8-f3f8df0a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7ab5f510-71bb-375a-c099-09b04eefe5a9-f3f8df0a {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_74fd580a-f3c4-aa48-10ae-bdd82f9e16cd-f3f8df0a {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: stretch;
}

#w-node-_74fd580a-f3c4-aa48-10ae-bdd82f9e16ce-f3f8df0a, #w-node-_74fd580a-f3c4-aa48-10ae-bdd82f9e16d1-f3f8df0a, #w-node-_74fd580a-f3c4-aa48-10ae-bdd82f9e16d6-f3f8df0a, #email.w-node-_74fd580a-f3c4-aa48-10ae-bdd82f9e16d8-f3f8df0a, #w-node-_74fd580a-f3c4-aa48-10ae-bdd82f9e16da-f3f8df0a, #message.w-node-_74fd580a-f3c4-aa48-10ae-bdd82f9e16dc-f3f8df0a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_74fd580a-f3c4-aa48-10ae-bdd82f9e16dd-f3f8df0a {
  justify-self: start;
}

#w-node-_74fd580a-f3c4-aa48-10ae-bdd82f9e16e7-f3f8df0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_74fd580a-f3c4-aa48-10ae-bdd82f9e16ee-f3f8df0a {
  place-self: center start;
}

#w-node-_74fd580a-f3c4-aa48-10ae-bdd82f9e16f0-f3f8df0a {
  place-self: center end;
}

#w-node-_84fe7a8c-1a12-3f79-967c-6ecb65137ec2-f3f8df0a {
  place-self: center start;
}

#w-node-_84fe7a8c-1a12-3f79-967c-6ecb65137ec4-f3f8df0a {
  place-self: center end;
}

#w-node-_74fd580a-f3c4-aa48-10ae-bdd82f9e16f2-f3f8df0a {
  place-self: center start;
}

#w-node-_74fd580a-f3c4-aa48-10ae-bdd82f9e16f4-f3f8df0a {
  place-self: center end;
}

#w-node-b585fdeb-a42b-3774-520a-dedb28f29619-f3f8df0a {
  place-self: center start;
}

#w-node-b585fdeb-a42b-3774-520a-dedb28f2961b-f3f8df0a {
  place-self: center end;
}

#w-node-_74fd580a-f3c4-aa48-10ae-bdd82f9e16f6-f3f8df0a {
  place-self: center start;
}

#w-node-_74fd580a-f3c4-aa48-10ae-bdd82f9e16f8-f3f8df0a {
  place-self: center end;
}

#w-node-_59f5f05f-b757-5e83-7810-a3b995182ff5-95182ff2 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_59f5f05f-b757-5e83-7810-a3b995183004-95182ff2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_59f5f05f-b757-5e83-7810-a3b995183006-95182ff2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_59f5f05f-b757-5e83-7810-a3b995183016-95182ff2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_108834a7-e3d6-9faa-a134-5df99987a9de-9987a9c6 {
  justify-self: start;
}

#w-node-_108834a7-e3d6-9faa-a134-5df99987a9f9-9987a9c6 {
  justify-self: center;
}

#w-node-_108834a7-e3d6-9faa-a134-5df99987a9fb-9987a9c6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_108834a7-e3d6-9faa-a134-5df99987a9fc-9987a9c6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_56109365-ffa9-49a4-a432-c17a4e27acea-f3f8df0f {
  justify-self: start;
}

#w-node-_56109365-ffa9-49a4-a432-c17a4e27ad11-f3f8df0f {
  justify-self: center;
}

#w-node-_56109365-ffa9-49a4-a432-c17a4e27ad13-f3f8df0f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_56109365-ffa9-49a4-a432-c17a4e27ad14-f3f8df0f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_2f968ed0-6128-7d82-7821-9d8312d40349-da785ac3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2f968ed0-6128-7d82-7821-9d8312d4034c-da785ac3 {
  justify-self: end;
}

#w-node-_2f968ed0-6128-7d82-7821-9d8312d4034f-da785ac3, #w-node-_2f968ed0-6128-7d82-7821-9d8312d40355-da785ac3, #w-node-_705c0f16-71da-8992-29ec-014adf1d70a6-da785ac3, #w-node-_48ac0667-7e90-ea86-4300-699b8db5dcbd-da785ac3, #w-node-b2407b0c-e792-cba7-567c-e6bcaf32e64a-da785ac3, #w-node-d271e654-d2d6-5697-8cc2-df0f4f5977f5-da785ac3, #w-node-e6cbabef-7b21-6475-9555-40aa9436bb98-da785ac3, #w-node-_8d50c9b9-07d4-77d8-e458-2a17b28ba262-da785ac3, #w-node-d75c0bea-8b7f-2e7d-f763-ac154d2a31f6-da785ac3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c1b082a9-5c44-3353-3e17-ac83ddd295c0-eedc3d48 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-c1b082a9-5c44-3353-3e17-ac83ddd295cf-eedc3d48 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c1b082a9-5c44-3353-3e17-ac83ddd295d1-eedc3d48 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-c1b082a9-5c44-3353-3e17-ac83ddd295e1-eedc3d48 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_9f489135-4e38-a791-db97-342290ca55cd-f3f8df0a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center start;
  }

  #w-node-d53e7d36-ec39-5a56-d1da-d2a014ee9658-f3f8df0a {
    grid-column: 1 / 4;
  }

  #w-node-_1d80c017-9fc6-7158-768d-4e618ef9f08f-f3f8df0a {
    grid-column-end: 3;
  }

  #w-node-_74fd580a-f3c4-aa48-10ae-bdd82f9e16cd-f3f8df0a {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: stretch;
  }

  #w-node-_74fd580a-f3c4-aa48-10ae-bdd82f9e16e7-f3f8df0a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_74fd580a-f3c4-aa48-10ae-bdd82f9e16f5-f3f8df0a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_59f5f05f-b757-5e83-7810-a3b995183004-95182ff2 {
    order: 9999;
    justify-self: end;
  }

  #w-node-_59f5f05f-b757-5e83-7810-a3b995183006-95182ff2 {
    grid-column: span 2 / span 2;
  }

  #w-node-_59f5f05f-b757-5e83-7810-a3b995183016-95182ff2 {
    justify-self: start;
  }

  #w-node-_108834a7-e3d6-9faa-a134-5df99987aa0c-9987a9c6, #w-node-_56109365-ffa9-49a4-a432-c17a4e27ad2a-f3f8df0f {
    justify-self: end;
  }

  #w-node-c1b082a9-5c44-3353-3e17-ac83ddd295cf-eedc3d48 {
    order: 9999;
    justify-self: end;
  }

  #w-node-c1b082a9-5c44-3353-3e17-ac83ddd295d1-eedc3d48 {
    grid-column: span 2 / span 2;
  }

  #w-node-c1b082a9-5c44-3353-3e17-ac83ddd295e1-eedc3d48 {
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_9f489135-4e38-a791-db97-342290ca55cd-f3f8df0a {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center start;
  }

  #w-node-_1d80c017-9fc6-7158-768d-4e618ef9f08f-f3f8df0a, #w-node-_1d80c017-9fc6-7158-768d-4e618ef9f096-f3f8df0a {
    grid-column-end: 2;
  }

  #w-node-_74fd580a-f3c4-aa48-10ae-bdd82f9e16d1-f3f8df0a {
    grid-column: span 1 / span 1;
  }

  #w-node-_59f5f05f-b757-5e83-7810-a3b995183004-95182ff2 {
    order: 9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-_59f5f05f-b757-5e83-7810-a3b995183006-95182ff2 {
    justify-self: center;
  }

  #w-node-_59f5f05f-b757-5e83-7810-a3b995183016-95182ff2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-_108834a7-e3d6-9faa-a134-5df99987a9f2-9987a9c6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_108834a7-e3d6-9faa-a134-5df99987aa0c-9987a9c6 {
    justify-self: end;
  }

  #w-node-_56109365-ffa9-49a4-a432-c17a4e27acfe-f3f8df0f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_56109365-ffa9-49a4-a432-c17a4e27ad2a-f3f8df0f {
    justify-self: end;
  }

  #w-node-c1b082a9-5c44-3353-3e17-ac83ddd295cf-eedc3d48 {
    order: 9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-c1b082a9-5c44-3353-3e17-ac83ddd295d1-eedc3d48 {
    justify-self: center;
  }

  #w-node-c1b082a9-5c44-3353-3e17-ac83ddd295e1-eedc3d48 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_1d80c017-9fc6-7158-768d-4e618ef9f08d-f3f8df0a {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: start;
  }

  #w-node-_1d80c017-9fc6-7158-768d-4e618ef9f08f-f3f8df0a {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center start;
  }

  #w-node-_1d80c017-9fc6-7158-768d-4e618ef9f096-f3f8df0a {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: end;
  }

  #w-node-_59f5f05f-b757-5e83-7810-a3b995183004-95182ff2 {
    justify-self: center;
  }

  #w-node-_59f5f05f-b757-5e83-7810-a3b995183006-95182ff2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-_59f5f05f-b757-5e83-7810-a3b995183016-95182ff2, #w-node-c1b082a9-5c44-3353-3e17-ac83ddd295cf-eedc3d48 {
    justify-self: center;
  }

  #w-node-c1b082a9-5c44-3353-3e17-ac83ddd295d1-eedc3d48 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-c1b082a9-5c44-3353-3e17-ac83ddd295e1-eedc3d48 {
    justify-self: center;
  }
}


@font-face {
  font-family: 'Durno';
  src: url('../fonts/Durno-Bold.eot') format('embedded-opentype'), url('../fonts/Durno-Bold.woff') format('woff'), url('../fonts/Durno-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: 'Durno';
  src: url('../fonts/Durno-Medium.eot') format('embedded-opentype'), url('../fonts/Durno-Medium.woff') format('woff'), url('../fonts/Durno-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: fallback;
}