<html><head><meta name="color-scheme" content="light dark"><style></style></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: Proximanova;
  src: url('../fonts/ProximaNova-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Proximanova;
  src: url('../fonts/ProximaNova-Semibold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Proximanova;
  src: url('../fonts/ProximaNova-Extrabold.otf') format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Proximanova;
  src: url('../fonts/ProximaNova-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Proximanova;
  src: url('../fonts/ProximaNova-Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --midnight-1000: #2f3542;
  --green-1000: #008545;
  --white: white;
  --alice-blue: #e8edf5;
  --purple-accessible: #6a47ed;
  --yellow-accessible: #efad22;
  --purple: #987cff;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.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: var(--midnight-1000);
  font-family: Proximanova, sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 3.5rem;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 800;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

p {
  margin-bottom: 10px;
}

a {
  color: var(--green-1000);
  font-weight: 600;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
  display: inline-block;
}

.fs-styleguide_header {
  background-color: #0000000d;
}

.fs-styleguide_label {
  color: #fff;
  background-color: #0073e6;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem;
  font-weight: 600;
  line-height: 1.4;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: #be4aa5;
}

.margin-tiny {
  margin: .125rem;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.text-size-large {
  font-size: 1.5rem;
  line-height: 1.75rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

.background-color-black {
  color: #f5f5f5;
  background-color: #000;
}

.padding-medium {
  padding: 2rem;
}

.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;
}

.padding-xhuge {
  padding: 8rem;
}

.text-size-tiny {
  font-size: .75rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.fs-styleguide_empty-box {
  z-index: -1;
  background-color: #0073e61a;
  border: .0625rem dashed #0073e6;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.heading-style-h3 {
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.2;
}

.text-size-small {
  font-size: .875rem;
}

.heading-style-h4 {
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.4;
}

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.margin-xxlarge {
  margin: 5rem;
}

.text-weight-bold {
  font-weight: 700;
}

.fs-styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: .0625rem 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;
}

.fs-styleguide_heading-medium {
  color: var(--midnight-1000);
  font-size: 4rem;
  font-weight: 800;
  line-height: 4.5rem;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

.form_component {
  margin-bottom: 0;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.fs-styleguide_background {
  border: .0625rem solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.text-size-medium {
  font-size: 1.25rem;
  line-height: 1.5rem;
}

.padding-huge {
  padding: 6rem;
}

.icon-height-small {
  height: 1rem;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

.padding-0 {
  padding: 0;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.fs-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;
}

.fs-styleguide_2-col.is-align-start {
  align-items: start;
}

.margin-large {
  margin: 3rem;
}

.fs-styleguide_1-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.fs-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;
}

.heading-style-h5 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.margin-0 {
  margin: 0;
}

.margin-small {
  margin: 1rem;
}

.heading-style-h1 {
  font-size: 4rem;
  font-weight: 800;
  line-height: 4.5rem;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.fs-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;
  display: grid;
}

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

.margin-huge {
  margin: 6rem;
}

.fs-styleguide_item-header {
  border-bottom: .0625rem solid #0000001a;
  width: 100%;
  padding-bottom: 2rem;
}

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.padding-xxhuge {
  padding: 12rem;
}

.icon-1x1-large {
  width: 2.5rem;
  height: 2.5rem;
}

.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;
}

.hide {
  display: none;
}

.margin-xxhuge {
  margin: 12rem;
}

.icon-height-large {
  height: 3rem;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.text-weight-medium {
  font-weight: 500;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.button {
  background-color: var(--green-1000);
  color: #fff;
  text-align: center;
  border-radius: 8px;
  padding: .75rem 1.5rem;
  font-size: 1.125rem;
  font-weight: 700;
  transition: background-color .2s;
}

.button:hover {
  background-color: #026636;
}

.button.is-text {
  color: var(--midnight-1000);
  background-color: #0000;
  border: .125rem solid #0000;
}

.button.is-large {
  padding: 1rem 2rem;
  font-size: 1.25rem;
}

.button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  line-height: 1.5rem;
  text-decoration: none;
  display: flex;
}

.button.is-secondary {
  border: .125rem solid var(--midnight-1000);
  color: var(--midnight-1000);
  background-color: #0000;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all .2s;
}

.button.is-secondary:hover {
  background-color: var(--midnight-1000);
  color: var(--white);
  text-decoration: none;
}

.button.is-secondary.dxtrack-user-action {
  border-color: var(--green-1000);
  color: var(--green-1000);
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 1rem;
}

.button.is-secondary.dxtrack-user-action:hover {
  background-color: var(--green-1000);
  color: var(--white);
}

.button.is-small {
  padding: .5rem 1.25rem;
  font-size: 1rem;
}

.button.full-width {
  width: 100%;
}

.margin-xsmall {
  margin: .5rem;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container-medium.flexbox {
  justify-content: space-between;
  display: flex;
  position: static;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.fs-styleguide_classes {
  grid-column-gap: .0625rem;
  grid-row-gap: .0625rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.padding-small {
  padding: 1rem;
}

.text-color-grey {
  color: gray;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.fs-styleguide_version {
  z-index: 5;
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

.text-color-black {
  color: #000;
}

.text-color-white {
  color: #fff;
}

.padding-tiny {
  padding: .125rem;
}

.form_input {
  background-color: #0000;
  border: 1px solid #e8edf5;
  border-radius: 8px;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form_input::placeholder {
  font-weight: 600;
}

.form_input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.fs-styleguide_spacing-all {
  display: none;
}

.form_message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.text-style-italic {
  font-style: italic;
}

.heading-style-h6 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.padding-xsmall {
  padding: .5rem;
}

.fs-styleguide_heading-large {
  color: var(--midnight-1000);
  font-size: 6rem;
  font-weight: 800;
  line-height: 6.5rem;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.form_message-success {
  padding: 1.25rem;
}

.fs-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;
}

.background-color-white {
  background-color: #fff;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.overflow-hidden {
  overflow: hidden;
}

.text-style-link {
  color: var(--green-1000);
  text-decoration: none;
}

.icon-height-medium {
  height: 2rem;
}

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.2;
}

.text-weight-xbold, .text-rich-text h1, .text-rich-text h2, .text-rich-text h3 {
  font-weight: 800;
}

.text-rich-text img {
  border-radius: 8px;
}

.text-style-muted {
  opacity: .6;
}

.overflow-visible {
  overflow: visible;
}

.fs-styleguide_background-space {
  width: .0625rem;
  height: .0625rem;
  margin: 5rem;
}

.form_checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: .0625rem 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;
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.text-weight-normal {
  font-weight: 400;
}

.padding-section-large {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.fs-styleguide_item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-weight-light {
  font-weight: 300;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.z-index-1 {
  z-index: 1;
  position: relative;
}

.form_radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.margin-xxsmall {
  margin: .25rem;
}

.text-align-left {
  text-align: left;
}

.icon-1x1-small {
  flex: none;
  width: 1rem;
  height: 1rem;
}

.fs-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;
}

.fs-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;
}

.fs-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;
}

.fs-styleguide_3-col.is-align-start {
  align-items: start;
}

.margin-medium {
  margin: 2rem;
}

.text-weight-semibold {
  font-weight: 600;
}

.text-align-center {
  text-align: center;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.overflow-scroll {
  overflow: scroll;
}

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.icon-1x1-medium {
  width: 2rem;
  height: 2rem;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.padding-large {
  padding: 3rem;
}

.text-style-nowrap {
  white-space: nowrap;
}

.background-color-grey {
  background-color: #f2f2f2;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xhuge {
  margin: 8rem;
}

.text-align-right {
  text-align: right;
}

.padding-xxsmall {
  padding: .25rem;
}

.overflow-auto {
  overflow: auto;
}

.text-size-regular {
  font-size: 1.125rem;
  line-height: 1.5rem;
}

.home-message_logo {
  width: 4rem;
}

.home-message_content-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center start;
  display: grid;
}

.home-message_item-icon {
  color: #000;
  background-color: #fff;
  flex: none;
  width: 1.75rem;
  height: 1.75rem;
}

.home-message_heading-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.home-message_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.home-message_item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.home-message_component {
  color: #fff;
  min-height: 100vh;
  padding: 3rem;
  display: flex;
}

.home-message_content {
  color: #000;
  background-color: #0000000d;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.subject-link-4 {
  color: #2f3542bf;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  transition: font-size .2s, color .2s;
  display: block;
}

.subject-link-4:hover {
  color: #00a353;
  font-weight: 600;
}

.navigation-mobile {
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  display: none;
  position: relative;
  inset: 0% 0% auto;
}

.marketing-banner-cta {
  background-color: #00a353;
  border-radius: 100px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 7px 20px;
  transition: all .2s;
}

.marketing-banner-cta:hover {
  transform: translate(0, -3px);
  box-shadow: 0 4px 10px #0000003d;
}

.navigation-left {
  align-items: center;
  display: flex;
}

.dropdown-link-3 {
  padding-right: 5px;
  transition: color .2s;
}

.nav-content-wrap-2 {
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.dropdown {
  margin-left: 5px;
  margin-right: 5px;
  position: static;
}

.explore-icons {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.brand {
  margin-right: 44px;
}

.brand.dxtrack-user-action {
  background-color: #0000;
  border-radius: 5px;
  margin-right: 0;
  padding: 0;
}

.logo {
  min-width: 55px;
}

.flexlets-banner {
  margin-top: 0;
}

.other-resources-links-3 {
  color: #00a353;
  margin-bottom: 5px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 10px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: transform .2s;
  display: block;
}

.other-resources-links-3:hover {
  transform: translate(2px);
}

.navigation-wrap {
  z-index: 5;
  border-bottom: 1px solid #e8edf5;
  position: sticky;
  top: 0;
}

.navigation-wrap:hover {
  background-color: #0000;
}

.nav-title-2 {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 600;
}

.nav-title-2._4th-column {
  margin-bottom: 0;
  padding: 15px 15px 15px 0;
}

.nav-link {
  color: var(--midnight-1000);
  white-space: nowrap;
  border-radius: 8px;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px 24px;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.nav-link:hover {
  background-color: var(--alice-blue);
  text-decoration: none;
}

.nav-link.w--current {
  color: #99d715;
}

.nav-link.dxtrack-user-action {
  color: #051b44;
  margin-right: 5px;
  padding: 20px 24px;
  font-family: Proximanova, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
}

.nav-link.dxtrack-user-action:hover {
  background-color: #e8edf5;
  border-radius: 5px;
  padding-left: 18px;
  padding-right: 18px;
}

.nav-menu {
  align-items: center;
  font-size: 15px;
  display: flex;
  position: static;
}

.marketing-banner-title-2 {
  flex: 1;
  margin-top: 40px;
  margin-bottom: 5px;
  padding-top: 0;
  font-size: 20px;
  font-weight: 700;
}

.nav-drop-container {
  background-color: #fff;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-drop-container.explore {
  display: none;
}

.navigation-link-block-2 {
  color: #283338;
  border-radius: 10px;
  width: 100%;
  margin-bottom: 5px;
  padding: 15px;
  font-size: 16px;
  text-decoration: none;
  transition: all .35s;
  display: flex;
}

.navigation-link-block-2:hover {
  color: #00a353;
  background-color: #e8edf5;
}

.navigation-link-block-2.dxtrack-user-action {
  align-items: stretch;
  height: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.navigation-container-mob {
  align-items: center;
  width: 100%;
  max-width: 1300px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-title-4 {
  color: #051b44;
  margin-bottom: 5px;
  font-family: Proximanova, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.nav-title-4._4th-column {
  margin-bottom: 10px;
  padding: 0 15px 0 0;
  font-size: 18px;
  font-weight: 700;
}

.nav-title-4.announcement {
  padding: 0 15px 0 0;
  font-size: 18px;
  font-weight: 700;
}

.navigation-full {
  z-index: 99;
  background-color: #0000;
  border-bottom: 1px #3d424b12;
  align-items: center;
  width: 100%;
  padding: 10px 2.5rem;
  display: flex;
  position: static;
}

.navigation-full:hover {
  background-color: #0000;
}

.nav-dropdown-bottom-bar {
  background-color: #7735f614;
  background-image: url('../images/scribble-5.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.nav-link-details-4 {
  color: #2f3542;
  font-family: Proximanova, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 15px;
}

.explore-desc-wrap {
  flex: 1;
}

.hiking-2 {
  position: absolute;
  top: -36.9844px;
}

.navigation {
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.nav-column {
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 0;
  padding: 10px 0;
}

.nav-column.subjects {
  width: 20%;
}

.nav-column.flexlets {
  padding-top: 0;
}

.nav-column.other-resources {
  background-color: #0000;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  margin-top: 0;
  padding: 0;
  display: flex;
}

.nav-column.announcement-banner {
  background-color: var(--alice-blue);
  text-align: center;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-top: 0;
  padding: 15px;
  display: flex;
}

.fletlets-banner-wrap-2 {
  margin-top: 10px;
  display: flex;
}

.marketing-banner-wrap-2 {
  text-align: center;
  background-color: #d5f4fa;
  border-radius: 5px;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100px;
  margin-top: 50px;
  padding: 30px 15px 10px;
  font-weight: 600;
  display: flex;
  position: relative;
}

.nav-dropdown-toggle {
  color: #2f3542;
  padding: 10px 32px 10px 24px;
  font-family: Proximanova, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  transition: background-color .2s;
}

.nav-dropdown-toggle:hover {
  background-color: #e8edf5;
  border-radius: 8px;
  padding-left: 24px;
  padding-right: 32px;
}

.nav-link-details-3 {
  color: #283338bf;
  font-size: 14px;
  line-height: 15px;
}

.grid-18 {
  grid-column-gap: 15px;
  grid-row-gap: 10px;
  grid-template: "." 100px
                 "." 100px
                 "." 100px
                 "." 100px
                 / 1fr 1fr 1fr 1fr;
}

.nav-dropdown-list {
  min-width: 100%;
}

.nav-dropdown-list.w--open {
  background-color: #fff;
  border-top: 1px solid #e8edf5;
  height: auto;
  padding: 20px 2.5rem;
  position: absolute;
  inset: 60px 0 auto;
  overflow: auto;
  box-shadow: 0 10px 10px #0000003d;
}

.large-link {
  color: #6127da;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 40px;
  text-decoration: none;
  display: flex;
}

.drop-arrow-plain-2 {
  color: #2f3542;
  margin-right: 10px;
  font-size: 14px;
}

.subject-header-3 {
  color: #051b44;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Proximanova, sans-serif;
  font-size: 17px;
  font-weight: 700;
}

.nav-cta {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  white-space: nowrap;
  background-color: #0000;
  border: 2px solid #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-width: auto;
  min-height: 40px;
  margin-left: 10px;
  padding: 8px 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  text-decoration: none;
  transition: all .2s ease-out;
  display: flex;
}

.nav-cta:hover {
  color: #00a353;
  background-color: #fff;
  transform: translate(0, -3px);
  box-shadow: 0 4px 14px #2f35423d;
}

.nav-cta.dxtrack-user-action {
  color: #008545;
  background-color: #fff;
  border-color: #008545;
  border-radius: 8px;
  font-weight: 700;
}

.nav-cta.dxtrack-user-action:hover {
  color: #fff;
  background-color: #008545;
}

.flowbase-logo {
  width: 54px;
}

.subject-link-2 {
  color: #2f3542;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: font-size .2s, color .2s;
  display: block;
}

.subject-link-2:hover {
  color: #00a353;
  font-weight: 600;
}

.subject-link-2.dxtrack-user-action {
  color: #051b44bf;
  font-family: Proximanova, sans-serif;
  font-weight: 400;
  transition: transform .2s, font-size .2s, color .2s;
}

.subject-link-2.dxtrack-user-action:hover {
  color: #00a353;
  transform: translate(2px);
}

.explore-icon-wrap {
  justify-content: center;
  align-items: flex-start;
  width: 25px;
  height: 25px;
  margin-right: 10px;
  display: flex;
}

.navigation-right {
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  font-size: 16px;
  display: flex;
}

.navigation-right.dxtrack-user-action {
  width: auto;
}

.nav-dropdown-list-full-wrap {
  background-color: #fff;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}

.other-resources-links-2 {
  color: #00a353;
  margin-bottom: 5px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 10px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  display: block;
}

.other-resources-links-2.dxtrack-user-action {
  color: var(--green-1000);
  padding-left: 0;
  font-family: Proximanova, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  transition: transform .2s;
}

.other-resources-links-2.dxtrack-user-action:hover {
  transform: translate(3px);
}

.marketing-banner-desc-2 {
  line-height: 18px;
}

.feature-image {
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

.footer-link-text {
  color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 600;
  text-decoration: none;
  transition: color .2s;
  display: block;
}

.footer-link-text:hover {
  color: #00a353;
}

.footer-link-text.dxtrack-user-action {
  color: #ffffffbf;
  font-size: 15px;
  font-weight: 400;
}

.footer-link-text.dxtrack-user-action:hover {
  color: #00cc69;
}

.footer-copyright {
  color: #ffffffbf;
  font-size: 15px;
  font-weight: 400;
}

.html-embed-2 {
  margin-top: 20px;
}

.fs-styleguide_messege-heading {
  line-height: 4rem;
}

.ck-section-footer {
  background-color: #2f3542;
  position: relative;
  top: auto;
}

.footer-header {
  color: #fff;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 700;
  overflow: visible;
}

.cta-main-2 {
  background-color: #00a353;
  border-radius: 20px;
  height: 40px;
  padding: 11px 30px;
  font-family: Proximanova, sans-serif;
  font-size: 16px;
  font-weight: 600;
  transition: box-shadow .2s, transform .2s;
}

.cta-main-2:hover {
  transform: translate(0, -3px);
  box-shadow: 0 4px 24px #0000003d;
}

.cta-main-2.secondary {
  color: #2f3542;
  background-color: #fff;
}

.cta-main-2.secondary.dxtrack-user-action {
  border-radius: 8px;
  height: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 1.125rem;
  font-weight: 700;
}

.ck-section-hero {
  background-image: url('../images/hero-wave-bg.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
}

.ck-section-hero.max-width-full {
  background-image: none;
  padding-bottom: 20px;
}

.footer-link-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #fff;
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr 1fr .75fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 8px;
  display: grid;
}

.cta-copy {
  color: #fff;
  flex: 1;
  padding-right: 20px;
  font-size: 36px;
  font-weight: 800;
  line-height: 36px;
}

.section-heading {
  font-size: 36px;
  font-weight: 800;
  line-height: 44px;
  position: static;
}

.item-wrap.dxtrack-user-action {
  flex: 0 auto;
}

.hero-grid {
  grid-column-gap: 1.25rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: .65fr .35fr;
  grid-auto-columns: 1fr;
  align-items: start;
  margin-top: 20px;
  margin-bottom: 40px;
  display: grid;
}

.text-link {
  color: #2f3542;
  font-size: 18px;
  font-weight: 600;
}

.cta-wrapper {
  background-color: var(--purple-accessible);
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  display: flex;
}

.footer-bottom-right-links {
  color: #fff;
  padding-left: 20px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: color .2s;
}

.footer-bottom-right-links:hover {
  color: #00a353;
}

.integration-content-left {
  text-align: left;
}

.footer-bottom-wrap {
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  display: flex;
}

.image-35.cc {
  padding-left: 10px;
}

.social-icons-wrap-3 {
  justify-content: space-between;
  padding-top: 5px;
  display: flex;
}

.page-padding {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.ck-section-about {
  background-color: #e8edf5;
}

.image-58.footer {
  margin-bottom: 10px;
}

.spacer-20px {
  width: 100%;
  height: 26px;
  padding-top: 0;
  padding-bottom: 0;
}

.trainer-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: nowrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-style-link-2 {
  text-decoration: underline;
}

.hero-image {
  border-radius: 8px;
  width: 100%;
  margin-top: 20px;
  transition: opacity .2s;
}

.hero-image:hover {
  opacity: .8;
}

.trainer-card-parent-wrap {
  text-align: center;
  background-color: #efad220d;
  border-radius: 8px;
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding: 20px;
  transition: all .2s;
  display: flex;
  box-shadow: 0 6px 22px #2f35421a;
}

.trainer-card-parent-wrap:hover {
  box-shadow: 0 6px 22px #2f35423d;
}

.profile-pic-wrap {
  border-radius: 1000px;
  width: 140px;
  height: 140px;
  overflow: hidden;
}

.cep-profile-badge {
  position: absolute;
  inset: auto auto 0% 0%;
}

.profile-pic {
  position: relative;
}

.name-email-wrap {
  display: flex;
}

.profile-link {
  color: var(--yellow-accessible);
}

.profile-bio-link {
  color: var(--green-1000);
  margin-top: 2rem;
  text-decoration: underline;
  transition: color .2s;
}

.profile-bio-link:hover {
  color: var(--midnight-1000);
  text-decoration: underline;
}

.email-icon-link-block {
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  display: flex;
}

.ck-section-disclaimer {
  background-color: #efad221a;
  padding-bottom: 20px;
}

.ck-section-sessions {
  background-color: var(--midnight-1000);
  color: var(--white);
}

.bio-modal-popup {
  z-index: 999;
  background-color: #2f354266;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.bio-modal-popup.show {
  display: flex;
}

.bio-modal-wrap {
  background-color: var(--white);
  border-radius: 8px;
  flex-direction: column;
  min-width: 80vw;
  max-height: 95vh;
  display: flex;
  overflow: auto;
}

.modal-header {
  border-bottom: 1px solid var(--alice-blue);
  justify-content: space-between;
  align-items: center;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.bio-content-wrap {
  padding: 1.25rem;
}

.bio-content-section-1 {
  background-color: #efad221a;
  border-radius: 8px;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.bio-content-top-name {
  text-align: left;
  margin-left: 10px;
}

.bio-profile-pic-wrap {
  border-radius: 1000px;
  width: 80px;
  height: 80px;
  overflow: hidden;
}

.bio-cep-profile-badge {
  width: 50%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.bio-content-section-2 {
  text-align: left;
  margin-top: 20px;
}

.modal-header-title {
  margin-top: 15px;
  margin-bottom: 15px;
}

.bio-content-name {
  font-size: 1.25rem;
  line-height: 1.5rem;
}

.bio-modal-close-btn {
  cursor: pointer;
}

.trainer-name {
  font-size: 1.25rem;
  line-height: 1.25rem;
}

.trainer-card-wrap {
  flex-direction: column;
  align-items: center;
}

.link {
  color: var(--green-1000);
}

.disclaimer-wrap {
  background-color: #efad221a;
  border-radius: 8px;
  padding: 20px 20px 30px;
}

.bio-modal-rich-text a {
  color: var(--green-1000);
  font-weight: 700;
  text-decoration: underline;
}

.bio-modal-rich-text p {
  line-height: 1.5rem;
}

.announcement-banner-image {
  margin-bottom: 10px;
}

.right-sidebar-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: sticky;
  top: 30px;
}

.donate-block {
  background-color: #f6f5f2;
  border-radius: 8px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 20px;
  display: flex;
}

.heading {
  margin-top: 0;
}

.donate-pic-1 {
  border-radius: 8px;
  margin: 10px 0 10px 10px;
  padding: 0;
}

.donate-pic-2 {
  border-radius: 8px;
  margin: 10px 10px 10px 0;
  padding: 0;
}

.where-donations-go-wrap {
  text-align: left;
  border-radius: 8px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-top: 20px;
  padding: 0;
  display: flex;
}

.donate-pic {
  border-radius: 8px;
  width: 100%;
}

.donate-pic-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.donate-pic-wrap.margin-vertical.margin-small {
  width: 100%;
}

.donation-icon-item {
  align-items: center;
  margin-top: 8px;
  margin-bottom: 8px;
  display: flex;
}

.donation-project-text {
  margin-left: 8px;
  font-size: .875rem;
  line-height: 1.125rem;
}

.neeru-sign-off-wrap {
  align-items: center;
  margin-top: 40px;
  margin-bottom: 20px;
  display: flex;
}

.sign-off {
  margin-left: 8px;
  font-size: 1rem;
  line-height: 1.125rem;
}

.button-flat {
  background-color: var(--green-1000);
  color: #fff;
  text-align: center;
  border-radius: 8px;
  margin-bottom: 8px;
  padding: .55rem 1.5rem;
  font-size: 1.125rem;
  font-weight: 700;
  transition: all .2s;
  transform: translate(0);
  box-shadow: 0 4px #035f34;
}

.button-flat:hover {
  transform: translate(0, 3px);
  box-shadow: 0 0 #035f34;
}

.button-flat.is-text {
  color: var(--midnight-1000);
  background-color: #0000;
  border: .125rem solid #0000;
}

.button-flat.is-large {
  padding: 1rem 2rem;
  font-size: 1.25rem;
}

.button-flat.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  line-height: 1.5rem;
  text-decoration: none;
  display: flex;
}

.button-flat.is-secondary {
  border: .125rem solid var(--midnight-1000);
  color: var(--midnight-1000);
  background-color: #0000;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all .2s;
}

.button-flat.is-secondary:hover {
  background-color: var(--midnight-1000);
  color: var(--white);
  text-decoration: none;
}

.button-flat.is-secondary.dxtrack-user-action {
  border-color: var(--green-1000);
  color: var(--green-1000);
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 1rem;
}

.button-flat.is-secondary.dxtrack-user-action:hover {
  background-color: var(--green-1000);
  color: var(--white);
}

.button-flat.is-small {
  padding: .5rem 1.25rem;
  font-size: 1rem;
}

.button-flat.full-width {
  width: 100%;
  padding-top: .75rem;
  padding-bottom: .75rem;
}

._501-disclaimer {
  color: #2f3542cc;
  margin-top: 20px;
  font-size: .825rem;
  line-height: 1.125rem;
}

.holiday-banner-wrap {
  color: var(--white);
  background-color: #33467d;
  border-radius: 8px;
  padding: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.banner-heading {
  z-index: 1;
  margin-top: 10px;
  margin-left: 10px;
  position: relative;
}

.div-block {
  z-index: 0;
  background-color: #0bb8c6;
  border-radius: 9999px;
  width: 500px;
  height: 500px;
  position: absolute;
  inset: -171% -23% 0% auto;
}

.giving-tues-logo {
  z-index: 1;
  width: 120px;
  position: relative;
}

.text-image {
  border-radius: 8px;
}

.body {
  line-height: 1.5rem;
}

.form-block {
  margin-top: 16px;
}

.checkbox-label, .checkbox-field {
  margin-bottom: 0;
}

@media screen and (min-width: 1280px) {
  .nav-dropdown-list.w--open {
    border: 1px solid #e8edf5;
    border-top-width: 2px;
    margin-top: -1px;
  }

  .ck-section-footer {
    width: 100%;
    padding: 30px 19px;
  }

  .license-wrap {
    padding-left: 10px;
  }

  .ck-section-hero.max-width-full {
    background-position: 50% 100%;
    background-size: cover;
  }

  .footer-link-wrap {
    grid-template-columns: 1fr 1fr 1.25fr 1fr 1fr;
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
  }

  .cta-wrapper {
    background-color: var(--green-1000);
  }

  .social-icons-wrap-3 {
    justify-content: space-between;
    display: flex;
  }

  .ck-section-disclaimer {
    background-color: #efad221a;
    padding-bottom: 20px;
  }

  .bio-modal-popup.show {
    margin-left: auto;
    margin-right: auto;
  }

  .bio-modal-wrap {
    min-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 991px) {
  .padding-xlarge {
    padding: 3rem;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-huge {
    padding: 5rem;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .hide-tablet {
    display: none;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .fs-styleguide_4-col, .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .mobile-nav-header-bg-2 {
    background-color: #2f3542;
    justify-content: flex-start;
    padding: 10px;
    display: none;
  }

  .subject-link-4 {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
  }

  .navigation-mobile {
    background-color: #fff;
    border: 1px #000;
    border-bottom: 1px solid #e8edf5;
    flex-direction: row;
    justify-content: center;
    padding-top: 8px;
    padding-bottom: 8px;
    display: flex;
    position: sticky;
  }

  .navigation-left {
    display: none;
  }

  .nav-content-wrap-2 {
    align-self: center;
    padding-left: 10px;
  }

  .nav-content-wrap-2:hover {
    color: #00a353;
  }

  .nav-content-wrap-2.mobile {
    padding-left: 0;
  }

  .icon-3 {
    color: #2f3542;
  }

  .other-resources-links-3.mobile {
    color: var(--green-1000);
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    font-size: 18px;
  }

  .text-block-4 {
    color: #00a353;
  }

  .text-block-4.explore {
    color: #2f3542;
    align-self: center;
    font-size: 18px;
    text-decoration: none;
  }

  .heart-icon {
    margin-right: 5px;
  }

  .nav-title-2 {
    color: #2f3542;
    margin-bottom: 0;
    font-size: 18px;
    transition: color .2s;
  }

  .nav-title-2:hover {
    color: #00a353;
  }

  .nav-title-2._4th-column {
    font-weight: 500;
  }

  .nav-title-2._4th-column:hover {
    color: #2f3542;
  }

  .nav-title-2._4th-column.mobile {
    padding: 0 10px 10px;
    font-weight: 600;
  }

  .marketing-banner-title-2 {
    margin-top: 0;
  }

  .menu-mob-2 {
    color: #00a353;
    background-color: #e8edf5;
    border-radius: 5px;
    padding: 10px;
    font-size: 22px;
  }

  .menu-mob-2.w--open {
    background-color: #008041;
  }

  .navigation-link-block-2 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .navigation-link-block-2.mobile {
    border-radius: 5px;
    margin-bottom: 15px;
    padding: 10px;
  }

  .my-dashboard-mob-wrap {
    margin-top: 4px;
    margin-bottom: 4px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .navigation-container-mob {
    justify-content: space-between;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    position: relative;
  }

  .nav-title-4 {
    color: #2f3542;
    margin-bottom: 0;
    font-size: 15px;
    transition: color .2s;
  }

  .nav-title-4:hover {
    color: #00a353;
  }

  .nav-title-4._4th-column {
    font-weight: 500;
  }

  .nav-title-4._4th-column:hover {
    color: #2f3542;
  }

  .nav-title-4.announcement {
    font-weight: 500;
  }

  .nav-title-4.announcement:hover {
    color: #2f3542;
  }

  .navigation-full {
    background-color: #fff;
  }

  .brand-3 {
    padding-left: 0;
  }

  .nav-link-details-4 {
    font-size: 15px;
    font-weight: 400;
  }

  .explore-icon {
    width: 20px;
    height: 20px;
    margin-right: 5px;
  }

  .mobile-toggle-3 {
    color: #2f3542;
    border-radius: 5px;
    width: 97%;
    margin: 5px 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 18px;
    font-weight: 700;
    transition: background-color .2s;
  }

  .mobile-toggle-3:hover {
    background-color: #e8edf5;
  }

  .mobile-toggle-3.w--open {
    font-weight: 700;
  }

  .mobile-toggle-3.explore {
    z-index: 100;
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
  }

  .hiking-2 {
    margin-right: 20px;
    position: static;
  }

  .navigation {
    display: none;
  }

  .dropdown-list-mob {
    background-color: #fff;
  }

  .dropdown-list-mob.w--open {
    z-index: 9999;
    margin-bottom: 0;
    padding-bottom: 10px;
    box-shadow: 11px 59px 55px #5252520d;
  }

  .nav-column.subjects {
    width: auto;
  }

  .nav-column.subjects.mobile {
    margin-left: 40px;
    margin-right: 20px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-column.mobile-explore {
    width: auto;
  }

  .nav-column.mobile-explore.other-resources {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .fletlets-banner-wrap-2 {
    margin-top: 0;
  }

  .grid-2 {
    grid-row-gap: 0px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .mobile-nav-link-2 {
    color: #2f3542;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 600;
  }

  .mobile-nav-link-2.dashboard {
    color: #e8edf5;
    background-color: #00a353;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    font-size: 18px;
    transition: background-color .2s;
    display: flex;
  }

  .mobile-nav-link-2.dashboard:hover {
    background-color: #0000;
  }

  .mobile-nav-link-2.dashboard.home {
    color: #2f3542;
    background-color: #0000;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 18px;
    font-weight: 700;
  }

  .mobile-nav-link-2.dashboard.home:hover {
    color: #00a353;
  }

  .marketing-banner-wrap-2 {
    flex-direction: row;
    justify-content: flex-start;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    display: none;
  }

  .donate-button.mobile {
    color: #2f3542;
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px 40px 10px 20px;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    display: flex;
  }

  .nav-link-details-3 {
    font-size: 15px;
    font-weight: 400;
  }

  .nav-link-details-3.mobile {
    margin-top: 5px;
    font-size: 16px;
    line-height: 18px;
  }

  .mobile-nav-dropdown {
    font-size: 18px;
  }

  .mobile-nav-2 {
    background-color: #fff;
    border: 1px solid #e8edf5;
    height: 80vh;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
    top: 50px;
    overflow: auto;
    box-shadow: 42px 42px 55px #20355a17;
  }

  .mobile-dropdown {
    width: 100%;
    display: block;
  }

  .mobile-dropdown.explore {
    display: flex;
  }

  .nav-cta.mobile {
    padding: 8px 15px;
  }

  .flowbase-logo {
    width: 75px;
  }

  .dashboard-button {
    clear: none;
    background-color: var(--green-1000);
    color: var(--white);
    border-radius: 8px;
    flex: 1;
    justify-content: center;
    align-items: center;
    padding: 15px 23px;
    font-weight: 600;
    display: flex;
  }

  .marketing-banner-copy-right-mobile-wrap {
    text-align: left;
  }

  .fs-styleguide_messege-heading {
    font-size: 3rem;
    line-height: .9;
  }

  .license-wrap {
    align-self: center;
    align-items: center;
    display: flex;
  }

  .ck-section-hero.max-width-full {
    background-position: 50% 100%;
    background-size: auto 100%;
    padding-bottom: 60px;
  }

  .footer-link-wrap {
    grid-template-columns: .75fr .75fr 1fr .75fr 1fr;
    padding-bottom: 20px;
  }

  .cta-copy {
    font-size: 2.25rem;
    font-weight: 800;
    line-height: 2.75rem;
  }

  .item-wrap {
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
    margin-right: 10px;
    padding-right: 0;
    display: flex;
  }

  .hero-grid {
    text-align: center;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .image-35 {
    padding-left: 10px;
  }

  .social-icons-wrap-3 {
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .image-58 {
    min-width: 75px;
  }

  .footer-bottom-right-wrap {
    align-items: center;
    display: flex;
  }

  .trainer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .hero-image {
    margin-top: -60px;
  }

  .donate-block {
    width: 100%;
  }

  .donate-pic-wrap.margin-vertical.margin-small, .neeru-sign-off-wrap {
    justify-content: center;
  }

  .button-flat.full-width {
    display: none;
  }

  .holiday-banner-wrap {
    flex-direction: column;
  }

  .banner-heading {
    width: 75%;
    margin-left: 0;
  }

  .div-block {
    top: -125%;
    right: -46%;
  }
}

@media screen and (max-width: 767px) {
  .text-size-large {
    font-size: 1.25rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .heading-style-h4 {
    font-size: 1rem;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .heading-style-h5 {
    font-size: .875rem;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .fs-styleguide_version {
    font-size: .875rem;
  }

  .heading-style-h6 {
    font-size: .75rem;
  }

  .fs-styleguide_heading-large {
    font-size: 3rem;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .heading-style-h2 {
    font-size: 2rem;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .home-message_component {
    padding: 0;
  }

  .home-message_content {
    border-radius: 0;
  }

  .subject-link-4 {
    color: #2f3542bf;
    font-size: 18px;
    font-weight: 600;
  }

  .text-block-4.explore {
    font-size: 18px;
  }

  .nav-title-2, .nav-title-2._4th-column.mobile {
    font-weight: 600;
  }

  .navigation-container-mob {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .nav-column.mobile-explore {
    padding-top: 5px;
    padding-bottom: 0;
  }

  .nav-column.mobile-explore.other-resources {
    align-items: end;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .grid-2 {
    grid-template-columns: 1fr;
  }

  .mobile-nav-dropdown {
    font-size: 18px;
  }

  .mobile-nav-2 {
    height: 80vh;
    overflow: auto;
  }

  .mobile-dropdown {
    display: block;
  }

  .feature-image {
    order: 1;
    width: 100%;
  }

  .footer-link-text {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .fs-styleguide_messege-heading {
    font-size: 2.5rem;
    line-height: .9;
  }

  .license-wrap {
    align-self: flex-start;
    padding-top: 5px;
  }

  .footer-link-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .cta-copy {
    text-align: center;
    align-self: center;
    padding-bottom: 10px;
  }

  .hero-grid {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .cta-wrapper {
    flex-direction: column;
  }

  .footer-bottom-right-links {
    padding-left: 0;
  }

  .footer-bottom-wrap {
    align-items: flex-start;
  }

  .image-35, .image-35.cc {
    padding-left: 0;
  }

  .page-padding {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .footer-bottom-right-wrap {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .trainer-grid {
    flex-wrap: wrap;
    grid-template-columns: 1fr;
  }

  .hero-image {
    min-width: 100%;
    margin-top: -30px;
  }

  .bio-modal-wrap {
    max-height: 98vh;
    overflow: auto;
  }

  .bio-content-section-1 {
    flex-direction: column;
    padding: 10px;
  }

  .heading.margin-bottom.margin-medium {
    line-height: 3.2rem;
  }

  .donate-pic {
    width: 100%;
  }

  .donate-pic-wrap.margin-vertical.margin-small {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .div-block {
    top: -88%;
    right: -64%;
  }
}

@media screen and (max-width: 479px) {
  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-global.modal {
    padding-left: .45rem;
    padding-right: .45rem;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .mobile-nav-header-bg-2 {
    display: none;
  }

  .navigation-link-block-2 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .my-dashboard-mob-wrap {
    text-align: center;
    flex-direction: row;
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .mobile-toggle-3.w--open, .mobile-toggle-3.explore.w--open {
    background-color: #e8edf5;
  }

  .hiking-2 {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .nav-column.mobile-explore {
    padding-right: 0;
  }

  .grid-2 {
    grid-template-columns: 1fr;
    padding-left: 10px;
    padding-right: 10px;
  }

  .mobile-nav-link-2.dashboard {
    display: block;
  }

  .marketing-banner-wrap-2 {
    justify-content: center;
  }

  .dashboard-button {
    text-align: center;
    justify-content: center;
    display: flex;
  }

  .marketing-banner-copy-right-mobile-wrap {
    text-align: center;
  }

  .cta-copy {
    padding-left: 35px;
    padding-right: 35px;
    font-size: 28px;
    line-height: 32px;
  }

  .cta-wrapper {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .footer-bottom-right-links {
    padding-bottom: 5px;
  }

  .footer-bottom-wrap {
    flex-wrap: wrap;
  }

  .image-35.cc {
    padding-left: 0;
  }

  .social-icons-wrap-3 {
    justify-content: flex-start;
  }

  .image-58 {
    width: 65px;
    min-width: 65px;
  }

  .footer-bottom-left-wrap {
    order: 1;
    padding-top: 10px;
  }

  .bio-modal-wrap {
    max-height: 98vh;
    margin-top: 10px;
    margin-bottom: 10px;
    overflow: auto;
  }

  .bio-content-section-1 {
    flex-direction: column;
  }

  .heading.margin-bottom.margin-medium {
    line-height: 3rem;
  }

  .banner-heading {
    width: 100%;
  }

  .div-block {
    top: -90%;
    right: -156%;
  }
}

#w-node-b57ffae3-c2df-295c-ebca-de4605997f8b-88d2722b {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-b57ffae3-c2df-295c-ebca-de4605997f94-88d2722b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b57ffae3-c2df-295c-ebca-de4605997f9d-88d2722b {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-b57ffae3-c2df-295c-ebca-de4605997fa6-88d2722b {
  grid-area: 4 / 3 / 5 / 4;
}

#w-node-b57ffae3-c2df-295c-ebca-de4605997faf-88d2722b {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-b57ffae3-c2df-295c-ebca-de4605997fba-88d2722b {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-b57ffae3-c2df-295c-ebca-de4605997fc3-88d2722b {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-b57ffae3-c2df-295c-ebca-de4605997fcc-88d2722b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b57ffae3-c2df-295c-ebca-de4605997fd7-88d2722b {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-b57ffae3-c2df-295c-ebca-de4605997fe2-88d2722b {
  grid-area: 3 / 3 / 4 / 4;
}

#w-node-b57ffae3-c2df-295c-ebca-de4605997feb-88d2722b {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-b57ffae3-c2df-295c-ebca-de4605997ff4-88d2722b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b57ffae3-c2df-295c-ebca-de4605997ffd-88d2722b {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-b57ffae3-c2df-295c-ebca-de4605998006-88d2722b {
  grid-area: 1 / 4 / 3 / 5;
}

#w-node-_4a8cb113-5375-affe-625e-31f36498c0cf-88d2722b {
  grid-area: 3 / 4 / 5 / 5;
}

#w-node-_611d5d59-0c49-eb16-74e4-bf0162573c8c-88d2722b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d4e606c7-2610-abbc-a28d-0523f6fd2630-88d2722b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-c62a13b9-b2d0-b577-e174-29db331792a8-19d2722c, #w-node-c62a13b9-b2d0-b577-e174-29db331792ad-19d2722c, #w-node-c62a13b9-b2d0-b577-e174-29db331792b2-19d2722c, #w-node-c62a13b9-b2d0-b577-e174-29db331792b7-19d2722c, #w-node-c62a13b9-b2d0-b577-e174-29db331792bd-19d2722c, #w-node-c62a13b9-b2d0-b577-e174-29db331792c3-19d2722c, #w-node-c62a13b9-b2d0-b577-e174-29db331792c9-19d2722c {
  justify-self: start;
}

#w-node-c62a13b9-b2d0-b577-e174-29db331793d6-19d2722c, #w-node-c62a13b9-b2d0-b577-e174-29db331793ef-19d2722c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c62a13b9-b2d0-b577-e174-29db331793f2-19d2722c {
  justify-self: start;
}

#w-node-c62a13b9-b2d0-b577-e174-29db331793f4-19d2722c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c62a13b9-b2d0-b577-e174-29db331793f7-19d2722c {
  justify-self: start;
}

#w-node-c62a13b9-b2d0-b577-e174-29db33179449-19d2722c, #w-node-c62a13b9-b2d0-b577-e174-29db33179453-19d2722c, #w-node-c62a13b9-b2d0-b577-e174-29db33179454-19d2722c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c62a13b9-b2d0-b577-e174-29db331794c2-19d2722c, #w-node-c62a13b9-b2d0-b577-e174-29db331794c7-19d2722c, #w-node-c62a13b9-b2d0-b577-e174-29db331794cc-19d2722c, #w-node-c62a13b9-b2d0-b577-e174-29db331794d1-19d2722c, #w-node-c62a13b9-b2d0-b577-e174-29db331794d6-19d2722c, #w-node-c62a13b9-b2d0-b577-e174-29db331794db-19d2722c, #w-node-c62a13b9-b2d0-b577-e174-29db331794e5-19d2722c, #w-node-c62a13b9-b2d0-b577-e174-29db331794ea-19d2722c, #w-node-c62a13b9-b2d0-b577-e174-29db331794ef-19d2722c, #w-node-c62a13b9-b2d0-b577-e174-29db331794f4-19d2722c, #w-node-c62a13b9-b2d0-b577-e174-29db331794f9-19d2722c, #w-node-c62a13b9-b2d0-b577-e174-29db331794fe-19d2722c, #w-node-c62a13b9-b2d0-b577-e174-29db33179503-19d2722c, #w-node-c62a13b9-b2d0-b577-e174-29db33179508-19d2722c, #w-node-c62a13b9-b2d0-b577-e174-29db3317950d-19d2722c, #w-node-c62a13b9-b2d0-b577-e174-29db33179512-19d2722c, #w-node-c62a13b9-b2d0-b577-e174-29db33179517-19d2722c {
  justify-self: start;
}

#w-node-c62a13b9-b2d0-b577-e174-29db3317951b-19d2722c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c62a13b9-b2d0-b577-e174-29db3317951c-19d2722c {
  justify-self: start;
}

#w-node-c62a13b9-b2d0-b577-e174-29db3317951e-19d2722c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c62a13b9-b2d0-b577-e174-29db33179521-19d2722c, #w-node-c62a13b9-b2d0-b577-e174-29db33179526-19d2722c, #w-node-c62a13b9-b2d0-b577-e174-29db3317952b-19d2722c, #w-node-c62a13b9-b2d0-b577-e174-29db33179540-19d2722c, #w-node-c62a13b9-b2d0-b577-e174-29db33179545-19d2722c, #w-node-c62a13b9-b2d0-b577-e174-29db3317954a-19d2722c, #w-node-c62a13b9-b2d0-b577-e174-29db3317954f-19d2722c, #w-node-c62a13b9-b2d0-b577-e174-29db33179554-19d2722c, #w-node-c62a13b9-b2d0-b577-e174-29db33179559-19d2722c, #w-node-c62a13b9-b2d0-b577-e174-29db33179563-19d2722c, #w-node-c62a13b9-b2d0-b577-e174-29db33179568-19d2722c, #w-node-c62a13b9-b2d0-b577-e174-29db3317956d-19d2722c, #w-node-c62a13b9-b2d0-b577-e174-29db33179572-19d2722c, #w-node-c62a13b9-b2d0-b577-e174-29db33179577-19d2722c, #w-node-c62a13b9-b2d0-b577-e174-29db3317957c-19d2722c, #w-node-c62a13b9-b2d0-b577-e174-29db33179581-19d2722c, #w-node-c62a13b9-b2d0-b577-e174-29db33179586-19d2722c, #w-node-c62a13b9-b2d0-b577-e174-29db3317958b-19d2722c, #w-node-c62a13b9-b2d0-b577-e174-29db33179590-19d2722c, #w-node-c62a13b9-b2d0-b577-e174-29db33179595-19d2722c {
  justify-self: start;
}

#w-node-c62a13b9-b2d0-b577-e174-29db33179599-19d2722c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c62a13b9-b2d0-b577-e174-29db3317959a-19d2722c, #w-node-c62a13b9-b2d0-b577-e174-29db3317959f-19d2722c, #w-node-c62a13b9-b2d0-b577-e174-29db331795a4-19d2722c, #w-node-c62a13b9-b2d0-b577-e174-29db331795a9-19d2722c {
  justify-self: start;
}

#w-node-c62a13b9-b2d0-b577-e174-29db3317962f-19d2722c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c62a13b9-b2d0-b577-e174-29db3317968b-19d2722c {
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-b57ffae3-c2df-295c-ebca-de4605998133-88d2722b, #w-node-b57ffae3-c2df-295c-ebca-de4605998134-88d2722b {
    align-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_611d5d59-0c49-eb16-74e4-bf0162573d03-88d2722b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Proximanova';
  src: url('../fonts/ProximaNova-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proximanova';
  src: url('../fonts/ProximaNova-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proximanova';
  src: url('../fonts/ProximaNova-Extrabold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proximanova';
  src: url('../fonts/ProximaNova-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proximanova';
  src: url('../fonts/ProximaNova-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}</pre></body></html>