:root {
  --black\<deleted\|variable-715b5e65\>: #1b1b1b;
  --dark-orange\<deleted\|variable-ede61b4a\>: #ff7a01;
  --color--bg-halo-renew-cream: #e6d7b6;
  --color--text: var(--primary--text);
  --box-bright-cream: #f7f1e4;
  --color--background-element: var(--primary--background-element);
  --color--text-white: white;
  --color--background: var(--primary--background);
  --primary--background: var(--swatch--cream);
  --primary--text: var(--swatch--dark);
  --primary--background-element: var(--swatch--light-grey);
  --secondary--background: var(--swatch--yellow);
  --secondary--text: var(--swatch--dark);
  --secondary--background-element: var(--swatch--dark-yellow);
  --swatch--cream: #f2eeeb;
  --swatch--yellow: #ffedbc;
  --swatch--dark: #212121;
  --swatch--light: #eee;
  --swatch--black: #0f0f0f;
  --swatch--dark-yellow: #f3e2b3;
  --swatch--light-grey: #e8e5e0;
  --tertiary--background: var(--swatch--black);
  --tertiary--text: var(--swatch--light);
  --tertiary--background-element: var(--swatch--dark);
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

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

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

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

body {
  color: #1b1b1b;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
}

a {
  color: #242424;
  text-decoration: none;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .25rem;
}

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

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.utility-page_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility-page_form-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 20rem;
  display: flex;
}

.utility-page_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page_image {
  margin-left: auto;
  margin-right: auto;
}

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

