:root {
  --dark-blue: #1d3354;
  --salmon: #ff6b6b;
  --grey: grey;
  --white: white;
  --white-alpha-30: #ffffff4d;
  --dim-grey: #43464d;
  --steel-blue: #467598;
  --gainsboro: #dfe8e4;
  --white-smoke: #efefed;
  --black-alpha-5: #0000000d;
  --black: black;
  --medium-sea-green: #4dbd90;
  --cornflower-blue: #489fd9;
}

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

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-page-count {
  text-align: center;
  width: 100%;
  margin-top: 20px;
}

body {
  color: var(--dark-blue);
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  color: var(--dark-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Taviraj, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.3;
}

h2 {
  color: var(--dark-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Taviraj, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.3;
}

h3 {
  color: var(--dark-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Taviraj, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.3;
}

h4 {
  color: var(--dark-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Taviraj, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.3;
}

h5 {
  color: var(--dark-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Taviraj, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
}

h6 {
  color: var(--dark-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Taviraj, sans-serif;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1.3;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

a {
  color: var(--salmon);
  text-decoration: underline;
}

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

li {
  margin-bottom: .5rem;
}

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

blockquote {
  border-left: .25rem solid var(--salmon);
  color: var(--grey);
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.footer-link-two {
  color: #6c707b;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  text-decoration: none;
  display: block;
  position: relative;
}

.footer-link-two:hover {
  color: #1a1b1fbf;
}

.footer-copyright {
  color: #6c707b;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

.footer_social-links-wrapper {
  grid-column-gap: 1rem;
  align-items: center;
  display: flex;
}

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

.margin-xhuge {
  margin: 8rem;
}

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

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

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

.heading-style-h4 {
  font-family: Taviraj, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.3;
}

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

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

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

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

.div-aspect-16x10 {
  width: 100%;
  padding-top: 62.5%;
  position: relative;
}

.margin-0 {
  margin: 0;
}

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

.page-wrapper.is-flex {
  flex-direction: column;
  min-height: 100vh;
  display: flex;
}

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

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

.padding-0 {
  padding: 0;
}

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

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

.padding-section-medium.is-top-zero {
  padding-top: 0;
}

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

.icon-1x1-small {
  flex: none;
  width: 1rem;
  height: 1rem;
}

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

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

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

.overflow-visible {
  overflow: visible;
}

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

.fs-styleguide_background {
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  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;
}

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

.div-aspect-4x3 {
  width: 100%;
  padding-top: 75%;
  position: relative;
}

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

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

.fs-styleguide_heading-styles {
  background-color: #fff;
}

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

.padding-xxlarge {
  padding: 5rem;
}

.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_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

.fs-styleguide_colors {
  background-color: #fff;
}

.padding-custom1 {
  padding: 1.5rem;
}

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

.margin-small {
  margin: 1rem;
}

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

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

.button-text {
  color: #000;
  text-align: center;
  letter-spacing: .06rem;
  background-color: #0000;
  border: 2px solid #0000;
  padding: .125rem 0;
  font-weight: 600;
}

.padding-xhuge {
  padding: 8rem;
}

.icon-height-medium {
  height: 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-custom3 {
  padding: 3.5rem;
}

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

.margin-xxhuge {
  margin: 12rem;
}

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

.margin-huge {
  margin: 6rem;
}

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

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

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

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

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

.margin-medium {
  margin: 2rem;
}

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

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

.margin-xxlarge {
  margin: 5rem;
}

.background-color-grey {
  background-color: #0000000d;
}

.margin-xlarge {
  margin: 4rem;
}

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

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

.padding-small {
  padding: 1rem;
}

.text-color-black {
  color: #000;
}

.text-color-grey {
  color: gray;
}

.heading-style-h2 {
  font-family: Taviraj, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.3;
}

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

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

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

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

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

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

.heading-style-h3 {
  font-family: Taviraj, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.3;
}

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

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

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

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

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

.div-aspect-1x1 {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

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

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

.overflow-scroll {
  overflow: scroll;
}

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

.div-aspect-3x2 {
  width: 100%;
  padding-top: 66.66%;
  position: relative;
}

.margin-custom2 {
  margin: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.overflow-auto {
  overflow: auto;
}

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

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

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

.padding-custom2 {
  padding: 2.5rem;
}

.fs-styleguide_text-classes {
  background-color: #fff;
}

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

.icon-1x1-large {
  width: 2.5rem;
  height: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

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

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

.div-aspect-16x9 {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}

.form_component {
  margin-bottom: 0;
}

.fs-styleguide_icons {
  background-color: #fff;
}

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

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

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

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

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

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

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

.padding-large {
  padding: 3rem;
}

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

.padding-section-small.is-top-zero {
  padding-top: 0;
}

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

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

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

.fs-styleguide_version {
  z-index: 5;
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

.fs-styleguide_buttons {
  background-color: #fff;
}

.button {
  background-color: var(--salmon);
  color: #fff;
  text-align: center;
  letter-spacing: .06rem;
  text-transform: uppercase;
  border-radius: 40px;
  padding: 1rem 2.5rem;
  font-family: Montserrat, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 100%;
  transition: filter .2s;
}

.button:hover {
  filter: brightness(120%);
}

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

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

.button.is-small {
  padding: .75rem 1.25rem;
  font-size: .75rem;
}

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

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

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

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

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

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

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

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

.padding-xxhuge {
  padding: 12rem;
}

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

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

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

.heading-style-h6 {
  font-family: Taviraj, sans-serif;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1.3;
}

.padding-medium {
  padding: 2rem;
}

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

.button-secondary {
  border: 2px solid var(--white);
  color: var(--white);
  text-align: center;
  letter-spacing: .06rem;
  background-color: #0000;
  border-radius: 40px;
  padding: 1rem 2rem;
  font-family: Montserrat, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 100%;
  transition: border-color .2s, background-color .2s, color .2s;
}

.button-secondary:hover {
  border-color: var(--white-alpha-30);
  color: var(--white-alpha-30);
}

.button-secondary:active {
  background-color: var(--dim-grey);
}

.button-secondary.is-small {
  padding: .75rem 1.25rem;
  font-size: .75rem;
}

.fs-styleguide_header {
  background-color: #0000000d;
}

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

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

.heading-style-h5 {
  font-family: Taviraj, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.div-aspect-21x9 {
  width: 100%;
  padding-top: 42.85%;
  position: relative;
}

.form_message-success {
  padding: 1.25rem;
}

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

.fs-styleguide_heading-tags {
  background-color: #fff;
}

.padding-huge {
  padding: 6rem;
}

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

.main-wrapper.is-sizing-grow {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.margin-custom1 {
  margin: 1.5rem;
}

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

.margin-large {
  margin: 3rem;
}

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

.fs-styleguide_spacing-all {
  display: none;
}

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

.fs-styleguide_other-tags {
  background-color: #fff;
}

.heading-style-h1 {
  font-family: Taviraj, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.3;
}

.hide {
  display: none;
}

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

.fs-styleguide_webflow-elements {
  background-color: #fff;
}

.fs-styleguide-body {
  color: #000;
  background-color: #fff;
}

.navbar_component {
  background-color: var(--steel-blue);
  color: var(--gainsboro);
  position: sticky;
  top: 0;
}

.navbar_layout {
  grid-column-gap: 2rem;
  justify-content: space-between;
  align-items: center;
  height: 5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.navbar_brand {
  padding-left: 0;
}

.navbar_brand-image {
  object-fit: contain;
  width: 6rem;
  height: 2.5rem;
}

.navbar_menu {
  flex: 1;
}

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

.navbar_link {
  color: var(--white);
  letter-spacing: .016rem;
  margin-left: 0;
  margin-right: 0;
  padding: .625rem;
  font-size: .875rem;
  line-height: 100%;
  transition: opacity .2s;
}

.navbar_link:hover {
  opacity: .5;
}

.navbar_link.w--current {
  opacity: .5;
  color: var(--white);
  text-decoration: none;
}

.blog-featured_layout {
  grid-column-gap: 4rem;
  grid-row-gap: 0rem;
  color: var(--steel-blue);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  text-decoration: none;
  transition: color .2s;
  display: grid;
}

.blog-featured_layout:hover {
  color: var(--salmon);
}

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

.blog-featured_thumb-wrapper {
  border-radius: 8px;
  width: 100%;
  overflow: hidden;
}

.text-color-salmon {
  color: var(--salmon);
}

.blog-filter_radio-button-field {
  background-color: var(--white-smoke);
  box-shadow: 0 0 6px 0 var(--black-alpha-5);
  color: var(--steel-blue);
  letter-spacing: .06rem;
  cursor: pointer;
  border-radius: 40px;
  margin-bottom: 0;
  padding: .5rem 1rem;
  font-size: .75rem;
  transition: color .2s, background-color .2s;
  position: relative;
}

.blog-filter_radio-button-field.is-active {
  background-color: var(--salmon);
  color: var(--white-smoke);
}

.blog-filter_radio-button {
  border-style: none;
  border-radius: 0%;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.blog-filter_radio-button.w--redirected-focus {
  box-shadow: none;
}

.blog-filter_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  display: flex;
}

.blog-filter_radio-button-label {
  margin-bottom: 0;
  margin-left: 0;
  position: relative;
}

.div-block-3 {
  grid-column-gap: 1rem;
  flex-wrap: wrap;
  display: flex;
}

.blog-posts_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.blog-posts_thumb-wrapper {
  border-radius: 8px;
  width: 100%;
  overflow: hidden;
}

.blog-posts_layout {
  color: var(--steel-blue);
  text-decoration: none;
  transition: color .2s;
}

.blog-posts_layout:hover {
  color: var(--salmon);
}

.blog-posts_pagination-wrapper {
  margin-top: 4rem;
}

.filters-hide {
  display: none;
}

.footer_layout {
  grid-column-gap: 2rem;
  grid-row-gap: 0rem;
  border-top: 1px solid var(--white-smoke);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  padding-top: 2rem;
  display: grid;
}

.footer_left-wrapper {
  grid-column-gap: 1rem;
  align-items: center;
  display: flex;
}

.footer_center-wrapper {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.post-info_blog-links {
  color: var(--salmon);
  align-items: center;
  font-weight: 500;
  display: flex;
}

.post-info_top-wrapper {
  justify-content: space-between;
  display: flex;
}

.post-info_share-links {
  grid-column-gap: .5rem;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.post-info_share-link {
  color: var(--salmon);
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  transition: opacity .2s;
  display: flex;
}

.post-info_share-link:hover {
  opacity: .6;
}

.post-info_share-icon {
  width: .5rem;
}

.post-info_share-icon.is-twitter {
  justify-content: center;
  align-items: center;
  width: .875rem;
  display: flex;
}

.post-info_bottom-wrapper {
  color: var(--grey);
  justify-content: center;
  align-items: center;
  display: flex;
}

.post_thumb {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.post-editor_layout {
  grid-column-gap: 2rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.post-editor_logo-wrapper {
  background-color: var(--steel-blue);
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 6rem;
  height: 6rem;
  padding: .875rem;
  display: flex;
}

.post-editor_logo {
  width: 100%;
}

.horizontal-divider_component {
  background-color: var(--white-smoke);
  width: 100%;
  height: 1px;
}

.text-rich-text h1, .text-rich-text h2, .text-rich-text h3, .text-rich-text h4 {
  color: var(--black);
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.text-rich-text h5, .text-rich-text h6 {
  color: var(--black);
  margin-top: 1.25rem;
  margin-bottom: 1rem;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.text-rich-text a {
  color: var(--salmon);
  text-decoration: underline;
}

.text-rich-text img {
  border-radius: 8px;
}

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

.text-rich-text blockquote {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.post-info_blog-link {
  color: var(--salmon);
  text-decoration: none;
  transition: opacity .2s;
}

.post-info_blog-link:hover {
  opacity: .6;
}

.post-info_center-wrapper {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

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

.text-color-dark-blue {
  color: var(--dark-blue);
}

.block-quote {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.div-block-4 {
  grid-column-gap: 4rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fs-toc_link {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: var(--steel-blue);
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .75rem;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.fs-toc_link:hover {
  color: var(--salmon);
}

.fs-toc_link.is-h6 {
  color: var(--steel-blue);
  font-size: .875rem;
}

.fs-toc_link.is-h6.w--current {
  color: var(--salmon);
}

.fs-toc_link.is-h3 {
  color: var(--steel-blue);
  letter-spacing: .025rem;
  font-size: .875rem;
}

.fs-toc_link.is-h3.w--current {
  color: var(--salmon);
}

.fs-toc_link.is-h5 {
  color: var(--steel-blue);
  font-size: .875rem;
}

.fs-toc_link.is-h5.w--current {
  color: var(--salmon);
}

.fs-toc_link.is-h4 {
  color: var(--steel-blue);
  font-size: .875rem;
}

.fs-toc_link.is-h4.w--current {
  color: var(--salmon);
}

.fs-toc_link-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fs-toc_label {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #ad00b0;
  padding: .15rem .35rem .125rem .4rem;
  font-size: .75rem;
  font-weight: 500;
  display: none;
}

.fs-toc_h-trigger {
  display: none;
}

.fs-toc_link-wrapper {
  color: #f5f5f5;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  overflow: hidden;
}

.fs-toc_link-wrapper.is-h4 {
  border-left: 1px #252525;
  padding-left: .75rem;
}

.fs-toc_link-wrapper.is-h2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px #252525;
}

.fs-toc_link-wrapper.is-h5, .fs-toc_link-wrapper.is-h6 {
  border-left: 1px #252525;
  padding-left: .75rem;
}

.fs-toc_link-wrapper.is-h3 {
  border-left: 1px #252525;
  padding-left: .75rem;
  display: none;
}

.div-block-5 {
  position: sticky;
  top: 6rem;
}

.legal-rich-text h1 {
  color: var(--black);
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  font-weight: 700;
}

.legal-rich-text h2 {
  color: var(--black);
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-family: Montserrat, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
}

.legal-rich-text h3 {
  color: var(--black);
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 700;
}

.legal-rich-text h4 {
  color: var(--black);
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-family: Montserrat, sans-serif;
  font-size: .75rem;
  font-weight: 700;
}

.legal-rich-text h5 {
  color: var(--black);
  margin-top: 1.25rem;
  margin-bottom: 1rem;
  font-family: Montserrat, sans-serif;
  font-size: .625rem;
  font-weight: 700;
}

.legal-rich-text h6 {
  color: var(--black);
  margin-top: 1.25rem;
  margin-bottom: 1rem;
  font-family: Montserrat, sans-serif;
  font-size: .5rem;
  font-weight: 700;
}

.legal-rich-text a {
  color: var(--salmon);
  text-decoration: underline;
}

.legal-rich-text img {
  border-radius: 8px;
}

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

.legal-rich-text blockquote {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.footer_social-link-icon {
  width: 2.25rem;
  height: 2.25rem;
}

.home-header_layout {
  grid-column-gap: 4rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.home-header_right-wrapper {
  width: 100%;
}

.background-color-steel-blue {
  background-color: var(--steel-blue);
  color: var(--white);
}

.home-hero_description, .letter-spacing-small {
  letter-spacing: .06rem;
}

.home-header_image {
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.home-hero_title {
  color: var(--white);
}

.parterns-list_link {
  width: 10rem;
}

.parterns-list_list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.partners-list_logo {
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.text-color-steel-blue {
  color: var(--steel-blue);
}

.stores-01-links_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  display: flex;
}

.partners-stores_link {
  width: 8rem;
  padding-top: 50%;
  position: relative;
}

.partners-stores_image {
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.home-features_layout {
  grid-column-gap: 2.5rem;
  grid-row-gap: 0rem;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.home-features_image {
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.home-features_left-wrapper {
  grid-row-gap: 3rem;
  flex-direction: column;
  display: flex;
}

.home-features_right-wrapper {
  grid-row-gap: 3rem;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.feature-item_component {
  text-align: center;
  max-width: 16rem;
}

.feature-item_image {
  width: 3rem;
  height: 3rem;
}

.section-cented-title {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.testimonials-list_list {
  grid-column-gap: 2.5rem;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.testimonials-list_wrapper {
  text-align: center;
  border: 1px solid #f9f9f9;
  border-radius: 8px;
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding: 1.5rem 1.125rem;
  display: flex;
  box-shadow: 0 0 40px -3px #0000001a;
}

.testimonials-list_item {
  height: 100%;
}

.testimonials-list_image-wrapper {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 1.5rem;
  padding: 1.5rem 1rem;
  display: flex;
}

.testimonials-list_image {
  clear: both;
  object-fit: contain;
  object-position: 50% 50%;
  border-radius: 0%;
  width: 100%;
  height: 100%;
  margin-right: 0;
  position: absolute;
  inset: 0%;
}

.testimonials-list_description {
  text-align: center;
  flex: 1;
  margin-bottom: 1.5rem;
  font-size: .875rem;
}

.display-inline {
  display: inline;
}

.home-stores-01_layout {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-top: -2rem;
  display: flex;
}

.home-stores-02_layout {
  grid-column-gap: 2.5rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.stores-02_image {
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.stores-02_left-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.stores-02-links_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  display: flex;
}

.section_demo-cta.background-color-steel-blue {
  background-image: url('../images/bg2.png');
  background-position: 0 0;
  background-size: auto;
}

.demo-cta_image {
  object-fit: contain;
  width: 4.5rem;
  height: 4.5rem;
}

.demo-cta_layout {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.fs-cc-prefs2_option {
  border-bottom: 1px solid #c0c0c04d;
  padding-top: 16px;
  padding-bottom: 16px;
}

.fs-cc-prefs2_close {
  background-color: var(--dark-blue);
  color: #fff;
  cursor: pointer;
  padding: 12px;
  font-size: 20px;
  text-decoration: none;
  position: absolute;
  inset: 0 0 auto auto;
  box-shadow: -1px 1px 4px #3333331a;
}

.fs-cc-prefs2_overlay {
  z-index: -1;
  background-color: #010440e6;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs2_label {
  color: var(--dark-blue);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 32px;
  font-size: 16px;
  font-weight: 700;
}

.fs-cc-prefs2_form-wrapper {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 30px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs2_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.fs-cc-banner2_component {
  z-index: 999;
  background-color: var(--steel-blue);
  color: #fff;
  width: 450px;
  padding: 30px;
  display: none;
  position: fixed;
  inset: auto 0% 0% auto;
}

.fs-cc-prefs2_checkbox-label {
  display: none;
}

.fs-cc-banner2_text {
  font-size: 15px;
}

.fs-cc-prefs2_title {
  color: #010440;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-banner2_text-link {
  color: #fff;
  border-bottom: 2px solid #fff;
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-prefs2_button {
  border: 1px solid var(--medium-sea-green);
  background-color: var(--medium-sea-green);
  text-align: center;
  padding: 12px 20px;
  font-weight: 700;
}

.fs-cc-prefs2_button.fs-cc-button-alt {
  border-color: var(--dim-grey);
  color: var(--dim-grey);
  background-color: #fff;
  margin-bottom: 12px;
}

.fs-cc-banner2_container {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 990px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-prefs2_content {
  color: #000;
  background-color: #fff;
  height: 100%;
  padding: 40px 32px;
}

.fs-cc-prefs2_checkbox {
  z-index: 1;
  border-width: 2px;
  border-color: var(--dark-blue);
  cursor: pointer;
  background-color: #fff;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs2_checkbox.w--redirected-checked {
  border-color: var(--dark-blue);
  background-color: var(--dark-blue);
  background-size: auto;
}

.fs-cc-prefs2_form {
  color: #fff;
  background-color: #333;
  width: 100%;
  max-width: 400px;
  max-height: 85vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-prefs2_submit {
  background-color: var(--dark-blue);
  color: var(--white);
  text-align: center;
  margin-top: 12px;
  padding: 12px 20px;
  font-weight: 700;
}

.fs-cc-prefs2_component {
  z-index: 997;
  opacity: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 32px;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc-prefs2_space-small {
  margin-bottom: 12px;
}

.fs-cc-preferences2_close-icon {
  color: #fff;
  width: 24px;
  height: 24px;
}

.fs-cc-banner2_buttons-wrapper {
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 16px;
  display: flex;
}

.fs-cc-banner2_button {
  background-color: var(--medium-sea-green);
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  flex: 1;
  min-width: 120px;
  margin-left: 8px;
  margin-right: 8px;
  padding: 8px 20px;
  font-weight: 700;
}

.fs-cc-banner2_button.fs-cc-button-alt {
  background-color: var(--dark-blue);
  color: var(--white);
}

.fs-cc-prefs2_buttons-wrapper {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 16px;
  display: flex;
}

.fs-cc-prefs2_checkbox-field {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-bottom: 0;
  padding: 2px;
  display: flex;
  position: relative;
}

.footer_link {
  color: var(--grey);
  font-size: .875rem;
  text-decoration: none;
}

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

.footer_copywrite {
  color: var(--grey);
  font-size: .875rem;
}

.section_404 {
  margin-top: auto;
  margin-bottom: auto;
}

.home-header_image-box {
  padding-top: 110%;
  position: relative;
}

.partners-list_logo-box {
  width: 100%;
  padding-top: 60%;
  position: relative;
}

.home-features_image-box {
  width: 100%;
  padding-top: 200%;
  position: relative;
}

.testimonials-list_image-box {
  width: 100%;
  padding-top: 36%;
  position: relative;
}

.store-02_image-box {
  width: 100%;
  padding-top: 130%;
  position: relative;
}

.plyr_component {
  width: 100%;
  display: block;
  position: relative;
}

.video {
  display: none;
}

.plyr_embed {
  width: 100%;
  height: 100%;
  position: relative;
}

.plyr_cover {
  z-index: 1;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

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

.plyr_cover-button {
  background-color: var(--white);
  color: var(--dark-blue);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 6rem;
  height: 6rem;
  display: flex;
  position: relative;
}

.html-embed {
  width: 40%;
  height: 40%;
}

@media screen and (min-width: 1440px) {
  .home-header_layout {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr 1.25fr;
  }
}

@media screen and (max-width: 991px) {
  .margin-xhuge {
    margin: 6rem;
  }

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

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

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

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

  .padding-xxlarge {
    padding: 4rem;
  }

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

  .hide-tablet {
    display: none;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .margin-huge {
    margin: 5rem;
  }

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

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

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

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

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

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

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

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

  .padding-xlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

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

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

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

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

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

  .padding-xxhuge {
    padding: 8rem;
  }

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

  .padding-medium {
    padding: 1.5rem;
  }

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

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

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

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .home-header_layout {
    grid-column-gap: 4.5rem;
  }

  .testimonials-list_image-wrapper {
    flex-direction: column;
  }
}

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

  h2 {
    font-size: 1.5rem;
  }

  h3 {
    margin-bottom: 8px;
    font-size: 1.25rem;
  }

  h4 {
    font-size: 1rem;
  }

  h5 {
    font-size: .875rem;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer_social-link {
    margin-left: 20px;
  }

  .margin-xhuge {
    margin: 4rem;
  }

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

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

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

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

  .padding-xxlarge {
    padding: 3rem;
  }

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

  .padding-xhuge {
    padding: 4rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

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

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

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

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

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

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

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

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

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

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

  .padding-xlarge {
    padding: 2rem;
  }

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

  .padding-large {
    padding: 1.5rem;
  }

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

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

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

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

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

  .fs-styleguide_version {
    font-size: .875rem;
  }

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

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

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

  .padding-xxhuge {
    padding: 4.5rem;
  }

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

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

  .padding-medium {
    padding: 1.25rem;
  }

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

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

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

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

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

  .navbar_brand-image {
    width: 4rem;
  }

  .navbar_menu {
    background-color: var(--steel-blue);
  }

  .navbar_menu-layout {
    grid-column-gap: 0rem;
    grid-row-gap: 1.5rem;
    flex-direction: column;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .navbar_menu-button {
    margin-right: -1rem;
    padding: .6rem;
  }

  .navbar_menu-button.w--open {
    background-color: #0000;
  }

  .blog-featured_layout {
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .blog-posts_list {
    grid-template-columns: 1fr;
  }

  .blog-posts_layout {
    width: 100%;
  }

  .footer_layout {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .footer_left-wrapper {
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .footer_center-wrapper, .footer_right-wrapper {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .post-info_top-wrapper {
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: center;
  }

  .post-editor_layout {
    grid-row-gap: 1rem;
    text-align: center;
    flex-direction: column;
    align-items: center;
    max-width: none;
    display: flex;
  }

  .post-editor_info-wrapper {
    font-size: .875rem;
  }

  .div-block-4 {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .div-block-5 {
    position: static;
  }

  .home-header_layout {
    grid-row-gap: 4rem;
    flex-direction: column;
    display: flex;
  }

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

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

  .home-hero_description {
    max-width: 32rem;
  }

  .home-header_image {
    display: block;
  }

  .home-hero_title {
    max-width: 20rem;
  }

  .home-features_layout {
    grid-row-gap: 3rem;
    flex-direction: column;
    display: flex;
  }

  .home-features_center-wrapper {
    width: 100%;
  }

  .feature-item_image {
    width: 2.5rem;
    height: 2.5rem;
  }

  .testimonials-list_list {
    grid-row-gap: 2.5rem;
    flex-direction: column;
    display: flex;
  }

  .testimonials-list_image-wrapper {
    flex-direction: row;
  }

  .home-stores-01_layout {
    margin-top: 0;
  }

  .home-stores-02_layout {
    grid-row-gap: 3rem;
    display: flex;
  }

  .stores-02_right-wrapper {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .stores-02-links_list {
    justify-content: center;
  }

  .stores-02_description-wrapper {
    max-width: 24rem;
  }

  .demo-cta_image {
    width: 4rem;
    height: 4rem;
  }

  .demo-cta_title-wrapper {
    max-width: 24rem;
  }

  .navbar_menu-lottie {
    width: 3rem;
    height: 3rem;
  }

  .fs-cc-prefs2_title {
    font-size: 20px;
  }

  .fs-cc-banner2_text-link {
    margin-right: 8px;
  }

  .fs-cc-banner2_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-banner2_buttons-wrapper {
    margin-top: 12px;
  }

  .fs-cc-banner2_button {
    margin-left: 0;
    margin-right: 8px;
  }

  .home-header_image-box {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .post-info_bottom-wrapper {
    font-size: .875rem;
  }

  .navbar_menu-lottie {
    width: 2rem;
    height: 2rem;
  }

  .fs-cc-prefs2_close {
    padding: 8px;
  }

  .fs-cc-prefs2_label {
    font-size: 14px;
  }

  .fs-cc-banner2_component {
    width: 100%;
  }

  .fs-cc-prefs2_title {
    font-size: 18px;
  }

  .fs-cc-prefs2_button.fs-cc-button-alt {
    margin-bottom: 8px;
  }

  .fs-cc-prefs2_content {
    padding: 24px;
  }

  .fs-cc-prefs2_submit {
    margin-top: 8px;
  }

  .fs-cc-prefs2_component {
    padding: 24px;
  }
}

#w-node-_07d875c3-81c1-6848-9ff5-a3dd2fabafb1-efcbb130, #w-node-_07d875c3-81c1-6848-9ff5-a3dd2fabafba-efcbb130, #w-node-_07d875c3-81c1-6848-9ff5-a3dd2fabafe0-efcbb130, #w-node-_07d875c3-81c1-6848-9ff5-a3dd2fabafe4-efcbb130, #w-node-_07d875c3-81c1-6848-9ff5-a3dd2fabafe6-efcbb130, #w-node-_07d875c3-81c1-6848-9ff5-a3dd2fabb00e-efcbb130, #w-node-_07d875c3-81c1-6848-9ff5-a3dd2fabb010-efcbb130 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f747215f-2b04-23e8-0001-e895087c15ce-087c15c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-f747215f-2b04-23e8-0001-e895087c15d1-087c15c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-f747215f-2b04-23e8-0001-e895087c15d5-087c15c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-e20a9380-6072-f295-ed07-a209b729f974-8acbb148 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-f946a54e-e248-249e-398a-ad2274d5f619-8acbb148, #w-node-b425327e-27d4-de59-39fa-5fe476b21626-8acbb148, #w-node-_716aa399-edee-503e-c814-cc8fbe3180c1-a3cbb14c, #w-node-d621a3d4-c303-1551-5906-b2eed9478889-a3cbb14c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6530e3a5-64c9-5b5f-8ab2-faf48ff73f31-a3cbb14c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_6530e3a5-64c9-5b5f-8ab2-faf48ff73f34-a3cbb14c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_6530e3a5-64c9-5b5f-8ab2-faf48ff73f38-a3cbb14c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-dfa4fc25-48e5-6b62-2355-1e733ba5bd38-dfcbb151, #w-node-_09649cb8-a705-02c6-bfb0-3291e06aebf6-dfcbb151, #w-node-_56823420-aea3-f5e9-ec73-09657b95266e-dfcbb151 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d48314ed-5926-cbd3-f8d1-1246beb10743-3bcbb152, #w-node-d48314ed-5926-cbd3-f8d1-1246beb10748-3bcbb152, #w-node-d48314ed-5926-cbd3-f8d1-1246beb1074d-3bcbb152, #w-node-d48314ed-5926-cbd3-f8d1-1246beb10752-3bcbb152, #w-node-d48314ed-5926-cbd3-f8d1-1246beb10758-3bcbb152, #w-node-d48314ed-5926-cbd3-f8d1-1246beb1075e-3bcbb152, #w-node-d48314ed-5926-cbd3-f8d1-1246beb10764-3bcbb152 {
  justify-self: start;
}

#w-node-d48314ed-5926-cbd3-f8d1-1246beb10871-3bcbb152, #w-node-d48314ed-5926-cbd3-f8d1-1246beb1088a-3bcbb152 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d48314ed-5926-cbd3-f8d1-1246beb1088d-3bcbb152 {
  justify-self: start;
}

#w-node-d48314ed-5926-cbd3-f8d1-1246beb1088f-3bcbb152 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d48314ed-5926-cbd3-f8d1-1246beb10892-3bcbb152, #w-node-d48314ed-5926-cbd3-f8d1-1246beb10897-3bcbb152 {
  justify-self: start;
}

#w-node-d48314ed-5926-cbd3-f8d1-1246beb108e5-3bcbb152, #w-node-d48314ed-5926-cbd3-f8d1-1246beb108ef-3bcbb152, #w-node-d48314ed-5926-cbd3-f8d1-1246beb108f0-3bcbb152 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d48314ed-5926-cbd3-f8d1-1246beb1095e-3bcbb152, #w-node-d48314ed-5926-cbd3-f8d1-1246beb10963-3bcbb152, #w-node-d48314ed-5926-cbd3-f8d1-1246beb10968-3bcbb152, #w-node-d48314ed-5926-cbd3-f8d1-1246beb1096d-3bcbb152, #w-node-d48314ed-5926-cbd3-f8d1-1246beb10972-3bcbb152, #w-node-d48314ed-5926-cbd3-f8d1-1246beb10977-3bcbb152, #w-node-d48314ed-5926-cbd3-f8d1-1246beb10981-3bcbb152, #w-node-d48314ed-5926-cbd3-f8d1-1246beb10986-3bcbb152, #w-node-d48314ed-5926-cbd3-f8d1-1246beb1098b-3bcbb152, #w-node-d48314ed-5926-cbd3-f8d1-1246beb10990-3bcbb152, #w-node-d48314ed-5926-cbd3-f8d1-1246beb10995-3bcbb152, #w-node-d48314ed-5926-cbd3-f8d1-1246beb1099a-3bcbb152, #w-node-d48314ed-5926-cbd3-f8d1-1246beb1099f-3bcbb152, #w-node-d48314ed-5926-cbd3-f8d1-1246beb109a4-3bcbb152, #w-node-d48314ed-5926-cbd3-f8d1-1246beb109a9-3bcbb152, #w-node-d48314ed-5926-cbd3-f8d1-1246beb109ae-3bcbb152, #w-node-d48314ed-5926-cbd3-f8d1-1246beb109b3-3bcbb152 {
  justify-self: start;
}

#w-node-d48314ed-5926-cbd3-f8d1-1246beb109b7-3bcbb152 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d48314ed-5926-cbd3-f8d1-1246beb109b8-3bcbb152 {
  justify-self: start;
}

#w-node-d48314ed-5926-cbd3-f8d1-1246beb109ba-3bcbb152 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d48314ed-5926-cbd3-f8d1-1246beb109bd-3bcbb152, #w-node-d48314ed-5926-cbd3-f8d1-1246beb109c2-3bcbb152, #w-node-d48314ed-5926-cbd3-f8d1-1246beb109c7-3bcbb152, #w-node-d48314ed-5926-cbd3-f8d1-1246beb109dc-3bcbb152, #w-node-d48314ed-5926-cbd3-f8d1-1246beb109e1-3bcbb152, #w-node-d48314ed-5926-cbd3-f8d1-1246beb109e6-3bcbb152, #w-node-d48314ed-5926-cbd3-f8d1-1246beb109eb-3bcbb152, #w-node-d48314ed-5926-cbd3-f8d1-1246beb109f0-3bcbb152, #w-node-d48314ed-5926-cbd3-f8d1-1246beb109f5-3bcbb152, #w-node-d48314ed-5926-cbd3-f8d1-1246beb109ff-3bcbb152, #w-node-d48314ed-5926-cbd3-f8d1-1246beb10a04-3bcbb152, #w-node-d48314ed-5926-cbd3-f8d1-1246beb10a09-3bcbb152, #w-node-d48314ed-5926-cbd3-f8d1-1246beb10a0e-3bcbb152, #w-node-d48314ed-5926-cbd3-f8d1-1246beb10a13-3bcbb152, #w-node-d48314ed-5926-cbd3-f8d1-1246beb10a18-3bcbb152, #w-node-d48314ed-5926-cbd3-f8d1-1246beb10a1d-3bcbb152, #w-node-d48314ed-5926-cbd3-f8d1-1246beb10a22-3bcbb152, #w-node-d48314ed-5926-cbd3-f8d1-1246beb10a27-3bcbb152, #w-node-d48314ed-5926-cbd3-f8d1-1246beb10a2c-3bcbb152, #w-node-d48314ed-5926-cbd3-f8d1-1246beb10a31-3bcbb152 {
  justify-self: start;
}

#w-node-d48314ed-5926-cbd3-f8d1-1246beb10a35-3bcbb152 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d48314ed-5926-cbd3-f8d1-1246beb10a36-3bcbb152, #w-node-d48314ed-5926-cbd3-f8d1-1246beb10a3b-3bcbb152, #w-node-d48314ed-5926-cbd3-f8d1-1246beb10a40-3bcbb152, #w-node-d48314ed-5926-cbd3-f8d1-1246beb10a45-3bcbb152 {
  justify-self: start;
}

#w-node-d48314ed-5926-cbd3-f8d1-1246beb10acb-3bcbb152 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d48314ed-5926-cbd3-f8d1-1246beb10b3f-3bcbb152 {
  justify-self: start;
}

@media screen and (max-width: 767px) {
  #w-node-f747215f-2b04-23e8-0001-e895087c15ce-087c15c9 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: auto;
  }

  #w-node-f747215f-2b04-23e8-0001-e895087c15d1-087c15c9, #w-node-f747215f-2b04-23e8-0001-e895087c15d5-087c15c9 {
    justify-self: auto;
  }
}


