:root {
  --black: #050704;
  --white-texts: whitesmoke;
  --coral: #c70303;
  --button-light: #e9e9e9;
  --dark-red: #8b0000;
  --chocolate: #ff4d00;
  --black-2: #0e0e0e;
  --white-cards: #fdfdfd;
  --section-light-grey: #e9e9e9;
  --light-salmon: #ff8f4f;
  --chocolate-2: #f4d8c8;
}

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

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

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

body {
  background-color: var(--black);
  color: var(--white-texts);
  letter-spacing: 1px;
  font-family: Exo, sans-serif;
  font-size: 20px;
  line-height: 1.4;
}

h1 {
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
  font-size: 70px;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
}

h4 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.7;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--coral);
  text-decoration: none;
}

.navbar_component {
  z-index: 999;
  background-color: var(--black);
  padding-top: 15px;
  padding-bottom: 15px;
  position: sticky;
  inset: 0% auto auto;
}

.section-home-hero {
  position: relative;
}

.page-padding {
  padding-left: 40px;
  padding-right: 40px;
}

.navbar_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.hero-slider_master-wrapper {
  z-index: 2;
  color: var(--white-texts);
  background-image: linear-gradient(82deg, #000 30%, #0000);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  min-height: 100vh;
  padding-top: 85px;
  padding-bottom: 85px;
  display: flex;
}

.hero-slider_component {
  background-color: #0000;
  height: auto;
  position: relative;
}

.hero-slider_slide {
  color: #fff;
}

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

.hero-slider_custom-nav {
  justify-content: flex-end;
  max-width: 1250px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 25px;
  display: flex;
}

.hero-slider_background-image {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.navbar_link {
  color: var(--white-texts);
  text-transform: uppercase;
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 700;
  transition: padding .2s;
}

.navbar_link:hover {
  border-right: 1px solid var(--coral);
  border-left: 1px solid var(--coral);
  background-color: #9b000061;
  background-image: linear-gradient(90deg, transparent, #000000f5 30%, var(--black) 70%, transparent);
  color: #fff;
  padding-left: 25px;
  padding-right: 25px;
  font-weight: 500;
}

.navbar_link:active {
  transform: translate(0, 2px);
}

.navbar_link.w--current {
  color: var(--coral);
  font-weight: 600;
}

.navbar_link.w--current:hover {
  color: var(--coral);
}

.navbar_link.hide {
  display: none;
}

.navbar_brand-logo {
  z-index: 99;
  aspect-ratio: 1;
  color: var(--white-texts);
  width: 80px;
  height: 80px;
  padding-left: 0;
  font-family: Oswald, sans-serif;
  font-size: 40px;
  font-weight: 700;
}

.text-span-orange-plain {
  background-color: var(--coral);
  background-image: linear-gradient(345deg, var(--dark-red), var(--coral) 40%, var(--chocolate) 91%);
  color: var(--coral);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.hero-slider_content-wrapper {
  text-align: left;
  max-width: 800px;
}

.button-wrapper {
  perspective: 1000px;
  perspective-origin: 50%;
  flex-wrap: wrap;
  margin-top: 60px;
  display: flex;
}

.button-wrapper.margin-top-small {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.button {
  background-color: var(--coral);
  background-image: linear-gradient(174deg, var(--chocolate), var(--coral) 58%, var(--dark-red) 96%);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-radius: 8px;
  padding: 1.2em 2.5em;
  font-size: 16px;
  font-weight: 600;
  transition: all .2s;
}

.button:hover {
  padding-left: 3.5em;
  padding-right: 3.5em;
}

.button:active {
  transform: translate(0, 2px);
}

.button.translucent-white {
  color: #fff;
  background-color: #ffffff26;
  background-image: none;
}

.button.translucent-white-version2 {
  background-color: var(--button-light);
  color: var(--black-2);
  text-align: center;
  background-image: none;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
}

.button.size-small {
  background-image: linear-gradient(309deg, var(--chocolate), var(--coral) 69%, var(--dark-red) 102%);
  padding: 1em 2em;
  font-size: 14px;
}

.button.size-small:hover {
  padding-left: 2.5em;
  padding-right: 2.5em;
}

.button.size-small.special {
  background-color: var(--dark-red);
  background-image: none;
}

.button.varient-full-lenght {
  width: 100%;
}

.button.absolute {
  justify-content: center;
  align-items: center;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.button.absolute.w--current {
  width: 100px;
  max-width: 200px;
}

.button-divider {
  width: 28px;
}

.padding-vertical-large {
  padding-top: 124px;
  padding-bottom: 124px;
}

.layout-2-col {
  grid-column-gap: 7vw;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.layout-2-col.content-right {
  grid-template-columns: 1fr minmax(500px, 1fr);
}

.layout-2-col.content-left {
  grid-template-columns: minmax(500px, 1fr) 1fr;
}

.layout-2-col_content-wrapper {
  max-width: 500px;
}

.layout-2-col_image-wrapper {
  height: 75vh;
  position: relative;
}

.layout-2-col_image {
  object-fit: cover;
  border-radius: 2px;
  width: 100%;
  height: 100%;
  max-height: 75vh;
  box-shadow: 0 0 120px #0000000d;
}

.image-load-bg-layer {
  z-index: -1;
  background-color: var(--coral);
  border-radius: 2px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.section-subtitle_text {
  text-transform: uppercase;
  margin-top: 3px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}

.section-subtitle_component {
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.section-subtitle_component.varient-inlined {
  flex-direction: column;
  display: inline-block;
}

.section-subtitle_line {
  background-color: var(--coral);
  transform-origin: 0%;
  width: 100px;
  height: 2px;
  margin-left: 10px;
}

.text-weight-medium {
  font-weight: 500;
}

.section-home-mission {
  display: none;
}

.section-divider {
  background-color: #00000012;
  height: 2px;
}

.padding-bottom-large {
  padding-bottom: 124px;
}

.background-pattern1 {
  background-color: var(--section-light-grey);
  background-image: linear-gradient(#e9e9e9f5, #e9e9e9f5), url('../images/Bg-Pattern1.svg');
  background-position: 0 0, 0 0;
  background-size: auto, 10%;
  border-top: 2px solid #d9d9d9;
  border-bottom: 2px solid #d9d9d9;
}

.section-header-wrapper {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 80px;
  display: flex;
}

.section-header-wrapper.centered-pc-tab {
  text-align: center;
  align-items: center;
}

.section-header-wrapper.varient-2-col {
  grid-column-gap: 80px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  place-items: end start;
  display: grid;
}

.section-subtitle_line-vertical {
  background-color: var(--coral);
  background-image: linear-gradient(180deg, var(--chocolate), var(--coral));
  transform-origin: 50%;
  min-width: 100px;
  height: 2px;
  margin-top: 10px;
}

.max-large {
  max-width: 800px;
}

.grid-3-col {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-3-col.align-items-start {
  align-items: start;
}

.service-card {
  background-color: var(--black-2);
  text-align: center;
  border: 1px solid #fdfdfd40;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 2em;
  display: flex;
  overflow: hidden;
  box-shadow: 0 0 60px #0000000d;
}

.service-card.special {
  border-color: var(--chocolate);
  background-color: var(--coral);
  background-image: linear-gradient(165deg, var(--dark-red), var(--coral) 57%, var(--chocolate));
  color: var(--white-texts);
}

.text-size-small {
  margin-bottom: 20px;
  font-size: 15px;
}

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

.margin-top-small {
  margin-top: 40px;
}

.service-card_icon {
  object-fit: contain;
  border-radius: 2px;
  width: 80px;
  height: 80px;
  margin-bottom: 28px;
}

.section-home-testimonials {
  background-color: var(--black-2);
  position: relative;
  overflow: hidden;
}

.testimonial-slider {
  background-color: #0000;
  height: auto;
}

.testimonial-slider_arrow-left {
  background-color: var(--coral);
  box-shadow: inset 0 0 0 1px var(--chocolate);
  color: var(--white-texts);
  border-radius: 2px;
  width: 50px;
  height: 50px;
  font-size: 20px;
  font-weight: 500;
  transition: all .2s;
  inset: -80px 12% auto auto;
}

.testimonial-slider_arrow-left:hover {
  background-color: #0000;
  background-image: linear-gradient(180deg, var(--dark-red), var(--coral) 51%, var(--chocolate)), linear-gradient(to bottom, var(--chocolate), var(--chocolate));
  color: var(--white-texts);
}

.testimonial-slider_arrow-left:active {
  transform: translate(0, 2px);
}

.testimonial-slider_arrow-right {
  background-color: var(--black-2);
  box-shadow: inset 0 0 0 1px var(--white-texts);
  color: var(--white-texts);
  border-radius: 2px;
  width: 50px;
  height: 50px;
  font-size: 20px;
  font-weight: 500;
  transition: all .2s;
  inset: -80px 5% auto auto;
}

.testimonial-slider_arrow-right:hover {
  background-color: #0000;
  background-image: linear-gradient(180deg, var(--dark-red), var(--coral) 44%, var(--chocolate)), linear-gradient(to bottom, var(--chocolate), var(--chocolate));
  color: var(--white-texts);
}

.testimonial-slider_arrow-right:active {
  transform: translate(0, 2px);
}

.testimonial-slider_slide {
  margin-right: 36px;
}

.testimonial-slider_hidden-nav {
  display: none;
}

.testimonial-slider_arrow-icon {
  font-weight: 400;
}

.testimonial-slider_mask {
  width: 33.3333vw;
  min-width: 400px;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.testimonial-slider_content-wrapper {
  z-index: 1;
  border: 1px solid var(--section-light-grey);
  background-color: var(--black-2);
  object-fit: cover;
  border-radius: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 50vh;
  padding: 1em;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 60px #0000000d;
}

.testimonial-slider_customer-wrapper {
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.testimonial-slider_deco-layer {
  z-index: -1;
  opacity: .1;
  filter: grayscale();
  width: 22%;
  position: absolute;
  inset: auto 2% 1% auto;
}

.testimonial-slider_customer-image {
  object-fit: cover;
  border-radius: 50%;
  min-width: 70px;
  min-height: 70px;
  max-height: 70px;
}

.testimonial-slider_customer-name-wrapper {
  margin-left: 15px;
}

.testimonial-slider_customer-name {
  margin-bottom: 0;
}

.text-size-medium {
  font-size: 20px;
}

.section-header-wrapper-centered {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.display-none {
  display: none;
}

.text-size-regular {
  font-size: 18px;
}

.section-home-trainers {
  display: none;
}

.trainer-card {
  border-radius: 2px;
  overflow: hidden;
  box-shadow: 0 0 60px #0000000d;
}

.trainer-card_image-wrapper {
  align-items: flex-end;
  height: 27em;
  font-size: 1vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.trainer-card_image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  transition: filter .2s;
}

.trainer-card_image:hover {
  filter: brightness(105%);
}

.trainer-card_content-wrapper {
  background-color: var(--white-cards);
  flex-direction: column;
  justify-content: space-between;
  padding: 1.6em;
  display: flex;
  position: relative;
}

.trainer-card_arrow-wrapper {
  z-index: 0;
  opacity: 0;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.trainer-card_arrow {
  color: var(--white-cards);
  font-size: 50px;
  font-weight: 500;
}

.social-media-link_list {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.trainer-card_descriptive-text, .social-media-link_descriptive-text {
  display: none;
}

.social-media-link_icon {
  border-radius: 2px;
  width: 48px;
  transition: all .2s;
}

.social-media-link_icon:hover {
  transform: translate(0, -2px);
}

.social-media-link_icon:active {
  transform: translate(0);
}

.trainer-card_social-wrapper {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 35px;
  display: flex;
}

.section-home-blog {
  display: none;
}

.blog-card {
  color: var(--black-2);
  cursor: pointer;
  border-radius: 2px;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
  box-shadow: 0 0 60px #0000000d;
}

.blog-card_thumbnail-wrapper {
  overflow: hidden;
}

.blog-card_content-wrapper {
  background-color: var(--white-cards);
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 1.6em;
  display: flex;
  position: relative;
}

.text-weight-bold {
  font-weight: 600;
}

.blog-card_category {
  background-image: linear-gradient(to bottom, var(--chocolate), var(--light-salmon));
  color: var(--white-cards);
  text-transform: uppercase;
  border-radius: 2px;
  margin-bottom: 15px;
  padding: .3em .8em;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
}

.blog-card_thumbnail {
  transition: all .2s;
}

.blog-card_thumbnail:hover {
  filter: brightness(105%);
  transform: scale(1.1);
}

.margin-top-medium {
  margin-top: 80px;
}

.subscribe-form_master-wrapper {
  background-color: #000;
  background-image: linear-gradient(327deg, var(--chocolate), var(--light-salmon)), url('../images/White-Pattern.svg');
  color: var(--white-cards);
  text-align: center;
  background-position: 0 0, 100% 100%;
  background-repeat: repeat, repeat-x;
  background-size: auto, 80%;
  border-radius: 2px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 80px 60px;
  display: flex;
  position: relative;
}

.subscribe-form_block {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 0 60px #0000000d;
}

.subscribe-form {
  position: relative;
}

.subscribe-form_field {
  border: 0 solid #000;
  min-height: 65px;
  padding-left: 20px;
  padding-right: 20px;
}

.subscribe-form_field::placeholder {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-size: 14px;
}

.subscribe-form_submit-button {
  background-color: var(--chocolate-2);
  color: var(--chocolate);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-radius: 2px;
  padding-left: 1.2em;
  padding-right: 1.2em;
  font-size: 16px;
  font-weight: 600;
  transition: all .2s;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.subscribe-form_submit-button:hover {
  padding-left: 1.5em;
  padding-right: 1.5em;
}

.subscribe-form_deco-layer {
  opacity: .05;
  background-image: url('../images/White-Pattern.svg');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  position: absolute;
  inset: 0%;
}

.subscribe-form_content-layer {
  z-index: 1;
  position: relative;
}

.section-home-contact.background-pattern1 {
  border-top-color: var(--black);
  border-bottom-color: var(--black);
  background-color: var(--black-2);
  background-image: none;
}

.contact-link {
  color: var(--white-texts);
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.contact-link_icon {
  filter: grayscale() brightness(133%);
  width: 35px;
  margin-right: 15px;
}

.margin-top-xsmall {
  margin-top: 15px;
}

.contact-form_block {
  background-color: var(--black);
  border-radius: 2px;
  padding: 40px;
  box-shadow: 0 0 60px #0000000d;
}

.contact-form_field {
  background-color: var(--black-2);
  border: 1px solid #3a39398f;
  border-radius: 6px;
  min-height: 65px;
  margin-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
  transition: all .2s;
  box-shadow: inset 0 2px 9px #0003;
}

.contact-form_field:focus {
  border-color: var(--coral);
  background-color: #202020;
}

.contact-form_field::placeholder {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}

.contact-form_field.text-area-field {
  min-height: 150px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.contact-form_submit-wrapper {
  margin-top: 25px;
}

.footer {
  padding-top: 25px;
  padding-bottom: 25px;
}

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

.footer_content-wrapper.most-bottom {
  border-top: 2px solid #00000012;
  margin-top: 25px;
  padding-top: 25px;
}

.footer_brand-logo {
  color: var(--black-2);
  font-family: Oswald, sans-serif;
  font-size: 40px;
  font-weight: 700;
}

.footer_links-wrapper {
  display: none;
}

.footer_link {
  color: var(--black-2);
  margin-left: 25px;
  font-size: 15px;
}

.footer_link:hover {
  color: var(--light-salmon);
}

.footer_link.legals {
  color: var(--section-light-grey);
  font-size: 15px;
  font-weight: 500;
}

.footer_link.hide {
  display: none;
}

.subscribe-form_success {
  background-color: var(--white-cards);
  color: var(--black-2);
  font-size: 15px;
}

.subscribe-form_error {
  color: var(--black-2);
  font-size: 15px;
}

.contact-form_success {
  background-color: var(--white-cards);
  background-image: linear-gradient(to bottom, var(--chocolate), var(--light-salmon));
  color: var(--white-cards);
  font-size: 15px;
  font-weight: 500;
}

.contact-form_error {
  color: var(--black-2);
  font-size: 15px;
}

.text-span-orange-grad {
  background-color: var(--coral);
  background-image: linear-gradient(319deg, var(--coral) 49%, var(--chocolate) 88%);
  color: var(--coral);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.hero-slider_mask {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

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

.tab-link-tab-2 {
  width: 100%;
}

.tab-link {
  color: var(--white-texts);
  text-align: center;
  background-color: #0000;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  transition: all .2s;
  display: flex;
}

.tab-link.w--current {
  border-right: 2px solid var(--coral);
  border-left: 2px solid var(--coral);
  background-color: #330707;
  background-image: linear-gradient(180deg, var(--dark-red), transparent);
  color: var(--white-texts);
}

.tab-link.lock-in.w--current {
  border-right-width: 3px;
  border-right-color: var(--white-texts);
  border-left-width: 3px;
  border-left-color: var(--white-texts);
  background-image: linear-gradient(62deg, var(--chocolate), var(--coral));
}

.tab-link.hiddin {
  display: none;
}

.tabs-menu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  display: grid;
}

.text-block {
  color: var(--white-cards);
}

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

.grid-4-col {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-4-col.align-items-start {
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
}

.progress-bar-parent {
  z-index: 800;
  flex-direction: column;
  justify-content: space-between;
  width: 100px;
  height: 100vh;
  padding: 130px 20px 200px;
  display: flex;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.progress-bar-text {
  flex: none;
  align-self: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 90%;
  display: block;
}

.progress-bar-child {
  color: #fff;
  background-color: #fff;
  flex-direction: column;
  flex: 1;
  justify-content: space-around;
  align-self: center;
  align-items: center;
  width: 3px;
  margin-top: 10px;
  margin-bottom: 15px;
  display: flex;
  position: relative;
}

.progress-bar {
  background-color: var(--coral);
  background-image: linear-gradient(180deg, var(--chocolate), var(--coral));
  flex: none;
  width: auto;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.social-block {
  align-self: center;
  margin-top: 30px;
}

.social-icon-wrapper {
  margin-bottom: 6px;
}

.social-icon-text {
  color: #fff;
  font-size: 20px;
  line-height: 100%;
}

.social-icon-text:hover {
  color: var(--coral);
}

.icon-wrap {
  justify-content: center;
  display: flex;
  position: absolute;
  inset: auto 0% 5%;
}

.icon-scroll {
  border: 1px solid #fff;
  border-radius: 25px;
  width: 30px;
  height: 50px;
  position: relative;
}

.scroll-dot {
  background-color: #fff;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  position: absolute;
  inset: 10px auto auto 50%;
  transform: translate(-50%);
}

.thin {
  color: var(--chocolate-2);
  font-size: 18px;
  font-weight: 300;
}

.heading {
  margin-bottom: 20px;
}

.paragraph {
  font-size: 24px;
}

.body-2 {
  font-family: Spartan, sans-serif;
  font-weight: 500;
}

.hero-heading {
  font-family: Spartan, sans-serif;
  font-size: 3.1rem;
  line-height: 1.2;
}

.paragraph-2 {
  text-transform: uppercase;
  margin-right: 125px;
  font-size: 20px;
}

.image {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.lightbox-link {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.ctr-overlay {
  z-index: 2;
  background-color: #00000096;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.text-block-3 {
  color: var(--white-texts);
  text-transform: capitalize;
}

.main-wrapper {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.section-home-merch {
  background-color: var(--black-2);
  position: relative;
  overflow: hidden;
}

.section-home-merch.hidden, .nav-logo-text {
  display: none;
}

.testimonial-slider_arrow-left-2 {
  color: #f46817;
  background-color: #f4d8c8;
  border-radius: 2px;
  width: 50px;
  height: 50px;
  font-size: 20px;
  font-weight: 500;
  transition: all .2s;
  inset: -80px 65px auto auto;
  box-shadow: inset 0 0 0 1px #f46817;
}

.testimonial-slider_arrow-left-2:hover {
  color: #f5f5f5;
  background-color: #0000;
  background-image: linear-gradient(#f46817, #f46817);
}

.testimonial-slider_arrow-left-2:active {
  transform: translate(0, 2px);
}

.testimonial-slider_content-wrapper-2 {
  z-index: 1;
  background-color: #fdfdfd;
  border-radius: 2px;
  padding: 2em;
  position: relative;
  box-shadow: 0 0 60px #0000000d;
}

.testimonial-slider_arrow-right-2 {
  color: #f46817;
  background-color: #f4d8c8;
  border-radius: 2px;
  width: 50px;
  height: 50px;
  font-size: 20px;
  font-weight: 500;
  transition: all .2s;
  inset: -80px 0% auto auto;
  box-shadow: inset 0 0 0 1px #f46817;
}

.testimonial-slider_arrow-right-2:hover {
  color: #f5f5f5;
  background-color: #0000;
  background-image: linear-gradient(#f46817, #f46817);
}

.testimonial-slider_arrow-right-2:active {
  transform: translate(0, 2px);
}

.merch-wrapper {
  z-index: 888;
  border: 1px solid var(--section-light-grey);
  background-color: var(--black-2);
  object-fit: cover;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  min-height: 33vh;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 60px #0000000d;
}

.mask {
  color: #0000;
  overflow: hidden;
}

.nav-logo-image {
  width: 100%;
  height: 100%;
  display: block;
}

.image-slider, .image-slider-wrapper {
  height: 75vh;
  position: relative;
}

.slider-image {
  object-fit: cover;
  border-radius: 2px;
  width: 100%;
  height: 75vh;
  max-height: 75vh;
  box-shadow: 0 0 120px #0000000d;
}

.success {
  text-align: center;
  background-color: #ffffff24;
  border-radius: .6em;
  padding: 2.5em;
}

.error-message_text {
  font-size: 1.3em;
}

.submit {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 100vw;
  margin-top: 0;
  padding: .3em 2.1em;
  font-size: 1.5em;
  transition: all .1s;
}

.submit:hover {
  color: #000;
  background-color: #fff;
}

.submit:focus {
  border-color: #49fefd;
}

.field {
  z-index: 2;
  color: #fff;
  background-color: #0000;
  border: 0 solid #000;
  border-bottom: 1px solid #ffffff7a;
  border-radius: 0;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 1.5em;
  min-height: 1.5em;
  max-height: 7em;
  margin-bottom: 0;
  padding: 0;
  font-size: 2.5em;
  font-weight: 300;
  transition: border-color .2s;
  position: relative;
}

.field:focus {
  border-bottom-color: #fff;
}

.field.color {
  opacity: 0;
  width: 0;
  min-width: 0;
  max-width: none;
  height: 0;
  min-height: 0;
  max-height: none;
  transition-property: none;
}

.side-panel {
  z-index: 2;
  background-color: #000;
  width: 50%;
  height: 100vh;
  padding: 0;
  position: fixed;
  inset: 0% 0% auto auto;
}

.contact_column {
  width: 50%;
  padding: 4.3em;
  position: relative;
  overflow: hidden;
}

.contact_column.is-left {
  z-index: 1;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.contact_column.is-right {
  z-index: 2;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.field_wrap {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: .6em;
  display: flex;
  position: relative;
}

.field_wrap.is-radio {
  justify-content: center;
  align-items: flex-start;
  padding-top: .9em;
}

.field_label {
  z-index: 1;
  transform-origin: 0%;
  color: #ffffff78;
  margin-bottom: -.3em;
  font-size: 1.4em;
  font-weight: 300;
  transition: transform .2s;
  position: relative;
}

.field_label.is-radio {
  margin-bottom: .5em;
  font-size: 1.68em;
}

.field_label.large {
  transform: scale(1.2)translate(0, 1.6em);
}

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

.success_text {
  font-size: 1.4em;
  font-weight: 500;
  line-height: 1.4;
}

.error2 {
  color: #e5a7ff;
  width: 100%;
  min-width: 100%;
  margin-top: .6em;
  font-size: 1.2em;
  display: block;
}

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

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

.headline_wrap {
  width: 36em;
  max-width: 100%;
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}

.radio_field {
  margin-top: .4em;
  margin-right: .6em;
  padding: .8em 2.4em;
  position: relative;
}

.radio_label {
  z-index: 3;
  margin-bottom: 0;
  font-size: 1.3em;
  font-weight: 300;
  line-height: 1;
  position: relative;
}

.error-message {
  color: #e5a7ff;
  background-color: #ffffff17;
  border-radius: .5em;
  margin-top: 2.3em;
  padding: 1.9em 2.1em;
}

.html {
  width: 0;
  height: 0;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.logo_link {
  font-weight: 500;
}

.contact_email {
  color: #ffffffe0;
  font-size: 1.3em;
  font-weight: 300;
}

.contact_email:hover {
  text-decoration: underline;
}

.container-2 {
  z-index: 3;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
  position: relative;
}

.radio_button {
  z-index: 2;
  cursor: pointer;
  border-color: #ffffff73 #ffffff73 #ffffff7a;
  border-radius: 100vw;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  transition: background-color .1s, border-width .1s, border-color .1s;
  position: absolute;
  inset: 0%;
}

.radio_button:hover {
  background-color: #ffffff17;
}

.radio_button.w--redirected-checked {
  border-width: 1px;
  border-color: #fff;
}

.radio_button.w--redirected-focus {
  box-shadow: none;
  border-width: 2px;
}

.page-wrapper-2 {
  width: 100%;
  font-size: 1em;
  position: relative;
}

.bg-video {
  z-index: 1;
  width: 50%;
  height: 100vh;
  position: fixed;
  inset: 0% auto auto 0%;
}

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

.back-button {
  z-index: 999;
  background-color: var(--dark-red);
  color: var(--white-cards);
  position: absolute;
  inset: 0% 0% auto auto;
}

.back-button.w--current {
  margin-top: 22px;
  margin-right: 17px;
}

.back-to-home-button {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 19vw;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-top: 1em;
  padding: .7em 1.3em;
  font-size: .9em;
  transition: all .1s;
  display: flex;
}

.back-to-home-button:hover {
  color: #000;
  background-color: #fff;
}

.back-to-home-button:focus {
  border-color: #49fefd;
}

.back-to-home-button.w--current {
  padding: 0;
  font-size: .8em;
}

.form-button-wrapper {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
}

.back-home-button {
  opacity: .78;
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 100vw;
  padding: .3em 2.1em;
  font-size: 1.5em;
  transition: all .1s;
}

.back-home-button:hover {
  opacity: 100;
  color: #000;
  background-color: #fff;
}

.back-home-button:focus {
  border-color: #49fefd;
}

.back-home-button.w--current {
  opacity: .74;
  margin-top: 0;
}

@media screen and (min-width: 1920px) {
  .navbar_component {
    z-index: 99999;
    position: sticky;
    top: 0%;
  }

  .hero-slider_master-wrapper {
    min-height: 950px;
  }

  .layout-2-col {
    grid-column-gap: 100px;
  }

  .testimonial-slider_mask {
    width: auto;
    max-width: 600px;
  }

  .trainer-card_image-wrapper {
    height: 22em;
    font-size: 18px;
  }

  .field_wrap.is-radio {
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 991px) {
  body {
    font-size: 16px;
  }

  h1 {
    font-size: 50px;
  }

  h2 {
    font-size: 40px;
  }

  h3 {
    font-size: 18px;
    line-height: 1.4;
  }

  .page-padding {
    padding-left: 25px;
    padding-right: 25px;
  }

  .hero-slider_master-wrapper {
    background-image: linear-gradient(126deg, #000 19%, #0000007d);
    min-height: auto;
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .hero-slider_custom-nav {
    padding-left: 25px;
    padding-right: 25px;
  }

  .hero-slider_background-image {
    min-height: 750px;
    max-height: none;
  }

  .navbar_link {
    border-bottom: 2px solid var(--button-light);
    color: var(--white-texts);
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: 500;
  }

  .navbar_link:hover {
    color: var(--coral);
    border-left-width: 0;
    border-right-width: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .navbar_link:active {
    transform: none;
  }

  .navbar_link.special {
    background-image: linear-gradient(to bottom, #00000080, #00000080), linear-gradient(150deg, var(--dark-red), var(--coral) 49%, var(--chocolate));
  }

  .button-wrapper {
    margin-top: 50px;
  }

  .button {
    font-size: 15px;
  }

  .button:hover {
    padding-left: 2.5em;
    padding-right: 2.5em;
  }

  .button.size-small:hover {
    padding-left: 2em;
    padding-right: 2em;
  }

  .button-divider {
    width: 20px;
  }

  .navbar_menu {
    background-color: var(--white-cards);
    background-image: linear-gradient(#000000f2, #000000f2);
    background-position: 0 0;
    background-size: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-height: 100vh;
    padding-top: 120px;
    display: flex;
    position: fixed;
    inset: 0% auto auto 0%;
    overflow: auto;
    box-shadow: 7px 7px 60px #0000000d;
  }

  .navbar_menu-button {
    color: #fff;
    padding-right: 0;
  }

  .navbar_menu-button.w--open {
    color: var(--coral);
    background-color: #0000;
  }

  .padding-vertical-large {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .layout-2-col {
    grid-column-gap: 0vw;
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .layout-2-col.content-right, .layout-2-col.content-left {
    grid-template-columns: 1fr;
  }

  .layout-2-col_content-wrapper {
    max-width: none;
  }

  .layout-2-col_image {
    max-height: 80vh;
  }

  .padding-bottom-large {
    padding-bottom: 80px;
  }

  .section-header-wrapper {
    margin-bottom: 60px;
  }

  .max-large {
    max-width: 600px;
  }

  .grid-3-col {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .service-card {
    padding: 1.5em;
  }

  .text-size-small {
    font-size: 14px;
  }

  .margin-top-small {
    margin-top: 36px;
  }

  .service-card_icon {
    width: 60px;
    height: 60px;
    margin-bottom: 24px;
  }

  .testimonial-slider_arrow-left {
    width: 45px;
    height: 45px;
    top: -70px;
    right: 100px;
  }

  .testimonial-slider_arrow-right {
    width: 45px;
    height: 45px;
    top: -70px;
  }

  .testimonial-slider_mask {
    width: 45vw;
  }

  .testimonial-slider_content-wrapper {
    padding: 1.5em;
  }

  .text-size-medium {
    font-size: 18px;
  }

  .trainer-card {
    flex-direction: column;
    height: 100%;
    display: flex;
  }

  .trainer-card_content-wrapper {
    flex: 1;
    padding: 1.5em;
  }

  .social-media-link_list {
    grid-column-gap: 12px;
  }

  .social-media-link_icon {
    width: 36px;
  }

  .blog-card_content-wrapper {
    padding: 1.5em;
  }

  .blog-card_category {
    margin-bottom: 12px;
    font-size: 12px;
  }

  .subscribe-form_master-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .subscribe-form_field {
    min-height: 60px;
  }

  .contact-link {
    justify-content: center;
    align-items: center;
  }

  .contact-form_field {
    min-height: 60px;
  }

  .footer_link {
    margin-left: 20px;
    font-size: 14px;
  }

  .footer_link.legals {
    font-size: 14px;
  }

  .home-hero-custom-width {
    max-width: 600px;
  }

  .grid-4-col {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .progress-bar-parent {
    height: 100vh;
    padding-top: 140px;
    padding-bottom: 120px;
    inset: 0% 0% 0% auto;
  }

  .social-block {
    margin-top: 20px;
  }

  .hero-heading {
    font-size: 2.3rem;
  }

  .paragraph-2 {
    margin-right: 197px;
    font-size: 18px;
  }

  .testimonial-slider_arrow-left-2 {
    width: 45px;
    height: 45px;
    top: -70px;
    right: 60px;
  }

  .testimonial-slider_content-wrapper-2 {
    padding: 1.5em;
  }

  .testimonial-slider_arrow-right-2 {
    width: 45px;
    height: 45px;
    top: -70px;
  }

  .merch-wrapper {
    min-height: 0;
    padding: 0;
  }

  .slider-image {
    max-height: 80vh;
  }
}

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

  h1 {
    font-size: 45px;
    line-height: 1.15;
  }

  h2 {
    font-size: 40px;
  }

  .page-padding {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-slider_master-wrapper {
    padding-top: 120px;
    padding-bottom: 140px;
  }

  .hero-slider_custom-nav {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-slider_background-image {
    min-height: 650px;
  }

  .navbar_link {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 14px;
  }

  .navbar_brand-logo {
    font-size: 36px;
  }

  .hero-slider_content-wrapper {
    text-align: center;
    max-width: 800px;
  }

  .button-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    justify-content: center;
    align-items: center;
  }

  .button.size-small {
    font-size: 13px;
  }

  .button-divider {
    width: 20px;
  }

  .navbar_menu {
    padding-top: 100px;
  }

  .padding-vertical-large {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-subtitle_text {
    font-size: 15px;
  }

  .padding-bottom-large {
    padding-bottom: 60px;
  }

  .section-header-wrapper {
    margin-bottom: 50px;
  }

  .section-header-wrapper.centered-pc-tab {
    text-align: left;
    align-items: flex-start;
  }

  .section-header-wrapper.varient-2-col {
    grid-row-gap: 50px;
    grid-template-columns: auto;
  }

  .section-subtitle_line-vertical {
    transform-origin: 0%;
  }

  .grid-3-col {
    grid-template-columns: 1fr;
  }

  .testimonial-slider {
    margin-bottom: 70px;
  }

  .testimonial-slider_arrow-left {
    inset: auto auto -70px 0%;
  }

  .testimonial-slider_arrow-right {
    inset: auto auto -70px 60px;
  }

  .testimonial-slider_mask {
    width: auto;
    min-width: auto;
  }

  .testimonial-slider_customer-image {
    min-width: 65px;
    min-height: 65px;
    max-height: 65px;
  }

  .text-size-medium {
    font-size: 17px;
  }

  .trainer-card_image-wrapper {
    height: auto;
  }

  .subscribe-form_master-wrapper {
    padding: 40px;
  }

  .footer_content-wrapper {
    flex-direction: column;
  }

  .footer_links-wrapper {
    margin-top: 10px;
  }

  .footer_link {
    margin-left: 10px;
    margin-right: 10px;
  }

  .home-hero-custom-width {
    max-width: 600px;
  }

  .tabs-menu, .grid-4-col {
    grid-template-columns: 1fr;
  }

  .grid-4-col.align-items-start {
    grid-template-columns: 1fr 1fr;
  }

  .progress-bar-parent, .icon-wrap {
    display: none;
  }

  .hero-heading {
    font-size: 2rem;
  }

  .paragraph-2 {
    margin-right: 0;
    font-size: 19px;
  }

  .testimonial-slider_arrow-left-2 {
    inset: auto auto -70px 0%;
  }

  .testimonial-slider_arrow-right-2 {
    inset: auto auto -70px 60px;
  }

  .side-panel {
    display: none;
  }

  .contact_column {
    padding: 5vw;
  }

  .contact_column.is-left {
    width: 100%;
    height: auto;
    position: relative;
  }

  .contact_column.is-right {
    background-color: #000;
    width: 100%;
    min-height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .field_wrap {
    padding-bottom: 0;
  }

  .field_wrap.is-radio {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .field_label.is-radio, .field_label.large {
    color: #fff;
  }

  .radio_wrap {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    justify-content: center;
    align-items: flex-start;
  }

  .headline_wrap {
    padding-top: 7em;
    padding-bottom: 7em;
  }

  .radio_field.xl {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .container-2 {
    display: block;
  }

  .bg-video {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 40px;
  }

  .page-padding {
    padding-left: 27px;
    padding-right: 27px;
  }

  .hero-slider_master-wrapper {
    min-height: 70svh;
  }

  .hero-slider_background-image {
    min-height: 100vh;
  }

  .navbar_brand-logo {
    font-size: 32px;
  }

  .hero-slider_content-wrapper {
    text-align: center;
    max-width: none;
  }

  .button-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    text-align: center;
    flex-flow: column;
    justify-content: center;
  }

  .button {
    padding: 1em 1.5em;
    font-size: 14px;
  }

  .button:hover {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .button-divider {
    width: 15px;
  }

  .navbar_menu-button {
    aspect-ratio: 1;
    justify-content: center;
    align-items: center;
    padding: 10px;
    display: flex;
  }

  .padding-vertical-large {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .layout-2-col {
    grid-row-gap: 50px;
  }

  .layout-2-col_content-wrapper {
    text-align: center;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .section-subtitle_component {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .section-header-wrapper.max-large {
    justify-content: center;
    align-items: center;
  }

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

  .subscribe-form_master-wrapper {
    text-align: left;
    align-items: flex-start;
    padding: 1.5em;
  }

  .subscribe-form_field {
    min-height: 55px;
    font-size: 15px;
  }

  .subscribe-form_submit-button {
    width: 100%;
    min-height: 55px;
    font-size: 15px;
    position: static;
  }

  .subscribe-form_submit-button:hover {
    padding-left: 1.2em;
    padding-right: 1.2em;
  }

  .contact-form_block {
    padding: 1.5em;
  }

  .contact-form_field {
    min-height: 55px;
    font-size: 15px;
  }

  .contact-form_field::placeholder {
    font-size: 13px;
  }

  .footer_content-wrapper {
    text-align: center;
    align-items: center;
  }

  .footer_links-wrapper {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .footer_link {
    margin-left: 0;
    margin-right: 0;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .footer_link.legals {
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 13px;
  }

  .home-hero-custom-width {
    text-align: center;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .tabs-menu {
    justify-content: center;
    align-items: stretch;
  }

  .text-block {
    color: var(--white-texts);
  }

  .icon-wrap {
    display: none;
  }

  .hero-heading {
    margin-left: auto;
    margin-right: auto;
    font-size: 1.6rem;
  }

  .paragraph-2 {
    margin-right: 0;
    font-size: 16px;
  }

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

  .submit {
    margin-bottom: 39px;
  }

  .contact_column.is-right {
    padding-top: 0;
    padding-bottom: 0;
  }

  .field_wrap {
    padding-bottom: 1.8em;
  }

  .field_wrap.is-radio {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .field_label.is-radio {
    margin-bottom: 0;
  }

  .radio_field {
    padding: .4em 1.1em;
  }

  .radio_field.xl {
    width: auto;
    display: block;
  }

  .form-2 {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .back-to-home-button {
    margin-bottom: 39px;
  }

  .form-button-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
  }

  .back-home-button {
    margin-bottom: 39px;
  }
}

#w-node-a053206c-7245-3eb9-77d1-683e5b752c4a-d4db1a04, #w-node-_2504383c-beb2-f0f2-2be5-6ccfa3a0e806-d4db1a04 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_971a9e13-f177-d4f0-6bbd-b5e67ddaa3f6-d4db1a04, #w-node-_26a6aa5d-302c-1a57-4dca-be46a75ab58e-d4db1a04, #w-node-_3228c5b3-aba7-d7a3-ebaf-f85c972ae89f-d4db1a04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_2068fc0c-ffa0-9b18-5880-6d5e9860f84c-d4db1a04 {
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_3228c5b3-aba7-d7a3-ebaf-f85c972ae89f-d4db1a04 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_7778c379-24bd-b45c-957a-00cdf3a8226a-d4db1a04 {
    place-self: center;
  }
}