.margin-custom2 {
  margin: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xsmall {
  margin: .5rem;
}

.padding-xhuge {
  padding: 8rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.padding-0 {
  padding: 0;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-huge {
  padding: 6rem;
}

.margin-large {
  margin: 3rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.margin-xxsmall {
  margin: .25rem;
}

.padding-custom3 {
  padding: 3.5rem;
}

.padding-large {
  padding: 3rem;
}

.margin-tiny {
  margin: .125rem;
}

.padding-small {
  padding: 1rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.margin-huge {
  margin: 6rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-xsmall {
  padding: .5rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.padding-xxsmall {
  padding: .25rem;
}

.margin-xhuge {
  margin: 8rem;
}

.padding-tiny {
  padding: .125rem;
}

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

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

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

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

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

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

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

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

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

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

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

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

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

.form_checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.form_checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.styleguide_background {
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, #0073e61a, #fff0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  display: grid;
  position: relative;
}

.icon-1x1-small {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.icon-1x1-small.is-muted {
  color: #888;
}

.icon-1x1-small.is-primary {
  color: #fff;
}

.overflow-auto {
  overflow: auto;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.icon-1x1-large {
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.icon-1x1-large.is-muted {
  color: #888;
}

.icon-1x1-large.is-primary {
  color: #fff;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

.styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

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

.text-style-strikethrough {
  text-decoration: line-through;
}

.styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.styleguide_item.is-stretch {
  justify-items: stretch;
}

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

.styleguide_item-header {
  border-bottom: 1px solid #0000001a;
  width: 100%;
  padding-bottom: 2rem;
}

.styleguide_heading-large {
  font-size: 6rem;
}

.background-color-black {
  color: #f5f5f5;
  background-color: #000;
}

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

.text-color-black {
  color: #1b1b1b;
}

.text-color-grey {
  color: #797979;
}

.styleguide_2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.styleguide_2-col.is-align-start {
  align-items: start;
}

.form_message-success {
  padding: 1.25rem;
}

.styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-style-h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.text-rich-text h1, .text-rich-text h2, .text-rich-text h3, .text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5, .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.text-rich-text p {
  margin-bottom: 1rem;
}

.text-rich-text ul, .text-rich-text ol {
  margin-bottom: 1.5rem;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.icon-height-small {
  height: 1rem;
}

.icon-1x1-medium {
  width: 2rem;
  height: 2rem;
}

.heading-style-h1 {
  color: #fff;
  -webkit-text-stroke-color: #131010;
  font-size: 5rem;
  font-weight: 500;
  line-height: 1;
}

.padding-global {
  padding: 0 3rem;
  overflow: visible;
}

.text-weight-normal {
  font-weight: 400;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.text-color-white {
  color: #eee;
}

.text-style-italic {
  font-style: italic;
}

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

.overflow-hidden {
  overflow: hidden;
}

.styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

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

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.styleguide_1-col {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.overflow-visible {
  overflow: visible;
}

.styleguide_empty-box {
  z-index: -1;
  background-color: #0073e61a;
  border: 1px dashed #0073e6;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.text-weight-light {
  font-weight: 300;
}

.styleguide_heading-medium {
  font-size: 4rem;
}

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

.styleguide_4-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

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

.text-weight-xbold {
  font-weight: 800;
}

.text-align-right {
  text-align: right;
}

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

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.styleguide_item-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: -4rem;
  padding-top: 4rem;
  display: flex;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.background-color-white {
  background-color: #fff;
}

.text-style-muted {
  opacity: .6;
}

.text-size-small {
  font-size: .875rem;
}

.heading-style-h4 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.25;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.text-style-nowrap {
  white-space: nowrap;
}

.text-align-left {
  text-align: left;
}

.background-color-grey {
  background-color: #fafafa;
}

.form_input {
  background-color: #0000;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form_input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.heading-style-h6 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.padding-section-large {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.styleguide_3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.styleguide_3-col.is-align-start {
  align-items: start;
}

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

.text-size-large {
  font-size: 1.25rem;
  line-height: 1.25;
}

.text-size-large.text-weight-medium.text-color-grey {
  color: #fff;
  margin-left: 40px;
  font-weight: 400;
}

.text-size-large.text-weight-medium.text-color-blue {
  color: #6784fe;
}

.text-size-large.text-weight-medium.text-color-grey-copy {
  color: #212121;
  font-weight: 400;
}

.text-size-large.text-weight-medium.text-color-grey-footer {
  color: #fff;
  height: 55px;
  font-size: .7rem;
  font-weight: 400;
}

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.styleguide_label {
  color: #fff;
  background-color: #0073e6;
  border-radius: 4px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem;
  font-weight: 600;
  line-height: 1.4;
  display: flex;
}

.styleguide_label.is-tag {
  background-color: #be4aa5;
}

.styleguide_label.is-hex {
  color: #000;
  background-color: #f5f5f5;
}

.heading-style-h5 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

.container-large {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 94rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.icon-height-medium {
  height: 2rem;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.overflow-scroll {
  overflow: scroll;
}

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

.icon-height-large {
  height: 3rem;
}

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

.form_component {
  margin-bottom: 0;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #000;
  padding: .75rem 1.5rem;
  font-weight: 600;
}

.button.is-text {
  color: #000;
  background-color: #0000;
  border: 2px solid #0000;
}

.button.is-small {
  padding: .5rem 1.25rem;
}

.button.is-large {
  padding: 1rem 2rem;
}

.button.is-secondary {
  color: #000;
  background-color: #0000;
  border: 2px solid #000;
  border-bottom-width: .125rem;
}

.button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.styleguide_classes {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-left: 18rem;
  display: grid;
}

.text-size-medium {
  font-size: 1.125rem;
}

.styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  margin-top: -4rem;
  padding-top: 4rem;
  display: grid;
}

.styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hide {
  display: none;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.form_radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.styleguide_spacing-all {
  display: none;
}

.styleguide_color.is-1 {
  background-color: var(--black\<deleted\|variable-715b5e65\>);
}

.styleguide_color.is-2 {
  background-color: #fafafa;
}

.styleguide_color.is-3 {
  background-color: #fff;
}

.styleguide_color.is-4 {
  background-color: var(--dark-orange\<deleted\|variable-ede61b4a\>);
}

.styleguide_color.is-5 {
  background-color: #00ab59;
}

.styleguide_nav {
  display: block;
}

.styleguide_container {
  background-color: #f5f5f5;
  flex-direction: column;
  align-items: flex-start;
  width: 18rem;
  height: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  position: fixed;
  inset: 0% auto 0% 0%;
  overflow: auto;
}

.styleguide_logotype {
  height: 3rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-left: 2rem;
  position: relative;
}

.styleguide_menu {
  width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  position: static;
}

.styleguide_nav-link {
  margin-bottom: .1rem;
  margin-left: -1rem;
  margin-right: -1rem;
  padding: .3rem 1rem;
  font-size: .875rem;
  transition: background-color .2s;
  display: block;
}

.styleguide_nav-link:hover {
  background-color: #e6ebee;
  border-radius: 4px;
}

.styleguide_nav-link.w--current {
  color: #242424;
  background-color: #e6ebee;
  border-radius: 4px;
  text-decoration: underline;
}

.styleguide_nav-link.is-sub-link {
  margin-left: 0;
  margin-right: 0;
  padding-left: 1rem;
}

.styleguide_nav-link.is-category {
  font-weight: 500;
}

.styleguide_nav-link.is-category:hover {
  background-color: #0000;
}

.button-text {
  color: #000;
  text-decoration: none;
  display: inline-block;
  overflow: hidden;
}

.styleguide_item-displayblock {
  grid-row-gap: 1.125rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.heading-small {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

.heading-medium {
  font-size: 6rem;
  font-weight: 700;
  line-height: 1.1;
}

.heading-large {
  font-size: 8vw;
  font-weight: 700;
  line-height: 1.1;
}

.heading-xlarge {
  font-size: 10vw;
  font-weight: 700;
  line-height: 1.1;
}

.label-link {
  color: #242424;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px solid #000;
  padding: .4rem .5rem;
  font-size: .75rem;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.label-link.is-muted {
  color: #888;
  background-color: #e8e8e8;
  border-color: #0000;
}

.label-link.is-primary {
  color: #eee;
  background-color: #000;
  border-color: #0000;
}

.label-link.is-secondary {
  color: #000;
  background-color: #e8e8e8;
  border-color: #0000;
}

.label-inner {
  height: 13px;
  position: relative;
  overflow: hidden;
}

.label-text, .label-text_hover {
  font-size: 12px;
  line-height: 110%;
}

.label {
  color: #242424;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px solid #000;
  padding: .4rem .5rem;
  text-decoration: none;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.label.is-muted {
  color: #888;
  background-color: #e8e8e8;
  border-color: #0000;
}

.label.is-primary {
  color: #eee;
  background-color: #000;
  border-color: #0000;
}

.label.is-secondary {
  background-color: #e8e8e8;
  border-color: #0000;
}

.badge {
  border: 1px solid #000;
  border-radius: 50%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.badge.is-small {
  width: 1.5rem;
  height: 1.5rem;
}

.badge.is-small.is-muted {
  background-color: #e8e8e8;
  border-width: 0;
}

.badge.is-small.is-primary {
  background-color: #000;
  border-width: 0;
}

.badge.is-small.is-secondary {
  background-color: #e8e8e8;
  border-width: 0;
}

.badge.is-large {
  width: 3rem;
  height: 3rem;
}

.badge.is-muted {
  background-color: #e8e8e8;
  border-width: 0;
}

.badge.is-primary {
  background-color: #000;
  border-width: 0;
}

.badge.is-secondary {
  background-color: #e8e8e8;
  border-width: 0;
}

.icon-1x1-default {
  width: 1.5rem;
  height: 1.5rem;
}

.icon-1x1-default.is-muted {
  color: #888;
}

.icon-1x1-default.is-primary {
  color: #fff;
}

.text-size-xlarge {
  font-size: 1.5rem;
  line-height: 1.3;
}

.text-size-xlarge.text-weight-bold {
  color: #e6d7b6;
  font-weight: 400;
}

.text-size-xlarge.text-weight-bold-white {
  color: #fff;
  -webkit-text-stroke-color: #fff;
  font-weight: 400;
}

.styleguide_image {
  width: 100%;
  height: 100%;
  display: block;
}

.section-hero {
  background-color: #0a0a0a;
  width: 100%;
  max-height: 50rem;
  overflow: hidden;
}

.hero__component {
  z-index: 0;
  color: #ede9e6;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 6rem;
  display: flex;
  position: relative;
}

.section__title {
  color: #e6d7b6;
  text-transform: uppercase;
  font-size: .75rem;
  line-height: 1.3;
}

.section__title.text-color-blue {
  color: #6784fe;
}

.about__component {
  min-width: 100%;
  margin-top: 2.4rem;
}

.section__grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.about__content-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 3.2rem;
  display: flex;
}

.details__grid {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 7rem;
  display: grid;
}

.details__video-wrapper {
  background-color: #181919;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  height: 27rem;
  display: flex;
  position: relative;
}

.details__video-player {
  color: #fff;
  background-image: url('../images/halorenew-slider-div2.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.video__player-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.video__text {
  font-size: 3.5rem;
}

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

.option__image-wrapper {
  aspect-ratio: 3 / 4;
  background-color: #0f0f0f0d;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.option__content-wrapper {
  padding: 3rem 1.5rem;
}

.heading {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1;
}

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

.video-background__component {
  max-width: 120rem;
  height: 100vh;
  min-height: 56rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.video-background__player {
  border-radius: 48px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.section-benefits {
  background-color: #e6d7b6;
}

.benefits__component {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.watch__image-wrapper {
  z-index: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: block;
  position: absolute;
}

.watch_mask {
  z-index: 0;
  width: 100%;
  position: absolute;
  inset: 0%;
}

.watch__image {
  z-index: 1;
  mix-blend-mode: normal;
  border-radius: 16px;
  width: 100%;
  position: relative;
}

.watch__animation-wrapper {
  z-index: 2;
  mix-blend-mode: screen;
  transform-style: preserve-3d;
  width: 25%;
  height: 25%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 11.3% 0% auto;
  overflow: hidden;
  transform: rotateX(45deg)rotateY(0)rotateZ(0);
}

.watch__animation-image {
  transform-style: preserve-3d;
  width: 100%;
  height: 100%;
  transform: none;
}

.benefits__grid {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.benefits__image-wrapper {
  aspect-ratio: 1;
  background-color: #0f0f0f0d;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
  position: relative;
}

.benefits__points-wrapper {
  aspect-ratio: 9 / 6;
  background-image: url('../images/proactive-hr.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 32px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding: .6rem;
  display: none;
  overflow: hidden;
}

.benefits__title-wrapper {
  color: #fff;
  text-align: center;
  width: 100%;
  padding: 2rem;
}

.benefits__points-item {
  -webkit-backdrop-filter: blur(48px);
  backdrop-filter: blur(48px);
  background-color: #f2eeea29;
  border-radius: 24px;
  padding: 4rem;
  overflow: hidden;
}

.benefits__points-item.is-light {
  color: #fff;
  padding: 2rem;
}

.benefits__link-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  cursor: pointer;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.plus__icon-wrapper {
  cursor: pointer;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: none;
}

.section-learn {
  background-color: var(--color--bg-halo-renew-cream);
  padding-bottom: 4.5rem;
}

.learn__grid {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.learn__sticky-wrapper {
  color: var(--color--text);
}

.learn__content-grid {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.sticky-image.is-transform {
  transform-style: preserve-3d;
  width: 83%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  transform: rotateX(45deg)rotateY(0)rotateZ(0);
}

.greybox__cotent-wrapper {
  aspect-ratio: 1;
  background-color: var(--box-bright-cream);
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.greybox__cotent-wrapper.is-sport-list {
  align-items: flex-start;
  padding-left: 2rem;
  overflow: hidden;
}

.greybox__cotent-wrapper.is-big-corner {
  border-radius: 16px;
  position: relative;
}

.greybox__cotent-wrapper.is-big-corner.is-no-ration {
  aspect-ratio: auto;
}

.face-watch__content-wrapper {
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.blackbox__content-wrapper {
  aspect-ratio: 1;
  background-color: #0f0f0f;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.image_mode-difference {
  mix-blend-mode: difference;
  width: 80%;
  height: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.bmp__content-wrapper {
  aspect-ratio: 4 / 3;
  background-image: url('../images/bg_activity.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 8px;
  overflow: hidden;
}

.learn__sticky-content {
  flex-direction: column;
  align-items: flex-start;
  margin-top: -7rem;
  padding-top: 7rem;
  padding-right: 4rem;
  display: flex;
  position: sticky;
  top: 0;
}

.phone__content-wrapper {
  aspect-ratio: 9 / 16;
  background-color: var(--color--background-element);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 6rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.phone__image-wrapper {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.phone__image-wrapper.is-max-width {
  z-index: 1;
  max-width: 18rem;
}

.phone__screen {
  z-index: 0;
  border-radius: 6%;
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
  inset: 0%;
}

.phone__case {
  z-index: 1;
  width: 100%;
  height: auto;
  display: inline-block;
  position: relative;
}

.shadow__screen {
  background-color: #00000052;
  border-radius: 6%;
  position: absolute;
  inset: 0%;
}

.landing__page-wrapper {
  z-index: 999;
  background-color: #f2eeea;
  width: 100vw;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.landing__component {
  background-color: #fff;
  border-radius: 16px;
  margin-top: 2rem;
  margin-bottom: 2rem;
  overflow: hidden;
}

.landing__component.is-one, .landing__component.is-two {
  display: none;
  overflow: hidden;
}

.landing__component.is-three, .landing__component.is-four, .landing__component.is-fifth, .landing__component.is-sixth {
  display: none;
}

.landing__component.is-seventh {
  display: none;
  overflow: hidden;
}

.landing__image-wrapper {
  aspect-ratio: 3 / 2;
  flex-direction: row;
  align-items: flex-start;
  display: flex;
  position: relative;
}

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

.back__button-wrapper {
  background-color: #fff;
  border-radius: 16px;
  flex: 0 auto;
  margin-top: 1.5rem;
  margin-left: 1.5rem;
  padding: 1rem 2rem;
  position: absolute;
}

.landing__content-wrapper {
  padding: 3rem 1.5rem;
}

.watch__slider-wrapper {
  mix-blend-mode: screen;
  border-radius: 100%;
  width: 21%;
  height: 21%;
  position: absolute;
  top: 25.7%;
  left: 50%;
  overflow: hidden;
  transform: translate(-50%);
}

.watch__slider-image {
  width: 100%;
  height: 100%;
}

.phone__wrapper {
  z-index: 2;
  width: 100%;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.phone__component {
  z-index: 1;
  width: 140%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% 0% auto 50%;
  transform: translate(-50%);
}

.phone__shadow-wrapper {
  z-index: 1;
  width: 138%;
  height: 130%;
  display: block;
  position: relative;
}

.shadow__image {
  vertical-align: baseline;
  width: 138%;
  height: 130%;
  display: inline-block;
}

.phone__screens-wrapper {
  border-radius: 6%;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 1% 5% 0%;
  overflow: hidden;
}

.phone__case-wrapper {
  display: none;
  position: absolute;
  inset: 0%;
}

.phone__screen-image {
  width: 100%;
}

._4-3__image-wrapper {
  aspect-ratio: 4 / 3;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.avg__image-wrapper {
  mix-blend-mode: screen;
  width: 45%;
  height: 45%;
  position: absolute;
  inset: 50% 0% 0% 50%;
  transform: translate(-50%, -50%);
}

.lum__image {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.darkbox__cotent-wrapper {
  aspect-ratio: 1;
  background-color: var(--color--background-element);
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: relative;
  overflow: hidden;
}

.phone__screen-wrapper {
  z-index: 0;
  border-radius: 6%;
  display: none;
  position: absolute;
  inset: 2% 5%;
  overflow: hidden;
}

.goals__image-wrapper {
  mix-blend-mode: screen;
  width: 33%;
  height: 54%;
  position: absolute;
  inset: 12.5% 0% 0% 50%;
  transform: translate(-50%);
}

.sticky__image-wrapper {
  mix-blend-mode: difference;
  width: 80%;
  height: 80%;
  overflow: hidden;
}

.sticky__image {
  width: 100%;
  height: 100%;
}

.lum__image-wrapper {
  mix-blend-mode: screen;
  border-radius: 100%;
  width: 24%;
  height: 21%;
  display: none;
  position: absolute;
  top: 15.5%;
  left: 50%;
  overflow: hidden;
  transform: translate(-50%);
}

.light__image {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.small-phone__content-wrapper {
  background-color: var(--color--background-element);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: none;
  position: relative;
}

.section-app {
  background-color: #f2eeeb;
  display: none;
  overflow: visible;
}

.app__component {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.app__grid {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.app__content-wrapper {
  background-color: #fff;
  border-radius: 16px;
}

.app__image-wrapper {
  aspect-ratio: 3 / 4;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.app__image-wrapper.is-app {
  padding-left: 24%;
  padding-right: 24%;
}

.app__image-wrapper.is-image {
  margin: .5rem;
}

.app__link-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.text-size-custom1 {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1;
}

.app__image {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

.download__content-wrapper {
  background-color: #fff;
  border-radius: 16px;
  padding: 6rem;
}

.app__download-grid {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.download__image-wrapper {
  justify-content: center;
  align-items: center;
  padding-left: 3rem;
  padding-right: 3rem;
  display: flex;
  position: relative;
}

.download__text-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.circle__animation-wrapper {
  width: 100%;
  max-width: 30rem;
  position: absolute;
}

.circle__image {
  width: 100%;
  height: 100%;
}

.date__wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0%;
}

.date__animation-wrapper {
  width: 11rem;
  height: 11rem;
}

.circle__lottie {
  width: 100%;
  height: 100%;
}

.date__text-wrapper {
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#3d7d3e, #6cb46e);
  -webkit-background-clip: text;
  background-clip: text;
}

.date__big-text {
  font-size: 6rem;
  font-weight: 700;
  line-height: 1;
}

.date__small-text {
  font-size: 3.5rem;
  line-height: 1.1;
}

.heart__animation-wrapper {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: 1;
  object-fit: fill;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 35%;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: relative;
  inset: auto;
}

.heart__image-wrapper {
  z-index: 1;
  width: 3rem;
  height: 3rem;
  display: none;
  position: relative;
}

.heart__image {
  width: 100%;
  height: 100%;
}

.heart__lottie-wrapper {
  width: 350%;
  position: absolute;
}

.color__button-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-radius: 16px;
  align-items: center;
  padding: .75rem 1.25rem .75rem .75rem;
  display: flex;
}

.color__button-wrapper.is-red {
  color: #83151a;
  background-color: #e6d7b6;
}

.color__button-wrapper.is-yellow {
  color: #514009;
  background-color: #e6d7b6;
  display: flex;
}

.color__button-wrapper.is-violet {
  color: #29295f;
  background-color: #e6d7b6;
}

.color__button-wrapper.is-turquoise {
  color: #111;
  background-color: #e6d7b6;
}

.color__button-wrapper.is-blue {
  color: #164955;
  background-color: #e6d7b6;
}

.color__button-wrapper.is-orange {
  color: #681b00;
  background-color: #e6d7b6;
}

.color__button-wrapper.is-navy {
  color: #e3e8f5;
  background-color: #e6d7b6;
}

.color-buttons__wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
  overflow: visible;
}

.button__icon-wrapper {
  -webkit-text-stroke-color: #e6d7b6;
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
}

.badge__wrapper {
  border: 1px solid var(--color--text);
  border-radius: 8px;
  padding: .3rem .5rem;
  font-size: .75rem;
  font-weight: 500;
}

.sport__list-element {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  opacity: .32;
  align-items: center;
  height: 3rem;
  min-height: 3.5rem;
  display: flex;
}

.sport__icon-wrapper {
  width: 2rem;
  height: 2rem;
}

.sport__icon {
  width: 100%;
  height: 100%;
}

.sport__text-name {
  font-size: 1.25rem;
  font-weight: 700;
}

.sport__list-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.section-colors {
  background-color: #0f0f0f;
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.colors__tabs {
  position: relative;
}

.colors__tabs-menu {
  z-index: 999;
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  align-items: center;
  margin-bottom: 1rem;
  margin-left: 1rem;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.color__tab-grid {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.color__image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.colors__tab-button {
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  padding: 0;
  display: flex;
}

.colors__tab-button.w--current {
  background-color: #212121;
}

.color__watch {
  border-radius: 100%;
  width: 1rem;
  height: 1rem;
}

.color__watch.is-white {
  background-image: linear-gradient(145deg, #fff, #fff 19%, #c5c5c5);
}

.color__watch.is-black {
  background-image: linear-gradient(330deg, #0b0b0b, #0b0b0b 30%, #c5c5c5);
}

.color__watch.is-gold {
  background-image: linear-gradient(145deg, #ede8e0, #ede8e0 19%, #d3b092 50%);
}

.color__watch.is-blue {
  background-image: linear-gradient(145deg, #ede8e0, #00426c 70%, #022841);
}

.color__watch.is-grey {
  background-image: linear-gradient(330deg, #0b0b0b, #0b0b0b 30%, #c5c5c5);
}

.color__watch.is-silver {
  background-image: linear-gradient(#fff, #fff 19%, #c5c5c5);
}

.color__galerry-box {
  aspect-ratio: 1;
  background-color: var(--color--background-element);
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.color__galerry-box.is-big-corner {
  background-color: #e8e5e0;
  border-radius: 16px;
  position: relative;
}

.color__galerry-box.is-big-corner.is-no-ration {
  aspect-ratio: auto;
}

.phone__stats-wrapper {
  z-index: 2;
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 75%;
  max-width: 20rem;
  padding: 1rem;
  display: flex;
  position: absolute;
  top: 50%;
  left: 8%;
  transform: translate(0, -50%);
}

.stats__content-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: stretch;
}

.stats__heading {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: .5rem;
  font-size: .75rem;
  font-weight: 500;
}

.start__bar-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: .75rem;
  display: flex;
}

.start__bar {
  background-color: #fed557;
  border-radius: 4px;
  width: 25%;
  height: 2rem;
}

.start__bar.is-65 {
  background-color: #3d7d3e;
  width: 65%;
}

.start__bar.is-10 {
  width: 10%;
}

.stats__main-text {
  font-weight: 500;
  line-height: 1.1875rem;
}

.stats__under-text {
  font-size: .707rem;
  line-height: .8125rem;
}

.hero__lottie {
  aspect-ratio: 1920 / 800;
  width: 100%;
  max-width: 80rem;
  height: 100%;
  display: block;
}

.nav__menu-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav__logo-image {
  height: 64%;
}

.nav__icon-image {
  width: 100%;
  height: 100%;
}

.nav__right-wrapper {
  grid-column-gap: 1rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav__link {
  color: #fff;
  margin-left: 0;
  margin-right: 0;
  padding: .5rem 0;
  font-size: .8rem;
  font-weight: 600;
  overflow: visible;
}

.nav {
  z-index: 100;
  background-color: #0f0f0f;
  border-bottom: 0 solid #e8e8e8;
  flex-direction: column;
  justify-content: center;
}

.nav__container-large {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 94rem;
  height: 4rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav__logo-wrapper {
  justify-content: center;
  align-items: center;
  height: 4rem;
  padding-left: 0;
  display: flex;
}

.nav__icon-link {
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 1.4rem;
  display: flex;
}

.nav__left-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  align-items: center;
  display: flex;
}

.nav__product-wrapper {
  z-index: 999;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: #181919d9;
  position: sticky;
  top: 0;
  box-shadow: 0 16px 48px #00000014;
}

.nav__button {
  color: #fff;
  background-color: #e6d7b6;
  border-radius: 4px;
  padding: .5rem .7rem .7rem;
  line-height: 1;
}

.name__wrapper {
  color: #fff;
}

.name__price {
  font-size: .75rem;
  font-weight: 500;
}

.name__text {
  font-size: 1rem;
  font-weight: 500;
}

.text-block {
  color: #0f0f0f;
  text-transform: uppercase;
  font-size: .8rem;
  font-weight: 600;
}

.image {
  width: 100%;
  max-width: 80rem;
  height: 100%;
  display: block;
  overflow: visible;
}

.body {
  background-color: #0f0f0f;
}

.text-block-2 {
  color: #111;
  -webkit-text-stroke-color: #092551;
}

.text-block-3, .text-block-4, .text-block-5, .text-block-6, .text-block-7 {
  color: #111;
}

.heading-2 {
  color: #fff;
  font-weight: 500;
}

.heading-style-h1-black {
  color: #111;
  -webkit-text-stroke-color: #131010;
  font-size: 5rem;
  font-weight: 500;
  line-height: 1;
}

.bold-text {
  color: #fff;
  -webkit-text-stroke-color: #fff;
}

.bold-text-2 {
  color: #111;
  font-weight: 600;
}

.paragraph {
  color: #121212;
}

.text-weight-bold-white {
  color: var(--color--text-white);
  font-weight: 700;
}

.phone__content-wrapper-1 {
  aspect-ratio: 9 / 16;
  background-color: var(--color--background-element);
  background-image: url('../images/red-light-therapy-2.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 6rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.bold-text-3, .heading-3, .bold-text-4 {
  font-weight: 600;
}

.phone__content-wrapper-3 {
  aspect-ratio: 9 / 16;
  background-color: var(--color--background-element);
  background-image: url('../images/oxygen-therapy-women.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 6rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.heading-style-h1-copy {
  color: #212121;
  -webkit-text-stroke-color: #131010;
  font-size: 5rem;
  font-weight: 500;
  line-height: 1;
}

.bold-text-5 {
  font-weight: 500;
}

.heading-style-h1-footer {
  color: #fff;
  -webkit-text-stroke-color: #131010;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
}

.about__content-wrapper-copy {
  justify-content: flex-start;
  align-items: center;
  padding: .8rem;
  display: flex;
}

.nav__link-black {
  color: #111;
  margin-left: 0;
  margin-right: 0;
  padding: .5rem 0;
  font-size: .8rem;
  font-weight: 600;
  overflow: visible;
}

.patent-pending {
  z-index: 1;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 46px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: visible;
}

.patent-pending-img {
  vertical-align: top;
  width: 40%;
  min-width: 6rem;
  display: block;
  position: static;
  overflow: visible;
}

.section-about-us {
  margin-bottom: 7.1rem;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 3.5rem;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

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

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

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

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

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

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

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

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

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

  .hide-tablet {
    display: none;
  }

  .styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .heading-style-h1 {
    font-size: 3rem;
    line-height: 1.25;
  }

  .padding-global {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .styleguide_heading-medium {
    font-size: 3rem;
  }

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

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

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

  .styleguide_classes {
    margin-left: 0;
  }

  .styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

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

  .styleguide_nav {
    background-color: #fff;
    overflow: visible;
  }

  .styleguide_container {
    background-color: #fff;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
    display: flex;
    inset: 0% 0% auto;
    overflow: visible;
  }

  .styleguide_menu {
    z-index: 999;
    flex-direction: column;
    align-items: flex-start;
    width: 18rem;
    height: 100vh;
    padding-top: 2rem;
    padding-bottom: 2rem;
    display: flex;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .styleguide_nav-link.is-category {
    text-align: left;
  }

  .heading-small {
    font-size: 2.5rem;
  }

  .heading-medium {
    font-size: 3rem;
  }

  .heading-large {
    font-size: 4rem;
  }

  .text-size-xlarge.text-weight-bold, .text-size-xlarge.text-weight-bold-white {
    font-size: 1.375rem;
  }

  .section-hero {
    overflow: hidden;
  }

  .hero__component {
    padding-top: 1.8rem;
  }

  .section__title {
    text-transform: uppercase;
  }

  .about__component {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .section__grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .details__grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr;
    padding-bottom: 5rem;
  }

  .details__video-wrapper {
    height: 24rem;
  }

  .video__text {
    font-size: 2.25rem;
  }

  .option__content-wrapper {
    padding: 1.5rem 1rem;
  }

  .video-background__component {
    height: 56vw;
    min-height: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .benefits__component {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .benefits__grid {
    grid-template-columns: 1fr;
  }

  .benefits__image-wrapper {
    height: auto;
  }

  .benefits__points-wrapper {
    aspect-ratio: 9 / 12;
    background-position: 50% 0;
    padding: .5rem;
  }

  .benefits__points-item.is-light {
    padding: 1rem;
  }

  .learn__grid {
    grid-template-columns: 1fr;
  }

  .learn__sticky-wrapper {
    padding-bottom: 1rem;
  }

  .learn__sticky-content {
    margin-top: 0;
    padding-top: 4rem;
  }

  .app__component {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .app__grid {
    grid-template-columns: 1fr 1fr;
  }

  .app__download-grid {
    grid-template-columns: 1fr;
  }

  .section-colors {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .color__tab-grid {
    grid-template-rows: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .color__image {
    position: relative;
  }

  .phone__stats-wrapper {
    left: 4%;
  }

  .nav__menu-wrapper, .nav__link {
    display: none;
  }

  .heading-style-h1-black, .heading-style-h1-copy {
    font-size: 3rem;
    line-height: 1.25;
  }

  .heading-style-h1-footer {
    font-size: 1rem;
    line-height: 1.25;
  }

  .about__content-wrapper-copy {
    padding-top: 0;
    padding-left: 0;
  }

  .nav__link-black {
    display: none;
  }

  .patent-pending {
    justify-content: center;
    align-self: auto;
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 28px;
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 2.5rem;
  }

  h3 {
    font-size: 1.75rem;
  }

  h4 {
    font-size: 1.5rem;
  }

  h5 {
    font-size: 1.25rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

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

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

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

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

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

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

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

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

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

  .hide-mobile-landscape {
    display: none;
  }

  .styleguide_heading-large {
    font-size: 3rem;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .padding-global {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .styleguide_section-header {
    font-size: .875rem;
  }

  .styleguide_heading-medium {
    font-size: 2rem;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .heading-style-h4 {
    font-size: 1rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .heading-style-h6 {
    font-size: .75rem;
  }

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

  .text-size-large {
    font-size: 1.25rem;
  }

  .heading-style-h2 {
    font-size: 2rem;
  }

  .heading-style-h5 {
    font-size: .875rem;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

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

  .heading-medium {
    font-size: 2.5rem;
  }

  .heading-large {
    font-size: 3rem;
  }

  .heading-xlarge {
    font-size: 4rem;
  }

  .text-size-xlarge {
    font-size: 1.25rem;
  }

  .about__component {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .details__grid {
    grid-template-columns: 1fr;
  }

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

  .option__image-wrapper {
    width: 100%;
    height: 112vw;
  }

  .option__content-wrapper {
    padding: 2rem 1rem;
  }

  .video-background__component {
    border-radius: 0;
    margin-bottom: 1rem;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .video-background__player {
    border-radius: 0;
  }

  .benefits__component {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .benefits__image-wrapper {
    width: 100%;
  }

  .benefits__points-wrapper {
    aspect-ratio: auto;
    background-position: 50%;
    height: 160vw;
  }

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

  .greybox__cotent-wrapper.is-sport-list {
    padding-left: 1rem;
  }

  .learn__sticky-content {
    padding-left: 0;
    padding-right: 0;
  }

  .phone__content-wrapper {
    padding: 3rem;
  }

  .landing__content-wrapper {
    padding: 2rem 1rem;
  }

  .app__grid {
    grid-template-columns: 1fr;
  }

  .download__content-wrapper {
    padding: 3rem;
  }

  .phone__stats-wrapper {
    left: 4%;
  }

  .heading-style-h1-black {
    font-size: 2.5rem;
  }

  .phone__content-wrapper-1, .phone__content-wrapper-3 {
    padding: 3rem;
  }

  .heading-style-h1-copy {
    font-size: 2.5rem;
  }

  .heading-style-h1-footer {
    font-size: 1rem;
  }

  .patent-pending {
    justify-content: center;
    align-items: flex-start;
    max-width: 13rem;
    margin-top: 0;
    margin-bottom: 45px;
    position: relative;
  }
}

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

  h2 {
    font-size: 2.25rem;
  }

  h4 {
    font-size: 1.5rem;
  }

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

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

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

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

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

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

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

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

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

  .styleguide_row {
    flex-wrap: wrap;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .text-size-large.text-weight-medium.text-color-grey {
    margin-top: 28px;
  }

  .heading-small {
    font-size: 1.75rem;
  }

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

  .heading-large {
    font-size: 2.25rem;
  }

  .heading-xlarge {
    font-size: 2.5rem;
  }

  .hero__component {
    padding-top: 1.6rem;
  }

  .section-footer-2 {
    overflow: hidden;
  }

  .about__component {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .about__content-wrapper {
    flex-flow: wrap;
  }

  .section-details {
    overflow: hidden;
  }

  .details__grid {
    padding-bottom: 3rem;
  }

  .details__video-wrapper {
    height: 28rem;
  }

  .video__player-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .video__text {
    text-align: center;
    line-height: 1.3;
  }

  .option__image-wrapper {
    overflow: hidden;
  }

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

  .section-video-background {
    overflow: hidden;
  }

  .video-background__component {
    border-radius: 0;
    margin-bottom: 1rem;
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .video-background__player {
    border-radius: 0;
  }

  .section-benefits {
    overflow: hidden;
  }

  .benefits__component {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .benefits__grid {
    width: 100%;
  }

  .benefits__image-wrapper {
    padding: 0;
  }

  .benefits__points-wrapper {
    border-radius: 16px;
    height: 90vh;
  }

  .benefits__points-item.is-light {
    border-radius: 12px;
  }

  .plus__icon-wrapper {
    flex: none;
    width: 2rem;
    height: 2rem;
  }

  .section-learn {
    padding-bottom: 3rem;
    overflow: hidden;
  }

  .greybox__cotent-wrapper.is-sport-list {
    padding-left: .5rem;
  }

  .learn__sticky-content {
    padding-top: 2rem;
    padding-right: 0;
  }

  .learn__sticky-content.is-first {
    padding-top: 0;
  }

  .phone__content-wrapper {
    padding: 3rem;
  }

  .small-phone__content-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section-app {
    overflow: hidden;
  }

  .app__component {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .app__image {
    flex: none;
  }

  .download__content-wrapper {
    padding: 1rem;
  }

  .date__wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .date__animation-wrapper {
    width: 8rem;
    height: 8rem;
  }

  .date__big-text {
    font-size: 5rem;
  }

  .date__small-text {
    font-size: 3rem;
  }

  .color__button-wrapper {
    border-radius: 8px;
    padding: .25rem .75rem .25rem .25rem;
    font-size: .875rem;
  }

  .color-buttons__wrapper {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .button__icon-wrapper {
    width: 2rem;
    height: 2rem;
  }

  .sport__list-element {
    height: 2rem;
    min-height: 2rem;
  }

  .sport__icon-wrapper {
    width: 1.5rem;
    height: 1.5rem;
  }

  .sport__text-name {
    font-size: .75rem;
  }

  .section-colors {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .colors__tabs-menu {
    margin-bottom: .5rem;
    margin-left: .5rem;
  }

  .phone__stats-wrapper {
    width: 80%;
    padding: .5rem;
    left: 4%;
  }

  .nav__container-large {
    height: 3rem;
  }

  .nav__logo-wrapper {
    justify-content: flex-start;
    height: 3rem;
    padding-left: 0;
  }

  .nav__product-wrapper {
    box-shadow: 0 2px 5px #0003;
  }

  .phone__content-wrapper-1, .phone__content-wrapper-3 {
    padding: 3rem;
  }

  .patent-pending {
    min-width: 11rem;
    margin-top: 1rem;
  }

  .patent-pending-img {
    max-width: 7rem;
  }

  .section-about-us, .section-footer-1 {
    overflow: hidden;
  }
}

#w-node-c2b3bc0f-d9c4-a3fa-c384-d229ab5b53f3-958a1e07 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-a235ea3e-e39f-7fb2-56ee-f28cf13de207-958a1e07 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-f8c0cc7e-e9a6-118c-bd6b-953545781107-958a1e07 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#benefits.w-node-b5242b51-c310-c1fd-1a62-760ecbe80841-958a1e07, #w-node-_4e241ea9-bc3b-f15d-64c8-feaa37a17853-958a1e07, #w-node-a7ca383c-5a03-6d1e-b858-54dbb14d3c4f-958a1e07, #w-node-d809f3ae-dab0-ad27-1582-5151e8d473bd-958a1e07, #w-node-db155f72-0f5a-3e1a-afbc-b61e04eb75fb-958a1e07, #w-node-f0389266-13af-80d5-8f81-294cc11a1514-958a1e07, #w-node-dcadc053-960e-6b4c-6b09-85620c5dc405-958a1e07, #w-node-_9a325bc7-e9ca-b058-f780-f2f9ab4dbdb8-958a1e07, #w-node-_17ee9eac-ff7b-7695-bb35-8df3077382c0-958a1e07 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d51a3ac8-cb98-edba-cc9b-5baf53a9f905-958a1e07 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_985da97e-973b-e962-908c-920d96ddf32f-958a1e07, #w-node-_93f56e62-e61c-230e-62fc-1496add966cc-958a1e07 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_21c329f6-c277-063d-7b21-b93087da5cef-958a1e07 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-adb68ec9-2eb3-44bd-f89d-6886fe4fccb4-958a1e07 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b821a7b8-6e2d-995a-d487-82e55d57296f-958a1e07 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_06d2edde-036b-4baf-5a0f-cbdfddf2ff2c-958a1e07, #w-node-_1f54ecac-9f13-1fc3-c4f4-d5dfe679f6c0-958a1e07 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1f54ecac-9f13-1fc3-c4f4-d5dfe679f6c1-958a1e07 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f7d4c7be-6c73-6000-66fa-a4615e3486cd-958a1e07, #w-node-_8aca3362-d8af-1dfa-d3b5-0528932cf40f-958a1e07 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8aca3362-d8af-1dfa-d3b5-0528932cf410-958a1e07 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-bc07696e-b7d3-6f03-9afa-07d2a26c992b-958a1e07, #w-node-_1c4e0c7b-1cf5-542b-47bb-32a7d4813662-958a1e07 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1c4e0c7b-1cf5-542b-47bb-32a7d4813663-958a1e07, #w-node-_880e2607-bb75-2f3a-f013-f310a928ff1a-958a1e07 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4cb0f8a8-9d24-1bd3-2865-db2860f9d283-958a1e07 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_1c4e0c7b-1cf5-542b-47bb-32a7d4813672-958a1e07, #w-node-fdc6b5f9-ff34-2712-ccfb-56070f2dfe38-958a1e07, #w-node-_5fda0602-fb75-843c-4fc5-c9a87784460a-958a1e07, #w-node-_5fda0602-fb75-843c-4fc5-c9a877844610-958a1e07, #w-node-f6017c83-e543-7c4f-7d71-969820848fbe-958a1e07, #w-node-a196d3ca-c881-6cd8-fa79-a8275a1e22ed-958a1e07, #w-node-_5e5935f6-5410-9c11-4a71-8469c4e66391-958a1e07, #w-node-c8c73606-98f8-798f-36e1-bfd5c8ca9820-958a1e07, #w-node-e703488e-d190-8ef8-f77f-d7604f4312c2-958a1e07, #w-node-_72519c63-8e53-b560-af90-97d136c74465-958a1e07, #w-node-_164bbcf5-32fb-1df6-d70b-68ac6d876cee-958a1e07, #w-node-_164bbcf5-32fb-1df6-d70b-68ac6d876cf4-958a1e07 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7246f8de-d842-e940-f736-6148370154b7-958a1e07 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_4771b21c-63ee-40f6-aedd-8fea774df6e5-958a1e07, #w-node-bbc76043-ac31-395f-cd3b-49ada38d702f-958a1e07 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dae3c6e2-bcd1-493d-a6aa-ebd60af07129-958a1e07 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_14ea5834-ef1a-ef2a-2f9c-59d8aae50214-958a1e07 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_14ea5834-ef1a-ef2a-2f9c-59d8aae50216-958a1e07, #w-node-_14ea5834-ef1a-ef2a-2f9c-59d8aae50218-958a1e07 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_14ea5834-ef1a-ef2a-2f9c-59d8aae5021a-958a1e07 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_631afedc-dc4d-9be7-3cfa-3f4fd7ac84f0-958a1e07 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_631afedc-dc4d-9be7-3cfa-3f4fd7ac84f6-958a1e07 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_99c5f81e-22dc-2004-d001-b825cc88e4be-958a1e07 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_99c5f81e-22dc-2004-d001-b825cc88e4c4-958a1e07 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#\33 -Buttons.w-node-_2b10a86d-fbc6-8333-0893-d83c4b81afaa-958a1e0a, #\34 -Button-Text.w-node-_783d50b1-2e29-31eb-2fa9-ab26ed7e926b-958a1e0a, #w-node-_5f329d30-173f-e975-d3da-33137d248cd0-958a1e0a, #w-node-d1b038a8-223e-3466-0abc-029247b2471a-958a1e0a, #\35 -Label.w-node-_13112cad-0b2d-f128-d971-cc05cc0ceeaa-958a1e0a, #w-node-_13112cad-0b2d-f128-d971-cc05cc0ceeaf-958a1e0a, #w-node-_1b9c1dae-073a-5fd1-5933-6f47c80538c8-958a1e0a, #w-node-_1e3a4513-2597-7a3d-4926-1f777e2b6bdf-958a1e0a, #w-node-_0b478ee0-9a14-81b3-8968-9e4f604df580-958a1e0a, #\36 -Badges.w-node-_5f5df4a8-a621-f36d-3392-dd665aca4ca6-958a1e0a, #w-node-_5f5df4a8-a621-f36d-3392-dd665aca4cac-958a1e0a, #w-node-f8cffa57-6d4a-c5fd-85ef-641b786f3710-958a1e0a, #w-node-ecc68d7b-3c6c-bdf7-d8ff-48dbd974fa44-958a1e0a, #w-node-_4ae1f6f5-fe60-d688-9154-2e471959dce5-958a1e0a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb45-958a1e0a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-958a1e0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb61-958a1e0a {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb63-958a1e0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb66-958a1e0a {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cbb8-958a1e0a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc2-958a1e0a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc3-958a1e0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca17-958a1e0a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca1c-958a1e0a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca21-958a1e0a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca26-958a1e0a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca2c-958a1e0a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca32-958a1e0a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca38-958a1e0a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc31-958a1e0a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc36-958a1e0a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc3b-958a1e0a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc40-958a1e0a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc45-958a1e0a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc4a-958a1e0a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc54-958a1e0a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc59-958a1e0a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc5e-958a1e0a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc63-958a1e0a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc68-958a1e0a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc6d-958a1e0a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc72-958a1e0a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc77-958a1e0a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc7c-958a1e0a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc81-958a1e0a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc86-958a1e0a {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8a-958a1e0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8b-958a1e0a {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8d-958a1e0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc90-958a1e0a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc95-958a1e0a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc9a-958a1e0a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccaf-958a1e0a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb4-958a1e0a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb9-958a1e0a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccbe-958a1e0a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc3-958a1e0a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc8-958a1e0a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd2-958a1e0a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd7-958a1e0a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccdc-958a1e0a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce1-958a1e0a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce6-958a1e0a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cceb-958a1e0a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf0-958a1e0a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf5-958a1e0a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccfa-958a1e0a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccff-958a1e0a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd04-958a1e0a {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd08-958a1e0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd09-958a1e0a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd0e-958a1e0a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd13-958a1e0a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd18-958a1e0a {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd6b-958a1e0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cdc7-958a1e0a {
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-f8c0cc7e-e9a6-118c-bd6b-953545781107-958a1e07 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-f8c0cc7e-e9a6-118c-bd6b-953545781107-958a1e07 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


